[INFO] fetching crate tk-listen 0.2.1... [INFO] testing tk-listen-0.2.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate tk-listen 0.2.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate tk-listen 0.2.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tk-listen 0.2.1 [INFO] finished tweaking crates.io crate tk-listen 0.2.1 [INFO] tweaked toml for crates.io crate tk-listen 0.2.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 60c900dd1e63389051645e94d6bd1ec5814d930b6f330716560b44c398f7dafb [INFO] running `Command { std: "docker" "start" "-a" "60c900dd1e63389051645e94d6bd1ec5814d930b6f330716560b44c398f7dafb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "60c900dd1e63389051645e94d6bd1ec5814d930b6f330716560b44c398f7dafb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60c900dd1e63389051645e94d6bd1ec5814d930b6f330716560b44c398f7dafb", kill_on_drop: false }` [INFO] [stdout] 60c900dd1e63389051645e94d6bd1ec5814d930b6f330716560b44c398f7dafb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da9107dceb4e671654176e63741a8005361b9f1f7b0c9613f9b69806361adeda [INFO] running `Command { std: "docker" "start" "-a" "da9107dceb4e671654176e63741a8005361b9f1f7b0c9613f9b69806361adeda", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tk-listen v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `tokio::net::Incoming`: use `tokio::net::tcp::Incoming` instead [INFO] [stdout] --> src/bind.rs:8:31 [INFO] [stdout] | [INFO] [stdout] 8 | use tokio::net::{TcpListener, Incoming, TcpStream}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `tokio::net::Incoming`: use `tokio::net::tcp::Incoming` instead [INFO] [stdout] --> src/bind.rs:82:33 [INFO] [stdout] | [INFO] [stdout] 82 | inputs: HashMap, [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 4.38s [INFO] running `Command { std: "docker" "inspect" "da9107dceb4e671654176e63741a8005361b9f1f7b0c9613f9b69806361adeda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da9107dceb4e671654176e63741a8005361b9f1f7b0c9613f9b69806361adeda", kill_on_drop: false }` [INFO] [stdout] da9107dceb4e671654176e63741a8005361b9f1f7b0c9613f9b69806361adeda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b58e095b3db953ea1d421311d2a229fbd693cf4bb7372cc83c0e729792d23c3 [INFO] running `Command { std: "docker" "start" "-a" "7b58e095b3db953ea1d421311d2a229fbd693cf4bb7372cc83c0e729792d23c3", kill_on_drop: false }` [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling httparse v1.7.0 [INFO] [stderr] Compiling netbuf v0.4.1 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling sha1 v0.4.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling async-slot v0.1.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stdout] warning: use of deprecated type alias `tokio::net::Incoming`: use `tokio::net::tcp::Incoming` instead [INFO] [stdout] --> src/bind.rs:8:31 [INFO] [stdout] | [INFO] [stdout] 8 | use tokio::net::{TcpListener, Incoming, TcpStream}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `tokio::net::Incoming`: use `tokio::net::tcp::Incoming` instead [INFO] [stdout] --> src/bind.rs:82:33 [INFO] [stdout] | [INFO] [stdout] 82 | inputs: HashMap, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling tk-bufstream v0.3.0 [INFO] [stderr] Compiling tokio-core v0.1.18 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling abstract-ns v0.4.3 [INFO] [stderr] Compiling tk-sendfile v0.4.0 [INFO] [stderr] Compiling ns-router v0.1.6 [INFO] [stderr] Compiling ns-std-threaded v0.3.0 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling tk-http v0.3.9 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling ns-env-config v0.1.0 [INFO] [stderr] Compiling tk-listen v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `tokio::net::Incoming`: use `tokio::net::tcp::Incoming` instead [INFO] [stdout] --> src/bind.rs:8:31 [INFO] [stdout] | [INFO] [stdout] 8 | use tokio::net::{TcpListener, Incoming, TcpStream}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `tokio::net::Incoming`: use `tokio::net::tcp::Incoming` instead [INFO] [stdout] --> src/bind.rs:82:33 [INFO] [stdout] | [INFO] [stdout] 82 | inputs: HashMap, [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 6.62s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/tk_listen-2b7df2287d9cbe15) [INFO] running `Command { std: "docker" "inspect" "7b58e095b3db953ea1d421311d2a229fbd693cf4bb7372cc83c0e729792d23c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b58e095b3db953ea1d421311d2a229fbd693cf4bb7372cc83c0e729792d23c3", kill_on_drop: false }` [INFO] [stdout] 7b58e095b3db953ea1d421311d2a229fbd693cf4bb7372cc83c0e729792d23c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7279a827d1664cd27eb17004e4b6b55e63147a3fca5bd4f1e12330bd9ce6cfc1 [INFO] running `Command { std: "docker" "start" "-a" "7279a827d1664cd27eb17004e4b6b55e63147a3fca5bd4f1e12330bd9ce6cfc1", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated type alias `tokio::net::Incoming`: use `tokio::net::tcp::Incoming` instead [INFO] [stderr] --> src/bind.rs:8:31 [INFO] [stderr] | [INFO] [stderr] 8 | use tokio::net::{TcpListener, Incoming, TcpStream}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `tokio::net::Incoming`: use `tokio::net::tcp::Incoming` instead [INFO] [stderr] --> src/bind.rs:82:33 [INFO] [stderr] | [INFO] [stderr] 82 | inputs: HashMap, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `tk-listen` (lib) generated 2 warnings [INFO] [stderr] warning: `tk-listen` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tk_listen-2b7df2287d9cbe15) [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] Doc-tests tk-listen [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/bind.rs - bind::BindMany (line 40) ... ignored [INFO] [stdout] test src/bind.rs - bind::BindMany (line 57) ... ignored [INFO] [stdout] test src/lib.rs - (line 36) ... ignored [INFO] [stdout] test src/lib.rs - (line 66) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7279a827d1664cd27eb17004e4b6b55e63147a3fca5bd4f1e12330bd9ce6cfc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7279a827d1664cd27eb17004e4b6b55e63147a3fca5bd4f1e12330bd9ce6cfc1", kill_on_drop: false }` [INFO] [stdout] 7279a827d1664cd27eb17004e4b6b55e63147a3fca5bd4f1e12330bd9ce6cfc1