[INFO] fetching crate Rusty-tui 0.1.0...
[INFO] testing Rusty-tui-0.1.0 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate Rusty-tui 0.1.0 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate Rusty-tui 0.1.0 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 003b96b855c4bd88a076e49705bc30c13c0eb4c0fe95e0b3ae9bc70202aef75b
[INFO] running `Command { std: "docker" "start" "-a" "003b96b855c4bd88a076e49705bc30c13c0eb4c0fe95e0b3ae9bc70202aef75b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "003b96b855c4bd88a076e49705bc30c13c0eb4c0fe95e0b3ae9bc70202aef75b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "003b96b855c4bd88a076e49705bc30c13c0eb4c0fe95e0b3ae9bc70202aef75b", kill_on_drop: false }`
[INFO] [stdout] 003b96b855c4bd88a076e49705bc30c13c0eb4c0fe95e0b3ae9bc70202aef75b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c876dc421e6805dbbc345c9089cdd8cdcda32dd5b8641c23be07900f6a296f81
[INFO] running `Command { std: "docker" "start" "-a" "c876dc421e6805dbbc345c9089cdd8cdcda32dd5b8641c23be07900f6a296f81", 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.17s
[INFO] running `Command { std: "docker" "inspect" "c876dc421e6805dbbc345c9089cdd8cdcda32dd5b8641c23be07900f6a296f81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c876dc421e6805dbbc345c9089cdd8cdcda32dd5b8641c23be07900f6a296f81", kill_on_drop: false }`
[INFO] [stdout] c876dc421e6805dbbc345c9089cdd8cdcda32dd5b8641c23be07900f6a296f81
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ddb80e06c80085bbd230573f870a153457d0bf5901281c446bfaa060af9cfda
[INFO] running `Command { std: "docker" "start" "-a" "4ddb80e06c80085bbd230573f870a153457d0bf5901281c446bfaa060af9cfda", kill_on_drop: false }`
[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]    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] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "4ddb80e06c80085bbd230573f870a153457d0bf5901281c446bfaa060af9cfda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ddb80e06c80085bbd230573f870a153457d0bf5901281c446bfaa060af9cfda", kill_on_drop: false }`
[INFO] [stdout] 4ddb80e06c80085bbd230573f870a153457d0bf5901281c446bfaa060af9cfda
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0e23c80cc8a29ce641efd7eadd7a98edc5aa9b7c3428a699f60fa6439a562512
[INFO] running `Command { std: "docker" "start" "-a" "0e23c80cc8a29ce641efd7eadd7a98edc5aa9b7c3428a699f60fa6439a562512", 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.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/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 66) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 110) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 129) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 270) ... 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/lib.rs - (line 80) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 280) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 171) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 36) ... ok
[INFO] [stdout] test src/lib.rs - (line 250) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 48) ... FAILED
[INFO] [stdout] test src/input_box.rs - input_box::InputBox::get_input (line 47) ... FAILED
[INFO] [stdout] test src/label.rs - label::Label::draw (line 45) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 97) ... ok
[INFO] [stdout] test src/lib.rs - (line 139) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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 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 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 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/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/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 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/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 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 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/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/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] 
[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.46s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "0e23c80cc8a29ce641efd7eadd7a98edc5aa9b7c3428a699f60fa6439a562512", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e23c80cc8a29ce641efd7eadd7a98edc5aa9b7c3428a699f60fa6439a562512", kill_on_drop: false }`
[INFO] [stdout] 0e23c80cc8a29ce641efd7eadd7a98edc5aa9b7c3428a699f60fa6439a562512
