[INFO] cloning repository https://github.com/coreyja/knowledge [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/coreyja/knowledge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoreyja%2Fknowledge", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoreyja%2Fknowledge'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0d1ee7870af5566682eacaefb1e4ec3475ef4cd9 [INFO] checking coreyja/knowledge against try#d7b15db413fd2070daa09a2c5b7f2ab38417429f for pr-144544 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoreyja%2Fknowledge" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/coreyja/knowledge [INFO] finished tweaking git repo https://github.com/coreyja/knowledge [INFO] tweaked toml for git repo https://github.com/coreyja/knowledge written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/coreyja/knowledge on toolchain d7b15db413fd2070daa09a2c5b7f2ab38417429f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d7b15db413fd2070daa09a2c5b7f2ab38417429f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/coreyja/knowledge 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" "+d7b15db413fd2070daa09a2c5b7f2ab38417429f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+d7b15db413fd2070daa09a2c5b7f2ab38417429f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 29e44d74d7ce8472c19acb0dcfa7dbf718df228db37d5adfcbaf28a17dd8f8f1 [INFO] running `Command { std: "docker" "start" "-a" "29e44d74d7ce8472c19acb0dcfa7dbf718df228db37d5adfcbaf28a17dd8f8f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "29e44d74d7ce8472c19acb0dcfa7dbf718df228db37d5adfcbaf28a17dd8f8f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29e44d74d7ce8472c19acb0dcfa7dbf718df228db37d5adfcbaf28a17dd8f8f1", kill_on_drop: false }` [INFO] [stdout] 29e44d74d7ce8472c19acb0dcfa7dbf718df228db37d5adfcbaf28a17dd8f8f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+d7b15db413fd2070daa09a2c5b7f2ab38417429f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69757afbb80bdd8bf7aae742f7334af72a4dbecd1fe19f9369d946bd40135d86 [INFO] running `Command { std: "docker" "start" "-a" "69757afbb80bdd8bf7aae742f7334af72a4dbecd1fe19f9369d946bd40135d86", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling proc-macro2 v1.0.83 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling cc v1.0.98 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking zerocopy v0.7.34 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Compiling syn v2.0.65 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking parking_lot v0.12.2 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking webpki-roots v0.25.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Checking new_debug_unreachable v1.0.6 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking rustls-native-certs v0.6.3 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking gimli v0.28.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking miniz_oxide v0.7.3 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Checking object v0.32.2 [INFO] [stderr] Checking mac v0.1.1 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Checking precomputed-hash v0.1.1 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Checking futf v0.1.5 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Checking addr2line v0.21.0 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking http-body-util v0.1.1 [INFO] [stderr] Compiling uuid v1.8.0 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Compiling finl_unicode v1.2.0 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Checking tendril v0.4.3 [INFO] [stderr] Compiling stringprep v0.1.4 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling phf_macros v0.10.0 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: failed to run custom build command for `markup5ever v0.11.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/markup5ever-8382664fadd73b83/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.11.0/build.rs:49:10: [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: 0x5ec313cc4352 - std::backtrace_rs::backtrace::libunwind::trace::hc4cbbaa73ad507ee [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5ec313cc4352 - std::backtrace_rs::backtrace::trace_unsynchronized::hb093da8a13fc6e6d [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5ec313cc4352 - std::sys::backtrace::_print_fmt::h3cc295e0987e8707 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5ec313cc4352 - ::fmt::hec9c3f31cee08ee2 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5ec313ce1543 - core::fmt::rt::Argument::fmt::h5594f73dbe6a7779 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x5ec313ce1543 - core::fmt::write::h75bd22c8623f5388 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/core/src/fmt/mod.rs:1468:25 [INFO] [stderr] 6: 0x5ec313cc1eb3 - std::io::default_write_fmt::h09efd5f0ede45fa8 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x5ec313cc1eb3 - std::io::Write::write_fmt::hb1470f78b590d60b [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x5ec313cc41a2 - std::sys::backtrace::BacktraceLock::print::hd4ffe9c6f06e312f [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x5ec313cc5243 - std::panicking::default_hook::{{closure}}::h35e40aae8c622c7c [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/panicking.rs:300:27 [INFO] [stderr] 10: 0x5ec313cc5025 - std::panicking::default_hook::hd60f83fb77ca617d [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x5ec313cc5c55 - std::panicking::rust_panic_with_hook::h1df85b3b9c103c68 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x5ec313cc59ea - std::panicking::begin_panic_handler::{{closure}}::habfec72e79b8daaa [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x5ec313cc4849 - std::sys::backtrace::__rust_end_short_backtrace::h2d74a61578e443a3 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 14: 0x5ec313cc567d - __rustc[1308480b2014ace]::rust_begin_unwind [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x5ec313ce07e0 - core::panicking::panic_fmt::h57bccda2d2fe01b2 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x5ec313ce0ba6 - core::result::unwrap_failed::hca91c3537e86df2d [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/core/src/result.rs:1765:5 [INFO] [stderr] 17: 0x5ec313c5e79b - build_script_build::main::hc7d03d4d4225520b [INFO] [stderr] 18: 0x5ec313c57a83 - core::ops::function::FnOnce::call_once::h214e7fc43a30ff88 [INFO] [stderr] 19: 0x5ec313c5ba86 - std::sys::backtrace::__rust_begin_short_backtrace::hdd5c050a3e4f12bf [INFO] [stderr] 20: 0x5ec313c5b9a9 - std::rt::lang_start::{{closure}}::h1ad1724dc0be4c48 [INFO] [stderr] 21: 0x5ec313cbf730 - core::ops::function::impls:: for &F>::call_once::h8aab60fb479dbeac [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/core/src/ops/function.rs:290:21 [INFO] [stderr] 22: 0x5ec313cbf730 - std::panicking::catch_unwind::do_call::h7defa0fb38f68bc2 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/panicking.rs:589:40 [INFO] [stderr] 23: 0x5ec313cbf730 - std::panicking::catch_unwind::he7fc70d24e03239a [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/panicking.rs:552:19 [INFO] [stderr] 24: 0x5ec313cbf730 - std::panic::catch_unwind::h070f5fe03109632e [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/panic.rs:359:14 [INFO] [stderr] 25: 0x5ec313cbf730 - std::rt::lang_start_internal::{{closure}}::h9d3c1a10ab3a5941 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/rt.rs:175:24 [INFO] [stderr] 26: 0x5ec313cbf730 - std::panicking::catch_unwind::do_call::hc599a24c7432d989 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/panicking.rs:589:40 [INFO] [stderr] 27: 0x5ec313cbf730 - std::panicking::catch_unwind::hb1183bd64f8dd483 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/panicking.rs:552:19 [INFO] [stderr] 28: 0x5ec313cbf730 - std::panic::catch_unwind::hff6d354f7e741a3e [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/panic.rs:359:14 [INFO] [stderr] 29: 0x5ec313cbf730 - std::rt::lang_start_internal::h64ae07c3f8a12035 [INFO] [stderr] at /rustc/d7b15db413fd2070daa09a2c5b7f2ab38417429f/library/std/src/rt.rs:171:5 [INFO] [stderr] 30: 0x5ec313c5b991 - std::rt::lang_start::h0acba5563ee59d1f [INFO] [stderr] 31: 0x5ec313c5fb95 - main [INFO] [stderr] 32: 0x7a067eb371ca - [INFO] [stderr] 33: 0x7a067eb3728b - __libc_start_main [INFO] [stderr] 34: 0x5ec313c52c75 - _start [INFO] [stderr] 35: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libfutures_util-d9c7870ecea33f67.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `eyre` (build script) [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/d7b15db413fd2070daa09a2c5b7f2ab38417429f/bin/rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/eyre-0.6.12/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="auto-install"' --cfg 'feature="default"' --cfg 'feature="track-caller"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-install", "default", "pyo3", "track-caller"))' -C metadata=a861d775ae12af82 -C extra-filename=-48b0281fc7a45a72 --out-dir /opt/rustwide/target/debug/build/eyre-48b0281fc7a45a72 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `futures-util` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaUdQiqE/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fastrand` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta3nRtnY/full.rmeta`: No space left on device (os error 28) [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/rmeta4R9NzZ" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `crossbeam-utils` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `serde_derive` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/d7b15db413fd2070daa09a2c5b7f2ab38417429f/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.203/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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=16f0496a6b8c108a -C extra-filename=-b7121bf1741999d5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ba5565ade96308d0.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-6e4d209d01ad8a9d.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-672dc3f5f268eaf7.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `rustls` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `phf_macros` (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/d7b15db413fd2070daa09a2c5b7f2ab38417429f/bin/rustc --crate-name phf_macros --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/phf_macros-0.10.0/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("unicase", "unicase_"))' -C metadata=2ef318c408679ff7 -C extra-filename=-2f1eb2eaafd5ffd4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern phf_generator=/opt/rustwide/target/debug/deps/libphf_generator-b73310f262fc7ff2.rlib --extern phf_shared=/opt/rustwide/target/debug/deps/libphf_shared-e3c1cf4b210b7b4d.rlib --extern proc_macro_hack=/opt/rustwide/target/debug/deps/libproc_macro_hack-e081b3106e47e840.so --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ba5565ade96308d0.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-6e4d209d01ad8a9d.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-6c2bff23f17c5d45.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaCtJbmI" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio` (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/rmetaEMReZT" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetawiPP83/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tracing-subscriber` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `rustls` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "69757afbb80bdd8bf7aae742f7334af72a4dbecd1fe19f9369d946bd40135d86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69757afbb80bdd8bf7aae742f7334af72a4dbecd1fe19f9369d946bd40135d86", kill_on_drop: false }` [INFO] [stdout] 69757afbb80bdd8bf7aae742f7334af72a4dbecd1fe19f9369d946bd40135d86