[INFO] cloning repository https://github.com/fmwright/Cescesan [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fmwright/Cescesan" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffmwright%2FCescesan", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffmwright%2FCescesan'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0f8ce3764b285d8e46324d5b8c60c4abd8996d26 [INFO] checking fmwright/Cescesan against try#2b43d8e161cfe46fae25518efb124c3c1d0fa392 for pr-145604 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffmwright%2FCescesan" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/fmwright/Cescesan [INFO] finished tweaking git repo https://github.com/fmwright/Cescesan [INFO] tweaked toml for git repo https://github.com/fmwright/Cescesan written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/fmwright/Cescesan on toolchain 2b43d8e161cfe46fae25518efb124c3c1d0fa392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b43d8e161cfe46fae25518efb124c3c1d0fa392" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/fmwright/Cescesan 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" "+2b43d8e161cfe46fae25518efb124c3c1d0fa392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+2b43d8e161cfe46fae25518efb124c3c1d0fa392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 910a71768c0aa64056a169415952aa3240ac7309810e5712cc37d7e72fa004a2 [INFO] running `Command { std: "docker" "start" "-a" "910a71768c0aa64056a169415952aa3240ac7309810e5712cc37d7e72fa004a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "910a71768c0aa64056a169415952aa3240ac7309810e5712cc37d7e72fa004a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "910a71768c0aa64056a169415952aa3240ac7309810e5712cc37d7e72fa004a2", kill_on_drop: false }` [INFO] [stdout] 910a71768c0aa64056a169415952aa3240ac7309810e5712cc37d7e72fa004a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+2b43d8e161cfe46fae25518efb124c3c1d0fa392" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d7415be435465a05f5bc765ebeddf1437a8f1ac7829107606e85e3540296395 [INFO] running `Command { std: "docker" "start" "-a" "4d7415be435465a05f5bc765ebeddf1437a8f1ac7829107606e85e3540296395", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.143 [INFO] [stderr] Compiling serde v1.0.143 [INFO] [stderr] Compiling cc v1.0.95 [INFO] [stderr] Compiling libc v0.2.129 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling rustversion v1.0.9 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.60 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling paste v1.0.8 [INFO] [stderr] Compiling typed-arena v2.0.1 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling leb128 v0.2.5 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling pretty v0.12.3 [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 `anyhow` (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/2b43d8e161cfe46fae25518efb124c3c1d0fa392/bin/rustc --crate-name anyhow --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.60/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=7489a482226e14a7 -C extra-filename=-0905871d4f82868f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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 `paste` (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/2b43d8e161cfe46fae25518efb124c3c1d0fa392/bin/rustc --crate-name paste --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.8/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=d503c85c922a770e -C extra-filename=-441636a650702ecd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaWkIQDb" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `typenum v1.15.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-36eeb2a4aeb41e78/build-script-main` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-env=TYPENUM_BUILD_CONSTS=/opt/rustwide/target/debug/build/typenum-e91722c5f900234c/out/consts.rs [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' (586) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.15.0/build/main.rs:170: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: 0x64763980be12 - std::backtrace_rs::backtrace::libunwind::trace::h3a42fd9326a69892 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x64763980be12 - std::backtrace_rs::backtrace::trace_unsynchronized::h96592707f5ce75dd [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x64763980be12 - std::sys::backtrace::_print_fmt::he6169f222e209707 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x64763980be12 - ::fmt::hf0af87b2e1e77814 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x6476398290cf - core::fmt::rt::Argument::fmt::hc0c20287afaa4abf [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x6476398290cf - core::fmt::write::h65eaf532a1ef8a1b [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/core/src/fmt/mod.rs:1468:25 [INFO] [stderr] 6: 0x6476397fddf3 - std::io::default_write_fmt::hf2422f19b6766330 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x6476397fddf3 - std::io::Write::write_fmt::hf2359b16e040720a [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x64763980c2e2 - std::sys::backtrace::BacktraceLock::print::h8cbb27fe29b75a25 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x6476397fb3fc - std::panicking::default_hook::{{closure}}::h348463147042a7fb [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/panicking.rs:301:27 [INFO] [stderr] 10: 0x6476397fb237 - std::panicking::default_hook::hd801b40663c9c551 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/panicking.rs:328:9 [INFO] [stderr] 11: 0x6476397fbdcc - std::panicking::panic_with_hook::h58715beb2ab488f9 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/panicking.rs:834:13 [INFO] [stderr] 12: 0x64763980c39a - std::panicking::panic_handler::{{closure}}::h1ee600f77c9366d7 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/panicking.rs:707:13 [INFO] [stderr] 13: 0x64763980c2f9 - std::sys::backtrace::__rust_end_short_backtrace::hc401c93fac4c91bc [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 14: 0x6476397fbd2d - __rustc[f09e18c7a17fb090]::rust_begin_unwind [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/panicking.rs:698:5 [INFO] [stderr] 15: 0x64763982b090 - core::panicking::panic_fmt::hdfd1aa348f62115a [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x64763982bb96 - core::result::unwrap_failed::hea3a3450ba9905e5 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/core/src/result.rs:1852:5 [INFO] [stderr] 17: 0x6476397e0fe3 - build_script_main::main::h7cdb126f1037a86f [INFO] [stderr] 18: 0x6476397e4063 - core::ops::function::FnOnce::call_once::hc738ec95f33da2eb [INFO] [stderr] 19: 0x6476397ea696 - std::sys::backtrace::__rust_begin_short_backtrace::h0c2b3b2ece4d71fa [INFO] [stderr] 20: 0x6476397e6879 - std::rt::lang_start::{{closure}}::h2cb52f2e6e24cf07 [INFO] [stderr] 21: 0x64763980cba0 - core::ops::function::impls:: for &F>::call_once::h2c607b08dace86d1 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/core/src/ops/function.rs:290:21 [INFO] [stderr] 22: 0x64763980cba0 - std::panicking::catch_unwind::do_call::h7f6c6ff8c120756f [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/panicking.rs:590:40 [INFO] [stderr] 23: 0x64763980cba0 - std::panicking::catch_unwind::he589081edbe65020 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/panicking.rs:553:19 [INFO] [stderr] 24: 0x64763980cba0 - std::panic::catch_unwind::hb1f06ef84a569709 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/panic.rs:359:14 [INFO] [stderr] 25: 0x64763980cba0 - std::rt::lang_start_internal::{{closure}}::h44d9c5d2ecc7cfcf [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/rt.rs:175:24 [INFO] [stderr] 26: 0x64763980cba0 - std::panicking::catch_unwind::do_call::hc7708a53bb461142 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/panicking.rs:590:40 [INFO] [stderr] 27: 0x64763980cba0 - std::panicking::catch_unwind::hd93f2c38f27ec902 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/panicking.rs:553:19 [INFO] [stderr] 28: 0x64763980cba0 - std::panic::catch_unwind::hcb6d83fe313863a1 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/panic.rs:359:14 [INFO] [stderr] 29: 0x64763980cba0 - std::rt::lang_start_internal::hee9c44f725a00a05 [INFO] [stderr] at /rustc/2b43d8e161cfe46fae25518efb124c3c1d0fa392/library/std/src/rt.rs:171:5 [INFO] [stderr] 30: 0x6476397e6861 - std::rt::lang_start::h79a6b1c65bf68d20 [INFO] [stderr] 31: 0x6476397e36f5 - main [INFO] [stderr] 32: 0x7988fa0111ca - [INFO] [stderr] 33: 0x7988fa01128b - __libc_start_main [INFO] [stderr] 34: 0x6476397d8c75 - _start [INFO] [stderr] 35: 0x0 - [INFO] [stderr] error: could not compile `num-bigint` (build script) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/2b43d8e161cfe46fae25518efb124c3c1d0fa392/bin/rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=c39daa60af4ee377 -C extra-filename=-6c4f8aa4059ce05e --out-dir /opt/rustwide/target/debug/build/num-bigint-6c4f8aa4059ce05e -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `unicode-width` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetay7yJ5k/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `hex` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `rustversion` (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/2b43d8e161cfe46fae25518efb124c3c1d0fa392/bin/rustc --crate-name rustversion --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.9/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=809d4b7bc8293015 -C extra-filename=-e5fe24f2fab3bf8c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: could not write output to /opt/rustwide/target/debug/deps/cc-cf33d48ac5a08120.cc.f6366c9ed6b0203-cgu.15.rcgu.o: No space left on device [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `data-encoding` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/2b43d8e161cfe46fae25518efb124c3c1d0fa392/bin/rustc --crate-name data_encoding --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.3.2/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=fc93eac3a5fb6c92 -C extra-filename=-f45d5856407be96a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `cc` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcXSchD5/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcXSchD5/raw-dylibs" "-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/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: 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 `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/rustciJJRPF/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustciJJRPF/raw-dylibs" "-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/build/num-integer-6d499b83dd1bffe8/build_script_build-6d499b83dd1bffe8" "-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 build archive at `/opt/rustwide/target/debug/deps/liblibc-645a4227971d7619.rlib`: 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: failed to build archive at `/opt/rustwide/target/debug/deps/libproc_macro2-5c2814cf847350ec.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "4d7415be435465a05f5bc765ebeddf1437a8f1ac7829107606e85e3540296395", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d7415be435465a05f5bc765ebeddf1437a8f1ac7829107606e85e3540296395", kill_on_drop: false }` [INFO] [stdout] 4d7415be435465a05f5bc765ebeddf1437a8f1ac7829107606e85e3540296395