[INFO] cloning repository https://github.com/jbr/tide-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jbr/tide-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjbr%2Ftide-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjbr%2Ftide-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c10fe2592e335ff83c02ac9a1a12ecfa4ad71456 [INFO] checking jbr/tide-example against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjbr%2Ftide-example" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] fatal: could not create leading directories of '/workspace/builds/worker-5-tc2/source': No space left on device [INFO] checking jbr/tide-example against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjbr%2Ftide-example" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jbr/tide-example on toolchain 5fee451ebd94296ea05214e819c311e164b30af6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jbr/tide-example [INFO] finished tweaking git repo https://github.com/jbr/tide-example [INFO] tweaked toml for git repo https://github.com/jbr/tide-example written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jbr/tide-example 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" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded askama v0.11.1 [INFO] [stderr] error: No space left on device (os error 28) [INFO] checking jbr/tide-example against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjbr%2Ftide-example" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] error: failed to write new configuration file /workspace/builds/worker-5-tc2/source/.git/config.lock [INFO] [stderr] fatal: could not set 'core.filemode' to 'true' [INFO] checking jbr/tide-example against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjbr%2Ftide-example" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jbr/tide-example on toolchain 5fee451ebd94296ea05214e819c311e164b30af6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jbr/tide-example [INFO] finished tweaking git repo https://github.com/jbr/tide-example [INFO] tweaked toml for git repo https://github.com/jbr/tide-example written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jbr/tide-example 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" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded askama_tide v0.14.0 [INFO] [stderr] Downloaded askama_shared v0.12.1 [INFO] [stderr] Downloaded askama_derive v0.11.2 [INFO] [stderr] Downloaded async-sqlx-session v0.2.1 [INFO] [stderr] Downloaded askama v0.11.1 [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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d1c46fdeef47faad310b055f9d176bb7100862781f5efc84a7133892af6c310 [INFO] running `Command { std: "docker" "start" "-a" "8d1c46fdeef47faad310b055f9d176bb7100862781f5efc84a7133892af6c310", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d1c46fdeef47faad310b055f9d176bb7100862781f5efc84a7133892af6c310", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d1c46fdeef47faad310b055f9d176bb7100862781f5efc84a7133892af6c310", kill_on_drop: false }` [INFO] [stdout] 8d1c46fdeef47faad310b055f9d176bb7100862781f5efc84a7133892af6c310 [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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de1f55b3b08c041e13108998a727fa01c301537d7447d30c770a0c06e28d8ec9 [INFO] running `Command { std: "docker" "start" "-a" "de1f55b3b08c041e13108998a727fa01c301537d7447d30c770a0c06e28d8ec9", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling syn v1.0.105 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.150 [INFO] [stderr] Compiling serde v1.0.150 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Checking sval v1.0.0-alpha.5 [INFO] [stderr] Checking event-listener v2.5.1 [INFO] [stderr] Checking futures-io v0.3.15 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking subtle v2.4.0 [INFO] [stdout] error[E0635]: unknown feature `proc_macro_span_shrink` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.47/src/lib.rs:92:30 [INFO] [stdout] | [INFO] [stdout] 92 | feature(proc_macro_span, proc_macro_span_shrink) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking cache-padded v1.1.1 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Checking pin-project-lite v0.2.6 [INFO] [stderr] Checking once_cell v1.7.2 [INFO] [stderr] Checking concurrent-queue v1.2.2 [INFO] [stderr] Checking fastrand v1.4.1 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stdout] For more information about this error, try `rustc --explain E0635`. [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/concurrent_queue-0a314ae72e66cdbd.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/concurrent-queue-0a314ae72e66cdbd/dep-lib-concurrent_queue` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/pkg_config-45ce33b17ba89058.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/pkg-config-45ce33b17ba89058/dep-lib-pkg_config` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/waker_fn-1e1db84531cbcec0.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/waker-fn-1e1db84531cbcec0/dep-lib-waker_fn` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: failed to run custom build command for `typenum v1.13.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-de063daaf97f2076/build-script-main` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-env=TYPENUM_BUILD_CONSTS=/opt/rustwide/target/debug/build/typenum-a29007410d82bb0b/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.13.0/build/main.rs:168: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: 0x611afdd41ef2 - std::backtrace_rs::backtrace::libunwind::trace::h76a675e3bed93fe4 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x611afdd41ef2 - std::backtrace_rs::backtrace::trace_unsynchronized::hbe24d41fddbf213a [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x611afdd41ef2 - std::sys::backtrace::_print_fmt::h61bce63f9138e231 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x611afdd41ef2 - ::fmt::h83064dac7c3d7d4e [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x611afdd5f893 - core::fmt::rt::Argument::fmt::h3b5ab7e22cd8a04c [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/core/src/fmt/rt.rs:184:76 [INFO] [stderr] 5: 0x611afdd5f893 - core::fmt::write::ha0b4fd5f79fd7783 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/core/src/fmt/mod.rs:1480:21 [INFO] [stderr] 6: 0x611afdd3fa03 - std::io::default_write_fmt::hbd4baadb0e6e75fe [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x611afdd3fa03 - std::io::Write::write_fmt::hc34e0f4578180512 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/io/mod.rs:1914:13 [INFO] [stderr] 8: 0x611afdd41d42 - std::sys::backtrace::BacktraceLock::print::hef7ee76eb345d78b [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x611afdd42db2 - std::panicking::default_hook::{{closure}}::h4d1fcb690be0806e [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/panicking.rs:300:22 [INFO] [stderr] 10: 0x611afdd42bb5 - std::panicking::default_hook::h678d64c04011e5a5 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x611afdd43682 - std::panicking::rust_panic_with_hook::hb834795fb6cb5eb3 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x611afdd4351a - std::panicking::begin_panic_handler::{{closure}}::h93e25349bcf97d0e [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x611afdd423e9 - std::sys::backtrace::__rust_end_short_backtrace::hce12881bdea21d65 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x611afdd431ad - __rustc[64dab68cc01ac0bb]::rust_begin_unwind [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x611afdd5eb40 - core::panicking::panic_fmt::h8f158a07adb5c9bf [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x611afdd5eed6 - core::result::unwrap_failed::h1eaf0d9a403ddfdf [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/core/src/result.rs:1704:5 [INFO] [stderr] 17: 0x611afdd21707 - build_script_main::main::haed0b47f71854d13 [INFO] [stderr] 18: 0x611afdd1f2c3 - core::ops::function::FnOnce::call_once::h26dc7b62381def0f [INFO] [stderr] 19: 0x611afdd1e6b6 - std::sys::backtrace::__rust_begin_short_backtrace::h72fb7a428e8dc290 [INFO] [stderr] 20: 0x611afdd17b19 - std::rt::lang_start::{{closure}}::h65b2618fe3a5e273 [INFO] [stderr] 21: 0x611afdd3c7b0 - core::ops::function::impls:: for &F>::call_once::h0718dfbaf4dda687 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 22: 0x611afdd3c7b0 - std::panicking::try::do_call::hac94109376a2feb6 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/panicking.rs:589:40 [INFO] [stderr] 23: 0x611afdd3c7b0 - std::panicking::try::h80ad42a7225a38d6 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/panicking.rs:552:19 [INFO] [stderr] 24: 0x611afdd3c7b0 - std::panic::catch_unwind::h6128c327fb0ebbf6 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/panic.rs:359:14 [INFO] [stderr] 25: 0x611afdd3c7b0 - std::rt::lang_start_internal::{{closure}}::h49cf5bbb1bc1d295 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/rt.rs:168:24 [INFO] [stderr] 26: 0x611afdd3c7b0 - std::panicking::try::do_call::hb39c0d6e393b1411 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/panicking.rs:589:40 [INFO] [stderr] 27: 0x611afdd3c7b0 - std::panicking::try::he79a2dee8af6d87b [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/panicking.rs:552:19 [INFO] [stderr] 28: 0x611afdd3c7b0 - std::panic::catch_unwind::hb8f4a6fb4188066d [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/panic.rs:359:14 [INFO] [stderr] 29: 0x611afdd3c7b0 - std::rt::lang_start_internal::ha33f3ff8925b54c0 [INFO] [stderr] at /rustc/5fee451ebd94296ea05214e819c311e164b30af6/library/std/src/rt.rs:164:5 [INFO] [stderr] 30: 0x611afdd17b01 - std::rt::lang_start::hea0293aef9eb7963 [INFO] [stderr] 31: 0x611afdd21ae5 - main [INFO] [stderr] 32: 0x7e691b67f1ca - [INFO] [stderr] 33: 0x7e691b67f28b - __libc_start_main [INFO] [stderr] 34: 0x611afdd0d555 - _start [INFO] [stderr] 35: 0x0 - [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/build/value-bag-9b9fba9af11f7c6f/build_script_build-9b9fba9af11f7c6f.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/value-bag-9b9fba9af11f7c6f/dep-build-script-build-script-build` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaEiDXiz" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cc` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/5fee451ebd94296ea05214e819c311e164b30af6/bin/rustc --crate-name cc --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.0.68/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=bf80f3fba0fceb76 -C extra-filename=-c1c831ea659184b2 --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 `parking` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `memchr` (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/5fee451ebd94296ea05214e819c311e164b30af6/bin/rustc --crate-name memchr --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.4.0/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"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc", "std", "use_std"))' -C metadata=16523ebfaf9ba586 -C extra-filename=-cd9388b7d2c26136 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` (exit status: 101) [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/num-traits-67620e3455a14cc1/output` [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/rmetacnGe06" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `futures-core` (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/rmetaiyZ2dO" [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/rmetaX0ds9i" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fastrand` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `proc-macro-hack` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcKSl5O0/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libversion_check-7b4782a97d65a983.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcKSl5O0/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/generic-array-f708a0cc84c716d3/build_script_build-f708a0cc84c716d3" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `generic-array` (build script) due to 1 previous error [INFO] [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/rmetapsYdjU/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` (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/5fee451ebd94296ea05214e819c311e164b30af6/bin/rustc --crate-name libc --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.95/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=b1f2cb7a239d8df1 -C extra-filename=-9c3503279399c3b5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor` (exit status: 101) [INFO] [stderr] error: could not compile `libc` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "de1f55b3b08c041e13108998a727fa01c301537d7447d30c770a0c06e28d8ec9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de1f55b3b08c041e13108998a727fa01c301537d7447d30c770a0c06e28d8ec9", kill_on_drop: false }` [INFO] [stdout] de1f55b3b08c041e13108998a727fa01c301537d7447d30c770a0c06e28d8ec9