[INFO] fetching crate Rusty-tui 0.1.0...
[INFO] testing Rusty-tui-0.1.0 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate Rusty-tui 0.1.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate Rusty-tui 0.1.0
[INFO] finished tweaking crates.io crate Rusty-tui 0.1.0
[INFO] tweaked toml for crates.io crate Rusty-tui 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate Rusty-tui 0.1.0 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fb1930fffcbea111f864ca53ca0b6bbbd292d1f3fa2eae723f817d38685e7c0b
[INFO] running `Command { std: "docker" "start" "-a" "fb1930fffcbea111f864ca53ca0b6bbbd292d1f3fa2eae723f817d38685e7c0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fb1930fffcbea111f864ca53ca0b6bbbd292d1f3fa2eae723f817d38685e7c0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb1930fffcbea111f864ca53ca0b6bbbd292d1f3fa2eae723f817d38685e7c0b", kill_on_drop: false }`
[INFO] [stdout] fb1930fffcbea111f864ca53ca0b6bbbd292d1f3fa2eae723f817d38685e7c0b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fd3cb4560e988dc3c5224426ffb1c5076c0caae2caa3bbc4ff1ec04c84231e11
[INFO] running `Command { std: "docker" "start" "-a" "fd3cb4560e988dc3c5224426ffb1c5076c0caae2caa3bbc4ff1ec04c84231e11", kill_on_drop: false }`
[INFO] [stderr]    Compiling Rusty-tui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `row`
[INFO] [stdout]   --> src/border.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |         for row in 0..self.h {
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_row`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: crate `Rusty_tui` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `rusty_tui`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] running `Command { std: "docker" "inspect" "fd3cb4560e988dc3c5224426ffb1c5076c0caae2caa3bbc4ff1ec04c84231e11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd3cb4560e988dc3c5224426ffb1c5076c0caae2caa3bbc4ff1ec04c84231e11", kill_on_drop: false }`
[INFO] [stdout] fd3cb4560e988dc3c5224426ffb1c5076c0caae2caa3bbc4ff1ec04c84231e11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13ebac4cd8fe3bdc3bf7de7bda06fe0fc7702027e5de6740879dbc8db169b3ec
[INFO] running `Command { std: "docker" "start" "-a" "13ebac4cd8fe3bdc3bf7de7bda06fe0fc7702027e5de6740879dbc8db169b3ec", kill_on_drop: false }`
[INFO] [stderr]    Compiling Rusty-tui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `row`
[INFO] [stdout]   --> src/border.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |         for row in 0..self.h {
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_row`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: crate `Rusty_tui` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `rusty_tui`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `row`
[INFO] [stdout]   --> src/border.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |         for row in 0..self.h {
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_row`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] running `Command { std: "docker" "inspect" "13ebac4cd8fe3bdc3bf7de7bda06fe0fc7702027e5de6740879dbc8db169b3ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13ebac4cd8fe3bdc3bf7de7bda06fe0fc7702027e5de6740879dbc8db169b3ec", kill_on_drop: false }`
[INFO] [stdout] 13ebac4cd8fe3bdc3bf7de7bda06fe0fc7702027e5de6740879dbc8db169b3ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f86a8865cf0c4a389906238105c07e23f02e3c9db3d3b05254b28297b19b9952
[INFO] running `Command { std: "docker" "start" "-a" "f86a8865cf0c4a389906238105c07e23f02e3c9db3d3b05254b28297b19b9952", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `row`
[INFO] [stdout] 
[INFO] [stderr]   --> src/border.rs:57:13
[INFO] [stdout] running 0 tests
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr] 57 |         for row in 0..self.h {
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_row`
[INFO] [stdout] 
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: crate `Rusty_tui` should have a snake case name
[INFO] [stderr]   |
[INFO] [stderr]   = help: convert the identifier to snake case: `rusty_tui`
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `Rusty-tui` (lib) generated 2 warnings (run `cargo fix --lib -p Rusty-tui` to apply 1 suggestion)
[INFO] [stderr] warning: `Rusty-tui` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/Rusty_tui-a5ea2dab88163d39)
[INFO] [stderr]    Doc-tests Rusty_tui
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test src/lib.rs - (line 110) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 171) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 129) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 66) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 48) ... FAILED
[INFO] [stdout] test src/border.rs - border::Border::draw (line 48) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 289) ... FAILED
[INFO] [stdout] test src/input_box.rs - input_box::InputBox::get_input (line 47) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 139) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 280) ... FAILED
[INFO] [stdout] test src/label.rs - label::Label::draw (line 45) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 250) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 80) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 270) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 36) ... ok
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/lib.rs - (line 97) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 110) stdout ----
[INFO] [stdout] error: this file contains an unclosed delimiter
[INFO] [stdout]    --> src/lib.rs:111:69
[INFO] [stdout]     |
[INFO] [stdout] 111 | pub fn new(input: &str, placeholder: &str, x: u16, y: u16) -> Self {
[INFO] [stdout]     |                                                                    -^
[INFO] [stdout]     |                                                                    |
[INFO] [stdout]     |                                                                    unclosed delimiter
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 171) stdout ----
[INFO] [stdout] error[E0583]: file not found for module `labels`
[INFO] [stdout]    --> src/lib.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | mod labels; // Assuming Label is in labels.rs
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: to create the module `labels`, create file "src/labels.rs" or "src/labels/mod.rs"
[INFO] [stdout]     = note: if there is a `mod labels` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 129) stdout ----
[INFO] [stdout] error: this file contains an unclosed delimiter
[INFO] [stdout]    --> src/lib.rs:130:52
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub fn get_input(&mut self) -> io::Result<String> {
[INFO] [stdout]     |                                                   -^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   unclosed delimiter
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 66) stdout ----
[INFO] [stdout] error: this file contains an unclosed delimiter
[INFO] [stdout]   --> src/lib.rs:67:64
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub fn draw(&self, stdout: &mut impl Write) -> io::Result<()> {
[INFO] [stdout]    |                                                               -^
[INFO] [stdout]    |                                                               |
[INFO] [stdout]    |                                                               unclosed delimiter
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 48) stdout ----
[INFO] [stdout] error: this file contains an unclosed delimiter
[INFO] [stdout]   --> src/lib.rs:49:49
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn new(text: &str, x: u16, y: u16) -> Self {
[INFO] [stdout]    |                                                -^
[INFO] [stdout]    |                                                |
[INFO] [stdout]    |                                                unclosed delimiter
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/border.rs - border::Border::draw (line 48) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Border`
[INFO] [stdout]   --> src/border.rs:49:14
[INFO] [stdout]    |
[INFO] [stdout] 49 | let border = Border::new(5, 10, 2, 1, "*".to_string());
[INFO] [stdout]    |              ^^^^^^ use of undeclared type `Border`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 48 + use Rusty_tui::Border;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 289) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Border`
[INFO] [stdout]    --> src/lib.rs:291:18
[INFO] [stdout]     |
[INFO] [stdout] 291 |     let border = Border::new(5, 10, 2, 1, "*".to_string());
[INFO] [stdout]     |                  ^^^^^^ use of undeclared type `Border`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 290 + use Rusty_tui::Border;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/input_box.rs - input_box::InputBox::get_input (line 47) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InputBox`
[INFO] [stdout]   --> src/input_box.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 | let mut input_box = InputBox::new("", "Enter text here", 5, 10);
[INFO] [stdout]    |                     ^^^^^^^^ use of undeclared type `InputBox`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 47 + use Rusty_tui::InputBox;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 139) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InputBox`
[INFO] [stdout]    --> src/lib.rs:140:21
[INFO] [stdout]     |
[INFO] [stdout] 140 | let mut input_box = InputBox::new("", "Enter text here", 5, 10);
[INFO] [stdout]     |                     ^^^^^^^^ use of undeclared type `InputBox`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 139 + use Rusty_tui::InputBox;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 280) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Border`
[INFO] [stdout]    --> src/lib.rs:281:14
[INFO] [stdout]     |
[INFO] [stdout] 281 | let border = Border::new(5, 10, 2, 1, "*".to_string());
[INFO] [stdout]     |              ^^^^^^ use of undeclared type `Border`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 280 + use Rusty_tui::Border;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/label.rs - label::Label::draw (line 45) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Label`
[INFO] [stdout]   --> src/label.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 | let label = Label::new("Hello, world!", 10, 5);
[INFO] [stdout]    |             ^^^^^ use of undeclared type `Label`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 45 + use Rusty_tui::Label;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 250) stdout ----
[INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `<`, `where`, or `{`, found `}`
[INFO] [stdout]    --> src/lib.rs:252:1
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub fn new(h: u16, w: u16, x: u16, y: u16, border: String) -> Border
[INFO] [stdout]     |        --- while parsing this `fn`                                  - expected one of 7 possible tokens
[INFO] [stdout] 252 | } _doctest_main_src_lib_rs_250_0() }
[INFO] [stdout]     | ^ unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:251:1
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub fn new(h: u16, w: u16, x: u16, y: u16, border: String) -> Border
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Border` in this scope
[INFO] [stdout]    --> src/lib.rs:251:63
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub fn new(h: u16, w: u16, x: u16, y: u16, border: String) -> Border
[INFO] [stdout]     |                                                               ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 250 + use Rusty_tui::Border;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 80) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Label`
[INFO] [stdout]   --> src/lib.rs:84:13
[INFO] [stdout]    |
[INFO] [stdout] 84 | let label = Label::new("Hello, world!", 10, 5);
[INFO] [stdout]    |             ^^^^^ use of undeclared type `Label`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 80 + use Rusty_tui::Label;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 270) stdout ----
[INFO] [stdout] error: expected one of `->`, `where`, or `{`, found `}`
[INFO] [stdout]    --> src/lib.rs:272:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub fn draw(&self)
[INFO] [stdout]     |        ----       - expected one of `->`, `where`, or `{`
[INFO] [stdout]     |        |
[INFO] [stdout]     |        while parsing this `fn`
[INFO] [stdout] 272 | } _doctest_main_src_lib_rs_270_0() }
[INFO] [stdout]     | ^ unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: free function without a body
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub fn draw(&self)
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^- help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] error: `self` parameter is only allowed in associated functions
[INFO] [stdout]    --> src/lib.rs:271:13
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub fn draw(&self)
[INFO] [stdout]     |             ^^^^^ not semantically valid as function parameter
[INFO] [stdout]     |
[INFO] [stdout]     = note: associated functions are those in `impl` or `trait` definitions
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/border.rs - border::Border::draw (line 48)
[INFO] [stdout]     src/input_box.rs - input_box::InputBox::get_input (line 47)
[INFO] [stdout]     src/label.rs - label::Label::draw (line 45)
[INFO] [stdout]     src/lib.rs - (line 110)
[INFO] [stdout]     src/lib.rs - (line 129)
[INFO] [stdout]     src/lib.rs - (line 139)
[INFO] [stdout]     src/lib.rs - (line 171)
[INFO] [stdout]     src/lib.rs - (line 250)
[INFO] [stdout]     src/lib.rs - (line 270)
[INFO] [stdout]     src/lib.rs - (line 280)
[INFO] [stdout]     src/lib.rs - (line 289)
[INFO] [stdout]     src/lib.rs - (line 48)
[INFO] [stdout]     src/lib.rs - (line 66)
[INFO] [stdout]     src/lib.rs - (line 80)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 14 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f86a8865cf0c4a389906238105c07e23f02e3c9db3d3b05254b28297b19b9952", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f86a8865cf0c4a389906238105c07e23f02e3c9db3d3b05254b28297b19b9952", kill_on_drop: false }`
[INFO] [stdout] f86a8865cf0c4a389906238105c07e23f02e3c9db3d3b05254b28297b19b9952
