[INFO] cloning repository https://github.com/hkrutzer/kimai-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hkrutzer/kimai-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhkrutzer%2Fkimai-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhkrutzer%2Fkimai-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fc327b7cd4b8718478c9d72617bc163645e214cc [INFO] checking hkrutzer/kimai-cli against master#96cfc75584359ae7ad11cc45968059f29e7b44b7 for pr-137728 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhkrutzer%2Fkimai-cli" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hkrutzer/kimai-cli on toolchain 96cfc75584359ae7ad11cc45968059f29e7b44b7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+96cfc75584359ae7ad11cc45968059f29e7b44b7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hkrutzer/kimai-cli [INFO] finished tweaking git repo https://github.com/hkrutzer/kimai-cli [INFO] tweaked toml for git repo https://github.com/hkrutzer/kimai-cli written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/hkrutzer/kimai-cli 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" "+96cfc75584359ae7ad11cc45968059f29e7b44b7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+96cfc75584359ae7ad11cc45968059f29e7b44b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] defb35e86a15ab07d2867baa07ce317479b844f4cdb32e1385efd96c965e45ef [INFO] running `Command { std: "docker" "start" "-a" "defb35e86a15ab07d2867baa07ce317479b844f4cdb32e1385efd96c965e45ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "defb35e86a15ab07d2867baa07ce317479b844f4cdb32e1385efd96c965e45ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "defb35e86a15ab07d2867baa07ce317479b844f4cdb32e1385efd96c965e45ef", kill_on_drop: false }` [INFO] [stdout] defb35e86a15ab07d2867baa07ce317479b844f4cdb32e1385efd96c965e45ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+96cfc75584359ae7ad11cc45968059f29e7b44b7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 97c0f042fe6085ddb68437fc7d667676626740710b127a74c463e0e548a59b04 [INFO] running `Command { std: "docker" "start" "-a" "97c0f042fe6085ddb68437fc7d667676626740710b127a74c463e0e548a59b04", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling cc v1.1.5 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking rustls-pki-types v1.7.0 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Checking winnow v0.6.6 [INFO] [stderr] Compiling rustls v0.23.11 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking inlinable_string v0.1.15 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/subtle-350c4d777e42ad0b/invoked.timestamp` [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: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetavxMwtM" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaLaEUjv/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 `yansi` (lib) due to 1 previous error [INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/regex_syntax-fc22614bd280e0dc.d`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/inlinable_string-b1a7cf52f96e3734.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/inlinable_string-b1a7cf52f96e3734/dep-lib-inlinable_string` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: could not compile `regex-syntax` (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/rmetaOn7pT8" [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/rmetaIfwzs8" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `tinyvec` (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/rmetayN4Uhn" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `winnow` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta5pmJt2/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `unicode-segmentation` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcjLXgbX/symbols.o" "<3 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/anyhow-c1793871f2483073/build_script_build-c1793871f2483073" "-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/96cfc75584359ae7ad11cc45968059f29e7b44b7/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/ccs1Yymo.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/anyhow-c1793871f2483073/build_script_build-c1793871f2483073 /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/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/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/rustcjLXgbX/symbols.o /opt/rustwide/target/debug/build/anyhow-c1793871f2483073/build_script_build-c1793871f2483073.build_script_build.fa7cbbc8901e9a71-cgu.0.rcgu.o /opt/rustwide/target/debug/build/anyhow-c1793871f2483073/build_script_build-c1793871f2483073.build_script_build.fa7cbbc8901e9a71-cgu.1.rcgu.o /opt/rustwide/target/debug/build/anyhow-c1793871f2483073/build_script_build-c1793871f2483073.11a4v3gvie15zbiv8ba3w537y.rcgu.o --as-needed -Bstatic /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-31a7210d4f21abbb.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-c884eedeb4ff4e8f.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-e4289b808b31450f.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-ffd8ca3dd27482c8.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-27fa8d871edd1981.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7005d7fb542ccb2f.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c212ee85629d21bc.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-84037fb7faa875e1.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-5a12f7d73bc63273.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-18e7ea3a454c2166.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-71c310e827bcbd8d.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-9c828912b5d0b54f.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b28e9b6d8edfcd81.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1b66b5de1fd51a29.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-1049b2e46b9214be.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-4a7ae1b970f688a0.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-186a023b8864be69.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-74a8d2c13eeedc93.rlib /opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/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] #0 0x000075b8a88dd927 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x56dd927) [INFO] [stdout] #1 0x000075b8a88ddd3c SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x56ddd3c) [INFO] [stdout] #2 0x000075b8a3019520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520) [INFO] [stdout] #3 0x00005ca1f124116a void lld::elf::writeResult >(lld::elf::Ctx&) (/opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x55816a) [INFO] [stdout] #4 0x00005ca1f105a413 void lld::elf::LinkerDriver::link >(llvm::opt::InputArgList&) Driver.cpp:0:0 [INFO] [stdout] #5 0x00005ca1f1037c2a lld::elf::LinkerDriver::linkerMain(llvm::ArrayRef) Driver.cpp:0:0 [INFO] [stdout] #6 0x00005ca1f1033044 lld::elf::link(llvm::ArrayRef, llvm::raw_ostream&, llvm::raw_ostream&, bool, bool) (/opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x34a044) [INFO] [stdout] #7 0x00005ca1f0f41fd6 lld::unsafeLldMain(llvm::ArrayRef, llvm::raw_ostream&, llvm::raw_ostream&, llvm::ArrayRef, bool) (/opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x258fd6) [INFO] [stdout] #8 0x00005ca1f0f41020 lld_main(int, char**, llvm::ToolContext const&) (/opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x258020) [INFO] [stdout] #9 0x00005ca1f0f416d1 main (/opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x2586d1) [INFO] [stdout] #10 0x000075b8a3000d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90) [INFO] [stdout] #11 0x000075b8a3000e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40) [INFO] [stdout] #12 0x00005ca1f0dc3c89 _start (/opt/rustwide/rustup-home/toolchains/96cfc75584359ae7ad11cc45968059f29e7b44b7/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0xdac89) [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 `anyhow` (build script) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaE15KLP/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] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaI3n9pM/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: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaszNGt5" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num-traits` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaAldYr6/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aho-corasick` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "97c0f042fe6085ddb68437fc7d667676626740710b127a74c463e0e548a59b04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97c0f042fe6085ddb68437fc7d667676626740710b127a74c463e0e548a59b04", kill_on_drop: false }` [INFO] [stdout] 97c0f042fe6085ddb68437fc7d667676626740710b127a74c463e0e548a59b04