[INFO] fetching crate libzui 0.0.3...
[INFO] checking libzui-0.0.3 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate libzui 0.0.3 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate libzui 0.0.3 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 72d86940f50afe189e4e988487236587853d334b3b0fd4bfeadb8ec43c1a6742
[INFO] running `Command { std: "docker" "start" "-a" "72d86940f50afe189e4e988487236587853d334b3b0fd4bfeadb8ec43c1a6742", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "72d86940f50afe189e4e988487236587853d334b3b0fd4bfeadb8ec43c1a6742", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72d86940f50afe189e4e988487236587853d334b3b0fd4bfeadb8ec43c1a6742", kill_on_drop: false }`
[INFO] [stdout] 72d86940f50afe189e4e988487236587853d334b3b0fd4bfeadb8ec43c1a6742
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 504733528e9940087bd62c8fe6a1997233d724d05d57e3b8ddb440a095b70d13
[INFO] running `Command { std: "docker" "start" "-a" "504733528e9940087bd62c8fe6a1997233d724d05d57e3b8ddb440a095b70d13", kill_on_drop: false }`
[INFO] [stderr]     Checking 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)]` 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: 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)]` 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: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `zui`
[INFO] [stdout]  --> tests/terminal_test.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use zui::term::Terminal;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `zui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[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 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "504733528e9940087bd62c8fe6a1997233d724d05d57e3b8ddb440a095b70d13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "504733528e9940087bd62c8fe6a1997233d724d05d57e3b8ddb440a095b70d13", kill_on_drop: false }`
[INFO] [stdout] 504733528e9940087bd62c8fe6a1997233d724d05d57e3b8ddb440a095b70d13
[INFO] checking libzui-0.0.3 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate libzui 0.0.3 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate libzui 0.0.3 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca5435db2da9025eceb8892b5eef979c6a1ec9c7cde09e2dfe2e42ca3a2573ba
[INFO] running `Command { std: "docker" "start" "-a" "ca5435db2da9025eceb8892b5eef979c6a1ec9c7cde09e2dfe2e42ca3a2573ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca5435db2da9025eceb8892b5eef979c6a1ec9c7cde09e2dfe2e42ca3a2573ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca5435db2da9025eceb8892b5eef979c6a1ec9c7cde09e2dfe2e42ca3a2573ba", kill_on_drop: false }`
[INFO] [stdout] ca5435db2da9025eceb8892b5eef979c6a1ec9c7cde09e2dfe2e42ca3a2573ba
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a757f7c7ee7a775906fc5c5ce727ed98cea600382e9773438604631684516cea
[INFO] running `Command { std: "docker" "start" "-a" "a757f7c7ee7a775906fc5c5ce727ed98cea600382e9773438604631684516cea", kill_on_drop: false }`
[INFO] [stderr]     Checking 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)]` 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: 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)]` 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: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `zui`
[INFO] [stdout]  --> tests/terminal_test.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use zui::term::Terminal;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `zui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[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 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "a757f7c7ee7a775906fc5c5ce727ed98cea600382e9773438604631684516cea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a757f7c7ee7a775906fc5c5ce727ed98cea600382e9773438604631684516cea", kill_on_drop: false }`
[INFO] [stdout] a757f7c7ee7a775906fc5c5ce727ed98cea600382e9773438604631684516cea
