[INFO] fetching crate zui-widgets 0.0.3...
[INFO] testing zui-widgets-0.0.3 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate zui-widgets 0.0.3 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate zui-widgets 0.0.3
[INFO] finished tweaking crates.io crate zui-widgets 0.0.3
[INFO] tweaked toml for crates.io crate zui-widgets 0.0.3 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate zui-widgets 0.0.3 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate zui-widgets 0.0.3 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0476cb5cf060fe05718555302c458b3a5312ac72c59119acdca8e780d3cf0e76
[INFO] running `Command { std: "docker" "start" "-a" "0476cb5cf060fe05718555302c458b3a5312ac72c59119acdca8e780d3cf0e76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0476cb5cf060fe05718555302c458b3a5312ac72c59119acdca8e780d3cf0e76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0476cb5cf060fe05718555302c458b3a5312ac72c59119acdca8e780d3cf0e76", kill_on_drop: false }`
[INFO] [stdout] 0476cb5cf060fe05718555302c458b3a5312ac72c59119acdca8e780d3cf0e76
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 97f11ac0af24649d53e3c112ef1484874c195da9b90e63ae1a2d92b32f559968
[INFO] running `Command { std: "docker" "start" "-a" "97f11ac0af24649d53e3c112ef1484874c195da9b90e63ae1a2d92b32f559968", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.106
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling zui-core v0.0.3
[INFO] [stderr]    Compiling zui-widgets v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `termion`
[INFO] [stdout]  --> src/backend/mod.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg(feature = "termion")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `serde`
[INFO] [stdout]   = help: consider adding `termion` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `termion`
[INFO] [stdout]  --> src/backend/mod.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(feature = "termion")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `serde`
[INFO] [stdout]   = help: consider adding `termion` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `crossterm`
[INFO] [stdout]   --> src/backend/mod.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(feature = "crossterm")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `serde`
[INFO] [stdout]    = help: consider adding `crossterm` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `crossterm`
[INFO] [stdout]   --> src/backend/mod.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(feature = "crossterm")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `serde`
[INFO] [stdout]    = help: consider adding `crossterm` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/backend/zui.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 | use zui_core::style::{self, set, Style};
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/backend/zui.rs:145:28
[INFO] [stdout]     |
[INFO] [stdout] 145 |             Color::Indexed(i) => write!(f, "{}", fg(ZuiColor::Reset)), //TODO: Fix
[INFO] [stdout]     |                            ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/backend/zui.rs:173:28
[INFO] [stdout]     |
[INFO] [stdout] 173 |             Color::Indexed(i) => write!(f, "{}", bg(ZuiColor::Reset)), //TODO: Fix
[INFO] [stdout]     |                            ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `width` and `height` are never used
[INFO] [stdout]   --> src/widgets/canvas/mod.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | trait Grid: Debug {
[INFO] [stdout]    |       ---- methods in this trait
[INFO] [stdout] 42 |     fn width(&self) -> u16;
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 43 |     fn height(&self) -> u16;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/terminal.rs:288:22
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub fn get_frame(&mut self) -> Frame<B> {
[INFO] [stdout]     |                      ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub fn get_frame(&mut self) -> Frame<'_, B> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/terminal.rs:339:20
[INFO] [stdout]     |
[INFO] [stdout] 339 |     pub fn draw<F>(&mut self, f: F) -> io::Result<CompletedFrame>
[INFO] [stdout]     |                    ^^^^^^^^^                      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 339 |     pub fn draw<F>(&mut self, f: F) -> io::Result<CompletedFrame<'_>>
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
[INFO] running `Command { std: "docker" "inspect" "97f11ac0af24649d53e3c112ef1484874c195da9b90e63ae1a2d92b32f559968", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97f11ac0af24649d53e3c112ef1484874c195da9b90e63ae1a2d92b32f559968", kill_on_drop: false }`
[INFO] [stdout] 97f11ac0af24649d53e3c112ef1484874c195da9b90e63ae1a2d92b32f559968
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f5346388124754c08549c7f22f5bb490d224768f96253ae938a25d266884fade
[INFO] running `Command { std: "docker" "start" "-a" "f5346388124754c08549c7f22f5bb490d224768f96253ae938a25d266884fade", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling argh_shared v0.1.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stdout] warning: unexpected `cfg` condition value: `termion`
[INFO] [stdout]  --> src/backend/mod.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg(feature = "termion")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `serde`
[INFO] [stdout]   = help: consider adding `termion` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `termion`
[INFO] [stdout]  --> src/backend/mod.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(feature = "termion")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `serde`
[INFO] [stdout]   = help: consider adding `termion` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `crossterm`
[INFO] [stdout]   --> src/backend/mod.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(feature = "crossterm")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `serde`
[INFO] [stdout]    = help: consider adding `crossterm` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `crossterm`
[INFO] [stdout]   --> src/backend/mod.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(feature = "crossterm")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `serde`
[INFO] [stdout]    = help: consider adding `crossterm` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/backend/zui.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 | use zui_core::style::{self, set, Style};
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/backend/zui.rs:145:28
[INFO] [stdout]     |
[INFO] [stdout] 145 |             Color::Indexed(i) => write!(f, "{}", fg(ZuiColor::Reset)), //TODO: Fix
[INFO] [stdout]     |                            ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/backend/zui.rs:173:28
[INFO] [stdout]     |
[INFO] [stdout] 173 |             Color::Indexed(i) => write!(f, "{}", bg(ZuiColor::Reset)), //TODO: Fix
[INFO] [stdout]     |                            ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `width` and `height` are never used
[INFO] [stdout]   --> src/widgets/canvas/mod.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | trait Grid: Debug {
[INFO] [stdout]    |       ---- methods in this trait
[INFO] [stdout] 42 |     fn width(&self) -> u16;
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 43 |     fn height(&self) -> u16;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/terminal.rs:288:22
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub fn get_frame(&mut self) -> Frame<B> {
[INFO] [stdout]     |                      ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub fn get_frame(&mut self) -> Frame<'_, B> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/terminal.rs:339:20
[INFO] [stdout]     |
[INFO] [stdout] 339 |     pub fn draw<F>(&mut self, f: F) -> io::Result<CompletedFrame>
[INFO] [stdout]     |                    ^^^^^^^^^                      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 339 |     pub fn draw<F>(&mut self, f: F) -> io::Result<CompletedFrame<'_>>
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling argh_derive v0.1.6
[INFO] [stderr]    Compiling argh v0.1.6
[INFO] [stderr]    Compiling zui-widgets v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tui`
[INFO] [stdout]  --> tests/widgets_tabs.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tui::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tui`
[INFO] [stdout]  --> tests/widgets_tabs.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tui::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tui`
[INFO] [stdout]  --> tests/widgets_chart.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tui::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tui`
[INFO] [stdout]  --> tests/widgets_gauge.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tui::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tui`
[INFO] [stdout]  --> tests/widgets_gauge.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tui::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tui`
[INFO] [stdout]  --> tests/widgets_chart.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tui::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/widgets_tabs.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 |         .draw(|f| {
[INFO] [stdout]    |                ^
[INFO] [stdout] 12 |             let tabs = Tabs::new(["Tab1", "Tab2"].iter().cloned().map(Spans::from).collect());
[INFO] [stdout] 13 |             f.render_widget(
[INFO] [stdout]    |             - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 11 |         .draw(|f: /* Type */| {
[INFO] [stdout]    |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/widgets_tabs.rs:33:16
[INFO] [stdout]    |
[INFO] [stdout] 33 |         .draw(|f| {
[INFO] [stdout]    |                ^
[INFO] [stdout] 34 |             let tabs = Tabs::new(["Tab1", "Tab2"].iter().cloned().map(Spans::from).collect());
[INFO] [stdout] 35 |             f.render_widget(
[INFO] [stdout]    |             - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 33 |         .draw(|f: /* Type */| {
[INFO] [stdout]    |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tui`
[INFO] [stdout]  --> tests/widgets_paragraph.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tui::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/widgets_gauge.rs:17:16
[INFO] [stdout]    |
[INFO] [stdout] 17 |         .draw(|f| {
[INFO] [stdout]    |                ^
[INFO] [stdout] ...
[INFO] [stdout] 22 |                 .split(f.size());
[INFO] [stdout]    |                        - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 17 |         .draw(|f: /* Type */| {
[INFO] [stdout]    |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/widgets_gauge.rs:86:16
[INFO] [stdout]    |
[INFO] [stdout] 86 |         .draw(|f| {
[INFO] [stdout]    |                ^
[INFO] [stdout] ...
[INFO] [stdout] 91 |                 .split(f.size());
[INFO] [stdout]    |                        - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 86 |         .draw(|f: /* Type */| {
[INFO] [stdout]    |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zui-widgets` (test "widgets_gauge") due to 7 previous errors
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/widgets_gauge.rs:126:16
[INFO] [stdout]     |
[INFO] [stdout] 126 |         .draw(|f| {
[INFO] [stdout]     |                ^
[INFO] [stdout] ...
[INFO] [stdout] 141 |             f.render_widget(gauge, f.size());
[INFO] [stdout]     |             - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 126 |         .draw(|f: /* Type */| {
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/widgets_gauge.rs:192:16
[INFO] [stdout]     |
[INFO] [stdout] 192 |         .draw(|f| {
[INFO] [stdout]     |                ^
[INFO] [stdout] ...
[INFO] [stdout] 196 |             f.render_widget(gauge, f.size());
[INFO] [stdout]     |             - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 192 |         .draw(|f: /* Type */| {
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/widgets_gauge.rs:208:16
[INFO] [stdout]     |
[INFO] [stdout] 208 |         .draw(|f| {
[INFO] [stdout]     |                ^
[INFO] [stdout] ...
[INFO] [stdout] 212 |             f.render_widget(
[INFO] [stdout]     |             - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 208 |         .draw(|f: /* Type */| {
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tui`
[INFO] [stdout]  --> tests/widgets_paragraph.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tui::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zui-widgets` (test "widgets_tabs") due to 4 previous errors
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/widgets_chart.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 |             .draw(|f| {
[INFO] [stdout]    |                    ^
[INFO] [stdout] ...
[INFO] [stdout] 39 |                 f.render_widget(chart, f.size());
[INFO] [stdout]    |                 - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 22 |             .draw(|f: /* Type */| {
[INFO] [stdout]    |                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/widgets_chart.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |             .draw(|f| {
[INFO] [stdout]    |                    ^
[INFO] [stdout] ...
[INFO] [stdout] 70 |                 f.render_widget(chart, f.size());
[INFO] [stdout]    |                 - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 56 |             .draw(|f: /* Type */| {
[INFO] [stdout]    |                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/widgets_paragraph.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 |             .draw(|f| {
[INFO] [stdout]    |                    ^
[INFO] [stdout] 23 |                 let size = f.size();
[INFO] [stdout]    |                            - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 22 |             .draw(|f: /* Type */| {
[INFO] [stdout]    |                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/widgets_paragraph.rs:89:16
[INFO] [stdout]    |
[INFO] [stdout] 89 |         .draw(|f| {
[INFO] [stdout]    |                ^
[INFO] [stdout] 90 |             let size = f.size();
[INFO] [stdout]    |                        - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 89 |         .draw(|f: /* Type */| {
[INFO] [stdout]    |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/widgets_paragraph.rs:121:16
[INFO] [stdout]     |
[INFO] [stdout] 121 |         .draw(|f| {
[INFO] [stdout]     |                ^
[INFO] [stdout] 122 |             let size = f.size();
[INFO] [stdout]     |                        - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 121 |         .draw(|f: /* Type */| {
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/widgets_paragraph.rs:156:16
[INFO] [stdout]     |
[INFO] [stdout] 156 |         .draw(|f| {
[INFO] [stdout]     |                ^
[INFO] [stdout] 157 |             let size = f.size();
[INFO] [stdout]     |                        - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 156 |         .draw(|f: /* Type */| {
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/widgets_paragraph.rs:172:20
[INFO] [stdout]     |
[INFO] [stdout] 172 |             .draw(|f| {
[INFO] [stdout]     |                    ^
[INFO] [stdout] 173 |                 let size = f.size();
[INFO] [stdout]     |                            - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 172 |             .draw(|f: /* Type */| {
[INFO] [stdout]     |                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/widgets_chart.rs:128:16
[INFO] [stdout]     |
[INFO] [stdout] 128 |         .draw(|f| {
[INFO] [stdout]     |                ^
[INFO] [stdout] ...
[INFO] [stdout] 145 |             f.render_widget(
[INFO] [stdout]     |             - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 128 |         .draw(|f: /* Type */| {
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/widgets_chart.rs:164:16
[INFO] [stdout]     |
[INFO] [stdout] 164 |         .draw(|f| {
[INFO] [stdout]     |                ^
[INFO] [stdout] ...
[INFO] [stdout] 185 |             f.render_widget(
[INFO] [stdout]     |             - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 164 |         .draw(|f: /* Type */| {
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tui`
[INFO] [stdout]  --> tests/widgets_block.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tui::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tui`
[INFO] [stdout]  --> tests/widgets_block.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tui::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tui`
[INFO] [stdout]  --> tests/terminal.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use tui::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/widgets_chart.rs:204:16
[INFO] [stdout]     |
[INFO] [stdout] 204 |         .draw(|f| {
[INFO] [stdout]     |                ^
[INFO] [stdout] ...
[INFO] [stdout] 222 |             f.render_widget(
[INFO] [stdout]     |             - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 204 |         .draw(|f: /* Type */| {
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/widgets_chart.rs:240:16
[INFO] [stdout]     |
[INFO] [stdout] 240 |         .draw(|f| {
[INFO] [stdout]     |                ^
[INFO] [stdout] ...
[INFO] [stdout] 292 |             f.render_widget(
[INFO] [stdout]     |             - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 240 |         .draw(|f: /* Type */| {
[INFO] [stdout]     |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zui-widgets` (test "widgets_paragraph") due to 7 previous errors
[INFO] [stdout] error[E0432]: unresolved import `tui`
[INFO] [stdout]  --> tests/terminal.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use tui::{
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tui`
[INFO] [stdout]  --> tests/widgets_barchart.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use tui::backend::TestBackend;
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zui-widgets` (test "widgets_block") due to 5 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tui`
[INFO] [stdout]  --> tests/widgets_barchart.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use tui::buffer::Buffer;
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tui`
[INFO] [stdout]  --> tests/widgets_barchart.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use tui::widgets::{BarChart, Block, Borders};
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/widgets_block.rs:16:16
[INFO] [stdout]    |
[INFO] [stdout] 16 |         .draw(|f| {
[INFO] [stdout]    |                ^
[INFO] [stdout] ...
[INFO] [stdout] 20 |             f.render_widget(
[INFO] [stdout]    |             - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 16 |         .draw(|f: /* Type */| {
[INFO] [stdout]    |                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tui`
[INFO] [stdout]  --> tests/widgets_barchart.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use tui::Terminal;
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `tui`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tui`, use `cargo add tui` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/widgets_block.rs:55:20
[INFO] [stdout]    |
[INFO] [stdout] 55 |             .draw(|f| {
[INFO] [stdout]    |                    ^
[INFO] [stdout] 56 |                 f.render_widget(block, area);
[INFO] [stdout]    |                 - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 55 |             .draw(|f: /* Type */| {
[INFO] [stdout]    |                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/widgets_block.rs:234:20
[INFO] [stdout]     |
[INFO] [stdout] 234 |             .draw(|f| {
[INFO] [stdout]     |                    ^
[INFO] [stdout] 235 |                 f.render_widget(block, area);
[INFO] [stdout]     |                 - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 234 |             .draw(|f: /* Type */| {
[INFO] [stdout]     |                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/widgets_barchart.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |             .draw(|f| {
[INFO] [stdout]    |                    ^
[INFO] [stdout] 14 |                 let size = f.size();
[INFO] [stdout]    |                            - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 13 |             .draw(|f: /* Type */| {
[INFO] [stdout]    |                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/terminal.rs:22:32
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let frame = terminal.draw(|f| {
[INFO] [stdout]    |                                ^
[INFO] [stdout] 23 |         let paragrah = Paragraph::new("Test");
[INFO] [stdout] 24 |         f.render_widget(paragrah, f.size());
[INFO] [stdout]    |         - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let frame = terminal.draw(|f: /* Type */| {
[INFO] [stdout]    |                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/terminal.rs:29:32
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let frame = terminal.draw(|f| {
[INFO] [stdout]    |                                ^
[INFO] [stdout] 30 |         let paragrah = Paragraph::new("test");
[INFO] [stdout] 31 |         f.render_widget(paragrah, f.size());
[INFO] [stdout]    |         - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let frame = terminal.draw(|f: /* Type */| {
[INFO] [stdout]    |                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zui-widgets` (test "widgets_barchart") due to 5 previous errors
[INFO] [stderr] error: could not compile `zui-widgets` (test "widgets_chart") due to 8 previous errors
[INFO] [stderr] error: could not compile `zui-widgets` (test "terminal") due to 4 previous errors
[INFO] [stdout] warning: unexpected `cfg` condition value: `termion`
[INFO] [stdout]  --> src/backend/mod.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[cfg(feature = "termion")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `serde`
[INFO] [stdout]   = help: consider adding `termion` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `termion`
[INFO] [stdout]  --> src/backend/mod.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(feature = "termion")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `serde`
[INFO] [stdout]   = help: consider adding `termion` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `crossterm`
[INFO] [stdout]   --> src/backend/mod.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(feature = "crossterm")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `serde`
[INFO] [stdout]    = help: consider adding `crossterm` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `crossterm`
[INFO] [stdout]   --> src/backend/mod.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(feature = "crossterm")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `serde`
[INFO] [stdout]    = help: consider adding `crossterm` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/backend/zui.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 | use zui_core::style::{self, set, Style};
[INFO] [stdout]   |                       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/backend/zui.rs:145:28
[INFO] [stdout]     |
[INFO] [stdout] 145 |             Color::Indexed(i) => write!(f, "{}", fg(ZuiColor::Reset)), //TODO: Fix
[INFO] [stdout]     |                            ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/backend/zui.rs:173:28
[INFO] [stdout]     |
[INFO] [stdout] 173 |             Color::Indexed(i) => write!(f, "{}", bg(ZuiColor::Reset)), //TODO: Fix
[INFO] [stdout]     |                            ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `width` and `height` are never used
[INFO] [stdout]   --> src/widgets/canvas/mod.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | trait Grid: Debug {
[INFO] [stdout]    |       ---- methods in this trait
[INFO] [stdout] 42 |     fn width(&self) -> u16;
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 43 |     fn height(&self) -> u16;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/terminal.rs:288:22
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub fn get_frame(&mut self) -> Frame<B> {
[INFO] [stdout]     |                      ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub fn get_frame(&mut self) -> Frame<'_, B> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/terminal.rs:339:20
[INFO] [stdout]     |
[INFO] [stdout] 339 |     pub fn draw<F>(&mut self, f: F) -> io::Result<CompletedFrame>
[INFO] [stdout]     |                    ^^^^^^^^^                      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 339 |     pub fn draw<F>(&mut self, f: F) -> io::Result<CompletedFrame<'_>>
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f5346388124754c08549c7f22f5bb490d224768f96253ae938a25d266884fade", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5346388124754c08549c7f22f5bb490d224768f96253ae938a25d266884fade", kill_on_drop: false }`
[INFO] [stdout] f5346388124754c08549c7f22f5bb490d224768f96253ae938a25d266884fade
