[INFO] cloning repository https://github.com/ChenWoChong/hello-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ChenWoChong/hello-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChenWoChong%2Fhello-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChenWoChong%2Fhello-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cb3afacb99686b08a494ae108b22199691247f49
[INFO] checking ChenWoChong/hello-rust against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChenWoChong%2Fhello-rust" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ChenWoChong/hello-rust
[INFO] finished tweaking git repo https://github.com/ChenWoChong/hello-rust
[INFO] tweaked toml for git repo https://github.com/ChenWoChong/hello-rust written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ChenWoChong/hello-rust on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ChenWoChong/hello-rust 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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror-impl v2.0.15
[INFO] [stderr]   Downloaded hyper-rustls v0.27.6
[INFO] [stderr]   Downloaded thiserror v2.0.15
[INFO] [stderr]   Downloaded clap-cargo v0.15.2
[INFO] [stderr]   Downloaded polars-sql v0.33.2
[INFO] [stderr]   Downloaded node-sys v0.4.2
[INFO] [stderr]   Downloaded polars-time v0.33.2
[INFO] [stderr]   Downloaded polars-pipe v0.33.2
[INFO] [stderr]   Downloaded polars-ops v0.33.2
[INFO] [stderr]   Downloaded polars-io v0.33.2
[INFO] [stderr]   Downloaded polars-lazy v0.33.2
[INFO] [stderr]   Downloaded photon-rs v0.3.3
[INFO] [stderr]   Downloaded webpki-roots v1.0.0
[INFO] [stderr]   Downloaded async-compression v0.4.23
[INFO] [stderr]   Downloaded polars-core v0.33.2
[INFO] [stderr]   Downloaded imageproc v0.25.0
[INFO] [stderr]   Downloaded polars-arrow v0.33.2
[INFO] [stderr]   Downloaded polars v0.33.2
[INFO] [stderr]   Downloaded sqlparser v0.36.1
[INFO] [stderr]   Downloaded polars-plan v0.33.2
[INFO] [stderr]   Downloaded sqlparser v0.10.0
[INFO] [stderr]   Downloaded html2md v0.2.15
[INFO] [stderr]   Downloaded prettyplease v0.2.33
[INFO] [stderr]   Downloaded polars-row v0.33.2
[INFO] [stderr]   Downloaded hash_hasher v2.0.4
[INFO] [stderr]   Downloaded polars-error v0.33.2
[INFO] [stderr]   Downloaded nalgebra v0.30.1
[INFO] [stderr]   Downloaded polars-utils v0.33.2
[INFO] [stderr]   Downloaded xml5ever v0.18.1
[INFO] [stderr]   Downloaded markup5ever_rcdom v0.3.0
[INFO] [stderr]   Downloaded lru v0.14.0
[INFO] [stderr]   Downloaded perlin2d v0.2.6
[INFO] [stderr]   Downloaded hyper-util v0.1.13
[INFO] [stderr]   Downloaded async-prost v0.4.0
[INFO] [stderr]   Downloaded polars-json v0.33.2
[INFO] [stderr]   Downloaded value-trait v0.6.1
[INFO] [stderr]   Downloaded quinn-udp v0.5.12
[INFO] [stderr]   Downloaded arrow2 v0.18.0
[INFO] [stderr]   Downloaded imageproc v0.23.0
[INFO] [stderr]   Downloaded simd-json v0.10.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dafafea8b18f5b5e98a31eb0180708741b6112e53c3917b2f1735c49a35e0604
[INFO] running `Command { std: "docker" "start" "-a" "dafafea8b18f5b5e98a31eb0180708741b6112e53c3917b2f1735c49a35e0604", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dafafea8b18f5b5e98a31eb0180708741b6112e53c3917b2f1735c49a35e0604", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dafafea8b18f5b5e98a31eb0180708741b6112e53c3917b2f1735c49a35e0604", kill_on_drop: false }`
[INFO] [stdout] dafafea8b18f5b5e98a31eb0180708741b6112e53c3917b2f1735c49a35e0604
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd94c37be82140533436426441e402cc80781bb9c618e66b302212f775bccc2b
[INFO] running `Command { std: "docker" "start" "-a" "dd94c37be82140533436426441e402cc80781bb9c618e66b302212f775bccc2b", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling serde_core v1.0.224
[INFO] [stderr]    Compiling serde v1.0.224
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.224
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking lexical-util v0.8.5
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]    Compiling prettyplease v0.2.33
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]     Checking bytemuck v1.23.0
[INFO] [stderr]     Checking flate2 v1.1.1
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]    Compiling arrow2 v0.18.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling cc v1.2.24
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]     Checking lexical-write-integer v0.8.5
[INFO] [stderr]     Checking lexical-parse-integer v0.8.6
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking lexical-write-float v0.8.5
[INFO] [stderr]     Checking lexical-parse-float v0.8.5
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking hash_hasher v2.0.4
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]     Checking dyn-clone v1.0.19
[INFO] [stderr]     Checking ethnum v1.5.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking brotli v8.0.1
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking lexical-core v0.8.5
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking webpki-roots v1.0.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling polars-utils v0.33.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]    Compiling polars-arrow v0.33.2
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling polars-core v0.33.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling thiserror v2.0.15
[INFO] [stderr]     Checking clap_builder v4.5.44
[INFO] [stderr]     Checking halfbrown v0.2.5
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.15
[INFO] [stderr]    Compiling polars-ops v0.33.2
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking comfy-table v7.1.4
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling multiversion-macros v0.7.4
[INFO] [stderr]     Checking value-trait v0.6.1
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]     Checking argminmax v0.6.3
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]     Checking simd-json v0.10.7
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling prost-derive v0.10.1
[INFO] [stderr]    Compiling prost-types v0.14.1
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking now v0.1.3
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking h2 v0.4.10
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]     Checking sled v0.34.7
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]     Checking lexical v6.1.1
[INFO] [stderr]     Checking multiversion v0.7.4
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking clap v4.5.45
[INFO] [stderr]     Checking memmap2 v0.7.1
[INFO] [stderr]    Compiling polars-plan v0.33.2
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking wide v0.7.32
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling polars-lazy v0.33.2
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling prost-build v0.14.1
[INFO] [stderr]     Checking prost v0.10.4
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling markup5ever v0.12.1
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking async-prost v0.4.0
[INFO] [stderr]    Compiling polars v0.33.2
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking string_cache v0.8.9
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]     Checking colored v3.0.0
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking av1-grain v0.2.4
[INFO] [stderr]    Compiling kv1 v0.1.0 (/opt/rustwide/workdir/kv1)
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking rustls-webpki v0.103.3
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]     Checking sqlparser v0.10.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling html5ever v0.27.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking simba v0.7.3
[INFO] [stderr]     Checking rav1e v0.7.1
[INFO] [stderr]     Checking jsonxf v1.1.1
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking clap-cargo v0.15.2
[INFO] [stderr]     Checking js-sys v0.3.77
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]    Compiling palette v0.6.1
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]     Checking custom_derive v0.1.7
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking hyper-util v0.1.13
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]     Checking conv v0.3.3
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]     Checking polars-error v0.33.2
[INFO] [stderr]     Checking rand_distr v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking polars-row v0.33.2
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]     Checking criterion-plot v0.6.0
[INFO] [stderr]     Checking xml5ever v0.18.1
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling palette_derive v0.6.1
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking time-core v0.1.4
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking criterion v0.7.0
[INFO] [stderr] error: could not compile `clang-sys` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/779e19d8baa3e3625bd4fc5c85cbb2ad47b43155/bin/rustc --crate-name clang_sys --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.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 --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=79139f30452bf57b -C extra-filename=-f30840c4dd2a8c1b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern glob=/opt/rustwide/target/debug/deps/libglob-2a70d14a7a68e908.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-6641fccae7f27ad3.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-8f50ec7ed293fa45.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "dd94c37be82140533436426441e402cc80781bb9c618e66b302212f775bccc2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd94c37be82140533436426441e402cc80781bb9c618e66b302212f775bccc2b", kill_on_drop: false }`
[INFO] [stdout] dd94c37be82140533436426441e402cc80781bb9c618e66b302212f775bccc2b
