[INFO] cloning repository https://github.com/windoze/autosub [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/windoze/autosub" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwindoze%2Fautosub", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwindoze%2Fautosub'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5ca9238de3b7841fdd6eb58c8abc7cb1346eaa8e [INFO] checking windoze/autosub against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for pr-133502-17 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwindoze%2Fautosub" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/windoze/autosub [INFO] finished tweaking git repo https://github.com/windoze/autosub [INFO] tweaked toml for git repo https://github.com/windoze/autosub written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/windoze/autosub on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/windoze/autosub 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" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 060eb188ad2716b8adb8ba2ee56dd612d3c14519c47715832caa7b3abd5e255e [INFO] running `Command { std: "docker" "start" "-a" "060eb188ad2716b8adb8ba2ee56dd612d3c14519c47715832caa7b3abd5e255e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "060eb188ad2716b8adb8ba2ee56dd612d3c14519c47715832caa7b3abd5e255e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "060eb188ad2716b8adb8ba2ee56dd612d3c14519c47715832caa7b3abd5e255e", kill_on_drop: false }` [INFO] [stdout] 060eb188ad2716b8adb8ba2ee56dd612d3c14519c47715832caa7b3abd5e255e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8893cf36845d7729caacf076b4781d431c4a41ded5797bf05066194296f4faf3 [INFO] running `Command { std: "docker" "start" "-a" "8893cf36845d7729caacf076b4781d431c4a41ded5797bf05066194296f4faf3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling cc v1.2.49 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking tracing-core v0.1.35 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking bytemuck v1.24.0 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Compiling pulp v0.21.5 [INFO] [stderr] Checking reborrow v0.5.5 [INFO] [stderr] Compiling dyn-stack-macros v0.1.3 [INFO] [stderr] Compiling seq-macro v0.3.6 [INFO] [stderr] Checking serde_json v1.0.145 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Checking rustls-pki-types v1.13.1 [INFO] [stderr] Checking raw-cpuid v11.6.0 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking yoke v0.8.1 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Checking dyn-stack v0.13.2 [INFO] [stderr] Checking tracing v0.1.43 [INFO] [stderr] Checking zerovec v0.11.5 [INFO] [stderr] Checking zerotrie v0.2.3 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking unicode-width v0.2.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling bindgen v0.72.1 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking tinystr v0.8.2 [INFO] [stderr] Checking potential_utf v0.1.4 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Checking icu_collections v2.1.1 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Checking icu_locale_core v2.1.1 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling zip v1.1.4 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking icu_provider v2.1.1 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking icu_properties v2.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Compiling onig_sys v69.9.1 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Checking num_enum v0.7.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking socket2 v0.6.1 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking signal-hook-registry v1.4.7 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking memmap2 v0.9.9 [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Checking safetensors v0.4.5 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [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/c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f/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=24ca2d3e903fe610 -C extra-filename=-4c548756b646c0a5 --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-62cbc03ed7f28b64.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-de43f9bf4e778113.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" "8893cf36845d7729caacf076b4781d431c4a41ded5797bf05066194296f4faf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8893cf36845d7729caacf076b4781d431c4a41ded5797bf05066194296f4faf3", kill_on_drop: false }` [INFO] [stdout] 8893cf36845d7729caacf076b4781d431c4a41ded5797bf05066194296f4faf3