[INFO] cloning repository https://github.com/colbyjayallen/simple-bullet-hell [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/colbyjayallen/simple-bullet-hell" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcolbyjayallen%2Fsimple-bullet-hell", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcolbyjayallen%2Fsimple-bullet-hell'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0d23d25a684939643f40fba66dc8362a0b84d494 [INFO] testing colbyjayallen/simple-bullet-hell 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%2Fcolbyjayallen%2Fsimple-bullet-hell" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/colbyjayallen/simple-bullet-hell 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/colbyjayallen/simple-bullet-hell [INFO] finished tweaking git repo https://github.com/colbyjayallen/simple-bullet-hell [INFO] tweaked toml for git repo https://github.com/colbyjayallen/simple-bullet-hell written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/colbyjayallen/simple-bullet-hell 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd2286c1ce302f31b2c95cd1bdeb0b056517352e69b3111a57d572a92a50daa0 [INFO] running `Command { std: "docker" "start" "-a" "bd2286c1ce302f31b2c95cd1bdeb0b056517352e69b3111a57d572a92a50daa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd2286c1ce302f31b2c95cd1bdeb0b056517352e69b3111a57d572a92a50daa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd2286c1ce302f31b2c95cd1bdeb0b056517352e69b3111a57d572a92a50daa0", kill_on_drop: false }` [INFO] [stdout] bd2286c1ce302f31b2c95cd1bdeb0b056517352e69b3111a57d572a92a50daa0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d1256f7a9d5e9e7b76fa2b40b987e7140d9754d8f2b07056d4f1d06526e2ba5 [INFO] running `Command { std: "docker" "start" "-a" "3d1256f7a9d5e9e7b76fa2b40b987e7140d9754d8f2b07056d4f1d06526e2ba5", kill_on_drop: false }` [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling libc v0.2.116 [INFO] [stderr] Compiling sdl2 v0.35.1 [INFO] [stderr] Compiling sdl2-sys v0.35.1 [INFO] [stderr] Compiling bullet-hell v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.64s [INFO] running `Command { std: "docker" "inspect" "3d1256f7a9d5e9e7b76fa2b40b987e7140d9754d8f2b07056d4f1d06526e2ba5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d1256f7a9d5e9e7b76fa2b40b987e7140d9754d8f2b07056d4f1d06526e2ba5", kill_on_drop: false }` [INFO] [stdout] 3d1256f7a9d5e9e7b76fa2b40b987e7140d9754d8f2b07056d4f1d06526e2ba5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f7f8929b28192740d7c1ca228bc1d94bb501a89bfe62ebf11c26bedca674ca2 [INFO] running `Command { std: "docker" "start" "-a" "4f7f8929b28192740d7c1ca228bc1d94bb501a89bfe62ebf11c26bedca674ca2", kill_on_drop: false }` [INFO] [stderr] Compiling bullet-hell v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.34s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/bullet_hell-e6efc5f95b74be69) [INFO] running `Command { std: "docker" "inspect" "4f7f8929b28192740d7c1ca228bc1d94bb501a89bfe62ebf11c26bedca674ca2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f7f8929b28192740d7c1ca228bc1d94bb501a89bfe62ebf11c26bedca674ca2", kill_on_drop: false }` [INFO] [stdout] 4f7f8929b28192740d7c1ca228bc1d94bb501a89bfe62ebf11c26bedca674ca2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f1d267c38b9a91df9ba2cbf72de0ee1f4f6a02d4434d89b235b60b6ea6aa2b41 [INFO] running `Command { std: "docker" "start" "-a" "f1d267c38b9a91df9ba2cbf72de0ee1f4f6a02d4434d89b235b60b6ea6aa2b41", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bullet_hell-e6efc5f95b74be69) [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" "f1d267c38b9a91df9ba2cbf72de0ee1f4f6a02d4434d89b235b60b6ea6aa2b41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1d267c38b9a91df9ba2cbf72de0ee1f4f6a02d4434d89b235b60b6ea6aa2b41", kill_on_drop: false }` [INFO] [stdout] f1d267c38b9a91df9ba2cbf72de0ee1f4f6a02d4434d89b235b60b6ea6aa2b41