[INFO] cloning repository https://github.com/hiimjasmine00/gode-check [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hiimjasmine00/gode-check" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhiimjasmine00%2Fgode-check", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhiimjasmine00%2Fgode-check'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 79b63a4d2bceb15522ea5e8dba2e5ed882ec8c45 [INFO] checking hiimjasmine00/gode-check against try#5785402183672f7786e9dc343d7b435bdaf4a4bc for pr-138001 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhiimjasmine00%2Fgode-check" "/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/hiimjasmine00/gode-check on toolchain 5785402183672f7786e9dc343d7b435bdaf4a4bc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5785402183672f7786e9dc343d7b435bdaf4a4bc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hiimjasmine00/gode-check [INFO] finished tweaking git repo https://github.com/hiimjasmine00/gode-check [INFO] tweaked toml for git repo https://github.com/hiimjasmine00/gode-check written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/hiimjasmine00/gode-check 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" "+5785402183672f7786e9dc343d7b435bdaf4a4bc" "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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+5785402183672f7786e9dc343d7b435bdaf4a4bc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38c473fe1365e181487769406ce622948d9e0965f94317e6cc975c2429c8b67f [INFO] running `Command { std: "docker" "start" "-a" "38c473fe1365e181487769406ce622948d9e0965f94317e6cc975c2429c8b67f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38c473fe1365e181487769406ce622948d9e0965f94317e6cc975c2429c8b67f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38c473fe1365e181487769406ce622948d9e0965f94317e6cc975c2429c8b67f", kill_on_drop: false }` [INFO] [stdout] 38c473fe1365e181487769406ce622948d9e0965f94317e6cc975c2429c8b67f [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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+5785402183672f7786e9dc343d7b435bdaf4a4bc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 12ac3a2cfe28085710e4218cd9ad1226921cc4dca4846d70a1098649d735d495 [INFO] running `Command { std: "docker" "start" "-a" "12ac3a2cfe28085710e4218cd9ad1226921cc4dca4846d70a1098649d735d495", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking bytes v1.9.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking litemap v0.7.4 [INFO] [stderr] Checking itoa v1.0.14 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking icu_locid_transform_data v1.5.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking rustls-pki-types v1.11.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking icu_properties_data v1.5.0 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking http v1.2.0 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking utf16_iter v1.0.5 [INFO] [stderr] Checking write16 v1.0.0 [INFO] [stderr] Compiling rustls v0.23.21 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking icu_normalizer_data v1.5.0 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Checking crc-catalog v2.4.0 [INFO] [stderr] Checking log v0.4.25 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking crc v3.2.1 [INFO] [stderr] Checking miniz_oxide v0.8.3 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling zip v2.2.2 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.137 [INFO] [stderr] Checking num-conv v0.1.0 [INFO] [stderr] Checking ryu v1.0.19 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking lockfree-object-pool v0.1.6 [INFO] [stderr] Checking bumpalo v3.16.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking time-core v0.1.2 [INFO] [stderr] Checking lzma-rs v0.3.0 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Checking zopfli v0.8.1 [INFO] [stderr] Checking webpki-roots v0.26.7 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking constant_time_eq v0.3.1 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Checking deflate64 v0.1.9 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking ipnet v2.11.0 [INFO] [stderr] Checking tokio v1.43.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Checking colored v3.0.0 [INFO] [stderr] Checking indexmap v2.7.1 [INFO] [stderr] Compiling cc v1.2.10 [INFO] [stderr] Checking time v0.3.37 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking pbkdf2 v0.12.2 [INFO] [stderr] Checking bzip2 v0.4.4 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking rustls-webpki v0.102.8 [INFO] [stderr] Checking hyper v1.5.2 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking hyper-util v0.1.10 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Checking zstd v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling async-trait v0.1.85 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `zerofrom-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/5785402183672f7786e9dc343d7b435bdaf4a4bc/bin/rustc --crate-name zerofrom_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/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=6dbb263c18daa9d6 -C extra-filename=-9f3248838392c55e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f0e287c1d54fec0d.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-bd149706e69b9b9e.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-994d46a99ddaed92.rlib --extern synstructure=/opt/rustwide/target/debug/deps/libsynstructure-07342250164c5919.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 `async-trait` (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/5785402183672f7786e9dc343d7b435bdaf4a4bc/bin/rustc --crate-name async_trait --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.85/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=7f58d4bba24ded99 -C extra-filename=-ce41e98eebdb2659 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f0e287c1d54fec0d.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-bd149706e69b9b9e.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-994d46a99ddaed92.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `yoke-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/5785402183672f7786e9dc343d7b435bdaf4a4bc/bin/rustc --crate-name yoke_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/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=a7d26ea9b2e561f1 -C extra-filename=-8eaae967c1cafbeb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f0e287c1d54fec0d.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-bd149706e69b9b9e.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-994d46a99ddaed92.rlib --extern synstructure=/opt/rustwide/target/debug/deps/libsynstructure-07342250164c5919.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaAN4TgL" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `zerovec-derive` (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/rustcTarA2T/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcTarA2T/symbols.o" "<3 object files omitted>" "/opt/rustwide/target/debug/deps/icu_provider_macros-6cc81b71c048a90e.71h23hg5sy09smmzxyx3ev83c.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-994d46a99ddaed92.rlib,libquote-bd149706e69b9b9e.rlib,libproc_macro2-f0e287c1d54fec0d.rlib,libunicode_ident-a3690edd3a41f0e2.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/libicu_provider_macros-6cc81b71c048a90e.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] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `icu_provider_macros` (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/rustcSlxggI/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcSlxggI/symbols.o" "<8 object files omitted>" "/opt/rustwide/target/debug/deps/displaydoc-ba79c494305124e0.72hy6axr4yvwg14xah1kf0ntu.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-994d46a99ddaed92.rlib,libquote-bd149706e69b9b9e.rlib,libproc_macro2-f0e287c1d54fec0d.rlib,libunicode_ident-a3690edd3a41f0e2.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/libdisplaydoc-ba79c494305124e0.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: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcemYBKr/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcemYBKr/symbols.o" "<10 object files omitted>" "/opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.diwqn7bpco13hdiy2pkz91qb1.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-994d46a99ddaed92.rlib,libquote-bd149706e69b9b9e.rlib,libproc_macro2-f0e287c1d54fec0d.rlib,libunicode_ident-a3690edd3a41f0e2.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/libzerocopy_derive-beec831ab3bf3aba.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] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccNxYq33.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -shared -z relro -o /opt/rustwide/target/debug/deps/libzerocopy_derive-beec831ab3bf3aba.so /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. --version-script=/tmp/rustcemYBKr/list --no-undefined-version /tmp/rustcemYBKr/symbols.o /opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.zerocopy_derive.7adbdc7514e83290-cgu.00.rcgu.o /opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.zerocopy_derive.7adbdc7514e83290-cgu.01.rcgu.o /opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.zerocopy_derive.7adbdc7514e83290-cgu.02.rcgu.o /opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.zerocopy_derive.7adbdc7514e83290-cgu.03.rcgu.o /opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.zerocopy_derive.7adbdc7514e83290-cgu.04.rcgu.o /opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.zerocopy_derive.7adbdc7514e83290-cgu.05.rcgu.o /opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.zerocopy_derive.7adbdc7514e83290-cgu.06.rcgu.o /opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.zerocopy_derive.7adbdc7514e83290-cgu.07.rcgu.o /opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.zerocopy_derive.7adbdc7514e83290-cgu.08.rcgu.o /opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.zerocopy_derive.7adbdc7514e83290-cgu.09.rcgu.o /opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.diwqn7bpco13hdiy2pkz91qb1.rcgu.rmeta /opt/rustwide/target/debug/deps/zerocopy_derive-beec831ab3bf3aba.76xawti3du9j0b43frp3felws.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libsyn-994d46a99ddaed92.rlib /opt/rustwide/target/debug/deps/libquote-bd149706e69b9b9e.rlib /opt/rustwide/target/debug/deps/libproc_macro2-f0e287c1d54fec0d.rlib /opt/rustwide/target/debug/deps/libunicode_ident-a3690edd3a41f0e2.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-440ebddb8b46aefb.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-31a7210d4f21abbb.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-c884eedeb4ff4e8f.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-e4289b808b31450f.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-ffd8ca3dd27482c8.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-27fa8d871edd1981.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7005d7fb542ccb2f.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c212ee85629d21bc.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-84037fb7faa875e1.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-5a12f7d73bc63273.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-18e7ea3a454c2166.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-71c310e827bcbd8d.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-9c828912b5d0b54f.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b28e9b6d8edfcd81.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1b66b5de1fd51a29.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-1049b2e46b9214be.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4a7ae1b970f688a0.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-186a023b8864be69.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-74a8d2c13eeedc93.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-521f82dfd1a9811c.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o [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 `displaydoc` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `zerocopy-derive` (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/rustcHYS114/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcHYS114/symbols.o" "<5 object files omitted>" "/opt/rustwide/target/debug/deps/zeroize_derive-cde12ae06b832c46.6sf4a4kwnb9mmh0csnj94n67m.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-994d46a99ddaed92.rlib,libquote-bd149706e69b9b9e.rlib,libproc_macro2-f0e287c1d54fec0d.rlib,libunicode_ident-a3690edd3a41f0e2.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/libzeroize_derive-cde12ae06b832c46.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] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `zeroize_derive` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `thiserror-impl` (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/5785402183672f7786e9dc343d7b435bdaf4a4bc/bin/rustc --crate-name thiserror_impl --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.11/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=b55a1309f89dc3e3 -C extra-filename=-175c670c6e54be6c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f0e287c1d54fec0d.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-bd149706e69b9b9e.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-994d46a99ddaed92.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: error writing metadata object file: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `thiserror-impl` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "12ac3a2cfe28085710e4218cd9ad1226921cc4dca4846d70a1098649d735d495", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12ac3a2cfe28085710e4218cd9ad1226921cc4dca4846d70a1098649d735d495", kill_on_drop: false }` [INFO] [stdout] 12ac3a2cfe28085710e4218cd9ad1226921cc4dca4846d70a1098649d735d495