[INFO] cloning repository https://github.com/ad-ops/corona-status [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ad-ops/corona-status" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fad-ops%2Fcorona-status", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fad-ops%2Fcorona-status'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3d70472bb9d813bffbdded785b634d312996ae1e [INFO] testing ad-ops/corona-status against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fad-ops%2Fcorona-status" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ad-ops/corona-status 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/ad-ops/corona-status [INFO] finished tweaking git repo https://github.com/ad-ops/corona-status [INFO] tweaked toml for git repo https://github.com/ad-ops/corona-status written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/ad-ops/corona-status 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-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8eeed080319b584d9cbcf1c44c0b9c215b0c0bf319bdd23c1444104cf03b94c7 [INFO] running `Command { std: "docker" "start" "-a" "8eeed080319b584d9cbcf1c44c0b9c215b0c0bf319bdd23c1444104cf03b94c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8eeed080319b584d9cbcf1c44c0b9c215b0c0bf319bdd23c1444104cf03b94c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8eeed080319b584d9cbcf1c44c0b9c215b0c0bf319bdd23c1444104cf03b94c7", kill_on_drop: false }` [INFO] [stdout] 8eeed080319b584d9cbcf1c44c0b9c215b0c0bf319bdd23c1444104cf03b94c7 [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=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] 03f258a1e3e060e4c181412c5e5b70c12cc4fa5fae1343a94d2f3eed0c27763a [INFO] running `Command { std: "docker" "start" "-a" "03f258a1e3e060e4c181412c5e5b70c12cc4fa5fae1343a94d2f3eed0c27763a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.11 [INFO] [stderr] Compiling proc-macro-error v0.4.11 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling termion v1.5.5 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling tui v0.8.0 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling bstr v0.2.12 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling structopt-derive v0.4.4 [INFO] [stderr] Compiling structopt v0.3.11 [INFO] [stderr] Compiling corona-status v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.36s [INFO] running `Command { std: "docker" "inspect" "03f258a1e3e060e4c181412c5e5b70c12cc4fa5fae1343a94d2f3eed0c27763a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03f258a1e3e060e4c181412c5e5b70c12cc4fa5fae1343a94d2f3eed0c27763a", kill_on_drop: false }` [INFO] [stdout] 03f258a1e3e060e4c181412c5e5b70c12cc4fa5fae1343a94d2f3eed0c27763a [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=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] d0821737a0dffc3a6d86f5bbe1d6924d4cdf641797330ef638386b563e2dbf21 [INFO] running `Command { std: "docker" "start" "-a" "d0821737a0dffc3a6d86f5bbe1d6924d4cdf641797330ef638386b563e2dbf21", kill_on_drop: false }` [INFO] [stderr] Compiling corona-status v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `Command { std: "docker" "inspect" "d0821737a0dffc3a6d86f5bbe1d6924d4cdf641797330ef638386b563e2dbf21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0821737a0dffc3a6d86f5bbe1d6924d4cdf641797330ef638386b563e2dbf21", kill_on_drop: false }` [INFO] [stdout] d0821737a0dffc3a6d86f5bbe1d6924d4cdf641797330ef638386b563e2dbf21 [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=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] 4b8d4bec7fc4582b7c15525f505b99d03b33a6078f72012a84817ceb686fcaf4 [INFO] running `Command { std: "docker" "start" "-a" "4b8d4bec7fc4582b7c15525f505b99d03b33a6078f72012a84817ceb686fcaf4", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/corona_status-7f370bb8abe447f5) [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" "4b8d4bec7fc4582b7c15525f505b99d03b33a6078f72012a84817ceb686fcaf4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b8d4bec7fc4582b7c15525f505b99d03b33a6078f72012a84817ceb686fcaf4", kill_on_drop: false }` [INFO] [stdout] 4b8d4bec7fc4582b7c15525f505b99d03b33a6078f72012a84817ceb686fcaf4