[INFO] cloning repository https://github.com/panosdim/opass-hybrid-api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/panosdim/opass-hybrid-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanosdim%2Fopass-hybrid-api", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanosdim%2Fopass-hybrid-api'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1ec1af7cc82ab21e3d76ef9c867c0879e22ec1fd [INFO] checking panosdim/opass-hybrid-api against master#4b596bbd847672da87763b76171687d3544863c2 for pr-144544 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanosdim%2Fopass-hybrid-api" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/panosdim/opass-hybrid-api [INFO] finished tweaking git repo https://github.com/panosdim/opass-hybrid-api [INFO] tweaked toml for git repo https://github.com/panosdim/opass-hybrid-api written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/panosdim/opass-hybrid-api on toolchain 4b596bbd847672da87763b76171687d3544863c2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4b596bbd847672da87763b76171687d3544863c2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/panosdim/opass-hybrid-api 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" "+4b596bbd847672da87763b76171687d3544863c2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+4b596bbd847672da87763b76171687d3544863c2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 27b09adc37de78a0428167796757b4145a57e3d9455208758508986eea011147 [INFO] running `Command { std: "docker" "start" "-a" "27b09adc37de78a0428167796757b4145a57e3d9455208758508986eea011147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27b09adc37de78a0428167796757b4145a57e3d9455208758508986eea011147", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27b09adc37de78a0428167796757b4145a57e3d9455208758508986eea011147", kill_on_drop: false }` [INFO] [stdout] 27b09adc37de78a0428167796757b4145a57e3d9455208758508986eea011147 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+4b596bbd847672da87763b76171687d3544863c2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1417f6bbf3878dc43a07079fe3dd951f5631c9f765eafa6723d65d1449fe3b90 [INFO] running `Command { std: "docker" "start" "-a" "1417f6bbf3878dc43a07079fe3dd951f5631c9f765eafa6723d65d1449fe3b90", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.144 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling tokio v1.28.0 [INFO] [stderr] Compiling generic-array v0.14.7 [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.56/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] Compiling ahash v0.7.6 [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling rustls v0.20.8 [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] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta7ekATv" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bytes` (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/4b596bbd847672da87763b76171687d3544863c2/bin/rustc --crate-name bytes --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=b6faf4b945f9fc1e -C extra-filename=-d207daea46c1787e --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.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:184:14: [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: 0x5c94eeb89162 - std::backtrace_rs::backtrace::libunwind::trace::h571f380af15fd245 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5c94eeb89162 - std::backtrace_rs::backtrace::trace_unsynchronized::hf1f9864253c4c205 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5c94eeb89162 - std::sys::backtrace::_print_fmt::h3ec0c7d192269dd6 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5c94eeb89162 - ::fmt::h54923a691218512b [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5c94eeba4ea3 - core::fmt::rt::Argument::fmt::h3d0e6a6c5423eb43 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x5c94eeba4ea3 - core::fmt::write::ha1c92940fd8d066d [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/core/src/fmt/mod.rs:1468:25 [INFO] [stderr] 6: 0x5c94eeb86d13 - std::io::default_write_fmt::h0f6ad9e69d606f8b [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x5c94eeb86d13 - std::io::Write::write_fmt::hb327138ae1f24927 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x5c94eeb88fb2 - std::sys::backtrace::BacktraceLock::print::h56a3a4c305ecd2d1 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x5c94eeb8a043 - std::panicking::default_hook::{{closure}}::hc29b03f5cdd932f3 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/panicking.rs:300:27 [INFO] [stderr] 10: 0x5c94eeb89e25 - std::panicking::default_hook::h276fbab8efe8caf3 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x5c94eeb8a915 - std::panicking::rust_panic_with_hook::h58eef18cf029e6c2 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x5c94eeb8a7aa - std::panicking::begin_panic_handler::{{closure}}::h90b4034cedf79832 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x5c94eeb89659 - std::sys::backtrace::__rust_end_short_backtrace::h9736ce24e805730f [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 14: 0x5c94eeb8a43d - __rustc[1a162ac9d8c43a5c]::rust_begin_unwind [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x5c94eeba4170 - core::panicking::panic_fmt::h57d90be74b1c1f76 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x5c94eeba4506 - core::result::unwrap_failed::hfc7b646839088d93 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/core/src/result.rs:1765:5 [INFO] [stderr] 17: 0x5c94eeb674f6 - build_script_main::main::ha43364447fd5aeee [INFO] [stderr] 18: 0x5c94eeb60943 - core::ops::function::FnOnce::call_once::h550c2c71bdfa353b [INFO] [stderr] 19: 0x5c94eeb62cc6 - std::sys::backtrace::__rust_begin_short_backtrace::h74ef5d1016ca3cc0 [INFO] [stderr] 20: 0x5c94eeb62ca9 - std::rt::lang_start::{{closure}}::h7a0f019dcda3dd65 [INFO] [stderr] 21: 0x5c94eeb83b30 - core::ops::function::impls:: for &F>::call_once::hc8ae13a72c677ee2 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/core/src/ops/function.rs:290:21 [INFO] [stderr] 22: 0x5c94eeb83b30 - std::panicking::catch_unwind::do_call::h50dde308cffb2463 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/panicking.rs:589:40 [INFO] [stderr] 23: 0x5c94eeb83b30 - std::panicking::catch_unwind::hb5886863e1f61487 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/panicking.rs:552:19 [INFO] [stderr] 24: 0x5c94eeb83b30 - std::panic::catch_unwind::h568d1bf719a09ec6 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/panic.rs:359:14 [INFO] [stderr] 25: 0x5c94eeb83b30 - std::rt::lang_start_internal::{{closure}}::h28b41336198f7650 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/rt.rs:175:24 [INFO] [stderr] 26: 0x5c94eeb83b30 - std::panicking::catch_unwind::do_call::h83ff67e156778f15 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/panicking.rs:589:40 [INFO] [stderr] 27: 0x5c94eeb83b30 - std::panicking::catch_unwind::hfa601acc14a0d6b6 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/panicking.rs:552:19 [INFO] [stderr] 28: 0x5c94eeb83b30 - std::panic::catch_unwind::h3a48fd7a8f235706 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/panic.rs:359:14 [INFO] [stderr] 29: 0x5c94eeb83b30 - std::rt::lang_start_internal::h520b6b6fdefec226 [INFO] [stderr] at /rustc/4b596bbd847672da87763b76171687d3544863c2/library/std/src/rt.rs:171:5 [INFO] [stderr] 30: 0x5c94eeb62c91 - std::rt::lang_start::hbb168d9929215294 [INFO] [stderr] 31: 0x5c94eeb67625 - main [INFO] [stderr] 32: 0x7109f1b081ca - [INFO] [stderr] 33: 0x7109f1b0828b - __libc_start_main [INFO] [stderr] 34: 0x5c94eeb55be5 - _start [INFO] [stderr] 35: 0x0 - [INFO] [stderr] error: could not compile `slab` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `pkg-config` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4b596bbd847672da87763b76171687d3544863c2/bin/rustc --crate-name pkg_config --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.27/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=704f228577064885 -C extra-filename=-d0cb7247bbe246d2 --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] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/build/rustls-5f0cfa4eabf9f3cd/build_script_build-5f0cfa4eabf9f3cd.d [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcXsdRpE/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,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/rustcXsdRpE/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/tokio-8fa0ce40a9ba77b3/build_script_build-8fa0ce40a9ba77b3" "-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] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/rustls-5f0cfa4eabf9f3cd/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 `paste` (build script) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4b596bbd847672da87763b76171687d3544863c2/bin/rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1791dec365d223b -C extra-filename=-f0f07b610edf61a6 --out-dir /opt/rustwide/target/debug/build/paste-f0f07b610edf61a6 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `parking_lot_core` (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/4b596bbd847672da87763b76171687d3544863c2/bin/rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2441a74a2b404965 -C extra-filename=-8f091e3d117fd203 --out-dir /opt/rustwide/target/debug/build/parking_lot_core-8f091e3d117fd203 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `tokio` (build script) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaw5PS1Z/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `memchr` (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/rmeta1KGhrd" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lock_api` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaFtILFt/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta1JM82S/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "1417f6bbf3878dc43a07079fe3dd951f5631c9f765eafa6723d65d1449fe3b90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1417f6bbf3878dc43a07079fe3dd951f5631c9f765eafa6723d65d1449fe3b90", kill_on_drop: false }` [INFO] [stdout] 1417f6bbf3878dc43a07079fe3dd951f5631c9f765eafa6723d65d1449fe3b90