[INFO] cloning repository https://github.com/TwistingTwists/leptos_elements_plus
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TwistingTwists/leptos_elements_plus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTwistingTwists%2Fleptos_elements_plus", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTwistingTwists%2Fleptos_elements_plus'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b32873e6b1454d50bc79521293880edae0f20671
[INFO] testing TwistingTwists/leptos_elements_plus against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTwistingTwists%2Fleptos_elements_plus" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TwistingTwists/leptos_elements_plus
[INFO] finished tweaking git repo https://github.com/TwistingTwists/leptos_elements_plus
[INFO] tweaked toml for git repo https://github.com/TwistingTwists/leptos_elements_plus written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TwistingTwists/leptos_elements_plus 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 git repo https://github.com/TwistingTwists/leptos_elements_plus 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 215ccb987b0ecf743a6b9196cc701f47235b56afedf02bb38a7cf2bfa9608f63
[INFO] running `Command { std: "docker" "start" "-a" "215ccb987b0ecf743a6b9196cc701f47235b56afedf02bb38a7cf2bfa9608f63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "215ccb987b0ecf743a6b9196cc701f47235b56afedf02bb38a7cf2bfa9608f63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "215ccb987b0ecf743a6b9196cc701f47235b56afedf02bb38a7cf2bfa9608f63", kill_on_drop: false }`
[INFO] [stdout] 215ccb987b0ecf743a6b9196cc701f47235b56afedf02bb38a7cf2bfa9608f63
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] d1534fc7414b89c946934e01edca485a7e7b460fa623c9b63f36c433d9944f48
[INFO] running `Command { std: "docker" "start" "-a" "d1534fc7414b89c946934e01edca485a7e7b460fa623c9b63f36c433d9944f48", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling once_cell v1.20.1
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.93
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling wasm-bindgen v0.2.93
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling xxhash-rust v0.8.12
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.33
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-utils v0.8.0
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling unicode-bidi v0.3.17
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]    Compiling const_format v0.2.33
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling utf8-width v0.1.7
[INFO] [stderr]    Compiling manyhow-macros v0.10.4
[INFO] [stderr]    Compiling collection_literals v1.0.1
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling html-escape v0.2.13
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling send_wrapper v0.6.0
[INFO] [stderr]    Compiling self_cell v1.0.4
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling uuid v1.10.0
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling dary_heap v0.3.6
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling libflate_lz77 v2.1.0
[INFO] [stderr]    Compiling pad-adapter v0.1.1
[INFO] [stderr]    Compiling inventory v0.3.15
[INFO] [stderr]    Compiling drain_filter_polyfill v0.1.3
[INFO] [stderr]    Compiling libflate v2.1.0
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.93
[INFO] [stderr]    Compiling server_fn_macro v0.6.15
[INFO] [stderr]    Compiling manyhow v0.10.4
[INFO] [stderr]    Compiling prettyplease v0.2.22
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling quote-use-macros v0.8.4
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.93
[INFO] [stderr]    Compiling quote-use v0.8.4
[INFO] [stderr]    Compiling syn_derive v0.1.8
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling attribute-derive-macro v0.9.2
[INFO] [stderr]    Compiling server_fn_macro_default v0.6.15
[INFO] [stderr]    Compiling rstml v0.11.2
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling derive-where v1.2.7
[INFO] [stderr]    Compiling typed-builder-macro v0.18.2
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.93
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling include-flate-codegen v0.2.0
[INFO] [stderr]    Compiling js-sys v0.3.70
[INFO] [stderr]    Compiling include-flate v0.3.0
[INFO] [stderr]    Compiling typed-builder v0.18.2
[INFO] [stderr]    Compiling attribute-derive v0.9.2
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling leptos_hot_reload v0.6.15
[INFO] [stderr]    Compiling web-sys v0.3.70
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.43
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling oco_ref v0.1.1
[INFO] [stderr]    Compiling serde_qs v0.12.0
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.6.5
[INFO] [stderr]    Compiling leptos_macro v0.6.15
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling config v0.14.0
[INFO] [stderr]    Compiling leptos_config v0.6.15
[INFO] [stderr]    Compiling gloo-utils v0.2.0
[INFO] [stderr]    Compiling leptos_reactive v0.6.15
[INFO] [stderr]    Compiling gloo-net v0.6.0
[INFO] [stderr]    Compiling wasm-streams v0.4.1
[INFO] [stderr]    Compiling server_fn v0.6.15
[INFO] [stderr]    Compiling leptos_server v0.6.15
[INFO] [stderr]    Compiling leptos_dom v0.6.15
[INFO] [stderr]    Compiling leptos v0.6.15
[INFO] [stderr]    Compiling leptos_meta v0.6.15
[INFO] [stderr]    Compiling leptos_element_plus v0.0.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
[INFO] running `Command { std: "docker" "inspect" "d1534fc7414b89c946934e01edca485a7e7b460fa623c9b63f36c433d9944f48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1534fc7414b89c946934e01edca485a7e7b460fa623c9b63f36c433d9944f48", kill_on_drop: false }`
[INFO] [stdout] d1534fc7414b89c946934e01edca485a7e7b460fa623c9b63f36c433d9944f48
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 59c16411221f3dde401d557c592f1e8090f6dd0bdab1d417726030ccd530abff
[INFO] running `Command { std: "docker" "start" "-a" "59c16411221f3dde401d557c592f1e8090f6dd0bdab1d417726030ccd530abff", kill_on_drop: false }`
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.43
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling wasm-bindgen-test v0.3.43
[INFO] [stderr]    Compiling leptos_element_plus v0.0.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.17s
[INFO] running `Command { std: "docker" "inspect" "59c16411221f3dde401d557c592f1e8090f6dd0bdab1d417726030ccd530abff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59c16411221f3dde401d557c592f1e8090f6dd0bdab1d417726030ccd530abff", kill_on_drop: false }`
[INFO] [stdout] 59c16411221f3dde401d557c592f1e8090f6dd0bdab1d417726030ccd530abff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 99c1e893edfd7cb6987f5447178423e68cb57cfa91eab73a0a091070aec8d2cb
[INFO] running `Command { std: "docker" "start" "-a" "99c1e893edfd7cb6987f5447178423e68cb57cfa91eab73a0a091070aec8d2cb", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/leptos_element_plus-81e26b5065108b6c)
[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 leptos_element_plus
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/components/mod.rs - components::el_message (line 7) ... FAILED
[INFO] [stdout] test src/components/mod.rs - components::el_notification (line 144) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 9) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 31) ... ok
[INFO] [stdout] test src/components/mod.rs - components::el_message_box (line 95) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/components/mod.rs - components::el_message (line 7) stdout ----
[INFO] [stdout] error: cannot find macro `view` in this scope
[INFO] [stdout]  --> src/components/mod.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | view! {
[INFO] [stdout]   | ^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/components/mod.rs - components::el_notification (line 144) stdout ----
[INFO] [stdout] error: cannot find macro `view` in this scope
[INFO] [stdout]    --> src/components/mod.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | view! {
[INFO] [stdout]     | ^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Arc` in this scope
[INFO] [stdout]    --> src/components/mod.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout] 150 | let show = Arc::new(Mutex::new(notification));
[INFO] [stdout]     |            ^^^ use of undeclared type `Arc`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 144 + use std::sync::Arc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Mutex` in this scope
[INFO] [stdout]    --> src/components/mod.rs:150:21
[INFO] [stdout]     |
[INFO] [stdout] 150 | let show = Arc::new(Mutex::new(notification));
[INFO] [stdout]     |                     ^^^^^ use of undeclared type `Mutex`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 144 + use std::sync::Mutex;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Arc` in this scope
[INFO] [stdout]    --> src/components/mod.rs:151:13
[INFO] [stdout]     |
[INFO] [stdout] 151 | let close = Arc::clone(&show);
[INFO] [stdout]     |             ^^^ use of undeclared type `Arc`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 144 + use std::sync::Arc;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Notification` in this scope
[INFO] [stdout]    --> src/components/mod.rs:145:24
[INFO] [stdout]     |
[INFO] [stdout] 145 | let mut notification = Notification::new();
[INFO] [stdout]     |                        ^^^^^^^^^^^^ use of undeclared type `Notification`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Type` in this scope
[INFO] [stdout]    --> src/components/mod.rs:148:19
[INFO] [stdout]     |
[INFO] [stdout] 148 |     .message_type(Type::Success);
[INFO] [stdout]     |                   ^^^^ use of undeclared type `Type`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 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/lib.rs - (line 9) stdout ----
[INFO] [stdout] error[E0583]: file not found for module `app`
[INFO] [stdout]   --> src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | mod app;
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `app`, create file "src/app.rs" or "src/app/mod.rs"
[INFO] [stdout]    = note: if there is a `mod app` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `log` in this scope
[INFO] [stdout]   --> src/lib.rs:20:38
[INFO] [stdout]    |
[INFO] [stdout] 20 |     _ = console_log::init_with_level(log::Level::Debug);
[INFO] [stdout]    |                                      ^^^ use of unresolved module or unlinked crate `log`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `log`, use `cargo add log` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `App` in this scope
[INFO] [stdout]   --> src/lib.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |             <App/>
[INFO] [stdout]    |              ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `console_log` in this scope
[INFO] [stdout]   --> src/lib.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     _ = console_log::init_with_level(log::Level::Debug);
[INFO] [stdout]    |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `console_log`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `console_log`, use `cargo add console_log` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0583.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/components/mod.rs - components::el_message_box (line 95) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MessageBox` in this scope
[INFO] [stdout]   --> src/components/mod.rs:96:1
[INFO] [stdout]    |
[INFO] [stdout] 96 | MessageBox::new()
[INFO] [stdout]    | ^^^^^^^^^^ use of undeclared type `MessageBox`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Message` in this scope
[INFO] [stdout]   --> src/components/mod.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |         Message::new()
[INFO] [stdout]    |         ^^^^^^^ use of undeclared type `Message`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `MessageBox` in this scope
[INFO] [stdout]    --> src/components/mod.rs:105:1
[INFO] [stdout]     |
[INFO] [stdout] 105 | MessageBox::new()
[INFO] [stdout]     | ^^^^^^^^^^ use of undeclared type `MessageBox`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Message` in this scope
[INFO] [stdout]    --> src/components/mod.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |         Message::new()
[INFO] [stdout]     |         ^^^^^^^ use of undeclared type `Message`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Type` in this scope
[INFO] [stdout]    --> src/components/mod.rs:112:19
[INFO] [stdout]     |
[INFO] [stdout] 112 |     .message_type(Type::Warning)
[INFO] [stdout]     |                   ^^^^ use of undeclared type `Type`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `MessageBox` in this scope
[INFO] [stdout]    --> src/components/mod.rs:115:1
[INFO] [stdout]     |
[INFO] [stdout] 115 | MessageBox::new()
[INFO] [stdout]     | ^^^^^^^^^^ use of undeclared type `MessageBox`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Message` in this scope
[INFO] [stdout]    --> src/components/mod.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         Message::new()
[INFO] [stdout]     |         ^^^^^^^ use of undeclared type `Message`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Type` in this scope
[INFO] [stdout]    --> src/components/mod.rs:123:19
[INFO] [stdout]     |
[INFO] [stdout] 123 |     .message_type(Type::Warning)
[INFO] [stdout]     |                   ^^^^ use of undeclared type `Type`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Message` in this scope
[INFO] [stdout]    --> src/components/mod.rs:126:13
[INFO] [stdout]     |
[INFO] [stdout] 126 |             Message::new()
[INFO] [stdout]     |             ^^^^^^^ use of undeclared type `Message`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Type` in this scope
[INFO] [stdout]    --> src/components/mod.rs:127:31
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 .message_type(Type::Success)
[INFO] [stdout]     |                               ^^^^ use of undeclared type `Type`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Message` in this scope
[INFO] [stdout]    --> src/components/mod.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 |             Message::new()
[INFO] [stdout]     |             ^^^^^^^ use of undeclared type `Message`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Type` in this scope
[INFO] [stdout]    --> src/components/mod.rs:133:31
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 .message_type(Type::Info)
[INFO] [stdout]     |                               ^^^^ use of undeclared type `Type`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 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] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/components/mod.rs - components::el_message (line 7)
[INFO] [stdout]     src/components/mod.rs - components::el_message_box (line 95)
[INFO] [stdout]     src/components/mod.rs - components::el_notification (line 144)
[INFO] [stdout]     src/lib.rs - (line 9)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.97s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "99c1e893edfd7cb6987f5447178423e68cb57cfa91eab73a0a091070aec8d2cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99c1e893edfd7cb6987f5447178423e68cb57cfa91eab73a0a091070aec8d2cb", kill_on_drop: false }`
[INFO] [stdout] 99c1e893edfd7cb6987f5447178423e68cb57cfa91eab73a0a091070aec8d2cb
