[INFO] fetching crate ferrishot_iced_core 0.14.1...
[INFO] testing ferrishot_iced_core-0.14.1 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate ferrishot_iced_core 0.14.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate ferrishot_iced_core 0.14.1
[INFO] finished tweaking crates.io crate ferrishot_iced_core 0.14.1
[INFO] tweaked toml for crates.io crate ferrishot_iced_core 0.14.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ferrishot_iced_core 0.14.1 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ferrishot_iced_core 0.14.1 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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dd1f9512665cd00bf38f68020026b42feea6449bae7ecddeb96e88331176c690
[INFO] running `Command { std: "docker" "start" "-a" "dd1f9512665cd00bf38f68020026b42feea6449bae7ecddeb96e88331176c690", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd1f9512665cd00bf38f68020026b42feea6449bae7ecddeb96e88331176c690", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd1f9512665cd00bf38f68020026b42feea6449bae7ecddeb96e88331176c690", kill_on_drop: false }`
[INFO] [stdout] dd1f9512665cd00bf38f68020026b42feea6449bae7ecddeb96e88331176c690
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 76450b6476c8a7a383913f454c75a775f098e74998ea9ca368f3f62da89282bb
[INFO] running `Command { std: "docker" "start" "-a" "76450b6476c8a7a383913f454c75a775f098e74998ea9ca368f3f62da89282bb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling glam v0.25.0
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling smol_str v0.2.2
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling lilt v0.8.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling ferrishot_iced_core v0.14.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/window/position.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[derive(Debug, Clone, Copy, PartialEq)]
[INFO] [stdout]    |                              --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 23 |     SpecificWith(fn(Size, Size) -> Point),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.37s
[INFO] running `Command { std: "docker" "inspect" "76450b6476c8a7a383913f454c75a775f098e74998ea9ca368f3f62da89282bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76450b6476c8a7a383913f454c75a775f098e74998ea9ca368f3f62da89282bb", kill_on_drop: false }`
[INFO] [stdout] 76450b6476c8a7a383913f454c75a775f098e74998ea9ca368f3f62da89282bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 35134e3d6ba7af8252ad7db9d596b3c260ca8d8f74f658f65ce4b5735b3108df
[INFO] running `Command { std: "docker" "start" "-a" "35134e3d6ba7af8252ad7db9d596b3c260ca8d8f74f658f65ce4b5735b3108df", kill_on_drop: false }`
[INFO] [stderr]    Compiling ferrishot_iced_core v0.14.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/window/position.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[derive(Debug, Clone, Copy, PartialEq)]
[INFO] [stdout]    |                              --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 23 |     SpecificWith(fn(Size, Size) -> Point),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/window/position.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[derive(Debug, Clone, Copy, PartialEq)]
[INFO] [stdout]    |                              --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 23 |     SpecificWith(fn(Size, Size) -> Point),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.45s
[INFO] running `Command { std: "docker" "inspect" "35134e3d6ba7af8252ad7db9d596b3c260ca8d8f74f658f65ce4b5735b3108df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35134e3d6ba7af8252ad7db9d596b3c260ca8d8f74f658f65ce4b5735b3108df", kill_on_drop: false }`
[INFO] [stdout] 35134e3d6ba7af8252ad7db9d596b3c260ca8d8f74f658f65ce4b5735b3108df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6b3648ee384d6b85d50736b4d237504127e35b690eb63422fc915a422d5dbaf1
[INFO] running `Command { std: "docker" "start" "-a" "6b3648ee384d6b85d50736b4d237504127e35b690eb63422fc915a422d5dbaf1", kill_on_drop: false }`
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/window/position.rs:23:18
[INFO] [stderr]    |
[INFO] [stderr]  4 | #[derive(Debug, Clone, Copy, PartialEq)]
[INFO] [stderr]    |                              --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 23 |     SpecificWith(fn(Size, Size) -> Point),
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `ferrishot_iced_core` (lib) generated 1 warning
[INFO] [stderr] warning: `ferrishot_iced_core` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ferrishot_iced_core-e49d59cc320c088d)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test color::tests::parse ... ok
[INFO] [stdout] test window::redraw_request::tests::ordering ... ok
[INFO] [stdout] test widget::id::tests::unique_generates_different_ids ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ferrishot_iced_core
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test src/widget/text.rs - widget::text (line 4) - compile ... FAILED
[INFO] [stdout] test src/element.rs - element::Element<'a,Message,Theme,Renderer>::map (line 63) ... ok
[INFO] [stdout] test src/border.rs - border::rounded (line 19) ... ok
[INFO] [stdout] test src/padding.rs - padding::Padding (line 18) ... ok
[INFO] [stdout] test src/element.rs - element::Element<'a,Message,Theme,Renderer>::map (line 94) - compile ... FAILED
[INFO] [stdout] test src/event.rs - event::Status::merge (line 47) ... ok
[INFO] [stdout] test src/border.rs - border::width (line 42) ... ok
[INFO] [stdout] test src/widget/text.rs - widget::text::Text (line 40) - compile ... FAILED
[INFO] [stdout] test src/border.rs - border::color (line 30) ... ok
[INFO] [stdout] test src/color.rs - color::color (line 216) ... ok
[INFO] [stdout] test src/element.rs - element::Element<'a,Message,Theme,Renderer>::map (line 80) ... ok
[INFO] [stdout] test src/lib.rs - Function::with (line 127) ... ok
[INFO] [stdout] test src/lib.rs - Function::with (line 115) ... ok
[INFO] [stdout] test src/element.rs - element::Element<'a,Message,Theme,Renderer>::map (line 157) ... ok
[INFO] [stdout] test src/padding.rs - padding::Padding (line 8) ... ok
[INFO] [stdout] test src/input_method.rs - input_method::InputMethod::merge (line 86) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/widget/text.rs - widget::text (line 4) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `ferrishot_iced` in this scope
[INFO] [stdout]   --> src/widget/text.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use ferrishot_iced::widget::text;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrishot_iced`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrishot_iced`, use `cargo add ferrishot_iced` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ferrishot_iced`
[INFO] [stdout]   --> src/widget/text.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use ferrishot_iced::color;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrishot_iced`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrishot_iced`, use `cargo add ferrishot_iced` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/element.rs - element::Element<'a,Message,Theme,Renderer>::map (line 94) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `ferrishot_iced` in this scope
[INFO] [stdout]    --> src/element.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 123 | use ferrishot_iced::widget::row;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrishot_iced`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ferrishot_iced`, use `cargo add ferrishot_iced` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ferrishot_iced`
[INFO] [stdout]    --> src/element.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout] 124 | use ferrishot_iced::{Element, Function};
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrishot_iced`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ferrishot_iced`, use `cargo add ferrishot_iced` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with` found for enum constructor `fn(usize, Message) -> Message {Message::Counter}` in the current scope
[INFO] [stdout]    --> src/element.rs:147:50
[INFO] [stdout]     |
[INFO] [stdout] 147 |                     counter.map(Message::Counter.with(index))
[INFO] [stdout]     |                                                  ^^^^ method not found in `fn(usize, Message) -> Message {Message::Counter}`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:140:8
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn with(self, prefix: A) -> impl Fn(B) -> O;
[INFO] [stdout]     |        ---- the method is available for `fn(usize, counter::Message) -> _doctest_main_src_element_rs_94_0::Message {_doctest_main_src_element_rs_94_0::Message::Counter}` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout]     = note: the full name for the type has been written to '/tmp/rustdoctestgYt6Re/rust_out.long-type-12356224675352162670.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: trait `Function` which provides `with` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  93 + use crate::ferrishot_iced_core::Function;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/widget/text.rs - widget::text::Text (line 40) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `ferrishot_iced` in this scope
[INFO] [stdout]   --> src/widget/text.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | use ferrishot_iced::widget::text;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrishot_iced`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrishot_iced`, use `cargo add ferrishot_iced` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ferrishot_iced`
[INFO] [stdout]   --> src/widget/text.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | use ferrishot_iced::color;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ferrishot_iced`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ferrishot_iced`, use `cargo add ferrishot_iced` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/element.rs - element::Element<'a,Message,Theme,Renderer>::map (line 94)
[INFO] [stdout]     src/widget/text.rs - widget::text (line 4)
[INFO] [stdout]     src/widget/text.rs - widget::text::Text (line 40)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 13 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.98s; merged doctests compilation took 0.18s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "6b3648ee384d6b85d50736b4d237504127e35b690eb63422fc915a422d5dbaf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b3648ee384d6b85d50736b4d237504127e35b690eb63422fc915a422d5dbaf1", kill_on_drop: false }`
[INFO] [stdout] 6b3648ee384d6b85d50736b4d237504127e35b690eb63422fc915a422d5dbaf1
