[INFO] cloning repository https://github.com/thezzisu/forever
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thezzisu/forever" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthezzisu%2Fforever", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthezzisu%2Fforever'...
[INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthezzisu%2Fforever: No space left on device
[WARN] Retrying crate fetch in 3 seconds (attempt 1)
[INFO] cloning repository https://github.com/thezzisu/forever
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thezzisu/forever" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthezzisu%2Fforever", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthezzisu%2Fforever'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e3e9bcfe95f2ce6c204d895522dd9b1dcff5a73e
[INFO] checking thezzisu/forever against master#32cd9114712a24010b0583624dc52ac302194128 for pr-143717
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthezzisu%2Fforever" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thezzisu/forever
[INFO] finished tweaking git repo https://github.com/thezzisu/forever
[INFO] tweaked toml for git repo https://github.com/thezzisu/forever written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thezzisu/forever on toolchain 32cd9114712a24010b0583624dc52ac302194128
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thezzisu/forever 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" "+32cd9114712a24010b0583624dc52ac302194128" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded redis v0.23.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b987c12fef109c4d3261e4e69e6452246759d3a8f52348af6a2e4eb574dcd37b
[INFO] running `Command { std: "docker" "start" "-a" "b987c12fef109c4d3261e4e69e6452246759d3a8f52348af6a2e4eb574dcd37b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b987c12fef109c4d3261e4e69e6452246759d3a8f52348af6a2e4eb574dcd37b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b987c12fef109c4d3261e4e69e6452246759d3a8f52348af6a2e4eb574dcd37b", kill_on_drop: false }`
[INFO] [stdout] b987c12fef109c4d3261e4e69e6452246759d3a8f52348af6a2e4eb574dcd37b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 976fa5eea1aa4ffdaa206a7f1b9f38fe7ed3af9c38301b09e54ebace93a5b63a
[INFO] running `Command { std: "docker" "start" "-a" "976fa5eea1aa4ffdaa206a7f1b9f38fe7ed3af9c38301b09e54ebace93a5b63a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]     Checking smallvec v1.11.0
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling thiserror v1.0.47
[INFO] [stderr]     Checking cpufeatures v0.2.9
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]    Compiling indexmap v1.9.3
[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-207634e8ec896ed1/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:     0x5c7fbd42c332 - std::backtrace_rs::backtrace::libunwind::trace::h891094572dc87f41
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5c7fbd42c332 - std::backtrace_rs::backtrace::trace_unsynchronized::h0f4b32b10f5344e2
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5c7fbd42c332 - std::sys::backtrace::_print_fmt::hba12e5e7a489ef95
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x5c7fbd42c332 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h99bfe0bffe442d68
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x5c7fbd4480c3 - core::fmt::rt::Argument::fmt::h808b14cdadff520f
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]      5:     0x5c7fbd4480c3 - core::fmt::write::h6013248e06841026
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/core/src/fmt/mod.rs:1469:25
[INFO] [stderr]      6:     0x5c7fbd429da3 - std::io::default_write_fmt::heef89a9c106908dd
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x5c7fbd429da3 - std::io::Write::write_fmt::h3594cf5a9fd38b7b
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]      8:     0x5c7fbd42c182 - std::sys::backtrace::BacktraceLock::print::h141a99332efccdfb
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x5c7fbd42d203 - std::panicking::default_hook::{{closure}}::hb4bb2e2b20fdbde9
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:300:27
[INFO] [stderr]     10:     0x5c7fbd42cfe5 - std::panicking::default_hook::h03b783b9253c59af
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:327:9
[INFO] [stderr]     11:     0x5c7fbd42dad2 - std::panicking::rust_panic_with_hook::he34c238474f7e081
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:833:13
[INFO] [stderr]     12:     0x5c7fbd42d96a - std::panicking::begin_panic_handler::{{closure}}::h9ae6cd345d67b800
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:706:13
[INFO] [stderr]     13:     0x5c7fbd42c829 - std::sys::backtrace::__rust_end_short_backtrace::h112b194985e9b439
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/sys/backtrace.rs:168:18
[INFO] [stderr]     14:     0x5c7fbd42d5fd - __rustc[658fb56f1fc9f5f]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:697:5
[INFO] [stderr]     15:     0x5c7fbd447390 - core::panicking::panic_fmt::hdb87a66f3c8fe8c2
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/core/src/panicking.rs:75:14
[INFO] [stderr]     16:     0x5c7fbd447726 - core::result::unwrap_failed::h056ef3dfe65a0da0
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/core/src/result.rs:1761:5
[INFO] [stderr]     17:     0x5c7fbd40a32f - build_script_main::main::hf017c3bb86559a84
[INFO] [stderr]     18:     0x5c7fbd407f33 - core::ops::function::FnOnce::call_once::hdcd2eecc398e4146
[INFO] [stderr]     19:     0x5c7fbd405536 - std::sys::backtrace::__rust_begin_short_backtrace::hb5336ccd14f66dc9
[INFO] [stderr]     20:     0x5c7fbd400799 - std::rt::lang_start::{{closure}}::h8b19179680ae4a8e
[INFO] [stderr]     21:     0x5c7fbd426cc0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4f4585fe72a25a3b
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/core/src/ops/function.rs:284:21
[INFO] [stderr]     22:     0x5c7fbd426cc0 - std::panicking::catch_unwind::do_call::hc7ecc65e80036aa3
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:589:40
[INFO] [stderr]     23:     0x5c7fbd426cc0 - std::panicking::catch_unwind::hecd6c0902cfaf2d3
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:552:19
[INFO] [stderr]     24:     0x5c7fbd426cc0 - std::panic::catch_unwind::hf2df4b1683f64d1d
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panic.rs:359:14
[INFO] [stderr]     25:     0x5c7fbd426cc0 - std::rt::lang_start_internal::{{closure}}::h5296c3d96741f8e3
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/rt.rs:175:24
[INFO] [stderr]     26:     0x5c7fbd426cc0 - std::panicking::catch_unwind::do_call::ha1d68ac5b71773e0
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:589:40
[INFO] [stderr]     27:     0x5c7fbd426cc0 - std::panicking::catch_unwind::hc49303e4359af9e3
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panicking.rs:552:19
[INFO] [stderr]     28:     0x5c7fbd426cc0 - std::panic::catch_unwind::hb4909e9c6b4c44c3
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/panic.rs:359:14
[INFO] [stderr]     29:     0x5c7fbd426cc0 - std::rt::lang_start_internal::h6f30646bbb0adad2
[INFO] [stderr]                                  at /rustc/32cd9114712a24010b0583624dc52ac302194128/library/std/src/rt.rs:171:5
[INFO] [stderr]     30:     0x5c7fbd400781 - std::rt::lang_start::h4c06fcd4866bd534
[INFO] [stderr]     31:     0x5c7fbd40a535 - main
[INFO] [stderr]     32:     0x7a9e3db271ca - <unknown>
[INFO] [stderr]     33:     0x7a9e3db2728b - __libc_start_main
[INFO] [stderr]     34:     0x5c7fbd3f8b65 - _start
[INFO] [stderr]     35:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcTIGswo/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib" "<sysroot>/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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcTIGswo/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/lock_api-14ea37f2faddf615/build_script_build-14ea37f2faddf615" "-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: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcgUiW10/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcgUiW10/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/futures-channel-0b9d32a948722663/build_script_build-0b9d32a948722663" "-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: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lock_api` (build script) due to 1 previous error
[INFO] [stderr] error: could not compile `futures-channel` (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/rmetaY1WFmb"
[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/rmetaz5vMVE"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `httparse` (lib) due to 1 previous error
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/build/indexmap-f08a5d7ee3c2e1b0/build_script_build-f08a5d7ee3c2e1b0.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/indexmap-f08a5d7ee3c2e1b0/dep-build-script-build-script-build`
[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] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaPwQyLw/full.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" "-m64" "/tmp/rustcG0aQAL/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcG0aQAL/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/serde-2448ae661875760e/build_script_build-2448ae661875760e" "-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 `serde` (build script) due to 1 previous error
[INFO] [stderr] error: could not compile `ppv-lite86` (lib) due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcFrufem/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libversion_check-a69353e011479d26.rlib" "<sysroot>/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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcFrufem/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/generic-array-faa41bd73e86d8a9/build_script_build-faa41bd73e86d8a9" "-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 `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" "-m64" "/tmp/rustcHdRUqZ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libversion_check-a69353e011479d26.rlib" "<sysroot>/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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcHdRUqZ/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/unicase-d05e49fc1f37ee95/build_script_build-d05e49fc1f37ee95" "-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 `unicase` (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/rustc8oGeXD/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib" "<sysroot>/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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc8oGeXD/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/slab-1529a980844655c8/build_script_build-1529a980844655c8" "-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 `slab` (build script) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "976fa5eea1aa4ffdaa206a7f1b9f38fe7ed3af9c38301b09e54ebace93a5b63a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "976fa5eea1aa4ffdaa206a7f1b9f38fe7ed3af9c38301b09e54ebace93a5b63a", kill_on_drop: false }`
[INFO] [stdout] 976fa5eea1aa4ffdaa206a7f1b9f38fe7ed3af9c38301b09e54ebace93a5b63a
