[INFO] cloning repository https://github.com/maratik123/quartzite [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maratik123/quartzite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaratik123%2Fquartzite", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaratik123%2Fquartzite'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a96e64d385c2add7994c9e420906099988b6d2e3 [INFO] checking maratik123/quartzite against try#b152f5575a2ac7126ae0019e4e679abe9399213e for pr-157841 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaratik123%2Fquartzite" "/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/maratik123/quartzite [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/maratik123/quartzite [INFO] tweaked toml for git repo https://github.com/maratik123/quartzite written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/maratik123/quartzite on toolchain b152f5575a2ac7126ae0019e4e679abe9399213e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/maratik123/quartzite 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" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 980d1d73725c07f238b5e8b1b59bdb772262ce19b03cac2827186b3f90c3f233 [INFO] running `Command { std: "docker" "start" "980d1d73725c07f238b5e8b1b59bdb772262ce19b03cac2827186b3f90c3f233", 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" "980d1d73725c07f238b5e8b1b59bdb772262ce19b03cac2827186b3f90c3f233" "/opt/rustwide/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "980d1d73725c07f238b5e8b1b59bdb772262ce19b03cac2827186b3f90c3f233", 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" "980d1d73725c07f238b5e8b1b59bdb772262ce19b03cac2827186b3f90c3f233" "/opt/rustwide/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling libm v0.2.16 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking hashbrown v0.17.1 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Compiling cc v1.2.62 [INFO] [stderr] Checking linebender_resource_handle v0.1.1 [INFO] [stderr] Compiling slotmap v1.1.1 [INFO] [stderr] Checking indexmap v2.14.0 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking either v1.16.0 [INFO] [stderr] Checking color v0.3.3 [INFO] [stderr] Checking polycool v0.4.0 [INFO] [stderr] Checking kurbo v0.13.1 [INFO] [stderr] Checking rayon v1.12.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking peniko v0.6.1 [INFO] [stderr] Checking quartzite-test-helpers v0.1.0 (/opt/rustwide/workdir/quartzite-test-helpers) [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Checking unicode-ident v1.0.24 [INFO] [stderr] Compiling alloca v0.4.0 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Compiling toml_edit v0.25.11+spec-1.1.0 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking page_size v0.6.0 [INFO] [stderr] Compiling proc-macro-crate v3.5.0 [INFO] [stderr] Checking futures-core v0.3.32 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Compiling wayland-backend v0.3.15 [INFO] [stderr] Checking criterion-plot v0.8.2 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Compiling semver v1.0.28 [INFO] [stderr] Compiling quick-xml v0.39.4 [INFO] [stderr] Checking clap v4.6.1 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Checking jiff v0.2.27 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Checking env_filter v1.0.1 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking writeable v0.6.3 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling naga v29.0.3 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling wayland-scanner v0.31.10 [INFO] [stderr] Checking bit-vec v0.9.1 [INFO] [stderr] Checking litemap v0.8.2 [INFO] [stderr] Checking bit-set v0.9.1 [INFO] [stderr] Checking codespan-reporting v0.13.1 [INFO] [stderr] Checking spirv v0.4.0+sdk-1.4.341.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking futures-timer v3.0.4 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling enumflags2_derive v0.7.12 [INFO] [stderr] Compiling quartzite-macros v0.1.0 (/opt/rustwide/workdir/quartzite-macros) [INFO] [stderr] Compiling zerocopy-derive v0.8.48 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Checking enumflags2 v0.7.12 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Checking quartzite-core v0.1.0 (/opt/rustwide/workdir/quartzite-core) [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Checking quartzite-event-types v0.1.0 (/opt/rustwide/workdir/quartzite-event-types) [INFO] [stderr] Checking env_logger v0.11.10 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Checking zerofrom v0.1.8 [INFO] [stderr] Compiling profiling-procmacros v1.0.18 [INFO] [stderr] Checking yoke v0.8.2 [INFO] [stderr] Checking font-types v0.11.3 [INFO] [stderr] Checking quartzite-geometry v0.1.0 (/opt/rustwide/workdir/quartzite-geometry) [INFO] [stderr] Checking quartzite-runtime v0.1.0 (/opt/rustwide/workdir/quartzite-runtime) [INFO] [stderr] Checking quartzite-paint-api v0.1.0 (/opt/rustwide/workdir/quartzite-paint-api) [INFO] [stderr] Checking quartzite-events v0.1.0 (/opt/rustwide/workdir/quartzite-events) [INFO] [stderr] Checking zerovec v0.11.6 [INFO] [stderr] Checking quartzite-paint v0.1.0 (/opt/rustwide/workdir/quartzite-paint) [INFO] [stderr] Checking profiling v1.0.18 [INFO] [stderr] Checking wayland-client v0.31.14 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Checking read-fonts v0.39.2 [INFO] [stderr] Checking equator v0.4.2 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking zerotrie v0.2.4 [INFO] [stderr] Checking tinystr v0.8.3 [INFO] [stderr] Checking icu_locale_core v2.2.0 [INFO] [stderr] Checking potential_utf v0.1.5 [INFO] [stderr] Checking icu_collections v2.2.0 [INFO] [stderr] Checking aligned-vec v0.6.4 [INFO] [stderr] Checking wgpu-types v29.0.3 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking icu_provider v2.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling wgpu-hal v29.0.3 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Checking presser v0.3.1 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Checking gpu-allocator v0.28.0 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Checking v_frame v0.3.9 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking wayland-protocols v0.32.12 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking khronos-egl v6.0.0 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking as-slice v0.2.1 [INFO] [stderr] Checking ordered-float v5.3.0 [INFO] [stderr] Checking memmap2 v0.9.10 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking glow v0.17.0 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Compiling icu_locale_data v2.2.0 [INFO] [stderr] Checking unty v0.0.4 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking criterion v0.8.2 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling av-scenechange v0.14.1 [INFO] [stderr] Compiling built v0.8.1 [INFO] [stderr] Compiling log v0.4.30 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling bitflags v2.11.1 [INFO] [stderr] Compiling rav1e v0.8.1 [INFO] [stderr] Checking skrifa v0.42.1 [INFO] [stderr] Checking bincode v2.0.1 [INFO] [stderr] Checking aligned v0.4.3 [INFO] [stderr] Checking calloop v0.13.0 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling wgpu-core v29.0.3 [INFO] [stderr] Checking rstest v0.26.1 [INFO] [stderr] Compiling yeslogic-fontconfig-sys v6.0.1 [INFO] [stderr] Checking euclid v0.22.14 [INFO] [stderr] Checking nom v8.0.0 [INFO] [stderr] Checking no_std_io2 v0.9.4 [INFO] [stderr] Checking svg_fmt v0.4.5 [INFO] [stderr] Checking y4m v0.8.0 [INFO] [stderr] Compiling pastey v0.1.1 [INFO] [stderr] Compiling icu_segmenter_data v2.2.0 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking guillotiere v0.7.0 [INFO] [stderr] Checking wayland-cursor v0.31.14 [INFO] [stderr] Checking bitstream-io v4.10.0 [INFO] [stderr] Checking calloop-wayland-source v0.3.0 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Checking wayland-protocols-wlr v0.3.12 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Compiling wgpu v29.0.3 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Checking imgref v1.12.1 [INFO] [stderr] Checking weezl v0.1.12 [INFO] [stderr] Checking zune-core v0.5.1 [INFO] [stderr] Checking png v0.18.1 [INFO] [stderr] Checking loop9 v0.1.5 [INFO] [stderr] Checking vello_encoding v0.9.0 [INFO] [stderr] Checking icu_properties v2.2.0 [INFO] [stderr] Checking zune-jpeg v0.5.15 [INFO] [stderr] Checking smithay-client-toolkit v0.19.2 [INFO] [stderr] Checking icu_locale v2.2.0 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking av1-grain v0.2.5 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking core_maths v0.1.1 [INFO] [stderr] Checking avif-serialize v0.8.9 [INFO] [stderr] Checking rgb v0.8.53 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking fax v0.2.7 [INFO] [stderr] Compiling erased-serde v0.4.10 [INFO] [stderr] Checking pxfm v0.1.29 [INFO] [stderr] Checking lebe v0.5.3 [INFO] [stderr] Checking x11rb-protocol v0.13.2 [INFO] [stderr] Checking bit_field v0.10.3 [INFO] [stderr] Checking byteorder-lite v0.1.0 [INFO] [stderr] Checking parlance v0.1.0 [INFO] [stderr] Checking sctk-adwaita v0.10.1 [INFO] [stderr] Checking fontique v0.9.0 [INFO] [stderr] Checking image-webp v0.2.4 [INFO] [stderr] Checking exr v1.74.0 [INFO] [stderr] Checking tiff v0.11.3 [INFO] [stderr] Checking gif v0.14.2 [INFO] [stderr] Checking icu_segmenter v2.2.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/b152f5575a2ac7126ae0019e4e679abe9399213e/bin/rustc --crate-name naga --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/naga-29.0.3/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 '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --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=193f47257e99877a -C extra-filename=-077f2902bfdfa1ff --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-1f38f4cdaedc0719.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-21daa6e5d6ce74c6.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-77a38ef0a5ab383c.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-9c7f9eb9639deea5.rmeta --extern codespan_reporting=/opt/rustwide/target/debug/deps/libcodespan_reporting-a1a04a04d9be65d0.rmeta --extern half=/opt/rustwide/target/debug/deps/libhalf-0b16dba4e84ac465.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-34fe85a93d583fc8.rmeta --extern hexf_parse=/opt/rustwide/target/debug/deps/libhexf_parse-2db24cf7a24ae0d5.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-ae3cffb19a6d7315.rmeta --extern libm=/opt/rustwide/target/debug/deps/liblibm-65be4dc95cc7fbb2.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-8de78b9ed72b2e6a.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-d25964b76a5d7fe7.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-e7324593321ca94b.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-d2f7d60c9b9385e5.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b2be294ce5c85964.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-8c98a1a0e58216a9.rmeta --cap-lints allow --cap-lints=forbid --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] [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/b152f5575a2ac7126ae0019e4e679abe9399213e/bin/rustc --crate-name naga --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/naga-29.0.3/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 '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="glsl-out"' --cfg 'feature="hlsl-out"' --cfg 'feature="spv-out"' --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=6f3848c76921b44e -C extra-filename=-f69b40ba928b25ec --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-30751d79791e52e6.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-998860a14a3de5ef.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-8622a36d4a1f0c04.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-190c9021fd162845.rmeta --extern codespan_reporting=/opt/rustwide/target/debug/deps/libcodespan_reporting-6bbeca9e277070a3.rmeta --extern half=/opt/rustwide/target/debug/deps/libhalf-2ef7dea41bf4f264.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-0351dbc9c736718e.rmeta --extern hexf_parse=/opt/rustwide/target/debug/deps/libhexf_parse-3a3e3f1940ae3db2.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-d88649cbc1324722.rmeta --extern libm=/opt/rustwide/target/debug/deps/liblibm-89e5b3015da8f563.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-5bff93ec286af320.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-db5824db52a73596.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-6f8123b0c2eed634.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-9fa66660e2fa5ade.rmeta --extern spirv=/opt/rustwide/target/debug/deps/libspirv-cd9c3478abc1cc2f.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-70e04d34eb6a7b94.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-3becac50809745ee.rmeta --cap-lints allow --cap-lints=forbid --cfg glsl_out --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] running `Command { std: "docker" "inspect" "980d1d73725c07f238b5e8b1b59bdb772262ce19b03cac2827186b3f90c3f233", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "980d1d73725c07f238b5e8b1b59bdb772262ce19b03cac2827186b3f90c3f233", kill_on_drop: false }` [INFO] [stdout] 980d1d73725c07f238b5e8b1b59bdb772262ce19b03cac2827186b3f90c3f233