[INFO] fetching crate tui-temp-fork 0.6.5... [INFO] checking tui-temp-fork-0.6.5 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate tui-temp-fork 0.6.5 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate tui-temp-fork 0.6.5 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "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-6/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" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded crossterm v0.11.0 [INFO] [stderr] Downloaded crossterm_terminal v0.3.0 [INFO] [stderr] Downloaded crossterm_cursor v0.3.0 [INFO] [stderr] Downloaded crossterm_style v0.5.0 [INFO] [stderr] Downloaded crossterm_winapi v0.2.0 [INFO] [stderr] Downloaded crossterm_utils v0.3.0 [INFO] [stderr] Downloaded crossterm_screen v0.3.0 [INFO] [stderr] Downloaded crossterm_input v0.4.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+nightly-2019-10-27" "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] c4fb835096b7a4d7cfa49b2eced382b75bae0d931f021b95f7db0cc45326bb23 [INFO] running `"docker" "start" "-a" "c4fb835096b7a4d7cfa49b2eced382b75bae0d931f021b95f7db0cc45326bb23"` [INFO] [stderr] Checking termcolor v0.3.6 [INFO] [stderr] Checking tui-temp-fork v0.6.5 (/opt/rustwide/workdir) [INFO] [stderr] Checking stderrlog v0.4.1 [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> tests/gauge.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/gauge.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/gauge.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | 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] --> tests/gauge.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | 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/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] --> 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/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/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/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/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/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/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: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[E0433]: failed to resolve: use of undeclared type or module `tui` [INFO] [stderr] --> examples/barchart.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/barchart.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/barchart.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/barchart.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use tui::widgets::{BarChart, 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/chart.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/chart.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/chart.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | 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] --> 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[E0432]: unresolved import `tui` [INFO] [stderr] --> tests/gauge.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/gauge.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | let backend = TestBackend::new(40, 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 `Layout` [INFO] [stderr] --> tests/gauge.rs:13:26 [INFO] [stderr] | [INFO] [stderr] 13 | 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] --> tests/gauge.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | .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] --> tests/gauge.rs:16:31 [INFO] [stderr] | [INFO] [stderr] 16 | .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] --> tests/gauge.rs:16:59 [INFO] [stderr] | [INFO] [stderr] 16 | .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 `Gauge` [INFO] [stderr] --> tests/gauge.rs:19:13 [INFO] [stderr] | [INFO] [stderr] 19 | 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] --> tests/gauge.rs:20:24 [INFO] [stderr] | [INFO] [stderr] 20 | .block(Block::default().title("Percentage").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/gauge.rs:20:69 [INFO] [stderr] | [INFO] [stderr] 20 | .block(Block::default().title("Percentage").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 `Gauge` [INFO] [stderr] --> tests/gauge.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | 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] --> tests/gauge.rs:24:24 [INFO] [stderr] | [INFO] [stderr] 24 | .block(Block::default().title("Ratio").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/gauge.rs:24:64 [INFO] [stderr] | [INFO] [stderr] 24 | .block(Block::default().title("Ratio").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/gauge.rs:29:20 [INFO] [stderr] | [INFO] [stderr] 29 | let expected = Buffer::with_lines(vec![ [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Buffer` [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: aborting due to 17 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 `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 `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 `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 `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 `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 `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 `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: 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 `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 `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[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[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] 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 `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[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/chart.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/chart.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 `Chart` [INFO] [stderr] --> examples/chart.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 72 | Chart::default() [INFO] [stderr] | ^^^^^ use of undeclared type or module `Chart` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/chart.rs:74:21 [INFO] [stderr] | [INFO] [stderr] 74 | 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/chart.rs:76:38 [INFO] [stderr] | [INFO] [stderr] 76 | .title_style(Style::default().fg(Color::Cyan).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/chart.rs:76:58 [INFO] [stderr] | [INFO] [stderr] 76 | .title_style(Style::default().fg(Color::Cyan).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/chart.rs:76:80 [INFO] [stderr] | [INFO] [stderr] 76 | .title_style(Style::default().fg(Color::Cyan).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 `Borders` [INFO] [stderr] --> examples/chart.rs:77:34 [INFO] [stderr] | [INFO] [stderr] 77 | .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 `Axis` [INFO] [stderr] --> examples/chart.rs:80:21 [INFO] [stderr] | [INFO] [stderr] 80 | Axis::default() [INFO] [stderr] | ^^^^ use of undeclared type or module `Axis` [INFO] [stderr] [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[E0433]: failed to resolve: use of undeclared type or module `Style` [INFO] [stderr] --> examples/chart.rs:82:32 [INFO] [stderr] | [INFO] [stderr] 82 | .style(Style::default().fg(Color::Gray)) [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/chart.rs:82:52 [INFO] [stderr] | [INFO] [stderr] 82 | .style(Style::default().fg(Color::Gray)) [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/chart.rs:83:39 [INFO] [stderr] | [INFO] [stderr] 83 | .labels_style(Style::default().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 `Modifier` [INFO] [stderr] --> examples/chart.rs:83:65 [INFO] [stderr] | [INFO] [stderr] 83 | .labels_style(Style::default().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 `Axis` [INFO] [stderr] --> examples/chart.rs:92:21 [INFO] [stderr] | [INFO] [stderr] 92 | Axis::default() [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/chart.rs:94:32 [INFO] [stderr] | [INFO] [stderr] 94 | .style(Style::default().fg(Color::Gray)) [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/chart.rs:94:52 [INFO] [stderr] | [INFO] [stderr] 94 | .style(Style::default().fg(Color::Gray)) [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/chart.rs:95:39 [INFO] [stderr] | [INFO] [stderr] 95 | .labels_style(Style::default().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 `Modifier` [INFO] [stderr] --> examples/chart.rs:95:65 [INFO] [stderr] | [INFO] [stderr] 95 | .labels_style(Style::default().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 `Dataset` [INFO] [stderr] --> examples/chart.rs:100:21 [INFO] [stderr] | [INFO] [stderr] 100 | 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 `Marker` [INFO] [stderr] --> examples/chart.rs:102:33 [INFO] [stderr] | [INFO] [stderr] 102 | .marker(Marker::Dot) [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] --> examples/chart.rs:103:32 [INFO] [stderr] | [INFO] [stderr] 103 | .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/chart.rs:103:52 [INFO] [stderr] | [INFO] [stderr] 103 | .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 `Dataset` [INFO] [stderr] --> examples/chart.rs:105:21 [INFO] [stderr] | [INFO] [stderr] 105 | 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 `Marker` [INFO] [stderr] --> examples/chart.rs:107:33 [INFO] [stderr] | [INFO] [stderr] 107 | .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] --> examples/chart.rs:108:32 [INFO] [stderr] | [INFO] [stderr] 108 | .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/chart.rs:108:52 [INFO] [stderr] | [INFO] [stderr] 108 | .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: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[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 `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[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 `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 `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[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[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[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] 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[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[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[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[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[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: aborting due to 29 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 `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[E0432]: unresolved import `tui` [INFO] [stderr] --> examples/barchart.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/barchart.rs:65:19 [INFO] [stderr] | [INFO] [stderr] 65 | 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/barchart.rs:77:26 [INFO] [stderr] | [INFO] [stderr] 77 | 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/barchart.rs:78:28 [INFO] [stderr] | [INFO] [stderr] 78 | .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/barchart.rs:80:31 [INFO] [stderr] | [INFO] [stderr] 80 | .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/barchart.rs:80:59 [INFO] [stderr] | [INFO] [stderr] 80 | .constraints([Constraint::Percentage(50), Constraint::Percentage(50)].as_ref()) [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `Constraint` [INFO] [stderr] [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 `BarChart` [INFO] [stderr] --> examples/barchart.rs:82:13 [INFO] [stderr] | [INFO] [stderr] 82 | BarChart::default() [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `BarChart` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/barchart.rs:83:24 [INFO] [stderr] | [INFO] [stderr] 83 | .block(Block::default().title("Data1").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/barchart.rs:83:64 [INFO] [stderr] | [INFO] [stderr] 83 | .block(Block::default().title("Data1").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/barchart.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: 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 `Color` [INFO] [stderr] --> examples/barchart.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 `Style` [INFO] [stderr] --> examples/barchart.rs:87:30 [INFO] [stderr] | [INFO] [stderr] 87 | .value_style(Style::default().fg(Color::Black).bg(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/barchart.rs:87:50 [INFO] [stderr] | [INFO] [stderr] 87 | .value_style(Style::default().fg(Color::Black).bg(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 `Color` [INFO] [stderr] --> examples/barchart.rs:87:67 [INFO] [stderr] | [INFO] [stderr] 87 | .value_style(Style::default().fg(Color::Black).bg(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 `Layout` [INFO] [stderr] --> examples/barchart.rs:90:30 [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/barchart.rs:91:32 [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/barchart.rs:92:35 [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/barchart.rs:92:63 [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 `BarChart` [INFO] [stderr] --> examples/barchart.rs:94:17 [INFO] [stderr] | [INFO] [stderr] 94 | BarChart::default() [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `BarChart` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/barchart.rs:95:28 [INFO] [stderr] | [INFO] [stderr] 95 | .block(Block::default().title("Data2").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/barchart.rs:95:68 [INFO] [stderr] | [INFO] [stderr] 95 | .block(Block::default().title("Data2").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/barchart.rs:99:28 [INFO] [stderr] | [INFO] [stderr] 99 | .style(Style::default().fg(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/barchart.rs:99:48 [INFO] [stderr] | [INFO] [stderr] 99 | .style(Style::default().fg(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 `Style` [INFO] [stderr] --> examples/barchart.rs:100:34 [INFO] [stderr] | [INFO] [stderr] 100 | .value_style(Style::default().bg(Color::Green).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/barchart.rs:100:54 [INFO] [stderr] | [INFO] [stderr] 100 | .value_style(Style::default().bg(Color::Green).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/barchart.rs:100:77 [INFO] [stderr] | [INFO] [stderr] 100 | .value_style(Style::default().bg(Color::Green).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 `BarChart` [INFO] [stderr] --> examples/barchart.rs:102:17 [INFO] [stderr] | [INFO] [stderr] 102 | BarChart::default() [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `BarChart` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Block` [INFO] [stderr] --> examples/barchart.rs:103:28 [INFO] [stderr] | [INFO] [stderr] 103 | .block(Block::default().title("Data3").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/barchart.rs:103:68 [INFO] [stderr] | [INFO] [stderr] 103 | .block(Block::default().title("Data3").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/barchart.rs:105:28 [INFO] [stderr] | [INFO] [stderr] 105 | .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/barchart.rs:105:48 [INFO] [stderr] | [INFO] [stderr] 105 | .style(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 `Style` [INFO] [stderr] --> examples/barchart.rs:108:34 [INFO] [stderr] | [INFO] [stderr] 108 | .value_style(Style::default().bg(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/barchart.rs:108:54 [INFO] [stderr] | [INFO] [stderr] 108 | .value_style(Style::default().bg(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 `Style` [INFO] [stderr] --> examples/barchart.rs:109:34 [INFO] [stderr] | [INFO] [stderr] 109 | .label_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/barchart.rs:109:54 [INFO] [stderr] | [INFO] [stderr] 109 | .label_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/barchart.rs:109:76 [INFO] [stderr] | [INFO] [stderr] 109 | .label_style(Style::default().fg(Color::Cyan).modifier(Modifier::ITALIC)) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Modifier` [INFO] [stderr] [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: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: 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: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 40 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: build failed [INFO] running `"docker" "inspect" "c4fb835096b7a4d7cfa49b2eced382b75bae0d931f021b95f7db0cc45326bb23"` [INFO] running `"docker" "rm" "-f" "c4fb835096b7a4d7cfa49b2eced382b75bae0d931f021b95f7db0cc45326bb23"` [INFO] [stdout] c4fb835096b7a4d7cfa49b2eced382b75bae0d931f021b95f7db0cc45326bb23