[INFO] cloning repository https://github.com/manthis/solana-dapp-vote [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/manthis/solana-dapp-vote" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanthis%2Fsolana-dapp-vote", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanthis%2Fsolana-dapp-vote'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6a7b9100ac8c6735f1633f35808f36803a7c3f39 [INFO] checking manthis/solana-dapp-vote against master#249cb84316401daf040832cdbb8a45e0f5ab6af8 for pr-138438 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanthis%2Fsolana-dapp-vote" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/manthis/solana-dapp-vote on toolchain 249cb84316401daf040832cdbb8a45e0f5ab6af8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+249cb84316401daf040832cdbb8a45e0f5ab6af8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/manthis/solana-dapp-vote [INFO] finished tweaking git repo https://github.com/manthis/solana-dapp-vote [INFO] tweaked toml for git repo https://github.com/manthis/solana-dapp-vote written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/manthis/solana-dapp-vote 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" "+249cb84316401daf040832cdbb8a45e0f5ab6af8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded solana-frozen-abi v1.18.0 [INFO] [stderr] Downloaded solana-frozen-abi-macro v1.18.0 [INFO] [stderr] Downloaded solana-sdk-macro v1.18.0 [INFO] [stderr] Downloaded solana-program v1.18.0 [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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+249cb84316401daf040832cdbb8a45e0f5ab6af8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f6c18a07e9d8b41a10300405dded9acbd97d05924dc68ec4705a8ace7d088849 [INFO] running `Command { std: "docker" "start" "-a" "f6c18a07e9d8b41a10300405dded9acbd97d05924dc68ec4705a8ace7d088849", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f6c18a07e9d8b41a10300405dded9acbd97d05924dc68ec4705a8ace7d088849", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6c18a07e9d8b41a10300405dded9acbd97d05924dc68ec4705a8ace7d088849", kill_on_drop: false }` [INFO] [stdout] f6c18a07e9d8b41a10300405dded9acbd97d05924dc68ec4705a8ace7d088849 [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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+249cb84316401daf040832cdbb8a45e0f5ab6af8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] feb5c23eabe7a8bf6a3b4f64fb21d3d06d86480d83878c91ab9810bc3b2ae29f [INFO] running `Command { std: "docker" "start" "-a" "feb5c23eabe7a8bf6a3b4f64fb21d3d06d86480d83878c91ab9810bc3b2ae29f", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling thiserror v1.0.62 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling bs58 v0.5.1 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.92 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling feature-probe v0.1.1 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling bv v0.11.1 [INFO] [stderr] Checking bitmaps v2.1.0 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling solana-frozen-abi-macro v1.18.0 [INFO] [stderr] Compiling im v15.1.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking opaque-debug v0.3.1 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling borsh v1.5.1 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Compiling syn v2.0.70 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Compiling solana-frozen-abi v1.18.0 [INFO] [stderr] error: failed to run custom build command for `rustversion v1.0.17` [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/rustversion-7a98774a027b66fd/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build/build.rs [INFO] [stderr] cargo:rustc-check-cfg=cfg(cfg_macro_not_allowed) [INFO] [stderr] cargo:rustc-check-cfg=cfg(host_os, values("windows")) [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.17/build/build.rs:84:34: [INFO] [stderr] failed to write version.expr: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x648abc924872 - std::backtrace_rs::backtrace::libunwind::trace::h3ca85a015dc9daae [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x648abc924872 - std::backtrace_rs::backtrace::trace_unsynchronized::hea07d8f066cb66b6 [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x648abc924872 - std::sys::backtrace::_print_fmt::hf5d0a154e84f7ddf [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x648abc924872 - ::fmt::h39e93bfe1c6c3ad8 [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x648abc945ca3 - core::fmt::rt::Argument::fmt::h6bdb6269af52c1c5 [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/core/src/fmt/rt.rs:185:76 [INFO] [stderr] 5: 0x648abc945ca3 - core::fmt::write::hfc9c9c55a6f52be7 [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x648abc921b53 - std::io::Write::write_fmt::h0a43ca53c490e68f [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x648abc9246c2 - std::sys::backtrace::BacktraceLock::print::hb524a4692f0381e4 [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x648abc925650 - std::panicking::default_hook::{{closure}}::hd0774378d55bcfda [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x648abc9253ed - std::panicking::default_hook::hdb0ce6456f093416 [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x648abc925f22 - std::panicking::rust_panic_with_hook::h28210e9700718d16 [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/panicking.rs:831:13 [INFO] [stderr] 11: 0x648abc925dba - std::panicking::begin_panic_handler::{{closure}}::h6be14aec42c1665d [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/panicking.rs:704:13 [INFO] [stderr] 12: 0x648abc924d69 - std::sys::backtrace::__rust_end_short_backtrace::hb701e38bde6851d2 [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x648abc925a4d - rust_begin_unwind [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/panicking.rs:695:5 [INFO] [stderr] 14: 0x648abc944f20 - core::panicking::panic_fmt::hf5a6ae5e6af7373a [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x648abc9452b6 - core::result::unwrap_failed::h51d44a78f595a47e [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/core/src/result.rs:1704:5 [INFO] [stderr] 16: 0x648abc8fce90 - core::result::Result::expect::h7e198c47751f1395 [INFO] [stderr] 17: 0x648abc8ffa7b - build_script_build::main::h618ea9a0831447b1 [INFO] [stderr] 18: 0x648abc8f7403 - core::ops::function::FnOnce::call_once::h2cf55368ae5621aa [INFO] [stderr] 19: 0x648abc8f6866 - std::sys::backtrace::__rust_begin_short_backtrace::hf4cc77adb3646ccc [INFO] [stderr] 20: 0x648abc8fadc9 - std::rt::lang_start::{{closure}}::h8b85498f7bd1ce1b [INFO] [stderr] 21: 0x648abc91e4e0 - core::ops::function::impls:: for &F>::call_once::h2477448622bb93ab [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 22: 0x648abc91e4e0 - std::panicking::try::do_call::h58280ecc5ea4ee5f [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/panicking.rs:587:40 [INFO] [stderr] 23: 0x648abc91e4e0 - std::panicking::try::h52c0a78febfd8dd4 [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/panicking.rs:550:19 [INFO] [stderr] 24: 0x648abc91e4e0 - std::panic::catch_unwind::ha90ddf6d83b8a0d0 [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/panic.rs:359:14 [INFO] [stderr] 25: 0x648abc91e4e0 - std::rt::lang_start_internal::{{closure}}::hac38b11394161699 [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/rt.rs:168:24 [INFO] [stderr] 26: 0x648abc91e4e0 - std::panicking::try::do_call::h03c91702c4a31e9d [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/panicking.rs:587:40 [INFO] [stderr] 27: 0x648abc91e4e0 - std::panicking::try::hf47d086ca341f566 [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/panicking.rs:550:19 [INFO] [stderr] 28: 0x648abc91e4e0 - std::panic::catch_unwind::hdeed9bae73745c3c [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/panic.rs:359:14 [INFO] [stderr] 29: 0x648abc91e4e0 - std::rt::lang_start_internal::h5b5a8fe68a8af90d [INFO] [stderr] at /rustc/249cb84316401daf040832cdbb8a45e0f5ab6af8/library/std/src/rt.rs:164:5 [INFO] [stderr] 30: 0x648abc8fadb1 - std::rt::lang_start::h7f29cb608fabaab6 [INFO] [stderr] 31: 0x648abc8fffd5 - main [INFO] [stderr] 32: 0x7d808819cd90 - [INFO] [stderr] 33: 0x7d808819ce40 - __libc_start_main [INFO] [stderr] 34: 0x648abc8f5c95 - _start [INFO] [stderr] 35: 0x0 - [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/num_integer-a6d1f1b849f51d53.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/num-integer-a6d1f1b849f51d53/dep-lib-num_integer` [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] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `proc-macro-error-attr` (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/249cb84316401daf040832cdbb8a45e0f5ab6af8/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/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())' -C metadata=29718c3da794fba5 -C extra-filename=-0cd084979325b0ae --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-54a1af2ab8fc2520.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-8c2efd2849903af0.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `solana-frozen-abi` (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/249cb84316401daf040832cdbb8a45e0f5ab6af8/bin/rustc --crate-name build_script_build --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/solana-frozen-abi-1.18.0/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=a28782b593b961b1 -C extra-filename=-0a3685a40e5a5dcb --out-dir /opt/rustwide/target/debug/build/solana-frozen-abi-0a3685a40e5a5dcb -L dependency=/opt/rustwide/target/debug/deps --extern rustc_version=/opt/rustwide/target/debug/deps/librustc_version-274b8dfc42933def.rlib --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/rmeta36yaZp" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hashbrown` (lib) due to 1 previous error [INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/syn-72ac8b43801c6844.d`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta5mjj08/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `indexmap` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaL1SgGQ/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetabWmU6i/lib.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] [stderr] error: could not compile `num-traits` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "feb5c23eabe7a8bf6a3b4f64fb21d3d06d86480d83878c91ab9810bc3b2ae29f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "feb5c23eabe7a8bf6a3b4f64fb21d3d06d86480d83878c91ab9810bc3b2ae29f", kill_on_drop: false }` [INFO] [stdout] feb5c23eabe7a8bf6a3b4f64fb21d3d06d86480d83878c91ab9810bc3b2ae29f