[INFO] cloning repository https://github.com/jqcorreia/tudo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jqcorreia/tudo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjqcorreia%2Ftudo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjqcorreia%2Ftudo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 158d727bfe0a32ea234dea8d6f85325dfca11b19 [INFO] checking jqcorreia/tudo against try#ef5216c337126ffe24d074826f4023948c4a9b8e for pr-137033 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjqcorreia%2Ftudo" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jqcorreia/tudo on toolchain ef5216c337126ffe24d074826f4023948c4a9b8e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ef5216c337126ffe24d074826f4023948c4a9b8e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jqcorreia/tudo [INFO] finished tweaking git repo https://github.com/jqcorreia/tudo [INFO] tweaked toml for git repo https://github.com/jqcorreia/tudo written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jqcorreia/tudo 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" "+ef5216c337126ffe24d074826f4023948c4a9b8e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+ef5216c337126ffe24d074826f4023948c4a9b8e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd1c2c0a9eb14b04443ac58f11375a40775bb164e6a9cfd36037c5f1b4d40c03 [INFO] running `Command { std: "docker" "start" "-a" "cd1c2c0a9eb14b04443ac58f11375a40775bb164e6a9cfd36037c5f1b4d40c03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd1c2c0a9eb14b04443ac58f11375a40775bb164e6a9cfd36037c5f1b4d40c03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd1c2c0a9eb14b04443ac58f11375a40775bb164e6a9cfd36037c5f1b4d40c03", kill_on_drop: false }` [INFO] [stdout] cd1c2c0a9eb14b04443ac58f11375a40775bb164e6a9cfd36037c5f1b4d40c03 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+ef5216c337126ffe24d074826f4023948c4a9b8e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2a99982d443aa1857263739285f325c1442dcf0f0b515c1582495acd6457931 [INFO] running `Command { std: "docker" "start" "-a" "c2a99982d443aa1857263739285f325c1442dcf0f0b515c1582495acd6457931", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.162 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking litemap v0.7.3 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling rustix v0.38.40 [INFO] [stderr] Checking icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking icu_properties_data v1.5.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling cc v1.2.1 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Checking utf16_iter v1.0.5 [INFO] [stderr] Checking write16 v1.0.0 [INFO] [stderr] Checking icu_normalizer_data v1.5.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling typeid v1.0.2 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking rustls-pki-types v1.10.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling rustls v0.23.16 [INFO] [stderr] Compiling sdl2-sys v0.35.2 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Compiling lua-src v547.0.0 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking num_threads v0.1.7 [INFO] [stderr] Compiling libdbus-sys v0.2.5 [INFO] [stderr] Compiling sdl2 v0.35.2 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking bstr v1.11.0 [INFO] [stderr] Checking webpki-roots v0.26.6 [INFO] [stderr] Checking colored v2.1.0 [INFO] [stderr] Checking iana-time-zone v0.1.61 [INFO] [stderr] Checking rustc-hash v2.0.0 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Checking spin_sleep v1.2.1 [INFO] [stderr] Checking dyn-clone v1.0.17 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling quick-xml v0.30.0 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking dbus v0.9.7 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Compiling xcb v1.5.0 [INFO] [stderr] Checking simple_logger v5.0.0 [INFO] [stderr] Compiling which v6.0.3 [INFO] [stderr] Compiling luajit-src v210.5.11+97813fb [INFO] [stderr] Compiling mlua-sys v0.6.5 [INFO] [stderr] Checking rustls-webpki v0.102.8 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.4 [INFO] [stderr] Compiling yoke-derive v0.7.4 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Compiling enum_downcast_derive v0.1.0 [INFO] [stderr] Checking enum_downcast v0.1.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaWMFuYG/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcHI2z52/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcHI2z52/symbols.o" "<13 object files omitted>" "/opt/rustwide/target/debug/deps/zerofrom_derive-37741c334a9ae150.7myfoqkxdr2ab9xsrp8g7k0qh.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsynstructure-0e605ba2df1379c8.rlib,libsyn-361255a236b54de2.rlib,libquote-7fc2064ba2fff4e2.rlib,libproc_macro2-9e07246079e797d1.rlib,libunicode_ident-d14904b1232aa2ec.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,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" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libzerofrom_derive-37741c334a9ae150.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 `zerovec-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/ef5216c337126ffe24d074826f4023948c4a9b8e/bin/rustc --crate-name zerovec_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7aef054f86641619 -C extra-filename=-70073cd86dcdcc87 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-9e07246079e797d1.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-7fc2064ba2fff4e2.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-361255a236b54de2.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `zerofrom-derive` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `xcb` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustc9ExOXz/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc9ExOXz/symbols.o" "<12 object files omitted>" "/opt/rustwide/target/debug/deps/yoke_derive-510a55139ea6bbcd.64nar3ucteh4re4mp9gmrngyo.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsynstructure-0e605ba2df1379c8.rlib,libsyn-361255a236b54de2.rlib,libquote-7fc2064ba2fff4e2.rlib,libproc_macro2-9e07246079e797d1.rlib,libunicode_ident-d14904b1232aa2ec.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,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" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libyoke_derive-510a55139ea6bbcd.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 `yoke-derive` (lib) due to 1 previous error [INFO] [stderr] warning: mlua-sys@0.6.5: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-547.0.0/lua-5.4.7/lgc.c:1739:1: fatal error: error writing to /tmp/ccAQnCA1.s: No space left on device [INFO] [stderr] warning: mlua-sys@0.6.5: 1739 | } [INFO] [stderr] warning: mlua-sys@0.6.5: | ^ [INFO] [stderr] warning: mlua-sys@0.6.5: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `mlua-sys v0.6.5` [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-5341edfdb748af10/build-script-main` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build [INFO] [stderr] cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-547.0.0/lua-5.4.7/lgc.c:1739:1: fatal error: error writing to /tmp/ccAQnCA1.s: No space left on device [INFO] [stderr] cargo:warning= 1739 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [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-547.0.0/lua-5.4.7" "-w" "-fno-common" "-DLUA_USE_LINUX" "-DLUA_COMPAT_5_3" "-DLUA_USE_APICHECK" "-o" "/opt/rustwide/target/debug/build/mlua-sys-eff622111cccf5f7/out/lua-build/lib/ca2df33271b0766c-lgc.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lua-src-547.0.0/lua-5.4.7/lgc.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaZEP5DR" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "c2a99982d443aa1857263739285f325c1442dcf0f0b515c1582495acd6457931", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2a99982d443aa1857263739285f325c1442dcf0f0b515c1582495acd6457931", kill_on_drop: false }` [INFO] [stdout] c2a99982d443aa1857263739285f325c1442dcf0f0b515c1582495acd6457931