[INFO] fetching crate deadpool 0.9.5... [INFO] testing deadpool-0.9.5 against try#015dbcea68b7642e2acc268b5c8f3e9086fc02ff 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 015dbcea68b7642e2acc268b5c8f3e9086fc02ff [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "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" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "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" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e6dcead30394d17b039ce454d38b9cb3b1c3f5c92139f82f2e906c309848c4a1 [INFO] running `Command { std: "docker" "start" "-a" "e6dcead30394d17b039ce454d38b9cb3b1c3f5c92139f82f2e906c309848c4a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e6dcead30394d17b039ce454d38b9cb3b1c3f5c92139f82f2e906c309848c4a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6dcead30394d17b039ce454d38b9cb3b1c3f5c92139f82f2e906c309848c4a1", kill_on_drop: false }` [INFO] [stdout] e6dcead30394d17b039ce454d38b9cb3b1c3f5c92139f82f2e906c309848c4a1 [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" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6bd7fa7c46fca642e5a1f515f0d71c0372524ea7fa8e7af8a1507a1d2713e5a [INFO] running `Command { std: "docker" "start" "-a" "e6bd7fa7c46fca642e5a1f515f0d71c0372524ea7fa8e7af8a1507a1d2713e5a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling libc v0.2.137 [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 12.14s [INFO] running `Command { std: "docker" "inspect" "e6bd7fa7c46fca642e5a1f515f0d71c0372524ea7fa8e7af8a1507a1d2713e5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6bd7fa7c46fca642e5a1f515f0d71c0372524ea7fa8e7af8a1507a1d2713e5a", kill_on_drop: false }` [INFO] [stdout] e6bd7fa7c46fca642e5a1f515f0d71c0372524ea7fa8e7af8a1507a1d2713e5a [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" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a80354cf111101f72445a5a47848d21181e9371ced31dc8bb30cbd4426a56c47 [INFO] running `Command { std: "docker" "start" "-a" "a80354cf111101f72445a5a47848d21181e9371ced31dc8bb30cbd4426a56c47", 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 crossbeam-utils v0.8.12 [INFO] [stderr] Compiling serde v1.0.147 [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 futures-io v0.3.25 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling ctor v0.1.26 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.11 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling polling v2.4.0 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.9 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling async-io v1.10.0 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling async-channel v1.7.1 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling concurrent-queue v2.0.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling dlv-list v0.3.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling async-lock v2.6.0 [INFO] [stderr] Compiling blocking v1.2.0 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling ordered-multimap v0.4.3 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling async-executor v1.5.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling rust-ini v0.18.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling async-global-executor v2.3.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling criterion-plot v0.4.5 [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 pest_generator v2.4.1 [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_derive v2.4.1 [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling ron v0.7.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.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 41.90s [INFO] running `Command { std: "docker" "inspect" "a80354cf111101f72445a5a47848d21181e9371ced31dc8bb30cbd4426a56c47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a80354cf111101f72445a5a47848d21181e9371ced31dc8bb30cbd4426a56c47", kill_on_drop: false }` [INFO] [stdout] a80354cf111101f72445a5a47848d21181e9371ced31dc8bb30cbd4426a56c47 [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" "+015dbcea68b7642e2acc268b5c8f3e9086fc02ff" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ef3dcb05cfca55b1404dc46614974e4494b54c443597e5b7010e10b5609c4b41 [INFO] running `Command { std: "docker" "start" "-a" "ef3dcb05cfca55b1404dc46614974e4494b54c443597e5b7010e10b5609c4b41", 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.15s [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 basic ... ok [INFO] [stdout] test resize_pool_grow ... ok [INFO] [stdout] test resize_pool_grow_concurrent ... ok [INFO] [stdout] test close_resize ... ok [INFO] [stdout] test closing ... ok [INFO] [stdout] test resize_pool_shrink ... ok [INFO] [stdout] test resize_pool_shrink_grow ... ok [INFO] [stdout] test retain ... ok [INFO] [stdout] test object_take ... ok [INFO] [stderr] Running tests/managed_cancellation.rs (/opt/rustwide/target/debug/deps/managed_cancellation-e532a4c783c098ed) [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.16s [INFO] [stdout] [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 26.44s [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] [stderr] Running tests/managed_deadlock.rs (/opt/rustwide/target/debug/deps/managed_deadlock-62925b1c86072871) [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] [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.01s [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_ok_async ... ok [INFO] [stdout] test post_recycle_err_continue ... ok [INFO] [stdout] test post_create_err_abort ... ok [INFO] [stdout] test post_create_ok ... ok [INFO] [stdout] test post_recycle_ok ... ok [INFO] [stdout] test post_create_err_continue ... ok [INFO] [stdout] test post_recycle_err_abort ... ok [INFO] [stdout] test pre_recycle_err_abort ... ok [INFO] [stdout] test pre_recycle_err_continue ... ok [INFO] [stdout] test pre_recycle_ok ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/managed_timeout.rs (/opt/rustwide/target/debug/deps/managed_timeout-9aed8418237b1d38) [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 add_timeout ... ok [INFO] [stdout] test concurrent ... ok [INFO] [stderr] Running tests/unmanaged_timeout.rs (/opt/rustwide/target/debug/deps/unmanaged_timeout-fade5c3e1790bb51) [INFO] [stdout] test try_add_try_remove ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test no_runtime ... ok [INFO] [stderr] Doc-tests deadpool [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/managed/mod.rs - managed::Pool::retain (line 530) ... ignored [INFO] [stdout] test src/managed/reexports.rs - managed::reexports (line 6) ... ignored [INFO] [stdout] test src/managed/sync.rs - managed::sync::reexports (line 13) ... ignored [INFO] [stdout] test src/unmanaged/mod.rs - unmanaged::Pool (line 128) ... ok [INFO] [stdout] test src/managed/mod.rs - managed (line 8) ... ok [INFO] [stdout] test src/lib.rs - (line 157) ... ok [INFO] [stdout] test src/unmanaged/mod.rs - unmanaged (line 9) ... ok [INFO] [stdout] test src/lib.rs - (line 43) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.33s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ef3dcb05cfca55b1404dc46614974e4494b54c443597e5b7010e10b5609c4b41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef3dcb05cfca55b1404dc46614974e4494b54c443597e5b7010e10b5609c4b41", kill_on_drop: false }` [INFO] [stdout] ef3dcb05cfca55b1404dc46614974e4494b54c443597e5b7010e10b5609c4b41