[INFO] crate tokio-stdin-stdout 0.1.5 is already in cache [INFO] testing tokio-stdin-stdout-0.1.5 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate tokio-stdin-stdout 0.1.5 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate tokio-stdin-stdout 0.1.5 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tokio-stdin-stdout 0.1.5 [INFO] finished tweaking crates.io crate tokio-stdin-stdout 0.1.5 [INFO] tweaked toml for crates.io crate tokio-stdin-stdout 0.1.5 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 685b8146f6b31fa87f17530031e488fa8cf41ddb0ce87664553f001340cf0b9a [INFO] running `"docker" "start" "-a" "685b8146f6b31fa87f17530031e488fa8cf41ddb0ce87664553f001340cf0b9a"` [INFO] [stderr] Compiling tokio-stdin-stdout v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:171:17 [INFO] [stderr] | [INFO] [stderr] 171 | Err(e) => { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_e` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `"docker" "inspect" "685b8146f6b31fa87f17530031e488fa8cf41ddb0ce87664553f001340cf0b9a"` [INFO] running `"docker" "rm" "-f" "685b8146f6b31fa87f17530031e488fa8cf41ddb0ce87664553f001340cf0b9a"` [INFO] [stdout] 685b8146f6b31fa87f17530031e488fa8cf41ddb0ce87664553f001340cf0b9a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] bd0f242ae3ab25c332dfa1f8b8d45f557fb74c11f7b2b2284cce428f36937970 [INFO] running `"docker" "start" "-a" "bd0f242ae3ab25c332dfa1f8b8d45f557fb74c11f7b2b2284cce428f36937970"` [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-stdin-stdout v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:171:17 [INFO] [stderr] | [INFO] [stderr] 171 | Err(e) => { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_e` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/line-by-line.rs:10:35 [INFO] [stderr] | [INFO] [stderr] 10 | fn async_op(input: String) -> Box + Send> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.24s [INFO] running `"docker" "inspect" "bd0f242ae3ab25c332dfa1f8b8d45f557fb74c11f7b2b2284cce428f36937970"` [INFO] running `"docker" "rm" "-f" "bd0f242ae3ab25c332dfa1f8b8d45f557fb74c11f7b2b2284cce428f36937970"` [INFO] [stdout] bd0f242ae3ab25c332dfa1f8b8d45f557fb74c11f7b2b2284cce428f36937970 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] c169ec88f626874a6a0814196de6e1091e21f48cf67c96582ff12ce71a91e841 [INFO] running `"docker" "start" "-a" "c169ec88f626874a6a0814196de6e1091e21f48cf67c96582ff12ce71a91e841"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tokio_stdin_stdout-c68905a89bb05eab [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 [INFO] [stdout] [INFO] [stderr] Doc-tests tokio-stdin-stdout [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 8) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c169ec88f626874a6a0814196de6e1091e21f48cf67c96582ff12ce71a91e841"` [INFO] running `"docker" "rm" "-f" "c169ec88f626874a6a0814196de6e1091e21f48cf67c96582ff12ce71a91e841"` [INFO] [stdout] c169ec88f626874a6a0814196de6e1091e21f48cf67c96582ff12ce71a91e841