[INFO] cloning repository https://github.com/jfredrickson/remind [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jfredrickson/remind" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfredrickson%2Fremind", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfredrickson%2Fremind'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c7db52075943ed8d5e635776de196f0b1f1f6a5f [INFO] building jfredrickson/remind against try#8b8eff55bd72abbb57167bc42222a7f91d41cb0d for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfredrickson%2Fremind" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jfredrickson/remind on toolchain 8b8eff55bd72abbb57167bc42222a7f91d41cb0d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jfredrickson/remind [INFO] finished tweaking git repo https://github.com/jfredrickson/remind [INFO] tweaked toml for git repo https://github.com/jfredrickson/remind written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jfredrickson/remind 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" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9301ec788ebd6f157fdaebea208cf7928cb1094387444a98d4ad334f140ed8b [INFO] running `Command { std: "docker" "start" "-a" "c9301ec788ebd6f157fdaebea208cf7928cb1094387444a98d4ad334f140ed8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9301ec788ebd6f157fdaebea208cf7928cb1094387444a98d4ad334f140ed8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9301ec788ebd6f157fdaebea208cf7928cb1094387444a98d4ad334f140ed8b", kill_on_drop: false }` [INFO] [stdout] c9301ec788ebd6f157fdaebea208cf7928cb1094387444a98d4ad334f140ed8b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2773b0a73b790c9e73516e85e3c04100adeb2f08530aa965d1f49920efc6be8 [INFO] running `Command { std: "docker" "start" "-a" "b2773b0a73b790c9e73516e85e3c04100adeb2f08530aa965d1f49920efc6be8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.15 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling winnow v0.6.24 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling endi v1.1.0 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling futures-lite v2.6.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling piper v0.2.4 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling ordered-stream v0.2.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling event-listener-strategy v0.5.3 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling async-broadcast v0.7.2 [INFO] [stderr] Compiling async-executor v1.13.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling async-fs v2.1.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling xdg-home v1.3.0 [INFO] [stderr] Compiling daemonize v0.5.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling proc-macro-crate v3.2.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling enumflags2_derive v0.7.11 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling async-trait v0.1.85 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling polling v3.7.4 [INFO] [stderr] Compiling async-io v2.4.0 [INFO] [stderr] Compiling async-signal v0.2.10 [INFO] [stderr] Compiling async-process v2.3.0 [INFO] [stderr] Compiling zvariant_utils v3.1.0 [INFO] [stderr] Compiling enumflags2 v0.7.11 [INFO] [stderr] Compiling zvariant_derive v5.2.0 [INFO] [stderr] Compiling zvariant v5.2.0 [INFO] [stderr] Compiling zbus_names v4.1.1 [INFO] [stderr] Compiling zbus_macros v5.3.1 [INFO] [stderr] Compiling zbus v5.3.1 [INFO] [stderr] Compiling notify-rust v4.11.4 [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 "/tmp/rustcCqJWxJ" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `notify-rust` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `zbus` (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/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/bin/rustc --crate-name zbus --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zbus-5.3.1/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 -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="async-executor"' --cfg 'feature="async-fs"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="async-task"' --cfg 'feature="blocking"' --cfg 'feature="blocking-api"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-executor", "async-fs", "async-io", "async-lock", "async-process", "async-task", "blocking", "blocking-api", "bus-impl", "camino", "chrono", "default", "heapless", "option-as-array", "p2p", "serde_bytes", "time", "tokio", "tokio-vsock", "url", "uuid", "vsock"))' -C metadata=a825af7df8573327 -C extra-filename=-0fa3074e8d5c6f62 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_broadcast=/opt/rustwide/target/debug/deps/libasync_broadcast-53e4a98e87a3a842.rmeta --extern async_executor=/opt/rustwide/target/debug/deps/libasync_executor-5c0fb681b4d761c1.rmeta --extern async_fs=/opt/rustwide/target/debug/deps/libasync_fs-a73309092573aadd.rmeta --extern async_io=/opt/rustwide/target/debug/deps/libasync_io-6f08d87372565497.rmeta --extern async_lock=/opt/rustwide/target/debug/deps/libasync_lock-6522de082304c789.rmeta --extern async_process=/opt/rustwide/target/debug/deps/libasync_process-cb5f4f9b8390441a.rmeta --extern async_task=/opt/rustwide/target/debug/deps/libasync_task-1fa90a5ff4f22e53.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-3d3c589e35d3c477.so --extern blocking=/opt/rustwide/target/debug/deps/libblocking-e4b91c45b5d3196e.rmeta --extern enumflags2=/opt/rustwide/target/debug/deps/libenumflags2-1ffc097faf06e908.rmeta --extern event_listener=/opt/rustwide/target/debug/deps/libevent_listener-d9f8fedd76276cb2.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-d074567ad1b70f80.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-a7bcc52c087ece05.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-5de1ffba8b3d39d3.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-9579f787778db56a.rmeta --extern ordered_stream=/opt/rustwide/target/debug/deps/libordered_stream-966411fa7509e6e7.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-e64e305fe38cd18d.rmeta --extern serde_repr=/opt/rustwide/target/debug/deps/libserde_repr-cbbffcb71a90495e.so --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-9e16f6c4863825ef.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-2d183b0aec86393b.rmeta --extern winnow=/opt/rustwide/target/debug/deps/libwinnow-c35aa30fbf2883eb.rmeta --extern xdg_home=/opt/rustwide/target/debug/deps/libxdg_home-f7a58d1cf629d817.rmeta --extern zbus_macros=/opt/rustwide/target/debug/deps/libzbus_macros-716d45a2fbef9c47.so --extern zbus_names=/opt/rustwide/target/debug/deps/libzbus_names-e96504f3020b2c85.rmeta --extern zvariant=/opt/rustwide/target/debug/deps/libzvariant-bef82ed85d0cd9b6.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "b2773b0a73b790c9e73516e85e3c04100adeb2f08530aa965d1f49920efc6be8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2773b0a73b790c9e73516e85e3c04100adeb2f08530aa965d1f49920efc6be8", kill_on_drop: false }` [INFO] [stdout] b2773b0a73b790c9e73516e85e3c04100adeb2f08530aa965d1f49920efc6be8