[INFO] cloning repository https://github.com/etnad101/Gameboy-Emulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/etnad101/Gameboy-Emulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetnad101%2FGameboy-Emulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetnad101%2FGameboy-Emulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6090c9a13b33be523957615fc2708af0ce960330
[INFO] checking etnad101/Gameboy-Emulator against 656a9da186dacaf3bf8f7f7296a825d256cb4ae3 for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetnad101%2FGameboy-Emulator" "/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/etnad101/Gameboy-Emulator
[INFO] finished tweaking git repo https://github.com/etnad101/Gameboy-Emulator
[INFO] tweaked toml for git repo https://github.com/etnad101/Gameboy-Emulator written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/etnad101/Gameboy-Emulator on toolchain 656a9da186dacaf3bf8f7f7296a825d256cb4ae3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/etnad101/Gameboy-Emulator 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" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded flate2 v1.1.4
[INFO] [stderr]   Downloaded half v2.7.0
[INFO] [stderr]   Downloaded ordered-float v5.0.0
[INFO] [stderr]   Downloaded moxcms v0.7.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b94151ac308c8e574331fc7bef5e99e1f6b5b2b91f5ecaaa7b2a9ef9e15b4892
[INFO] running `Command { std: "docker" "start" "b94151ac308c8e574331fc7bef5e99e1f6b5b2b91f5ecaaa7b2a9ef9e15b4892", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b94151ac308c8e574331fc7bef5e99e1f6b5b2b91f5ecaaa7b2a9ef9e15b4892", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b94151ac308c8e574331fc7bef5e99e1f6b5b2b91f5ecaaa7b2a9ef9e15b4892" "/opt/rustwide/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b94151ac308c8e574331fc7bef5e99e1f6b5b2b91f5ecaaa7b2a9ef9e15b4892", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b94151ac308c8e574331fc7bef5e99e1f6b5b2b91f5ecaaa7b2a9ef9e15b4892" "/opt/rustwide/cargo-home/bin/cargo" "+656a9da186dacaf3bf8f7f7296a825d256cb4ae3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]     Checking unicode-ident v1.0.19
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling xml-rs v0.8.27
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking accesskit v0.21.1
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]     Checking pxfm v0.1.25
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking syn v2.0.106
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking accesskit_consumer v0.30.1
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking epaint_default_fonts v0.33.0
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking flate2 v1.1.4
[INFO] [stderr]    Compiling rfd v0.15.4
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr] error: could not compile `pxfm` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/656a9da186dacaf3bf8f7f7296a825d256cb4ae3/bin/rustc --crate-name pxfm --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pxfm-0.1.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b567fdf11b6d8e9 -C extra-filename=-4015a66c94008029 --out-dir /opt/rustwide/target/debug/build/pxfm/4015a66c94008029/out --extern num_traits=/opt/rustwide/target/debug/build/num-traits/5926fbb98e608a95/out/libnum_traits-5926fbb98e608a95.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b94151ac308c8e574331fc7bef5e99e1f6b5b2b91f5ecaaa7b2a9ef9e15b4892", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b94151ac308c8e574331fc7bef5e99e1f6b5b2b91f5ecaaa7b2a9ef9e15b4892", kill_on_drop: false }`
[INFO] [stdout] b94151ac308c8e574331fc7bef5e99e1f6b5b2b91f5ecaaa7b2a9ef9e15b4892
