[INFO] cloning repository https://github.com/olavbm/claude_test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/olavbm/claude_test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folavbm%2Fclaude_test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folavbm%2Fclaude_test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 204ee21e949ba51e131a4858b449e8dcc84c3757 [INFO] checking olavbm/claude_test against master#0e517d38ad0e72f93c734b14fabd4bb9b7441de6 for pr-140557 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Folavbm%2Fclaude_test" "/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/olavbm/claude_test on toolchain 0e517d38ad0e72f93c734b14fabd4bb9b7441de6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0e517d38ad0e72f93c734b14fabd4bb9b7441de6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/olavbm/claude_test [INFO] finished tweaking git repo https://github.com/olavbm/claude_test [INFO] tweaked toml for git repo https://github.com/olavbm/claude_test written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/olavbm/claude_test 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" "+0e517d38ad0e72f93c734b14fabd4bb9b7441de6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 13 packages to latest compatible versions [INFO] [stderr] Adding crossbeam-deque v0.8.6 [INFO] [stderr] Adding crossbeam-epoch v0.9.18 [INFO] [stderr] Adding crossbeam-utils v0.8.21 [INFO] [stderr] Adding either v1.15.0 [INFO] [stderr] Adding glam v0.25.0 (available: v0.30.3) [INFO] [stderr] Adding ppv-lite86 v0.2.21 [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.1) [INFO] [stderr] Adding rand_chacha v0.3.1 [INFO] [stderr] Adding rand_core v0.6.4 [INFO] [stderr] Adding rayon v1.10.0 [INFO] [stderr] Adding rayon-core v1.12.1 [INFO] [stderr] Adding zerocopy v0.8.25 [INFO] [stderr] Adding zerocopy-derive v0.8.25 [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" "+0e517d38ad0e72f93c734b14fabd4bb9b7441de6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f558987fe6f271710578f72901f986360abe0fcd386d214cc0fec818654eb18c [INFO] running `Command { std: "docker" "start" "-a" "f558987fe6f271710578f72901f986360abe0fcd386d214cc0fec818654eb18c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f558987fe6f271710578f72901f986360abe0fcd386d214cc0fec818654eb18c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f558987fe6f271710578f72901f986360abe0fcd386d214cc0fec818654eb18c", kill_on_drop: false }` [INFO] [stdout] f558987fe6f271710578f72901f986360abe0fcd386d214cc0fec818654eb18c [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" "+0e517d38ad0e72f93c734b14fabd4bb9b7441de6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e28a2c7e994f83b3099f16366f91e9f7339a4d64adbda9450f3234af35376ef9 [INFO] running `Command { std: "docker" "start" "-a" "e28a2c7e994f83b3099f16366f91e9f7339a4d64adbda9450f3234af35376ef9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling xml-rs v0.8.25 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking libloading v0.8.6 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Compiling cc v1.2.10 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking bitflags v2.8.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking xcursor v0.3.8 [INFO] [stderr] Checking cty v0.2.2 [INFO] [stderr] Checking raw-window-handle v0.4.3 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Compiling minifb v0.25.0 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking glam v0.25.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Checking tempfile v3.15.0 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaCLumjZ" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `wayland-protocols v0.29.5` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/wayland-protocols-33991d172a7b9f35/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_CLIENT [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_SERVER [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_UNSTABLE_PROTOCOLS [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/presentation-time/presentation-time.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/viewporter/viewporter.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/xdg-shell/xdg-shell.xml [INFO] [stderr] cargo:rerun-if-changed=./misc/gtk-primary-selection.xml [INFO] [stderr] cargo:rerun-if-changed=./misc/input-method-unstable-v2.xml [INFO] [stderr] cargo:rerun-if-changed=./misc/server-decoration.xml [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '0e517d38ad0e72f93c734b14fabd4bb9b7441de6'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '0e517d38ad0e72f93c734b14fabd4bb9b7441de6'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '0e517d38ad0e72f93c734b14fabd4bb9b7441de6'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '0e517d38ad0e72f93c734b14fabd4bb9b7441de6'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '0e517d38ad0e72f93c734b14fabd4bb9b7441de6'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.29.5/src/lib.rs:156:40: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x60549ea4a4c2 - std::backtrace_rs::backtrace::libunwind::trace::h008577c7e44e203d [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x60549ea4a4c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h560b3af3e5ff6c67 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x60549ea4a4c2 - std::sys::backtrace::_print_fmt::ha81bae09de6070c1 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x60549ea4a4c2 - ::fmt::h71552e9a121535c9 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x60549ea69ef3 - core::fmt::rt::Argument::fmt::hbc372588fa9c41d7 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/core/src/fmt/rt.rs:179:76 [INFO] [stderr] 5: 0x60549ea69ef3 - core::fmt::write::hb0f01dc8dc29158b [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/core/src/fmt/mod.rs:1481:25 [INFO] [stderr] 6: 0x60549ea47b43 - std::io::default_write_fmt::h417c23fc508ec0c4 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x60549ea47b43 - std::io::Write::write_fmt::h6eb5b22ba5716526 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/io/mod.rs:1914:13 [INFO] [stderr] 8: 0x60549ea4a312 - std::sys::backtrace::BacktraceLock::print::he9bd1001b16a14f5 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x60549ea4b392 - std::panicking::default_hook::{{closure}}::hce5a2fa275590e2e [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/panicking.rs:300:22 [INFO] [stderr] 10: 0x60549ea4b195 - std::panicking::default_hook::h70332a090f0ecf15 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x60549ea4bdb2 - std::panicking::rust_panic_with_hook::h91efd5df4c734150 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x60549ea4bb3a - std::panicking::begin_panic_handler::{{closure}}::h12c91c0d9c2af036 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x60549ea4a9b9 - std::sys::backtrace::__rust_end_short_backtrace::h5c0b26e3358a5547 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x60549ea4b7cd - __rustc[994c55f15d7c45b8]::rust_begin_unwind [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x60549ea68ed0 - core::panicking::panic_fmt::hdd1bbddd471fde9e [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x60549ea69266 - core::result::unwrap_failed::haf8d4007686496cf [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/core/src/result.rs:1732:5 [INFO] [stderr] 17: 0x60549e98b049 - wayland_scanner::generate_code_with_destructor_events::h3103435ec47caa80 [INFO] [stderr] 18: 0x60549e988ebd - build_script_build::generate_protocol::h6a93bf06a0f0db77 [INFO] [stderr] 19: 0x60549e98a2e5 - build_script_build::main::h2f6bfa25dac9290f [INFO] [stderr] 20: 0x60549e982333 - core::ops::function::FnOnce::call_once::h1e52f46b7b4aca44 [INFO] [stderr] 21: 0x60549e9850d6 - std::sys::backtrace::__rust_begin_short_backtrace::hea6de12c276eab73 [INFO] [stderr] 22: 0x60549e9821c9 - std::rt::lang_start::{{closure}}::h00e751d4e154008e [INFO] [stderr] 23: 0x60549ea446a0 - core::ops::function::impls:: for &F>::call_once::h8199e3d9bdbdd811 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x60549ea446a0 - std::panicking::try::do_call::h64912e4d03b46a62 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/panicking.rs:589:40 [INFO] [stderr] 25: 0x60549ea446a0 - std::panicking::try::h1159a22d5534b30b [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/panicking.rs:552:19 [INFO] [stderr] 26: 0x60549ea446a0 - std::panic::catch_unwind::h428242e4c59cdb24 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/panic.rs:359:14 [INFO] [stderr] 27: 0x60549ea446a0 - std::rt::lang_start_internal::{{closure}}::h1548c9191f8fa3c2 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/rt.rs:168:24 [INFO] [stderr] 28: 0x60549ea446a0 - std::panicking::try::do_call::he1ed23889dd160bd [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/panicking.rs:589:40 [INFO] [stderr] 29: 0x60549ea446a0 - std::panicking::try::h39321628fc04f193 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/panicking.rs:552:19 [INFO] [stderr] 30: 0x60549ea446a0 - std::panic::catch_unwind::h05eee1d44d9687ab [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/panic.rs:359:14 [INFO] [stderr] 31: 0x60549ea446a0 - std::rt::lang_start_internal::h279959fcd76d5e23 [INFO] [stderr] at /rustc/0e517d38ad0e72f93c734b14fabd4bb9b7441de6/library/std/src/rt.rs:164:5 [INFO] [stderr] 32: 0x60549e9821b1 - std::rt::lang_start::h5004a8b2751d5ea3 [INFO] [stderr] 33: 0x60549e98a905 - main [INFO] [stderr] 34: 0x78c1b53d91ca - [INFO] [stderr] 35: 0x78c1b53d928b - __libc_start_main [INFO] [stderr] 36: 0x60549e977d65 - _start [INFO] [stderr] 37: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `wayland-commons` (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/rmetaKHXNRB" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rayon` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaJxE9KE/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rand` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaBH87uJ/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `x11-dl` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "e28a2c7e994f83b3099f16366f91e9f7339a4d64adbda9450f3234af35376ef9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e28a2c7e994f83b3099f16366f91e9f7339a4d64adbda9450f3234af35376ef9", kill_on_drop: false }` [INFO] [stdout] e28a2c7e994f83b3099f16366f91e9f7339a4d64adbda9450f3234af35376ef9