[INFO] cloning repository https://github.com/mindriot101/rust-gameoflife [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mindriot101/rust-gameoflife" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmindriot101%2Frust-gameoflife", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmindriot101%2Frust-gameoflife'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a4d3656facc0f66bcc987d29407916fb6e9c5896 [INFO] testing mindriot101/rust-gameoflife against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmindriot101%2Frust-gameoflife" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mindriot101/rust-gameoflife 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/mindriot101/rust-gameoflife [INFO] finished tweaking git repo https://github.com/mindriot101/rust-gameoflife [INFO] tweaked toml for git repo https://github.com/mindriot101/rust-gameoflife written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/mindriot101/rust-gameoflife 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] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libc v0.2.23 [INFO] [stderr] Downloaded clap v2.24.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] dda97ea98102df412a73b50f701439541731eca277f61249a0b3467f5961db02 [INFO] running `Command { std: "docker" "start" "-a" "dda97ea98102df412a73b50f701439541731eca277f61249a0b3467f5961db02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dda97ea98102df412a73b50f701439541731eca277f61249a0b3467f5961db02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dda97ea98102df412a73b50f701439541731eca277f61249a0b3467f5961db02", kill_on_drop: false }` [INFO] [stdout] dda97ea98102df412a73b50f701439541731eca277f61249a0b3467f5961db02 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 4abd79e0c6e6cf0baa483ff3ef9790061235a10c0c36f4b1833c1a91009bbad7 [INFO] running `Command { std: "docker" "start" "-a" "4abd79e0c6e6cf0baa483ff3ef9790061235a10c0c36f4b1833c1a91009bbad7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling clap v2.24.2 [INFO] [stderr] Compiling gol v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.99s [INFO] running `Command { std: "docker" "inspect" "4abd79e0c6e6cf0baa483ff3ef9790061235a10c0c36f4b1833c1a91009bbad7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4abd79e0c6e6cf0baa483ff3ef9790061235a10c0c36f4b1833c1a91009bbad7", kill_on_drop: false }` [INFO] [stdout] 4abd79e0c6e6cf0baa483ff3ef9790061235a10c0c36f4b1833c1a91009bbad7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 91f4d310fa6642acc45433048699e37c9a6041ebd3b63bfd8bea5111e915daad [INFO] running `Command { std: "docker" "start" "-a" "91f4d310fa6642acc45433048699e37c9a6041ebd3b63bfd8bea5111e915daad", kill_on_drop: false }` [INFO] [stderr] Compiling gol v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "91f4d310fa6642acc45433048699e37c9a6041ebd3b63bfd8bea5111e915daad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91f4d310fa6642acc45433048699e37c9a6041ebd3b63bfd8bea5111e915daad", kill_on_drop: false }` [INFO] [stdout] 91f4d310fa6642acc45433048699e37c9a6041ebd3b63bfd8bea5111e915daad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] b6750690617bc9a2145b2560bd16ff387fdc2c2a7dbf50704961252aae3c5e70 [INFO] running `Command { std: "docker" "start" "-a" "b6750690617bc9a2145b2560bd16ff387fdc2c2a7dbf50704961252aae3c5e70", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/gol-ad960cfea306476d) [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_stable ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b6750690617bc9a2145b2560bd16ff387fdc2c2a7dbf50704961252aae3c5e70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6750690617bc9a2145b2560bd16ff387fdc2c2a7dbf50704961252aae3c5e70", kill_on_drop: false }` [INFO] [stdout] b6750690617bc9a2145b2560bd16ff387fdc2c2a7dbf50704961252aae3c5e70