[INFO] cloning repository https://github.com/pigeonking17/life [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pigeonking17/life" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpigeonking17%2Flife", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpigeonking17%2Flife'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0435c9507f9288b1a902fb7825f23280d3913cad [INFO] testing pigeonking17/life against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpigeonking17%2Flife" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pigeonking17/life on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pigeonking17/life [INFO] finished tweaking git repo https://github.com/pigeonking17/life [INFO] tweaked toml for git repo https://github.com/pigeonking17/life written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/pigeonking17/life already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enum-map-derive v0.8.0 [INFO] [stderr] Downloaded enum-map v2.0.1 [INFO] [stderr] Downloaded cursive v0.17.0 [INFO] [stderr] Downloaded cursive_core v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2022-02-22" "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] b41e37ccc362fdd8e3c4dc9a7629af5693d1dcb365252c508419faf064618f26 [INFO] running `Command { std: "docker" "start" "-a" "b41e37ccc362fdd8e3c4dc9a7629af5693d1dcb365252c508419faf064618f26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b41e37ccc362fdd8e3c4dc9a7629af5693d1dcb365252c508419faf064618f26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b41e37ccc362fdd8e3c4dc9a7629af5693d1dcb365252c508419faf064618f26", kill_on_drop: false }` [INFO] [stdout] b41e37ccc362fdd8e3c4dc9a7629af5693d1dcb365252c508419faf064618f26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07e8759165a324d6b33cd2b0d5ff746c952a4a5ab5612dddb0b47801ae696570 [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" "07e8759165a324d6b33cd2b0d5ff746c952a4a5ab5612dddb0b47801ae696570", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.115 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling crossbeam-utils v0.8.6 [INFO] [stderr] Compiling signal-hook v0.3.13 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling num_threads v0.1.3 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling ncurses v5.101.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling time v0.3.7 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Compiling enum-map-derive v0.8.0 [INFO] [stderr] Compiling darling_macro v0.13.1 [INFO] [stderr] Compiling enum-map v2.0.1 [INFO] [stderr] Compiling darling v0.13.1 [INFO] [stderr] Compiling enumset_derive v0.5.5 [INFO] [stderr] Compiling enumset v1.0.8 [INFO] [stderr] Compiling cursive_core v0.3.1 [INFO] [stderr] Compiling cursive v0.17.0 [INFO] [stderr] Compiling life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.22s [INFO] running `Command { std: "docker" "inspect" "07e8759165a324d6b33cd2b0d5ff746c952a4a5ab5612dddb0b47801ae696570", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07e8759165a324d6b33cd2b0d5ff746c952a4a5ab5612dddb0b47801ae696570", kill_on_drop: false }` [INFO] [stdout] 07e8759165a324d6b33cd2b0d5ff746c952a4a5ab5612dddb0b47801ae696570 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9accc7fbf30ddf9c5a0536876e59cb8888c6a00940e053331e06b93293b88519 [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" "9accc7fbf30ddf9c5a0536876e59cb8888c6a00940e053331e06b93293b88519", kill_on_drop: false }` [INFO] [stderr] Compiling life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.14s [INFO] running `Command { std: "docker" "inspect" "9accc7fbf30ddf9c5a0536876e59cb8888c6a00940e053331e06b93293b88519", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9accc7fbf30ddf9c5a0536876e59cb8888c6a00940e053331e06b93293b88519", kill_on_drop: false }` [INFO] [stdout] 9accc7fbf30ddf9c5a0536876e59cb8888c6a00940e053331e06b93293b88519 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 93969173ec16984aa5bf691f24e10141a3f3eb9729e70784659b797d14578fa7 [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" "93969173ec16984aa5bf691f24e10141a3f3eb9729e70784659b797d14578fa7", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/life-e178f31c412ef73e) [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" "93969173ec16984aa5bf691f24e10141a3f3eb9729e70784659b797d14578fa7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93969173ec16984aa5bf691f24e10141a3f3eb9729e70784659b797d14578fa7", kill_on_drop: false }` [INFO] [stdout] 93969173ec16984aa5bf691f24e10141a3f3eb9729e70784659b797d14578fa7