[INFO] cloning repository https://github.com/t-ott/buffer-app-backend [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/t-ott/buffer-app-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-ott%2Fbuffer-app-backend", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-ott%2Fbuffer-app-backend'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5f3155cdf9e38d682653db6d97dbea6ae04081a1 [INFO] checking t-ott/buffer-app-backend against master#667247db71ea18c4130dd018d060e7f09d589490 for pr-140824 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ft-ott%2Fbuffer-app-backend" "/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/t-ott/buffer-app-backend on toolchain 667247db71ea18c4130dd018d060e7f09d589490 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+667247db71ea18c4130dd018d060e7f09d589490" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/t-ott/buffer-app-backend [INFO] finished tweaking git repo https://github.com/t-ott/buffer-app-backend [INFO] tweaked toml for git repo https://github.com/t-ott/buffer-app-backend written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/t-ott/buffer-app-backend 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" "+667247db71ea18c4130dd018d060e7f09d589490" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+667247db71ea18c4130dd018d060e7f09d589490" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 49301ed9e499bb21f2acefe62d76eaa06dc5ea191d4d785651b8a6dd49748e30 [INFO] running `Command { std: "docker" "start" "-a" "49301ed9e499bb21f2acefe62d76eaa06dc5ea191d4d785651b8a6dd49748e30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "49301ed9e499bb21f2acefe62d76eaa06dc5ea191d4d785651b8a6dd49748e30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49301ed9e499bb21f2acefe62d76eaa06dc5ea191d4d785651b8a6dd49748e30", kill_on_drop: false }` [INFO] [stdout] 49301ed9e499bb21f2acefe62d76eaa06dc5ea191d4d785651b8a6dd49748e30 [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+667247db71ea18c4130dd018d060e7f09d589490" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5937593c52c147b3da0546cdaa230a595178363ace2213b43d663fe289bf6fa9 [INFO] running `Command { std: "docker" "start" "-a" "5937593c52c147b3da0546cdaa230a595178363ace2213b43d663fe289bf6fa9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking pin-project-lite v0.2.10 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling serde v1.0.178 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling jobserver v0.1.26 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking local-waker v0.1.3 [INFO] [stderr] Compiling zstd-safe v6.0.6 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/build/slab-29d928f7991ecf51/build_script_build-29d928f7991ecf51.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/slab-29d928f7991ecf51/dep-build-script-build-script-build` [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] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `cc` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/667247db71ea18c4130dd018d060e7f09d589490/bin/rustc --crate-name cc --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.0.79/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="jobserver"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=be47f16e4b177909 -C extra-filename=-a7f8dfca52320d1c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern jobserver=/opt/rustwide/target/debug/deps/libjobserver-b909dd58cef108e1.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/aho_corasick-2effaa660ba537f1.d`: 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] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/regex_syntax-350c6eca8dcd54ef.d`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-syntax` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcdsrNRK/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" "-L" "/tmp/rustcdsrNRK/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/zstd-safe-798a9a1e253b50cb/build_script_build-798a9a1e253b50cb" "-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] #0 0x00007107c5cc2c57 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/667247db71ea18c4130dd018d060e7f09d589490/lib/libLLVM.so.20.1-rust-1.88.0-nightly+0x56c2c57) [INFO] [stdout] #1 0x00007107c5cc306c SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/667247db71ea18c4130dd018d060e7f09d589490/lib/libLLVM.so.20.1-rust-1.88.0-nightly+0x56c306c) [INFO] [stdout] #2 0x00007107ca21c330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330) [INFO] [stdout] #3 0x00007107ca35fa6c (/lib/x86_64-linux-gnu/libc.so.6+0x188a6c) [INFO] [stdout] #4 0x00007107c900e34a llvm::StringTableBuilder::write(unsigned char*) const (.warm) bolt-pseudo.o:0:0 [INFO] [stdout] #5 0x00007107c5c727a1 std::_Function_handler)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/667247db71ea18c4130dd018d060e7f09d589490/lib/libLLVM.so.20.1-rust-1.88.0-nightly+0x56727a1) [INFO] [stdout] #6 0x00007107c5c71678 llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref) (/opt/rustwide/rustup-home/toolchains/667247db71ea18c4130dd018d060e7f09d589490/lib/libLLVM.so.20.1-rust-1.88.0-nightly+0x5671678) [INFO] [stdout] #7 0x0000613d2e50a62d lld::elf::MergeNoTailSection::writeTo(unsigned char*) (/opt/rustwide/rustup-home/toolchains/667247db71ea18c4130dd018d060e7f09d589490/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x4cc62d) [INFO] [stdout] #8 0x0000613d2e4966ca void lld::elf::OutputSection::writeTo>(lld::elf::Ctx&, unsigned char*, llvm::parallel::TaskGroup&)::'lambda'(unsigned long, unsigned long)::operator()(unsigned long, unsigned long) const OutputSections.cpp:0:0 [INFO] [stdout] #9 0x00007107c5c72672 std::_Function_handler)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/667247db71ea18c4130dd018d060e7f09d589490/lib/libLLVM.so.20.1-rust-1.88.0-nightly+0x5672672) [INFO] [stdout] #10 0x00007107c5c720da llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::work(llvm::ThreadPoolStrategy, unsigned int) (/opt/rustwide/rustup-home/toolchains/667247db71ea18c4130dd018d060e7f09d589490/lib/libLLVM.so.20.1-rust-1.88.0-nightly+0x56720da) [INFO] [stdout] #11 0x00007107c5beb810 execute_native_thread_routine (/opt/rustwide/rustup-home/toolchains/667247db71ea18c4130dd018d060e7f09d589490/lib/libLLVM.so.20.1-rust-1.88.0-nightly+0x55eb810) [INFO] [stdout] #12 0x00007107ca273aa4 (/lib/x86_64-linux-gnu/libc.so.6+0x9caa4) [INFO] [stdout] #13 0x00007107ca300a34 clone (/lib/x86_64-linux-gnu/libc.so.6+0x129a34) [INFO] [stdout] rust-lld: error: failed to write output '/opt/rustwide/target/debug/build/zstd-safe-798a9a1e253b50cb/build_script_build-798a9a1e253b50cb': No such file or directory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `zstd-safe` (build script) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "5937593c52c147b3da0546cdaa230a595178363ace2213b43d663fe289bf6fa9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5937593c52c147b3da0546cdaa230a595178363ace2213b43d663fe289bf6fa9", kill_on_drop: false }` [INFO] [stdout] 5937593c52c147b3da0546cdaa230a595178363ace2213b43d663fe289bf6fa9