[INFO] cloning repository https://github.com/xnuk/iwd-playground [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xnuk/iwd-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxnuk%2Fiwd-playground", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxnuk%2Fiwd-playground'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] be1119082605d7cc21e3173b7bfb3ad539c48032 [INFO] checking xnuk/iwd-playground against master#b56aaec52bc0fa35591a872fb4aac81f606e265c for pr-122661-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxnuk%2Fiwd-playground" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/xnuk/iwd-playground [INFO] finished tweaking git repo https://github.com/xnuk/iwd-playground [INFO] tweaked toml for git repo https://github.com/xnuk/iwd-playground written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/xnuk/iwd-playground on toolchain b56aaec52bc0fa35591a872fb4aac81f606e265c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/xnuk/iwd-playground 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" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ca4b013a03160126e1df08df6dc64d3330bcb40bc9cc7655f80147e66456ed73 [INFO] running `Command { std: "docker" "start" "-a" "ca4b013a03160126e1df08df6dc64d3330bcb40bc9cc7655f80147e66456ed73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ca4b013a03160126e1df08df6dc64d3330bcb40bc9cc7655f80147e66456ed73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca4b013a03160126e1df08df6dc64d3330bcb40bc9cc7655f80147e66456ed73", kill_on_drop: false }` [INFO] [stdout] ca4b013a03160126e1df08df6dc64d3330bcb40bc9cc7655f80147e66456ed73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+b56aaec52bc0fa35591a872fb4aac81f606e265c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc8dab44a316699bb7c56005b70ad8ec9d24552f4e0bf2a2655798e063c6acc1 [INFO] running `Command { std: "docker" "start" "-a" "bc8dab44a316699bb7c56005b70ad8ec9d24552f4e0bf2a2655798e063c6acc1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Checking parking v2.2.0 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking fastrand v2.0.2 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Compiling rustix v0.38.32 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Checking async-task v4.7.0 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Checking value-bag v1.8.1 [INFO] [stderr] Checking piper v0.2.1 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking concurrent-queue v2.4.0 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling syn v2.0.55 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling async-trait v0.1.79 [INFO] [stderr] Checking endi v1.1.0 [INFO] [stderr] Checking event-listener v4.0.3 [INFO] [stderr] Checking event-listener v5.2.0 [INFO] [stderr] Checking waker-fn v1.1.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking event-listener-strategy v0.4.0 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking async-lock v2.8.0 [INFO] [stderr] Checking async-lock v3.3.0 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Compiling anyhow v1.0.81 [INFO] [stderr] Checking event-listener-strategy v0.5.0 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Checking async-channel v2.2.0 [INFO] [stderr] Checking async-broadcast v0.7.0 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking socket2 v0.4.10 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking async-executor v1.9.1 [INFO] [stderr] Checking xdg-home v1.1.0 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling proc-macro-crate v3.1.0 [INFO] [stderr] Compiling zvariant_utils v1.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling enumflags2_derive v0.7.9 [INFO] [stderr] Compiling serde_repr v0.1.18 [INFO] [stderr] Compiling zvariant_derive v4.0.2 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Checking polling v3.6.0 [INFO] [stderr] Checking blocking v1.5.1 [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 `zvariant_derive` (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/b56aaec52bc0fa35591a872fb4aac81f606e265c/bin/rustc --crate-name zvariant_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zvariant_derive-4.0.2/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=1b281d82f6a9ccc0 -C extra-filename=-771fc16969d4268a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro_crate=/opt/rustwide/target/debug/deps/libproc_macro_crate-9276d577f1aa2389.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a63140b18bb374d6.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-8125aef03fb5ffda.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-aa9e59aad6a115a0.rlib --extern zvariant_utils=/opt/rustwide/target/debug/deps/libzvariant_utils-9c397695476e978d.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [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/rmetaWvvgPC" [INFO] [stdout] [INFO] [stdout] [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/deps/rmeta56HcGl" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `blocking` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `serde_derive` (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/b56aaec52bc0fa35591a872fb4aac81f606e265c/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.197/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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=446d1baf1377a9fc -C extra-filename=-f5fba535a04ba309 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a63140b18bb374d6.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-8125aef03fb5ffda.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-dd0e6ac4690e6a9e.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `regex` (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/rmetaNh8QK6" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-automata` (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/b56aaec52bc0fa35591a872fb4aac81f606e265c/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.6/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="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=5029a5ab81f582db -C extra-filename=-9deb84beafedc69e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-90f2e337eba1830d.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-d06fcd78ba235e8e.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-865b77df6a20aea4.rmeta --cap-lints allow --cap-lints=forbid` (signal: 11, SIGSEGV: invalid memory reference) [INFO] [stderr] error: could not compile `polling` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "bc8dab44a316699bb7c56005b70ad8ec9d24552f4e0bf2a2655798e063c6acc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc8dab44a316699bb7c56005b70ad8ec9d24552f4e0bf2a2655798e063c6acc1", kill_on_drop: false }` [INFO] [stdout] bc8dab44a316699bb7c56005b70ad8ec9d24552f4e0bf2a2655798e063c6acc1