[INFO] fetching crate zui-widgets 0.0.3...
[INFO] testing zui-widgets-0.0.3 against 1.91.0 for beta-1.92-2
[INFO] extracting crate zui-widgets 0.0.3 into /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate zui-widgets 0.0.3 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded argh_shared v0.1.6
[INFO] [stderr]   Downloaded proc-macro2 v1.0.32
[INFO] [stderr]   Downloaded zui-core v0.0.3
[INFO] [stderr]   Downloaded argh v0.1.6
[INFO] [stderr]   Downloaded argh_derive v0.1.6
[INFO] [stderr]   Downloaded ppv-lite86 v0.2.15
[INFO] [stderr]   Downloaded syn v1.0.81
[INFO] [stderr]   Downloaded libc v0.2.106
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c22ff12f4c80471cf6c8fdd76b89c087db12173f7bf487b22ed8c6d0d70761eb
[INFO] running `Command { std: "docker" "start" "-a" "c22ff12f4c80471cf6c8fdd76b89c087db12173f7bf487b22ed8c6d0d70761eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c22ff12f4c80471cf6c8fdd76b89c087db12173f7bf487b22ed8c6d0d70761eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c22ff12f4c80471cf6c8fdd76b89c087db12173f7bf487b22ed8c6d0d70761eb", kill_on_drop: false }`
[INFO] [stdout] c22ff12f4c80471cf6c8fdd76b89c087db12173f7bf487b22ed8c6d0d70761eb
[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=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" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a8af3d7bab364926bac2cd878ae011a324b7fd8daf1df74e5ec406adf00f3af
[INFO] running `Command { std: "docker" "start" "-a" "0a8af3d7bab364926bac2cd878ae011a324b7fd8daf1df74e5ec406adf00f3af", 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 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 1.17s
[INFO] running `Command { std: "docker" "inspect" "0a8af3d7bab364926bac2cd878ae011a324b7fd8daf1df74e5ec406adf00f3af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a8af3d7bab364926bac2cd878ae011a324b7fd8daf1df74e5ec406adf00f3af", kill_on_drop: false }`
[INFO] [stdout] 0a8af3d7bab364926bac2cd878ae011a324b7fd8daf1df74e5ec406adf00f3af
[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=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" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 185a08d0f4b7deb6829907c3e7a6d379f6fe459409ff210c0a93a43fdf7462f7
[INFO] running `Command { std: "docker" "start" "-a" "185a08d0f4b7deb6829907c3e7a6d379f6fe459409ff210c0a93a43fdf7462f7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling argh_shared v0.1.6
[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_canvas.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_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/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] 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[E0433]: failed to resolve: use of unresolved module or unlinked crate `tui`
[INFO] [stdout]  --> tests/widgets_list.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_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] [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_table.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_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[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[E0432]: unresolved import `tui`
[INFO] [stdout]  --> tests/widgets_canvas.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_list.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_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] 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] 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[E0432]: unresolved import `tui`
[INFO] [stdout]  --> tests/widgets_table.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] warning: unused imports: `Constraint`, `Direction`, and `Layout`
[INFO] [stdout]  --> examples/zui_demo.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use zui_widgets::layout::{Constraint, Direction, Layout};
[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 import: `Widget`
[INFO] [stdout]  --> examples/zui_demo.rs:4:44
[INFO] [stdout]   |
[INFO] [stdout] 4 | use zui_widgets::widgets::{Block, Borders, Widget};
[INFO] [stdout]   |                                            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zui-widgets` (test "widgets_barchart") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `zui-widgets` (test "widgets_block") due to 2 previous errors
[INFO] [stderr] error: could not compile `zui-widgets` (test "widgets_canvas") due to 2 previous errors
[INFO] [stderr] error: could not compile `zui-widgets` (test "widgets_paragraph") due to 2 previous errors
[INFO] [stderr] error: could not compile `zui-widgets` (test "terminal") due to 2 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zui-widgets` (test "widgets_list") due to 2 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zui-widgets` (test "widgets_table") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "185a08d0f4b7deb6829907c3e7a6d379f6fe459409ff210c0a93a43fdf7462f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "185a08d0f4b7deb6829907c3e7a6d379f6fe459409ff210c0a93a43fdf7462f7", kill_on_drop: false }`
[INFO] [stdout] 185a08d0f4b7deb6829907c3e7a6d379f6fe459409ff210c0a93a43fdf7462f7
