[INFO] cloning repository https://github.com/hustshawn/rust-tokio-echo-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hustshawn/rust-tokio-echo-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhustshawn%2Frust-tokio-echo-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhustshawn%2Frust-tokio-echo-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7241b2d5b09828e6179aece12ec8dc510a4b7522 [INFO] testing hustshawn/rust-tokio-echo-server against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhustshawn%2Frust-tokio-echo-server" "/workspace/builds/worker-16/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-16/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hustshawn/rust-tokio-echo-server on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hustshawn/rust-tokio-echo-server [INFO] finished tweaking git repo https://github.com/hustshawn/rust-tokio-echo-server [INFO] tweaked toml for git repo https://github.com/hustshawn/rust-tokio-echo-server written to /workspace/builds/worker-16/source/Cargo.toml [INFO] crate git repo https://github.com/hustshawn/rust-tokio-echo-server already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38074ef45d223fb0cc2a1fc2f33e3450b267bd407eff6fe0d63009b4220be4da [INFO] running `Command { std: "docker" "start" "-a" "38074ef45d223fb0cc2a1fc2f33e3450b267bd407eff6fe0d63009b4220be4da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38074ef45d223fb0cc2a1fc2f33e3450b267bd407eff6fe0d63009b4220be4da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38074ef45d223fb0cc2a1fc2f33e3450b267bd407eff6fe0d63009b4220be4da", kill_on_drop: false }` [INFO] [stdout] 38074ef45d223fb0cc2a1fc2f33e3450b267bd407eff6fe0d63009b4220be4da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de457297b4b0f2c9294315ff0abc3a16d2bc81951a0378aa79781804fc278484 [INFO] running `Command { std: "docker" "start" "-a" "de457297b4b0f2c9294315ff0abc3a16d2bc81951a0378aa79781804fc278484", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.29 [INFO] [stderr] Compiling futures v0.1.14 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling lazycell v0.5.1 [INFO] [stderr] Compiling scoped-tls v0.1.0 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling net2 v0.2.30 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling bytes v0.4.4 [INFO] [stderr] Compiling mio v0.6.10 [INFO] [stderr] Compiling tokio-io v0.1.2 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling tokio-core v0.1.9 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling echo-proto v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.62s [INFO] running `Command { std: "docker" "inspect" "de457297b4b0f2c9294315ff0abc3a16d2bc81951a0378aa79781804fc278484", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de457297b4b0f2c9294315ff0abc3a16d2bc81951a0378aa79781804fc278484", kill_on_drop: false }` [INFO] [stdout] de457297b4b0f2c9294315ff0abc3a16d2bc81951a0378aa79781804fc278484 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 046094df048ea4443db07a622be5965ad97179e1d6395cfe88811c3810d4b1a2 [INFO] running `Command { std: "docker" "start" "-a" "046094df048ea4443db07a622be5965ad97179e1d6395cfe88811c3810d4b1a2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling echo-proto v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.27s [INFO] running `Command { std: "docker" "inspect" "046094df048ea4443db07a622be5965ad97179e1d6395cfe88811c3810d4b1a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "046094df048ea4443db07a622be5965ad97179e1d6395cfe88811c3810d4b1a2", kill_on_drop: false }` [INFO] [stdout] 046094df048ea4443db07a622be5965ad97179e1d6395cfe88811c3810d4b1a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0c059c6f366c79227b98d90c9bbb86ee0f0ba3232e91bfeb212f79509e10353e [INFO] running `Command { std: "docker" "start" "-a" "0c059c6f366c79227b98d90c9bbb86ee0f0ba3232e91bfeb212f79509e10353e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 18.28s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/echo_proto-e1dfe104f43ebfaf) [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] running `Command { std: "docker" "inspect" "0c059c6f366c79227b98d90c9bbb86ee0f0ba3232e91bfeb212f79509e10353e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c059c6f366c79227b98d90c9bbb86ee0f0ba3232e91bfeb212f79509e10353e", kill_on_drop: false }` [INFO] [stdout] 0c059c6f366c79227b98d90c9bbb86ee0f0ba3232e91bfeb212f79509e10353e