[INFO] cloning repository https://github.com/Aryan570/tetris_rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aryan570/tetris_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAryan570%2Ftetris_rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAryan570%2Ftetris_rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f7f584121e463ae99811f21e39ea80a2a02e8a1c
[INFO] building Aryan570/tetris_rust against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAryan570%2Ftetris_rust" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Aryan570/tetris_rust on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Aryan570/tetris_rust
[INFO] finished tweaking git repo https://github.com/Aryan570/tetris_rust
[INFO] tweaked toml for git repo https://github.com/Aryan570/tetris_rust written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/Aryan570/tetris_rust 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded minifb v0.27.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1a4032cb75235564904030072cc79027d9dd71d16886226a477c4f55e68718a0
[INFO] running `Command { std: "docker" "start" "-a" "1a4032cb75235564904030072cc79027d9dd71d16886226a477c4f55e68718a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a4032cb75235564904030072cc79027d9dd71d16886226a477c4f55e68718a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a4032cb75235564904030072cc79027d9dd71d16886226a477c4f55e68718a0", kill_on_drop: false }`
[INFO] [stdout] 1a4032cb75235564904030072cc79027d9dd71d16886226a477c4f55e68718a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 330ec6cc5a48c8245498ff9d8a916bdd013bf7755aaea09be107779200028fe0
[INFO] running `Command { std: "docker" "start" "-a" "330ec6cc5a48c8245498ff9d8a916bdd013bf7755aaea09be107779200028fe0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling xml-rs v0.8.20
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling xcursor v0.3.5
[INFO] [stderr]    Compiling raw-window-handle v0.6.2
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling minifb v0.27.0
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling wayland-commons v0.29.5
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling wayland-cursor v0.29.5
[INFO] [stderr]    Compiling tetris_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `direction`, `block_type`, and `height` are never read
[INFO] [stdout]   --> src/main.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | struct Block {
[INFO] [stdout]    |        ----- fields in this struct
[INFO] [stdout] 18 |     direction: i8,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 19 |     block_type: BlockType,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 20 |     width : u8,
[INFO] [stdout] 21 |     height : u8,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Block` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.37s
[INFO] running `Command { std: "docker" "inspect" "330ec6cc5a48c8245498ff9d8a916bdd013bf7755aaea09be107779200028fe0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "330ec6cc5a48c8245498ff9d8a916bdd013bf7755aaea09be107779200028fe0", kill_on_drop: false }`
[INFO] [stdout] 330ec6cc5a48c8245498ff9d8a916bdd013bf7755aaea09be107779200028fe0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf9a1540dfbfc54ec49a73ea43aeeb42de84d1f8900aff071f5fc280c7c68131
[INFO] running `Command { std: "docker" "start" "-a" "bf9a1540dfbfc54ec49a73ea43aeeb42de84d1f8900aff071f5fc280c7c68131", kill_on_drop: false }`
[INFO] [stderr]    Compiling tetris_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `direction`, `block_type`, and `height` are never read
[INFO] [stdout]   --> src/main.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | struct Block {
[INFO] [stdout]    |        ----- fields in this struct
[INFO] [stdout] 18 |     direction: i8,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 19 |     block_type: BlockType,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 20 |     width : u8,
[INFO] [stdout] 21 |     height : u8,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Block` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "bf9a1540dfbfc54ec49a73ea43aeeb42de84d1f8900aff071f5fc280c7c68131", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf9a1540dfbfc54ec49a73ea43aeeb42de84d1f8900aff071f5fc280c7c68131", kill_on_drop: false }`
[INFO] [stdout] bf9a1540dfbfc54ec49a73ea43aeeb42de84d1f8900aff071f5fc280c7c68131
