[INFO] fetching crate arc-swap 1.7.1... [INFO] testing arc-swap-1.7.1 against try#981ca440e18f6cc4bc9026d4be8ddb1ca8378af7 for pr-145277 [INFO] extracting crate arc-swap 1.7.1 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate arc-swap 1.7.1 [INFO] finished tweaking crates.io crate arc-swap 1.7.1 [INFO] tweaked toml for crates.io crate arc-swap 1.7.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate arc-swap 1.7.1 on toolchain 981ca440e18f6cc4bc9026d4be8ddb1ca8378af7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 116 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.5.1 (available: v0.7.0) [INFO] [stderr] Adding itertools v0.12.1 (available: v0.14.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 874884ff2e5658992742b1f0a2f2a5c99da2b4bf70c7b3bf774e9490a7be42c0 [INFO] running `Command { std: "docker" "start" "-a" "874884ff2e5658992742b1f0a2f2a5c99da2b4bf70c7b3bf774e9490a7be42c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "874884ff2e5658992742b1f0a2f2a5c99da2b4bf70c7b3bf774e9490a7be42c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "874884ff2e5658992742b1f0a2f2a5c99da2b4bf70c7b3bf774e9490a7be42c0", kill_on_drop: false }` [INFO] [stdout] 874884ff2e5658992742b1f0a2f2a5c99da2b4bf70c7b3bf774e9490a7be42c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9fd4216baed8165075aeb4461ce0fa917c1346a344a3f94b306f4d5875295339 [INFO] running `Command { std: "docker" "start" "-a" "9fd4216baed8165075aeb4461ce0fa917c1346a344a3f94b306f4d5875295339", kill_on_drop: false }` [INFO] [stderr] Compiling arc-swap v1.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/debt/list.rs:142:27 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn reserve_writer(&self) -> NodeReservation { [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] 142 | pub fn reserve_writer(&self) -> NodeReservation<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/debt/list.rs:197:30 [INFO] [stdout] | [INFO] [stdout] 197 | pub(crate) fn fast_slots(&self) -> Iter { [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] 197 | pub(crate) fn fast_slots(&self) -> Iter<'_, Debt> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s [INFO] running `Command { std: "docker" "inspect" "9fd4216baed8165075aeb4461ce0fa917c1346a344a3f94b306f4d5875295339", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fd4216baed8165075aeb4461ce0fa917c1346a344a3f94b306f4d5875295339", kill_on_drop: false }` [INFO] [stdout] 9fd4216baed8165075aeb4461ce0fa917c1346a344a3f94b306f4d5875295339 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e7291f51a94d528cb7f84a36abc72cd8a257785faaadbe6725b25a20f95490f [INFO] running `Command { std: "docker" "start" "-a" "3e7291f51a94d528cb7f84a36abc72cd8a257785faaadbe6725b25a20f95490f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.97 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling clap_builder v4.5.44 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling syn v2.0.105 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling adaptive-barrier v1.0.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/debt/list.rs:142:27 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn reserve_writer(&self) -> NodeReservation { [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] 142 | pub fn reserve_writer(&self) -> NodeReservation<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/debt/list.rs:197:30 [INFO] [stdout] | [INFO] [stdout] 197 | pub(crate) fn fast_slots(&self) -> Iter { [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] 197 | pub(crate) fn fast_slots(&self) -> Iter<'_, Debt> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling proptest v1.7.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling clap v4.5.45 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling serde_test v1.0.177 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling arc-swap v1.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/debt/list.rs:142:27 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn reserve_writer(&self) -> NodeReservation { [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] 142 | pub fn reserve_writer(&self) -> NodeReservation<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/debt/list.rs:197:30 [INFO] [stdout] | [INFO] [stdout] 197 | pub(crate) fn fast_slots(&self) -> Iter { [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] 197 | pub(crate) fn fast_slots(&self) -> Iter<'_, Debt> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 27.04s [INFO] running `Command { std: "docker" "inspect" "3e7291f51a94d528cb7f84a36abc72cd8a257785faaadbe6725b25a20f95490f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e7291f51a94d528cb7f84a36abc72cd8a257785faaadbe6725b25a20f95490f", kill_on_drop: false }` [INFO] [stdout] 3e7291f51a94d528cb7f84a36abc72cd8a257785faaadbe6725b25a20f95490f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2025a4a2cac3059ca694c35535dc7c1b8ba3143cc3cc6364e0b166336b3ef805 [INFO] running `Command { std: "docker" "start" "-a" "2025a4a2cac3059ca694c35535dc7c1b8ba3143cc3cc6364e0b166336b3ef805", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/debt/list.rs:142:27 [INFO] [stderr] | [INFO] [stderr] 142 | pub fn reserve_writer(&self) -> NodeReservation { [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] 142 | pub fn reserve_writer(&self) -> NodeReservation<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/debt/list.rs:197:30 [INFO] [stderr] | [INFO] [stderr] 197 | pub(crate) fn fast_slots(&self) -> Iter { [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] 197 | pub(crate) fn fast_slots(&self) -> Iter<'_, Debt> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `arc-swap` (lib) generated 2 warnings (run `cargo fix --lib -p arc-swap` to apply 2 suggestions) [INFO] [stderr] warning: `arc-swap` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/arc_swap-99d0c683352ee4b5) [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test access::tests::constant ... ok [INFO] [stdout] test access::tests::double_dyn_access_complex ... ok [INFO] [stdout] test access::tests::dyn_dispatch ... ok [INFO] [stdout] test access::tests::indirect ... ok [INFO] [stdout] test access::tests::map ... ok [INFO] [stdout] test access::tests::map_option_none ... ok [INFO] [stdout] test access::tests::map_option_some ... ok [INFO] [stdout] test access::tests::map_reload ... ok [INFO] [stdout] test access::tests::static_dispatch ... ok [INFO] [stdout] test access::tests::transition ... ok [INFO] [stdout] test cache::tests::cache_option ... ok [INFO] [stdout] test cache::tests::cached_through_arc ... ok [INFO] [stdout] test cache::tests::cached_value ... ok [INFO] [stdout] test cache::tests::map_cache ... ok [INFO] [stdout] test debt::list::tests::new_empty ... ok [INFO] [stdout] test debt::tests::arc_zst ... ok [INFO] [stdout] test tests::load_cnt ... ok [INFO] [stdout] test tests_default::display_impl ... ok [INFO] [stdout] test tests_default::debug_impl ... ok [INFO] [stdout] test tests_default::from_into ... ok [INFO] [stdout] test tests_default::nulls ... ok [INFO] [stdout] test tests::lease_overflow ... ok [INFO] [stdout] test tests_default::load_null ... ok [INFO] [stdout] test tests_default::swap_load ... ok [INFO] [stdout] test tests_default::cas_ref_cnt ... ok [INFO] [stdout] test tests_default::recursive ... ok [INFO] [stdout] test tests_default::load_option ... ok [INFO] [stdout] test tests_default::rcu ... ok [INFO] [stdout] test tests_default::guard_drop_in_another_thread ... ok [INFO] [stdout] test tests_default::publish ... ok [INFO] [stdout] test tests_default::guard_drop_in_thread ... ok [INFO] [stdout] test tests_default::rcu_panic ... ok [INFO] [stdout] test tests_default::multi_writers ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Running tests/random.rs (/opt/rustwide/target/debug/deps/random-0ce0849753afdae3) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test independent::selection ... ok [INFO] [stdout] test default::selection ... ok [INFO] [stdout] test independent::ops ... ok [INFO] [stdout] test default::ops ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s [INFO] [stdout] [INFO] [stderr] Running tests/stress.rs (/opt/rustwide/target/debug/deps/stress-7bf0f8f1794802a7) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test default::load_parallel_large ... ignored [INFO] [stdout] test default::storm_link_list_large ... ignored [INFO] [stdout] test default::storm_unroll_large ... ignored [INFO] [stdout] test independent::load_parallel_large ... ignored [INFO] [stdout] test independent::storm_link_list_large ... ignored [INFO] [stdout] test independent::storm_unroll_large ... ignored [INFO] [stdout] test default::load_parallel_small ... ok [INFO] [stdout] test default::storm_link_list_small ... ok [INFO] [stdout] test default::storm_unroll_small ... ok [INFO] [stdout] test independent::load_parallel_small ... ok [INFO] [stdout] test independent::storm_link_list_small ... ok [INFO] [stdout] test independent::storm_unroll_small ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 1.26s [INFO] [stdout] [INFO] [stderr] Doc-tests arc_swap [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test src/compile_fail_tests.rs - compile_fail_tests (line 6) - compile fail ... ok [INFO] [stdout] test src/compile_fail_tests.rs - compile_fail_tests (line 40) - compile fail ... ok [INFO] [stdout] test src/compile_fail_tests.rs - compile_fail_tests (line 58) - compile fail ... ok [INFO] [stdout] test src/compile_fail_tests.rs - compile_fail_tests (line 22) - compile fail ... ok [INFO] [stdout] test src/compile_fail_tests.rs - compile_fail_tests (line 87) - compile fail ... ok [INFO] [stdout] test src/access.rs - access::DynAccess (line 207) ... ok [INFO] [stdout] test src/access.rs - access::AccessConvert (line 248) ... ok [INFO] [stdout] test src/as_raw.rs - as_raw::AsRaw (line 16) ... ok [INFO] [stdout] test src/compile_fail_tests.rs - compile_fail_tests (line 49) ... ok [INFO] [stdout] test src/compile_fail_tests.rs - compile_fail_tests (line 13) ... ok [INFO] [stdout] test src/compile_fail_tests.rs - compile_fail_tests (line 30) ... ok [INFO] [stdout] test src/cache.rs - cache::Cache (line 50) ... ok [INFO] [stdout] test src/cache.rs - cache::Cache (line 81) ... ok [INFO] [stdout] test src/access.rs - access (line 45) ... ok [INFO] [stdout] test src/docs/limitations.rs - docs::limitations (line 12) ... ok [INFO] [stdout] test src/compile_fail_tests.rs - compile_fail_tests (line 68) ... ok [INFO] [stdout] test src/docs/limitations.rs - docs::limitations (line 46) ... ok [INFO] [stdout] test src/docs/patterns.rs - docs::patterns (line 110) ... ok [INFO] [stdout] test src/cache.rs - cache::Cache::map (line 189) ... ok [INFO] [stdout] test src/docs/patterns.rs - docs::patterns (line 202) ... ok [INFO] [stdout] test src/docs/patterns.rs - docs::patterns (line 147) ... ok [INFO] [stdout] test src/lib.rs - (line 55) ... ok [INFO] [stdout] test src/docs/patterns.rs - docs::patterns (line 235) ... ok [INFO] [stdout] test src/compile_fail_tests.rs - compile_fail_tests (line 79) ... ok [INFO] [stdout] test src/lib.rs - ArcSwapAny (line 283) ... ok [INFO] [stdout] test src/docs/patterns.rs - docs::patterns (line 24) ... ok [INFO] [stdout] test src/lib.rs - ArcSwapAny::load (line 425) ... ok [INFO] [stdout] test src/lib.rs - ArcSwapAny>,S>::from_pointee (line 728) ... ok [INFO] [stdout] test src/lib.rs - ArcSwapOption::const_empty (line 765) ... ok [INFO] [stdout] test src/docs/patterns.rs - docs::patterns (line 89) ... ok [INFO] [stdout] test src/lib.rs - ArcSwapAny::rcu (line 543) ... ok [INFO] [stdout] test src/lib.rs - ArcSwapAny::rcu (line 560) ... ok [INFO] [stdout] test src/lib.rs - (line 37) ... ok [INFO] [stdout] test src/lib.rs - ArcSwapAny::rcu (line 520) ... ok [INFO] [stdout] test src/lib.rs - ArcSwapAny::map (line 647) ... ok [INFO] [stdout] test src/lib.rs - (line 99) ... ok [INFO] [stdout] test src/lib.rs - ArcSwapOption (line 710) ... ok [INFO] [stdout] test src/lib.rs - Guard::from_inner (line 191) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.97s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2025a4a2cac3059ca694c35535dc7c1b8ba3143cc3cc6364e0b166336b3ef805", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2025a4a2cac3059ca694c35535dc7c1b8ba3143cc3cc6364e0b166336b3ef805", kill_on_drop: false }` [INFO] [stdout] 2025a4a2cac3059ca694c35535dc7c1b8ba3143cc3cc6364e0b166336b3ef805