[INFO] cloning repository https://github.com/tegmentum/stringcheese
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tegmentum/stringcheese" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftegmentum%2Fstringcheese", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftegmentum%2Fstringcheese'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dee4902261d1648afd83be0b205c9532c1e77bf4
[INFO] checking tegmentum/stringcheese against 47574b82ff3fe9b0a45ff65a4fe189e295ecb748 for pr-160780
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftegmentum%2Fstringcheese" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/tegmentum/stringcheese
[INFO] finished tweaking git repo https://github.com/tegmentum/stringcheese
[INFO] tweaked toml for git repo https://github.com/tegmentum/stringcheese written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tegmentum/stringcheese on toolchain 47574b82ff3fe9b0a45ff65a4fe189e295ecb748
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tegmentum/stringcheese 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" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] ab9075b6531663b52b196f3b394f535fa82769e5f07bb12706750065dbfa95e1
[INFO] running `Command { std: "docker" "start" "ab9075b6531663b52b196f3b394f535fa82769e5f07bb12706750065dbfa95e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab9075b6531663b52b196f3b394f535fa82769e5f07bb12706750065dbfa95e1", 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" "ab9075b6531663b52b196f3b394f535fa82769e5f07bb12706750065dbfa95e1" "/opt/rustwide/cargo-home/bin/cargo" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab9075b6531663b52b196f3b394f535fa82769e5f07bb12706750065dbfa95e1", 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" "ab9075b6531663b52b196f3b394f535fa82769e5f07bb12706750065dbfa95e1" "/opt/rustwide/cargo-home/bin/cargo" "+47574b82ff3fe9b0a45ff65a4fe189e295ecb748" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking stringcheese-core v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-core)
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]    Compiling linkme-impl v0.3.37
[INFO] [stderr]    Compiling linkme v0.3.37
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking aho-corasick v1.1.5
[INFO] [stderr]    Compiling zerocopy-derive v0.8.56
[INFO] [stderr]     Checking stringcheese-phonetic v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-phonetic)
[INFO] [stderr]    Compiling stringcheese-scud v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-scud)
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]    Compiling unicode-canonical-combining-class v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]     Checking tinyvec v1.12.0
[INFO] [stderr]    Compiling stringcheese-icu-plural v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-icu-plural)
[INFO] [stderr]     Checking stringcheese-icu-case v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-icu-case)
[INFO] [stderr]     Checking stringcheese-icu-datetime v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-icu-datetime)
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking stringcheese-icu-number v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-icu-number)
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling icu_casemap_data v1.5.1
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling unicode-general-category v1.1.0
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]     Checking stringcheese-compare v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-compare)
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]     Checking stringcheese-segment v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-segment)
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling stringcheese-fr v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-fr)
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking shlex v2.0.1
[INFO] [stderr]     Checking html-escape v0.2.15
[INFO] [stderr]     Checking stringcheese-ident v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-ident)
[INFO] [stderr]     Checking stringcheese-textsplit v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-textsplit)
[INFO] [stderr]     Checking stringcheese-cdc v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-cdc)
[INFO] [stderr]    Compiling stringcheese-ru v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-ru)
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking stringcheese-winnowing v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-winnowing)
[INFO] [stderr]     Checking stringcheese-ngram v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-ngram)
[INFO] [stderr]    Compiling wasmparser v0.230.0
[INFO] [stderr]    Compiling cc v1.4.2
[INFO] [stderr]    Compiling stringcheese-tr v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-tr)
[INFO] [stderr]     Checking stringcheese-icu-segment v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-icu-segment)
[INFO] [stderr]     Checking id-arena v2.3.0
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]    Compiling wasmtime-internal-core v47.0.3
[INFO] [stderr]    Compiling stringcheese-ja v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-ja)
[INFO] [stderr]    Compiling stringcheese-ar v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-ar)
[INFO] [stderr]     Checking stringcheese-escape v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-escape)
[INFO] [stderr]    Compiling cranelift-srcgen v0.134.3
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling cranelift-assembler-x64-meta v0.134.3
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling pulley-macros v47.0.3
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling cranelift-isle v0.134.3
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.134.3
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]    Compiling wasmtime-internal-versioned-export-macros v47.0.3
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]    Compiling object v0.39.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]     Checking bstr v1.13.1
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking fancy-regex v0.14.0
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking wasm-encoder v0.252.0
[INFO] [stderr]     Checking stringcheese-translit v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-translit)
[INFO] [stderr]    Compiling stringcheese-zh v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-zh)
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]     Checking globset v0.4.20
[INFO] [stderr]     Checking stringcheese-index v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-index)
[INFO] [stderr]     Checking stringcheese-pattern v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-pattern)
[INFO] [stderr]     Checking stringcheese-align v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-align)
[INFO] [stderr]     Checking cranelift-control v0.134.3
[INFO] [stderr]    Compiling io-lifetimes v2.0.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling io-lifetimes v3.0.1
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]     Checking wasmtime-internal-component-util v47.0.3
[INFO] [stderr]    Compiling wasmparser v0.252.0
[INFO] [stderr]    Compiling io-extras v0.19.0
[INFO] [stderr]    Compiling wasmtime-internal-unwinder v47.0.3
[INFO] [stderr]    Compiling cranelift-assembler-x64 v0.134.3
[INFO] [stderr]    Compiling cranelift-bitset v0.134.3
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling pulley-interpreter v47.0.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]    Compiling wasmtime-internal-fiber v47.0.3
[INFO] [stderr]     Checking gimli v0.33.0
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling wasmtime-internal-component-macro v47.0.3
[INFO] [stderr]    Compiling cap-primitives v4.0.2
[INFO] [stderr]     Checking stringcheese-lang v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-lang)
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking stringcheese-sr v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-sr)
[INFO] [stderr]     Checking stringcheese-uk v0.1.0 (/opt/rustwide/workdir/crates/stringcheese-uk)
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]    Compiling wasmtime-internal-cranelift v47.0.3
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking fs-set-times v0.20.3
[INFO] [stderr]     Checking rustix-linux-procfs v0.1.1
[INFO] [stderr]    Compiling wasmtime v47.0.3
[INFO] [stderr]     Checking ambient-authority v0.0.2
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr] error: could not compile `zerocopy` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/47574b82ff3fe9b0a45ff65a4fe189e295ecb748/bin/rustc --crate-name zerocopy --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.56/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="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=8605594fdff5ea89 -C extra-filename=-a92c610d003ce214 --out-dir /opt/rustwide/target/debug/build/zerocopy/a92c610d003ce214/out -L dependency=/opt/rustwide/target/debug/build/zerocopy-derive/65a505bb3797cd0d/out --extern zerocopy_derive=/opt/rustwide/target/debug/build/zerocopy-derive/65a505bb3797cd0d/out/libzerocopy_derive-65a505bb3797cd0d.so --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_be_1_87_0)' --check-cfg 'cfg(rust, values("1.87.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(zerocopy_inline_always)' --check-cfg 'cfg(zerocopy_unstable_ptr)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(no_fp_fmt_parse)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `wasmparser` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/47574b82ff3fe9b0a45ff65a4fe189e295ecb748/bin/rustc --crate-name wasmparser --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-0.252.0/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="component-model"' --cfg 'feature="features"' --cfg 'feature="simd"' --cfg 'feature="std"' --cfg 'feature="validate"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("component-model", "default", "features", "hash-collections", "prefer-btree-collections", "serde", "simd", "std", "try-op", "validate"))' -C metadata=2c080a0846c1d756 -C extra-filename=-970549cdfa142965 --out-dir /opt/rustwide/target/debug/build/wasmparser/970549cdfa142965/out -L dependency=/opt/rustwide/target/debug/build/bitflags/6bdc83ab26041556/out -L dependency=/opt/rustwide/target/debug/build/semver/6789efd54e033348/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/6bdc83ab26041556/out/libbitflags-6bdc83ab26041556.rmeta --extern semver=/opt/rustwide/target/debug/build/semver/6789efd54e033348/out/libsemver-6789efd54e033348.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ab9075b6531663b52b196f3b394f535fa82769e5f07bb12706750065dbfa95e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab9075b6531663b52b196f3b394f535fa82769e5f07bb12706750065dbfa95e1", kill_on_drop: false }`
[INFO] [stdout] ab9075b6531663b52b196f3b394f535fa82769e5f07bb12706750065dbfa95e1
