[INFO] fetching crate Rusty-tui 0.1.0...
[INFO] testing Rusty-tui-0.1.0 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate Rusty-tui 0.1.0 into /workspace/builds/worker-7-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate Rusty-tui 0.1.0 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d2dde8d26fc0e324d65ce9394b06a30021da9e6a917ad94359fd40cd04844da3
[INFO] running `Command { std: "docker" "start" "-a" "d2dde8d26fc0e324d65ce9394b06a30021da9e6a917ad94359fd40cd04844da3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2dde8d26fc0e324d65ce9394b06a30021da9e6a917ad94359fd40cd04844da3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2dde8d26fc0e324d65ce9394b06a30021da9e6a917ad94359fd40cd04844da3", kill_on_drop: false }`
[INFO] [stdout] d2dde8d26fc0e324d65ce9394b06a30021da9e6a917ad94359fd40cd04844da3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 399556f841d032a68113398112d452883d160b46347b5a8274ced609cb7b6846
[INFO] running `Command { std: "docker" "start" "-a" "399556f841d032a68113398112d452883d160b46347b5a8274ced609cb7b6846", 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.20s
[INFO] running `Command { std: "docker" "inspect" "399556f841d032a68113398112d452883d160b46347b5a8274ced609cb7b6846", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "399556f841d032a68113398112d452883d160b46347b5a8274ced609cb7b6846", kill_on_drop: false }`
[INFO] [stdout] 399556f841d032a68113398112d452883d160b46347b5a8274ced609cb7b6846
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 29e054c369f6eb23a57f27be8f36ef7277883243a255d373e97bf5b27e7c7240
[INFO] running `Command { std: "docker" "start" "-a" "29e054c369f6eb23a57f27be8f36ef7277883243a255d373e97bf5b27e7c7240", 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.30s
[INFO] running `Command { std: "docker" "inspect" "29e054c369f6eb23a57f27be8f36ef7277883243a255d373e97bf5b27e7c7240", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29e054c369f6eb23a57f27be8f36ef7277883243a255d373e97bf5b27e7c7240", kill_on_drop: false }`
[INFO] [stdout] 29e054c369f6eb23a57f27be8f36ef7277883243a255d373e97bf5b27e7c7240
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 8374ac5f7469d906a54b0b71abac54d17add0fa2acba6d20717921da86961ff3
[INFO] running `Command { std: "docker" "start" "-a" "8374ac5f7469d906a54b0b71abac54d17add0fa2acba6d20717921da86961ff3", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `row`
[INFO] [stderr]   --> src/border.rs:57:13
[INFO] [stderr]    |
[INFO] [stderr] 57 |         for row in 0..self.h {
[INFO] [stderr]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_row`
[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.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/Rusty-tui/a5ea2dab88163d39/deps/Rusty_tui-a5ea2dab88163d39)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests Rusty_tui
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test src/lib.rs - (line 48) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 110) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 66) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 129) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 289) ... FAILED
[INFO] [stdout] test src/border.rs - border::Border::draw (line 48) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 270) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 250) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 171) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 280) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 97) ... ok
[INFO] [stdout] test src/label.rs - label::Label::draw (line 45) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 139) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 80) ... FAILED
[INFO] [stdout] test src/input_box.rs - input_box::InputBox::get_input (line 47) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 36) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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/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 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 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 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/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 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] ---- 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 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 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 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 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/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] 
[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.55s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8374ac5f7469d906a54b0b71abac54d17add0fa2acba6d20717921da86961ff3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8374ac5f7469d906a54b0b71abac54d17add0fa2acba6d20717921da86961ff3", kill_on_drop: false }`
[INFO] [stdout] 8374ac5f7469d906a54b0b71abac54d17add0fa2acba6d20717921da86961ff3
