[INFO] cloning repository https://github.com/mikkhno/todoapp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mikkhno/todoapp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikkhno%2Ftodoapp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikkhno%2Ftodoapp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cb324552e86bad6fdbc87112d47b46ec41bc4bc8 [INFO] checking mikkhno/todoapp against try#2b41547e41f63ea0ca9cb25417ddd569b19e6a50 for pr-134273 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikkhno%2Ftodoapp" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mikkhno/todoapp on toolchain 2b41547e41f63ea0ca9cb25417ddd569b19e6a50 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b41547e41f63ea0ca9cb25417ddd569b19e6a50" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mikkhno/todoapp [INFO] finished tweaking git repo https://github.com/mikkhno/todoapp [INFO] tweaked toml for git repo https://github.com/mikkhno/todoapp written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mikkhno/todoapp 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" "+2b41547e41f63ea0ca9cb25417ddd569b19e6a50" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+2b41547e41f63ea0ca9cb25417ddd569b19e6a50" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 12e1d5bb527b7c2f98c3bce73b0373290a8393f06595facb02e7a68e3862d8d6 [INFO] running `Command { std: "docker" "start" "-a" "12e1d5bb527b7c2f98c3bce73b0373290a8393f06595facb02e7a68e3862d8d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "12e1d5bb527b7c2f98c3bce73b0373290a8393f06595facb02e7a68e3862d8d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12e1d5bb527b7c2f98c3bce73b0373290a8393f06595facb02e7a68e3862d8d6", kill_on_drop: false }` [INFO] [stdout] 12e1d5bb527b7c2f98c3bce73b0373290a8393f06595facb02e7a68e3862d8d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+2b41547e41f63ea0ca9cb25417ddd569b19e6a50" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 006813be0e8123c5e7475210c88fbe745a09991c22d7bc9b0d5310ff28918946 [INFO] running `Command { std: "docker" "start" "-a" "006813be0e8123c5e7475210c88fbe745a09991c22d7bc9b0d5310ff28918946", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.168 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Compiling xml-rs v0.8.24 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking libloading v0.8.6 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking futures-lite v2.5.0 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking event-listener-strategy v0.5.3 [INFO] [stderr] Checking waker-fn v1.2.0 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Compiling async-fs v1.6.0 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Checking async-lock v2.8.0 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking litemap v0.7.4 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaeShyea/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `typenum` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/litemap-a753acbda52d45e5/lib-litemap` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: could not compile `thiserror` (build script) [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/2b41547e41f63ea0ca9cb25417ddd569b19e6a50/bin/rustc --crate-name build_script_build --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6ac14e80fa9b8f0 -C extra-filename=-4a6e3dbf591b13f3 --out-dir /opt/rustwide/target/debug/build/thiserror-4a6e3dbf591b13f3 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `wayland-scanner` (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/2b41547e41f63ea0ca9cb25417ddd569b19e6a50/bin/rustc --crate-name wayland_scanner --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.29.5/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e6e54a0145807f4 -C extra-filename=-a3c146de1b90bacb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-4791378b95cfd97e.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-8b1ffbb0eb952e77.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-8c391d06ca30d4e4.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetal6N4XY/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta9LOcTQ/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `futures-lite` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `miniz_oxide` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "006813be0e8123c5e7475210c88fbe745a09991c22d7bc9b0d5310ff28918946", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "006813be0e8123c5e7475210c88fbe745a09991c22d7bc9b0d5310ff28918946", kill_on_drop: false }` [INFO] [stdout] 006813be0e8123c5e7475210c88fbe745a09991c22d7bc9b0d5310ff28918946