[INFO] fetching crate termux-gui 0.3.0...
[INFO] testing termux-gui-0.3.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate termux-gui 0.3.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate termux-gui 0.3.0
[INFO] finished tweaking crates.io crate termux-gui 0.3.0
[INFO] tweaked toml for crates.io crate termux-gui 0.3.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate termux-gui 0.3.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate termux-gui 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f1ba5e2957f9958724f55ea91d3f601144884762feb94b868138e7e37c64e2ca
[INFO] running `Command { std: "docker" "start" "-a" "f1ba5e2957f9958724f55ea91d3f601144884762feb94b868138e7e37c64e2ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1ba5e2957f9958724f55ea91d3f601144884762feb94b868138e7e37c64e2ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1ba5e2957f9958724f55ea91d3f601144884762feb94b868138e7e37c64e2ca", kill_on_drop: false }`
[INFO] [stdout] f1ba5e2957f9958724f55ea91d3f601144884762feb94b868138e7e37c64e2ca
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a52dc04232197c81e7cc6f2e63ba46cd3a16970464ee750d115f7405d064bf36
[INFO] running `Command { std: "docker" "start" "-a" "a52dc04232197c81e7cc6f2e63ba46cd3a16970464ee750d115f7405d064bf36", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling termux-gui v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `aid` is never read
[INFO] [stdout]   --> src/components/space.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Space {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 13 |     view: View,
[INFO] [stdout] 14 |     aid: i64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.36s
[INFO] running `Command { std: "docker" "inspect" "a52dc04232197c81e7cc6f2e63ba46cd3a16970464ee750d115f7405d064bf36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a52dc04232197c81e7cc6f2e63ba46cd3a16970464ee750d115f7405d064bf36", kill_on_drop: false }`
[INFO] [stdout] a52dc04232197c81e7cc6f2e63ba46cd3a16970464ee750d115f7405d064bf36
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 64078fc19fbbe6489bdf5013a7227cc3f2dd92efd7d2fc00a4afb5f92f554ad5
[INFO] running `Command { std: "docker" "start" "-a" "64078fc19fbbe6489bdf5013a7227cc3f2dd92efd7d2fc00a4afb5f92f554ad5", kill_on_drop: false }`
[INFO] [stderr]    Compiling termux-gui v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `aid` is never read
[INFO] [stdout]   --> src/components/space.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Space {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 13 |     view: View,
[INFO] [stdout] 14 |     aid: i64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `aid` is never read
[INFO] [stdout]   --> src/components/space.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Space {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 13 |     view: View,
[INFO] [stdout] 14 |     aid: i64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] running `Command { std: "docker" "inspect" "64078fc19fbbe6489bdf5013a7227cc3f2dd92efd7d2fc00a4afb5f92f554ad5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64078fc19fbbe6489bdf5013a7227cc3f2dd92efd7d2fc00a4afb5f92f554ad5", kill_on_drop: false }`
[INFO] [stdout] 64078fc19fbbe6489bdf5013a7227cc3f2dd92efd7d2fc00a4afb5f92f554ad5
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9777d3a7846e72fdf731e93f54a80c5e1ab71237ac61c23e63c140c38558c183
[INFO] running `Command { std: "docker" "start" "-a" "9777d3a7846e72fdf731e93f54a80c5e1ab71237ac61c23e63c140c38558c183", kill_on_drop: false }`
[INFO] [stderr] warning: field `aid` is never read
[INFO] [stderr]   --> src/components/space.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct Space {
[INFO] [stderr]    |            ----- field in this struct
[INFO] [stderr] 13 |     view: View,
[INFO] [stderr] 14 |     aid: i64,
[INFO] [stderr]    |     ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `termux-gui` (lib) generated 1 warning
[INFO] [stderr] warning: `termux-gui` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/termux_gui-d8a166672b2968b3)
[INFO] [stderr]    Doc-tests termux_gui
[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] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test src/components/layout.rs - components::layout::TabLayout::set_list (line 473) - compile ... FAILED
[INFO] [stdout] test src/components/web_view.rs - components::web_view::WebView (line 49) - compile ... FAILED
[INFO] [stdout] test src/components/spinner.rs - components::spinner (line 12) - compile ... ok
[INFO] [stdout] test src/components/web_view.rs - components::web_view::WebView (line 65) - compile ... FAILED
[INFO] [stdout] test src/components/web_view.rs - components::web_view::WebView::allow_javascript (line 218) - compile ... FAILED
[INFO] [stdout] test src/components/layout.rs - components::layout::HorizontalScrollView (line 226) - compile ... ok
[INFO] [stdout] test src/components/web_view.rs - components::web_view (line 10) - compile ... FAILED
[INFO] [stdout] test src/components/web_view.rs - components::web_view::WebView::set_data (line 174) - compile ... FAILED
[INFO] [stdout] test src/components/layout.rs - components::layout::TabLayout::select_tab (line 494) - compile ... FAILED
[INFO] [stdout] test src/view.rs - view::View::set_background_color (line 244) - compile ... FAILED
[INFO] [stdout] test src/components/web_view.rs - components::web_view::WebView::load_uri (line 145) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - (line 8) - compile ... ok
[INFO] [stdout] test src/components/web_view.rs - components::web_view::WebView::evaluate_js (line 288) - compile ... FAILED
[INFO] [stdout] test src/components/web_view.rs - components::web_view::WebView::new (line 92) - compile ... FAILED
[INFO] [stdout] test src/view.rs - view (line 18) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/components/layout.rs - components::layout::TabLayout::set_list (line 473) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `tab_layout` in this scope
[INFO] [stdout]  --> src/components/layout.rs:474:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | tab_layout.set_list(activity, &["Page 1", "Page 2", "Page 3"])?;
[INFO] [stdout]   | ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `activity` in this scope
[INFO] [stdout]  --> src/components/layout.rs:474:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | tab_layout.set_list(activity, &["Page 1", "Page 2", "Page 3"])?;
[INFO] [stdout]   |                     ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 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/components/web_view.rs - components::web_view::WebView (line 49) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]  --> src/components/web_view.rs:51:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use termux_gui_rust_demo::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Activity`
[INFO] [stdout]  --> src/components/web_view.rs:52:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | let mut activity = Activity::new()?;
[INFO] [stdout]   |                    ^^^^^^^^ use of undeclared type `Activity`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::Activity;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WebView`
[INFO] [stdout]  --> src/components/web_view.rs:53:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | let webview = WebView::new(&mut activity, None)?;
[INFO] [stdout]   |               ^^^^^^^ use of undeclared type `WebView`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::WebView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   --> src/components/web_view.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use termux_gui::error;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 13 - Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout] 13 + Ok::<(), error::GuiError>(())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/components/web_view.rs - components::web_view::WebView (line 65) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]  --> src/components/web_view.rs:67:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use termux_gui_rust_demo::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Activity`
[INFO] [stdout]  --> src/components/web_view.rs:69:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | let mut activity = Activity::new()?;
[INFO] [stdout]   |                    ^^^^^^^^ use of undeclared type `Activity`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::Activity;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WebView`
[INFO] [stdout]  --> src/components/web_view.rs:70:15
[INFO] [stdout]   |
[INFO] [stdout] 8 | let webview = WebView::new(&mut activity, None)?;
[INFO] [stdout]   |               ^^^^^^^ use of undeclared type `WebView`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::WebView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   --> src/components/web_view.rs:78:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use termux_gui::error;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 - Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout] 16 + Ok::<(), error::GuiError>(())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/components/web_view.rs - components::web_view::WebView::allow_javascript (line 218) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]  --> src/components/web_view.rs:220:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use termux_gui_rust_demo::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Activity`
[INFO] [stdout]  --> src/components/web_view.rs:221:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | let mut activity = Activity::new()?;
[INFO] [stdout]   |                    ^^^^^^^^ use of undeclared type `Activity`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::Activity;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WebView`
[INFO] [stdout]  --> src/components/web_view.rs:222:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | let webview = WebView::new(&mut activity, None)?;
[INFO] [stdout]   |               ^^^^^^^ use of undeclared type `WebView`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::WebView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   --> src/components/web_view.rs:230:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use termux_gui::error;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 15 - Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout] 15 + Ok::<(), error::GuiError>(())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/components/web_view.rs - components::web_view (line 10) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]  --> src/components/web_view.rs:12:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use termux_gui_rust_demo::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Activity`
[INFO] [stdout]  --> src/components/web_view.rs:14:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | let mut activity = Activity::new()?;
[INFO] [stdout]   |                    ^^^^^^^^ use of undeclared type `Activity`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::Activity;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinearLayout`
[INFO] [stdout]  --> src/components/web_view.rs:15:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | let layout = LinearLayout::new(&mut activity, None, true)?;
[INFO] [stdout]   |              ^^^^^^^^^^^^ use of undeclared type `LinearLayout`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::LinearLayout;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WebView`
[INFO] [stdout]  --> src/components/web_view.rs:16:15
[INFO] [stdout]   |
[INFO] [stdout] 9 | let webview = WebView::new(&mut activity, Some(layout.id()))?;
[INFO] [stdout]   |               ^^^^^^^ use of undeclared type `WebView`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::WebView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   --> src/components/web_view.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use termux_gui::error;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 26 - Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout] 26 + Ok::<(), error::GuiError>(())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/components/web_view.rs - components::web_view::WebView::set_data (line 174) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]  --> src/components/web_view.rs:176:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use termux_gui_rust_demo::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Activity`
[INFO] [stdout]  --> src/components/web_view.rs:177:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | let mut activity = Activity::new()?;
[INFO] [stdout]   |                    ^^^^^^^^ use of undeclared type `Activity`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::Activity;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WebView`
[INFO] [stdout]  --> src/components/web_view.rs:178:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | let webview = WebView::new(&mut activity, None)?;
[INFO] [stdout]   |               ^^^^^^^ use of undeclared type `WebView`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::WebView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   --> src/components/web_view.rs:184:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use termux_gui::error;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 13 - Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout] 13 + Ok::<(), error::GuiError>(())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/components/layout.rs - components::layout::TabLayout::select_tab (line 494) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `tab_layout` in this scope
[INFO] [stdout]  --> src/components/layout.rs:496:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | tab_layout.select_tab(activity, 1)?;
[INFO] [stdout]   | ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `activity` in this scope
[INFO] [stdout]  --> src/components/layout.rs:496:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | tab_layout.select_tab(activity, 1)?;
[INFO] [stdout]   |                       ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 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/view.rs - view::View::set_background_color (line 244) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `view` in this scope
[INFO] [stdout]  --> src/view.rs:249:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | view.set_background_color(activity, 0xFFFF0000u32 as i32)?;
[INFO] [stdout]   | ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `view` in this scope
[INFO] [stdout]   --> src/view.rs:252:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | view.set_background_color(activity, 0x800000FFu32 as i32)?;
[INFO] [stdout]    | ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `view` in this scope
[INFO] [stdout]   --> src/view.rs:255:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | view.set_background_color(activity, 0xFFFFFFFFu32 as i32)?;
[INFO] [stdout]    | ^^^^ not found in this scope
[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/components/web_view.rs - components::web_view::WebView::load_uri (line 145) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]  --> src/components/web_view.rs:147:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use termux_gui_rust_demo::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Activity`
[INFO] [stdout]  --> src/components/web_view.rs:148:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | let mut activity = Activity::new()?;
[INFO] [stdout]   |                    ^^^^^^^^ use of undeclared type `Activity`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::Activity;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WebView`
[INFO] [stdout]  --> src/components/web_view.rs:149:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | let webview = WebView::new(&mut activity, None)?;
[INFO] [stdout]   |               ^^^^^^^ use of undeclared type `WebView`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::WebView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]  --> src/components/web_view.rs:151:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::error;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `error`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 - Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout] 9 + Ok::<(), error::GuiError>(())
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/components/web_view.rs - components::web_view::WebView::evaluate_js (line 288) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]  --> src/components/web_view.rs:290:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use termux_gui_rust_demo::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Activity`
[INFO] [stdout]  --> src/components/web_view.rs:291:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | let mut activity = Activity::new()?;
[INFO] [stdout]   |                    ^^^^^^^^ use of undeclared type `Activity`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::Activity;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WebView`
[INFO] [stdout]  --> src/components/web_view.rs:292:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | let webview = WebView::new(&mut activity, None)?;
[INFO] [stdout]   |               ^^^^^^^ use of undeclared type `WebView`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::WebView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   --> src/components/web_view.rs:298:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use termux_gui::error;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 13 - Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout] 13 + Ok::<(), error::GuiError>(())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/components/web_view.rs - components::web_view::WebView::new (line 92) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]  --> src/components/web_view.rs:94:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use termux_gui_rust_demo::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Activity`
[INFO] [stdout]  --> src/components/web_view.rs:95:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | let mut activity = Activity::new()?;
[INFO] [stdout]   |                    ^^^^^^^^ use of undeclared type `Activity`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::Activity;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WebView`
[INFO] [stdout]  --> src/components/web_view.rs:97:15
[INFO] [stdout]   |
[INFO] [stdout] 8 | let webview = WebView::new(&mut activity, Some(layout_id))?;
[INFO] [stdout]   |               ^^^^^^^ use of undeclared type `WebView`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::WebView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]  --> src/components/web_view.rs:98:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `termux_gui_rust_demo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `termux_gui_rust_demo`, use `cargo add termux_gui_rust_demo` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use termux_gui::error;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `error`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 - Ok::<(), termux_gui_rust_demo::error::GuiError>(())
[INFO] [stdout] 9 + Ok::<(), error::GuiError>(())
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/view.rs - view (line 18) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `scroll_view` in this scope
[INFO] [stdout]  --> src/view.rs:23:29
[INFO] [stdout]   |
[INFO] [stdout] 8 | let (width_px, height_px) = scroll_view.view().get_dimensions(activity)?;
[INFO] [stdout]   |                             ^^^^^^^^^^^ help: a local variable with a similar name exists: `scroll_view_id`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `page` in this scope
[INFO] [stdout]   --> src/view.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | page.view().set_width_px(activity, width_px)?;  // Perfect match!
[INFO] [stdout]    | ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 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] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/components/layout.rs - components::layout::TabLayout::select_tab (line 494)
[INFO] [stdout]     src/components/layout.rs - components::layout::TabLayout::set_list (line 473)
[INFO] [stdout]     src/components/web_view.rs - components::web_view (line 10)
[INFO] [stdout]     src/components/web_view.rs - components::web_view::WebView (line 49)
[INFO] [stdout]     src/components/web_view.rs - components::web_view::WebView (line 65)
[INFO] [stdout]     src/components/web_view.rs - components::web_view::WebView::allow_javascript (line 218)
[INFO] [stdout]     src/components/web_view.rs - components::web_view::WebView::evaluate_js (line 288)
[INFO] [stdout]     src/components/web_view.rs - components::web_view::WebView::load_uri (line 145)
[INFO] [stdout]     src/components/web_view.rs - components::web_view::WebView::new (line 92)
[INFO] [stdout]     src/components/web_view.rs - components::web_view::WebView::set_data (line 174)
[INFO] [stdout]     src/view.rs - view (line 18)
[INFO] [stdout]     src/view.rs - view::View::set_background_color (line 244)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.95s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "9777d3a7846e72fdf731e93f54a80c5e1ab71237ac61c23e63c140c38558c183", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9777d3a7846e72fdf731e93f54a80c5e1ab71237ac61c23e63c140c38558c183", kill_on_drop: false }`
[INFO] [stdout] 9777d3a7846e72fdf731e93f54a80c5e1ab71237ac61c23e63c140c38558c183
