[INFO] cloning repository https://github.com/LogicMage/sinirust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LogicMage/sinirust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLogicMage%2Fsinirust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLogicMage%2Fsinirust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f5581a2c2575c31f33146fb987ae9d9704245724
[INFO] checking LogicMage/sinirust against master#55e86c996809902e8bbad512cfb4d2c18be446d9 for pr-153027
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLogicMage%2Fsinirust" "/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/LogicMage/sinirust
[INFO] finished tweaking git repo https://github.com/LogicMage/sinirust
[INFO] tweaked toml for git repo https://github.com/LogicMage/sinirust written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LogicMage/sinirust on toolchain 55e86c996809902e8bbad512cfb4d2c18be446d9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+55e86c996809902e8bbad512cfb4d2c18be446d9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LogicMage/sinirust 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" "+55e86c996809902e8bbad512cfb4d2c18be446d9" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+55e86c996809902e8bbad512cfb4d2c18be446d9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8ff8295533b7ba9f442f62ef1ae8a045f3112805b049a5200d2801d7958e22f6
[INFO] running `Command { std: "docker" "start" "-a" "8ff8295533b7ba9f442f62ef1ae8a045f3112805b049a5200d2801d7958e22f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8ff8295533b7ba9f442f62ef1ae8a045f3112805b049a5200d2801d7958e22f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ff8295533b7ba9f442f62ef1ae8a045f3112805b049a5200d2801d7958e22f6", kill_on_drop: false }`
[INFO] [stdout] 8ff8295533b7ba9f442f62ef1ae8a045f3112805b049a5200d2801d7958e22f6
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+55e86c996809902e8bbad512cfb4d2c18be446d9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c872b85137b2b5e078253ebef676b735d262c1ca3f7ca8a7bc3d387085778ad
[INFO] running `Command { std: "docker" "start" "-a" "1c872b85137b2b5e078253ebef676b735d262c1ca3f7ca8a7bc3d387085778ad", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling zerocopy v0.8.38
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]     Checking const_panic v0.2.15
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking uuid v1.20.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling erased-serde v0.4.9
[INFO] [stderr]     Checking bevy_ptr v0.18.0
[INFO] [stderr]     Checking async-executor v1.13.3
[INFO] [stderr]     Checking bumpalo v3.19.1
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.9
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking sysinfo v0.37.2
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking stackfuture v0.3.1
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking euclid v0.22.13
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking ruzstd v0.8.2
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]    Compiling naga v27.0.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling wayland-sys v0.31.8
[INFO] [stderr]    Compiling bevy_macro_utils v0.18.0
[INFO] [stderr]    Compiling encase_derive_impl v0.12.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling wgpu-hal v27.0.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]    Compiling wgpu-core v27.0.3
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling wayland-backend v0.3.12
[INFO] [stderr]    Compiling wayland-client v0.31.12
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling wgpu v27.0.1
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.8
[INFO] [stderr]     Checking offset-allocator v0.2.0
[INFO] [stderr]     Checking fontdb v0.23.0
[INFO] [stderr]     Checking rangemap v1.7.1
[INFO] [stderr]     Checking unicode-script v0.5.8
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking self_cell v1.2.2
[INFO] [stderr]     Checking linebender_resource_handle v0.1.1
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]     Checking alsa-sys v0.3.1
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking libudev-sys v0.1.4
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking grid v1.0.0
[INFO] [stderr]    Compiling gilrs v0.11.1
[INFO] [stderr]     Checking taffy v0.9.2
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.38
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling encase_derive v0.12.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling bevy_reflect_derive v0.18.0
[INFO] [stderr]    Compiling variadics_please v1.1.0
[INFO] [stderr]    Compiling assert_type_match v0.1.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.18.0
[INFO] [stderr]    Compiling bevy_derive v0.18.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking nix v0.30.1
[INFO] [stderr]     Checking ctrlc v3.5.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking encase v0.12.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking glam v0.30.10
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]    Compiling bevy_asset_macros v0.18.0
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking wgpu-types v27.0.1
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking bevy_platform v0.18.0
[INFO] [stderr]     Checking bevy_utils v0.18.0
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking ron v0.12.0
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking ktx2 v0.4.0
[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.2.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking font-types v0.10.1
[INFO] [stderr]    Compiling bevy_encase_derive v0.18.0
[INFO] [stderr]     Checking read-fonts v0.36.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking hexasphere v16.0.0
[INFO] [stderr]     Checking read-fonts v0.35.0
[INFO] [stderr]    Compiling bevy_render_macros v0.18.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking bevy_reflect v0.18.0
[INFO] [stderr]     Checking bevy_tasks v0.18.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking wayland-protocols v0.32.10
[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/55e86c996809902e8bbad512cfb4d2c18be446d9/bin/rustc --crate-name naga --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/naga-27.0.3/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 '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="hlsl-out"' --cfg 'feature="spv-out"' --cfg 'feature="termcolor"' --cfg 'feature="wgsl-in"' --cfg 'feature="wgsl-out"' --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=f7bcf3050fb11486 -C extra-filename=-2946df34fa51ea6e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-82e2984eeba4b5e7.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-40368bff516c393e.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-97105b29d2909686.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-eb12e58d357b3e3e.rmeta --extern codespan_reporting=/opt/rustwide/target/debug/deps/libcodespan_reporting-0a6541fa35c4ddd6.rmeta --extern half=/opt/rustwide/target/debug/deps/libhalf-8e16be2707b098ef.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-c384af08604c4cf9.rmeta --extern hexf_parse=/opt/rustwide/target/debug/deps/libhexf_parse-367c87a07def22a5.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-60840ece51256741.rmeta --extern libm=/opt/rustwide/target/debug/deps/liblibm-5e8955daa4aeb7a9.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-57da737062b8577b.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-f3f0ed73d16cbd1e.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-ae6adb75b563e3dd.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-d4ed3f60bf0246aa.rmeta --extern spirv=/opt/rustwide/target/debug/deps/libspirv-b7a3c8e7e7fea19c.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-56f72cd7c5a4ec19.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-5180cc5cff8638fe.rmeta --cap-lints allow --cap-lints=forbid --cfg hlsl_out --cfg spv_out --cfg wgsl_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" "1c872b85137b2b5e078253ebef676b735d262c1ca3f7ca8a7bc3d387085778ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c872b85137b2b5e078253ebef676b735d262c1ca3f7ca8a7bc3d387085778ad", kill_on_drop: false }`
[INFO] [stdout] 1c872b85137b2b5e078253ebef676b735d262c1ca3f7ca8a7bc3d387085778ad
