[INFO] cloning repository https://github.com/chendaohan/bevy_games
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chendaohan/bevy_games" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchendaohan%2Fbevy_games", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchendaohan%2Fbevy_games'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6148aa217535674ade28afe5de10b9fceb425fb1
[INFO] checking chendaohan/bevy_games against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchendaohan%2Fbevy_games" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/chendaohan/bevy_games
[INFO] finished tweaking git repo https://github.com/chendaohan/bevy_games
[INFO] tweaked toml for git repo https://github.com/chendaohan/bevy_games written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chendaohan/bevy_games on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chendaohan/bevy_games 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ff980d343b0c072bdcc896e9e7b9d897317d38711ee134e54cdea37e6c00dfd5
[INFO] running `Command { std: "docker" "start" "ff980d343b0c072bdcc896e9e7b9d897317d38711ee134e54cdea37e6c00dfd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff980d343b0c072bdcc896e9e7b9d897317d38711ee134e54cdea37e6c00dfd5", 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" "ff980d343b0c072bdcc896e9e7b9d897317d38711ee134e54cdea37e6c00dfd5" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff980d343b0c072bdcc896e9e7b9d897317d38711ee134e54cdea37e6c00dfd5", 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" "ff980d343b0c072bdcc896e9e7b9d897317d38711ee134e54cdea37e6c00dfd5" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling serde v1.0.214
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling winnow v0.6.18
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking libloading v0.8.5
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling syn v2.0.85
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling typeid v1.0.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]    Compiling cc v1.1.21
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]     Checking bevy_ptr v0.14.2
[INFO] [stderr]    Compiling uuid v1.10.0
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling toml_edit v0.22.21
[INFO] [stderr]     Checking bevy_tasks v0.14.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]    Compiling wgpu-core v0.21.1
[INFO] [stderr]    Compiling wayland-sys v0.31.5
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking constant_time_eq v0.3.1
[INFO] [stderr]     Checking flate2 v1.0.33
[INFO] [stderr]    Compiling wgpu v0.20.1
[INFO] [stderr]     Checking const_panic v0.2.9
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]     Checking sysinfo v0.30.13
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]     Checking ruzstd v0.7.2
[INFO] [stderr]    Compiling wayland-client v0.31.6
[INFO] [stderr]     Checking ttf-parser v0.24.1
[INFO] [stderr]    Compiling quick-xml v0.36.2
[INFO] [stderr]     Checking radsort v0.1.1
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]     Checking alsa-sys v0.3.1
[INFO] [stderr]    Compiling winit v0.30.5
[INFO] [stderr]    Compiling bevy_macro_utils v0.14.2
[INFO] [stderr]    Compiling encase_derive_impl v0.8.0
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking inotify v0.10.2
[INFO] [stderr]     Checking owned_ttf_parser v0.24.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.5
[INFO] [stderr]     Checking libudev-sys v0.1.4
[INFO] [stderr]     Checking ab_glyph v0.2.28
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking glyph_brush_layout v0.2.4
[INFO] [stderr]    Compiling gilrs v0.10.10
[INFO] [stderr]     Checking taffy v0.5.2
[INFO] [stderr]    Compiling blake3 v1.5.4
[INFO] [stderr]    Compiling wayland-backend v0.3.7
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking epaint_default_fonts v0.29.1
[INFO] [stderr]     Checking crossbeam-queue v0.3.11
[INFO] [stderr]     Checking ordered-float v4.2.2
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]    Compiling bevy_egui v0.30.0
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking webbrowser v1.0.2
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking pretty-type-name v1.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.214
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling bytemuck_derive v1.7.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.14.2
[INFO] [stderr]    Compiling bevy_reflect_derive v0.14.2
[INFO] [stderr]    Compiling bevy_ecs_macros v0.14.2
[INFO] [stderr]    Compiling bevy_derive v0.14.2
[INFO] [stderr]    Compiling encase_derive v0.8.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling bevy_asset_macros v0.14.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling bevy_encase_derive v0.14.2
[INFO] [stderr]    Compiling bevy_render_macros v0.14.2
[INFO] [stderr]     Checking bytemuck v1.18.0
[INFO] [stderr]     Checking image v0.25.2
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]    Compiling bevy_gizmos_macros v0.14.2
[INFO] [stderr]    Compiling gltf-derive v1.4.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling bevy_state_macros v0.14.2
[INFO] [stderr]     Checking safe_arch v0.7.2
[INFO] [stderr]     Checking wide v0.7.28
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]     Checking emath v0.29.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking ecolor v0.29.1
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]     Checking epaint v0.29.1
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr]     Checking egui v0.29.1
[INFO] [stderr]    Compiling bevy-inspector-egui-derive v0.27.0
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling avian_derive v0.1.0
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking glam v0.27.0
[INFO] [stderr]     Checking bevy_utils v0.14.2
[INFO] [stderr]     Checking erased-serde v0.4.5
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking wgpu-types v0.20.0
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.0
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking nix v0.29.0
[INFO] [stderr]     Checking gilrs-core v0.5.15
[INFO] [stderr]     Checking spade v2.12.1
[INFO] [stderr]     Checking encase v0.8.0
[INFO] [stderr]     Checking hexasphere v12.0.0
[INFO] [stderr]     Checking bevy_mikktspace v0.14.2
[INFO] [stderr]     Checking bevy_reflect v0.14.2
[INFO] [stderr]     Checking naga v0.20.0
[INFO] [stderr]     Checking gltf-json v1.4.1
[INFO] [stderr]     Checking nalgebra v0.33.0
[INFO] [stderr]     Checking cpal v0.15.3
[INFO] [stderr]     Checking nalgebra v0.32.6
[INFO] [stderr]     Checking rodio v0.18.1
[INFO] [stderr]     Checking gltf v1.4.1
[INFO] [stderr]     Checking polling v3.7.3
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking bevy_ecs v0.14.2
[INFO] [stderr]     Checking bevy_math v0.14.2
[INFO] [stderr]     Checking arboard v3.4.1
[INFO] [stderr]     Checking wayland-protocols v0.32.4
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.6
[INFO] [stderr] error: could not compile `nalgebra` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name nalgebra --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nalgebra-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="convert-glam027"' --cfg 'feature="default"' --cfg 'feature="glam027"' --cfg 'feature="libm"' --cfg 'feature="macros"' --cfg 'feature="matrixmultiply"' --cfg 'feature="nalgebra-macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alga", "alloc", "arbitrary", "bytemuck", "compare", "convert-bytemuck", "convert-glam014", "convert-glam015", "convert-glam016", "convert-glam017", "convert-glam018", "convert-glam019", "convert-glam020", "convert-glam021", "convert-glam022", "convert-glam023", "convert-glam024", "convert-glam025", "convert-glam027", "convert-glam028", "convert-mint", "debug", "default", "glam014", "glam015", "glam016", "glam017", "glam018", "glam019", "glam020", "glam021", "glam022", "glam023", "glam024", "glam025", "glam027", "glam028", "io", "libm", "libm-force", "macros", "matrixcompare-core", "matrixmultiply", "mint", "nalgebra-macros", "pest", "pest_derive", "proptest", "proptest-support", "quickcheck", "rand", "rand-no-std", "rand-package", "rand_distr", "rayon", "rkyv", "rkyv-safe-deser", "rkyv-serialize", "rkyv-serialize-no-std", "serde", "serde-serialize", "serde-serialize-no-std", "slow-tests", "sparse", "std"))' -C metadata=949ad417929ca16d -C extra-filename=-e856d01c09a4dfff --out-dir /opt/rustwide/target/debug/build/nalgebra/e856d01c09a4dfff/out -L dependency=/opt/rustwide/target/debug/build/approx/f61e0be01deee5e6/out -L dependency=/opt/rustwide/target/debug/build/bytemuck/0cde709191904ea3/out -L dependency=/opt/rustwide/target/debug/build/bytemuck_derive/bfa3c25a3c7fb1eb/out -L dependency=/opt/rustwide/target/debug/build/byteorder/2c1b2f5d055f2d9e/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/9e2f955f07d6e36d/out -L dependency=/opt/rustwide/target/debug/build/getrandom/ff4b1df10b2db50c/out -L dependency=/opt/rustwide/target/debug/build/glam/5cd010faa1e12926/out -L dependency=/opt/rustwide/target/debug/build/libc/a320dee662302955/out -L dependency=/opt/rustwide/target/debug/build/libm/daad1cf5213cd2f3/out -L dependency=/opt/rustwide/target/debug/build/matrixmultiply/b63f78e641cb0b7e/out -L dependency=/opt/rustwide/target/debug/build/nalgebra-macros/f265b4d7b65169ba/out -L dependency=/opt/rustwide/target/debug/build/num-complex/15911adef4d8fa71/out -L dependency=/opt/rustwide/target/debug/build/num-integer/aae762abb45628a9/out -L dependency=/opt/rustwide/target/debug/build/num-rational/803212d617a1bac6/out -L dependency=/opt/rustwide/target/debug/build/num-traits/def56ac55fbeaae2/out -L dependency=/opt/rustwide/target/debug/build/paste/51423dbe95593d58/out -L dependency=/opt/rustwide/target/debug/build/ppv-lite86/675dfc1a733c74d2/out -L dependency=/opt/rustwide/target/debug/build/rand/7e0a3988d532776d/out -L dependency=/opt/rustwide/target/debug/build/rand_chacha/16197a0bec2a4841/out -L dependency=/opt/rustwide/target/debug/build/rand_core/345e3ca8d408a842/out -L dependency=/opt/rustwide/target/debug/build/rawpointer/ced6536cb19d2925/out -L dependency=/opt/rustwide/target/debug/build/safe_arch/9cd82495e33f7b91/out -L dependency=/opt/rustwide/target/debug/build/serde/941f961f28c6fd19/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/bd72d843af2de9a1/out -L dependency=/opt/rustwide/target/debug/build/simba/23c248c57b0ffbe8/out -L dependency=/opt/rustwide/target/debug/build/typenum/99226249f8cabce0/out -L dependency=/opt/rustwide/target/debug/build/wide/9c75d74246cd2556/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/8d2251e4d40466dc/out -L dependency=/opt/rustwide/target/debug/build/zerocopy-derive/a5f567182f768a25/out --extern approx=/opt/rustwide/target/debug/build/approx/f61e0be01deee5e6/out/libapprox-f61e0be01deee5e6.rmeta --extern glam027=/opt/rustwide/target/debug/build/glam/5cd010faa1e12926/out/libglam-5cd010faa1e12926.rmeta --extern matrixmultiply=/opt/rustwide/target/debug/build/matrixmultiply/b63f78e641cb0b7e/out/libmatrixmultiply-b63f78e641cb0b7e.rmeta --extern nalgebra_macros=/opt/rustwide/target/debug/build/nalgebra-macros/f265b4d7b65169ba/out/libnalgebra_macros-f265b4d7b65169ba.so --extern num_complex=/opt/rustwide/target/debug/build/num-complex/15911adef4d8fa71/out/libnum_complex-15911adef4d8fa71.rmeta --extern num_rational=/opt/rustwide/target/debug/build/num-rational/803212d617a1bac6/out/libnum_rational-803212d617a1bac6.rmeta --extern num_traits=/opt/rustwide/target/debug/build/num-traits/def56ac55fbeaae2/out/libnum_traits-def56ac55fbeaae2.rmeta --extern simba=/opt/rustwide/target/debug/build/simba/23c248c57b0ffbe8/out/libsimba-23c248c57b0ffbe8.rmeta --extern typenum=/opt/rustwide/target/debug/build/typenum/99226249f8cabce0/out/libtypenum-99226249f8cabce0.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 `naga` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name naga --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/naga-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="compact"' --cfg 'feature="default"' --cfg 'feature="glsl-out"' --cfg 'feature="hexf-parse"' --cfg 'feature="hlsl-out"' --cfg 'feature="msl-out"' --cfg 'feature="petgraph"' --cfg 'feature="spirv"' --cfg 'feature="spv-in"' --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", "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=24605bc154ab64f8 -C extra-filename=-72ad6337cebcfb03 --out-dir /opt/rustwide/target/debug/build/naga/72ad6337cebcfb03/out -L dependency=/opt/rustwide/target/debug/build/ahash/beec78b6da7fd5af/out -L dependency=/opt/rustwide/target/debug/build/allocator-api2/0b7b02d9402f9cab/out -L dependency=/opt/rustwide/target/debug/build/arrayvec/3ade83afb40fbeda/out -L dependency=/opt/rustwide/target/debug/build/bit-set/5efed513583c9015/out -L dependency=/opt/rustwide/target/debug/build/bit-vec/54b554cc179b22db/out -L dependency=/opt/rustwide/target/debug/build/bitflags/706af10276274bd9/out -L dependency=/opt/rustwide/target/debug/build/byteorder/2c1b2f5d055f2d9e/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/9e2f955f07d6e36d/out -L dependency=/opt/rustwide/target/debug/build/codespan-reporting/ec922903471926e3/out -L dependency=/opt/rustwide/target/debug/build/equivalent/5ab5423c7b12407b/out -L dependency=/opt/rustwide/target/debug/build/fixedbitset/a7387fdc1baeb522/out -L dependency=/opt/rustwide/target/debug/build/getrandom/ff4b1df10b2db50c/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/7bf523a21eefa7a9/out -L dependency=/opt/rustwide/target/debug/build/hexf-parse/367c87a07def22a5/out -L dependency=/opt/rustwide/target/debug/build/indexmap/920c63495d0f7bc3/out -L dependency=/opt/rustwide/target/debug/build/libc/a320dee662302955/out -L dependency=/opt/rustwide/target/debug/build/libm/daad1cf5213cd2f3/out -L dependency=/opt/rustwide/target/debug/build/log/6d4c137fc1246a93/out -L dependency=/opt/rustwide/target/debug/build/num-traits/def56ac55fbeaae2/out -L dependency=/opt/rustwide/target/debug/build/once_cell/41fdd5b22ab95b9c/out -L dependency=/opt/rustwide/target/debug/build/petgraph/8b90dee5e664f95c/out -L dependency=/opt/rustwide/target/debug/build/rustc-hash/d4ed3f60bf0246aa/out -L dependency=/opt/rustwide/target/debug/build/serde/941f961f28c6fd19/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/bd72d843af2de9a1/out -L dependency=/opt/rustwide/target/debug/build/spirv/9d2f8f3a05232f2c/out -L dependency=/opt/rustwide/target/debug/build/termcolor/009b01b1dad2d97f/out -L dependency=/opt/rustwide/target/debug/build/thiserror/6f3c4a8a49f12dba/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/71517cd5ec9640fb/out -L dependency=/opt/rustwide/target/debug/build/unicode-width/5c42f0a3b69b36e4/out -L dependency=/opt/rustwide/target/debug/build/unicode-xid/6675b721d2274907/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/8d2251e4d40466dc/out -L dependency=/opt/rustwide/target/debug/build/zerocopy-derive/a5f567182f768a25/out --extern arrayvec=/opt/rustwide/target/debug/build/arrayvec/3ade83afb40fbeda/out/libarrayvec-3ade83afb40fbeda.rmeta --extern bit_set=/opt/rustwide/target/debug/build/bit-set/5efed513583c9015/out/libbit_set-5efed513583c9015.rmeta --extern bitflags=/opt/rustwide/target/debug/build/bitflags/706af10276274bd9/out/libbitflags-706af10276274bd9.rmeta --extern codespan_reporting=/opt/rustwide/target/debug/build/codespan-reporting/ec922903471926e3/out/libcodespan_reporting-ec922903471926e3.rmeta --extern hexf_parse=/opt/rustwide/target/debug/build/hexf-parse/367c87a07def22a5/out/libhexf_parse-367c87a07def22a5.rmeta --extern indexmap=/opt/rustwide/target/debug/build/indexmap/920c63495d0f7bc3/out/libindexmap-920c63495d0f7bc3.rmeta --extern log=/opt/rustwide/target/debug/build/log/6d4c137fc1246a93/out/liblog-6d4c137fc1246a93.rmeta --extern num_traits=/opt/rustwide/target/debug/build/num-traits/def56ac55fbeaae2/out/libnum_traits-def56ac55fbeaae2.rmeta --extern petgraph=/opt/rustwide/target/debug/build/petgraph/8b90dee5e664f95c/out/libpetgraph-8b90dee5e664f95c.rmeta --extern rustc_hash=/opt/rustwide/target/debug/build/rustc-hash/d4ed3f60bf0246aa/out/librustc_hash-d4ed3f60bf0246aa.rmeta --extern spirv=/opt/rustwide/target/debug/build/spirv/9d2f8f3a05232f2c/out/libspirv-9d2f8f3a05232f2c.rmeta --extern termcolor=/opt/rustwide/target/debug/build/termcolor/009b01b1dad2d97f/out/libtermcolor-009b01b1dad2d97f.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/6f3c4a8a49f12dba/out/libthiserror-6f3c4a8a49f12dba.rmeta --extern unicode_xid=/opt/rustwide/target/debug/build/unicode-xid/6675b721d2274907/out/libunicode_xid-6675b721d2274907.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ff980d343b0c072bdcc896e9e7b9d897317d38711ee134e54cdea37e6c00dfd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff980d343b0c072bdcc896e9e7b9d897317d38711ee134e54cdea37e6c00dfd5", kill_on_drop: false }`
[INFO] [stdout] ff980d343b0c072bdcc896e9e7b9d897317d38711ee134e54cdea37e6c00dfd5
