[INFO] fetching crate parcoll 1.4.1... [INFO] testing parcoll-1.4.1 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate parcoll 1.4.1 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate parcoll 1.4.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate parcoll 1.4.1 [INFO] tweaked toml for crates.io crate parcoll 1.4.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate parcoll 1.4.1 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate parcoll 1.4.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c71a2a03aa4bacf73800b03e6005822a11e09f4817251ca064378628bc108dc2 [INFO] running `Command { std: "docker" "start" "-a" "c71a2a03aa4bacf73800b03e6005822a11e09f4817251ca064378628bc108dc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c71a2a03aa4bacf73800b03e6005822a11e09f4817251ca064378628bc108dc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c71a2a03aa4bacf73800b03e6005822a11e09f4817251ca064378628bc108dc2", kill_on_drop: false }` [INFO] [stdout] c71a2a03aa4bacf73800b03e6005822a11e09f4817251ca064378628bc108dc2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b73132b55b2f8a811e3f8a670c139b50bee2864e39702a92f3a43878c6f8ff9 [INFO] running `Command { std: "docker" "start" "-a" "6b73132b55b2f8a811e3f8a670c139b50bee2864e39702a92f3a43878c6f8ff9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v1.0.0-alpha.1 [INFO] [stderr] Compiling orengine-utils v1.5.0 [INFO] [stderr] Compiling parcoll v1.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/naive_rw_lock.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn try_read(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 96 | pub fn try_read(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/naive_rw_lock.rs:119:22 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn try_write(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | pub fn try_write(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/naive_rw_lock.rs:130:18 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn write(&self) -> NaiveRWLockWriteGuard { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 130 | pub fn write(&self) -> NaiveRWLockWriteGuard<'_, T, AtomicWrapper> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s [INFO] running `Command { std: "docker" "inspect" "6b73132b55b2f8a811e3f8a670c139b50bee2864e39702a92f3a43878c6f8ff9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b73132b55b2f8a811e3f8a670c139b50bee2864e39702a92f3a43878c6f8ff9", kill_on_drop: false }` [INFO] [stdout] 6b73132b55b2f8a811e3f8a670c139b50bee2864e39702a92f3a43878c6f8ff9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 934b53d4521aa9ff72170d46e18e4e4a7041ef402e6fb1c0f4b3cf6d06a9bba7 [INFO] running `Command { std: "docker" "start" "-a" "934b53d4521aa9ff72170d46e18e4e4a7041ef402e6fb1c0f4b3cf6d06a9bba7", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/naive_rw_lock.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn try_read(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 96 | pub fn try_read(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/naive_rw_lock.rs:119:22 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn try_write(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | pub fn try_write(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/naive_rw_lock.rs:130:18 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn write(&self) -> NaiveRWLockWriteGuard { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 130 | pub fn write(&self) -> NaiveRWLockWriteGuard<'_, T, AtomicWrapper> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling parcoll v1.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/naive_rw_lock.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn try_read(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 96 | pub fn try_read(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/naive_rw_lock.rs:119:22 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn try_write(&self) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | pub fn try_write(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/naive_rw_lock.rs:130:18 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn write(&self) -> NaiveRWLockWriteGuard { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 130 | pub fn write(&self) -> NaiveRWLockWriteGuard<'_, T, AtomicWrapper> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.36s [INFO] running `Command { std: "docker" "inspect" "934b53d4521aa9ff72170d46e18e4e4a7041ef402e6fb1c0f4b3cf6d06a9bba7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "934b53d4521aa9ff72170d46e18e4e4a7041ef402e6fb1c0f4b3cf6d06a9bba7", kill_on_drop: false }` [INFO] [stdout] 934b53d4521aa9ff72170d46e18e4e4a7041ef402e6fb1c0f4b3cf6d06a9bba7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d2ce5b311af3e478de889f63c529557b8d948b29fe0b7488b8fd4e8f3fa2ab47 [INFO] running `Command { std: "docker" "start" "-a" "d2ce5b311af3e478de889f63c529557b8d948b29fe0b7488b8fd4e8f3fa2ab47", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/naive_rw_lock.rs:96:21 [INFO] [stderr] | [INFO] [stderr] 96 | pub fn try_read(&self) -> Option> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 96 | pub fn try_read(&self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/naive_rw_lock.rs:119:22 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn try_write(&self) -> Option> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 119 | pub fn try_write(&self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/naive_rw_lock.rs:130:18 [INFO] [stderr] | [INFO] [stderr] 130 | pub fn write(&self) -> NaiveRWLockWriteGuard { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 130 | pub fn write(&self) -> NaiveRWLockWriteGuard<'_, T, AtomicWrapper> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `parcoll` (lib) generated 3 warnings (run `cargo fix --lib -p parcoll` to apply 3 suggestions) [INFO] [stderr] warning: `parcoll` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/parcoll-89e0b2c71e0cb03a) [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test mpmc::const_bounded::tests::test_mpmc_bounded_seq_insertions ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_bounded_many ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_bounded_size ... ok [INFO] [stdout] test mpmc::const_bounded::tests::test_mpmc_lock_free_bounded_seq_insertions ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_bounded_stealing ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_bounded_seq_insertions ... ok [INFO] [stdout] test mpmc::const_bounded::tests::test_mpmc_lock_free_bounded_stealing ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_lock_free_bounded_many ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_lock_free_bounded_seq_insertions ... ok [INFO] [stdout] test spmc::unbounded::tests::test_spmc_lock_free_unbounded_many ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_lock_free_bounded_stealing ... ok [INFO] [stdout] test spsc::const_bounded::tests::test_spsc_bounded_seq_insertions ... ok [INFO] [stdout] test mpmc::const_bounded::tests::test_mpmc_bounded_stealing ... ok [INFO] [stdout] test spmc::unbounded::tests::test_spmc_unbounded_seq_insertions ... ok [INFO] [stdout] test spmc::unbounded::tests::test_spmc_unbounded_many ... ok [INFO] [stdout] test spsc::const_bounded::tests::test_spsc_bounded_many ... ok [INFO] [stdout] test spmc::unbounded::tests::test_spmc_lock_free_unbounded_seq_insertions ... ok [INFO] [stdout] test spsc::const_bounded::tests::test_spsc_bounded_size ... ok [INFO] [stdout] test spsc::const_bounded::tests::test_spsc_lock_free_bounded_many ... ok [INFO] [stdout] test spsc::const_bounded::tests::test_spsc_bounded_stealing ... ok [INFO] [stdout] test spsc::const_bounded::tests::test_spsc_lock_free_bounded_stealing ... ok [INFO] [stdout] test spsc::unbounded::tests::test_spsc_unbounded_lock_free_many ... ok [INFO] [stdout] test mutex_vec_queue::tests::test_vec_queue ... ok [INFO] [stdout] test spsc::unbounded::tests::test_spsc_unbounded_lock_free_seq_insertions ... ok [INFO] [stdout] test spsc::unbounded::tests::test_spsc_unbounded_many ... ok [INFO] [stdout] test mutex_vec_queue::tests::test_global_queue_with_local ... ok [INFO] [stdout] test spsc::unbounded::tests::test_spsc_unbounded_seq_insertions ... ok [INFO] [stdout] test spsc::const_bounded::tests::test_spsc_lock_free_bounded_seq_insertions ... ok [INFO] [stdout] test spmc::unbounded::tests::test_spmc_lock_free_unbounded_stealing ... ok [INFO] [stdout] test spmc::unbounded::tests::test_spmc_unbounded_stealing ... ok [INFO] [stdout] test spsc::unbounded::tests::test_spsc_unbounded_stealing ... ok [INFO] [stdout] test spsc::unbounded::tests::test_spsc_unbounded_lock_free_stealing ... ok [INFO] [stdout] test spmc::tests::test_bounded_spmc_multi_threaded_pop_many ... ok [INFO] [stdout] test spmc::tests::test_bounded_spmc_multi_threaded_steal ... ok [INFO] [stdout] test spmc::tests::test_unbounded_spmc_multi_threaded_steal ... ok [INFO] [stdout] test spmc::tests::test_unbounded_spmc_multi_threaded_pop_many ... ok [INFO] [stdout] test mpmc::tests::test_bounded_mpmc_multi_threaded_pop_many ... ok [INFO] [stdout] test spsc::tests::test_bounded_spsc_multi_threaded_steal ... ok [INFO] [stdout] test spsc::tests::test_unbounded_spsc_multi_threaded_pop_many ... ok [INFO] [stdout] test spsc::tests::test_bounded_spsc_multi_threaded_pop_many ... ok [INFO] [stdout] test spsc::tests::test_unbounded_spsc_multi_threaded_steal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 19.15s [INFO] [stdout] [INFO] [stderr] Doc-tests parcoll [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/loom_bindings/std/barrier.rs - loom_bindings::std::barrier::BarrierWaitResult::is_leader (line 221) ... ok [INFO] [stdout] test src/loom_bindings/std/barrier.rs - loom_bindings::std::barrier::Barrier::new (line 76) ... ok [INFO] [stdout] test src/spsc/const_bounded.rs - spsc::const_bounded::new_cache_padded_bounded (line 708) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] test src/spmc/unbounded.rs - spmc::unbounded::new_unbounded_with_sync_cell (line 1351) ... ok [INFO] [stdout] test src/spmc/const_bounded.rs - spmc::const_bounded::new_bounded (line 1323) ... ok [INFO] [stdout] test src/loom_bindings/std/barrier.rs - loom_bindings::std::barrier::BarrierWaitResult (line 52) ... ok [INFO] [stdout] test src/mpmc/const_bounded.rs - mpmc::const_bounded::new_cache_padded_bounded (line 827) ... ok [INFO] [stdout] test src/spmc/unbounded.rs - spmc::unbounded::new_cache_padded_unbounded_with_sync_cell (line 1433) ... ok [INFO] [stdout] test src/spmc/const_bounded.rs - spmc::const_bounded::new_cache_padded_bounded (line 1393) ... ok [INFO] [stdout] test src/mpmc/const_bounded.rs - mpmc::const_bounded::new_bounded (line 773) ... ok [INFO] [stdout] test src/spsc/unbounded.rs - spsc::unbounded::new_cache_padded_unbounded_with_sync_cell (line 1134) ... ok [INFO] [stdout] test src/loom_bindings/std/barrier.rs - loom_bindings::std::barrier::Barrier::wait (line 105) ... ok [INFO] [stdout] test src/spsc/unbounded.rs - spsc::unbounded::new_unbounded_with_sync_cell (line 1056) ... ok [INFO] [stdout] test src/spsc/const_bounded.rs - spsc::const_bounded::new_bounded (line 641) ... ok [INFO] [stdout] test src/loom_bindings/std/barrier.rs - loom_bindings::std::barrier::Barrier (line 14) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d2ce5b311af3e478de889f63c529557b8d948b29fe0b7488b8fd4e8f3fa2ab47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2ce5b311af3e478de889f63c529557b8d948b29fe0b7488b8fd4e8f3fa2ab47", kill_on_drop: false }` [INFO] [stdout] d2ce5b311af3e478de889f63c529557b8d948b29fe0b7488b8fd4e8f3fa2ab47