[INFO] fetching crate refbox 0.4.0... [INFO] testing refbox-0.4.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate refbox 0.4.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate refbox 0.4.0 [INFO] finished tweaking crates.io crate refbox 0.4.0 [INFO] tweaked toml for crates.io crate refbox 0.4.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate refbox 0.4.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate refbox 0.4.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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hermit-abi v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55030b041d1434ff8cfbb3bff0c21319945759d30d9984e560de7f2a76dac854 [INFO] running `Command { std: "docker" "start" "-a" "55030b041d1434ff8cfbb3bff0c21319945759d30d9984e560de7f2a76dac854", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55030b041d1434ff8cfbb3bff0c21319945759d30d9984e560de7f2a76dac854", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55030b041d1434ff8cfbb3bff0c21319945759d30d9984e560de7f2a76dac854", kill_on_drop: false }` [INFO] [stdout] 55030b041d1434ff8cfbb3bff0c21319945759d30d9984e560de7f2a76dac854 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 1ad6c5b82c0e456082a703fbda333293a4039e05c6d36fd5666769ae2db7a49b [INFO] running `Command { std: "docker" "start" "-a" "1ad6c5b82c0e456082a703fbda333293a4039e05c6d36fd5666769ae2db7a49b", kill_on_drop: false }` [INFO] [stderr] Compiling refbox v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:287:27 [INFO] [stdout] | [INFO] [stdout] 287 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 287 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 295 | err_borrowed: impl FnOnce() -> E, [INFO] [stdout] 296 | ) -> Result, E> { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 296 | ) -> Result, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:507:27 [INFO] [stdout] | [INFO] [stdout] 507 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 507 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:514:9 [INFO] [stdout] | [INFO] [stdout] 514 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 517 | ) -> Result, E> { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 517 | ) -> Result, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] running `Command { std: "docker" "inspect" "1ad6c5b82c0e456082a703fbda333293a4039e05c6d36fd5666769ae2db7a49b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ad6c5b82c0e456082a703fbda333293a4039e05c6d36fd5666769ae2db7a49b", kill_on_drop: false }` [INFO] [stdout] 1ad6c5b82c0e456082a703fbda333293a4039e05c6d36fd5666769ae2db7a49b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] b67f7c3bbb6334005c68a9797d9c7fc52c56bda315268e01f70ac1ac8d3f8480 [INFO] running `Command { std: "docker" "start" "-a" "b67f7c3bbb6334005c68a9797d9c7fc52c56bda315268e01f70ac1ac8d3f8480", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling clap_builder v4.5.37 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:287:27 [INFO] [stdout] | [INFO] [stdout] 287 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 287 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 295 | err_borrowed: impl FnOnce() -> E, [INFO] [stdout] 296 | ) -> Result, E> { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 296 | ) -> Result, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:507:27 [INFO] [stdout] | [INFO] [stdout] 507 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 507 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:514:9 [INFO] [stdout] | [INFO] [stdout] 514 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 517 | ) -> Result, E> { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 517 | ) -> Result, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling clap v4.5.37 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling refbox v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:287:27 [INFO] [stdout] | [INFO] [stdout] 287 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 287 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 295 | err_borrowed: impl FnOnce() -> E, [INFO] [stdout] 296 | ) -> Result, E> { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 296 | ) -> Result, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:507:27 [INFO] [stdout] | [INFO] [stdout] 507 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 507 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:514:9 [INFO] [stdout] | [INFO] [stdout] 514 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 517 | ) -> Result, E> { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 517 | ) -> Result, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 18.51s [INFO] running `Command { std: "docker" "inspect" "b67f7c3bbb6334005c68a9797d9c7fc52c56bda315268e01f70ac1ac8d3f8480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b67f7c3bbb6334005c68a9797d9c7fc52c56bda315268e01f70ac1ac8d3f8480", kill_on_drop: false }` [INFO] [stdout] b67f7c3bbb6334005c68a9797d9c7fc52c56bda315268e01f70ac1ac8d3f8480 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 9f53cc93866458255d4e2ca5ec330d2b6e135597011e92aafa4edc3ca44487cf [INFO] running `Command { std: "docker" "start" "-a" "9f53cc93866458255d4e2ca5ec330d2b6e135597011e92aafa4edc3ca44487cf", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:287:27 [INFO] [stderr] | [INFO] [stderr] 287 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stderr] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 287 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:294:9 [INFO] [stderr] | [INFO] [stderr] 294 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 295 | err_borrowed: impl FnOnce() -> E, [INFO] [stderr] 296 | ) -> Result, E> { [INFO] [stderr] | --------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 296 | ) -> Result, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:507:27 [INFO] [stderr] | [INFO] [stderr] 507 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stderr] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 507 | pub fn try_borrow_mut(&self) -> Result, BorrowError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:514:9 [INFO] [stderr] | [INFO] [stderr] 514 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 517 | ) -> Result, E> { [INFO] [stderr] | --------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 517 | ) -> Result, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `refbox` (lib) generated 4 warnings (run `cargo fix --lib -p refbox` to apply 4 suggestions) [INFO] [stderr] warning: `refbox` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/refbox-2e6a8fea589459fb) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test tests::calling_getters_while_having_mutable_ref ... ok [INFO] [stdout] test tests::borrowing_changes_status ... ok [INFO] [stdout] test tests::cloning_weak_increases_weak_count ... ok [INFO] [stdout] test tests::downgrade_increases_refcount ... ok [INFO] [stdout] test tests::downgrade_ptr_eq ... ok [INFO] [stdout] test tests::dropping_owner_changes_status ... ok [INFO] [stdout] test tests::dropping_owner_while_borrowed_delays_drops ... ok [INFO] [stdout] test tests::dropping_rc_with_weak_refs_drops_data ... ok [INFO] [stdout] test tests::dropping_ref_box_drops_data ... ok [INFO] [stdout] test tests::dropping_weak_decreases_weak_count ... ok [INFO] [stdout] test tests::heap_overhead ... ok [INFO] [stdout] test tests::owner_is_alive ... ok [INFO] [stdout] test tests::dropping_weak_does_not_drop_data ... ok [INFO] [stdout] test tests::owner_is_borrowable ... ok [INFO] [stdout] test tests::owner_is_not_borrowable_twice ... ok [INFO] [stdout] test tests::ref_box_as_ptr ... ok [INFO] [stdout] test tests::ref_box_new ... ok [INFO] [stdout] test tests::owner_is_not_alive_after_dropped ... ok [INFO] [stdout] test tests::try_downgrade_returns_none_on_max ... ok [INFO] [stdout] test tests::weak_is_borrowable ... ok [INFO] [stdout] test tests::weak_as_ptr ... ok [INFO] [stdout] test tests::weak_is_not_borrowable_if_owner_dropped ... ok [INFO] [stdout] test tests::ref_box_new_weak_count ... ok [INFO] [stdout] test tests::single_ref_boxes_are_distinct ... ok [INFO] [stdout] test tests::weak_is_not_borrowable_if_owner_borrowed ... ok [INFO] [stdout] test tests::weak_is_not_borrowable_twice ... ok [INFO] [stdout] test tests::cloning_weak_panics_on_max ... ok [INFO] [stdout] test tests::downgrade_panics_on_max ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9f53cc93866458255d4e2ca5ec330d2b6e135597011e92aafa4edc3ca44487cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f53cc93866458255d4e2ca5ec330d2b6e135597011e92aafa4edc3ca44487cf", kill_on_drop: false }` [INFO] [stdout] 9f53cc93866458255d4e2ca5ec330d2b6e135597011e92aafa4edc3ca44487cf