[INFO] cloning repository https://github.com/yuuretsu/game-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/yuuretsu/game-of-life" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuuretsu%2Fgame-of-life", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuuretsu%2Fgame-of-life'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cc7c5bdf6dc7b795d1961143677718ed01b003e2 [INFO] testing yuuretsu/game-of-life against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuuretsu%2Fgame-of-life" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yuuretsu/game-of-life on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yuuretsu/game-of-life [INFO] finished tweaking git repo https://github.com/yuuretsu/game-of-life [INFO] tweaked toml for git repo https://github.com/yuuretsu/game-of-life written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/yuuretsu/game-of-life already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/not-fl3/macroquad` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded adler32 v1.1.0 [INFO] [stderr] Downloaded num-iter v0.1.41 [INFO] [stderr] Downloaded cc v1.0.57 [INFO] [stderr] Downloaded sapp-dummy v0.1.3 [INFO] [stderr] Downloaded sapp-darwin v0.1.2 [INFO] [stderr] Downloaded miniquad_text_rusttype v0.1.2 [INFO] [stderr] Downloaded sapp-android v0.1.0 [INFO] [stderr] Downloaded sapp-wasm v0.1.18 [INFO] [stderr] Downloaded sapp-linux v0.1.8 [INFO] [stderr] Downloaded sapp-windows v0.2.9 [INFO] [stderr] Downloaded quad-rand v0.1.1 [INFO] [stderr] Downloaded miniquad v0.3.0-alpha.10 [INFO] [stderr] Downloaded quad-gl v0.2.2 [INFO] [stderr] Downloaded random-integer v1.2.1 [INFO] [stderr] Downloaded megaui v0.2.11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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] 5d3937e7d685adbf40ee80847945c0b5d683d172501f988cec09631117ded290 [INFO] running `Command { std: "docker" "start" "-a" "5d3937e7d685adbf40ee80847945c0b5d683d172501f988cec09631117ded290", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d3937e7d685adbf40ee80847945c0b5d683d172501f988cec09631117ded290", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d3937e7d685adbf40ee80847945c0b5d683d172501f988cec09631117ded290", kill_on_drop: false }` [INFO] [stdout] 5d3937e7d685adbf40ee80847945c0b5d683d172501f988cec09631117ded290 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b64a9535b7ca583fd0e6680b2ace7a54331a35ba7415d0dbcf0c40c01fd3f4e [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" "0b64a9535b7ca583fd0e6680b2ace7a54331a35ba7415d0dbcf0c40c01fd3f4e", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling adler32 v1.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling sapp-linux v0.1.8 [INFO] [stderr] Compiling glam v0.8.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling macroquad_macro v0.1.0 (https://github.com/not-fl3/macroquad#c3eb0fd9) [INFO] [stderr] Compiling quad-rand v0.1.1 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling png v0.15.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.1.0 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling image v0.22.5 [INFO] [stderr] Compiling miniquad v0.3.0-alpha.10 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling miniquad_text_rusttype v0.1.2 [INFO] [stderr] Compiling megaui v0.2.11 [INFO] [stderr] Compiling random-integer v1.2.1 [INFO] [stderr] Compiling quad-gl v0.2.2 [INFO] [stderr] Compiling macroquad v0.2.7 (https://github.com/not-fl3/macroquad#c3eb0fd9) [INFO] [stderr] Compiling game-of-life-2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.09s [INFO] running `Command { std: "docker" "inspect" "0b64a9535b7ca583fd0e6680b2ace7a54331a35ba7415d0dbcf0c40c01fd3f4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b64a9535b7ca583fd0e6680b2ace7a54331a35ba7415d0dbcf0c40c01fd3f4e", kill_on_drop: false }` [INFO] [stdout] 0b64a9535b7ca583fd0e6680b2ace7a54331a35ba7415d0dbcf0c40c01fd3f4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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] f3bcc19e01ee8ac794d2116516c6c2eccea93901972f1722042302f38121d9fa [INFO] running `Command { std: "docker" "start" "-a" "f3bcc19e01ee8ac794d2116516c6c2eccea93901972f1722042302f38121d9fa", kill_on_drop: false }` [INFO] [stderr] Compiling game-of-life-2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.82s [INFO] running `Command { std: "docker" "inspect" "f3bcc19e01ee8ac794d2116516c6c2eccea93901972f1722042302f38121d9fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3bcc19e01ee8ac794d2116516c6c2eccea93901972f1722042302f38121d9fa", kill_on_drop: false }` [INFO] [stdout] f3bcc19e01ee8ac794d2116516c6c2eccea93901972f1722042302f38121d9fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bdcb6d2919eb1d8a7963d166c97565d6eb752b5eac899c1c657eec91f591c3bd [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" "bdcb6d2919eb1d8a7963d166c97565d6eb752b5eac899c1c657eec91f591c3bd", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/game_of_life_2-8e3cbd44dc0e9b16) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bench-fee5109319553053) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/main-bb52d536e6c06c20) [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] [stderr] Doc-tests game-of-life-2 [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" "bdcb6d2919eb1d8a7963d166c97565d6eb752b5eac899c1c657eec91f591c3bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdcb6d2919eb1d8a7963d166c97565d6eb752b5eac899c1c657eec91f591c3bd", kill_on_drop: false }` [INFO] [stdout] bdcb6d2919eb1d8a7963d166c97565d6eb752b5eac899c1c657eec91f591c3bd