[INFO] fetching crate orx-concurrent-option 1.5.0... [INFO] testing orx-concurrent-option-1.5.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate orx-concurrent-option 1.5.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate orx-concurrent-option 1.5.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate orx-concurrent-option 1.5.0 [INFO] tweaked toml for crates.io crate orx-concurrent-option 1.5.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate orx-concurrent-option 1.5.0 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 orx-concurrent-option 1.5.0 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 6af7f09904b85ccbf3d518df5d53266497f99d9b3d981b97a2fc05d04d6bd3d3 [INFO] running `Command { std: "docker" "start" "-a" "6af7f09904b85ccbf3d518df5d53266497f99d9b3d981b97a2fc05d04d6bd3d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6af7f09904b85ccbf3d518df5d53266497f99d9b3d981b97a2fc05d04d6bd3d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6af7f09904b85ccbf3d518df5d53266497f99d9b3d981b97a2fc05d04d6bd3d3", kill_on_drop: false }` [INFO] [stdout] 6af7f09904b85ccbf3d518df5d53266497f99d9b3d981b97a2fc05d04d6bd3d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 40cd45076e15fb85e8a1a85de3161e4ad1e7cb36b0d9539e2ac998d226a811c7 [INFO] running `Command { std: "docker" "start" "-a" "40cd45076e15fb85e8a1a85de3161e4ad1e7cb36b0d9539e2ac998d226a811c7", kill_on_drop: false }` [INFO] [stderr] Compiling orx-concurrent-option v1.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concurrent_option.rs:233:9 [INFO] [stdout] | [INFO] [stdout] 233 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 236 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 236 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] running `Command { std: "docker" "inspect" "40cd45076e15fb85e8a1a85de3161e4ad1e7cb36b0d9539e2ac998d226a811c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40cd45076e15fb85e8a1a85de3161e4ad1e7cb36b0d9539e2ac998d226a811c7", kill_on_drop: false }` [INFO] [stdout] 40cd45076e15fb85e8a1a85de3161e4ad1e7cb36b0d9539e2ac998d226a811c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] f522ac5c833c47dcf33c146f39ebbc7d0f70f8ffede2caae3a72a56730cb0c6a [INFO] running `Command { std: "docker" "start" "-a" "f522ac5c833c47dcf33c146f39ebbc7d0f70f8ffede2caae3a72a56730cb0c6a", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concurrent_option.rs:233:9 [INFO] [stdout] | [INFO] [stdout] 233 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 236 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 236 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Compiling test-case v3.3.1 [INFO] [stderr] Compiling orx-concurrent-option v1.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/concurrent_option.rs:233:9 [INFO] [stdout] | [INFO] [stdout] 233 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 236 | ) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 236 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.91s [INFO] running `Command { std: "docker" "inspect" "f522ac5c833c47dcf33c146f39ebbc7d0f70f8ffede2caae3a72a56730cb0c6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f522ac5c833c47dcf33c146f39ebbc7d0f70f8ffede2caae3a72a56730cb0c6a", kill_on_drop: false }` [INFO] [stdout] f522ac5c833c47dcf33c146f39ebbc7d0f70f8ffede2caae3a72a56730cb0c6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 3e7fb7f582189cfae57d290ae6db056e5cc8c03fd48f5e350fab434229c0bdcb [INFO] running `Command { std: "docker" "start" "-a" "3e7fb7f582189cfae57d290ae6db056e5cc8c03fd48f5e350fab434229c0bdcb", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/concurrent_option.rs:233:9 [INFO] [stderr] | [INFO] [stderr] 233 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 236 | ) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 236 | ) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `orx-concurrent-option` (lib) generated 1 warning (run `cargo fix --lib -p orx-concurrent-option` to apply 1 suggestion) [INFO] [stderr] warning: `orx-concurrent-option` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/orx_concurrent_option-dd59adf4a7f64c95) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/common_traits.rs (/opt/rustwide/target/debug/deps/common_traits-51d6aed1a5ffc4c4) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test clone ... ok [INFO] [stdout] test debug ... ok [INFO] [stdout] test from ... ok [INFO] [stdout] test ord ... ok [INFO] [stdout] test partial_ord ... ok [INFO] [stdout] test eq ... ok [INFO] [stdout] test into ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/concurrent_basic.rs (/opt/rustwide/target/debug/deps/concurrent_basic-38340db8e6423123) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test initialize_unchecked ... ok [INFO] [stdout] test map ... ok [INFO] [stdout] test initialize_if_none ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/concurrent_clone_into_option.rs (/opt/rustwide/target/debug/deps/concurrent_clone_into_option-80ab26d596acba1b) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_4_2_false_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_4_8_false_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_4_4_false_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_8_2_false_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_4_16_false_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_8_16_false_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_8_4_false_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_8_8_false_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_4_2_true_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_4_8_true_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_8_2_true_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_single_writer::_16_false_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_8_8_true_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_8_4_true_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_single_writer::_2_false_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_8_16_true_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_4_4_true_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_single_writer::_4_false_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_single_writer::_8_false_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_multiple_writer::_4_16_true_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_single_writer::_2_true_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_single_writer::_8_true_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_single_writer::_16_true_expects ... ok [INFO] [stdout] test concurrent_clone_into_option_single_writer::_4_true_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.08s [INFO] [stdout] [INFO] [stderr] Running tests/concurrent_get_or_insert.rs (/opt/rustwide/target/debug/deps/concurrent_get_or_insert-77daea41c1ff800d) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_4_2_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_4_8_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_4_16_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_4_4_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_8_2_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_8_16_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_8_4_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_8_8_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_4_2_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_single_writer::_16_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_8_8_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_single_writer::_2_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_4_16_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_4_8_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_4_4_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_single_writer::_4_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_single_writer::_8_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_8_4_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_8_2_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_multiple_writer::_8_16_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_single_writer::_16_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_single_writer::_2_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_single_writer::_4_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_single_writer::_8_true_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.09s [INFO] [stdout] [INFO] [stderr] Running tests/concurrent_get_or_insert_with.rs (/opt/rustwide/target/debug/deps/concurrent_get_or_insert_with-d35be5f401386bd3) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_4_4_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_4_8_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_4_16_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_4_2_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_8_16_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_8_2_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_8_4_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_8_8_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_4_2_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_single_writer::_16_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_8_8_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_8_4_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_4_4_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_single_writer::_2_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_single_writer::_4_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_single_writer::_8_false_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_4_8_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_8_2_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_4_16_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_multiple_writer::_8_16_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_single_writer::_16_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_single_writer::_8_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_single_writer::_4_true_expects ... ok [INFO] [stdout] test concurrent_get_or_insert_with_single_writer::_2_true_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.94s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/concurrent_init_and_read.rs (/opt/rustwide/target/debug/deps/concurrent_init_and_read-bcf5f13367b3728d) [INFO] [stdout] running 1 test [INFO] [stdout] test concurrent_init_and_read ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.26s [INFO] [stdout] [INFO] [stderr] Running tests/concurrent_initialize_if_none.rs (/opt/rustwide/target/debug/deps/concurrent_initialize_if_none-1905c751db69c86f) [INFO] [stdout] [INFO] [stdout] running 48 tests [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_2_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_2_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_4_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_4_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_16_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_16_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_8_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_8_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_4_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_16_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_16_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_16_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_16_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_2_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_2_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_2_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_8_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_4_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_2_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_4_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_4_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_8_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_8_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_4_8_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_8_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_16_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_16_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_16_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_4_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_2_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_2_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_2_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_4_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_2_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_16_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_multiple_writer::_8_8_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_4_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_8_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_4_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_8_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_2_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_16_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_4_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_8_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_16_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_8_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_4_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_if_none_single_writer::_2_true_ordering_seqcst_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.67s [INFO] [stdout] [INFO] [stderr] Running tests/concurrent_initialize_unchecked.rs (/opt/rustwide/target/debug/deps/concurrent_initialize_unchecked-a7a1b9931eca860a) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test concurrent_initialize_unchecked::_2_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_2_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_4_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_16_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_4_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_16_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_8_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_8_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_8_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_8_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_4_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_4_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_16_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_2_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_2_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_initialize_unchecked::_16_true_ordering_seqcst_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.73s [INFO] [stdout] [INFO] [stderr] Running tests/concurrent_insert.rs (/opt/rustwide/target/debug/deps/concurrent_insert-500352f1e2b84691) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test concurrent_insert_multiple_writer::_4_2_false_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_4_4_false_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_4_16_false_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_8_16_false_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_8_2_false_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_8_4_false_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_4_8_false_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_8_8_false_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_8_2_true_expects ... ok [INFO] [stdout] test concurrent_insert_single_writer::_16_false_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_4_8_true_expects ... ok [INFO] [stdout] test concurrent_insert_single_writer::_2_false_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_4_4_true_expects ... ok [INFO] [stdout] test concurrent_insert_single_writer::_4_false_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_8_4_true_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_4_2_true_expects ... ok [INFO] [stdout] test concurrent_insert_single_writer::_8_false_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_8_16_true_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_4_16_true_expects ... ok [INFO] [stdout] test concurrent_insert_multiple_writer::_8_8_true_expects ... ok [INFO] [stdout] test concurrent_insert_single_writer::_16_true_expects ... ok [INFO] [stdout] test concurrent_insert_single_writer::_4_true_expects ... ok [INFO] [stdout] test concurrent_insert_single_writer::_2_true_expects ... ok [INFO] [stdout] test concurrent_insert_single_writer::_8_true_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.07s [INFO] [stdout] [INFO] [stderr] Running tests/concurrent_raw_get.rs (/opt/rustwide/target/debug/deps/concurrent_raw_get-81c162945e96f8cb) [INFO] [stdout] [INFO] [stdout] running 48 tests [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_2_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_2_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_4_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_16_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_4_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_16_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_8_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_8_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_16_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_16_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_2_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_16_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_16_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_2_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_2_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_2_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_4_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_4_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_4_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_8_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_4_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_4_8_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_8_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_8_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_2_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_16_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_16_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_16_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_16_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_2_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_2_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_2_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_4_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_4_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_4_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_8_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_8_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_8_false_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_8_false_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_multiple_writer::_8_4_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_16_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_2_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_2_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_16_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_4_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_4_true_ordering_seqcst_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_8_true_ordering_acquire_expects ... ok [INFO] [stdout] test concurrent_get_raw_single_writer::_8_true_ordering_seqcst_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.28s [INFO] [stdout] [INFO] [stderr] Running tests/concurrent_read_and_write.rs (/opt/rustwide/target/debug/deps/concurrent_read_and_write-e0ec315ee641f3f2) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test concurrent_read_and_write ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.18s [INFO] [stdout] [INFO] [stderr] Running tests/concurrent_replace.rs (/opt/rustwide/target/debug/deps/concurrent_replace-d18454d4624293c1) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test concurrent_replace_multiple_writer::_4_8_false_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_4_2_false_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_4_16_false_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_4_4_false_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_8_16_false_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_8_2_false_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_8_4_false_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_8_8_false_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_4_2_true_expects ... ok [INFO] [stdout] test concurrent_replace_single_writer::_16_false_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_8_8_true_expects ... ok [INFO] [stdout] test concurrent_replace_single_writer::_2_false_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_8_4_true_expects ... ok [INFO] [stdout] test concurrent_replace_single_writer::_4_false_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_4_4_true_expects ... ok [INFO] [stdout] test concurrent_replace_single_writer::_8_false_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_8_16_true_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_4_8_true_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_8_2_true_expects ... ok [INFO] [stdout] test concurrent_replace_multiple_writer::_4_16_true_expects ... ok [INFO] [stdout] test concurrent_replace_single_writer::_16_true_expects ... ok [INFO] [stdout] test concurrent_replace_single_writer::_8_true_expects ... ok [INFO] [stdout] test concurrent_replace_single_writer::_4_true_expects ... ok [INFO] [stderr] Running tests/concurrent_take.rs (/opt/rustwide/target/debug/deps/concurrent_take-149848ee79d13441) [INFO] [stdout] test concurrent_replace_single_writer::_2_true_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.16s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test concurrent_take_multiple_writer::_4_4_false_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_8_16_false_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_4_8_false_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_4_16_false_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_8_2_false_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_8_4_false_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_4_2_false_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_8_8_false_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_4_4_true_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_4_2_true_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_4_8_true_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_8_2_true_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_4_16_true_expects ... ok [INFO] [stdout] test concurrent_take_single_writer::_16_false_expects ... ok [INFO] [stdout] test concurrent_take_single_writer::_2_false_expects ... ok [INFO] [stdout] test concurrent_take_single_writer::_8_false_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_8_16_true_expects ... ok [INFO] [stdout] test concurrent_take_single_writer::_4_false_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_8_8_true_expects ... ok [INFO] [stdout] test concurrent_take_multiple_writer::_8_4_true_expects ... ok [INFO] [stdout] test concurrent_take_single_writer::_4_true_expects ... ok [INFO] [stdout] test concurrent_take_single_writer::_8_true_expects ... ok [INFO] [stdout] test concurrent_take_single_writer::_2_true_expects ... ok [INFO] [stdout] test concurrent_take_single_writer::_16_true_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.31s [INFO] [stdout] [INFO] [stderr] Running tests/concurrent_take_if.rs (/opt/rustwide/target/debug/deps/concurrent_take_if-667db22ed0ad4bf5) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test concurrent_take_if_multiple_writer::_4_16_false_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_4_4_false_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_4_2_false_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_4_8_false_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_8_2_false_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_8_4_false_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_8_16_false_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_8_8_false_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_4_2_true_expects ... ok [INFO] [stdout] test concurrent_take_if_single_writer::_16_false_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_4_8_true_expects ... ok [INFO] [stdout] test concurrent_take_if_single_writer::_2_false_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_4_4_true_expects ... ok [INFO] [stdout] test concurrent_take_if_single_writer::_4_false_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_8_8_true_expects ... ok [INFO] [stdout] test concurrent_take_if_single_writer::_8_false_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_8_4_true_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_8_2_true_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_8_16_true_expects ... ok [INFO] [stdout] test concurrent_take_if_multiple_writer::_4_16_true_expects ... ok [INFO] [stdout] test concurrent_take_if_single_writer::_16_true_expects ... ok [INFO] [stdout] test concurrent_take_if_single_writer::_2_true_expects ... ok [INFO] [stderr] Running tests/concurrent_update_if_some.rs (/opt/rustwide/target/debug/deps/concurrent_update_if_some-b77aab26b317ef76) [INFO] [stdout] test concurrent_take_if_single_writer::_8_true_expects ... ok [INFO] [stdout] test concurrent_take_if_single_writer::_4_true_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.21s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_4_4_false_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_4_2_false_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_4_16_false_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_4_8_false_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_8_16_false_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_8_4_false_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_8_2_false_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_8_8_false_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_4_2_true_expects ... ok [INFO] [stdout] test concurrent_update_if_some_single_writer::_16_false_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_8_4_true_expects ... ok [INFO] [stdout] test concurrent_update_if_some_single_writer::_2_false_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_4_16_true_expects ... ok [INFO] [stdout] test concurrent_update_if_some_single_writer::_4_false_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_4_4_true_expects ... ok [INFO] [stdout] test concurrent_update_if_some_single_writer::_8_false_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_8_8_true_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_8_2_true_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_4_8_true_expects ... ok [INFO] [stdout] test concurrent_update_if_some_multiple_writer::_8_16_true_expects ... ok [INFO] [stdout] test concurrent_update_if_some_single_writer::_16_true_expects ... ok [INFO] [stdout] test concurrent_update_if_some_single_writer::_2_true_expects ... ok [INFO] [stdout] test concurrent_update_if_some_single_writer::_8_true_expects ... ok [INFO] [stdout] test concurrent_update_if_some_single_writer::_4_true_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.48s [INFO] [stdout] [INFO] [stderr] Running tests/into_option.rs (/opt/rustwide/target/debug/deps/into_option-5a34db1fd9e510d2) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test concurrent_option_into_option ... ok [INFO] [stdout] test option_into_option ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/iter.rs (/opt/rustwide/target/debug/deps/iter-b6314a7c0848c454) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running tests/iter_mut.rs (/opt/rustwide/target/debug/deps/iter_mut-6470d7231f06f18a) [INFO] [stdout] test exclusive_iter_when_some ... ok [INFO] [stdout] test iter_with_order_when_none ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running tests/new.rs (/opt/rustwide/target/debug/deps/new-eac462b0c69b4fde) [INFO] [stdout] test iter_mut_when_some ... ok [INFO] [stdout] test iter_mut_when_none ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test none ... ok [INFO] [stdout] test some ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/option.rs (/opt/rustwide/target/debug/deps/option-0e118941b099bcb8) [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test as_deref_with_order ... ok [INFO] [stdout] test and_then ... ok [INFO] [stdout] test as_deref ... ok [INFO] [stdout] test as_ref_with_order ... ok [INFO] [stdout] test copied ... ok [INFO] [stdout] test as_ref ... ok [INFO] [stdout] test exclusive_as_deref_mut ... ok [INFO] [stdout] test cloned ... ok [INFO] [stdout] test exclusive_insert ... ok [INFO] [stdout] test exclusive_as_mut ... ok [INFO] [stdout] test exclusive_get_or_insert_with ... ok [INFO] [stdout] test exclusive_get_or_insert ... ok [INFO] [stdout] test exclusive_replace ... ok [INFO] [stdout] test exclusive_take ... ok [INFO] [stdout] test exclusive_take_if ... ok [INFO] [stdout] test and ... ok [INFO] [stdout] test expect ... ok [INFO] [stdout] test is_some ... ok [INFO] [stdout] test flatten ... ok [INFO] [stdout] test filter ... ok [INFO] [stdout] test is_none ... ok [INFO] [stdout] test is_some_and ... ok [INFO] [stdout] test map_or ... ok [INFO] [stdout] test map_or_else ... ok [INFO] [stdout] test state ... ok [INFO] [stdout] test take ... ok [INFO] [stdout] test take_if ... ok [INFO] [stdout] test unwrap ... ok [INFO] [stdout] test unwrap_or ... ok [INFO] [stdout] test unwrap_or_default ... ok [INFO] [stdout] test unwrap_or_else ... ok [INFO] [stdout] test unwrap_unchecked ... ok [INFO] [stdout] test map ... ok [INFO] [stdout] test xor ... ok [INFO] [stdout] test expect_when_none - should panic ... ok [INFO] [stdout] test unwrap_when_none - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/raw.rs (/opt/rustwide/target/debug/deps/raw-88debe1323c05f5e) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test get_raw ... ok [INFO] [stdout] test get_raw_mut_with_order ... ok [INFO] [stdout] test get_raw_mut ... ok [INFO] [stdout] test get_raw_with_order ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests orx_concurrent_option [INFO] [stdout] [INFO] [stdout] running 78 tests [INFO] [stdout] test src/common_traits/eq.rs - common_traits::eq::ConcurrentOption::eq (line 10) ... ok [INFO] [stdout] test src/common_traits/debug.rs - common_traits::debug::ConcurrentOption::fmt (line 7) ... ok [INFO] [stdout] test src/common_traits/from.rs - common_traits::from::ConcurrentOption::from (line 26) ... ok [INFO] [stdout] test src/common_traits/clone.rs - common_traits::clone::ConcurrentOption::clone (line 12) ... ok [INFO] [stdout] test src/common_traits/default.rs - common_traits::default::ConcurrentOption::default (line 8) ... ok [INFO] [stdout] test src/common_traits/from.rs - common_traits::from::ConcurrentOption::from (line 10) ... ok [INFO] [stdout] test src/common_traits/from.rs - common_traits::from::Option::from (line 50) ... ok [INFO] [stdout] test src/concurrent.rs - concurrent::ConcurrentOption::get_or_insert (line 475) ... ok [INFO] [stdout] test src/common_traits/ord.rs - common_traits::ord::ConcurrentOption::cmp (line 48) ... ok [INFO] [stdout] test src/common_traits/ord.rs - common_traits::ord::ConcurrentOption::partial_cmp (line 11) ... ok [INFO] [stdout] test src/concurrent.rs - concurrent::ConcurrentOption::get_or_insert_with (line 520) ... ok [INFO] [stdout] test src/concurrent.rs - concurrent::ConcurrentOption::initialize_unchecked (line 145) ... ok [INFO] [stdout] test src/concurrent.rs - concurrent::ConcurrentOption::initialize_if_none (line 26) ... ok [INFO] [stdout] test src/concurrent.rs - concurrent::ConcurrentOption::insert (line 425) ... ok [INFO] [stdout] test src/concurrent.rs - concurrent::ConcurrentOption::update_if_some (line 232) ... ok [INFO] [stdout] test src/concurrent.rs - concurrent::ConcurrentOption::replace (line 359) ... ok [INFO] [stdout] test src/concurrent.rs - concurrent::ConcurrentOption::take (line 266) ... ok [INFO] [stdout] test src/concurrent.rs - concurrent::ConcurrentOption::take_if (line 297) ... ok [INFO] [stdout] test src/exclusive.rs - exclusive::ConcurrentOption::exclusive_as_deref_mut (line 16) ... ok [INFO] [stdout] test src/exclusive.rs - exclusive::ConcurrentOption::exclusive_get_or_insert (line 231) ... ok [INFO] [stdout] test src/exclusive.rs - exclusive::ConcurrentOption::exclusive_as_mut (line 36) ... ok [INFO] [stdout] test src/exclusive.rs - exclusive::ConcurrentOption::exclusive_get_or_insert_with (line 254) ... ok [INFO] [stdout] test src/exclusive.rs - exclusive::ConcurrentOption::exclusive_insert (line 189) ... ok [INFO] [stdout] test src/exclusive.rs - exclusive::ConcurrentOption::exclusive_iter_mut (line 123) ... ok [INFO] [stdout] test src/exclusive.rs - exclusive::ConcurrentOption::exclusive_take (line 57) ... ok [INFO] [stdout] test src/exclusive.rs - exclusive::ConcurrentOption::exclusive_replace (line 147) ... ok [INFO] [stdout] test src/exclusive.rs - exclusive::ConcurrentOption::exclusive_take_if (line 89) ... ok [INFO] [stdout] test src/into.rs - into::ConcurrentOption::expect (line 14) ... ok [INFO] [stdout] test src/into.rs - into::ConcurrentOption::unwrap (line 44) ... ok [INFO] [stdout] test src/into.rs - into::ConcurrentOption::expect (line 21) - should panic ... ok [INFO] [stdout] test src/into.rs - into::ConcurrentOption::unwrap_or (line 69) ... ok [INFO] [stdout] test src/into.rs - into::ConcurrentOption::unwrap_or_default (line 87) ... ok [INFO] [stdout] test src/into.rs - into::ConcurrentOption::unwrap_or_else (line 107) ... ok [INFO] [stdout] test src/into.rs - into::ConcurrentOption::unwrap (line 51) - should panic ... ok [INFO] [stdout] test src/into.rs - into::ConcurrentOption::unwrap_unchecked (line 139) - compile ... ok [INFO] [stdout] test src/into_option.rs - into_option::IntoOption (line 7) ... ok [INFO] [stdout] test src/into.rs - into::ConcurrentOption::unwrap_unchecked (line 132) ... ok [INFO] [stdout] test src/into_option.rs - into_option::IntoOption::into_option (line 21) ... ok [INFO] [stdout] test src/new.rs - new::ConcurrentOption::none (line 31) ... ok [INFO] [stdout] test src/new.rs - new::ConcurrentOption::some (line 10) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption<&'_T>::copied (line 496) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption<&'_T>::cloned (line 473) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption>::flatten (line 545) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::and (line 337) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption>::flatten (line 521) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::and_then (line 370) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::and_then (line 385) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::as_ref (line 63) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::clone_into_option (line 170) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::filter (line 437) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::as_deref (line 103) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::is_none (line 31) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::is_some (line 12) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::is_some_and (line 304) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::iter (line 145) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::map_or (line 248) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::map (line 213) ... ok [INFO] [stdout] test src/option.rs - option::ConcurrentOption::map_or_else (line 275) ... ok [INFO] [stdout] test src/raw.rs - raw::ConcurrentOption::get_raw (line 17) ... ok [INFO] [stdout] test src/raw.rs - raw::ConcurrentOption::get_raw_mut (line 47) ... ok [INFO] [stdout] test src/raw.rs - raw::ConcurrentOption::get_raw_mut_with_order (line 116) ... ok [INFO] [stdout] test src/raw.rs - raw::ConcurrentOption::get_raw_with_order (line 87) ... ok [INFO] [stdout] test src/with_order.rs - with_order::ConcurrentOption::as_deref_with_order (line 123) ... ok [INFO] [stdout] test src/with_order.rs - with_order::ConcurrentOption::as_ref_with_order (line 80) ... ok [INFO] [stdout] test src/with_order.rs - with_order::ConcurrentOption::clone_with_order (line 201) ... ok [INFO] [stdout] test src/with_order.rs - with_order::ConcurrentOption::eq_with_order (line 222) ... ok [INFO] [stdout] test src/with_order.rs - with_order::ConcurrentOption::is_none_with_order (line 46) ... ok [INFO] [stdout] test src/with_order.rs - with_order::ConcurrentOption::cmp_with_order (line 307) ... ok [INFO] [stdout] test src/with_order.rs - with_order::ConcurrentOption::is_some_with_order (line 27) ... ok [INFO] [stdout] test src/with_order.rs - with_order::ConcurrentOption::partial_cmp_with_order (line 259) ... ok [INFO] [stdout] test src/with_order.rs - with_order::ConcurrentOption::iter_with_order (line 172) ... ok [INFO] [stdout] test src/with_order.rs - with_order::ConcurrentOption::state (line 9) ... ok [INFO] [stdout] test src/concurrent.rs - concurrent::ConcurrentOption::initialize_if_none (line 48) ... ok [INFO] [stdout] test src/concurrent.rs - concurrent::ConcurrentOption::initialize_unchecked (line 169) ... ok [INFO] [stdout] test src/concurrent_option.rs - concurrent_option::ConcurrentOption (line 147) ... ok [INFO] [stdout] test src/concurrent_option.rs - concurrent_option::ConcurrentOption (line 60) ... ok [INFO] [stdout] test src/../README.md - (line 150) ... ok [INFO] [stdout] test src/../README.md - (line 63) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 78 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.21s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3e7fb7f582189cfae57d290ae6db056e5cc8c03fd48f5e350fab434229c0bdcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e7fb7f582189cfae57d290ae6db056e5cc8c03fd48f5e350fab434229c0bdcb", kill_on_drop: false }` [INFO] [stdout] 3e7fb7f582189cfae57d290ae6db056e5cc8c03fd48f5e350fab434229c0bdcb