dashmap-shard 0.1.1

A Rust port of Google's SwissTable hash map
Build #199539 2019-11-19T11:19:08.951015+00:00
# rustc version
rustc 1.41.0-nightly (3e525e3f6 2019-11-18)# docs.rs version
docsrs 0.6.0 (d9d7a33 2019-11-14)# build log
[INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/dashmap-shard-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/dashmap-shard-0.1.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20191118-1.41.0-nightly-3e525e3f6 --static-root-path / --disable-per-crate-search --extern-html-root-url autocfg=https://docs.rs/autocfg/0.1.7 --extern-html-root-url serde_test=https://docs.rs/serde_test/1.0.102 --extern-html-root-url rand=https://docs.rs/rand/0.5.6 --extern-html-root-url ahash=https://docs.rs/ahash/0.2.18 --extern-html-root-url rayon=https://docs.rs/rayon/1.2.0 --extern-html-root-url lazy_static=https://docs.rs/lazy_static/1.4.0 --extern-html-root-url rustc_hash=https://docs.rs/rustc-hash/1.0.1 --extern-html-root-url doc_comment=https://docs.rs/doc-comment/0.3.1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "--target" "x86_64-unknown-linux-gnu" "--features" "nightly rayon serde raw"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ca1b2a1e0beff5f7df3d318fdc143ce6fa1a4771c48af779ceba616d557212fe
[INFO] running `"docker" "start" "-a" "ca1b2a1e0beff5f7df3d318fdc143ce6fa1a4771c48af779ceba616d557212fe"`
[INFO] [stderr]    Compiling libc v0.2.65
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling getrandom v0.1.13
[INFO] [stderr]    Compiling proc-macro2 v1.0.6
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.6
[INFO] [stderr]    Compiling syn v1.0.8
[INFO] [stderr]     Checking scopeguard v1.0.0
[INFO] [stderr]    Compiling rayon-core v1.6.0
[INFO] [stderr]    Compiling serde v1.0.102
[INFO] [stderr]     Checking either v1.5.3
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]    Compiling crossbeam-utils v0.7.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.0
[INFO] [stderr]    Compiling dashmap-shard v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]    Compiling c2-chacha v0.2.3
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]     Checking num_cpus v1.11.1
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.1
[INFO] [stderr]     Checking crossbeam-deque v0.7.2
[INFO] [stderr]    Compiling rand v0.7.2
[INFO] [stderr]     Checking rayon v1.2.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling const-random-macro v0.1.6
[INFO] [stderr]     Checking const-random v0.1.6
[INFO] [stderr]     Checking ahash v0.2.18
[INFO] [stderr]  Documenting dashmap-shard v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `super::super::hash_map`
[INFO] [stderr]  --> src/external_trait_impls/rayon/map.rs:3:19
[INFO] [stderr]   |
[INFO] [stderr] 3 | use super::super::hash_map::HashMap;
[INFO] [stderr]   |                   ^^^^^^^^ could not find `hash_map` in `super`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `super::super::raw`
[INFO] [stderr]  --> src/external_trait_impls/rayon/raw.rs:1:19
[INFO] [stderr]   |
[INFO] [stderr] 1 | use super::super::raw::Bucket;
[INFO] [stderr]   |                   ^^^ could not find `raw` in `super`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `super::raw::RawIterRange`, `super::raw::RawTable`
[INFO] [stderr]  --> src/external_trait_impls/rayon/raw.rs:2:18
[INFO] [stderr]   |
[INFO] [stderr] 2 | use super::raw::{RawIterRange, RawTable};
[INFO] [stderr]   |                  ^^^^^^^^^^^^  ^^^^^^^^ no `RawTable` in `external_trait_impls::rayon::raw`
[INFO] [stderr]   |                  |
[INFO] [stderr]   |                  no `RawIterRange` in `external_trait_impls::rayon::raw`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `super::super::scopeguard`
[INFO] [stderr]  --> src/external_trait_impls/rayon/raw.rs:3:19
[INFO] [stderr]   |
[INFO] [stderr] 3 | use super::super::scopeguard::guard;
[INFO] [stderr]   |                   ^^^^^^^^^^ could not find `scopeguard` in `super`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `external_trait_impls` in `super`
[INFO] [stderr]   --> src/lib.rs:58:24
[INFO] [stderr]    |
[INFO] [stderr] 58 |         pub use super::external_trait_impls::rayon::raw::*;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^^^^^ could not find `external_trait_impls` in `super`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `super::super::hash_set`
[INFO] [stderr]  --> src/external_trait_impls/rayon/set.rs:3:19
[INFO] [stderr]   |
[INFO] [stderr] 3 | use super::super::hash_set::HashSet;
[INFO] [stderr]   |                   ^^^^^^^^ could not find `hash_set` in `super`
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: Could not document `dashmap-shard`.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name dashmap_shard src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="nightly"' --cfg 'feature="raw"' --cfg 'feature="rayon"' --cfg 'feature="serde"' --error-format=json --json=diagnostic-rendered-ansi -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libahash-f9a6980795b79fe6.rmeta --extern rayon=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/librayon-4c89a6eb0b284df5.rmeta --extern serde=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde-4457922af9011410.rmeta -Z unstable-options --resource-suffix -20191118-1.41.0-nightly-3e525e3f6 --static-root-path / --disable-per-crate-search --extern-html-root-url 'autocfg=https://docs.rs/autocfg/0.1.7' --extern-html-root-url 'serde_test=https://docs.rs/serde_test/1.0.102' --extern-html-root-url 'rand=https://docs.rs/rand/0.5.6' --extern-html-root-url 'ahash=https://docs.rs/ahash/0.2.18' --extern-html-root-url 'rayon=https://docs.rs/rayon/1.2.0' --extern-html-root-url 'lazy_static=https://docs.rs/lazy_static/1.4.0' --extern-html-root-url 'rustc_hash=https://docs.rs/rustc-hash/1.0.1' --extern-html-root-url 'doc_comment=https://docs.rs/doc-comment/0.3.1' --cfg has_extern_crate_alloc` (exit code: 1)
[INFO] running `"docker" "inspect" "ca1b2a1e0beff5f7df3d318fdc143ce6fa1a4771c48af779ceba616d557212fe"`
[INFO] running `"docker" "rm" "-f" "ca1b2a1e0beff5f7df3d318fdc143ce6fa1a4771c48af779ceba616d557212fe"`
[INFO] [stdout] ca1b2a1e0beff5f7df3d318fdc143ce6fa1a4771c48af779ceba616d557212fe