[INFO] cloning repository https://github.com/lukathao/foodie-wallet [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lukathao/foodie-wallet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukathao%2Ffoodie-wallet", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukathao%2Ffoodie-wallet'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6dda1682332186769080f04fb17033464a6b40b1 [INFO] checking lukathao/foodie-wallet against try#5785402183672f7786e9dc343d7b435bdaf4a4bc for pr-138001 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukathao%2Ffoodie-wallet" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lukathao/foodie-wallet on toolchain 5785402183672f7786e9dc343d7b435bdaf4a4bc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5785402183672f7786e9dc343d7b435bdaf4a4bc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lukathao/foodie-wallet [INFO] finished tweaking git repo https://github.com/lukathao/foodie-wallet [INFO] tweaked toml for git repo https://github.com/lukathao/foodie-wallet written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/lukathao/foodie-wallet 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" "+5785402183672f7786e9dc343d7b435bdaf4a4bc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+5785402183672f7786e9dc343d7b435bdaf4a4bc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 29917b518efbabf9880c999b12668a11f572c6782b726c09aa2223f1fe81c995 [INFO] running `Command { std: "docker" "start" "-a" "29917b518efbabf9880c999b12668a11f572c6782b726c09aa2223f1fe81c995", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "29917b518efbabf9880c999b12668a11f572c6782b726c09aa2223f1fe81c995", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29917b518efbabf9880c999b12668a11f572c6782b726c09aa2223f1fe81c995", kill_on_drop: false }` [INFO] [stdout] 29917b518efbabf9880c999b12668a11f572c6782b726c09aa2223f1fe81c995 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+5785402183672f7786e9dc343d7b435bdaf4a4bc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc12c6a323f700fa1081a21493636232c2d67cc608207661a62781850cd14e67 [INFO] running `Command { std: "docker" "start" "-a" "fc12c6a323f700fa1081a21493636232c2d67cc608207661a62781850cd14e67", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.88 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking bytes v1.7.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling bitcoin-private v0.1.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Compiling cc v1.1.30 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling hex_lit v0.1.1 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Compiling bitcoin v0.30.2 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking instant v0.1.13 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking bech32 v0.9.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/bitcoin_private-8f1d5ee111d7a8d2.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/bitcoin-private-8f1d5ee111d7a8d2/dep-lib-bitcoin_private` [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] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcLUvuns/symbols.o" "<2 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/rustls-34a47655dff8b5b0/build_script_build-34a47655dff8b5b0" "-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/5785402183672f7786e9dc343d7b435bdaf4a4bc/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/cc2SR4xq.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/rustls-34a47655dff8b5b0/build_script_build-34a47655dff8b5b0 /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/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/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/rustcLUvuns/symbols.o /opt/rustwide/target/debug/build/rustls-34a47655dff8b5b0/build_script_build-34a47655dff8b5b0.build_script_build.b64373854c98b56d-cgu.0.rcgu.o /opt/rustwide/target/debug/build/rustls-34a47655dff8b5b0/build_script_build-34a47655dff8b5b0.7kzxdf7extu9d8thpmj15lkqu.rcgu.o --as-needed -Bstatic /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-31a7210d4f21abbb.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-c884eedeb4ff4e8f.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-e4289b808b31450f.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-ffd8ca3dd27482c8.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-27fa8d871edd1981.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7005d7fb542ccb2f.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c212ee85629d21bc.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-84037fb7faa875e1.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-5a12f7d73bc63273.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-18e7ea3a454c2166.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-71c310e827bcbd8d.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-9c828912b5d0b54f.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b28e9b6d8edfcd81.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1b66b5de1fd51a29.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-1049b2e46b9214be.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4a7ae1b970f688a0.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-186a023b8864be69.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-74a8d2c13eeedc93.rlib /opt/rustwide/rustup-home/toolchains/5785402183672f7786e9dc343d7b435bdaf4a4bc/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-521f82dfd1a9811c.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 `rustls` (build script) due to 1 previous error [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/build/syn-52126b94e7e25014/rmetaj0X17Q" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `vcpkg` (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/5785402183672f7786e9dc343d7b435bdaf4a4bc/bin/rustc --crate-name vcpkg --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/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=231b42b08dc861ca -C extra-filename=-8ce73e690261768c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaXppjVS/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (build script) 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/rmetaW4KEyt" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bech32` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `pkg-config` (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/5785402183672f7786e9dc343d7b435bdaf4a4bc/bin/rustc --crate-name pkg_config --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/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=0b2144b53dd0ae95 -C extra-filename=-98fee3b6192f743b --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 `bytes` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/futures_util-e52dd6bacaae01c3.d`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustversion` (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/5785402183672f7786e9dc343d7b435bdaf4a4bc/bin/rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.18/build/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=967f5dc9f8241e88 -C extra-filename=-9dedd3da611c39c6 --out-dir /opt/rustwide/target/debug/build/rustversion-9dedd3da611c39c6 -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/rmetasb9YtC/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cc` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaGXypI6/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 parse/generate dep info at: /opt/rustwide/target/debug/deps/base64-751017f340c066d6.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/base64-751017f340c066d6/dep-lib-base64` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaIGxTaY/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaT8lAud/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tracing-core` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "fc12c6a323f700fa1081a21493636232c2d67cc608207661a62781850cd14e67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc12c6a323f700fa1081a21493636232c2d67cc608207661a62781850cd14e67", kill_on_drop: false }` [INFO] [stdout] fc12c6a323f700fa1081a21493636232c2d67cc608207661a62781850cd14e67