[INFO] fetching crate dashmap_with_out_t_map_trait 5.0.0... [INFO] testing dashmap_with_out_t_map_trait-5.0.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate dashmap_with_out_t_map_trait 5.0.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate dashmap_with_out_t_map_trait 5.0.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-11/source/rust-toolchain [INFO] started tweaking crates.io crate dashmap_with_out_t_map_trait 5.0.0 [INFO] finished tweaking crates.io crate dashmap_with_out_t_map_trait 5.0.0 [INFO] tweaked toml for crates.io crate dashmap_with_out_t_map_trait 5.0.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9f0e08d8e73ca846dbbc332468c916d04cacf2704e8bb407cc51a456f3eb623c [INFO] running `Command { std: "docker" "start" "-a" "9f0e08d8e73ca846dbbc332468c916d04cacf2704e8bb407cc51a456f3eb623c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f0e08d8e73ca846dbbc332468c916d04cacf2704e8bb407cc51a456f3eb623c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f0e08d8e73ca846dbbc332468c916d04cacf2704e8bb407cc51a456f3eb623c", kill_on_drop: false }` [INFO] [stdout] 9f0e08d8e73ca846dbbc332468c916d04cacf2704e8bb407cc51a456f3eb623c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a53c3e18bc3a1863bedfb05f3dc90aca0b92b5357cf7a2ee8b327c83bcc5ab74 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a53c3e18bc3a1863bedfb05f3dc90aca0b92b5357cf7a2ee8b327c83bcc5ab74", kill_on_drop: false }` [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling dashmap_with_out_t_map_trait v5.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] --> src/iter.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | / unsafe impl<'a, 'i, K, V, S> Send for Iter<'i, K, V, S> [INFO] [stdout] 127 | | where [INFO] [stdout] 128 | | K: 'a + Eq + Hash + Send, [INFO] [stdout] 129 | | V: 'a + Send, [INFO] [stdout] 130 | | S: 'a + BuildHasher + Clone, [INFO] [stdout] 131 | | { [INFO] [stdout] 132 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/iter.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | / pub struct Iter<'a, K, V, S = RandomState, M = DashMap> { [INFO] [stdout] 115 | | map: &'a M, [INFO] [stdout] 116 | | shard_i: usize, [INFO] [stdout] 117 | | current: Option>, [INFO] [stdout] 118 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `DashMap` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.37s [INFO] running `Command { std: "docker" "inspect" "a53c3e18bc3a1863bedfb05f3dc90aca0b92b5357cf7a2ee8b327c83bcc5ab74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a53c3e18bc3a1863bedfb05f3dc90aca0b92b5357cf7a2ee8b327c83bcc5ab74", kill_on_drop: false }` [INFO] [stdout] a53c3e18bc3a1863bedfb05f3dc90aca0b92b5357cf7a2ee8b327c83bcc5ab74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b0ae4a6e019cede529482eae1b649d0640785c247289010659cd05857d67212b [INFO] running `Command { std: "docker" "start" "-a" "b0ae4a6e019cede529482eae1b649d0640785c247289010659cd05857d67212b", kill_on_drop: false }` [INFO] [stderr] Compiling dashmap_with_out_t_map_trait v5.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] --> src/iter.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | / unsafe impl<'a, 'i, K, V, S> Send for Iter<'i, K, V, S> [INFO] [stdout] 127 | | where [INFO] [stdout] 128 | | K: 'a + Eq + Hash + Send, [INFO] [stdout] 129 | | V: 'a + Send, [INFO] [stdout] 130 | | S: 'a + BuildHasher + Clone, [INFO] [stdout] 131 | | { [INFO] [stdout] 132 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/iter.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | / pub struct Iter<'a, K, V, S = RandomState, M = DashMap> { [INFO] [stdout] 115 | | map: &'a M, [INFO] [stdout] 116 | | shard_i: usize, [INFO] [stdout] 117 | | current: Option>, [INFO] [stdout] 118 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `DashMap` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] --> src/iter.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | / unsafe impl<'a, 'i, K, V, S> Send for Iter<'i, K, V, S> [INFO] [stdout] 127 | | where [INFO] [stdout] 128 | | K: 'a + Eq + Hash + Send, [INFO] [stdout] 129 | | V: 'a + Send, [INFO] [stdout] 130 | | S: 'a + BuildHasher + Clone, [INFO] [stdout] 131 | | { [INFO] [stdout] 132 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/iter.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | / pub struct Iter<'a, K, V, S = RandomState, M = DashMap> { [INFO] [stdout] 115 | | map: &'a M, [INFO] [stdout] 116 | | shard_i: usize, [INFO] [stdout] 117 | | current: Option>, [INFO] [stdout] 118 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `DashMap` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.66s [INFO] running `Command { std: "docker" "inspect" "b0ae4a6e019cede529482eae1b649d0640785c247289010659cd05857d67212b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0ae4a6e019cede529482eae1b649d0640785c247289010659cd05857d67212b", kill_on_drop: false }` [INFO] [stdout] b0ae4a6e019cede529482eae1b649d0640785c247289010659cd05857d67212b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 53d9601415a4b569fc79a16c916c8ad16843365d92c1574bfaf6d3b3cd72a97e [INFO] running `Command { std: "docker" "start" "-a" "53d9601415a4b569fc79a16c916c8ad16843365d92c1574bfaf6d3b3cd72a97e", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] running 15 tests [INFO] [stderr] --> src/iter.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / unsafe impl<'a, 'i, K, V, S> Send for Iter<'i, K, V, S> [INFO] [stderr] 127 | | where [INFO] [stderr] 128 | | K: 'a + Eq + Hash + Send, [INFO] [stderr] 129 | | V: 'a + Send, [INFO] [stderr] 130 | | S: 'a + BuildHasher + Clone, [INFO] [stderr] 131 | | { [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/iter.rs:114:1 [INFO] [stderr] | [INFO] [stderr] 114 | / pub struct Iter<'a, K, V, S = RandomState, M = DashMap> { [INFO] [stderr] 115 | | map: &'a M, [INFO] [stderr] 116 | | shard_i: usize, [INFO] [stderr] 117 | | current: Option>, [INFO] [stderr] 118 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `DashMap` is not a generic parameter [INFO] [stderr] [INFO] [stderr] warning: `dashmap_with_out_t_map_trait` (lib) generated 1 warning [INFO] [stderr] warning: `dashmap_with_out_t_map_trait` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dashmap_with_out_t_map_trait-d7efd83d0e968bf9) [INFO] [stdout] test tests::test_basic ... ok [INFO] [stdout] test iter::tests::iter_count ... ok [INFO] [stdout] test set::tests::test_basic ... ok [INFO] [stdout] test read_only::tests::test_properties ... ok [INFO] [stdout] test read_only::tests::test_get ... ok [INFO] [stdout] test iter::tests::iter_mut_count ... ok [INFO] [stdout] test tests::test_different_hashers_randomstate ... ok [INFO] [stderr] Doc-tests dashmap_with_out_t_map_trait [INFO] [stdout] test tests::test_more_complex_values ... ok [INFO] [stdout] test tests::test_multiple_hashes ... ok [INFO] [stdout] test read_only::tests::test_iters ... ok [INFO] [stdout] test set::tests::test_default ... ok [INFO] [stdout] test iter::tests::iter_mut_manual_count ... ok [INFO] [stdout] test tests::test_default ... ok [INFO] [stdout] test tests::test_map_view ... ok [INFO] [stdout] test set::tests::test_multiple_hashes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 39 tests [INFO] [stdout] test src/iter.rs - iter::OwningIter (line 16) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::iter_mut (line 392) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::alter_all (line 568) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::contains_key (line 619) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::alter (line 542) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::with_capacity (line 116) ... FAILED [INFO] [stdout] test src/iter.rs - iter::Iter (line 107) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::get (line 410) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::get_mut (line 431) ... FAILED [INFO] [stdout] test src/iter.rs - iter::IterMut (line 188) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::len (line 481) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::iter (line 375) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::new (line 102) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::insert (line 301) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::remove (line 317) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::clear (line 516) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::remove_if (line 345) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::hasher (line 281) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::remove_if (line 337) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::with_capacity_and_hasher (line 154) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::is_empty (line 500) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::retain (line 461) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::with_capacity (line 70) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::with_hasher (line 138) ... FAILED [INFO] [stdout] test src/lib.rs - DashMap::view (line 592) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::iter (line 259) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::clear (line 350) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::get (line 276) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::remove_if (line 238) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::remove_if (line 230) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::contains (line 372) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::len (line 319) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::new (line 56) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::remove (line 212) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::is_empty (line 336) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::insert (line 198) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::with_hasher (line 87) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::with_capacity_and_hasher (line 103) ... FAILED [INFO] [stdout] test src/set.rs - set::DashSet::retain (line 301) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/iter.rs - iter::OwningIter (line 16) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/iter.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::iter_mut (line 392) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::alter_all (line 568) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:569:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::contains_key (line 619) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:620:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::alter (line 542) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:543:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::with_capacity (line 116) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/iter.rs - iter::Iter (line 107) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/iter.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::get (line 410) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:411:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::get_mut (line 431) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:432:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/iter.rs - iter::IterMut (line 188) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/iter.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::len (line 481) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:482:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::iter (line 375) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::new (line 102) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::insert (line 301) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:302:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::remove (line 317) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:318:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::clear (line 516) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:517:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::remove_if (line 345) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:346:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::hasher (line 281) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::remove_if (line 337) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:338:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::with_capacity_and_hasher (line 154) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::is_empty (line 500) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:501:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::retain (line 461) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:462:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::with_capacity (line 70) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::with_hasher (line 138) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - DashMap::view (line 592) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/lib.rs:593:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashMap; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::iter (line 259) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::clear (line 350) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:351:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::get (line 276) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:277:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::remove_if (line 238) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::remove_if (line 230) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::contains (line 372) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:373:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::len (line 319) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::new (line 56) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::remove (line 212) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::is_empty (line 336) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::insert (line 198) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::with_hasher (line 87) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::with_capacity_and_hasher (line 103) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/set.rs - set::DashSet::retain (line 301) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `dashmap` [INFO] [stdout] --> src/set.rs:302:5 [INFO] [stdout] | [INFO] [stdout] 3 | use dashmap::DashSet; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `dashmap` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/iter.rs - iter::Iter (line 107) [INFO] [stdout] src/iter.rs - iter::IterMut (line 188) [INFO] [stdout] src/iter.rs - iter::OwningIter (line 16) [INFO] [stdout] src/lib.rs - DashMap::new (line 102) [INFO] [stdout] src/lib.rs - DashMap::with_capacity (line 116) [INFO] [stdout] src/lib.rs - DashMap::alter (line 542) [INFO] [stdout] src/lib.rs - DashMap::alter_all (line 568) [INFO] [stdout] src/lib.rs - DashMap::clear (line 516) [INFO] [stdout] src/lib.rs - DashMap::contains_key (line 619) [INFO] [stdout] src/lib.rs - DashMap::get (line 410) [INFO] [stdout] src/lib.rs - DashMap::get_mut (line 431) [INFO] [stdout] src/lib.rs - DashMap::hasher (line 281) [INFO] [stdout] src/lib.rs - DashMap::insert (line 301) [INFO] [stdout] src/lib.rs - DashMap::is_empty (line 500) [INFO] [stdout] src/lib.rs - DashMap::iter (line 375) [INFO] [stdout] src/lib.rs - DashMap::iter_mut (line 392) [INFO] [stdout] src/lib.rs - DashMap::len (line 481) [INFO] [stdout] src/lib.rs - DashMap::remove (line 317) [INFO] [stdout] src/lib.rs - DashMap::remove_if (line 337) [INFO] [stdout] src/lib.rs - DashMap::remove_if (line 345) [INFO] [stdout] src/lib.rs - DashMap::retain (line 461) [INFO] [stdout] src/lib.rs - DashMap::view (line 592) [INFO] [stdout] src/lib.rs - DashMap::with_capacity_and_hasher (line 154) [INFO] [stdout] src/lib.rs - DashMap::with_hasher (line 138) [INFO] [stdout] src/set.rs - set::DashSet::new (line 56) [INFO] [stdout] src/set.rs - set::DashSet::with_capacity (line 70) [INFO] [stdout] src/set.rs - set::DashSet::clear (line 350) [INFO] [stdout] src/set.rs - set::DashSet::contains (line 372) [INFO] [stdout] src/set.rs - set::DashSet::get (line 276) [INFO] [stdout] src/set.rs - set::DashSet::insert (line 198) [INFO] [stdout] src/set.rs - set::DashSet::is_empty (line 336) [INFO] [stdout] src/set.rs - set::DashSet::iter (line 259) [INFO] [stdout] src/set.rs - set::DashSet::len (line 319) [INFO] [stdout] src/set.rs - set::DashSet::remove (line 212) [INFO] [stdout] src/set.rs - set::DashSet::remove_if (line 230) [INFO] [stdout] src/set.rs - set::DashSet::remove_if (line 238) [INFO] [stdout] src/set.rs - set::DashSet::retain (line 301) [INFO] [stdout] src/set.rs - set::DashSet::with_capacity_and_hasher (line 103) [INFO] [stdout] src/set.rs - set::DashSet::with_hasher (line 87) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 39 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "53d9601415a4b569fc79a16c916c8ad16843365d92c1574bfaf6d3b3cd72a97e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53d9601415a4b569fc79a16c916c8ad16843365d92c1574bfaf6d3b3cd72a97e", kill_on_drop: false }` [INFO] [stdout] 53d9601415a4b569fc79a16c916c8ad16843365d92c1574bfaf6d3b3cd72a97e