[INFO] fetching crate deadpool 0.9.5... [INFO] testing deadpool-0.9.5 against master#c5842b0be783dffa5a49693541acb79115c7eeef for pr-102570 [INFO] extracting crate deadpool 0.9.5 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate deadpool 0.9.5 on toolchain c5842b0be783dffa5a49693541acb79115c7eeef [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9c58edd92ce183c5e8ad43b63a1b7e9a0c2f4dcbaf7d77beff8a5a761700cec [INFO] running `Command { std: "docker" "start" "-a" "b9c58edd92ce183c5e8ad43b63a1b7e9a0c2f4dcbaf7d77beff8a5a761700cec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9c58edd92ce183c5e8ad43b63a1b7e9a0c2f4dcbaf7d77beff8a5a761700cec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9c58edd92ce183c5e8ad43b63a1b7e9a0c2f4dcbaf7d77beff8a5a761700cec", kill_on_drop: false }` [INFO] [stdout] b9c58edd92ce183c5e8ad43b63a1b7e9a0c2f4dcbaf7d77beff8a5a761700cec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 906949cfebbe411fcc29576139a0cf123c6614bf2f987fb50fe78d29b9896d84 [INFO] running `Command { std: "docker" "start" "-a" "906949cfebbe411fcc29576139a0cf123c6614bf2f987fb50fe78d29b9896d84", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling async-trait v0.1.58 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling retain_mut v0.1.9 [INFO] [stderr] Compiling deadpool-runtime v0.1.2 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling num_cpus v1.14.0 [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.86s [INFO] running `Command { std: "docker" "inspect" "906949cfebbe411fcc29576139a0cf123c6614bf2f987fb50fe78d29b9896d84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "906949cfebbe411fcc29576139a0cf123c6614bf2f987fb50fe78d29b9896d84", kill_on_drop: false }` [INFO] [stdout] 906949cfebbe411fcc29576139a0cf123c6614bf2f987fb50fe78d29b9896d84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a712cb7e029b81c77365acf6b855acec3f9c3d56c4a6e61e1ef80db7001effe7 [INFO] running `Command { std: "docker" "start" "-a" "a712cb7e029b81c77365acf6b855acec3f9c3d56c4a6e61e1ef80db7001effe7", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling crossbeam-utils v0.8.12 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling ctor v0.1.26 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling crossbeam-epoch v0.9.11 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling polling v2.4.0 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling async-io v1.10.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.9 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling async-channel v1.7.1 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling concurrent-queue v2.0.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling dlv-list v0.3.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling ordered-multimap v0.4.3 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling async-lock v2.6.0 [INFO] [stderr] Compiling blocking v1.2.0 [INFO] [stderr] Compiling rust-ini v0.18.0 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling async-executor v1.5.0 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling async-global-executor v2.3.1 [INFO] [stderr] Compiling async-std v1.12.0 [INFO] [stderr] Compiling pest v2.4.1 [INFO] [stderr] Compiling pest_meta v2.4.1 [INFO] [stderr] Compiling deadpool v0.9.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling pest_generator v2.4.1 [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] Compiling pest_derive v2.4.1 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling ron v0.7.1 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling config v0.13.2 [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 39.73s [INFO] running `Command { std: "docker" "inspect" "a712cb7e029b81c77365acf6b855acec3f9c3d56c4a6e61e1ef80db7001effe7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a712cb7e029b81c77365acf6b855acec3f9c3d56c4a6e61e1ef80db7001effe7", kill_on_drop: false }` [INFO] [stdout] a712cb7e029b81c77365acf6b855acec3f9c3d56c4a6e61e1ef80db7001effe7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8cd450df113094f158c2a40fc1ffae299d49ab3e888e93985caec4114111950b [INFO] running `Command { std: "docker" "start" "-a" "8cd450df113094f158c2a40fc1ffae299d49ab3e888e93985caec4114111950b", 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.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/deadpool-2ea4c55928358047) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test managed::dropguard::test_dropguard_disarm ... ok [INFO] [stdout] test managed::dropguard::test_dropguard_drop ... 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/managed.rs (/opt/rustwide/target/debug/deps/managed-8855cd74f2a6c263) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test close_resize ... ok [INFO] [stdout] test closing ... ok [INFO] [stdout] test basic ... ok [INFO] [stdout] test resize_pool_grow ... ok [INFO] [stdout] test resize_pool_shrink ... ok [INFO] [stdout] test resize_pool_grow_concurrent ... ok [INFO] [stdout] test resize_pool_shrink_grow ... ok [INFO] [stdout] test object_take ... ok [INFO] [stdout] test retain ... ok [INFO] [stdout] test concurrent ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Running tests/managed_cancellation.rs (/opt/rustwide/target/debug/deps/managed_cancellation-e532a4c783c098ed) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_cancellations ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 25.60s [INFO] [stdout] [INFO] [stderr] Running tests/managed_config.rs (/opt/rustwide/target/debug/deps/managed_config-cf2d8e193c8313ee) [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/managed_deadlock.rs (/opt/rustwide/target/debug/deps/managed_deadlock-62925b1c86072871) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test pool_drained ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/managed_hooks.rs (/opt/rustwide/target/debug/deps/managed_hooks-bbf7faf2ebb76509) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test post_create_err_abort ... ok [INFO] [stdout] test post_create_ok ... ok [INFO] [stdout] test post_recycle_err_abort ... ok [INFO] [stdout] test pre_recycle_err_continue ... ok [INFO] [stdout] test post_recycle_err_continue ... ok [INFO] [stdout] test post_recycle_ok ... ok [INFO] [stdout] test pre_recycle_err_abort ... ok [INFO] [stdout] test pre_recycle_ok ... ok [INFO] [stdout] test post_create_err_continue ... ok [INFO] [stderr] Running tests/managed_timeout.rs (/opt/rustwide/target/debug/deps/managed_timeout-9aed8418237b1d38) [INFO] [stdout] test post_create_ok_async ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [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/managed_unreliable_manager.rs (/opt/rustwide/target/debug/deps/managed_unreliable_manager-5983591c624eb93e) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test recycle ... ok [INFO] [stdout] test create ... 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/unmanaged.rs (/opt/rustwide/target/debug/deps/unmanaged-db065bbf50d84624) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test basic ... ok [INFO] [stdout] test closing ... ok [INFO] [stdout] test test_unmanaged_add_remove ... ok [INFO] [stdout] test concurrent ... ok [INFO] [stdout] test try_add_try_remove ... ok [INFO] [stderr] error: test failed, to rerun pass `--test unmanaged` [INFO] [stdout] test add_timeout ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- add_timeout stdout ---- [INFO] [stdout] thread 'add_timeout' panicked at 'add should not timeout', tests/unmanaged.rs:172:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x556d10458080 - std::backtrace_rs::backtrace::libunwind::trace::he04b6d40112d6639 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x556d10458080 - std::backtrace_rs::backtrace::trace_unsynchronized::h93bb5736cc0446d6 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x556d10458080 - std::sys_common::backtrace::_print_fmt::h194608c93e335f88 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stdout] 3: 0x556d10458080 - ::fmt::hcd25e852ea89b4f5 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x556d1047b91e - core::fmt::write::h5fe0ed2793f92a83 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/fmt/mod.rs:1209:17 [INFO] [stdout] 5: 0x556d10454975 - std::io::Write::write_fmt::h3774d34429f36763 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/io/mod.rs:1682:15 [INFO] [stdout] 6: 0x556d10457e45 - std::sys_common::backtrace::_print::h137275aa061b9520 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 7: 0x556d10457e45 - std::sys_common::backtrace::print::h0abc92ad99a2e9ea [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 8: 0x556d10459cef - std::panicking::default_hook::{{closure}}::had7442d4100942fb [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:267:22 [INFO] [stdout] 9: 0x556d104599ae - std::panicking::default_hook::he29a4b4ac8c0db9a [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:283:9 [INFO] [stdout] 10: 0x556d103a1d27 - as core::ops::function::Fn>::call::h91b99717c0adaf29 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 11: 0x556d103a1d27 - test::test_main::{{closure}}::h70ceb3143bf6e9f2 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/test/src/lib.rs:135:21 [INFO] [stdout] 12: 0x556d1045a40d - as core::ops::function::Fn>::call::h12d6a9e51a6fcc61 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 13: 0x556d1045a40d - std::panicking::rust_panic_with_hook::hb248569adc7e19ef [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:692:13 [INFO] [stdout] 14: 0x556d103c1228 - std::panicking::begin_panic::{{closure}}::he56eba3cd193dbaa [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:608:9 [INFO] [stdout] 15: 0x556d103dbf56 - std::sys_common::backtrace::__rust_end_short_backtrace::hec8fb1438483ef84 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stdout] 16: 0x556d103c1160 - std::panicking::begin_panic::hde00b91bb0579285 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:607:12 [INFO] [stdout] 17: 0x556d103502b1 - unmanaged::add_timeout::{{closure}}::h66114645162c5ee8 [INFO] [stdout] at /opt/rustwide/workdir/tests/unmanaged.rs:172:5 [INFO] [stdout] 18: 0x556d1035a56c - as core::future::future::Future>::poll::hc798aa366a980108 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 19: 0x556d10324f00 - tokio::park::thread::CachedParkThread::block_on::{{closure}}::heca4699c1bbc487a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.21.2/src/park/thread.rs:267:54 [INFO] [stdout] 20: 0x556d1033cfa0 - tokio::coop::with_budget::{{closure}}::h63aac90e54250744 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.21.2/src/coop.rs:102:9 [INFO] [stdout] 21: 0x556d1035c903 - std::thread::local::LocalKey::try_with::h42bbff8816ba3746 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/local.rs:446:16 [INFO] [stdout] 22: 0x556d1035b85d - std::thread::local::LocalKey::with::hd47343bd9b872917 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/local.rs:422:9 [INFO] [stdout] 23: 0x556d10324a1b - tokio::coop::with_budget::h11cd753f4dd4888c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.21.2/src/coop.rs:95:5 [INFO] [stdout] 24: 0x556d10324a1b - tokio::coop::budget::h4a81fca83f4c7e4b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.21.2/src/coop.rs:72:5 [INFO] [stdout] 25: 0x556d10324a1b - tokio::park::thread::CachedParkThread::block_on::hea77eb688070a723 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.21.2/src/park/thread.rs:267:31 [INFO] [stdout] 26: 0x556d10358a00 - tokio::runtime::enter::Enter::block_on::h9fd67a0d491dbc2d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.21.2/src/runtime/enter.rs:152:13 [INFO] [stdout] 27: 0x556d10359093 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h6f96bcd8bd03f8a5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.21.2/src/runtime/scheduler/multi_thread/mod.rs:79:9 [INFO] [stdout] 28: 0x556d1033eaf9 - tokio::runtime::Runtime::block_on::h4a365bbff54f8492 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.21.2/src/runtime/mod.rs:492:44 [INFO] [stdout] 29: 0x556d1034f9af - unmanaged::add_timeout::h69395f43296ea5bc [INFO] [stdout] at /opt/rustwide/workdir/tests/unmanaged.rs:178:5 [INFO] [stdout] 30: 0x556d1034f857 - unmanaged::add_timeout::{{closure}}::h55c94c8de24e55f8 [INFO] [stdout] at /opt/rustwide/workdir/tests/unmanaged.rs:158:7 [INFO] [stdout] 31: 0x556d10346185 - core::ops::function::FnOnce::call_once::h32ce2e866510016f [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 32: 0x556d103a702f - core::ops::function::FnOnce::call_once::h5dde45172d790a9d [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 33: 0x556d103a702f - test::__rust_begin_short_backtrace::h78e3fbe0504ae84c [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/test/src/lib.rs:637:18 [INFO] [stdout] 34: 0x556d103786fc - test::run_test::{{closure}}::hecbec538c508056c [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/test/src/lib.rs:628:30 [INFO] [stdout] 35: 0x556d103786fc - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc84a1fb3f0e67ee4 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 36: 0x556d103a6058 - as core::ops::function::FnOnce>::call_once::h2deece96542e3e9a [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 37: 0x556d103a6058 - as core::ops::function::FnOnce<()>>::call_once::ha9befd17c806a3b0 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 38: 0x556d103a6058 - std::panicking::try::do_call::h17336b94b336bff1 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stdout] 39: 0x556d103a6058 - std::panicking::try::h701ebc92939c4760 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stdout] 40: 0x556d103a6058 - std::panic::catch_unwind::h93b113531d625eab [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stdout] 41: 0x556d103a6058 - test::run_test_in_process::h08e9f627920c2a2a [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/test/src/lib.rs:660:27 [INFO] [stdout] 42: 0x556d103a6058 - test::run_test::run_test_inner::{{closure}}::h70b581814cc230ea [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/test/src/lib.rs:554:39 [INFO] [stdout] 43: 0x556d10372d74 - test::run_test::run_test_inner::{{closure}}::h1acbf81bd02dba18 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/test/src/lib.rs:581:37 [INFO] [stdout] 44: 0x556d10372d74 - std::sys_common::backtrace::__rust_begin_short_backtrace::h59c80156bae07f63 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stdout] 45: 0x556d103785c5 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h80e22f541b422f07 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:551:17 [INFO] [stdout] 46: 0x556d103785c5 - as core::ops::function::FnOnce<()>>::call_once::he3336d4cf440d04a [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 47: 0x556d103785c5 - std::panicking::try::do_call::hd4403a300ceb7231 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stdout] 48: 0x556d103785c5 - std::panicking::try::h21b14e2ec444d3e6 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stdout] 49: 0x556d103785c5 - std::panic::catch_unwind::he2bb948f3383cd51 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stdout] 50: 0x556d103785c5 - std::thread::Builder::spawn_unchecked_::{{closure}}::h9093214177135071 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:550:30 [INFO] [stdout] 51: 0x556d103785c5 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hbd75c44bc5dabf20 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:510:5 [INFO] [stdout] 52: 0x556d1045e903 - as core::ops::function::FnOnce>::call_once::hdc09af53979ab66f [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 53: 0x556d1045e903 - as core::ops::function::FnOnce>::call_once::h5cef88e3fa63b616 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 54: 0x556d1045e903 - std::sys::unix::thread::Thread::new::thread_start::h7ae30531e3efd4f6 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 55: 0x7f24cccde609 - start_thread [INFO] [stdout] 56: 0x7f24ccaae133 - clone [INFO] [stdout] 57: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] add_timeout [INFO] [stdout] [INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8cd450df113094f158c2a40fc1ffae299d49ab3e888e93985caec4114111950b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cd450df113094f158c2a40fc1ffae299d49ab3e888e93985caec4114111950b", kill_on_drop: false }` [INFO] [stdout] 8cd450df113094f158c2a40fc1ffae299d49ab3e888e93985caec4114111950b