[INFO] cloning repository https://github.com/raycast6000/lusr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/raycast6000/lusr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraycast6000%2Flusr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraycast6000%2Flusr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e2e8b98c2b798e5a3906d311a7ab68e7341cd478 [INFO] testing raycast6000/lusr against try#0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6 for pr-137122-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraycast6000%2Flusr" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/raycast6000/lusr [INFO] finished tweaking git repo https://github.com/raycast6000/lusr [INFO] tweaked toml for git repo https://github.com/raycast6000/lusr written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/raycast6000/lusr on toolchain 0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/raycast6000/lusr 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" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] faa302a92e42ba274f9529fe84af572cfa476ce1528d19db301ebfa20e4a8e78 [INFO] running `Command { std: "docker" "start" "-a" "faa302a92e42ba274f9529fe84af572cfa476ce1528d19db301ebfa20e4a8e78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "faa302a92e42ba274f9529fe84af572cfa476ce1528d19db301ebfa20e4a8e78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faa302a92e42ba274f9529fe84af572cfa476ce1528d19db301ebfa20e4a8e78", kill_on_drop: false }` [INFO] [stdout] faa302a92e42ba274f9529fe84af572cfa476ce1528d19db301ebfa20e4a8e78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ad1611352dc6c9e4741f88b566ab4e4ad790504c1bc127ac39c0d7656fbcb38 [INFO] running `Command { std: "docker" "start" "-a" "0ad1611352dc6c9e4741f88b566ab4e4ad790504c1bc127ac39c0d7656fbcb38", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling bstr v1.9.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling lua-src v546.0.2 [INFO] [stderr] Compiling which v6.0.0 [INFO] [stderr] Compiling luajit-src v210.5.6+9cc2e42 [INFO] [stderr] Compiling mlua-sys v0.5.1 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] warning: mlua-sys@0.5.1: /tmp/ccRqIlRf.s: Assembler messages: [INFO] [stderr] warning: mlua-sys@0.5.1: /tmp/ccRqIlRf.s: Fatal error: can't write 37 bytes to section .text.DumpString of /opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-ldump.o: 'No space left on device' [INFO] [stderr] warning: mlua-sys@0.5.1: /tmp/ccRqIlRf.s: Fatal error: /opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-ldump.o: No such file or directory [INFO] [stderr] error: failed to run custom build command for `mlua-sys v0.5.1` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/mlua-sys-1dde90d672c032ce/build-script-main` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5" "-w" "-fno-common" "-DLUA_USE_LINUX" "-DLUA_USE_APICHECK" "-o" "/opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-lapi.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5/lapi.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5" "-w" "-fno-common" "-DLUA_USE_LINUX" "-DLUA_USE_APICHECK" "-o" "/opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-lauxlib.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5/lauxlib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5" "-w" "-fno-common" "-DLUA_USE_LINUX" "-DLUA_USE_APICHECK" "-o" "/opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-lbaselib.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5/lbaselib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5" "-w" "-fno-common" "-DLUA_USE_LINUX" "-DLUA_USE_APICHECK" "-o" "/opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-lcode.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5/lcode.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5" "-w" "-fno-common" "-DLUA_USE_LINUX" "-DLUA_USE_APICHECK" "-o" "/opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-ldblib.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5/ldblib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5" "-w" "-fno-common" "-DLUA_USE_LINUX" "-DLUA_USE_APICHECK" "-o" "/opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-ldebug.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5/ldebug.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5" "-w" "-fno-common" "-DLUA_USE_LINUX" "-DLUA_USE_APICHECK" "-o" "/opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-ldo.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5/ldo.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5" "-w" "-fno-common" "-DLUA_USE_LINUX" "-DLUA_USE_APICHECK" "-o" "/opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-ldump.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5/ldump.c" [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=/tmp/ccRqIlRf.s: Assembler messages: [INFO] [stderr] [INFO] [stderr] cargo:warning=/tmp/ccRqIlRf.s: Fatal error: can't write 37 bytes to section .text.DumpString of /opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-ldump.o: 'No space left on device' [INFO] [stderr] [INFO] [stderr] cargo:warning=/tmp/ccRqIlRf.s: Fatal error: /opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-ldump.o: No such file or directory [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5" "-w" "-fno-common" "-DLUA_USE_LINUX" "-DLUA_USE_APICHECK" "-o" "/opt/rustwide/target/debug/build/mlua-sys-b3f962ebb4fe53f3/out/lua-build/lib/9c2893df48358229-ldump.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-546.0.2/lua-5.1.5/ldump.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `serde_derive` (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/0936b3db0ae648ba2d5b60eb08cf4faf2ddab0c6/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.196/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=fa74fb46cde38196 -C extra-filename=-d2cb37c3d256cebb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-98b0b86a956cb2a2.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-653fee06f3e7eb84.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-dce7c287512415f8.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "0ad1611352dc6c9e4741f88b566ab4e4ad790504c1bc127ac39c0d7656fbcb38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ad1611352dc6c9e4741f88b566ab4e4ad790504c1bc127ac39c0d7656fbcb38", kill_on_drop: false }` [INFO] [stdout] 0ad1611352dc6c9e4741f88b566ab4e4ad790504c1bc127ac39c0d7656fbcb38