[INFO] cloning repository https://github.com/fitzdotlol/dark-iron-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fitzdotlol/dark-iron-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffitzdotlol%2Fdark-iron-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffitzdotlol%2Fdark-iron-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 47988955cc6cc417993bbc695d611ced7d9dad3c [INFO] checking fitzdotlol/dark-iron-rs against master#75530e9f72a1990ed2305e16fd51d02f47048f12 for pr-135899 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffitzdotlol%2Fdark-iron-rs" "/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/fitzdotlol/dark-iron-rs on toolchain 75530e9f72a1990ed2305e16fd51d02f47048f12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+75530e9f72a1990ed2305e16fd51d02f47048f12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/fitzdotlol/dark-iron-rs [INFO] finished tweaking git repo https://github.com/fitzdotlol/dark-iron-rs [INFO] tweaked toml for git repo https://github.com/fitzdotlol/dark-iron-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/fitzdotlol/dark-iron-rs 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" "+75530e9f72a1990ed2305e16fd51d02f47048f12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded retour v0.3.0 [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:6475c868a6d27846ca172efb246699580b64b57a5b3744ef73949e850a31b38a" "/opt/rustwide/cargo-home/bin/cargo" "+75530e9f72a1990ed2305e16fd51d02f47048f12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 98e387815d6e50661314d2baa1981739d20b0f8dc5d47c9e7dd3a15dd48e3bec [INFO] running `Command { std: "docker" "start" "-a" "98e387815d6e50661314d2baa1981739d20b0f8dc5d47c9e7dd3a15dd48e3bec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "98e387815d6e50661314d2baa1981739d20b0f8dc5d47c9e7dd3a15dd48e3bec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98e387815d6e50661314d2baa1981739d20b0f8dc5d47c9e7dd3a15dd48e3bec", kill_on_drop: false }` [INFO] [stdout] 98e387815d6e50661314d2baa1981739d20b0f8dc5d47c9e7dd3a15dd48e3bec [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:6475c868a6d27846ca172efb246699580b64b57a5b3744ef73949e850a31b38a" "/opt/rustwide/cargo-home/bin/cargo" "+75530e9f72a1990ed2305e16fd51d02f47048f12" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43c53b124f5ec500ee1db074dc9a44c698dcfb7932aac20e5751ed6ca9ebcbcc [INFO] running `Command { std: "docker" "start" "-a" "43c53b124f5ec500ee1db074dc9a44c698dcfb7932aac20e5751ed6ca9ebcbcc", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.64 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.10 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking simd-adler32 v0.3.5 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling serde v1.0.171 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking either v1.8.1 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling windows_x86_64_gnu v0.48.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking hashbrown v0.14.0 [INFO] [stderr] Compiling time-core v0.1.1 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Checking weezl v0.1.7 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling time-macros v0.2.10 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking fdeflate v0.3.0 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking crossbeam-channel v0.5.8 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/num-rational-70561e286f142021/rmeta8lihki" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num-rational` (build script) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetadYsW5P" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta1tTJVm/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `typenum v1.16.0` [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/typenum-f19391e121f84ca9/build-script-main` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build/main.rs [INFO] [stderr] cargo:rustc-env=TYPENUM_BUILD_CONSTS=/opt/rustwide/target/debug/build/typenum-e555032e97686469/out/consts.rs [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.16.0/build/main.rs:176:63: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5c29b0fd4b12 - std::backtrace_rs::backtrace::libunwind::trace::h5e023d125406f44f [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5c29b0fd4b12 - std::backtrace_rs::backtrace::trace_unsynchronized::h1d7c0e7afbbf0987 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5c29b0fd4b12 - std::sys::backtrace::_print_fmt::h254e0f005f271644 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5c29b0fd4b12 - ::fmt::h2137b6342f1d7514 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5c29b0ff2393 - core::fmt::rt::Argument::fmt::ha9e3735984ebcfdb [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/core/src/fmt/rt.rs:185:76 [INFO] [stderr] 5: 0x5c29b0ff2393 - core::fmt::write::hc09fda18d9ba7e13 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x5c29b0fd23f3 - std::io::Write::write_fmt::hc5178d2f7c502de3 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x5c29b0fd4962 - std::sys::backtrace::BacktraceLock::print::hd3aa20f1625542d3 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5c29b0fd5882 - std::panicking::default_hook::{{closure}}::h27a178e455c58e1c [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/panicking.rs:300:22 [INFO] [stderr] 9: 0x5c29b0fd5685 - std::panicking::default_hook::hf315b1d4878133c6 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/panicking.rs:327:9 [INFO] [stderr] 10: 0x5c29b0fd6152 - std::panicking::rust_panic_with_hook::hab1c27c56ca0369e [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/panicking.rs:833:13 [INFO] [stderr] 11: 0x5c29b0fd5fea - std::panicking::begin_panic_handler::{{closure}}::h22745f64f0ff8046 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/panicking.rs:706:13 [INFO] [stderr] 12: 0x5c29b0fd5009 - std::sys::backtrace::__rust_end_short_backtrace::he285cf1e051c592f [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x5c29b0fd5c7d - __rustc[1b65734bf76d56e4]::rust_begin_unwind [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/panicking.rs:697:5 [INFO] [stderr] 14: 0x5c29b0ff1610 - core::panicking::panic_fmt::h7c7d882b734bf2b1 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x5c29b0ff19a6 - core::result::unwrap_failed::hd97806ac7a50488c [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/core/src/result.rs:1704:5 [INFO] [stderr] 16: 0x5c29b0faf130 - build_script_main::main::h7d448b2c298e825f [INFO] [stderr] 17: 0x5c29b0fb3553 - core::ops::function::FnOnce::call_once::hf9370c25f09a6e2c [INFO] [stderr] 18: 0x5c29b0fb0436 - std::sys::backtrace::__rust_begin_short_backtrace::he33a9e0e2564a39b [INFO] [stderr] 19: 0x5c29b0faa499 - std::rt::lang_start::{{closure}}::hd1faee16150ee206 [INFO] [stderr] 20: 0x5c29b0fcf410 - core::ops::function::impls:: for &F>::call_once::he5948f32e16e3322 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 21: 0x5c29b0fcf410 - std::panicking::try::do_call::h07217162eb621a77 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/panicking.rs:589:40 [INFO] [stderr] 22: 0x5c29b0fcf410 - std::panicking::try::h8de1ff5a6a347430 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/panicking.rs:552:19 [INFO] [stderr] 23: 0x5c29b0fcf410 - std::panic::catch_unwind::h08194ef7e8f919b2 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/panic.rs:359:14 [INFO] [stderr] 24: 0x5c29b0fcf410 - std::rt::lang_start_internal::{{closure}}::h5d7896e7a1353d63 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/rt.rs:168:24 [INFO] [stderr] 25: 0x5c29b0fcf410 - std::panicking::try::do_call::hd03cce7856d63b5e [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/panicking.rs:589:40 [INFO] [stderr] 26: 0x5c29b0fcf410 - std::panicking::try::hc08160b2e2fc18a6 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/panicking.rs:552:19 [INFO] [stderr] 27: 0x5c29b0fcf410 - std::panic::catch_unwind::h651af9b360e10f03 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/panic.rs:359:14 [INFO] [stderr] 28: 0x5c29b0fcf410 - std::rt::lang_start_internal::h2f2ae17d222978e2 [INFO] [stderr] at /rustc/75530e9f72a1990ed2305e16fd51d02f47048f12/library/std/src/rt.rs:164:5 [INFO] [stderr] 29: 0x5c29b0faa481 - std::rt::lang_start::hd0634f939dc36f7b [INFO] [stderr] 30: 0x5c29b0faf635 - main [INFO] [stderr] 31: 0x7f6a6d9571ca - [INFO] [stderr] 32: 0x7f6a6d95728b - __libc_start_main [INFO] [stderr] 33: 0x5c29b0f9f555 - _start [INFO] [stderr] 34: 0x0 - [INFO] [stderr] error: could not compile `memoffset` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `miniz_oxide` (lib) due to 1 previous error [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/crossbeam-epoch-1b0a806ec6d397a7/output` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `cc` (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/75530e9f72a1990ed2305e16fd51d02f47048f12/bin/rustc --crate-name cc --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.0.79/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=df0556d6086a5b35 -C extra-filename=-79655d38c9cfd8cd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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/rmetaAnVHDu" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetasYFiSd" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/lock_api-21f603689a2ff696/output` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `hashbrown` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaxws80K" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcJlF83y/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libautocfg-68803328649343dc.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{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/rustcJlF83y/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/build/num-traits-dcfc14ac648293af/build_script_build-dcfc14ac648293af" "-Wl,--gc-sections" "-pie" "-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] [stderr] error: could not compile `num-traits` (build script) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcxsLTgK/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libautocfg-68803328649343dc.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{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/rustcxsLTgK/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/build/num-integer-db3fd400f4a83835/build_script_build-db3fd400f4a83835" "-Wl,--gc-sections" "-pie" "-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 `num-integer` (build script) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta1czijJ/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcBsrGf3/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libversion_check-a69353e011479d26.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{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/rustcBsrGf3/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/build/generic-array-116ea26c21a8de3b/build_script_build-116ea26c21a8de3b" "-Wl,--gc-sections" "-pie" "-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: 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 `generic-array` (build script) 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/rustc98EQ30/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc98EQ30/symbols.o" "<16 object files omitted>" "/opt/rustwide/target/debug/deps/time_macros-0bcd5fd2d10f71d9.ajafuov3gjla5voliq0ixoyj8.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtime_core-12bdb66492e0fd9e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,libliteral_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/rustc98EQ30/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/libtime_macros-0bcd5fd2d10f71d9.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] [stderr] error: could not compile `time-macros` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "43c53b124f5ec500ee1db074dc9a44c698dcfb7932aac20e5751ed6ca9ebcbcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43c53b124f5ec500ee1db074dc9a44c698dcfb7932aac20e5751ed6ca9ebcbcc", kill_on_drop: false }` [INFO] [stdout] 43c53b124f5ec500ee1db074dc9a44c698dcfb7932aac20e5751ed6ca9ebcbcc