[INFO] fetching crate gcmodule 0.3.3... [INFO] testing gcmodule-0.3.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate gcmodule 0.3.3 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate gcmodule 0.3.3 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gcmodule 0.3.3 [INFO] finished tweaking crates.io crate gcmodule 0.3.3 [INFO] tweaked toml for crates.io crate gcmodule 0.3.3 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-04-10" "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] c4d8f49ede9bd0a96ec245158c21ec1730252fda5ba2f21cc89ec4dd1e540f05 [INFO] running `Command { std: "docker" "start" "-a" "c4d8f49ede9bd0a96ec245158c21ec1730252fda5ba2f21cc89ec4dd1e540f05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4d8f49ede9bd0a96ec245158c21ec1730252fda5ba2f21cc89ec4dd1e540f05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4d8f49ede9bd0a96ec245158c21ec1730252fda5ba2f21cc89ec4dd1e540f05", kill_on_drop: false }` [INFO] [stdout] c4d8f49ede9bd0a96ec245158c21ec1730252fda5ba2f21cc89ec4dd1e540f05 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8be117207b9a71ed7eb94b89eb8e33c0e10f7d3dd00fcec8221891a0a5bf945f [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" "8be117207b9a71ed7eb94b89eb8e33c0e10f7d3dd00fcec8221891a0a5bf945f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling gcmodule_derive v0.3.3 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling gcmodule v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stdout] --> src/cc.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl UnwindSafe for RawCcBox {} [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/cc.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / pub(crate) struct RawCcBox { [INFO] [stdout] 40 | | /// The lowest REF_COUNT_SHIFT bits are used for metadata. [INFO] [stdout] 41 | | /// The higher bits are used for ref count. [INFO] [stdout] 42 | | pub(crate) ref_count: O::RefCount, [INFO] [stdout] ... | [INFO] [stdout] 47 | | value: UnsafeCell>, [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `ObjectSpace` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stdout] --> src/cc.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl UnwindSafe for Cc {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [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/cc.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | pub struct RawCc(NonNull>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `ObjectSpace` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.43s [INFO] running `Command { std: "docker" "inspect" "8be117207b9a71ed7eb94b89eb8e33c0e10f7d3dd00fcec8221891a0a5bf945f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8be117207b9a71ed7eb94b89eb8e33c0e10f7d3dd00fcec8221891a0a5bf945f", kill_on_drop: false }` [INFO] [stdout] 8be117207b9a71ed7eb94b89eb8e33c0e10f7d3dd00fcec8221891a0a5bf945f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-04-10" "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] b00d74faab78b2840671e332ef881b48e4dd929cc2631a95fdf9bcb74e3c29e5 [INFO] running `Command { std: "docker" "start" "-a" "b00d74faab78b2840671e332ef881b48e4dd929cc2631a95fdf9bcb74e3c29e5", kill_on_drop: false }` [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stdout] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stdout] --> src/cc.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl UnwindSafe for RawCcBox {} [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/cc.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / pub(crate) struct RawCcBox { [INFO] [stdout] 40 | | /// The lowest REF_COUNT_SHIFT bits are used for metadata. [INFO] [stdout] 41 | | /// The higher bits are used for ref count. [INFO] [stdout] 42 | | pub(crate) ref_count: O::RefCount, [INFO] [stdout] ... | [INFO] [stdout] 47 | | value: UnsafeCell>, [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `ObjectSpace` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stdout] --> src/cc.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl UnwindSafe for Cc {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [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/cc.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | pub struct RawCc(NonNull>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `ObjectSpace` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gcmodule v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stdout] --> src/cc.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | impl UnwindSafe for RawCcBox {} [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/cc.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / pub(crate) struct RawCcBox { [INFO] [stdout] 40 | | /// The lowest REF_COUNT_SHIFT bits are used for metadata. [INFO] [stdout] 41 | | /// The higher bits are used for ref count. [INFO] [stdout] 42 | | pub(crate) ref_count: O::RefCount, [INFO] [stdout] ... | [INFO] [stdout] 47 | | value: UnsafeCell>, [INFO] [stdout] 48 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `ObjectSpace` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stdout] --> src/cc.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | impl UnwindSafe for Cc {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [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/cc.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | pub struct RawCc(NonNull>); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `ObjectSpace` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.58s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/gcmodule-e9f801d40d2e4233) [INFO] running `Command { std: "docker" "inspect" "b00d74faab78b2840671e332ef881b48e4dd929cc2631a95fdf9bcb74e3c29e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b00d74faab78b2840671e332ef881b48e4dd929cc2631a95fdf9bcb74e3c29e5", kill_on_drop: false }` [INFO] [stdout] b00d74faab78b2840671e332ef881b48e4dd929cc2631a95fdf9bcb74e3c29e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 85788ebbda301ea109f7e401fe6cff6e9bf71c4de51b33c1271c1a6d04fd8a79 [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" "85788ebbda301ea109f7e401fe6cff6e9bf71c4de51b33c1271c1a6d04fd8a79", kill_on_drop: false }` [INFO] [stderr] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stderr] --> src/cc.rs:83:1 [INFO] [stderr] | [INFO] [stderr] 83 | impl UnwindSafe for RawCcBox {} [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/cc.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / pub(crate) struct RawCcBox { [INFO] [stderr] 40 | | /// The lowest REF_COUNT_SHIFT bits are used for metadata. [INFO] [stderr] 41 | | /// The higher bits are used for ref count. [INFO] [stderr] 42 | | pub(crate) ref_count: O::RefCount, [INFO] [stderr] ... | [INFO] [stderr] 47 | | value: UnsafeCell>, [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `ObjectSpace` is not a generic parameter [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `UnwindSafe`, should not be specialized [INFO] [stderr] --> src/cc.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | impl UnwindSafe for Cc {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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/cc.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | pub struct RawCc(NonNull>); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `ObjectSpace` is not a generic parameter [INFO] [stderr] [INFO] [stderr] warning: `gcmodule` (lib) generated 2 warnings [INFO] [stderr] warning: `gcmodule` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gcmodule-e9f801d40d2e4233) [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test cc::tests::test_gc_header_value ... ok [INFO] [stdout] test sync::tests::test_2_thread_cycle ... ok [INFO] [stdout] test tests::test_2_object_cycle_with_another_outgoing_reference ... ok [INFO] [stdout] test tests::test_2_object_cycle_with_another_incoming_reference ... ok [INFO] [stdout] test tests::test_3_object_cycle ... ok [INFO] [stdout] test tests::test_collect_multi_times ... ok [INFO] [stdout] test tests::test_drop_by_ref_count ... ok [INFO] [stdout] test tests::test_self_referential ... ok [INFO] [stdout] test tests::test_simple_cycles ... ok [INFO] [stdout] test tests::test_simple_mixed_graph ... ok [INFO] [stdout] test tests::test_simple_non_trait_cycles ... ok [INFO] [stdout] test tests::test_simple_tracked ... ok [INFO] [stdout] test tests::test_simple_untracked ... ok [INFO] [stdout] test tests::test_update_with ... ok [INFO] [stdout] test trace_impls::tests::test_is_cyclic_type_tracked ... ok [INFO] [stdout] test trace_impls::tests::test_is_type_tracked ... ok [INFO] [stdout] test tests::test_quickcheck_16_vertex_graph ... ok [INFO] [stdout] test sync::tests::test_17_thread_cycle ... ok [INFO] [stdout] test sync::tests::test_racy_threads_mixed_collects ... ok [INFO] [stdout] test sync::tests::test_100_thread_cycle ... ok [INFO] [stdout] test sync::tests::test_racy_threads_drops ... ok [INFO] [stdout] test tests::test_trace_impl_double_visits ... ok [INFO] [stdout] test sync::tests::test_racy_threads_collects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.23s [INFO] [stdout] [INFO] [stderr] Doc-tests gcmodule [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/sync/collect.rs - sync::collect::ThreadedObjectSpace::create (line 167) - compile fail ... ok [INFO] [stdout] test src/cc.rs - cc::Cc (line 68) - compile fail ... ok [INFO] [stdout] test src/collect.rs - collect::ObjectSpace (line 40) ... ok [INFO] [stdout] test src/lib.rs - (line 119) ... ok [INFO] [stdout] test src/lib.rs - (line 18) ... ok [INFO] [stdout] test src/lib.rs - (line 35) ... ok [INFO] [stdout] test src/lib.rs - Trace (line 270) ... ok [INFO] [stdout] test src/lib.rs - (line 137) ... ok [INFO] [stdout] test src/lib.rs - (line 93) ... ok [INFO] [stdout] test src/lib.rs - (line 62) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.42s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "85788ebbda301ea109f7e401fe6cff6e9bf71c4de51b33c1271c1a6d04fd8a79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85788ebbda301ea109f7e401fe6cff6e9bf71c4de51b33c1271c1a6d04fd8a79", kill_on_drop: false }` [INFO] [stdout] 85788ebbda301ea109f7e401fe6cff6e9bf71c4de51b33c1271c1a6d04fd8a79