[INFO] cloning repository https://github.com/I-graham/survgame [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/I-graham/survgame" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FI-graham%2Fsurvgame", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FI-graham%2Fsurvgame'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0df303341b6cee856b6439faef5ca5287531cd80 [INFO] testing I-graham/survgame against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FI-graham%2Fsurvgame" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/I-graham/survgame on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/I-graham/survgame [INFO] finished tweaking git repo https://github.com/I-graham/survgame [INFO] tweaked toml for git repo https://github.com/I-graham/survgame written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/I-graham/survgame already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-04-10" "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] a4462a4500a5c596f41b8dd322c97b699865da290ea315252043212276831812 [INFO] running `Command { std: "docker" "start" "-a" "a4462a4500a5c596f41b8dd322c97b699865da290ea315252043212276831812", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a4462a4500a5c596f41b8dd322c97b699865da290ea315252043212276831812", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4462a4500a5c596f41b8dd322c97b699865da290ea315252043212276831812", kill_on_drop: false }` [INFO] [stdout] a4462a4500a5c596f41b8dd322c97b699865da290ea315252043212276831812 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-04-10" "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] ced4730eddcefab29807138149553f12f4d39f0264ff7ed5aa535de11ce65e4e [INFO] running `Command { std: "docker" "start" "-a" "ced4730eddcefab29807138149553f12f4d39f0264ff7ed5aa535de11ce65e4e", kill_on_drop: false }` [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling futures-sink v0.3.6 [INFO] [stderr] Compiling bit-vec v0.6.2 [INFO] [stderr] Compiling weezl v0.1.2 [INFO] [stderr] Compiling unicode-segmentation v1.7.0 [INFO] [stderr] Compiling surv v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling strum v0.19.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-rational v0.3.1 [INFO] [stderr] Compiling instant v0.1.7 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling spirv_headers v1.5.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling png v0.16.7 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling gfx-backend-empty v0.6.0 [INFO] [stderr] Compiling gfx-backend-vulkan v0.6.5 [INFO] [stderr] Compiling gfx-descriptor v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling futures-channel v0.3.6 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling gif v0.11.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling gfx-memory v0.2.2 [INFO] [stderr] Compiling futures-util v0.3.6 [INFO] [stderr] Compiling naga v0.2.0 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling strum_macros v0.19.4 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.6 [INFO] [stderr] Compiling crossbeam-epoch v0.9.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling wgpu-core v0.6.5 [INFO] [stderr] Compiling winit v0.22.2 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling futures-executor v0.3.6 [INFO] [stderr] Compiling futures v0.3.6 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling tiff v0.6.0 [INFO] [stderr] Compiling wgpu v0.6.0 [INFO] [stderr] Compiling image v0.23.11 [INFO] [stderr] Compiling hyper v0.13.8 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 47s [INFO] running `Command { std: "docker" "inspect" "ced4730eddcefab29807138149553f12f4d39f0264ff7ed5aa535de11ce65e4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ced4730eddcefab29807138149553f12f4d39f0264ff7ed5aa535de11ce65e4e", kill_on_drop: false }` [INFO] [stdout] ced4730eddcefab29807138149553f12f4d39f0264ff7ed5aa535de11ce65e4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-04-10" "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] eb1b0b1d78791d0bdcb8358025cd88414a1361b3ea0b58dbbfd6f4429109707e [INFO] running `Command { std: "docker" "start" "-a" "eb1b0b1d78791d0bdcb8358025cd88414a1361b3ea0b58dbbfd6f4429109707e", kill_on_drop: false }` [INFO] [stderr] Compiling surv v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.01s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/surv-e1fd387c43e1a839) [INFO] running `Command { std: "docker" "inspect" "eb1b0b1d78791d0bdcb8358025cd88414a1361b3ea0b58dbbfd6f4429109707e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb1b0b1d78791d0bdcb8358025cd88414a1361b3ea0b58dbbfd6f4429109707e", kill_on_drop: false }` [INFO] [stdout] eb1b0b1d78791d0bdcb8358025cd88414a1361b3ea0b58dbbfd6f4429109707e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2022-04-10" "test" "--frozen", 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] a49df79f2c8a289e330bd7e63bca610b5272534dec5b294c15905601fc161363 [INFO] running `Command { std: "docker" "start" "-a" "a49df79f2c8a289e330bd7e63bca610b5272534dec5b294c15905601fc161363", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/surv-e1fd387c43e1a839) [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" "a49df79f2c8a289e330bd7e63bca610b5272534dec5b294c15905601fc161363", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a49df79f2c8a289e330bd7e63bca610b5272534dec5b294c15905601fc161363", kill_on_drop: false }` [INFO] [stdout] a49df79f2c8a289e330bd7e63bca610b5272534dec5b294c15905601fc161363