[INFO] cloning repository https://github.com/ItamiOfficial/engine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ItamiOfficial/engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FItamiOfficial%2Fengine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FItamiOfficial%2Fengine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7dfbdc61844dbbbec4ad0370fd91c43018f12ee8
[INFO] checking ItamiOfficial/engine against master#c9af9c1dc85a55e309345030ff9cb7ea247953fa for pr-151146
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FItamiOfficial%2Fengine" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ItamiOfficial/engine
[INFO] finished tweaking git repo https://github.com/ItamiOfficial/engine
[INFO] tweaked toml for git repo https://github.com/ItamiOfficial/engine written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ItamiOfficial/engine on toolchain c9af9c1dc85a55e309345030ff9cb7ea247953fa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ItamiOfficial/engine 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" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5772171b198a07619c0b9b982b166d0168085306b688395a10f2ce70d5d43f55
[INFO] running `Command { std: "docker" "start" "-a" "5772171b198a07619c0b9b982b166d0168085306b688395a10f2ce70d5d43f55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5772171b198a07619c0b9b982b166d0168085306b688395a10f2ce70d5d43f55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5772171b198a07619c0b9b982b166d0168085306b688395a10f2ce70d5d43f55", kill_on_drop: false }`
[INFO] [stdout] 5772171b198a07619c0b9b982b166d0168085306b688395a10f2ce70d5d43f55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+c9af9c1dc85a55e309345030ff9cb7ea247953fa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f74cfa0559e2f081d606a4c99661e23ca8e86517ec25cc8576d21cdfc97ce3da
[INFO] running `Command { std: "docker" "start" "-a" "f74cfa0559e2f081d606a4c99661e23ca8e86517ec25cc8576d21cdfc97ce3da", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.46
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]     Checking wayland-sys v0.31.7
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling wgpu-hal v0.19.5
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]    Compiling wgpu-core v0.19.4
[INFO] [stderr]     Checking wgpu-types v0.19.2
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]     Checking ash v0.37.3+1.3.251
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]    Compiling wgpu v0.19.4
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking pollster v0.2.5
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking naga v0.19.2
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking wayland-client v0.31.11
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.9
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.9
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `KeyEvent`
[INFO] [stdout]  --> src/main.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 |     event::{ElementState, KeyEvent, WindowEvent},
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `KeyEvent`
[INFO] [stdout]  --> src/main.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 |     event::{ElementState, KeyEvent, WindowEvent},
[INFO] [stdout]   |                           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/main.rs:194:42
[INFO] [stdout]     |
[INFO] [stdout] 194 |             WindowEvent::KeyboardInput { device_id, event, is_synthetic } => {
[INFO] [stdout]     |                                          ^^^^^^^^^ help: try ignoring the field: `device_id: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_synthetic`
[INFO] [stdout]    --> src/main.rs:194:60
[INFO] [stdout]     |
[INFO] [stdout] 194 |             WindowEvent::KeyboardInput { device_id, event, is_synthetic } => {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^ help: try ignoring the field: `is_synthetic: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device_id`
[INFO] [stdout]    --> src/main.rs:194:42
[INFO] [stdout]     |
[INFO] [stdout] 194 |             WindowEvent::KeyboardInput { device_id, event, is_synthetic } => {
[INFO] [stdout]     |                                          ^^^^^^^^^ help: try ignoring the field: `device_id: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `is_synthetic`
[INFO] [stdout]    --> src/main.rs:194:60
[INFO] [stdout]     |
[INFO] [stdout] 194 |             WindowEvent::KeyboardInput { device_id, event, is_synthetic } => {
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^ help: try ignoring the field: `is_synthetic: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.72s
[INFO] running `Command { std: "docker" "inspect" "f74cfa0559e2f081d606a4c99661e23ca8e86517ec25cc8576d21cdfc97ce3da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f74cfa0559e2f081d606a4c99661e23ca8e86517ec25cc8576d21cdfc97ce3da", kill_on_drop: false }`
[INFO] [stdout] f74cfa0559e2f081d606a4c99661e23ca8e86517ec25cc8576d21cdfc97ce3da
