[INFO] fetching crate comms 0.1.4... [INFO] testing comms-0.1.4 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate comms 0.1.4 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate comms 0.1.4 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate comms 0.1.4 [INFO] finished tweaking crates.io crate comms 0.1.4 [INFO] tweaked toml for crates.io crate comms 0.1.4 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quickcheck v0.2.27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 25b1e5c6998fc24b4cbe21f7ea22837ebf9618eeab630c20b0b3fe7aeabe6a19 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "25b1e5c6998fc24b4cbe21f7ea22837ebf9618eeab630c20b0b3fe7aeabe6a19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25b1e5c6998fc24b4cbe21f7ea22837ebf9618eeab630c20b0b3fe7aeabe6a19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25b1e5c6998fc24b4cbe21f7ea22837ebf9618eeab630c20b0b3fe7aeabe6a19", kill_on_drop: false }` [INFO] [stdout] 25b1e5c6998fc24b4cbe21f7ea22837ebf9618eeab630c20b0b3fe7aeabe6a19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70dfdc9f5d58b361346370edad64173b08b3a8b2e9801bdbafa593d63f9759f6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "70dfdc9f5d58b361346370edad64173b08b3a8b2e9801bdbafa593d63f9759f6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling comms v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/client/mod.rs:126:39 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn update_status(self) -> Box, Self), Error = Self>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Self), Error = Self>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `Command { std: "docker" "inspect" "70dfdc9f5d58b361346370edad64173b08b3a8b2e9801bdbafa593d63f9759f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70dfdc9f5d58b361346370edad64173b08b3a8b2e9801bdbafa593d63f9759f6", kill_on_drop: false }` [INFO] [stdout] 70dfdc9f5d58b361346370edad64173b08b3a8b2e9801bdbafa593d63f9759f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9002c1ff47737b0c84570face3ead3c3bf9e832cead2bdc68cada981796db737 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9002c1ff47737b0c84570face3ead3c3bf9e832cead2bdc68cada981796db737", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/client/mod.rs:126:39 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn update_status(self) -> Box, Self), Error = Self>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Self), Error = Self>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling quickcheck v0.2.27 [INFO] [stderr] Compiling comms v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/client/mod.rs:126:39 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn update_status(self) -> Box, Self), Error = Self>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Self), Error = Self>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:56:33 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn unpark_noop() -> Arc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn executor::Unpark` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `futures::task::Unpark`: recommended to use `Notify` instead [INFO] [stdout] --> src/lib.rs:56:33 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn unpark_noop() -> Arc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `futures::task::Unpark`: recommended to use `Notify` instead [INFO] [stdout] --> src/lib.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | impl executor::Unpark for Foo { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `futures::task_impl::std::>::poll_future`: recommended to use `poll_future_notify` instead [INFO] [stdout] --> src/client/mod.rs:391:49 [INFO] [stdout] | [INFO] [stdout] 391 | if let Ok(Async::NotReady) = future.poll_future(unpark_noop()) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `futures::task_impl::std::>::poll_future`: recommended to use `poll_future_notify` instead [INFO] [stdout] --> src/room/mod.rs:294:24 [INFO] [stdout] | [INFO] [stdout] 294 | assert!(future.poll_future(unpark_noop()).unwrap().is_not_ready()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.29s [INFO] running `Command { std: "docker" "inspect" "9002c1ff47737b0c84570face3ead3c3bf9e832cead2bdc68cada981796db737", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9002c1ff47737b0c84570face3ead3c3bf9e832cead2bdc68cada981796db737", kill_on_drop: false }` [INFO] [stdout] 9002c1ff47737b0c84570face3ead3c3bf9e832cead2bdc68cada981796db737 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] df15cfb81f23bdeb867b6d311122974180277728176ab83b2f56687012749ab8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "df15cfb81f23bdeb867b6d311122974180277728176ab83b2f56687012749ab8", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/mod.rs:126:39 [INFO] [stderr] | [INFO] [stderr] 126 | pub fn update_status(self) -> Box, Self), Error = Self>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Self), Error = Self>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/mod.rs:126:39 [INFO] [stderr] | [INFO] [stderr] 126 | pub fn update_status(self) -> Box, Self), Error = Self>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Self), Error = Self>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:56:33 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn unpark_noop() -> Arc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn executor::Unpark` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `futures::task::Unpark`: recommended to use `Notify` instead [INFO] [stderr] --> src/lib.rs:56:33 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn unpark_noop() -> Arc { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `futures::task::Unpark`: recommended to use `Notify` instead [INFO] [stderr] --> src/lib.rs:59:14 [INFO] [stderr] | [INFO] [stderr] 59 | impl executor::Unpark for Foo { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `futures::task_impl::std::>::poll_future`: recommended to use `poll_future_notify` instead [INFO] [stderr] --> src/client/mod.rs:391:49 [INFO] [stderr] | [INFO] [stderr] 391 | if let Ok(Async::NotReady) = future.poll_future(unpark_noop()) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `futures::task_impl::std::>::poll_future`: recommended to use `poll_future_notify` instead [INFO] [stderr] --> src/room/mod.rs:294:24 [INFO] [stderr] | [INFO] [stderr] 294 | assert!(future.poll_future(unpark_noop()).unwrap().is_not_ready()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/comms-01c79567dfc8e32e) [INFO] [stdout] running 22 tests [INFO] [stdout] test client::receive::tests::can_hard_receive_in_time ... ok [INFO] [stdout] test client::tests::can_transmit ... ok [INFO] [stdout] test client::tests::can_status ... ok [INFO] [stdout] test client::tests::can_close ... ok [INFO] [stdout] test room::tests::can_statuses ... ok [INFO] [stdout] test room::tests::can_transmit ... ok [INFO] [stdout] test client::receive::tests::can_soft_receive_in_time ... ok [INFO] [stdout] test client::tests::can_receive ... ok [INFO] [stdout] test client::receive::tests::can_receive ... ok [INFO] [stdout] test client::receive::tests::can_receive_an_error ... ok [INFO] [stdout] test client::tests::can_join_room ... ok [INFO] [stdout] test client::receive::tests::can_soft_receive_an_error ... ok [INFO] [stdout] test room::tests::can_receive_all ... ok [INFO] [stdout] test room::tests::can_broadcast_all ... ok [INFO] [stdout] test client::receive::tests::can_receive_well_behaved ... ok [INFO] [stdout] test client::receive::tests::can_hard_receive_an_error ... ok [INFO] [stdout] test client::tests::stream_and_sink_separate ... FAILED [INFO] [stdout] test client::receive::tests::can_receive_for_3_seconds ... ok [INFO] [stdout] test client::receive::tests::can_hard_receive_a_timeout ... ok [INFO] [stdout] test client::receive::tests::can_soft_receive_a_timeout ... ok [INFO] [stdout] test client::receive::tests::can_receive_with_soft_timeout_well_behaved ... ok [INFO] [stdout] test client::receive::tests::can_receive_with_hard_timeout_well_behaved ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- client::tests::stream_and_sink_separate stdout ---- [INFO] [stdout] thread 'client::tests::stream_and_sink_separate' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Ok(NotReady)`, [INFO] [stdout] right: `Ok(Ready(()))`', src/client/mod.rs:442:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b3df44efe0 - std[77c0456e0eb29f0c]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b3df44efe0 - std[77c0456e0eb29f0c]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b3df44efe0 - std[77c0456e0eb29f0c]::sys_common::backtrace::_print_fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b3df44efe0 - ::fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b3df471b2c - core[ee1ca6415511a9c4]::fmt::write [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x55b3df44bd45 - as std[77c0456e0eb29f0c]::io::Write>::write_fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x55b3df4511bb - std[77c0456e0eb29f0c]::sys_common::backtrace::_print [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b3df4511bb - std[77c0456e0eb29f0c]::sys_common::backtrace::print [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b3df4511bb - std[77c0456e0eb29f0c]::panicking::default_hook::{closure#1} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b3df450ccc - std[77c0456e0eb29f0c]::panicking::default_hook [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55b3df451861 - std[77c0456e0eb29f0c]::panicking::rust_panic_with_hook [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55b3df451367 - std[77c0456e0eb29f0c]::panicking::begin_panic_handler::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55b3df44f4dc - std[77c0456e0eb29f0c]::sys_common::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b3df4512c9 - rust_begin_unwind [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55b3df3594b1 - core[ee1ca6415511a9c4]::panicking::panic_fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55b3df470168 - core[ee1ca6415511a9c4]::panicking::assert_failed_inner [INFO] [stdout] 16: 0x55b3df39514a - core[ee1ca6415511a9c4]::panicking::assert_failed::, ()>, core[ee1ca6415511a9c4]::result::Result, ()>> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x55b3df36f075 - comms[a4ce7a1ca90d6b61]::client::tests::stream_and_sink_separate::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/client/mod.rs:442:17 [INFO] [stdout] 18: 0x55b3df3b9c1d - >>::get [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/future/lazy.rs:64:59 [INFO] [stdout] 19: 0x55b3df3bb42e - > as futures[6a93cc41d45aebce]::future::Future>::poll [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/future/lazy.rs:82:9 [INFO] [stdout] 20: 0x55b3df38354e - >>>::poll_future_notify::>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/task_impl/mod.rs:329:45 [INFO] [stdout] 21: 0x55b3df38357b - >>>::enter::<>>>::poll_future_notify>::{closure#0}, core[ee1ca6415511a9c4]::result::Result, ()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/task_impl/mod.rs:399:27 [INFO] [stdout] 22: 0x55b3df3873be - futures[6a93cc41d45aebce]::task_impl::std::set::<>>>::enter<>>>::poll_future_notify>::{closure#0}, core[ee1ca6415511a9c4]::result::Result, ()>>::{closure#0}, core[ee1ca6415511a9c4]::result::Result, ()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/task_impl/std/mod.rs:86:13 [INFO] [stdout] 23: 0x55b3df380993 - >>>::enter::<>>>::poll_future_notify>::{closure#0}, core[ee1ca6415511a9c4]::result::Result, ()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/task_impl/mod.rs:399:9 [INFO] [stdout] 24: 0x55b3df38084b - >>>::poll_fn_notify::, >>>::poll_future_notify>::{closure#0}, core[ee1ca6415511a9c4]::result::Result, ()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/task_impl/mod.rs:291:9 [INFO] [stdout] 25: 0x55b3df3808a8 - >>>::poll_future_notify::> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/task_impl/mod.rs:329:9 [INFO] [stdout] 26: 0x55b3df38957e - >>>::wait_future::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/task_impl/std/mod.rs:239:23 [INFO] [stdout] 27: 0x55b3df38806d - ::with_current::<>>>::wait_future::{closure#0}, core[ee1ca6415511a9c4]::result::Result<(), ()>>::{closure#0} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/task_impl/std/mod.rs:486:45 [INFO] [stdout] 28: 0x55b3df374a92 - >>::try_with::<::with_current<>>>::wait_future::{closure#0}, core[ee1ca6415511a9c4]::result::Result<(), ()>>::{closure#0}, core[ee1ca6415511a9c4]::result::Result<(), ()>> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/thread/local.rs:400:16 [INFO] [stdout] 29: 0x55b3df373c03 - >>::with::<::with_current<>>>::wait_future::{closure#0}, core[ee1ca6415511a9c4]::result::Result<(), ()>>::{closure#0}, core[ee1ca6415511a9c4]::result::Result<(), ()>> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/thread/local.rs:376:9 [INFO] [stdout] 30: 0x55b3df38587f - ::with_current::<>>>::wait_future::{closure#0}, core[ee1ca6415511a9c4]::result::Result<(), ()>> [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/task_impl/std/mod.rs:486:9 [INFO] [stdout] 31: 0x55b3df38403d - >>>::wait_future [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/task_impl/std/mod.rs:236:9 [INFO] [stdout] 32: 0x55b3df3bb958 - > as futures[6a93cc41d45aebce]::future::Future>::wait [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/future/mod.rs:300:9 [INFO] [stdout] 33: 0x55b3df36e277 - comms[a4ce7a1ca90d6b61]::client::tests::stream_and_sink_separate [INFO] [stdout] at /opt/rustwide/workdir/src/client/mod.rs:416:9 [INFO] [stdout] 34: 0x55b3df36e0ba - comms[a4ce7a1ca90d6b61]::client::tests::stream_and_sink_separate::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/client/mod.rs:412:5 [INFO] [stdout] 35: 0x55b3df3bcbfe - >::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x55b3df3f1623 - >::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55b3df3f1623 - test[eeb9024d9ac7bc83]::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:577:5 [INFO] [stdout] 38: 0x55b3df3f00ec - + core[ee1ca6415511a9c4]::marker::Send> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x55b3df3f00ec - + core[ee1ca6415511a9c4]::marker::Send>> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:346:9 [INFO] [stdout] 40: 0x55b3df3f00ec - std[77c0456e0eb29f0c]::panicking::try::do_call:: + core[ee1ca6415511a9c4]::marker::Send>>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 41: 0x55b3df3f00ec - std[77c0456e0eb29f0c]::panicking::try::<(), std[77c0456e0eb29f0c]::panic::AssertUnwindSafe + core[ee1ca6415511a9c4]::marker::Send>>> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 42: 0x55b3df3f00ec - std[77c0456e0eb29f0c]::panic::catch_unwind:: + core[ee1ca6415511a9c4]::marker::Send>>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:433:14 [INFO] [stdout] 43: 0x55b3df3f00ec - test[eeb9024d9ac7bc83]::run_test_in_process [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:600:18 [INFO] [stdout] 44: 0x55b3df3f00ec - test[eeb9024d9ac7bc83]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:492:39 [INFO] [stdout] 45: 0x55b3df3cfdb2 - test[eeb9024d9ac7bc83]::run_test::run_test_inner::{closure#1} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:519:37 [INFO] [stdout] 46: 0x55b3df3cfdb2 - std[77c0456e0eb29f0c]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 47: 0x55b3df3d0698 - ::spawn_unchecked::::{closure#0}::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 48: 0x55b3df3d0698 - ::spawn_unchecked::{closure#0}::{closure#0}> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:346:9 [INFO] [stdout] 49: 0x55b3df3d0698 - std[77c0456e0eb29f0c]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 50: 0x55b3df3d0698 - std[77c0456e0eb29f0c]::panicking::try::<(), std[77c0456e0eb29f0c]::panic::AssertUnwindSafe<::spawn_unchecked::{closure#0}::{closure#0}>> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 51: 0x55b3df3d0698 - std[77c0456e0eb29f0c]::panic::catch_unwind::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:433:14 [INFO] [stdout] 52: 0x55b3df3d0698 - ::spawn_unchecked::::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 53: 0x55b3df3d0698 - <::spawn_unchecked::{closure#0} as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 54: 0x55b3df456337 - > as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 55: 0x55b3df456337 - >> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 56: 0x55b3df456337 - ::new::thread_start [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 57: 0x7fb078821609 - start_thread [INFO] [stdout] 58: 0x7fb0785f3293 - clone [INFO] [stdout] 59: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] client::tests::stream_and_sink_separate [INFO] [stdout] [INFO] [stdout] test result: FAILED. 21 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.54s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "df15cfb81f23bdeb867b6d311122974180277728176ab83b2f56687012749ab8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df15cfb81f23bdeb867b6d311122974180277728176ab83b2f56687012749ab8", kill_on_drop: false }` [INFO] [stdout] df15cfb81f23bdeb867b6d311122974180277728176ab83b2f56687012749ab8