[INFO] cloning repository https://github.com/mchlsbl/tetris [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mchlsbl/tetris" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmchlsbl%2Ftetris", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmchlsbl%2Ftetris'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d85a7cbe3ed3c6c3f9f15f899d9d48698aee5303 [INFO] checking mchlsbl/tetris against master#8202d110516c6bd87cee375e9a9b774db499015c for pr-149596 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmchlsbl%2Ftetris" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mchlsbl/tetris [INFO] finished tweaking git repo https://github.com/mchlsbl/tetris [INFO] tweaked toml for git repo https://github.com/mchlsbl/tetris written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mchlsbl/tetris on toolchain 8202d110516c6bd87cee375e9a9b774db499015c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8202d110516c6bd87cee375e9a9b774db499015c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mchlsbl/tetris already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8202d110516c6bd87cee375e9a9b774db499015c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded macroquad_macro v0.1.8 [INFO] [stderr] Downloaded quad-rand v0.2.3 [INFO] [stderr] Downloaded fdeflate v0.3.6 [INFO] [stderr] Downloaded bytemuck v1.20.0 [INFO] [stderr] Downloaded png v0.17.14 [INFO] [stderr] Downloaded ttf-parser v0.15.2 [INFO] [stderr] Downloaded fontdue v0.7.3 [INFO] [stderr] Downloaded miniquad v0.4.6 [INFO] [stderr] Downloaded syn v2.0.90 [INFO] [stderr] Downloaded ndk-sys v0.2.2 [INFO] [stderr] Downloaded libc v0.2.167 [INFO] [stderr] Downloaded macroquad v0.4.13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+8202d110516c6bd87cee375e9a9b774db499015c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 34322a7bf0df097f18c04e9e659ca92bb09a3b2de22d40da48e7d7c786dd97bd [INFO] running `Command { std: "docker" "start" "-a" "34322a7bf0df097f18c04e9e659ca92bb09a3b2de22d40da48e7d7c786dd97bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34322a7bf0df097f18c04e9e659ca92bb09a3b2de22d40da48e7d7c786dd97bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34322a7bf0df097f18c04e9e659ca92bb09a3b2de22d40da48e7d7c786dd97bd", kill_on_drop: false }` [INFO] [stdout] 34322a7bf0df097f18c04e9e659ca92bb09a3b2de22d40da48e7d7c786dd97bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+8202d110516c6bd87cee375e9a9b774db499015c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd2df81e079f6f5b64fd11cf25b33c5a313e974a77c706968c3aba52805b758e [INFO] running `Command { std: "docker" "start" "-a" "cd2df81e079f6f5b64fd11cf25b33c5a313e974a77c706968c3aba52805b758e", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Compiling libc v0.2.167 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Checking fdeflate v0.3.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Compiling miniquad v0.4.6 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking ttf-parser v0.15.2 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Checking png v0.17.14 [INFO] [stderr] Checking bytemuck v1.20.0 [INFO] [stderr] Checking glam v0.27.0 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking quad-rand v0.2.3 [INFO] [stderr] Checking fontdue v0.7.3 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling macroquad_macro v0.1.8 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking rust-embed-utils v8.7.2 [INFO] [stderr] Checking image v0.24.9 [INFO] [stderr] Compiling rust-embed-impl v8.7.2 [INFO] [stderr] Checking rust-embed v8.7.2 [INFO] [stderr] Checking macroquad v0.4.13 [INFO] [stderr] Checking tetris v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.54s [INFO] running `Command { std: "docker" "inspect" "cd2df81e079f6f5b64fd11cf25b33c5a313e974a77c706968c3aba52805b758e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd2df81e079f6f5b64fd11cf25b33c5a313e974a77c706968c3aba52805b758e", kill_on_drop: false }` [INFO] [stdout] cd2df81e079f6f5b64fd11cf25b33c5a313e974a77c706968c3aba52805b758e