[INFO] cloning repository https://github.com/Feliix42/conways-game-of-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Feliix42/conways-game-of-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFeliix42%2Fconways-game-of-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFeliix42%2Fconways-game-of-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 484bcf65fcd723aca3eb884963295566e498977e [INFO] testing Feliix42/conways-game-of-rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFeliix42%2Fconways-game-of-rust" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Feliix42/conways-game-of-rust 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/Feliix42/conways-game-of-rust [INFO] finished tweaking git repo https://github.com/Feliix42/conways-game-of-rust [INFO] tweaked toml for git repo https://github.com/Feliix42/conways-game-of-rust written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/Feliix42/conways-game-of-rust 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] Downloading crates ... [INFO] [stderr] Downloaded pancurses v0.3.0 [INFO] [stderr] Downloaded pdcurses-sys v0.3.0 [INFO] [stderr] Downloaded ncurses v5.80.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a85a952df65c87f57456c8a69c01b54ee84bc12c59100b47d1c2dc35c9694b5b [INFO] running `Command { std: "docker" "start" "-a" "a85a952df65c87f57456c8a69c01b54ee84bc12c59100b47d1c2dc35c9694b5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a85a952df65c87f57456c8a69c01b54ee84bc12c59100b47d1c2dc35c9694b5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a85a952df65c87f57456c8a69c01b54ee84bc12c59100b47d1c2dc35c9694b5b", kill_on_drop: false }` [INFO] [stdout] a85a952df65c87f57456c8a69c01b54ee84bc12c59100b47d1c2dc35c9694b5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8ec19f4eb0a95e8b462fe343e1585e818734ced9473ae2385d629646dbdceafe [INFO] running `Command { std: "docker" "start" "-a" "8ec19f4eb0a95e8b462fe343e1585e818734ced9473ae2385d629646dbdceafe", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.15 [INFO] [stderr] Compiling log v0.3.6 [INFO] [stderr] Compiling ncurses v5.80.0 [INFO] [stderr] Compiling rand v0.3.14 [INFO] [stderr] Compiling pancurses v0.3.0 [INFO] [stderr] Compiling conways-game-of-life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.36s [INFO] running `Command { std: "docker" "inspect" "8ec19f4eb0a95e8b462fe343e1585e818734ced9473ae2385d629646dbdceafe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ec19f4eb0a95e8b462fe343e1585e818734ced9473ae2385d629646dbdceafe", kill_on_drop: false }` [INFO] [stdout] 8ec19f4eb0a95e8b462fe343e1585e818734ced9473ae2385d629646dbdceafe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b7c47eaa603aef7b3beaf36857b41fa1ae959fefeadfed8db9a6b310809afa76 [INFO] running `Command { std: "docker" "start" "-a" "b7c47eaa603aef7b3beaf36857b41fa1ae959fefeadfed8db9a6b310809afa76", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling conways-game-of-life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `Command { std: "docker" "inspect" "b7c47eaa603aef7b3beaf36857b41fa1ae959fefeadfed8db9a6b310809afa76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7c47eaa603aef7b3beaf36857b41fa1ae959fefeadfed8db9a6b310809afa76", kill_on_drop: false }` [INFO] [stdout] b7c47eaa603aef7b3beaf36857b41fa1ae959fefeadfed8db9a6b310809afa76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 96d00803236c80e597004b0d675f0c604dda547e944b26fee6ae5ffbb6d59d2c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "96d00803236c80e597004b0d675f0c604dda547e944b26fee6ae5ffbb6d59d2c", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/conways_game_of_life-04a2316f0a5cd7cc) [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" "96d00803236c80e597004b0d675f0c604dda547e944b26fee6ae5ffbb6d59d2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96d00803236c80e597004b0d675f0c604dda547e944b26fee6ae5ffbb6d59d2c", kill_on_drop: false }` [INFO] [stdout] 96d00803236c80e597004b0d675f0c604dda547e944b26fee6ae5ffbb6d59d2c