[INFO] cloning repository https://github.com/behova/curse_of_life [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/behova/curse_of_life" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbehova%2Fcurse_of_life", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbehova%2Fcurse_of_life'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bddcd6b294acedf67942774d16c648512af1ca70 [INFO] testing behova/curse_of_life against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbehova%2Fcurse_of_life" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/behova/curse_of_life on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/behova/curse_of_life [INFO] finished tweaking git repo https://github.com/behova/curse_of_life [INFO] tweaked toml for git repo https://github.com/behova/curse_of_life written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/behova/curse_of_life already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded redox_syscall v0.2.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2621b4c610b102ac3147873c2777def14fe58e10eeb648cfd031c4a7e8b4cccc [INFO] running `Command { std: "docker" "start" "-a" "2621b4c610b102ac3147873c2777def14fe58e10eeb648cfd031c4a7e8b4cccc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2621b4c610b102ac3147873c2777def14fe58e10eeb648cfd031c4a7e8b4cccc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2621b4c610b102ac3147873c2777def14fe58e10eeb648cfd031c4a7e8b4cccc", kill_on_drop: false }` [INFO] [stdout] 2621b4c610b102ac3147873c2777def14fe58e10eeb648cfd031c4a7e8b4cccc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e04b9a742a813b58a32d3b230e7b68c9cb72829256e4ffa608e24f49908eebaf [INFO] running `Command { std: "docker" "start" "-a" "e04b9a742a813b58a32d3b230e7b68c9cb72829256e4ffa608e24f49908eebaf", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling signal-hook v0.1.17 [INFO] [stderr] Compiling crossterm v0.19.0 [INFO] [stderr] Compiling curse_of_life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.98s [INFO] running `Command { std: "docker" "inspect" "e04b9a742a813b58a32d3b230e7b68c9cb72829256e4ffa608e24f49908eebaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e04b9a742a813b58a32d3b230e7b68c9cb72829256e4ffa608e24f49908eebaf", kill_on_drop: false }` [INFO] [stdout] e04b9a742a813b58a32d3b230e7b68c9cb72829256e4ffa608e24f49908eebaf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 49cf42fd2d22fee0a6a6749c0804926764166406c40ebca34e8f265dba2a7a7f [INFO] running `Command { std: "docker" "start" "-a" "49cf42fd2d22fee0a6a6749c0804926764166406c40ebca34e8f265dba2a7a7f", kill_on_drop: false }` [INFO] [stderr] Compiling curse_of_life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.40s [INFO] running `Command { std: "docker" "inspect" "49cf42fd2d22fee0a6a6749c0804926764166406c40ebca34e8f265dba2a7a7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49cf42fd2d22fee0a6a6749c0804926764166406c40ebca34e8f265dba2a7a7f", kill_on_drop: false }` [INFO] [stdout] 49cf42fd2d22fee0a6a6749c0804926764166406c40ebca34e8f265dba2a7a7f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 474b46b4508da422f4d6f3215b068e21980db24e7f483f6383922f7d33bb6bfd [INFO] running `Command { std: "docker" "start" "-a" "474b46b4508da422f4d6f3215b068e21980db24e7f483f6383922f7d33bb6bfd", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/curse_of_life-80652c55afc4f69e) [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" "474b46b4508da422f4d6f3215b068e21980db24e7f483f6383922f7d33bb6bfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "474b46b4508da422f4d6f3215b068e21980db24e7f483f6383922f7d33bb6bfd", kill_on_drop: false }` [INFO] [stdout] 474b46b4508da422f4d6f3215b068e21980db24e7f483f6383922f7d33bb6bfd