[INFO] cloning repository https://github.com/yulingjie/test_game
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yulingjie/test_game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyulingjie%2Ftest_game", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyulingjie%2Ftest_game'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 08c2cfc072bf4561e1dddbc738ed1a446d75b0d2
[INFO] checking yulingjie/test_game against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyulingjie%2Ftest_game" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yulingjie/test_game
[INFO] finished tweaking git repo https://github.com/yulingjie/test_game
[INFO] tweaked toml for git repo https://github.com/yulingjie/test_game written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yulingjie/test_game on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yulingjie/test_game 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 23135ddd25a59dc8e5eeb579684b8690ea35da836dff60073986502aa98687b9
[INFO] running `Command { std: "docker" "start" "23135ddd25a59dc8e5eeb579684b8690ea35da836dff60073986502aa98687b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23135ddd25a59dc8e5eeb579684b8690ea35da836dff60073986502aa98687b9", 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" "23135ddd25a59dc8e5eeb579684b8690ea35da836dff60073986502aa98687b9" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "23135ddd25a59dc8e5eeb579684b8690ea35da836dff60073986502aa98687b9", 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" "23135ddd25a59dc8e5eeb579684b8690ea35da836dff60073986502aa98687b9" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling erased-serde v0.4.9
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking web-time v0.2.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking bevy_ptr v0.13.2
[INFO] [stderr]     Checking bevy_tasks v0.13.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking regex-syntax v0.8.9
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling wgpu-hal v0.19.5
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking accesskit v0.12.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]    Compiling bevy_macro_utils v0.13.2
[INFO] [stderr]    Compiling encase_derive_impl v0.7.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling wgpu-core v0.19.4
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking wgpu-types v0.19.2
[INFO] [stderr]     Checking glow v0.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.13.2
[INFO] [stderr]    Compiling bevy_reflect_derive v0.13.2
[INFO] [stderr]    Compiling bevy_ecs_macros v0.13.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling bevy_derive v0.13.2
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking naga v0.19.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking async-broadcast v0.5.1
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling bevy_asset_macros v0.13.2
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]    Compiling wgpu v0.19.4
[INFO] [stderr]    Compiling cranelift-isle v0.105.4
[INFO] [stderr]     Checking typewit v1.14.2
[INFO] [stderr]     Checking const_soft_float v0.1.4
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking const_panic v0.2.15
[INFO] [stderr]     Checking constgebra v0.1.4
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking glam v0.25.0
[INFO] [stderr]     Checking cranelift-entity v0.105.4
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking bevy_utils v0.13.2
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling encase_derive v0.7.0
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.105.4
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.105.4
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]    Compiling wasmtime-versioned-export-macros v18.0.4
[INFO] [stderr]     Checking ruzstd v0.5.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr] error: could not compile `naga` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65b20a97de33e9e59992793a144aef2950c48c76/bin/rustc --crate-name naga --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/naga-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone"' --cfg 'feature="compact"' --cfg 'feature="default"' --cfg 'feature="glsl-out"' --cfg 'feature="hexf-parse"' --cfg 'feature="hlsl-out"' --cfg 'feature="msl-out"' --cfg 'feature="spirv"' --cfg 'feature="spv-out"' --cfg 'feature="unicode-xid"' --cfg 'feature="wgsl-in"' --cfg 'feature="wgsl-out"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "clone", "compact", "default", "deserialize", "dot-out", "glsl-in", "glsl-out", "hexf-parse", "hlsl-out", "msl-out", "petgraph", "pp-rs", "serde", "serialize", "spirv", "spv-in", "spv-out", "unicode-xid", "wgsl-in", "wgsl-out"))' -C metadata=6769813da7481d25 -C extra-filename=-297144415ed55d3a --out-dir /opt/rustwide/target/debug/build/naga/297144415ed55d3a/out -L dependency=/opt/rustwide/target/debug/build/bit-set/7a538cba7513bac9/out -L dependency=/opt/rustwide/target/debug/build/bit-vec/a4cf44e657cff0d8/out -L dependency=/opt/rustwide/target/debug/build/bitflags/2a3535e330a79422/out -L dependency=/opt/rustwide/target/debug/build/codespan-reporting/8e05686bdaf08cc5/out -L dependency=/opt/rustwide/target/debug/build/equivalent/d23b026399a51038/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/d6527847c19413e5/out -L dependency=/opt/rustwide/target/debug/build/hexf-parse/3a3e3f1940ae3db2/out -L dependency=/opt/rustwide/target/debug/build/indexmap/dbe27a405d1ec6b0/out -L dependency=/opt/rustwide/target/debug/build/log/243a4081f8655140/out -L dependency=/opt/rustwide/target/debug/build/num-traits/5926fbb98e608a95/out -L dependency=/opt/rustwide/target/debug/build/rustc-hash/59ad630e9e58123f/out -L dependency=/opt/rustwide/target/debug/build/serde_core/3c925aec2ec92997/out -L dependency=/opt/rustwide/target/debug/build/spirv/1a7850d499ddf39b/out -L dependency=/opt/rustwide/target/debug/build/termcolor/3163ee63a16b7335/out -L dependency=/opt/rustwide/target/debug/build/thiserror/5da3943518ed67fd/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/dafbcec02191f8dc/out -L dependency=/opt/rustwide/target/debug/build/unicode-width/a2cad30f1b072f70/out -L dependency=/opt/rustwide/target/debug/build/unicode-xid/ee01a207c7c23c16/out --extern bit_set=/opt/rustwide/target/debug/build/bit-set/7a538cba7513bac9/out/libbit_set-7a538cba7513bac9.rmeta --extern bitflags=/opt/rustwide/target/debug/build/bitflags/2a3535e330a79422/out/libbitflags-2a3535e330a79422.rmeta --extern codespan_reporting=/opt/rustwide/target/debug/build/codespan-reporting/8e05686bdaf08cc5/out/libcodespan_reporting-8e05686bdaf08cc5.rmeta --extern hexf_parse=/opt/rustwide/target/debug/build/hexf-parse/3a3e3f1940ae3db2/out/libhexf_parse-3a3e3f1940ae3db2.rmeta --extern indexmap=/opt/rustwide/target/debug/build/indexmap/dbe27a405d1ec6b0/out/libindexmap-dbe27a405d1ec6b0.rmeta --extern log=/opt/rustwide/target/debug/build/log/243a4081f8655140/out/liblog-243a4081f8655140.rmeta --extern num_traits=/opt/rustwide/target/debug/build/num-traits/5926fbb98e608a95/out/libnum_traits-5926fbb98e608a95.rmeta --extern rustc_hash=/opt/rustwide/target/debug/build/rustc-hash/59ad630e9e58123f/out/librustc_hash-59ad630e9e58123f.rmeta --extern spirv=/opt/rustwide/target/debug/build/spirv/1a7850d499ddf39b/out/libspirv-1a7850d499ddf39b.rmeta --extern termcolor=/opt/rustwide/target/debug/build/termcolor/3163ee63a16b7335/out/libtermcolor-3163ee63a16b7335.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/5da3943518ed67fd/out/libthiserror-5da3943518ed67fd.rmeta --extern unicode_xid=/opt/rustwide/target/debug/build/unicode-xid/ee01a207c7c23c16/out/libunicode_xid-ee01a207c7c23c16.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ash` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65b20a97de33e9e59992793a144aef2950c48c76/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.37.3+1.3.251/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded"))' -C metadata=a1138be497b5f2b0 -C extra-filename=-4182438869de10ef --out-dir /opt/rustwide/target/debug/build/ash/4182438869de10ef/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/libloading/0a284e369c3e1101/out --extern libloading=/opt/rustwide/target/debug/build/libloading/0a284e369c3e1101/out/liblibloading-0a284e369c3e1101.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "23135ddd25a59dc8e5eeb579684b8690ea35da836dff60073986502aa98687b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23135ddd25a59dc8e5eeb579684b8690ea35da836dff60073986502aa98687b9", kill_on_drop: false }`
[INFO] [stdout] 23135ddd25a59dc8e5eeb579684b8690ea35da836dff60073986502aa98687b9
