[INFO] fetching crate parcoll 1.4.1... [INFO] testing parcoll-1.4.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate parcoll 1.4.1 into /workspace/builds/worker-7-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate parcoll 1.4.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded light-qsbr v1.0.2 [INFO] [stderr] Downloaded orengine-utils v1.5.0 [INFO] [stderr] Downloaded libc v1.0.0-alpha.1 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] edeede2b995e9f511b114aa08a3b9e0dbfd1a1ff927277e128e49bfc1f3b1d69 [INFO] running `Command { std: "docker" "start" "-a" "edeede2b995e9f511b114aa08a3b9e0dbfd1a1ff927277e128e49bfc1f3b1d69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "edeede2b995e9f511b114aa08a3b9e0dbfd1a1ff927277e128e49bfc1f3b1d69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edeede2b995e9f511b114aa08a3b9e0dbfd1a1ff927277e128e49bfc1f3b1d69", kill_on_drop: false }` [INFO] [stdout] edeede2b995e9f511b114aa08a3b9e0dbfd1a1ff927277e128e49bfc1f3b1d69 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0178607d7c0b6c33e91c71ddf1f1a17be1f8eb96827f02513059c6f749c0981b [INFO] running `Command { std: "docker" "start" "-a" "0178607d7c0b6c33e91c71ddf1f1a17be1f8eb96827f02513059c6f749c0981b", 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.69s [INFO] running `Command { std: "docker" "inspect" "0178607d7c0b6c33e91c71ddf1f1a17be1f8eb96827f02513059c6f749c0981b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0178607d7c0b6c33e91c71ddf1f1a17be1f8eb96827f02513059c6f749c0981b", kill_on_drop: false }` [INFO] [stdout] 0178607d7c0b6c33e91c71ddf1f1a17be1f8eb96827f02513059c6f749c0981b [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11661dcbf831439616321b76d6f92b8bea9853c78718f2565ec1e05ea4788d25 [INFO] running `Command { std: "docker" "start" "-a" "11661dcbf831439616321b76d6f92b8bea9853c78718f2565ec1e05ea4788d25", kill_on_drop: false }` [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] [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.66s [INFO] running `Command { std: "docker" "inspect" "11661dcbf831439616321b76d6f92b8bea9853c78718f2565ec1e05ea4788d25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11661dcbf831439616321b76d6f92b8bea9853c78718f2565ec1e05ea4788d25", kill_on_drop: false }` [INFO] [stdout] 11661dcbf831439616321b76d6f92b8bea9853c78718f2565ec1e05ea4788d25 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c72a9c53dd28553603bfacb19150a826ec7e89bc0cc3e7b118b61e9cb9918540 [INFO] running `Command { std: "docker" "start" "-a" "c72a9c53dd28553603bfacb19150a826ec7e89bc0cc3e7b118b61e9cb9918540", 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.06s [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 mpmc::const_bounded::tests::test_mpmc_lock_free_bounded_seq_insertions ... ok [INFO] [stdout] test mpmc::const_bounded::tests::test_mpmc_lock_free_bounded_stealing ... ok [INFO] [stdout] test mpmc::const_bounded::tests::test_mpmc_bounded_stealing ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_bounded_many ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_bounded_seq_insertions ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_lock_free_bounded_many ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_bounded_stealing ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_bounded_size ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_lock_free_bounded_seq_insertions ... ok [INFO] [stdout] test spmc::const_bounded::tests::test_spmc_lock_free_bounded_stealing ... ok [INFO] [stdout] test spmc::unbounded::tests::test_spmc_lock_free_unbounded_many ... ok [INFO] [stdout] test spmc::unbounded::tests::test_spmc_lock_free_unbounded_seq_insertions ... ok [INFO] [stdout] test mutex_vec_queue::tests::test_global_queue_with_local ... ok [INFO] [stdout] test spmc::unbounded::tests::test_spmc_unbounded_many ... ok [INFO] [stdout] test spmc::unbounded::tests::test_spmc_unbounded_seq_insertions ... ok [INFO] [stdout] test mutex_vec_queue::tests::test_vec_queue ... ok [INFO] [stdout] test spsc::const_bounded::tests::test_spsc_bounded_many ... ok [INFO] [stdout] test spsc::const_bounded::tests::test_spsc_bounded_seq_insertions ... ok [INFO] [stdout] test spsc::const_bounded::tests::test_spsc_bounded_size ... 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_many ... ok [INFO] [stdout] test spsc::const_bounded::tests::test_spsc_lock_free_bounded_seq_insertions ... ok [INFO] [stdout] test spsc::const_bounded::tests::test_spsc_lock_free_bounded_stealing ... ok [INFO] [stdout] test spmc::unbounded::tests::test_spmc_unbounded_stealing ... ok [INFO] [stdout] test spmc::unbounded::tests::test_spmc_lock_free_unbounded_stealing ... ok [INFO] [stdout] test mpmc::tests::test_bounded_mpmc_multi_threaded_pop_many ... ok [INFO] [stdout] test spmc::tests::test_bounded_spmc_multi_threaded_pop_many ... ok [INFO] [stdout] test spsc::unbounded::tests::test_spsc_unbounded_lock_free_many ... ok [INFO] [stdout] test spsc::unbounded::tests::test_spsc_unbounded_lock_free_seq_insertions ... ok [INFO] [stdout] test spsc::unbounded::tests::test_spsc_unbounded_lock_free_stealing ... ok [INFO] [stdout] test spsc::unbounded::tests::test_spsc_unbounded_many ... ok [INFO] [stdout] test spsc::unbounded::tests::test_spsc_unbounded_seq_insertions ... ok [INFO] [stdout] test spsc::unbounded::tests::test_spsc_unbounded_stealing ... ok [INFO] [stdout] test spmc::tests::test_bounded_spmc_multi_threaded_steal ... ok [INFO] [stdout] test spmc::tests::test_unbounded_spmc_multi_threaded_pop_many ... ok [INFO] [stdout] test spmc::tests::test_unbounded_spmc_multi_threaded_steal ... ok [INFO] [stdout] test spsc::tests::test_bounded_spsc_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_steal ... ok [INFO] [stdout] test spsc::tests::test_unbounded_spsc_multi_threaded_pop_many ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 32.07s [INFO] [stdout] [INFO] [stderr] Doc-tests parcoll [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] test src/loom_bindings/std/barrier.rs - loom_bindings::std::barrier::Barrier::new (line 76) ... ok [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::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/loom_bindings/std/barrier.rs - loom_bindings::std::barrier::Barrier (line 14) ... 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::Barrier::wait (line 105) ... ok [INFO] [stdout] test src/mpmc/const_bounded.rs - mpmc::const_bounded::new_bounded (line 773) ... 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/unbounded.rs - spmc::unbounded::new_unbounded_with_sync_cell (line 1351) ... ok [INFO] [stdout] test src/spsc/const_bounded.rs - spsc::const_bounded::new_bounded (line 641) ... 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_cache_padded_bounded (line 708) ... ok [INFO] [stdout] test src/spsc/unbounded.rs - spsc::unbounded::new_cache_padded_unbounded_with_sync_cell (line 1134) ... ok [INFO] [stdout] test src/spmc/const_bounded.rs - spmc::const_bounded::new_cache_padded_bounded (line 1393) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.81s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c72a9c53dd28553603bfacb19150a826ec7e89bc0cc3e7b118b61e9cb9918540", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c72a9c53dd28553603bfacb19150a826ec7e89bc0cc3e7b118b61e9cb9918540", kill_on_drop: false }` [INFO] [stdout] c72a9c53dd28553603bfacb19150a826ec7e89bc0cc3e7b118b61e9cb9918540