[INFO] cloning repository https://github.com/spapinistarkware/cranelift-to-sierra [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/spapinistarkware/cranelift-to-sierra" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspapinistarkware%2Fcranelift-to-sierra", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspapinistarkware%2Fcranelift-to-sierra'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3c0548dacb524d6788665da1262c57e9c35aa494 [INFO] testing spapinistarkware/cranelift-to-sierra against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspapinistarkware%2Fcranelift-to-sierra" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/spapinistarkware/cranelift-to-sierra on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/spapinistarkware/cranelift-to-sierra [INFO] finished tweaking git repo https://github.com/spapinistarkware/cranelift-to-sierra [INFO] tweaked toml for git repo https://github.com/spapinistarkware/cranelift-to-sierra written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/spapinistarkware/cranelift-to-sierra 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" "+1.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cranelift-codegen-shared v0.109.0 [INFO] [stderr] Downloaded cranelift v0.109.0 [INFO] [stderr] Downloaded cranelift-entity v0.109.0 [INFO] [stderr] Downloaded cranelift-module v0.109.0 [INFO] [stderr] Downloaded cairo-lang-utils v2.6.4 [INFO] [stderr] Downloaded cranelift-reader v0.109.0 [INFO] [stderr] Downloaded cranelift-isle v0.109.0 [INFO] [stderr] Downloaded cairo-lang-sierra v2.6.4 [INFO] [stderr] Downloaded cranelift-frontend v0.109.0 [INFO] [stderr] Downloaded cranelift-bforest v0.109.0 [INFO] [stderr] Downloaded cranelift-codegen-meta v0.109.0 [INFO] [stderr] Downloaded cranelift-native v0.109.0 [INFO] [stderr] Downloaded cranelift-control v0.109.0 [INFO] [stderr] Downloaded cranelift-codegen v0.109.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b774896f7cf2b0bf9855271d5cf002948348001611c678659c05b81b3dd1db6b [INFO] running `Command { std: "docker" "start" "-a" "b774896f7cf2b0bf9855271d5cf002948348001611c678659c05b81b3dd1db6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b774896f7cf2b0bf9855271d5cf002948348001611c678659c05b81b3dd1db6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b774896f7cf2b0bf9855271d5cf002948348001611c678659c05b81b3dd1db6b", kill_on_drop: false }` [INFO] [stdout] b774896f7cf2b0bf9855271d5cf002948348001611c678659c05b81b3dd1db6b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 77b65894688062e2a52f387310005e23da2558bd191272ac0d916f8435245eb9 [INFO] running `Command { std: "docker" "start" "-a" "77b65894688062e2a52f387310005e23da2558bd191272ac0d916f8435245eb9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling cranelift-isle v0.109.0 [INFO] [stderr] Compiling cranelift-codegen-shared v0.109.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling cranelift-codegen-meta v0.109.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling syn v2.0.71 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling target-lexicon v0.12.15 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling arbitrary v1.3.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling cranelift-entity v0.109.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling slice-group-by v0.3.1 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling cranelift-bforest v0.109.0 [INFO] [stderr] Compiling cranelift-control v0.109.0 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling regalloc2 v0.9.3 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling cranelift-codegen v0.109.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling string_cache v0.8.7 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling lalrpop-util v0.20.2 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling ascii-canvas v3.0.0 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling ena v0.14.3 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling lalrpop v0.20.2 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling thiserror v1.0.62 [INFO] [stderr] Compiling dyn-clone v1.0.17 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling thiserror-impl v1.0.62 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling const-fnv1a-hash v1.1.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling salsa-macros v0.16.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling salsa v0.16.1 [INFO] [stderr] Compiling smol_str v0.2.2 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling cairo-lang-utils v2.6.4 [INFO] [stderr] Compiling cairo-felt v0.9.1 [INFO] [stderr] Compiling cairo-lang-sierra v2.6.4 [INFO] [stderr] Compiling cranelift-frontend v0.109.0 [INFO] [stderr] Compiling cranelift-native v0.109.0 [INFO] [stderr] Compiling cranelift-reader v0.109.0 [INFO] [stderr] Compiling cranelift v0.109.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] warning: cranelift-codegen@0.109.0: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } [INFO] [stderr] warning: cranelift-codegen@0.109.0: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } [INFO] [stderr] warning: cranelift-codegen@0.109.0: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } [INFO] [stderr] warning: cranelift-codegen@0.109.0: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" } [INFO] [stderr] warning: cranelift-codegen@0.109.0: 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] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name cranelift_codegen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cranelift-codegen-0.109.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 -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="default"' --cfg 'feature="gimli"' --cfg 'feature="host-arch"' --cfg 'feature="std"' --cfg 'feature="timing"' --cfg 'feature="trace-log"' --cfg 'feature="unwind"' --check-cfg 'cfg(docsrs)' --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=82a9e964caf89ced -C extra-filename=-82a9e964caf89ced --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bumpalo=/opt/rustwide/target/debug/deps/libbumpalo-297d3181fb8e9041.rmeta --extern cranelift_bforest=/opt/rustwide/target/debug/deps/libcranelift_bforest-a00d75f5f9b9d55e.rmeta --extern cranelift_codegen_shared=/opt/rustwide/target/debug/deps/libcranelift_codegen_shared-3942e9a717a7dc98.rmeta --extern cranelift_control=/opt/rustwide/target/debug/deps/libcranelift_control-000e9cec0683fc24.rmeta --extern cranelift_entity=/opt/rustwide/target/debug/deps/libcranelift_entity-787552fda27dce87.rmeta --extern gimli=/opt/rustwide/target/debug/deps/libgimli-7cfb3871f4e8f28d.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-893989d709dbbaa0.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-e38f11b895eb39e7.rmeta --extern regalloc2=/opt/rustwide/target/debug/deps/libregalloc2-5c4d293734dbf3e7.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-7d57cddf9d03c6bf.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-f4ed704f91545817.rmeta --extern target_lexicon=/opt/rustwide/target/debug/deps/libtarget_lexicon-63d33eda4aa2934b.rmeta --cap-lints allow --cap-lints=warn --cfg 'feature="x86"'` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "77b65894688062e2a52f387310005e23da2558bd191272ac0d916f8435245eb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77b65894688062e2a52f387310005e23da2558bd191272ac0d916f8435245eb9", kill_on_drop: false }` [INFO] [stdout] 77b65894688062e2a52f387310005e23da2558bd191272ac0d916f8435245eb9