[INFO] cloning repository https://github.com/cheeem/Booking [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cheeem/Booking" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheeem%2FBooking", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheeem%2FBooking'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 28e95e2daa7c7925101126ebeb6adf4e69c897e1 [INFO] checking cheeem/Booking against master#9f48dedc9763334a587c66558974635807a113ed for pr-137394 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheeem%2FBooking" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cheeem/Booking on toolchain 9f48dedc9763334a587c66558974635807a113ed [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f48dedc9763334a587c66558974635807a113ed" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cheeem/Booking [INFO] finished tweaking git repo https://github.com/cheeem/Booking [INFO] tweaked toml for git repo https://github.com/cheeem/Booking written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/cheeem/Booking 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" "+9f48dedc9763334a587c66558974635807a113ed" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9f48dedc9763334a587c66558974635807a113ed" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b9e25f6e2ee398c5a4683062378ca678167a2123df301a2e210435c37979333 [INFO] running `Command { std: "docker" "start" "-a" "3b9e25f6e2ee398c5a4683062378ca678167a2123df301a2e210435c37979333", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b9e25f6e2ee398c5a4683062378ca678167a2123df301a2e210435c37979333", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b9e25f6e2ee398c5a4683062378ca678167a2123df301a2e210435c37979333", kill_on_drop: false }` [INFO] [stdout] 3b9e25f6e2ee398c5a4683062378ca678167a2123df301a2e210435c37979333 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9f48dedc9763334a587c66558974635807a113ed" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ccb73064077d8f8857194106a8f645296698ee0250b94916897e55c6f7370ceb [INFO] running `Command { std: "docker" "start" "-a" "ccb73064077d8f8857194106a8f645296698ee0250b94916897e55c6f7370ceb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking bytes v1.7.1 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/autocfg-0c4f859a930e1eb4.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/autocfg-0c4f859a930e1eb4/dep-lib-autocfg` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/log-37b7ca84b5d67a63.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/log-37b7ca84b5d67a63/dep-lib-log` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaGDWy2w" [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/rmetaBVAxvj" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/libc-30296fb0b43d3d88/output` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: could not compile `version_check` (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/9f48dedc9763334a587c66558974635807a113ed/bin/rustc --crate-name version_check --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/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())' -C metadata=2bca0c236b37ec2e -C extra-filename=-9366c3982144fcbd --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: failed to run custom build command for `typenum v1.17.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-029e1058a132b731/build-script-main` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build/main.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.17.0/build/main.rs:184: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: 0x5c6cc978a753 - std::backtrace_rs::backtrace::libunwind::trace::h66a857252c6cd84b [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5c6cc978a753 - std::backtrace_rs::backtrace::trace_unsynchronized::h8785cb1be7974adc [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5c6cc978a753 - std::sys::backtrace::_print_fmt::h8df81d6c4254fa9c [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5c6cc978a753 - ::fmt::h34f0385d14ae3533 [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5c6cc97a8183 - core::fmt::rt::Argument::fmt::h703e67cc35b78140 [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x5c6cc97a8183 - core::fmt::write::ha02be0b7dae2a082 [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x5c6cc9787df3 - std::io::Write::write_fmt::h96d540fb7f7e16aa [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x5c6cc978a5a2 - std::sys::backtrace::BacktraceLock::print::h9d47a62c5c049a75 [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5c6cc978b4da - std::panicking::default_hook::{{closure}}::ha5167c805bad0d52 [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x5c6cc978b34a - std::panicking::default_hook::hc5ab39792a8d2efb [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x5c6cc978bda2 - std::panicking::rust_panic_with_hook::h58a5f790738b8ed4 [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/panicking.rs:831:13 [INFO] [stderr] 11: 0x5c6cc978bc3a - std::panicking::begin_panic_handler::{{closure}}::hdc115c708fcb73d3 [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/panicking.rs:704:13 [INFO] [stderr] 12: 0x5c6cc978ac49 - std::sys::backtrace::__rust_end_short_backtrace::h6bbc04df5a1455b9 [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x5c6cc978b8cd - rust_begin_unwind [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/panicking.rs:695:5 [INFO] [stderr] 14: 0x5c6cc97a73d0 - core::panicking::panic_fmt::h417e5c070e11537d [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x5c6cc97a7766 - core::result::unwrap_failed::h5f2e24e7f4642fb0 [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/core/src/result.rs:1704:5 [INFO] [stderr] 16: 0x5c6cc9764ca5 - build_script_main::main::hc4eeb06815911264 [INFO] [stderr] 17: 0x5c6cc9754833 - core::ops::function::FnOnce::call_once::h7a6f68142228079b [INFO] [stderr] 18: 0x5c6cc9754626 - std::sys::backtrace::__rust_begin_short_backtrace::h0d9c3ea4ef747e95 [INFO] [stderr] 19: 0x5c6cc9760019 - std::rt::lang_start::{{closure}}::h563d0516debd9d82 [INFO] [stderr] 20: 0x5c6cc9784c90 - core::ops::function::impls:: for &F>::call_once::h826efdf8840fdcaa [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 21: 0x5c6cc9784c90 - std::panicking::try::do_call::h82519b77efe49a5a [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/panicking.rs:587:40 [INFO] [stderr] 22: 0x5c6cc9784c90 - std::panicking::try::h12521ecdc57fa028 [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/panicking.rs:550:19 [INFO] [stderr] 23: 0x5c6cc9784c90 - std::panic::catch_unwind::h7c2b5a571b31d60c [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/panic.rs:359:14 [INFO] [stderr] 24: 0x5c6cc9784c90 - std::rt::lang_start_internal::{{closure}}::hdc07f1b35666f46a [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/rt.rs:168:24 [INFO] [stderr] 25: 0x5c6cc9784c90 - std::panicking::try::do_call::he63ce679d14cb280 [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/panicking.rs:587:40 [INFO] [stderr] 26: 0x5c6cc9784c90 - std::panicking::try::h25ac5fe7cf6c23ea [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/panicking.rs:550:19 [INFO] [stderr] 27: 0x5c6cc9784c90 - std::panic::catch_unwind::h1b848e992d549d8f [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/panic.rs:359:14 [INFO] [stderr] 28: 0x5c6cc9784c90 - std::rt::lang_start_internal::hb8b5546e6552e08b [INFO] [stderr] at /rustc/9f48dedc9763334a587c66558974635807a113ed/library/std/src/rt.rs:164:5 [INFO] [stderr] 29: 0x5c6cc9760001 - std::rt::lang_start::hdcdecde585f1094d [INFO] [stderr] 30: 0x5c6cc9765215 - main [INFO] [stderr] 31: 0x7e3e8b6b7d90 - [INFO] [stderr] 32: 0x7e3e8b6b7e40 - __libc_start_main [INFO] [stderr] 33: 0x5c6cc9754345 - _start [INFO] [stderr] 34: 0x0 - [INFO] [stderr] error: could not compile `byteorder` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `futures-task` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcTZ4kWu/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/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" "-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/crossbeam-utils-a070e8816db01526/build_script_build-a070e8816db01526" "-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] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/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/ccyGRPWn.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o /opt/rustwide/target/debug/build/crossbeam-utils-a070e8816db01526/build_script_build-a070e8816db01526 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /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/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/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/../../.. /tmp/rustcTZ4kWu/symbols.o /opt/rustwide/target/debug/build/crossbeam-utils-a070e8816db01526/build_script_build-a070e8816db01526.build_script_build.770c8786698b471d-cgu.0.rcgu.o /opt/rustwide/target/debug/build/crossbeam-utils-a070e8816db01526/build_script_build-a070e8816db01526.build_script_build.770c8786698b471d-cgu.1.rcgu.o /opt/rustwide/target/debug/build/crossbeam-utils-a070e8816db01526/build_script_build-a070e8816db01526.5snm28sx1q3il04tydw35bgho.rcgu.o --as-needed -Bstatic /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-bd3f4c5fdfb888bb.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ba0cf80100c1478.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-179efac7a6a7f723.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e46000396b0bba78.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d2eaf444c66aba45.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-db2f80839eb9ecce.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2eda189d452afd61.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-331cfd83ce1f8ea1.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-b0408ac1de21093e.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-911e190b93f6b508.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-07405a1ed864919d.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-cc831637d52fbfcd.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-9d10dda95c3cb0d6.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2f7afbf46dcfa51d.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9a70dd751e922712.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-24c3ea97e9242675.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-747298ada1b3fdc7.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d31de6036608c8f.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b0bdd73c853bcf5c.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 `crossbeam-utils` (build script) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "ccb73064077d8f8857194106a8f645296698ee0250b94916897e55c6f7370ceb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccb73064077d8f8857194106a8f645296698ee0250b94916897e55c6f7370ceb", kill_on_drop: false }` [INFO] [stdout] ccb73064077d8f8857194106a8f645296698ee0250b94916897e55c6f7370ceb