[INFO] cloning repository https://github.com/parmanuxyz/zolidity [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/parmanuxyz/zolidity" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparmanuxyz%2Fzolidity", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparmanuxyz%2Fzolidity'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8a093ef9a58eab827ce8e92dc41a38ef0a8c4b5d [INFO] checking parmanuxyz/zolidity against master#a932eb36f8adf6c8cdfc450f063943da3112d621 for pr-140209-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparmanuxyz%2Fzolidity" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/parmanuxyz/zolidity on toolchain a932eb36f8adf6c8cdfc450f063943da3112d621 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/parmanuxyz/zolidity [INFO] finished tweaking git repo https://github.com/parmanuxyz/zolidity [INFO] tweaked toml for git repo https://github.com/parmanuxyz/zolidity written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/parmanuxyz/zolidity 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" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 137e3aedbc54147b3a08f39c5b64b3a111d94ad57bebe9d63e87b5b8670fb80a [INFO] running `Command { std: "docker" "start" "-a" "137e3aedbc54147b3a08f39c5b64b3a111d94ad57bebe9d63e87b5b8670fb80a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "137e3aedbc54147b3a08f39c5b64b3a111d94ad57bebe9d63e87b5b8670fb80a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "137e3aedbc54147b3a08f39c5b64b3a111d94ad57bebe9d63e87b5b8670fb80a", kill_on_drop: false }` [INFO] [stdout] 137e3aedbc54147b3a08f39c5b64b3a111d94ad57bebe9d63e87b5b8670fb80a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d41ec1c6e85a3d55dc7683bab02556ea7d285952ad524660b7974d93575018db [INFO] running `Command { std: "docker" "start" "-a" "d41ec1c6e85a3d55dc7683bab02556ea7d285952ad524660b7974d93575018db", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling serde_json v1.0.139 [INFO] [stderr] Compiling semver v1.0.25 [INFO] [stderr] Compiling anyhow v1.0.96 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling leb128 v0.2.5 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling wit-bindgen-rust v0.22.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling wasm-encoder v0.201.0 [INFO] [stderr] Compiling wit-bindgen-rust-macro v0.22.0 [INFO] [stderr] Compiling wit-bindgen-rt v0.22.0 [INFO] [stderr] Compiling spdx v0.10.8 [INFO] [stderr] Compiling zed_extension_api v0.2.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling serde_derive v1.0.218 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling wasmparser v0.201.0 [INFO] [stderr] Compiling wit-parser v0.201.0 [INFO] [stderr] Compiling wasm-metadata v0.201.0 [INFO] [stderr] Compiling wit-bindgen-core v0.22.0 [INFO] [stderr] Compiling wit-component v0.201.0 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcUEERSy/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcUEERSy/symbols.o" "<6 object files omitted>" "/opt/rustwide/target/debug/deps/wit_bindgen_rust_macro-cb0f5fdac9ad5b73.cbh3dkbkq3qlbtyej8mw7tljw.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwit_bindgen_rust-d69587680604dc86.rlib,libwit_component-a288dc7186f0ffa4.rlib,libwasm_metadata-79134e9fafd43431.rlib,libwasm_encoder-51e01eee50d6a115.rlib,libleb128-0d8a286057406ea1.rlib,libspdx-16d343db35812278.rlib,libsmallvec-b231300f7cb80de2.rlib,libheck-9a6cc83263da44dd.rlib,libunicode_segmentation-dc98e5380af19de4.rlib,libwit_bindgen_core-53ed5e1af68cb2d4.rlib,libwit_parser-d6f0923a994f4b0c.rlib,libserde_json-d048f51655ffb92a.rlib,libmemchr-385abaa02608ee6d.rlib,libitoa-987fc33461c33836.rlib,libryu-19745450f50d9012.rlib,liblog-632a2cc935ed24d2.rlib,libunicode_xid-4dfc1b165cf6adea.rlib,libwasmparser-f43d72a8e6142f62.rlib,libbitflags-cb6e5019f16520aa.rlib,libsemver-8b9caf6b11b1441c.rlib,libindexmap-3366df21d2b5fd3a.rlib,libequivalent-1cd2a250f2449a60.rlib,libhashbrown-4d5c81b3186ab6ab.rlib,libserde-5acf218ad60c4264.rlib,libid_arena-83045f14d6b77736.rlib,libanyhow-bdfadd0ff30d4855.rlib,libsyn-2ef26caf3e448608.rlib,libquote-1b6a221cac47e5d3.rlib,libproc_macro2-107e47b43b0efb2a.rlib,libunicode_ident-6759994d78e94663.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcUEERSy/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libwit_bindgen_rust_macro-cb0f5fdac9ad5b73.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wit-bindgen-rust-macro` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "d41ec1c6e85a3d55dc7683bab02556ea7d285952ad524660b7974d93575018db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d41ec1c6e85a3d55dc7683bab02556ea7d285952ad524660b7974d93575018db", kill_on_drop: false }` [INFO] [stdout] d41ec1c6e85a3d55dc7683bab02556ea7d285952ad524660b7974d93575018db