[INFO] fetching crate wgpu-ffx 0.1.0...
[INFO] testing wgpu-ffx-0.1.0 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate wgpu-ffx 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate wgpu-ffx 0.1.0
[INFO] finished tweaking crates.io crate wgpu-ffx 0.1.0
[INFO] tweaked toml for crates.io crate wgpu-ffx 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wgpu-ffx 0.1.0 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wgpu-ffx 0.1.0 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 83e014b4389201865c0d9c55b0bc9b957b032e3cd3fcdbaaaa3f4e985cf53a59
[INFO] running `Command { std: "docker" "start" "83e014b4389201865c0d9c55b0bc9b957b032e3cd3fcdbaaaa3f4e985cf53a59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "83e014b4389201865c0d9c55b0bc9b957b032e3cd3fcdbaaaa3f4e985cf53a59", 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" "83e014b4389201865c0d9c55b0bc9b957b032e3cd3fcdbaaaa3f4e985cf53a59" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "83e014b4389201865c0d9c55b0bc9b957b032e3cd3fcdbaaaa3f4e985cf53a59", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "83e014b4389201865c0d9c55b0bc9b957b032e3cd3fcdbaaaa3f4e985cf53a59" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling bit-vec v0.9.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling naga v29.0.1
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling raw-window-handle v0.6.2
[INFO] [stderr]    Compiling codespan-reporting v0.13.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling wgpu-hal v29.0.1
[INFO] [stderr]    Compiling wgpu-core v29.0.1
[INFO] [stderr]    Compiling wgpu v29.0.1
[INFO] [stderr]    Compiling pollster v0.4.0
[INFO] [stderr]    Compiling spirv v0.4.0+sdk-1.4.341.0
[INFO] [stderr]    Compiling wgpu-ffx-shaders-spv v0.1.0
[INFO] [stderr]    Compiling bit-set v0.9.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling wgpu-types v29.0.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling wgpu-naga-bridge v29.0.1
[INFO] [stderr]    Compiling wgpu-core-deps-windows-linux-android v29.0.0
[INFO] [stderr]    Compiling wgpu-ffx v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.02s
[INFO] running `Command { std: "docker" "inspect" "83e014b4389201865c0d9c55b0bc9b957b032e3cd3fcdbaaaa3f4e985cf53a59", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "83e014b4389201865c0d9c55b0bc9b957b032e3cd3fcdbaaaa3f4e985cf53a59" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling naga v29.0.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling wgpu-hal v29.0.1
[INFO] [stderr]    Compiling gpu-descriptor-types v0.2.0
[INFO] [stderr]    Compiling presser v0.3.1
[INFO] [stderr]    Compiling wgpu-core v29.0.1
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling ordered-float v5.3.0
[INFO] [stderr]    Compiling wgpu v29.0.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling gpu-descriptor v0.3.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling wgpu-naga-bridge v29.0.1
[INFO] [stderr]    Compiling gpu-allocator v0.28.0
[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/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name naga --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/naga-29.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="hlsl-out"' --cfg 'feature="spv-in"' --cfg 'feature="spv-out"' --cfg 'feature="termcolor"' --cfg 'feature="wgsl-in"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "deserialize", "dot-out", "fs", "glsl-in", "glsl-out", "hlsl-out", "hlsl-out-if-target-windows", "msl-out", "msl-out-if-target-apple", "serialize", "spv-in", "spv-out", "stderr", "termcolor", "wgsl-in", "wgsl-out"))' -C metadata=252e9bee0285337c -C extra-filename=-0ca7fa04bbf1e0f7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-c7dde542da3995d2.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-2c8d5e6fdea4cf4a.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-6f28739f8eecf78f.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-83060ec5685761ae.rmeta --extern codespan_reporting=/opt/rustwide/target/debug/deps/libcodespan_reporting-8dd497fb4acf6b14.rmeta --extern half=/opt/rustwide/target/debug/deps/libhalf-f4bc4389672244bc.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-63a892cc2d36a2f0.rmeta --extern hexf_parse=/opt/rustwide/target/debug/deps/libhexf_parse-72d4824186d79465.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-547a76f659172a21.rmeta --extern libm=/opt/rustwide/target/debug/deps/liblibm-24398d5f7d3c709c.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-f16ce4b64309590f.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-b96db861beb95b5a.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-9d045526a262399f.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-12151082915e93e0.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-4072dcbc9d7bd172.rmeta --extern spirv=/opt/rustwide/target/debug/deps/libspirv-d2199c5ce1c44672.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-6954d9e1e936f812.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-1996c11fff15f062.rmeta --cap-lints allow --cap-lints=warn --cfg hlsl_out --cfg spv_out --cfg std --check-cfg 'cfg(dot_out)' --check-cfg 'cfg(glsl_out)' --check-cfg 'cfg(hlsl_out)' --check-cfg 'cfg(msl_out)' --check-cfg 'cfg(spv_out)' --check-cfg 'cfg(wgsl_out)' --check-cfg 'cfg(std)' --check-cfg 'cfg(no_std)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "83e014b4389201865c0d9c55b0bc9b957b032e3cd3fcdbaaaa3f4e985cf53a59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83e014b4389201865c0d9c55b0bc9b957b032e3cd3fcdbaaaa3f4e985cf53a59", kill_on_drop: false }`
[INFO] [stdout] 83e014b4389201865c0d9c55b0bc9b957b032e3cd3fcdbaaaa3f4e985cf53a59
