[INFO] cloning repository https://github.com/RutaTang/Clew
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RutaTang/Clew" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRutaTang%2FClew", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRutaTang%2FClew'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e3a1ffe828ed87380a01259016115e8f6db7db69
[INFO] checking RutaTang/Clew against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRutaTang%2FClew" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RutaTang/Clew
[INFO] finished tweaking git repo https://github.com/RutaTang/Clew
[INFO] tweaked toml for git repo https://github.com/RutaTang/Clew written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RutaTang/Clew 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/RutaTang/Clew 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-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 3269d4b755f2657a2abf1b9a2f01316abbc88714751d92ac18f9e3bf80c83b9a
[INFO] running `Command { std: "docker" "start" "3269d4b755f2657a2abf1b9a2f01316abbc88714751d92ac18f9e3bf80c83b9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3269d4b755f2657a2abf1b9a2f01316abbc88714751d92ac18f9e3bf80c83b9a", 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" "3269d4b755f2657a2abf1b9a2f01316abbc88714751d92ac18f9e3bf80c83b9a" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3269d4b755f2657a2abf1b9a2f01316abbc88714751d92ac18f9e3bf80c83b9a", 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" "3269d4b755f2657a2abf1b9a2f01316abbc88714751d92ac18f9e3bf80c83b9a" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling tree-sitter-language v0.1.7
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking zlib-rs v0.6.6
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]    Compiling wayland-client v0.31.14
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking regex-automata v0.4.15
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tinyvec v1.12.0
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling rand v0.8.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking fontdb v0.23.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking hybrid-array v0.4.13
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]     Checking winnow v1.0.4
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking euclid v0.22.14
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling pest v2.8.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling bytemuck_derive v1.11.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.54
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking bytemuck v1.25.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling regex v1.13.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling bstr v1.13.0
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling globset v0.4.19
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]    Compiling pest_meta v2.8.7
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking rustc-hash v2.1.3
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling pest_generator v2.8.7
[INFO] [stderr]     Checking rustls-pki-types v1.15.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]    Compiling ignore v0.4.29
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking font-types v0.10.1
[INFO] [stderr]     Checking font-types v0.11.3
[INFO] [stderr]     Checking wayland-protocols v0.32.13
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]    Compiling built v0.8.1
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]     Checking iced_core v0.14.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking read-fonts v0.39.2
[INFO] [stderr]     Checking read-fonts v0.35.0
[INFO] [stderr]    Compiling pest_derive v2.8.7
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking lyon_geom v1.0.19
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling pulp v0.22.3
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling clew-protocol v0.1.0 (/opt/rustwide/workdir/crates/clew-protocol)
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking bitstream-io v4.10.0
[INFO] [stderr]     Checking lyon_path v1.0.19
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]    Compiling tree-sitter v0.26.11
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]    Compiling tera v1.20.1
[INFO] [stderr]     Checking grep-matcher v0.1.9
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]     Checking pulp-wasm-simd-flag v0.1.1
[INFO] [stderr]     Checking imgref v1.12.2
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling inotify-sys v0.1.8
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking reborrow v0.5.5
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking encoding_rs_io v0.1.7
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking iced_futures v0.14.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]     Checking webpki-roots v1.0.8
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking skrifa v0.42.1
[INFO] [stderr]     Checking skrifa v0.37.0
[INFO] [stderr]     Checking harfrust v0.3.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]    Compiling tree-sitter-json v0.24.8
[INFO] [stderr]    Compiling tree-sitter-yaml v0.7.2
[INFO] [stderr]    Compiling tree-sitter-python v0.25.0
[INFO] [stderr]    Compiling tree-sitter-c v0.24.2
[INFO] [stderr]    Compiling tree-sitter-dart-orchard v0.5.0
[INFO] [stderr]    Compiling tree-sitter-javascript v0.25.0
[INFO] [stderr]     Checking swash v0.2.9
[INFO] [stderr]    Compiling tree-sitter-typescript v0.23.2
[INFO] [stderr]    Compiling tree-sitter-go v0.25.0
[INFO] [stderr]    Compiling tree-sitter-bash v0.25.1
[INFO] [stderr]    Compiling tree-sitter-java v0.23.5
[INFO] [stderr]    Compiling tree-sitter-toml-ng v0.7.0
[INFO] [stderr]    Compiling tree-sitter-css v0.25.0
[INFO] [stderr]    Compiling tree-sitter-zig v1.1.2
[INFO] [stderr]    Compiling tree-sitter-html v0.23.2
[INFO] [stderr]    Compiling tree-sitter-rust v0.24.2
[INFO] [stderr]    Compiling tree-sitter-cpp v0.23.4
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.1
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking avif-serialize v0.8.9
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling tokei v12.1.2
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking crc-catalog v2.5.0
[INFO] [stderr]     Checking humantime v2.4.0
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking pxfm v0.1.30
[INFO] [stderr]     Checking fax v0.2.7
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]     Checking exr v1.74.2
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking naga v27.0.3
[INFO] [stderr]     Checking cosmic-text v0.15.0
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking dirs v3.0.2
[INFO] [stderr]     Checking dashmap v4.0.2
[INFO] [stderr]     Checking gpu-alloc v0.6.2
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking grep-searcher v0.1.17
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]    Compiling zvariant_utils v3.5.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking wgpu-types v27.0.1
[INFO] [stderr] error: could not compile `x11rb-protocol` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name x11rb_protocol --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.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="randr"' --cfg 'feature="render"' --cfg 'feature="resource_manager"' --cfg 'feature="shape"' --cfg 'feature="shm"' --cfg 'feature="std"' --cfg 'feature="xfixes"' --cfg 'feature="xinput"' --cfg 'feature="xkb"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-extensions", "composite", "damage", "dbe", "default", "dpms", "dri2", "dri3", "extra-traits", "glx", "present", "randr", "record", "render", "request-parsing", "res", "resource_manager", "screensaver", "serde", "shape", "shm", "std", "sync", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc"))' -C metadata=10b688cf4c5209f1 -C extra-filename=-87ee30dc605dc360 --out-dir /opt/rustwide/target/debug/build/x11rb-protocol/87ee30dc605dc360/out --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-27.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 --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=9b171ab0a4663bac -C extra-filename=-55130029a13bee12 --out-dir /opt/rustwide/target/debug/build/naga/55130029a13bee12/out -L dependency=/opt/rustwide/target/debug/build/arrayvec/6514fbe103c4fe79/out -L dependency=/opt/rustwide/target/debug/build/bit-set/c8d80f1f131eb3cb/out -L dependency=/opt/rustwide/target/debug/build/bit-vec/9fd05e59115b2ed0/out -L dependency=/opt/rustwide/target/debug/build/bitflags/42a213aab8397fad/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/codespan-reporting/ab8ec89adfa62eaf/out -L dependency=/opt/rustwide/target/debug/build/equivalent/d23b026399a51038/out -L dependency=/opt/rustwide/target/debug/build/foldhash/7cc0e6b6b64910e8/out -L dependency=/opt/rustwide/target/debug/build/half/04a1de1afdd468da/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/1ff293044ac6a4a8/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/801e49f6e72ca727/out -L dependency=/opt/rustwide/target/debug/build/hexf-parse/3a3e3f1940ae3db2/out -L dependency=/opt/rustwide/target/debug/build/indexmap/5cd8f496451fc958/out -L dependency=/opt/rustwide/target/debug/build/libm/89e5b3015da8f563/out -L dependency=/opt/rustwide/target/debug/build/log/55ad662771f624ae/out -L dependency=/opt/rustwide/target/debug/build/num-traits/db5824db52a73596/out -L dependency=/opt/rustwide/target/debug/build/once_cell/6f8123b0c2eed634/out -L dependency=/opt/rustwide/target/debug/build/rustc-hash/9fa66660e2fa5ade/out -L dependency=/opt/rustwide/target/debug/build/spirv/b158c0b6ce3b5a3b/out -L dependency=/opt/rustwide/target/debug/build/thiserror/b9d7b0ab33af404b/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/940c0cb2a3f218ca/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/3becac50809745ee/out -L dependency=/opt/rustwide/target/debug/build/unicode-width/831b79c958a0d7a0/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/172d3e594cdb65b2/out -L dependency=/opt/rustwide/target/debug/build/zerocopy-derive/10f314edc01de35a/out --extern arrayvec=/opt/rustwide/target/debug/build/arrayvec/6514fbe103c4fe79/out/libarrayvec-6514fbe103c4fe79.rmeta --extern bit_set=/opt/rustwide/target/debug/build/bit-set/c8d80f1f131eb3cb/out/libbit_set-c8d80f1f131eb3cb.rmeta --extern bitflags=/opt/rustwide/target/debug/build/bitflags/42a213aab8397fad/out/libbitflags-42a213aab8397fad.rmeta --extern cfg_if=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out/libcfg_if-190c9021fd162845.rmeta --extern codespan_reporting=/opt/rustwide/target/debug/build/codespan-reporting/ab8ec89adfa62eaf/out/libcodespan_reporting-ab8ec89adfa62eaf.rmeta --extern half=/opt/rustwide/target/debug/build/half/04a1de1afdd468da/out/libhalf-04a1de1afdd468da.rmeta --extern hashbrown=/opt/rustwide/target/debug/build/hashbrown/801e49f6e72ca727/out/libhashbrown-801e49f6e72ca727.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/5cd8f496451fc958/out/libindexmap-5cd8f496451fc958.rmeta --extern libm=/opt/rustwide/target/debug/build/libm/89e5b3015da8f563/out/liblibm-89e5b3015da8f563.rmeta --extern log=/opt/rustwide/target/debug/build/log/55ad662771f624ae/out/liblog-55ad662771f624ae.rmeta --extern num_traits=/opt/rustwide/target/debug/build/num-traits/db5824db52a73596/out/libnum_traits-db5824db52a73596.rmeta --extern once_cell=/opt/rustwide/target/debug/build/once_cell/6f8123b0c2eed634/out/libonce_cell-6f8123b0c2eed634.rmeta --extern rustc_hash=/opt/rustwide/target/debug/build/rustc-hash/9fa66660e2fa5ade/out/librustc_hash-9fa66660e2fa5ade.rmeta --extern spirv=/opt/rustwide/target/debug/build/spirv/b158c0b6ce3b5a3b/out/libspirv-b158c0b6ce3b5a3b.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/b9d7b0ab33af404b/out/libthiserror-b9d7b0ab33af404b.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/3becac50809745ee/out/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" "3269d4b755f2657a2abf1b9a2f01316abbc88714751d92ac18f9e3bf80c83b9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3269d4b755f2657a2abf1b9a2f01316abbc88714751d92ac18f9e3bf80c83b9a", kill_on_drop: false }`
[INFO] [stdout] 3269d4b755f2657a2abf1b9a2f01316abbc88714751d92ac18f9e3bf80c83b9a
