[INFO] fetching crate fish-lib 0.2.1...
[INFO] checking fish-lib-0.2.1 against try#44f3504e96c944ae54fc72b5f5008f53f7eda001 for pr-136776
[INFO] extracting crate fish-lib 0.2.1 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate fish-lib 0.2.1 on toolchain 44f3504e96c944ae54fc72b5f5008f53f7eda001
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+44f3504e96c944ae54fc72b5f5008f53f7eda001" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fish-lib 0.2.1
[INFO] finished tweaking crates.io crate fish-lib 0.2.1
[INFO] tweaked toml for crates.io crate fish-lib 0.2.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate fish-lib 0.2.1 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" "+44f3504e96c944ae54fc72b5f5008f53f7eda001" "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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+44f3504e96c944ae54fc72b5f5008f53f7eda001" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c45efa57ac7ba2489771b2cb483d6973a298e00a31e1c3143441ca1af451efd
[INFO] running `Command { std: "docker" "start" "-a" "4c45efa57ac7ba2489771b2cb483d6973a298e00a31e1c3143441ca1af451efd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c45efa57ac7ba2489771b2cb483d6973a298e00a31e1c3143441ca1af451efd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c45efa57ac7ba2489771b2cb483d6973a298e00a31e1c3143441ca1af451efd", kill_on_drop: false }`
[INFO] [stdout] 4c45efa57ac7ba2489771b2cb483d6973a298e00a31e1c3143441ca1af451efd
[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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+44f3504e96c944ae54fc72b5f5008f53f7eda001" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 17a5026f1a61c424f4fe9524407036fff8730c6ee6aba77ab0eb0e5e4fd12450
[INFO] running `Command { std: "docker" "start" "-a" "17a5026f1a61c424f4fe9524407036fff8730c6ee6aba77ab0eb0e5e4fd12450", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.15
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling zerocopy v0.8.16
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling winnow v0.6.24
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling pq-sys v0.6.3
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]     Checking rand_core v0.9.0
[INFO] [stderr]     Checking noise v0.9.0
[INFO] [stderr]    Compiling chrono-tz-build v0.4.0
[INFO] [stderr]    Compiling chrono-tz v0.10.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling dsl_auto_type v0.1.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[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/44f3504e96c944ae54fc72b5f5008f53f7eda001/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.217/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=bb8447a0413d7361 -C extra-filename=-8c71272794b92925 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-bbd983628a35f2ae.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-476d7f3fe4c691d1.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-9322289559a9681a.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 `dsl_auto_type` (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/44f3504e96c944ae54fc72b5f5008f53f7eda001/bin/rustc --crate-name dsl_auto_type --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.1.2/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,test)' --check-cfg 'cfg(feature, values())' -C metadata=acbba8622709a833 -C extra-filename=-61e9a173bb13a10e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern darling=/opt/rustwide/target/debug/deps/libdarling-a11fe68e12852188.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-ab4d9d80162b3f20.rmeta --extern heck=/opt/rustwide/target/debug/deps/libheck-8e1f98ffb0a497ae.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-bbd983628a35f2ae.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-476d7f3fe4c691d1.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-9322289559a9681a.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/rand-f866257bccced542.d`: 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] running `Command { std: "docker" "inspect" "17a5026f1a61c424f4fe9524407036fff8730c6ee6aba77ab0eb0e5e4fd12450", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17a5026f1a61c424f4fe9524407036fff8730c6ee6aba77ab0eb0e5e4fd12450", kill_on_drop: false }`
[INFO] [stdout] 17a5026f1a61c424f4fe9524407036fff8730c6ee6aba77ab0eb0e5e4fd12450
