[INFO] cloning repository https://github.com/mkmik/tokio-cpu-bound-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mkmik/tokio-cpu-bound-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkmik%2Ftokio-cpu-bound-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkmik%2Ftokio-cpu-bound-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4da1984f2abec3085e2baa5761b4d77e17b4c355 [INFO] testing mkmik/tokio-cpu-bound-example against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkmik%2Ftokio-cpu-bound-example" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mkmik/tokio-cpu-bound-example 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] removed /workspace/builds/worker-19/source/rust-toolchain [INFO] started tweaking git repo https://github.com/mkmik/tokio-cpu-bound-example [INFO] finished tweaking git repo https://github.com/mkmik/tokio-cpu-bound-example [INFO] tweaked toml for git repo https://github.com/mkmik/tokio-cpu-bound-example written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/mkmik/tokio-cpu-bound-example 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-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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] 6386382a93b916ac0a00783f0b20481cab9f8c3885af01d476afd479331be88e [INFO] running `Command { std: "docker" "start" "-a" "6386382a93b916ac0a00783f0b20481cab9f8c3885af01d476afd479331be88e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6386382a93b916ac0a00783f0b20481cab9f8c3885af01d476afd479331be88e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6386382a93b916ac0a00783f0b20481cab9f8c3885af01d476afd479331be88e", kill_on_drop: false }` [INFO] [stdout] 6386382a93b916ac0a00783f0b20481cab9f8c3885af01d476afd479331be88e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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] 5bcccbc81208f70a13d07c201cc953f2be224db92cff62a117cb1351e0f0df71 [INFO] running `Command { std: "docker" "start" "-a" "5bcccbc81208f70a13d07c201cc953f2be224db92cff62a117cb1351e0f0df71", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling tokio v1.2.0 [INFO] [stderr] Compiling futures-task v0.3.12 [INFO] [stderr] Compiling mio v0.7.9 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling futures-macro v0.3.12 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling futures-util v0.3.12 [INFO] [stderr] Compiling futures-executor v0.3.12 [INFO] [stderr] Compiling futures v0.3.12 [INFO] [stderr] Compiling tok1 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.10s [INFO] running `Command { std: "docker" "inspect" "5bcccbc81208f70a13d07c201cc953f2be224db92cff62a117cb1351e0f0df71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bcccbc81208f70a13d07c201cc953f2be224db92cff62a117cb1351e0f0df71", kill_on_drop: false }` [INFO] [stdout] 5bcccbc81208f70a13d07c201cc953f2be224db92cff62a117cb1351e0f0df71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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] 93e16b2ee8d632e9da07faa6cea5c6e7115e9466186ba4efa18105a9e0bbfae9 [INFO] running `Command { std: "docker" "start" "-a" "93e16b2ee8d632e9da07faa6cea5c6e7115e9466186ba4efa18105a9e0bbfae9", kill_on_drop: false }` [INFO] [stderr] Compiling tok1 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.43s [INFO] running `Command { std: "docker" "inspect" "93e16b2ee8d632e9da07faa6cea5c6e7115e9466186ba4efa18105a9e0bbfae9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93e16b2ee8d632e9da07faa6cea5c6e7115e9466186ba4efa18105a9e0bbfae9", kill_on_drop: false }` [INFO] [stdout] 93e16b2ee8d632e9da07faa6cea5c6e7115e9466186ba4efa18105a9e0bbfae9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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] 94209e297b4078e13bcebd4ffdfce48ad12f75640782634b855964b29bf8a540 [INFO] running `Command { std: "docker" "start" "-a" "94209e297b4078e13bcebd4ffdfce48ad12f75640782634b855964b29bf8a540", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tok1-91765895fb57e935) [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" "94209e297b4078e13bcebd4ffdfce48ad12f75640782634b855964b29bf8a540", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94209e297b4078e13bcebd4ffdfce48ad12f75640782634b855964b29bf8a540", kill_on_drop: false }` [INFO] [stdout] 94209e297b4078e13bcebd4ffdfce48ad12f75640782634b855964b29bf8a540