[INFO] fetching crate width_counters 2.0.2... [INFO] testing width_counters-2.0.2 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-2 [INFO] extracting crate width_counters 2.0.2 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate width_counters 2.0.2 [INFO] finished tweaking crates.io crate width_counters 2.0.2 [INFO] tweaked toml for crates.io crate width_counters 2.0.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate width_counters 2.0.2 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 18 packages to latest compatible versions [INFO] [stderr] Adding ron v0.8.1 (available: v0.12.1) [INFO] [stderr] Adding strum v0.24.1 (available: v0.28.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eb9391d8a96622170531634969589ca79ecabf309b3e08ab40739919eff0497e [INFO] running `Command { std: "docker" "start" "-a" "eb9391d8a96622170531634969589ca79ecabf309b3e08ab40739919eff0497e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eb9391d8a96622170531634969589ca79ecabf309b3e08ab40739919eff0497e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb9391d8a96622170531634969589ca79ecabf309b3e08ab40739919eff0497e", kill_on_drop: false }` [INFO] [stdout] eb9391d8a96622170531634969589ca79ecabf309b3e08ab40739919eff0497e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54787d28bf146b02ae5a01b0f1ac2386b1eb39cfe0a894b1a8c25180f5837442 [INFO] running `Command { std: "docker" "start" "-a" "54787d28bf146b02ae5a01b0f1ac2386b1eb39cfe0a894b1a8c25180f5837442", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling enumflags2_derive v0.7.12 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling enumflags2 v0.7.12 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling width_counters v2.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `as_mut` is never used [INFO] [stdout] --> src/counter/mod.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub trait As { [INFO] [stdout] | -- method in this trait [INFO] [stdout] 25 | fn as_ref(&self) -> &T; [INFO] [stdout] 26 | fn as_mut(&mut self) -> &mut T; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s [INFO] running `Command { std: "docker" "inspect" "54787d28bf146b02ae5a01b0f1ac2386b1eb39cfe0a894b1a8c25180f5837442", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54787d28bf146b02ae5a01b0f1ac2386b1eb39cfe0a894b1a8c25180f5837442", kill_on_drop: false }` [INFO] [stdout] 54787d28bf146b02ae5a01b0f1ac2386b1eb39cfe0a894b1a8c25180f5837442 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7bf03e08801ec4edafcf5aaefc2e36c5521b74a8cabe92025af7464e60b7e1da [INFO] running `Command { std: "docker" "start" "-a" "7bf03e08801ec4edafcf5aaefc2e36c5521b74a8cabe92025af7464e60b7e1da", kill_on_drop: false }` [INFO] [stderr] Compiling width_counters v2.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `as_mut` is never used [INFO] [stdout] --> src/counter/mod.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub trait As { [INFO] [stdout] | -- method in this trait [INFO] [stdout] 25 | fn as_ref(&self) -> &T; [INFO] [stdout] 26 | fn as_mut(&mut self) -> &mut T; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `as_mut` is never used [INFO] [stdout] --> src/counter/mod.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub trait As { [INFO] [stdout] | -- method in this trait [INFO] [stdout] 25 | fn as_ref(&self) -> &T; [INFO] [stdout] 26 | fn as_mut(&mut self) -> &mut T; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `Command { std: "docker" "inspect" "7bf03e08801ec4edafcf5aaefc2e36c5521b74a8cabe92025af7464e60b7e1da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bf03e08801ec4edafcf5aaefc2e36c5521b74a8cabe92025af7464e60b7e1da", kill_on_drop: false }` [INFO] [stdout] 7bf03e08801ec4edafcf5aaefc2e36c5521b74a8cabe92025af7464e60b7e1da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5b93bdaebae6525705cf7e22b347d5af67a1eba93457058369e8f6b72bcd0624 [INFO] running `Command { std: "docker" "start" "-a" "5b93bdaebae6525705cf7e22b347d5af67a1eba93457058369e8f6b72bcd0624", kill_on_drop: false }` [INFO] [stderr] warning: method `as_mut` is never used [INFO] [stderr] --> src/counter/mod.rs:26:12 [INFO] [stderr] | [INFO] [stderr] 24 | pub trait As { [INFO] [stderr] | -- method in this trait [INFO] [stderr] 25 | fn as_ref(&self) -> &T; [INFO] [stderr] 26 | fn as_mut(&mut self) -> &mut T; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `width_counters` (lib) generated 1 warning [INFO] [stderr] warning: `width_counters` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/width_counters-08cb80ddff6a21b8) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test counter::eq_partial_eq_hash_CounterI32::hash_and_eq::hash_and_eq_property ... ok [INFO] [stdout] test counter::eq_partial_eq_hash_CounterI16::hash_and_eq::hash_and_eq_property ... ok [INFO] [stdout] test counter::eq_partial_eq_hash_CounterUsize::hash_and_eq::hash_and_eq_property ... ok [INFO] [stdout] test counter::general::conflicting_behaviors ... ok [INFO] [stdout] test counter::general::nonmonotonic ... ok [INFO] [stdout] test counter::eq_partial_eq_hash_CounterU16::hash_and_eq::hash_and_eq_property ... ok [INFO] [stdout] test counter::eq_partial_eq_hash_CounterU8::hash_and_eq::hash_and_eq_property ... ok [INFO] [stdout] test counter::general::cyclic ... ok [INFO] [stdout] test counter::eq_partial_eq_hash_CounterU32::hash_and_eq::hash_and_eq_property ... ok [INFO] [stdout] test counter::eq_partial_eq_hash_CounterI64::hash_and_eq::hash_and_eq_property ... ok [INFO] [stdout] test counter::eq_partial_eq_hash_CounterU64::hash_and_eq::hash_and_eq_property ... ok [INFO] [stdout] test counter::general::get_and ... ok [INFO] [stdout] test counter::eq_partial_eq_hash_CounterI8::hash_and_eq::hash_and_eq_property ... ok [INFO] [stdout] test counter::eq_partial_eq_hash_CounterIsize::hash_and_eq::hash_and_eq_property ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stderr] Doc-tests width_counters [INFO] [stdout] [INFO] [stdout] running 110 tests [INFO] [stdout] test src/counter/mod.rs - counter::CounterI16::inc_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI16::dec_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI16 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI32::can_dec (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI16::inc_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI32::can_inc (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI32::dec_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI32::dec_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI16::get (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI32 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI16::dec_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI32::inc_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI32::inc_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI16::can_dec (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI32::dec_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI16::inc_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI16::dec_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI64 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI32::inc_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI16::can_inc (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI32::get (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI64::can_inc (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI64::dec_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI64::dec_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI8::can_dec (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI64::can_dec (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI8::can_inc (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI64::inc_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI64::inc_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI8::dec_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI64::dec_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI8::dec_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI8::dec_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI64::get (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI8::inc_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI8::get (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI8 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterIsize::dec_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI8::inc_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterIsize (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterIsize::can_dec (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterIsize::dec_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterIsize::can_inc (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterIsize::inc_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI64::inc_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterIsize::inc_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU16::can_dec (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU16 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU16::can_inc (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterI8::inc_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterIsize::dec_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterIsize::get (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU32 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU16::dec_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU16::inc_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU16::dec_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU16::dec_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU32::inc_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterIsize::inc_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU16::inc_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU32::dec_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU16::get (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU64::can_dec (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU32::can_dec (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU32::inc_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU32::get (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU32::dec_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU32::can_inc (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU64 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU16::inc_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU32::dec_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU64::get (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU64::dec_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU64::dec_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU64::can_inc (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU64::inc_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU64::dec_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU64::inc_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU32::inc_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU8::inc_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU8 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU8::get (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU8::dec_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU8::can_inc (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU64::inc_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterUsize (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU8::dec_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU8::can_dec (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterUsize::can_dec (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterUsize::dec_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU8::dec_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterUsize::can_inc (line 648) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU8::inc_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterU8::inc_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterUsize::inc_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterUsize::get (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterUsize::inc_by (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::eq_partial_eq_hash_CounterI8::CounterI8 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterUsize::dec_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterUsize::dec_one (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::eq_partial_eq_hash_CounterU32::CounterU32 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::eq_partial_eq_hash_CounterI64::CounterI64 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::eq_partial_eq_hash_CounterI32::CounterI32 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::eq_partial_eq_hash_CounterIsize::CounterIsize (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::eq_partial_eq_hash_CounterI16::CounterI16 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::eq_partial_eq_hash_CounterU16::CounterU16 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::CounterUsize::inc_by_with_ordering (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::eq_partial_eq_hash_CounterU8::CounterU8 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::eq_partial_eq_hash_CounterU64::CounterU64 (line 645) ... ok [INFO] [stdout] test src/counter/mod.rs - counter::eq_partial_eq_hash_CounterUsize::CounterUsize (line 645) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 110 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.91s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5b93bdaebae6525705cf7e22b347d5af67a1eba93457058369e8f6b72bcd0624", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b93bdaebae6525705cf7e22b347d5af67a1eba93457058369e8f6b72bcd0624", kill_on_drop: false }` [INFO] [stdout] 5b93bdaebae6525705cf7e22b347d5af67a1eba93457058369e8f6b72bcd0624