[INFO] fetching crate rustynetics 0.1.3... [INFO] testing rustynetics-0.1.3 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate rustynetics 0.1.3 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate rustynetics 0.1.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate rustynetics 0.1.3 [INFO] tweaked toml for crates.io crate rustynetics 0.1.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rustynetics 0.1.3 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rustynetics 0.1.3 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 143997cf02c1b575eaf7aaa0e1576f3b882098df76593f72efc3546a8e6ac07d [INFO] running `Command { std: "docker" "start" "-a" "143997cf02c1b575eaf7aaa0e1576f3b882098df76593f72efc3546a8e6ac07d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "143997cf02c1b575eaf7aaa0e1576f3b882098df76593f72efc3546a8e6ac07d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "143997cf02c1b575eaf7aaa0e1576f3b882098df76593f72efc3546a8e6ac07d", kill_on_drop: false }` [INFO] [stdout] 143997cf02c1b575eaf7aaa0e1576f3b882098df76593f72efc3546a8e6ac07d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43f1ddf9a71932e02f7402a12199301b78323267a9da3fd8bc48fcc9d3ad83ce [INFO] running `Command { std: "docker" "start" "-a" "43f1ddf9a71932e02f7402a12199301b78323267a9da3fd8bc48fcc9d3ad83ce", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling bytes v1.8.0 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling libloading v0.8.2 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling clang-sys v1.7.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling frunk_core v0.4.2 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling bindgen v0.69.4 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling indexmap v2.2.5 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling pathfinder_simd v0.5.4 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling cc v1.1.13 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling tokio v1.39.3 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling yeslogic-fontconfig-sys v6.0.0 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling libm v0.2.9 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling subprocess v0.2.9 [INFO] [stderr] Compiling fdeflate v0.3.5 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling bigdecimal v0.4.5 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling openssl-sys v0.9.101 [INFO] [stderr] Compiling libz-sys v1.1.15 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling freetype-sys v0.20.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling rust_decimal v1.34.3 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling png v0.17.14 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling foldhash v0.1.3 [INFO] [stderr] Compiling darling_core v0.20.8 [INFO] [stderr] Compiling frunk_proc_macro_helpers v0.1.2 [INFO] [stderr] Compiling font-kit v0.14.2 [INFO] [stderr] Compiling bytemuck v1.19.0 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling proc-macro-crate v3.1.0 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling derive_utils v0.14.1 [INFO] [stderr] Compiling time v0.3.34 [INFO] [stderr] Compiling pathfinder_geometry v0.5.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling btoi v0.4.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling frunk_proc_macros v0.1.2 [INFO] [stderr] Compiling frunk_derives v0.4.2 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling crossbeam-channel v0.5.12 [INFO] [stderr] Compiling uuid v1.7.0 [INFO] [stderr] Compiling frunk v0.4.2 [INFO] [stderr] Compiling mysql v25.0.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling float-ord v0.3.2 [INFO] [stderr] Compiling rustls-pki-types v1.10.0 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling darling_macro v0.20.8 [INFO] [stderr] Compiling saturating v0.1.0 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Compiling darling v0.20.8 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling mysql-common-derive v0.31.1 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling clap_builder v4.5.15 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling plotters-bitmap v0.3.7 [INFO] [stderr] Compiling io-enum v1.1.3 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling pem v3.0.4 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] error: could not compile `bindgen` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.4/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="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=b207af2865b35f28 -C extra-filename=-ef68eb704e37d6a7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-862cf0f52b509d01.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-98bb6167d1ac9da6.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-de9f97c336ae1b6c.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-7841db635b9686cc.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-af860367908b8176.rmeta --extern lazycell=/opt/rustwide/target/debug/deps/liblazycell-089c1e2726d3acc9.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-703dfdb7066398e1.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-2bed5a3cf4677417.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-0c305731a85e246f.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-61722fad59b5c085.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-d42f9967807a45e2.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-7da5e6946503e261.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "43f1ddf9a71932e02f7402a12199301b78323267a9da3fd8bc48fcc9d3ad83ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43f1ddf9a71932e02f7402a12199301b78323267a9da3fd8bc48fcc9d3ad83ce", kill_on_drop: false }` [INFO] [stdout] 43f1ddf9a71932e02f7402a12199301b78323267a9da3fd8bc48fcc9d3ad83ce