[INFO] fetching crate kotoba-repl 0.1.22...
[INFO] testing kotoba-repl-0.1.22 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate kotoba-repl 0.1.22 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate kotoba-repl 0.1.22
[INFO] finished tweaking crates.io crate kotoba-repl 0.1.22
[INFO] tweaked toml for crates.io crate kotoba-repl 0.1.22 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate kotoba-repl 0.1.22 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate kotoba-repl 0.1.22 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 66d0ee413c8e9082b9b650d78da92d0f997e2910db10416cbad9c38abd06e35d
[INFO] running `Command { std: "docker" "start" "-a" "66d0ee413c8e9082b9b650d78da92d0f997e2910db10416cbad9c38abd06e35d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66d0ee413c8e9082b9b650d78da92d0f997e2910db10416cbad9c38abd06e35d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66d0ee413c8e9082b9b650d78da92d0f997e2910db10416cbad9c38abd06e35d", kill_on_drop: false }`
[INFO] [stdout] 66d0ee413c8e9082b9b650d78da92d0f997e2910db10416cbad9c38abd06e35d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b31da7da03ca64837e5c6e3618d3873419b3d57c30c4e8728e7bb2004eab4013
[INFO] running `Command { std: "docker" "start" "-a" "b31da7da03ca64837e5c6e3618d3873419b3d57c30c4e8728e7bb2004eab4013", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde_core v1.0.225
[INFO] [stderr]    Compiling serde v1.0.225
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling indexmap v2.11.3
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling cc v1.2.37
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling time v0.3.43
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling fancy-regex v0.11.0
[INFO] [stderr]    Compiling fraction v0.13.1
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.225
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling iso8601 v0.6.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling kotoba-errors v0.1.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling fd-lock v3.0.13
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling rustyline v12.0.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling rustyline-derive v0.8.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling jsonschema v0.17.1
[INFO] [stderr]    Compiling kotoba-core v0.1.21
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `jsonschema` (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/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name jsonschema --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jsonschema-0.17.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 --cfg 'feature="clap"' --cfg 'feature="cli"' --cfg 'feature="default"' --cfg 'feature="reqwest"' --cfg 'feature="resolve-file"' --cfg 'feature="resolve-http"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "default", "draft201909", "draft202012", "reqwest", "resolve-file", "resolve-http"))' -C metadata=71c8367e05aa8c53 -C extra-filename=-5fc7bdab8d4b4f4a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-56f920cf8848cf93.rmeta --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-bbab63dfdaa994c6.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-13144a1f1e192158.rmeta --extern bytecount=/opt/rustwide/target/debug/deps/libbytecount-4690dc5a500fb13e.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-f29ce68dcb15ecb9.rmeta --extern fancy_regex=/opt/rustwide/target/debug/deps/libfancy_regex-ae5fb36dcebf9802.rmeta --extern fraction=/opt/rustwide/target/debug/deps/libfraction-a37c54217983450b.rmeta --extern iso8601=/opt/rustwide/target/debug/deps/libiso8601-20bea649116ad574.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-ef40fa516293a9d3.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-eb753e192a6bbd2d.rmeta --extern num_cmp=/opt/rustwide/target/debug/deps/libnum_cmp-ef5cddd5e953f8cc.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-e9252a7b5119f3eb.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-5ae931d847c50fd9.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-fa055ecaa1e57cfa.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-e649f835bb98a6b3.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-9a218c0e887a06bd.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-8638dfaa18936cd0.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-80ccffd4be103950.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-8e2fbc45e1fa9581.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-7f2fcfe0fa22b3ba.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-5465bc3a1a827204.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libreqwest-9a218c0e887a06bd.rlib`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reqwest` (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/rmetarvh5q6"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kotoba-core` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "b31da7da03ca64837e5c6e3618d3873419b3d57c30c4e8728e7bb2004eab4013", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b31da7da03ca64837e5c6e3618d3873419b3d57c30c4e8728e7bb2004eab4013", kill_on_drop: false }`
[INFO] [stdout] b31da7da03ca64837e5c6e3618d3873419b3d57c30c4e8728e7bb2004eab4013
