[INFO] fetching crate tui-temp-fork 0.6.5... [INFO] checking tui-temp-fork-0.6.5 against beta-2019-10-27 for pr-65897 [INFO] extracting crate tui-temp-fork 0.6.5 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate tui-temp-fork 0.6.5 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-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-7/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" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+beta-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] 0bc9127288051666957e67babc6d617cf87ac69ad6a424ded5c5dd01406e97e9 [INFO] running `"docker" "start" "-a" "0bc9127288051666957e67babc6d617cf87ac69ad6a424ded5c5dd01406e97e9"` [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Checking termion v1.5.3 [INFO] [stderr] Checking stderrlog v0.4.1 [INFO] [stderr] Checking tui-temp-fork v0.6.5 (/opt/rustwide/workdir) [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] --> 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] --> 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] --> 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] --> 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[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/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[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 `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[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] 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 `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] 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] [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[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: 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: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: 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/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] 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[E0412]: cannot find type `Rect` in this scope [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] --> 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] 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] 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[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] 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] [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: 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/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] 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] 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] 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] 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/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 `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 `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[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[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[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[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[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 `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 `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 `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 `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 `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 `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: 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: 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: 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/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[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 `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 `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 `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 `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[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: 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: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: could not compile `tui-temp-fork`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 37 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0bc9127288051666957e67babc6d617cf87ac69ad6a424ded5c5dd01406e97e9"` [INFO] running `"docker" "rm" "-f" "0bc9127288051666957e67babc6d617cf87ac69ad6a424ded5c5dd01406e97e9"` [INFO] [stdout] 0bc9127288051666957e67babc6d617cf87ac69ad6a424ded5c5dd01406e97e9