[INFO] fetching crate deadpool 0.9.5... [INFO] testing deadpool-0.9.5 against try#a40ec913238f4f188d97c41aa605cb486451acf2+target=i686-unknown-linux-musl for musl_1_2_upgrade_i686_unknown_linux_musl [INFO] extracting crate deadpool 0.9.5 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate deadpool 0.9.5 on toolchain a40ec913238f4f188d97c41aa605cb486451acf2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a40ec913238f4f188d97c41aa605cb486451acf2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate deadpool 0.9.5 [INFO] finished tweaking crates.io crate deadpool 0.9.5 [INFO] tweaked toml for crates.io crate deadpool 0.9.5 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" __CARGO_TEST_CHANNEL_OVERRIDE_DO_NOT_USE_THIS="nightly" "/workspace/cargo-home/bin/cargo" "+a40ec913238f4f188d97c41aa605cb486451acf2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a40ec913238f4f188d97c41aa605cb486451acf2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+a40ec913238f4f188d97c41aa605cb486451acf2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 34e9e42bacd5e438e0efd6e77076b02425d5dd5a7fbaeb44a8a6aae8e6367ad4 [INFO] running `Command { std: "docker" "start" "-a" "34e9e42bacd5e438e0efd6e77076b02425d5dd5a7fbaeb44a8a6aae8e6367ad4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34e9e42bacd5e438e0efd6e77076b02425d5dd5a7fbaeb44a8a6aae8e6367ad4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34e9e42bacd5e438e0efd6e77076b02425d5dd5a7fbaeb44a8a6aae8e6367ad4", kill_on_drop: false }` [INFO] [stdout] 34e9e42bacd5e438e0efd6e77076b02425d5dd5a7fbaeb44a8a6aae8e6367ad4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+a40ec913238f4f188d97c41aa605cb486451acf2" "build" "--frozen" "--message-format=json" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 4cf7eae865f93985b44bcb1eab7fa2584d010e7efb9dbe5b754222616e701bdb [INFO] running `Command { std: "docker" "start" "-a" "4cf7eae865f93985b44bcb1eab7fa2584d010e7efb9dbe5b754222616e701bdb", kill_on_drop: false }` [INFO] [stderr] Compiling async-trait v0.1.63 [INFO] [stderr] Compiling tokio v1.24.2 [INFO] [stderr] Compiling deadpool-runtime v0.1.2 [INFO] [stderr] Compiling retain_mut v0.1.9 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling deadpool v0.9.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated trait `retain_mut::RetainMut`: Rust 1.61 has included retain_mut directly [INFO] [stdout] --> src/managed/mod.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | use retain_mut::RetainMut; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `retain_mut::RetainMut::retain_mut`: Rust 1.61 has included retain_mut directly [INFO] [stdout] --> src/managed/mod.rs:543:20 [INFO] [stdout] | [INFO] [stdout] 543 | RetainMut::retain_mut(&mut guard.vec, |obj| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.15s [INFO] running `Command { std: "docker" "inspect" "4cf7eae865f93985b44bcb1eab7fa2584d010e7efb9dbe5b754222616e701bdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4cf7eae865f93985b44bcb1eab7fa2584d010e7efb9dbe5b754222616e701bdb", kill_on_drop: false }` [INFO] [stdout] 4cf7eae865f93985b44bcb1eab7fa2584d010e7efb9dbe5b754222616e701bdb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+a40ec913238f4f188d97c41aa605cb486451acf2" "test" "--frozen" "--no-run" "--message-format=json" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a942a7a5ef9e201117eda594c14ff987195dd8fead9e6e19772af6b3379d3241 [INFO] running `Command { std: "docker" "start" "-a" "a942a7a5ef9e201117eda594c14ff987195dd8fead9e6e19772af6b3379d3241", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.9 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling ctor v0.1.26 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling concurrent-queue v2.1.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling polling v2.5.2 [INFO] [stderr] Compiling once_cell v1.17.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling async-io v1.12.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling async-lock v2.6.0 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling tokio v1.24.2 [INFO] [stderr] Compiling atomic-waker v1.1.0 [INFO] [stderr] Compiling dlv-list v0.3.0 [INFO] [stderr] Compiling blocking v1.3.0 [INFO] [stderr] Compiling ordered-multimap v0.4.3 [INFO] [stderr] Compiling async-executor v1.5.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling tokio-macros v1.8.2 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling async-global-executor v2.3.1 [INFO] [stderr] Compiling rust-ini v0.18.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling pest v2.5.4 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling async-std v1.12.0 [INFO] [stderr] Compiling pest_meta v2.5.4 [INFO] [stderr] Compiling deadpool v0.9.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated trait `retain_mut::RetainMut`: Rust 1.61 has included retain_mut directly [INFO] [stdout] --> src/managed/mod.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | use retain_mut::RetainMut; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `retain_mut::RetainMut::retain_mut`: Rust 1.61 has included retain_mut directly [INFO] [stdout] --> src/managed/mod.rs:543:20 [INFO] [stdout] | [INFO] [stdout] 543 | RetainMut::retain_mut(&mut guard.vec, |obj| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pest_generator v2.5.4 [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pest_derive v2.5.4 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling ron v0.7.1 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling config v0.13.3 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stdout] warning: use of deprecated trait `retain_mut::RetainMut`: Rust 1.61 has included retain_mut directly [INFO] [stdout] --> src/managed/mod.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | use retain_mut::RetainMut; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `retain_mut::RetainMut::retain_mut`: Rust 1.61 has included retain_mut directly [INFO] [stdout] --> src/managed/mod.rs:543:20 [INFO] [stdout] | [INFO] [stdout] 543 | RetainMut::retain_mut(&mut guard.vec, |obj| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 00s [INFO] running `Command { std: "docker" "inspect" "a942a7a5ef9e201117eda594c14ff987195dd8fead9e6e19772af6b3379d3241", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a942a7a5ef9e201117eda594c14ff987195dd8fead9e6e19772af6b3379d3241", kill_on_drop: false }` [INFO] [stdout] a942a7a5ef9e201117eda594c14ff987195dd8fead9e6e19772af6b3379d3241 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+a40ec913238f4f188d97c41aa605cb486451acf2" "test" "--frozen" "--target" "i686-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d9288e738ba11cf56f019acdd2a7b99968bff11a0559958be473177032ef2900 [INFO] running `Command { std: "docker" "start" "-a" "d9288e738ba11cf56f019acdd2a7b99968bff11a0559958be473177032ef2900", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated trait `retain_mut::RetainMut`: Rust 1.61 has included retain_mut directly [INFO] [stderr] --> src/managed/mod.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | use retain_mut::RetainMut; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `retain_mut::RetainMut::retain_mut`: Rust 1.61 has included retain_mut directly [INFO] [stderr] --> src/managed/mod.rs:543:20 [INFO] [stderr] | [INFO] [stderr] 543 | RetainMut::retain_mut(&mut guard.vec, |obj| { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `deadpool` (lib) generated 2 warnings [INFO] [stderr] warning: `deadpool` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/deadpool-a3722c2bf2824e99) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test managed::dropguard::test_dropguard_drop ... ok [INFO] [stdout] test managed::dropguard::test_dropguard_disarm ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/managed.rs (/opt/rustwide/target/i686-unknown-linux-musl/debug/deps/managed-b2cc42f181603525) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test basic ... ok [INFO] [stdout] test closing ... ok [INFO] [stdout] test resize_pool_grow_concurrent ... ok [INFO] [stdout] test close_resize ... ok [INFO] [stdout] test resize_pool_shrink ... ok [INFO] [stdout] test resize_pool_grow ... ok [INFO] [stdout] test object_take ... ok [INFO] [stdout] test resize_pool_shrink_grow ... ok [INFO] [stdout] test retain ... FAILED [INFO] [stdout] test concurrent ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- retain stdout ---- [INFO] [stdout] thread 'retain' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', tests/managed.rs:277:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x8181891 - std::backtrace_rs::backtrace::libunwind::trace::h104fa452555c99d8 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x8181891 - std::backtrace_rs::backtrace::trace_unsynchronized::h0a8252d88f024747 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x8181891 - std::sys_common::backtrace::_print_fmt::h5cd63a03c21f7741 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stdout] 3: 0x8181891 - ::fmt::hbd8d931cffed74c6 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x81bf5bc - core::fmt::write::hf9516172e71ddf40 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/core/src/fmt/mod.rs:1213:17 [INFO] [stdout] 5: 0x817ed6b - std::io::Write::write_fmt::hdf04330b9e16e0c0 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/io/mod.rs:1682:15 [INFO] [stdout] 6: 0x8181696 - std::sys_common::backtrace::_print::hb81277fe50a8d899 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 7: 0x8181696 - std::sys_common::backtrace::print::ha87c182f636b8daf [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 8: 0x8183275 - std::panicking::default_hook::{{closure}}::he705de5c2afaeb86 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/panicking.rs:267:22 [INFO] [stdout] 9: 0x8182f75 - std::panicking::default_hook::h18d980bdf65e921f [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/panicking.rs:283:9 [INFO] [stdout] 10: 0x8160d8c - core::ops::function::Fn::call::h352171db07b38cc9 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/core/src/ops/function.rs:79:5 [INFO] [stdout] 11: 0x80d02f9 - as core::ops::function::Fn>::call::h087b52e51e83fc8e [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/alloc/src/boxed.rs:2002:9 [INFO] [stdout] 12: 0x80d02f9 - test::test_main::{{closure}}::hb854e86f34352ae6 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/test/src/lib.rs:135:21 [INFO] [stdout] 13: 0x81839b1 - as core::ops::function::Fn>::call::h843cec44e0c3e0b1 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/alloc/src/boxed.rs:2002:9 [INFO] [stdout] 14: 0x81839b1 - std::panicking::rust_panic_with_hook::he61419fbe644c5af [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/panicking.rs:692:13 [INFO] [stdout] 15: 0x818376c - std::panicking::begin_panic_handler::{{closure}}::h2a512cdc056f1e5c [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/panicking.rs:579:13 [INFO] [stdout] 16: 0x8181d0a - std::sys_common::backtrace::__rust_end_short_backtrace::h00cf281ca60df1fa [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stdout] 17: 0x8183443 - rust_begin_unwind [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/panicking.rs:575:5 [INFO] [stdout] 18: 0x804c670 - core::panicking::panic_fmt::h5fe5ec922118750e [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/core/src/panicking.rs:64:14 [INFO] [stdout] 19: 0x804c9eb - core::panicking::assert_failed_inner::hf44341f56f20e308 [INFO] [stdout] 20: 0x80eae4d - core::panicking::assert_failed::he460e6fa7208d151 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/core/src/panicking.rs:212:5 [INFO] [stdout] 21: 0x807f600 - managed::retain::{{closure}}::hf5d31ef2bdcdbe32 [INFO] [stdout] at /opt/rustwide/workdir/tests/managed.rs:277:5 [INFO] [stdout] 22: 0x80864c5 - as core::future::future::Future>::poll::hf59c25a1682d105e [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/core/src/future/future.rs:125:9 [INFO] [stdout] 23: 0x8086380 - as core::future::future::Future>::poll::ha5606e5081dd7228 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/core/src/future/future.rs:125:9 [INFO] [stdout] 24: 0x807363b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h3b7a9fe32d68bb5b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/scheduler/current_thread.rs:541:57 [INFO] [stdout] 25: 0x80734d4 - tokio::runtime::coop::with_budget::hea78f9d4ed3bf85a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/coop.rs:102:5 [INFO] [stdout] 26: 0x80734d4 - tokio::runtime::coop::budget::hb66ec67af189920e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/coop.rs:68:5 [INFO] [stdout] 27: 0x80734d4 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h0bb6b95a999fa0bc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/scheduler/current_thread.rs:541:25 [INFO] [stdout] 28: 0x807248e - tokio::runtime::scheduler::current_thread::Context::enter::hb62964eb4fbb08e2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/scheduler/current_thread.rs:350:19 [INFO] [stdout] 29: 0x8072d7d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h65d0d4a2a803573b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/scheduler/current_thread.rs:540:36 [INFO] [stdout] 30: 0x8072aea - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h20d8a4212d2a9484 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/scheduler/current_thread.rs:615:57 [INFO] [stdout] 31: 0x80650c6 - tokio::macros::scoped_tls::ScopedKey::set::hb5992a4e6d9d7456 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 32: 0x8072925 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hd8b879f6ae835986 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/scheduler/current_thread.rs:615:27 [INFO] [stdout] 33: 0x8072b4e - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h5c0d255d93f399f4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/scheduler/current_thread.rs:530:19 [INFO] [stdout] 34: 0x8070eea - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h4f0d73a0eb7ca01c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/scheduler/current_thread.rs:154:24 [INFO] [stdout] 35: 0x8070c8e - tokio::runtime::runtime::Runtime::block_on::hc5d0e3dd05589f06 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/runtime.rs:282:47 [INFO] [stdout] 36: 0x807e788 - managed::retain::h8d4738ad5dbaf392 [INFO] [stdout] at /opt/rustwide/workdir/tests/managed.rs:280:5 [INFO] [stdout] 37: 0x807e5a7 - managed::retain::{{closure}}::h19f7088df103fcc4 [INFO] [stdout] at /opt/rustwide/workdir/tests/managed.rs:265:19 [INFO] [stdout] 38: 0x8095c5d - core::ops::function::FnOnce::call_once::h8f38407e267571b6 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 39: 0x80d4d4e - core::ops::function::FnOnce::call_once::h91d0dfda8bb9938e [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 40: 0x80d4d4e - test::__rust_begin_short_backtrace::h1b678021c2c7c382 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/test/src/lib.rs:656:18 [INFO] [stdout] 41: 0x80a8880 - test::run_test::{{closure}}::h0608bfc5582d1472 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/test/src/lib.rs:647:30 [INFO] [stdout] 42: 0x80a8880 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0171ab92c79d505a [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x80d3ec7 - as core::ops::function::FnOnce>::call_once::h44bb5e1b0b78658f [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 44: 0x80d3ec7 - as core::ops::function::FnOnce<()>>::call_once::hf14b9bc9243bc6b0 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 45: 0x80d3ec7 - std::panicking::try::do_call::h2614ccc7313d3f7f [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/panicking.rs:483:40 [INFO] [stdout] 46: 0x80d3ec7 - std::panicking::try::h9ae839d4ad9722f8 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/panicking.rs:447:19 [INFO] [stdout] 47: 0x80d3ec7 - std::panic::catch_unwind::hc1cb34e922e62e51 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/panic.rs:140:14 [INFO] [stdout] 48: 0x80d3ec7 - test::run_test_in_process::he32539bd91b43aae [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/test/src/lib.rs:679:27 [INFO] [stdout] 49: 0x80d3ec7 - test::run_test::run_test_inner::{{closure}}::h251e49a2e77c04ae [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/test/src/lib.rs:573:39 [INFO] [stdout] 50: 0x80a320a - test::run_test::run_test_inner::{{closure}}::h8efa48cfafca95a9 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/test/src/lib.rs:600:37 [INFO] [stdout] 51: 0x80a320a - std::sys_common::backtrace::__rust_begin_short_backtrace::hd8d1cab504dcff1d [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stdout] 52: 0x80a8b7b - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h6b7049d1c34b0ebf [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/thread/mod.rs:558:17 [INFO] [stdout] 53: 0x80a8b7b - as core::ops::function::FnOnce<()>>::call_once::h851a140381089cab [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 54: 0x80a8b7b - std::panicking::try::do_call::hd62be527b2c88583 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/panicking.rs:483:40 [INFO] [stdout] 55: 0x80a8b7b - std::panicking::try::h224f4be6bf8f39b0 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/panicking.rs:447:19 [INFO] [stdout] 56: 0x80a8b7b - std::panic::catch_unwind::he51e6d58f5cc977e [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/panic.rs:140:14 [INFO] [stdout] 57: 0x80a8b7b - std::thread::Builder::spawn_unchecked_::{{closure}}::hdeb5cc8debe6cfbf [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 58: 0x80a8b7b - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37aeaa4cf4078e37 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 59: 0x81879dd - as core::ops::function::FnOnce>::call_once::hbcf52fd66176976e [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 60: 0x81879dd - as core::ops::function::FnOnce>::call_once::h5505c14554e15331 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/alloc/src/boxed.rs:1988:9 [INFO] [stdout] 61: 0x81879dd - std::sys::unix::thread::Thread::new::thread_start::h6464f27a12864ff1 [INFO] [stdout] at /rustc/a40ec913238f4f188d97c41aa605cb486451acf2/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] retain [INFO] [stdout] [INFO] [stdout] test result: FAILED. 9 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test managed` [INFO] running `Command { std: "docker" "inspect" "d9288e738ba11cf56f019acdd2a7b99968bff11a0559958be473177032ef2900", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9288e738ba11cf56f019acdd2a7b99968bff11a0559958be473177032ef2900", kill_on_drop: false }` [INFO] [stdout] d9288e738ba11cf56f019acdd2a7b99968bff11a0559958be473177032ef2900