[INFO] crate tui-temp-fork 0.6.5 is already in cache [INFO] checking tui-temp-fork-0.6.5 against try#8810c24b0958114d8dbb32d878444e8956fce80f for pr-66063 [INFO] extracting crate tui-temp-fork 0.6.5 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate tui-temp-fork 0.6.5 on toolchain 8810c24b0958114d8dbb32d878444e8956fce80f [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tui-temp-fork 0.6.5 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate tui-temp-fork 0.6.5 [INFO] tweaked toml for crates.io crate tui-temp-fork 0.6.5 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate tui-temp-fork 0.6.5 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 821047099bff025d89fd586933d2bbf08dccc9ed5a3ca4c9a9a371a278d4d179 [INFO] running `"docker" "start" "-a" "821047099bff025d89fd586933d2bbf08dccc9ed5a3ca4c9a9a371a278d4d179"` [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking termcolor v0.3.6 [INFO] [stderr] Checking termion v1.5.3 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking stderrlog v0.4.1 [INFO] [stderr] Checking tui-temp-fork v0.6.5 (/opt/rustwide/workdir) [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/paragraph.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tui::backend::TestBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/paragraph.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tui::buffer::Buffer; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/paragraph.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tui::layout::Alignment; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/paragraph.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tui::widgets::{Block, Borders, Paragraph, Text, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/size.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tui::backend::{Backend, TestBackend}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/list.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/list.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::layout::{Constraint, Corner, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/list.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::style::{Color, Modifier, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/list.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::widgets::{Block, Borders, List, SelectableList, Text, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/chart.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tui::backend::TestBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/chart.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tui::layout::Rect; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/chart.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/chart.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tui::widgets::{Axis, Block, Borders, Chart, Dataset, Marker, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/block.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tui::backend::TestBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/block.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tui::buffer::Buffer; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/block.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tui::layout::Rect; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/block.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/block.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tui::widgets::{Block, Borders, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/user_input.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/layout.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/layout.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::layout::{Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/layout.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::widgets::{Block, Borders, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/user_input.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use tui::layout::{Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/user_input.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/user_input.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | use tui::widgets::{Block, Borders, List, Paragraph, Text, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/custom_widget.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/custom_widget.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::buffer::Buffer; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/custom_widget.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::layout::Rect; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/custom_widget.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::style::Style; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/custom_widget.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::widgets::Widget; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/tabs.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/block.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/block.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::layout::{Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/block.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::style::{Color, Modifier, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/block.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::widgets::{Block, Borders, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/tabs.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::layout::{Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/sparkline.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/tabs.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/tabs.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::widgets::{Block, Borders, Tabs, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/sparkline.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::layout::{Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/sparkline.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::style::{Color, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/sparkline.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::widgets::{Block, Borders, Sparkline, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/table.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/table.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::layout::{Constraint, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/table.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::style::{Color, Modifier, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/table.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::widgets::{Block, Borders, Row, Table, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/paragraph.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/paragraph.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::layout::{Alignment, Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/paragraph.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::style::{Color, Modifier, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/paragraph.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::widgets::{Block, Borders, Paragraph, Text, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/gauge.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/gauge.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::layout::{Constraint, Direction, Layout}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/gauge.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::style::{Color, Modifier, Style}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/gauge.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::widgets::{Block, Borders, Gauge, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/canvas.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tui::backend::TermionBackend; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/canvas.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use tui::layout::{Constraint, Direction, Layout, Rect}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/canvas.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::style::Color; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/canvas.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::widgets::canvas::{Canvas, Map, MapResolution, Rectangle}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/canvas.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use tui::widgets::{Block, Borders, Widget}; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/block.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/block.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/block.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | Block::default().borders(Borders::ALL).render(&mut f, size); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/block.rs:35:38 [INFO] [stderr] | [INFO] [stderr] 35 | Block::default().borders(Borders::ALL).render(&mut f, size); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/block.rs:36:26 [INFO] [stderr] | [INFO] [stderr] 36 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/block.rs:37:28 [INFO] [stderr] | [INFO] [stderr] 37 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/block.rs:39:31 [INFO] [stderr] | [INFO] [stderr] 39 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/block.rs:39:59 [INFO] [stderr] | [INFO] [stderr] 39 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/block.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/block.rs:43:32 [INFO] [stderr] | [INFO] [stderr] 43 | .direction(Direction::Horizontal) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/block.rs:44:35 [INFO] [stderr] | [INFO] [stderr] 44 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/block.rs:44:63 [INFO] [stderr] | [INFO] [stderr] 44 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/block.rs:46:17 [INFO] [stderr] | [INFO] [stderr] 46 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/block.rs:48:34 [INFO] [stderr] | [INFO] [stderr] 48 | .title_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/block.rs:48:54 [INFO] [stderr] | [INFO] [stderr] 48 | .title_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/block.rs:49:28 [INFO] [stderr] | [INFO] [stderr] 49 | .style(Style::default().bg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/sparkline.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/block.rs:49:48 [INFO] [stderr] | [INFO] [stderr] 49 | .style(Style::default().bg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/block.rs:51:17 [INFO] [stderr] | [INFO] [stderr] 51 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/block.rs:54:25 [INFO] [stderr] | [INFO] [stderr] 54 | Style::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/sparkline.rs:58:19 [INFO] [stderr] | [INFO] [stderr] 58 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/block.rs:55:33 [INFO] [stderr] | [INFO] [stderr] 55 | ... .fg(Color::White) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/block.rs:56:33 [INFO] [stderr] | [INFO] [stderr] 56 | ... .bg(Color::R... [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/sparkline.rs:70:26 [INFO] [stderr] | [INFO] [stderr] 70 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/sparkline.rs:71:28 [INFO] [stderr] | [INFO] [stderr] 71 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/block.rs:57:39 [INFO] [stderr] | [INFO] [stderr] 57 | ... .modifier(Modifier::BOLD), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/sparkline.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | Constraint::Length(3), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/sparkline.rs:76:25 [INFO] [stderr] | [INFO] [stderr] 76 | Constraint::Length(3), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/sparkline.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | Constraint::Length(7), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/block.rs:62:30 [INFO] [stderr] | [INFO] [stderr] 62 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/sparkline.rs:78:25 [INFO] [stderr] | [INFO] [stderr] 78 | Constraint::Min(0), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sparkline` [INFO] [stderr] --> examples/sparkline.rs:83:13 [INFO] [stderr] | [INFO] [stderr] 83 | Sparkline::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Sparkline` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/sparkline.rs:85:21 [INFO] [stderr] | [INFO] [stderr] 85 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/sparkline.rs:87:34 [INFO] [stderr] | [INFO] [stderr] 87 | .borders(Borders::LEFT | Borders::RIGHT), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/block.rs:63:32 [INFO] [stderr] | [INFO] [stderr] 63 | .direction(Direction::Horizontal) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/block.rs:64:35 [INFO] [stderr] | [INFO] [stderr] 64 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/block.rs:64:63 [INFO] [stderr] | [INFO] [stderr] 64 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/block.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/block.rs:68:30 [INFO] [stderr] | [INFO] [stderr] 68 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/block.rs:70:17 [INFO] [stderr] | [INFO] [stderr] 70 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/block.rs:72:35 [INFO] [stderr] | [INFO] [stderr] 72 | .border_style(Style::default().fg(Color::Cyan)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/block.rs:72:55 [INFO] [stderr] | [INFO] [stderr] 72 | .border_style(Style::default().fg(Color::Cyan)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/block.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | .borders(Borders::LEFT | Borders::RIGHT) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/block.rs:73:46 [INFO] [stderr] | [INFO] [stderr] 73 | .borders(Borders::LEFT | Borders::RIGHT) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/sparkline.rs:87:50 [INFO] [stderr] | [INFO] [stderr] 87 | .borders(Borders::LEFT | Borders::RIGHT), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/sparkline.rs:90:24 [INFO] [stderr] | [INFO] [stderr] 90 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/sparkline.rs:90:44 [INFO] [stderr] | [INFO] [stderr] 90 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sparkline` [INFO] [stderr] --> examples/sparkline.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | Sparkline::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Sparkline` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/sparkline.rs:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/sparkline.rs:96:34 [INFO] [stderr] | [INFO] [stderr] 96 | .borders(Borders::LEFT | Borders::RIGHT), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/sparkline.rs:96:50 [INFO] [stderr] | [INFO] [stderr] 96 | .borders(Borders::LEFT | Borders::RIGHT), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/sparkline.rs:99:24 [INFO] [stderr] | [INFO] [stderr] 99 | .style(Style::default().bg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/sparkline.rs:99:44 [INFO] [stderr] | [INFO] [stderr] 99 | .style(Style::default().bg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sparkline` [INFO] [stderr] --> examples/sparkline.rs:102:13 [INFO] [stderr] | [INFO] [stderr] 102 | Sparkline::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Sparkline` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/sparkline.rs:104:21 [INFO] [stderr] | [INFO] [stderr] 104 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/sparkline.rs:106:34 [INFO] [stderr] | [INFO] [stderr] 106 | .borders(Borders::LEFT | Borders::RIGHT), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/sparkline.rs:106:50 [INFO] [stderr] | [INFO] [stderr] 106 | .borders(Borders::LEFT | Borders::RIGHT), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/sparkline.rs:109:24 [INFO] [stderr] | [INFO] [stderr] 109 | .style(Style::default().fg(Color::Red)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/sparkline.rs:109:44 [INFO] [stderr] | [INFO] [stderr] 109 | .style(Style::default().fg(Color::Red)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> tests/size.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TestBackend` [INFO] [stderr] --> tests/size.rs:6:19 [INFO] [stderr] | [INFO] [stderr] 6 | let backend = TestBackend::new(400, 400); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TestBackend` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/table.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/table.rs:44:19 [INFO] [stderr] | [INFO] [stderr] 44 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/table.rs:56:34 [INFO] [stderr] | [INFO] [stderr] 56 | let selected_style = Style::default().fg(Color::Yellow).modifier(Modifier::BOLD); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/table.rs:56:54 [INFO] [stderr] | [INFO] [stderr] 56 | let selected_style = Style::default().fg(Color::Yellow).modifier(Modifier::BOLD); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/table.rs:56:78 [INFO] [stderr] | [INFO] [stderr] 56 | let selected_style = Style::default().fg(Color::Yellow).modifier(Modifier::BOLD); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/table.rs:57:32 [INFO] [stderr] | [INFO] [stderr] 57 | let normal_style = Style::default().fg(Color::White); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/table.rs:57:52 [INFO] [stderr] | [INFO] [stderr] 57 | let normal_style = Style::default().fg(Color::White); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Row` [INFO] [stderr] --> examples/table.rs:61:21 [INFO] [stderr] | [INFO] [stderr] 61 | Row::StyledData(item.into_iter(), selected_style) [INFO] [stderr] | ^^^ use of undeclared type or module `Row` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Row` [INFO] [stderr] --> examples/table.rs:63:21 [INFO] [stderr] | [INFO] [stderr] 63 | Row::StyledData(item.into_iter(), normal_style) [INFO] [stderr] | ^^^ use of undeclared type or module `Row` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/table.rs:67:25 [INFO] [stderr] | [INFO] [stderr] 67 | let rects = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/table.rs:68:31 [INFO] [stderr] | [INFO] [stderr] 68 | .constraints([Constraint::Percentage(100)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Table` [INFO] [stderr] --> examples/table.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | Table::new(header.into_iter(), rows) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Table` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/table.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | .block(Block::default().borders(Borders::ALL).title("Table")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/table.rs:72:49 [INFO] [stderr] | [INFO] [stderr] 72 | .block(Block::default().borders(Borders::ALL).title("Table")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/user_input.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/user_input.rs:54:19 [INFO] [stderr] | [INFO] [stderr] 54 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/user_input.rs:66:26 [INFO] [stderr] | [INFO] [stderr] 66 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/user_input.rs:67:28 [INFO] [stderr] | [INFO] [stderr] 67 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/user_input.rs:69:31 [INFO] [stderr] | [INFO] [stderr] 69 | .constraints([Constraint::Length(3), Constraint::Min(1)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/user_input.rs:69:54 [INFO] [stderr] | [INFO] [stderr] 69 | .constraints([Constraint::Length(3), Constraint::Min(1)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> examples/user_input.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | Paragraph::new([Text::raw(&app.input)].iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/user_input.rs:71:29 [INFO] [stderr] | [INFO] [stderr] 71 | Paragraph::new([Text::raw(&app.input)].iter()) [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/user_input.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/user_input.rs:72:44 [INFO] [stderr] | [INFO] [stderr] 72 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/user_input.rs:73:24 [INFO] [stderr] | [INFO] [stderr] 73 | .block(Block::default().borders(Borders::ALL).title("Input")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/user_input.rs:73:49 [INFO] [stderr] | [INFO] [stderr] 73 | .block(Block::default().borders(Borders::ALL).title("Input")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/user_input.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | .map(|(i, m)| Text::raw(format!("{}: {}", i, m))); [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `List` [INFO] [stderr] --> examples/user_input.rs:80:13 [INFO] [stderr] | [INFO] [stderr] 80 | List::new(messages) [INFO] [stderr] | ^^^^ use of undeclared type or module `List` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/user_input.rs:81:24 [INFO] [stderr] | [INFO] [stderr] 81 | .block(Block::default().borders(Borders::ALL).title("Messages")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/user_input.rs:81:49 [INFO] [stderr] | [INFO] [stderr] 81 | .block(Block::default().borders(Borders::ALL).title("Messages")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/paragraph.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/paragraph.rs:23:19 [INFO] [stderr] | [INFO] [stderr] 23 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/paragraph.rs:39:13 [INFO] [stderr] | [INFO] [stderr] 39 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/paragraph.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | .style(Style::default().bg(Color::White)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/paragraph.rs:40:44 [INFO] [stderr] | [INFO] [stderr] 40 | .style(Style::default().bg(Color::White)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/paragraph.rs:43:26 [INFO] [stderr] | [INFO] [stderr] 43 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/paragraph.rs:44:28 [INFO] [stderr] | [INFO] [stderr] 44 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> tests/chart.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/paragraph.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | Constraint::Percentage(25), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/paragraph.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | Constraint::Percentage(25), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TestBackend` [INFO] [stderr] --> tests/chart.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | let backend = TestBackend::new(100, 100); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TestBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Chart` [INFO] [stderr] --> tests/chart.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | Chart::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Chart` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/gauge.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> tests/chart.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | .block(Block::default().title("Plot").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/paragraph.rs:50:25 [INFO] [stderr] | [INFO] [stderr] 50 | Constraint::Percentage(25), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/gauge.rs:60:19 [INFO] [stderr] | [INFO] [stderr] 60 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> tests/chart.rs:15:63 [INFO] [stderr] | [INFO] [stderr] 15 | .block(Block::default().title("Plot").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/gauge.rs:70:26 [INFO] [stderr] | [INFO] [stderr] 70 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/paragraph.rs:51:25 [INFO] [stderr] | [INFO] [stderr] 51 | Constraint::Percentage(25), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Axis` [INFO] [stderr] --> tests/chart.rs:16:25 [INFO] [stderr] | [INFO] [stderr] 16 | .x_axis(Axis::default().bounds([0.0, 0.0]).labels(&["0.0", "1.0"])) [INFO] [stderr] | ^^^^ use of undeclared type or module `Axis` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/paragraph.rs:58:17 [INFO] [stderr] | [INFO] [stderr] 58 | Text::raw("This is a line \n"), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/gauge.rs:71:28 [INFO] [stderr] | [INFO] [stderr] 71 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/gauge.rs:75:25 [INFO] [stderr] | [INFO] [stderr] 75 | Constraint::Percentage(25), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/paragraph.rs:59:17 [INFO] [stderr] | [INFO] [stderr] 59 | Text::styled("This is a line \n", Style::default().fg(Color::Red)), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/gauge.rs:76:25 [INFO] [stderr] | [INFO] [stderr] 76 | Constraint::Percentage(25), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Axis` [INFO] [stderr] --> tests/chart.rs:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | .y_axis(Axis::default().bounds([0.0, 1.0]).labels(&["0.0", "1.0"])) [INFO] [stderr] | ^^^^ use of undeclared type or module `Axis` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/paragraph.rs:59:53 [INFO] [stderr] | [INFO] [stderr] 59 | Text::styled("This is a line \n", Style::default().fg(Color::Red)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Dataset` [INFO] [stderr] --> tests/chart.rs:18:29 [INFO] [stderr] | [INFO] [stderr] 18 | .datasets(&[Dataset::default() [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Dataset` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/paragraph.rs:59:73 [INFO] [stderr] | [INFO] [stderr] 59 | Text::styled("This is a line \n", Style::default().fg(Color::Red)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/gauge.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | Constraint::Percentage(25), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/gauge.rs:78:25 [INFO] [stderr] | [INFO] [stderr] 78 | Constraint::Percentage(25), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Marker` [INFO] [stderr] --> tests/chart.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 19 | .marker(Marker::Braille) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Marker` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> tests/chart.rs:20:28 [INFO] [stderr] | [INFO] [stderr] 20 | .style(Style::default().fg(Color::Magenta)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> tests/chart.rs:20:48 [INFO] [stderr] | [INFO] [stderr] 20 | .style(Style::default().fg(Color::Magenta)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Gauge` [INFO] [stderr] --> examples/gauge.rs:84:13 [INFO] [stderr] | [INFO] [stderr] 84 | Gauge::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Gauge` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/paragraph.rs:60:17 [INFO] [stderr] | [INFO] [stderr] 60 | Text::styled("This is a line\n", Style::default().bg(Color::Blue)), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/paragraph.rs:60:50 [INFO] [stderr] | [INFO] [stderr] 60 | Text::styled("This is a line\n", Style::default().bg(Color::Blue)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/paragraph.rs:60:70 [INFO] [stderr] | [INFO] [stderr] 60 | Text::styled("This is a line\n", Style::default().bg(Color::Blue)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/paragraph.rs:61:17 [INFO] [stderr] | [INFO] [stderr] 61 | Text::styled( [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/paragraph.rs:63:21 [INFO] [stderr] | [INFO] [stderr] 63 | Style::default().modifier(Modifier::CROSSED_OUT), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/paragraph.rs:63:47 [INFO] [stderr] | [INFO] [stderr] 63 | Style::default().modifier(Modifier::CROSSED_OUT), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/paragraph.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | Text::styled(&long_line, Style::default().bg(Color::Green)), [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/paragraph.rs:65:42 [INFO] [stderr] | [INFO] [stderr] 65 | Text::styled(&long_line, Style::default().bg(Color::Green)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/paragraph.rs:65:62 [INFO] [stderr] | [INFO] [stderr] 65 | Text::styled(&long_line, Style::default().bg(Color::Green)), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/paragraph.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | Text::styled( [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/paragraph.rs:68:21 [INFO] [stderr] | [INFO] [stderr] 68 | Style::default().fg(Color::Green).modifier(Modifier::ITALIC), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/paragraph.rs:68:41 [INFO] [stderr] | [INFO] [stderr] 68 | Style::default().fg(Color::Green).modifier(Modifier::ITALIC), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/paragraph.rs:68:64 [INFO] [stderr] | [INFO] [stderr] 68 | Style::default().fg(Color::Green).modifier(Modifier::ITALIC), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/paragraph.rs:72:25 [INFO] [stderr] | [INFO] [stderr] 72 | let block = Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/paragraph.rs:73:26 [INFO] [stderr] | [INFO] [stderr] 73 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/paragraph.rs:74:30 [INFO] [stderr] | [INFO] [stderr] 74 | .title_style(Style::default().modifier(Modifier::BOLD)); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/gauge.rs:85:24 [INFO] [stderr] | [INFO] [stderr] 85 | .block(Block::default().title("Gauge1").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/gauge.rs:85:65 [INFO] [stderr] | [INFO] [stderr] 85 | .block(Block::default().title("Gauge1").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/paragraph.rs:74:56 [INFO] [stderr] | [INFO] [stderr] 74 | .title_style(Style::default().modifier(Modifier::BOLD)); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> tests/chart.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> examples/paragraph.rs:75:13 [INFO] [stderr] | [INFO] [stderr] 75 | Paragraph::new(text.iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Alignment` [INFO] [stderr] --> examples/paragraph.rs:77:28 [INFO] [stderr] | [INFO] [stderr] 77 | .alignment(Alignment::Left) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Alignment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/gauge.rs:86:24 [INFO] [stderr] | [INFO] [stderr] 86 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/gauge.rs:86:44 [INFO] [stderr] | [INFO] [stderr] 86 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Gauge` [INFO] [stderr] --> examples/gauge.rs:89:13 [INFO] [stderr] | [INFO] [stderr] 89 | Gauge::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Gauge` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> examples/paragraph.rs:79:13 [INFO] [stderr] | [INFO] [stderr] 79 | Paragraph::new(text.iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Alignment` [INFO] [stderr] --> examples/paragraph.rs:81:28 [INFO] [stderr] | [INFO] [stderr] 81 | .alignment(Alignment::Left) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Alignment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/gauge.rs:90:24 [INFO] [stderr] | [INFO] [stderr] 90 | .block(Block::default().title("Gauge2").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> tests/block.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> examples/paragraph.rs:84:13 [INFO] [stderr] | [INFO] [stderr] 84 | Paragraph::new(text.iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Alignment` [INFO] [stderr] --> examples/paragraph.rs:86:28 [INFO] [stderr] | [INFO] [stderr] 86 | .alignment(Alignment::Center) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Alignment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> examples/paragraph.rs:90:13 [INFO] [stderr] | [INFO] [stderr] 90 | Paragraph::new(text.iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Alignment` [INFO] [stderr] --> examples/paragraph.rs:92:28 [INFO] [stderr] | [INFO] [stderr] 92 | .alignment(Alignment::Right) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Alignment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/gauge.rs:90:65 [INFO] [stderr] | [INFO] [stderr] 90 | .block(Block::default().title("Gauge2").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/gauge.rs:91:24 [INFO] [stderr] | [INFO] [stderr] 91 | .style(Style::default().fg(Color::Magenta).bg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/gauge.rs:91:44 [INFO] [stderr] | [INFO] [stderr] 91 | .style(Style::default().fg(Color::Magenta).bg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/gauge.rs:91:63 [INFO] [stderr] | [INFO] [stderr] 91 | .style(Style::default().fg(Color::Magenta).bg(Color::Green)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Gauge` [INFO] [stderr] --> examples/gauge.rs:95:13 [INFO] [stderr] | [INFO] [stderr] 95 | Gauge::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Gauge` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/gauge.rs:96:24 [INFO] [stderr] | [INFO] [stderr] 96 | .block(Block::default().title("Gauge3").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/gauge.rs:96:65 [INFO] [stderr] | [INFO] [stderr] 96 | .block(Block::default().title("Gauge3").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/gauge.rs:97:24 [INFO] [stderr] | [INFO] [stderr] 97 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error: aborting due to 37 previous errors [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/gauge.rs:97:44 [INFO] [stderr] | [INFO] [stderr] 97 | .style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Gauge` [INFO] [stderr] --> examples/gauge.rs:100:13 [INFO] [stderr] | [INFO] [stderr] 100 | Gauge::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Gauge` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/gauge.rs:101:24 [INFO] [stderr] | [INFO] [stderr] 101 | .block(Block::default().title("Gauge4").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/gauge.rs:101:65 [INFO] [stderr] | [INFO] [stderr] 101 | .block(Block::default().title("Gauge4").borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TestBackend` [INFO] [stderr] --> tests/block.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | let backend = TestBackend::new(10, 10); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TestBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> tests/block.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> tests/block.rs:16:26 [INFO] [stderr] | [INFO] [stderr] 16 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> tests/block.rs:17:30 [INFO] [stderr] | [INFO] [stderr] 17 | .title_style(Style::default().fg(Color::LightBlue)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> tests/block.rs:17:50 [INFO] [stderr] | [INFO] [stderr] 17 | .title_style(Style::default().fg(Color::LightBlue)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/layout.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/block.rs:29:24 [INFO] [stderr] | [INFO] [stderr] 29 | let mut expected = Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> tests/block.rs:42:39 [INFO] [stderr] | [INFO] [stderr] 42 | expected.get_mut(x, 0).set_fg(Color::LightBlue); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> tests/block.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/tabs.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/tabs.rs:28:19 [INFO] [stderr] | [INFO] [stderr] 28 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/tabs.rs:43:26 [INFO] [stderr] | [INFO] [stderr] 43 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/tabs.rs:44:28 [INFO] [stderr] | [INFO] [stderr] 44 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/tabs.rs:46:31 [INFO] [stderr] | [INFO] [stderr] 46 | .constraints([Constraint::Length(3), Constraint::Min(0)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/tabs.rs:46:54 [INFO] [stderr] | [INFO] [stderr] 46 | .constraints([Constraint::Length(3), Constraint::Min(0)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/tabs.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 49 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/tabs.rs:50:24 [INFO] [stderr] | [INFO] [stderr] 50 | .style(Style::default().bg(Color::White)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/tabs.rs:50:44 [INFO] [stderr] | [INFO] [stderr] 50 | .style(Style::default().bg(Color::White)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tabs` [INFO] [stderr] --> examples/tabs.rs:52:13 [INFO] [stderr] | [INFO] [stderr] 52 | Tabs::default() [INFO] [stderr] | ^^^^ use of undeclared type or module `Tabs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/tabs.rs:53:24 [INFO] [stderr] | [INFO] [stderr] 53 | .block(Block::default().borders(Borders::ALL).title("Tabs")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/tabs.rs:53:49 [INFO] [stderr] | [INFO] [stderr] 53 | .block(Block::default().borders(Borders::ALL).title("Tabs")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/tabs.rs:56:24 [INFO] [stderr] | [INFO] [stderr] 56 | .style(Style::default().fg(Color::Cyan)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/tabs.rs:56:44 [INFO] [stderr] | [INFO] [stderr] 56 | .style(Style::default().fg(Color::Cyan)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/tabs.rs:57:34 [INFO] [stderr] | [INFO] [stderr] 57 | .highlight_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/tabs.rs:57:54 [INFO] [stderr] | [INFO] [stderr] 57 | .highlight_style(Style::default().fg(Color::Yellow)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/tabs.rs:60:22 [INFO] [stderr] | [INFO] [stderr] 60 | 0 => Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/tabs.rs:62:30 [INFO] [stderr] | [INFO] [stderr] 62 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/tabs.rs:64:22 [INFO] [stderr] | [INFO] [stderr] 64 | 1 => Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/tabs.rs:66:30 [INFO] [stderr] | [INFO] [stderr] 66 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/tabs.rs:68:22 [INFO] [stderr] | [INFO] [stderr] 68 | 2 => Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/tabs.rs:70:30 [INFO] [stderr] | [INFO] [stderr] 70 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/tabs.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | 3 => Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/tabs.rs:74:30 [INFO] [stderr] | [INFO] [stderr] 74 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/layout.rs:22:19 [INFO] [stderr] | [INFO] [stderr] 22 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/gauge.rs:102:24 [INFO] [stderr] | [INFO] [stderr] 102 | .style(Style::default().fg(Color::Cyan).modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/gauge.rs:102:44 [INFO] [stderr] | [INFO] [stderr] 102 | .style(Style::default().fg(Color::Cyan).modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/gauge.rs:102:66 [INFO] [stderr] | [INFO] [stderr] 102 | .style(Style::default().fg(Color::Cyan).modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/layout.rs:30:26 [INFO] [stderr] | [INFO] [stderr] 30 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/layout.rs:31:28 [INFO] [stderr] | [INFO] [stderr] 31 | .direction(Direction::Vertical) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/layout.rs:34:25 [INFO] [stderr] | [INFO] [stderr] 34 | Constraint::Percentage(10), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/layout.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | Constraint::Percentage(80), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/layout.rs:36:25 [INFO] [stderr] | [INFO] [stderr] 36 | Constraint::Percentage(10), [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/layout.rs:42:13 [INFO] [stderr] | [INFO] [stderr] 42 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/layout.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/layout.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | Block::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error: aborting due to 30 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/layout.rs:48:26 [INFO] [stderr] | [INFO] [stderr] 48 | .borders(Borders::ALL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/list.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> tests/paragraph.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TestBackend` [INFO] [stderr] --> tests/paragraph.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | let backend = TestBackend::new(20, 10); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TestBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> tests/paragraph.rs:22:29 [INFO] [stderr] | [INFO] [stderr] 22 | let text = [Text::raw(SAMPLE_STRING)]; [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> tests/paragraph.rs:23:17 [INFO] [stderr] | [INFO] [stderr] 23 | Paragraph::new(text.iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> tests/paragraph.rs:24:28 [INFO] [stderr] | [INFO] [stderr] 24 | .block(Block::default().borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> tests/paragraph.rs:24:53 [INFO] [stderr] | [INFO] [stderr] 24 | .block(Block::default().borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/list.rs:65:25 [INFO] [stderr] | [INFO] [stderr] 65 | info_style: Style::default().fg(Color::White), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:65:45 [INFO] [stderr] | [INFO] [stderr] 65 | info_style: Style::default().fg(Color::White), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error: aborting due to 44 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Alignment` [INFO] [stderr] --> tests/paragraph.rs:34:16 [INFO] [stderr] | [INFO] [stderr] 34 | render(Alignment::Left), [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Alignment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/paragraph.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/list.rs:66:28 [INFO] [stderr] | [INFO] [stderr] 66 | warning_style: Style::default().fg(Color::Yellow), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:66:48 [INFO] [stderr] | [INFO] [stderr] 66 | warning_style: Style::default().fg(Color::Yellow), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/list.rs:67:26 [INFO] [stderr] | [INFO] [stderr] 67 | error_style: Style::default().fg(Color::Magenta), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:67:46 [INFO] [stderr] | [INFO] [stderr] 67 | error_style: Style::default().fg(Color::Magenta), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Alignment` [INFO] [stderr] --> tests/paragraph.rs:49:16 [INFO] [stderr] | [INFO] [stderr] 49 | render(Alignment::Right), [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Alignment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/paragraph.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Alignment` [INFO] [stderr] --> tests/paragraph.rs:64:16 [INFO] [stderr] | [INFO] [stderr] 64 | render(Alignment::Center), [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Alignment` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/paragraph.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/list.rs:68:29 [INFO] [stderr] | [INFO] [stderr] 68 | critical_style: Style::default().fg(Color::Red), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:68:49 [INFO] [stderr] | [INFO] [stderr] 68 | critical_style: Style::default().fg(Color::Red), [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TestBackend` [INFO] [stderr] --> tests/paragraph.rs:82:19 [INFO] [stderr] | [INFO] [stderr] 82 | let backend = TestBackend::new(10, 10); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TestBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/list.rs:83:19 [INFO] [stderr] | [INFO] [stderr] 83 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/list.rs:94:26 [INFO] [stderr] | [INFO] [stderr] 94 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> tests/paragraph.rs:90:25 [INFO] [stderr] | [INFO] [stderr] 90 | let text = [Text::raw(s)]; [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> tests/paragraph.rs:91:13 [INFO] [stderr] | [INFO] [stderr] 91 | Paragraph::new(text.iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/list.rs:95:28 [INFO] [stderr] | [INFO] [stderr] 95 | .direction(Direction::Horizontal) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/list.rs:96:31 [INFO] [stderr] | [INFO] [stderr] 96 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> tests/paragraph.rs:92:24 [INFO] [stderr] | [INFO] [stderr] 92 | .block(Block::default().borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> tests/paragraph.rs:92:49 [INFO] [stderr] | [INFO] [stderr] 92 | .block(Block::default().borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/paragraph.rs:98:20 [INFO] [stderr] | [INFO] [stderr] 98 | let expected = Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TestBackend` [INFO] [stderr] --> tests/paragraph.rs:115:19 [INFO] [stderr] | [INFO] [stderr] 115 | let backend = TestBackend::new(10, 7); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `TestBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/list.rs:96:59 [INFO] [stderr] | [INFO] [stderr] 96 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 34 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> tests/paragraph.rs:122:25 [INFO] [stderr] | [INFO] [stderr] 122 | let text = [Text::raw(s)]; [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Paragraph` [INFO] [stderr] --> tests/paragraph.rs:123:13 [INFO] [stderr] | [INFO] [stderr] 123 | Paragraph::new(text.iter()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Paragraph` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> tests/paragraph.rs:124:24 [INFO] [stderr] | [INFO] [stderr] 124 | .block(Block::default().borders(Borders::ALL)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> tests/paragraph.rs:124:49 [INFO] [stderr] | [INFO] [stderr] 124 | .block(Block::default().borders(Borders::ALL)) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Buffer` [INFO] [stderr] --> tests/paragraph.rs:130:20 [INFO] [stderr] | [INFO] [stderr] 130 | let expected = Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/list.rs:99:25 [INFO] [stderr] | [INFO] [stderr] 99 | let style = Style::default().fg(Color::Black).bg(Color::White); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:99:45 [INFO] [stderr] | [INFO] [stderr] 99 | let style = Style::default().fg(Color::Black).bg(Color::White); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:99:62 [INFO] [stderr] | [INFO] [stderr] 99 | let style = Style::default().fg(Color::Black).bg(Color::White); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SelectableList` [INFO] [stderr] --> examples/list.rs:100:13 [INFO] [stderr] | [INFO] [stderr] 100 | SelectableList::default() [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `SelectableList` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/list.rs:101:24 [INFO] [stderr] | [INFO] [stderr] 101 | .block(Block::default().borders(Borders::ALL).title("List")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/list.rs:101:49 [INFO] [stderr] | [INFO] [stderr] 101 | .block(Block::default().borders(Borders::ALL).title("List")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/list.rs:105:43 [INFO] [stderr] | [INFO] [stderr] 105 | .highlight_style(style.fg(Color::LightGreen).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modifier` [INFO] [stderr] --> examples/list.rs:105:71 [INFO] [stderr] | [INFO] [stderr] 105 | .highlight_style(style.fg(Color::LightGreen).modifier(Modifier::BOLD)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/list.rs:110:21 [INFO] [stderr] | [INFO] [stderr] 110 | Text::styled( [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `List` [INFO] [stderr] --> examples/list.rs:120:17 [INFO] [stderr] | [INFO] [stderr] 120 | List::new(events) [INFO] [stderr] | ^^^^ use of undeclared type or module `List` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/list.rs:121:28 [INFO] [stderr] | [INFO] [stderr] 121 | .block(Block::default().borders(Borders::ALL).title("List")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/list.rs:121:53 [INFO] [stderr] | [INFO] [stderr] 121 | .block(Block::default().borders(Borders::ALL).title("List")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Corner` [INFO] [stderr] --> examples/list.rs:122:35 [INFO] [stderr] | [INFO] [stderr] 122 | .start_corner(Corner::BottomLeft) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Corner` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0412]: cannot find type `Style` in this scope [INFO] [stderr] --> examples/list.rs:22:17 [INFO] [stderr] | [INFO] [stderr] 22 | info_style: Style, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::style::Style; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 28 previous errors [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Style` in this scope [INFO] [stderr] --> examples/list.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | warning_style: Style, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::style::Style; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0412]: cannot find type `Style` in this scope [INFO] [stderr] --> examples/list.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | error_style: Style, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::style::Style; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Style` in this scope [INFO] [stderr] --> examples/list.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | critical_style: Style, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::style::Style; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 28 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/custom_widget.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/custom_widget.rs:31:60 [INFO] [stderr] | [INFO] [stderr] 31 | buf.set_string(area.left(), area.top(), self.text, Style::default()); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Style` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/custom_widget.rs:47:19 [INFO] [stderr] | [INFO] [stderr] 47 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Widget` in this scope [INFO] [stderr] --> examples/custom_widget.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | impl<'a> Widget for Label<'a> { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::widgets::Widget; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/custom_widget.rs:30:30 [INFO] [stderr] | [INFO] [stderr] 30 | fn draw(&mut self, area: Rect, buf: &mut Buffer) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Buffer` in this scope [INFO] [stderr] --> examples/custom_widget.rs:30:46 [INFO] [stderr] | [INFO] [stderr] 30 | fn draw(&mut self, area: Rect, buf: &mut Buffer) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::buffer::Buffer; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/canvas.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use tui::Terminal; [INFO] [stderr] | ^^^ use of undeclared type or module `tui` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Rect` [INFO] [stderr] --> examples/canvas.rs:36:19 [INFO] [stderr] | [INFO] [stderr] 36 | ball: Rect::new(10, 30, 10, 10), [INFO] [stderr] | ^^^^ use of undeclared type or module `Rect` [INFO] [stderr] [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Rect` [INFO] [stderr] --> examples/canvas.rs:37:25 [INFO] [stderr] | [INFO] [stderr] 37 | playground: Rect::new(10, 10, 100, 100), [INFO] [stderr] | ^^^^ use of undeclared type or module `Rect` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TermionBackend` [INFO] [stderr] --> examples/canvas.rs:74:19 [INFO] [stderr] | [INFO] [stderr] 74 | let backend = TermionBackend::new(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `TermionBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Layout` [INFO] [stderr] --> examples/canvas.rs:90:26 [INFO] [stderr] | [INFO] [stderr] 90 | let chunks = Layout::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Layout` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Direction` [INFO] [stderr] --> examples/canvas.rs:91:28 [INFO] [stderr] | [INFO] [stderr] 91 | .direction(Direction::Horizontal) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Direction` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/canvas.rs:92:31 [INFO] [stderr] | [INFO] [stderr] 92 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Constraint` [INFO] [stderr] --> examples/canvas.rs:92:59 [INFO] [stderr] | [INFO] [stderr] 92 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Canvas` [INFO] [stderr] --> examples/canvas.rs:94:13 [INFO] [stderr] | [INFO] [stderr] 94 | Canvas::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Canvas` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/canvas.rs:95:24 [INFO] [stderr] | [INFO] [stderr] 95 | .block(Block::default().borders(Borders::ALL).title("World")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/canvas.rs:95:49 [INFO] [stderr] | [INFO] [stderr] 95 | .block(Block::default().borders(Borders::ALL).title("World")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/canvas.rs:98:32 [INFO] [stderr] | [INFO] [stderr] 98 | color: Color::White, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MapResolution` [INFO] [stderr] --> examples/canvas.rs:99:37 [INFO] [stderr] | [INFO] [stderr] 99 | resolution: MapResolution::High, [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `MapResolution` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/canvas.rs:101:62 [INFO] [stderr] | [INFO] [stderr] 101 | ctx.print(app.x, -app.y, "You are here", Color::Yellow); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Canvas` [INFO] [stderr] --> examples/canvas.rs:106:13 [INFO] [stderr] | [INFO] [stderr] 106 | Canvas::default() [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Canvas` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/canvas.rs:107:24 [INFO] [stderr] | [INFO] [stderr] 107 | .block(Block::default().borders(Borders::ALL).title("Pong")) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Block` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Borders` [INFO] [stderr] --> examples/canvas.rs:107:49 [INFO] [stderr] | [INFO] [stderr] 107 | .block(Block::default().borders(Borders::ALL).title("Pong")) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Borders` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Color` [INFO] [stderr] --> examples/canvas.rs:111:32 [INFO] [stderr] | [INFO] [stderr] 111 | color: Color::Yellow, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Color` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/canvas.rs:23:11 [INFO] [stderr] | [INFO] [stderr] 23 | ball: Rect, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/canvas.rs:24:17 [INFO] [stderr] | [INFO] [stderr] 24 | playground: Rect, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::layout::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Map` in this scope [INFO] [stderr] --> examples/canvas.rs:97:31 [INFO] [stderr] | [INFO] [stderr] 97 | ctx.draw(&Map { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::iter::Map; [INFO] [stderr] | [INFO] [stderr] 4 | use itertools::__std_iter::Map; [INFO] [stderr] | [INFO] [stderr] 4 | use std::iter::Map; [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::widgets::canvas::Map; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rectangle` in this scope [INFO] [stderr] --> examples/canvas.rs:109:31 [INFO] [stderr] | [INFO] [stderr] 109 | ctx.draw(&Rectangle { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use tui_temp_fork::widgets::canvas::Rectangle; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 35 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "821047099bff025d89fd586933d2bbf08dccc9ed5a3ca4c9a9a371a278d4d179"` [INFO] running `"docker" "rm" "-f" "821047099bff025d89fd586933d2bbf08dccc9ed5a3ca4c9a9a371a278d4d179"` [INFO] [stdout] 821047099bff025d89fd586933d2bbf08dccc9ed5a3ca4c9a9a371a278d4d179