[INFO] fetching crate libzui 0.0.3...
[INFO] testing libzui-0.0.3 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate libzui 0.0.3 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate libzui 0.0.3
[INFO] finished tweaking crates.io crate libzui 0.0.3
[INFO] tweaked toml for crates.io crate libzui 0.0.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate libzui 0.0.3 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cf665c15ed1cd6d7efc21eb5bb97ca3b3a636f102a0fddc806a1631d50b9c974
[INFO] running `Command { std: "docker" "start" "-a" "cf665c15ed1cd6d7efc21eb5bb97ca3b3a636f102a0fddc806a1631d50b9c974", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf665c15ed1cd6d7efc21eb5bb97ca3b3a636f102a0fddc806a1631d50b9c974", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf665c15ed1cd6d7efc21eb5bb97ca3b3a636f102a0fddc806a1631d50b9c974", kill_on_drop: false }`
[INFO] [stdout] cf665c15ed1cd6d7efc21eb5bb97ca3b3a636f102a0fddc806a1631d50b9c974
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 253666ded1f3aca4bd561bb690f8879030689fde763ff97b56d993266ff7bced
[INFO] running `Command { std: "docker" "start" "-a" "253666ded1f3aca4bd561bb690f8879030689fde763ff97b56d993266ff7bced", kill_on_drop: false }`
[INFO] [stderr]    Compiling libzui v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/term/mod.rs:133:29
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/term/mod.rs:133:37
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                     ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sty`
[INFO] [stdout]    --> src/term/mod.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_sty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fg`
[INFO] [stdout]    --> src/term/mod.rs:133:57
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                                         ^^ help: if this is intentional, prefix it with an underscore: `_fg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bg`
[INFO] [stdout]    --> src/term/mod.rs:133:68
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                                                    ^^ help: if this is intentional, prefix it with an underscore: `_bg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/term/mod.rs:133:79
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                                                               ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/term/mod.rs:76:45
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn new(stdout: &'a mut T) -> Result<Terminal<T>, Error> {
[INFO] [stdout]    |                         --                  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn new(stdout: &'a mut T) -> Result<Terminal<'a, T>, Error> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] running `Command { std: "docker" "inspect" "253666ded1f3aca4bd561bb690f8879030689fde763ff97b56d993266ff7bced", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "253666ded1f3aca4bd561bb690f8879030689fde763ff97b56d993266ff7bced", kill_on_drop: false }`
[INFO] [stdout] 253666ded1f3aca4bd561bb690f8879030689fde763ff97b56d993266ff7bced
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e23efb3bd9a0685d48670473ab90d012bf600ebeab4edce1a84e23e5ada15bc
[INFO] running `Command { std: "docker" "start" "-a" "6e23efb3bd9a0685d48670473ab90d012bf600ebeab4edce1a84e23e5ada15bc", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/term/mod.rs:133:29
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/term/mod.rs:133:37
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                     ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sty`
[INFO] [stdout]    --> src/term/mod.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_sty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fg`
[INFO] [stdout]    --> src/term/mod.rs:133:57
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                                         ^^ help: if this is intentional, prefix it with an underscore: `_fg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bg`
[INFO] [stdout]    --> src/term/mod.rs:133:68
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                                                    ^^ help: if this is intentional, prefix it with an underscore: `_bg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/term/mod.rs:133:79
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                                                               ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/term/mod.rs:76:45
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn new(stdout: &'a mut T) -> Result<Terminal<T>, Error> {
[INFO] [stdout]    |                         --                  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn new(stdout: &'a mut T) -> Result<Terminal<'a, T>, Error> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling libzui v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/term/mod.rs:133:29
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y`
[INFO] [stdout]    --> src/term/mod.rs:133:37
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                     ^ help: if this is intentional, prefix it with an underscore: `_y`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sty`
[INFO] [stdout]    --> src/term/mod.rs:133:45
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_sty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `fg`
[INFO] [stdout]    --> src/term/mod.rs:133:57
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                                         ^^ help: if this is intentional, prefix it with an underscore: `_fg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bg`
[INFO] [stdout]    --> src/term/mod.rs:133:68
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                                                    ^^ help: if this is intentional, prefix it with an underscore: `_bg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/term/mod.rs:133:79
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {}
[INFO] [stdout]     |                                                                               ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `zui`
[INFO] [stdout]  --> tests/terminal_test.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use zui::term::Terminal;
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `zui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `zui`, use `cargo add zui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/term/mod.rs:76:45
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn new(stdout: &'a mut T) -> Result<Terminal<T>, Error> {
[INFO] [stdout]    |                         --                  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn new(stdout: &'a mut T) -> Result<Terminal<'a, T>, Error> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libzui` (test "terminal_test") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6e23efb3bd9a0685d48670473ab90d012bf600ebeab4edce1a84e23e5ada15bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e23efb3bd9a0685d48670473ab90d012bf600ebeab4edce1a84e23e5ada15bc", kill_on_drop: false }`
[INFO] [stdout] 6e23efb3bd9a0685d48670473ab90d012bf600ebeab4edce1a84e23e5ada15bc
