[INFO] cloning repository https://github.com/garypen/towering [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/garypen/towering" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgarypen%2Ftowering", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgarypen%2Ftowering'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a239e132d7b82a4c4972f2c24494b4ba23f29b01 [INFO] checking garypen/towering against try#f77b5bc6c7c84df104f86b0dd01d9490e3923fa8 for pr-147834 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgarypen%2Ftowering" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/garypen/towering [INFO] finished tweaking git repo https://github.com/garypen/towering [INFO] tweaked toml for git repo https://github.com/garypen/towering written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/garypen/towering on toolchain f77b5bc6c7c84df104f86b0dd01d9490e3923fa8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/garypen/towering 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" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d0b8467cf9884d6f292ea0c4e1804fdf5ab97dfb880468f5374111d5e7f2e2db [INFO] running `Command { std: "docker" "start" "-a" "d0b8467cf9884d6f292ea0c4e1804fdf5ab97dfb880468f5374111d5e7f2e2db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d0b8467cf9884d6f292ea0c4e1804fdf5ab97dfb880468f5374111d5e7f2e2db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0b8467cf9884d6f292ea0c4e1804fdf5ab97dfb880468f5374111d5e7f2e2db", kill_on_drop: false }` [INFO] [stdout] d0b8467cf9884d6f292ea0c4e1804fdf5ab97dfb880468f5374111d5e7f2e2db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b07a035881af94d7f13973251fc26af42f317955b512cece9031458d64edda8 [INFO] running `Command { std: "docker" "start" "-a" "8b07a035881af94d7f13973251fc26af42f317955b512cece9031458d64edda8", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling cranelift-isle v0.110.2 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Compiling cranelift-codegen-shared v0.110.2 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling cranelift-codegen-meta v0.110.2 [INFO] [stderr] Checking bumpalo v3.16.0 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling io-lifetimes v2.0.3 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling cc v1.1.21 [INFO] [stderr] Checking arbitrary v1.3.2 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Checking slice-group-by v0.3.1 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling aws-lc-rs v1.9.0 [INFO] [stderr] Compiling io-extras v0.18.2 [INFO] [stderr] Checking rustls-pki-types v1.8.0 [INFO] [stderr] Checking cranelift-control v0.110.2 [INFO] [stderr] Compiling cmake v0.1.51 [INFO] [stderr] Compiling proc-macro-utils v0.10.0 [INFO] [stderr] Compiling cpp_demangle v0.4.4 [INFO] [stderr] Checking cobs v0.2.3 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling cap-primitives v3.3.0 [INFO] [stderr] Checking ambient-authority v0.0.2 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling aws-lc-sys v0.21.2 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling cranelift-codegen v0.110.2 [INFO] [stderr] Compiling ittapi-sys v0.4.0 [INFO] [stderr] Compiling manyhow-macros v0.11.4 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Checking uuid v1.10.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking mirai-annotations v1.12.0 [INFO] [stderr] Checking fs-set-times v0.20.1 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling wasmtime-versioned-export-macros v23.0.2 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Compiling pest v2.7.13 [INFO] [stderr] Checking winnow v0.6.20 [INFO] [stderr] Checking maybe-owned v0.3.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling pest_meta v2.7.13 [INFO] [stderr] Compiling wasmtime-fiber v23.0.2 [INFO] [stderr] Compiling prost-derive v0.13.3 [INFO] [stderr] Compiling wast v35.0.2 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling manyhow v0.11.4 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Checking cranelift-bitset v0.110.2 [INFO] [stderr] Checking tokio v1.40.0 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Checking cranelift-entity v0.110.2 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Checking gimli v0.28.1 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Checking wasmparser v0.212.0 [INFO] [stderr] Checking cranelift-bforest v0.110.2 [INFO] [stderr] Checking regalloc2 v0.9.3 [INFO] [stderr] Checking zstd v0.13.2 [INFO] [stderr] Checking object v0.36.4 [INFO] [stderr] Checking postcard v1.0.10 [INFO] [stderr] Checking tokio-util v0.7.12 [INFO] [stderr] Compiling proc-macro-crate v3.2.0 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking hdrhistogram v7.5.4 [INFO] [stderr] Checking rmp v0.8.14 [INFO] [stderr] Checking wasm-encoder v0.217.0 [INFO] [stderr] Checking wasm-encoder v0.212.0 [INFO] [stderr] Checking wasmtime-types v23.0.2 [INFO] [stderr] Checking wasmprinter v0.212.0 [INFO] [stderr] Checking wasmtime-component-util v23.0.2 [INFO] [stderr] Compiling wasmtime-cache v23.0.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling wasmtime-component-macro v23.0.2 [INFO] [stderr] Compiling rustls v0.23.13 [INFO] [stderr] Compiling cap-std v3.3.0 [INFO] [stderr] Checking tower v0.5.1 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking wasmtime-environ v23.0.2 [INFO] [stderr] Compiling wit-parser v0.212.0 [INFO] [stderr] Checking directories-next v2.0.0 [INFO] [stderr] Checking wast v217.0.0 [INFO] [stderr] Checking rmp-serde v1.3.0 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Compiling extism-convert-macros v1.7.0 [INFO] [stderr] Checking toml v0.8.19 [INFO] [stderr] Checking prost v0.13.3 [INFO] [stderr] Checking rayon-core v1.12.1 [INFO] [stderr] Compiling wasmtime-wit-bindgen v23.0.2 [INFO] [stderr] Compiling witx v0.9.1 [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/f77b5bc6c7c84df104f86b0dd01d9490e3923fa8/bin/rustc --crate-name wasmparser --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-0.212.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 --deny=unsafe_code '--allow=clippy::all' --cfg 'feature="std"' --cfg 'feature="validate"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no-hash-maps", "serde", "std", "validate"))' -C metadata=602869e9a54d49ee -C extra-filename=-4e91f46ac0195023 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-9582be6ba3c79041.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e5c910880d9ee6e9.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-b6229378b5f96b56.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-ca9ee2aac7580674.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-b12fe2c067278efd.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: cranelift-codegen@0.110.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } [INFO] [stderr] warning: cranelift-codegen@0.110.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } [INFO] [stderr] warning: cranelift-codegen@0.110.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } [INFO] [stderr] warning: cranelift-codegen@0.110.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } [INFO] [stderr] warning: cranelift-codegen@0.110.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } [INFO] [stderr] error: could not compile `cranelift-codegen` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f77b5bc6c7c84df104f86b0dd01d9490e3923fa8/bin/rustc --crate-name cranelift_codegen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-codegen-0.110.2/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 --warn=unused_import_braces --warn=unused_extern_crates --warn=unused-lifetimes --warn=unstable_features --warn=trivial_numeric_casts '--allow=clippy::all' --cfg 'feature="gimli"' --cfg 'feature="host-arch"' --cfg 'feature="std"' --cfg 'feature="trace-log"' --cfg 'feature="unwind"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-arch", "anyhow", "arm64", "capstone", "core", "default", "disas", "enable-serde", "gimli", "host-arch", "incremental-cache", "isle-errors", "isle-in-source-tree", "postcard", "riscv64", "s390x", "serde", "serde_derive", "sha2", "souper-harvest", "souper-ir", "std", "timing", "trace-log", "unwind", "x86"))' -C metadata=53162b98a02b370a -C extra-filename=-6e7775dbc6fe276d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bumpalo=/opt/rustwide/target/debug/deps/libbumpalo-0f2287c10fa40c43.rmeta --extern cranelift_bforest=/opt/rustwide/target/debug/deps/libcranelift_bforest-04a8e195f4bdd434.rmeta --extern cranelift_bitset=/opt/rustwide/target/debug/deps/libcranelift_bitset-902de00a9ec7e336.rmeta --extern cranelift_codegen_shared=/opt/rustwide/target/debug/deps/libcranelift_codegen_shared-d95cf46e15ca0846.rmeta --extern cranelift_control=/opt/rustwide/target/debug/deps/libcranelift_control-dc701d16a8542b15.rmeta --extern cranelift_entity=/opt/rustwide/target/debug/deps/libcranelift_entity-add4538690f5eab1.rmeta --extern gimli=/opt/rustwide/target/debug/deps/libgimli-071ac06555ba18b2.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-04e4ffeb1a1092e4.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-5bba7294d90dc890.rmeta --extern regalloc2=/opt/rustwide/target/debug/deps/libregalloc2-9a9d54ec6f82263f.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-59ad630e9e58123f.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-312fb81b80d22847.rmeta --extern target_lexicon=/opt/rustwide/target/debug/deps/libtarget_lexicon-02e30b21145a514d.rmeta --cap-lints allow --cap-lints=forbid --cfg 'feature="x86"'` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "8b07a035881af94d7f13973251fc26af42f317955b512cece9031458d64edda8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b07a035881af94d7f13973251fc26af42f317955b512cece9031458d64edda8", kill_on_drop: false }` [INFO] [stdout] 8b07a035881af94d7f13973251fc26af42f317955b512cece9031458d64edda8