[INFO] fetching crate glyph 0.0.1...
[INFO] testing glyph-0.0.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate glyph 0.0.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate glyph 0.0.1
[INFO] finished tweaking crates.io crate glyph 0.0.1
[INFO] tweaked toml for crates.io crate glyph 0.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate glyph 0.0.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate glyph 0.0.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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded glyph-core v0.0.1
[INFO] [stderr]   Downloaded glyph-cli v0.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 96eaa580745826befaf2b9e7a1664ab5a8da3473845d6d51b34224e79f5ce4fc
[INFO] running `Command { std: "docker" "start" "-a" "96eaa580745826befaf2b9e7a1664ab5a8da3473845d6d51b34224e79f5ce4fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "96eaa580745826befaf2b9e7a1664ab5a8da3473845d6d51b34224e79f5ce4fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96eaa580745826befaf2b9e7a1664ab5a8da3473845d6d51b34224e79f5ce4fc", kill_on_drop: false }`
[INFO] [stdout] 96eaa580745826befaf2b9e7a1664ab5a8da3473845d6d51b34224e79f5ce4fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 740034ffe41d3b7020c51a5d5b4dcd47f752cd481f5cdcb4fe05b0cd12cb667b
[INFO] running `Command { std: "docker" "start" "-a" "740034ffe41d3b7020c51a5d5b4dcd47f752cd481f5cdcb4fe05b0cd12cb667b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling glyph-core v0.0.1
[INFO] [stderr]    Compiling clap v4.5.31
[INFO] [stderr]    Compiling glyph-cli v0.0.1
[INFO] [stdout] error[E0599]: no method named `write_all` found for struct `ChildStdin` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glyph-cli-0.0.1/src/commands/install.rs:107:19
[INFO] [stdout]     |
[INFO] [stdout] 107 |             stdin.write_all(entry.as_bytes())?;
[INFO] [stdout]     |                   ^^^^^^^^^
[INFO] [stdout]    --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1835:8
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `ChildStdin` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Write` which provides `write_all` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::io::Write;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `write` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 107 -             stdin.write_all(entry.as_bytes())?;
[INFO] [stdout] 107 +             stdin.write(entry.as_bytes())?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `glyph-cli` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "740034ffe41d3b7020c51a5d5b4dcd47f752cd481f5cdcb4fe05b0cd12cb667b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "740034ffe41d3b7020c51a5d5b4dcd47f752cd481f5cdcb4fe05b0cd12cb667b", kill_on_drop: false }`
[INFO] [stdout] 740034ffe41d3b7020c51a5d5b4dcd47f752cd481f5cdcb4fe05b0cd12cb667b
