[INFO] fetching crate cucumber-reporter 0.2.13... [INFO] testing cucumber-reporter-0.2.13 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate cucumber-reporter 0.2.13 into /workspace/builds/worker-0-tc2/source [INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate cucumber-reporter 0.2.13 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate cucumber-reporter 0.2.13 [INFO] tweaked toml for crates.io crate cucumber-reporter 0.2.13 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cucumber-reporter 0.2.13 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate cucumber-reporter 0.2.13 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd1a0cd9039fbf49b1b162150da1f2309c29859f8c32491397c013c6179b46f7 [INFO] running `Command { std: "docker" "start" "-a" "bd1a0cd9039fbf49b1b162150da1f2309c29859f8c32491397c013c6179b46f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd1a0cd9039fbf49b1b162150da1f2309c29859f8c32491397c013c6179b46f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd1a0cd9039fbf49b1b162150da1f2309c29859f8c32491397c013c6179b46f7", kill_on_drop: false }` [INFO] [stdout] bd1a0cd9039fbf49b1b162150da1f2309c29859f8c32491397c013c6179b46f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b4ab4d0e732fa7610ced65409e6312266cc7d55a01fabe4e565bdd38748b613 [INFO] running `Command { std: "docker" "start" "-a" "5b4ab4d0e732fa7610ced65409e6312266cc7d55a01fabe4e565bdd38748b613", kill_on_drop: false }` [INFO] [stderr] Compiling once_cell v1.21.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling bstr v1.11.3 [INFO] [stderr] Compiling dtoa v1.0.10 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling rkyv v0.7.45 [INFO] [stderr] Compiling outref v0.1.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling simd-abstraction v0.7.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling dtoa-short v0.3.5 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling bumpalo v3.17.0 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling rustix v1.0.3 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling parcel_selectors v0.28.1 [INFO] [stderr] Compiling matches v0.1.10 [INFO] [stderr] Compiling seahash v4.1.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling data-url v0.1.1 [INFO] [stderr] Compiling base64-simd v0.7.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling sealed v0.5.0 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling cssparser v0.33.0 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling vlq v0.5.1 [INFO] [stderr] Compiling linux-raw-sys v0.9.3 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling synthez-core v0.3.1 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling data-encoding v2.8.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling parse-js v0.20.1 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling pest v2.7.15 [INFO] [stderr] Compiling cssparser-color v0.1.0 [INFO] [stderr] Compiling peg-runtime v0.6.3 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling synthez-codegen v0.3.1 [INFO] [stderr] Compiling nom_locate v4.2.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling terminal_size v0.4.2 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling typed-builder-macro v0.15.2 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling peg-macros v0.6.3 [INFO] [stderr] Compiling minify-js v0.6.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling derive_more v0.99.19 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling pest_meta v2.7.15 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling smawk v0.3.2 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling tokio v1.44.1 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling peg v0.6.3 [INFO] [stderr] Compiling clap_builder v4.5.32 [INFO] [stderr] Compiling typed-builder v0.15.2 [INFO] [stderr] Compiling synthez v0.3.1 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling num-modular v0.6.1 [INFO] [stderr] Compiling pest_generator v2.7.15 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling globset v0.4.16 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling derive_builder v0.20.2 [INFO] [stderr] Compiling num-order v1.2.0 [INFO] [stderr] Compiling rust-embed-utils v8.6.0 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling pest_derive v2.7.15 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling smart-default v0.7.1 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling inventory v0.3.20 [INFO] [stderr] Compiling ptr_meta_derive v0.1.4 [INFO] [stderr] Compiling rkyv_derive v0.7.45 [INFO] [stderr] Compiling const-str-proc-macro v0.3.2 [INFO] [stderr] Compiling lightningcss-derive v1.0.0-alpha.43 [INFO] [stderr] Compiling drain_filter_polyfill v0.1.3 [INFO] [stderr] Compiling cucumber-expressions v0.3.0 [INFO] [stderr] Compiling ptr_meta v0.1.4 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling filenamify v0.1.2 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling clap v4.5.32 [INFO] [stderr] Compiling const-str v0.3.2 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling lazy-regex-proc_macros v3.4.1 [INFO] [stderr] Compiling rust-embed-impl v8.6.0 [INFO] [stderr] Compiling cucumber-codegen v0.21.1 [INFO] [stderr] Compiling lazy-regex v3.4.1 [INFO] [stderr] Compiling minify-html-common v0.0.2 [INFO] [stderr] Compiling gherkin v0.14.0 [INFO] [stderr] Compiling rust-embed v8.6.0 [INFO] [stderr] Compiling handlebars v6.3.2 [INFO] [stderr] Compiling cucumber v0.21.1 [INFO] [stderr] Compiling parcel_sourcemap v2.1.1 [INFO] [stderr] Compiling lightningcss v1.0.0-alpha.65 [INFO] [stderr] error: could not compile `lightningcss` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name lightningcss --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type rlib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bundler"' --cfg 'feature="dashmap"' --cfg 'feature="default"' --cfg 'feature="grid"' --cfg 'feature="nodejs"' --cfg 'feature="parcel_sourcemap"' --cfg 'feature="rayon"' --cfg 'feature="sourcemap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atty", "browserslist", "browserslist-rs", "bundler", "clap", "cli", "dashmap", "default", "grid", "into_owned", "jemallocator", "jsonschema", "nodejs", "parcel_sourcemap", "rayon", "schemars", "serde", "serde_json", "sourcemap", "static-self", "substitute_variables", "visitor"))' -C metadata=e8ddb3b514ec7195 -C extra-filename=-e9bf5f726e0d873b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-0f54e3d5c4524f8a.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-ed14f9adc59d0039.rmeta --extern const_str=/opt/rustwide/target/debug/deps/libconst_str-3f31c60716a69d84.rmeta --extern cssparser=/opt/rustwide/target/debug/deps/libcssparser-c343e0fa63af9bdb.rmeta --extern cssparser_color=/opt/rustwide/target/debug/deps/libcssparser_color-a8d740e083e79ada.rmeta --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-7a08f92ef505bc1d.rmeta --extern data_encoding=/opt/rustwide/target/debug/deps/libdata_encoding-7a6b9f2550631dbf.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-7b5db887a64378d2.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-85cbcf7363c7c824.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-3674be3f4245d19b.rmeta --extern lightningcss_derive=/opt/rustwide/target/debug/deps/liblightningcss_derive-c087d2753122c8c2.so --extern parcel_selectors=/opt/rustwide/target/debug/deps/libparcel_selectors-1bc6358339b588c6.rmeta --extern parcel_sourcemap=/opt/rustwide/target/debug/deps/libparcel_sourcemap-8a837d4ef71c96a8.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-8ce5605c29654631.so --extern pathdiff=/opt/rustwide/target/debug/deps/libpathdiff-b1bdb9abfb98ec14.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-4138ddad4907af2e.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-d3f6972b59e713b5.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-30eacafc4b541cda.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `minify-html-common` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name minify_html_common --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/minify-html-common-0.0.2/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cfe4afbffe5debd -C extra-filename=-5bc38ee55b63d1ce --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-a31c3c3ee797759b.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-3674be3f4245d19b.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-53b28fca1243bcf4.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-61722fad59b5c085.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "5b4ab4d0e732fa7610ced65409e6312266cc7d55a01fabe4e565bdd38748b613", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b4ab4d0e732fa7610ced65409e6312266cc7d55a01fabe4e565bdd38748b613", kill_on_drop: false }` [INFO] [stdout] 5b4ab4d0e732fa7610ced65409e6312266cc7d55a01fabe4e565bdd38748b613