[INFO] cloning repository https://github.com/kentaromiura/kurumu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kentaromiura/kurumu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkentaromiura%2Fkurumu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkentaromiura%2Fkurumu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cbbf06185e6b28e09cd737a62b941d12928b8e15 [INFO] checking kentaromiura/kurumu against try#5e7498e6740d105521420ac0ab146e2c7a21596d for pr-138363 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkentaromiura%2Fkurumu" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kentaromiura/kurumu on toolchain 5e7498e6740d105521420ac0ab146e2c7a21596d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5e7498e6740d105521420ac0ab146e2c7a21596d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kentaromiura/kurumu [INFO] finished tweaking git repo https://github.com/kentaromiura/kurumu [INFO] tweaked toml for git repo https://github.com/kentaromiura/kurumu written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/kentaromiura/kurumu 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" "+5e7498e6740d105521420ac0ab146e2c7a21596d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+5e7498e6740d105521420ac0ab146e2c7a21596d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b68ae5502519e4c238b9cbd07a5cf471dda0fe6f668903c2ab51c9e9fd02fa59 [INFO] running `Command { std: "docker" "start" "-a" "b68ae5502519e4c238b9cbd07a5cf471dda0fe6f668903c2ab51c9e9fd02fa59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b68ae5502519e4c238b9cbd07a5cf471dda0fe6f668903c2ab51c9e9fd02fa59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b68ae5502519e4c238b9cbd07a5cf471dda0fe6f668903c2ab51c9e9fd02fa59", kill_on_drop: false }` [INFO] [stdout] b68ae5502519e4c238b9cbd07a5cf471dda0fe6f668903c2ab51c9e9fd02fa59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+5e7498e6740d105521420ac0ab146e2c7a21596d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22684c71e8627388a43de2f5ffe455ed6a5910fc0bec70ea1172af9276c666b6 [INFO] running `Command { std: "docker" "start" "-a" "22684c71e8627388a43de2f5ffe455ed6a5910fc0bec70ea1172af9276c666b6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking itoa v1.0.14 [INFO] [stderr] Compiling rustversion v1.0.19 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking ryu v1.0.19 [INFO] [stderr] Compiling owo-colors v4.1.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.100 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Checking smawk v0.3.2 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Checking simdutf8 v0.1.5 [INFO] [stderr] Checking once_cell v1.20.3 [INFO] [stderr] Checking unicode-width v0.2.0 [INFO] [stderr] Checking ryu-js v1.0.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling bumpalo v3.17.0 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Checking cow-utils v0.1.3 [INFO] [stderr] Checking oxc_estree v0.52.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking textwrap v0.16.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.100 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Checking assert-unchecked v0.1.2 [INFO] [stderr] Checking unicode-id-start v1.3.1 [INFO] [stderr] Checking nonmax v0.5.5 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking fixedbitset v0.5.7 [INFO] [stderr] Compiling serde_json v1.0.139 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking either v1.14.0 [INFO] [stderr] Checking str_indices v0.4.4 [INFO] [stderr] Checking vsimd v0.8.0 [INFO] [stderr] Checking self_cell v1.1.0 [INFO] [stderr] Checking outref v0.5.2 [INFO] [stderr] Compiling oxc_sourcemap v1.0.9 [INFO] [stderr] Checking ropey v1.6.1 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking read_pipe v0.2.0 [INFO] [stderr] Compiling seq-macro v0.3.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking emotionless v0.1.0 (https://github.com/kentaromiura/emotionless.git#5c19e80a) [INFO] [stderr] Checking pico-args v0.5.0 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking castaway v0.2.3 [INFO] [stderr] Checking json-strip-comments v1.0.4 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking oxc_data_structures v0.52.0 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Checking base64-simd v0.8.0 [INFO] [stderr] Checking seize v0.5.0 [INFO] [stderr] Checking papaya v0.2.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.100 [INFO] [stderr] Compiling serde_derive v1.0.218 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling oxc-miette-derive v1.0.2 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling oxc_ast_macros v0.52.0 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.100 [INFO] [stderr] Checking phf v0.11.3 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `oxc-miette-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/5e7498e6740d105521420ac0ab146e2c7a21596d/bin/rustc --crate-name oxc_miette_derive --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oxc-miette-derive-1.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=34a697c1de379811 -C extra-filename=-7f14d577a270d9d7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-107e47b43b0efb2a.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-1b6a221cac47e5d3.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-f80af21cdfc67d78.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] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `thiserror-impl` (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/5e7498e6740d105521420ac0ab146e2c7a21596d/bin/rustc --crate-name thiserror_impl --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/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=6277d961211a8acf -C extra-filename=-a9c1bedea7c603ed --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-107e47b43b0efb2a.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-1b6a221cac47e5d3.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-f80af21cdfc67d78.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcQdSbqG/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcQdSbqG/symbols.o" "<16 object files omitted>" "/opt/rustwide/target/debug/deps/tracing_attributes-de1bd730dea0a28b.5hmdqkgjchejfjbh5jkkg1f9u.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-f80af21cdfc67d78.rlib,libquote-1b6a221cac47e5d3.rlib,libproc_macro2-107e47b43b0efb2a.rlib,libunicode_ident-6759994d78e94663.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcQdSbqG/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/deps/libtracing_attributes-de1bd730dea0a28b.so" "-Wl,--gc-sections" "-shared" "-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] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tracing-attributes` (lib) due to 1 previous error [INFO] [stdout] error: error writing metadata object file: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "22684c71e8627388a43de2f5ffe455ed6a5910fc0bec70ea1172af9276c666b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22684c71e8627388a43de2f5ffe455ed6a5910fc0bec70ea1172af9276c666b6", kill_on_drop: false }` [INFO] [stdout] 22684c71e8627388a43de2f5ffe455ed6a5910fc0bec70ea1172af9276c666b6