[INFO] cloning repository https://github.com/victorvega12/nexoai-core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/victorvega12/nexoai-core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvictorvega12%2Fnexoai-core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvictorvega12%2Fnexoai-core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a012b0554f2b679eac0ca80f1f750c01174bd310
[INFO] checking victorvega12/nexoai-core against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvictorvega12%2Fnexoai-core" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/victorvega12/nexoai-core
[INFO] finished tweaking git repo https://github.com/victorvega12/nexoai-core
[INFO] tweaked toml for git repo https://github.com/victorvega12/nexoai-core written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/victorvega12/nexoai-core on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/victorvega12/nexoai-core 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] c4efad88d29ad9f8ea5ab7d2b571544072eaf60734460e6c69b81b68a314b8fa
[INFO] running `Command { std: "docker" "start" "c4efad88d29ad9f8ea5ab7d2b571544072eaf60734460e6c69b81b68a314b8fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4efad88d29ad9f8ea5ab7d2b571544072eaf60734460e6c69b81b68a314b8fa", 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" "c4efad88d29ad9f8ea5ab7d2b571544072eaf60734460e6c69b81b68a314b8fa" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4efad88d29ad9f8ea5ab7d2b571544072eaf60734460e6c69b81b68a314b8fa", 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" "c4efad88d29ad9f8ea5ab7d2b571544072eaf60734460e6c69b81b68a314b8fa" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling cranelift-isle v0.108.2
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]    Compiling io-lifetimes v2.0.4
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.108.2
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.108.2
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]    Compiling io-extras v0.18.4
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling cranelift-codegen v0.108.2
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking cranelift-control v0.108.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking ambient-authority v0.0.2
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling cap-primitives v3.4.5
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]    Compiling wasmtime-versioned-export-macros v21.0.2
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking wasmparser v0.207.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking rustix-linux-procfs v0.1.1
[INFO] [stderr]     Checking fs-set-times v0.20.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking cranelift-entity v0.108.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking regalloc2 v0.9.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking cranelift-bforest v0.108.2
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking maybe-owned v0.3.4
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking wasmtime-types v21.0.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking object v0.33.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling ittapi-sys v0.4.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking leb128 v0.2.6
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]    Compiling cap-std v3.4.5
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling id-arena v2.3.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking wasm-encoder v0.252.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]    Compiling wast v35.0.2
[INFO] [stderr]     Checking wasm-encoder v0.207.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]    Compiling wit-parser v0.207.0
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking wasmprinter v0.207.0
[INFO] [stderr]     Checking cpp_demangle v0.4.5
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr] warning: cranelift-codegen@0.108.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] warning: cranelift-codegen@0.108.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] warning: cranelift-codegen@0.108.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] warning: cranelift-codegen@0.108.2: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] warning: cranelift-codegen@0.108.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/416264364aa47959f5827723e1d7dabc95d0744b/bin/rustc --crate-name cranelift_codegen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-codegen-0.108.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --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=4f98d92e59cccdfd -C extra-filename=-452ebc25921729cb --out-dir /opt/rustwide/target/debug/build/cranelift-codegen/452ebc25921729cb/out -L dependency=/opt/rustwide/target/debug/build/ahash/720dad4234c61caa/out -L dependency=/opt/rustwide/target/debug/build/arbitrary/afa8e9f6f57f661b/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/cranelift-entity/46c564d5c3c1b335/out -L dependency=/opt/rustwide/target/debug/build/equivalent/d23b026399a51038/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/1ff293044ac6a4a8/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/6df727b75b1c5aa0/out -L dependency=/opt/rustwide/target/debug/build/indexmap/aea24d19bbf35de5/out -L dependency=/opt/rustwide/target/debug/build/log/9ceeb40c55739a25/out -L dependency=/opt/rustwide/target/debug/build/once_cell/6f8123b0c2eed634/out -L dependency=/opt/rustwide/target/debug/build/rustc-hash/59ad630e9e58123f/out -L dependency=/opt/rustwide/target/debug/build/serde/1ffdbdf514dd00fa/out -L dependency=/opt/rustwide/target/debug/build/serde_core/3c925aec2ec92997/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/0d175b916ca1f2fd/out -L dependency=/opt/rustwide/target/debug/build/slice-group-by/c725abaaac0b18be/out -L dependency=/opt/rustwide/target/debug/build/smallvec/08604e78fa52d56f/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/5e0ed4f629363321/out --extern bumpalo=/opt/rustwide/target/debug/build/bumpalo/f8a63efd1a130c76/out/libbumpalo-f8a63efd1a130c76.rmeta --extern cranelift_bforest=/opt/rustwide/target/debug/build/cranelift-bforest/8f4d335cf8f31bc8/out/libcranelift_bforest-8f4d335cf8f31bc8.rmeta --extern cranelift_codegen_shared=/opt/rustwide/target/debug/build/cranelift-codegen-shared/3b154f430942c6e7/out/libcranelift_codegen_shared-3b154f430942c6e7.rmeta --extern cranelift_control=/opt/rustwide/target/debug/build/cranelift-control/6e60186a44debd77/out/libcranelift_control-6e60186a44debd77.rmeta --extern cranelift_entity=/opt/rustwide/target/debug/build/cranelift-entity/46c564d5c3c1b335/out/libcranelift_entity-46c564d5c3c1b335.rmeta --extern gimli=/opt/rustwide/target/debug/build/gimli/49e833452541c0c0/out/libgimli-49e833452541c0c0.rmeta --extern hashbrown=/opt/rustwide/target/debug/build/hashbrown/982c49e1e754c5d7/out/libhashbrown-982c49e1e754c5d7.rmeta --extern log=/opt/rustwide/target/debug/build/log/9ceeb40c55739a25/out/liblog-9ceeb40c55739a25.rmeta --extern regalloc2=/opt/rustwide/target/debug/build/regalloc2/e932da886843d638/out/libregalloc2-e932da886843d638.rmeta --extern rustc_hash=/opt/rustwide/target/debug/build/rustc-hash/59ad630e9e58123f/out/librustc_hash-59ad630e9e58123f.rmeta --extern smallvec=/opt/rustwide/target/debug/build/smallvec/08604e78fa52d56f/out/libsmallvec-08604e78fa52d56f.rmeta --extern target_lexicon=/opt/rustwide/target/debug/build/target-lexicon/80d089610a9ae429/out/libtarget_lexicon-80d089610a9ae429.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --cfg 'feature="x86"'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c4efad88d29ad9f8ea5ab7d2b571544072eaf60734460e6c69b81b68a314b8fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4efad88d29ad9f8ea5ab7d2b571544072eaf60734460e6c69b81b68a314b8fa", kill_on_drop: false }`
[INFO] [stdout] c4efad88d29ad9f8ea5ab7d2b571544072eaf60734460e6c69b81b68a314b8fa
