[INFO] fetching crate handy_async 0.2.13... [INFO] testing handy_async-0.2.13 against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] extracting crate handy_async 0.2.13 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate handy_async 0.2.13 on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate handy_async 0.2.13 [INFO] finished tweaking crates.io crate handy_async 0.2.13 [INFO] tweaked toml for crates.io crate handy_async 0.2.13 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6582390eb06cb04daefb80485486780f6c4c3599a673e5669253bbdad5250a01 [INFO] running `Command { std: "docker" "start" "-a" "6582390eb06cb04daefb80485486780f6c4c3599a673e5669253bbdad5250a01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6582390eb06cb04daefb80485486780f6c4c3599a673e5669253bbdad5250a01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6582390eb06cb04daefb80485486780f6c4c3599a673e5669253bbdad5250a01", kill_on_drop: false }` [INFO] [stdout] 6582390eb06cb04daefb80485486780f6c4c3599a673e5669253bbdad5250a01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0af2ffc38568256d47ddaaffcecef3ae2ef25b8be079bde100653f6dd08fc3fc [INFO] running `Command { std: "docker" "start" "-a" "0af2ffc38568256d47ddaaffcecef3ae2ef25b8be079bde100653f6dd08fc3fc", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling handy_async v0.2.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pattern/mod.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | type BoxFuture = Box + Send + 'static>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/pattern/mod.rs:143:32 [INFO] [stdout] | [INFO] [stdout] 143 | type BoxMatchFn = Box BoxFuture<(M, T), AsyncError>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(M) -> BoxFuture<(M, T), AsyncError>` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/error.rs:123:32 [INFO] [stdout] | [INFO] [stdout] 123 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:121:20 [INFO] [stdout] | [INFO] [stdout] 121 | self.error.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/error.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | self.error.cause() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.49s [INFO] running `Command { std: "docker" "inspect" "0af2ffc38568256d47ddaaffcecef3ae2ef25b8be079bde100653f6dd08fc3fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0af2ffc38568256d47ddaaffcecef3ae2ef25b8be079bde100653f6dd08fc3fc", kill_on_drop: false }` [INFO] [stdout] 0af2ffc38568256d47ddaaffcecef3ae2ef25b8be079bde100653f6dd08fc3fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1ac55d74b834c5d19d1ccf697a4d8a1e4efa4d70dc7fae0f288634d04cdccf1 [INFO] running `Command { std: "docker" "start" "-a" "a1ac55d74b834c5d19d1ccf697a4d8a1e4efa4d70dc7fae0f288634d04cdccf1", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pattern/mod.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | type BoxFuture = Box + Send + 'static>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling handy_async v0.2.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pattern/mod.rs:143:32 [INFO] [stdout] | [INFO] [stdout] 143 | type BoxMatchFn = Box BoxFuture<(M, T), AsyncError>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(M) -> BoxFuture<(M, T), AsyncError>` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/error.rs:123:32 [INFO] [stdout] | [INFO] [stdout] 123 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:121:20 [INFO] [stdout] | [INFO] [stdout] 121 | self.error.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/error.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | self.error.cause() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pattern/mod.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | type BoxFuture = Box + Send + 'static>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/pattern/mod.rs:143:32 [INFO] [stdout] | [INFO] [stdout] 143 | type BoxMatchFn = Box BoxFuture<(M, T), AsyncError>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(M) -> BoxFuture<(M, T), AsyncError>` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/error.rs:123:32 [INFO] [stdout] | [INFO] [stdout] 123 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:121:20 [INFO] [stdout] | [INFO] [stdout] 121 | self.error.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/error.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | self.error.cause() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.86s [INFO] running `Command { std: "docker" "inspect" "a1ac55d74b834c5d19d1ccf697a4d8a1e4efa4d70dc7fae0f288634d04cdccf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1ac55d74b834c5d19d1ccf697a4d8a1e4efa4d70dc7fae0f288634d04cdccf1", kill_on_drop: false }` [INFO] [stdout] a1ac55d74b834c5d19d1ccf697a4d8a1e4efa4d70dc7fae0f288634d04cdccf1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e1e369aafce16922537e0afc5540b3dcd6d90fb99a62174b5c1b2ffb5c6a836b [INFO] running `Command { std: "docker" "start" "-a" "e1e369aafce16922537e0afc5540b3dcd6d90fb99a62174b5c1b2ffb5c6a836b", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] running 1 test [INFO] [stderr] --> src/pattern/mod.rs:9:28 [INFO] [stdout] test io::read_pattern::test::it_works ... ok [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 9 | type BoxFuture = Box + Send + 'static>; [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/pattern/mod.rs:143:32 [INFO] [stderr] | [INFO] [stderr] 143 | type BoxMatchFn = Box BoxFuture<(M, T), AsyncError>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(M) -> BoxFuture<(M, T), AsyncError>` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/error.rs:123:32 [INFO] [stderr] | [INFO] [stderr] 123 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:121:20 [INFO] [stderr] | [INFO] [stderr] 121 | self.error.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:124:20 [INFO] [stderr] | [INFO] [stderr] 124 | self.error.cause() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pattern/mod.rs:9:28 [INFO] [stderr] | [INFO] [stderr] 9 | type BoxFuture = Box + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/pattern/mod.rs:143:32 [INFO] [stderr] | [INFO] [stderr] 143 | type BoxMatchFn = Box BoxFuture<(M, T), AsyncError>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(M) -> BoxFuture<(M, T), AsyncError>` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/error.rs:123:32 [INFO] [stderr] | [INFO] [stderr] 123 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:121:20 [INFO] [stderr] | [INFO] [stderr] 121 | self.error.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:124:20 [INFO] [stderr] | [INFO] [stderr] 124 | self.error.cause() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/handy_async-734a9aaca35e3873) [INFO] [stderr] Doc-tests handy_async [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test src/lib.rs - (line 10) - compile ... ok [INFO] [stdout] test src/io/read_pattern.rs - io::read_pattern::ReadFrom::read_from (line 95) ... ok [INFO] [stdout] test src/error.rs - error::AsyncError (line 11) ... ok [INFO] [stdout] test src/io/external_size.rs - io::external_size::ExternalSize (line 12) ... ok [INFO] [stdout] test src/io/async_write.rs - io::async_write::AsyncWrite::async_flush (line 71) ... ok [INFO] [stdout] test src/io/async_write.rs - io::async_write::AsyncWrite::async_write (line 22) ... ok [INFO] [stdout] test src/io/misc.rs - io::misc::Counter (line 8) ... ok [INFO] [stdout] test src/io/async_read.rs - io::async_read::AsyncRead::async_read_non_empty (line 45) ... ok [INFO] [stdout] test src/io/write_pattern.rs - io::write_pattern::WritePartialBuf (line 207) ... ok [INFO] [stdout] test src/future.rs - future::FutureExt::select_either (line 10) ... ok [INFO] [stdout] test src/io/read_pattern.rs - io::read_pattern::ReadUtf8 (line 409) ... ok [INFO] [stdout] test src/io/read_pattern.rs - io::read_pattern::ReadString (line 281) ... ok [INFO] [stdout] test src/io/read_pattern.rs - io::read_pattern::ReadBuf (line 195) ... ok [INFO] [stdout] test src/error.rs - error::AsyncError::map_state (line 80) ... ok [INFO] [stdout] test src/matcher/async_match.rs - matcher::async_match::AsyncMatch::into_stream (line 32) ... ok [INFO] [stdout] test src/io/read_pattern.rs - io::read_pattern::ReadPartialBuf (line 242) ... ok [INFO] [stdout] test src/io/write_pattern.rs - io::write_pattern::WriteBuf (line 159) ... ok [INFO] [stdout] test src/matcher/mod.rs - matcher::Matcher (line 31) ... ok [INFO] [stdout] test src/io/read_pattern.rs - io::read_pattern::ReadFrom::into_stream (line 126) ... ok [INFO] [stdout] test src/io/read_pattern.rs - io::read_pattern::ReadFrom (line 46) ... ok [INFO] [stdout] test src/io/read_pattern.rs - io::read_pattern::ReadLengthPrefixedBytes (line 319) ... ok [INFO] [stdout] test src/io/write_pattern.rs - io::write_pattern::WriteInto::write_into (line 81) ... ok [INFO] [stdout] test src/io/async_read.rs - io::async_read::AsyncRead::async_read (line 21) ... ok [INFO] [stdout] test src/io/read_pattern.rs - io::read_pattern::ReadEos (line 557) ... ok [INFO] [stdout] test src/pattern/mod.rs - pattern::Pattern::expect_eq (line 106) ... ok [INFO] [stdout] test src/io/read_pattern.rs - io::read_pattern::ReadLine (line 610) ... ok [INFO] [stdout] test src/io/async_write.rs - io::async_write::AsyncWrite::async_write_all (line 48) ... ok [INFO] [stdout] test src/io/async_read.rs - io::async_read::AsyncRead::async_read_exact (line 69) ... ok [INFO] [stdout] test src/io/write_pattern.rs - io::write_pattern::WriteInto (line 46) ... ok [INFO] [stdout] test src/io/read_pattern.rs - io::read_pattern::ReadAll (line 365) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.26s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e1e369aafce16922537e0afc5540b3dcd6d90fb99a62174b5c1b2ffb5c6a836b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1e369aafce16922537e0afc5540b3dcd6d90fb99a62174b5c1b2ffb5c6a836b", kill_on_drop: false }` [INFO] [stdout] e1e369aafce16922537e0afc5540b3dcd6d90fb99a62174b5c1b2ffb5c6a836b