[INFO] cloning repository https://github.com/ntentasd/sentineld [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ntentasd/sentineld" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fntentasd%2Fsentineld", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fntentasd%2Fsentineld'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 61e3844f84e14738ff10f318e99e32d8b4f1be15 [INFO] checking ntentasd/sentineld against try#e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837 for pr-143619 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fntentasd%2Fsentineld" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ntentasd/sentineld [INFO] finished tweaking git repo https://github.com/ntentasd/sentineld [INFO] tweaked toml for git repo https://github.com/ntentasd/sentineld written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ntentasd/sentineld on toolchain e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ntentasd/sentineld 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" "+e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:e8955075918b6d00525c617f7c34ee2595c70db70b3cf844dc875e4d3604499b" "/opt/rustwide/cargo-home/bin/cargo" "+e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8964fa50892a44684a76b2499baf41238870d919879519a1bed28895953c1123 [INFO] running `Command { std: "docker" "start" "-a" "8964fa50892a44684a76b2499baf41238870d919879519a1bed28895953c1123", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8964fa50892a44684a76b2499baf41238870d919879519a1bed28895953c1123", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8964fa50892a44684a76b2499baf41238870d919879519a1bed28895953c1123", kill_on_drop: false }` [INFO] [stdout] 8964fa50892a44684a76b2499baf41238870d919879519a1bed28895953c1123 [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:e8955075918b6d00525c617f7c34ee2595c70db70b3cf844dc875e4d3604499b" "/opt/rustwide/cargo-home/bin/cargo" "+e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 04941720a7fad63d10dc8e3743b8ea1a57d465d01cd5577490ddb6e8c799fb61 [INFO] running `Command { std: "docker" "start" "-a" "04941720a7fad63d10dc8e3743b8ea1a57d465d01cd5577490ddb6e8c799fb61", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking smallvec v1.15.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Compiling rustversion v1.0.21 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Compiling protobuf v3.7.2 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/build/protobuf-81fbddba19b86bf9/build_script_build-81fbddba19b86bf9.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/protobuf-81fbddba19b86bf9/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] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta1bf27K" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `http-body-util` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc3B5R3P/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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc3B5R3P/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/thiserror-d4926eb43b38a08f/build_script_build-d4926eb43b38a08f" "-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/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccUZTFGl.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/thiserror-d4926eb43b38a08f/build_script_build-d4926eb43b38a08f /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/tmp/rustc3B5R3P/raw-dylibs -L/opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../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/13/../../.. /tmp/rustc3B5R3P/symbols.o /opt/rustwide/target/debug/build/thiserror-d4926eb43b38a08f/build_script_build-d4926eb43b38a08f.build_script_build.c4416412c0a446b0-cgu.0.rcgu.o /opt/rustwide/target/debug/build/thiserror-d4926eb43b38a08f/build_script_build-d4926eb43b38a08f.build_script_build.c4416412c0a446b0-cgu.1.rcgu.o /opt/rustwide/target/debug/build/thiserror-d4926eb43b38a08f/build_script_build-d4926eb43b38a08f.2d3rj6179l0ad05h9r3rf1shk.rcgu.o --as-needed -Bstatic /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-cd49941e27532977.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-73a0dacd8ecf4bd7.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-81651fa2d81930fa.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-aa106afc17708d5a.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-44a86d2d305a3573.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ad0ef9aae7bed4c9.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-a7e0d91a9d8ea4a8.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ba92ecccba6fda26.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d0b5908cbead0ba7.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-094a5c4379e16356.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-6809e7f5b2ca8f38.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-636bc44e8f08c318.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5336843ea741e30e.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1ebb336772e3bb6a.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8662ac2706dd6eb3.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-32b9dcdb3550a8bb.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-aaaaa9b1e93ea3c0.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3d3ce652f9fb12f3.rlib /opt/rustwide/rustup-home/toolchains/e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acfb98ac9a5432e6.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc -znostart-stop-gc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../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 `thiserror` (build script) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetamqMHQ0/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustversion` (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/rmetaKh90Nt" [INFO] [stdout] [INFO] [stdout] [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/rmetaxXw06o/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta2y91Yg/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "04941720a7fad63d10dc8e3743b8ea1a57d465d01cd5577490ddb6e8c799fb61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04941720a7fad63d10dc8e3743b8ea1a57d465d01cd5577490ddb6e8c799fb61", kill_on_drop: false }` [INFO] [stdout] 04941720a7fad63d10dc8e3743b8ea1a57d465d01cd5577490ddb6e8c799fb61