[INFO] fetching crate dioxus-core 0.6.0-alpha.5...
[INFO] checking dioxus-core-0.6.0-alpha.5 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate dioxus-core 0.6.0-alpha.5 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate dioxus-core 0.6.0-alpha.5 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate dioxus-core 0.6.0-alpha.5
[INFO] finished tweaking crates.io crate dioxus-core 0.6.0-alpha.5
[INFO] tweaked toml for crates.io crate dioxus-core 0.6.0-alpha.5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 50 packages to latest compatible versions
[INFO] [stderr]       Adding rustc-hash v1.1.0 (available: v2.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4d9ea9658a7f0a5144e599de85595888b6aa4c7d7cbec56777cfa09c7b7cede3
[INFO] running `Command { std: "docker" "start" "-a" "4d9ea9658a7f0a5144e599de85595888b6aa4c7d7cbec56777cfa09c7b7cede3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d9ea9658a7f0a5144e599de85595888b6aa4c7d7cbec56777cfa09c7b7cede3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d9ea9658a7f0a5144e599de85595888b6aa4c7d7cbec56777cfa09c7b7cede3", kill_on_drop: false }`
[INFO] [stdout] 4d9ea9658a7f0a5144e599de85595888b6aa4c7d7cbec56777cfa09c7b7cede3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9cfa57dfe6f591b00687e20d5020958b3220da85685d678474f2f2eda0e115e0
[INFO] running `Command { std: "docker" "start" "-a" "9cfa57dfe6f591b00687e20d5020958b3220da85685d678474f2f2eda0e115e0", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking dioxus-core-types v0.6.0-alpha.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.33
[INFO] [stderr]     Checking longest-increasing-subsequence v0.1.0
[INFO] [stderr]     Checking const_format v0.2.33
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling warnings-macro v0.2.0
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking warnings v0.2.1
[INFO] [stderr]     Checking generational-box v0.6.0-alpha.5
[INFO] [stderr]     Checking dioxus-core v0.6.0-alpha.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/diff_keyed_list.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use dioxus::dioxus_core::{ElementId, Mutation::*};
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/diff_keyed_list.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `dioxus::dioxus_core::ElementId`, `dioxus::dioxus_core::Mutation::*`, `dioxus::prelude::*`
[INFO] [stdout]  --> tests/diff_keyed_list.rs:7:27
[INFO] [stdout]   |
[INFO] [stdout] 7 | use dioxus::dioxus_core::{ElementId, Mutation::*};
[INFO] [stdout]   |                           ^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 8 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/conditional_formatted_attributes.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/attr_cleanup.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use dioxus::dioxus_core::{ElementId, Mutation::*};
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/attr_cleanup.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `dioxus::dioxus_core::ElementId`, `dioxus::dioxus_core::Mutation::*`, `dioxus::prelude::*`
[INFO] [stdout]  --> tests/attr_cleanup.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | use dioxus::dioxus_core::{ElementId, Mutation::*};
[INFO] [stdout]   |                           ^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 6 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/fuzzing.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/create_fragments.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use dioxus::dioxus_core::Mutation::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/create_fragments.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `dioxus::dioxus_core::Mutation::*`, `dioxus::prelude::*`
[INFO] [stdout]  --> tests/create_fragments.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use dioxus::dioxus_core::Mutation::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/kitchen_sink.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/kitchen_sink.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use dioxus::dioxus_core::{ElementId, Mutation};
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]  --> tests/kitchen_sink.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use pretty_assertions::assert_eq;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/tracing.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/tracing.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use dioxus::html::SerializedHtmlEventConverter;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing_subscriber`
[INFO] [stdout]  --> tests/tracing.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use tracing_subscriber::{layer::SubscriberExt, Registry};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `tracing_subscriber`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tracing_fluent_assertions`
[INFO] [stdout]  --> tests/tracing.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use tracing_fluent_assertions::{AssertionRegistry, AssertionsLayer};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `tracing_fluent_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tracing_subscriber`
[INFO] [stdout]  --> tests/tracing.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use tracing_subscriber::{layer::SubscriberExt, Registry};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `tracing_subscriber`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:253:9
[INFO] [stdout]     |
[INFO] [stdout] 253 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:287:9
[INFO] [stdout]     |
[INFO] [stdout] 287 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]  --> tests/conditional_formatted_attributes.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     _ = rsx! {
[INFO] [stdout]   |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/conditional_formatted_attributes.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     _ = rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:316:9
[INFO] [stdout]     |
[INFO] [stdout] 316 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:341:9
[INFO] [stdout]     |
[INFO] [stdout] 341 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]    --> tests/fuzzing.rs:230:21
[INFO] [stdout]     |
[INFO] [stdout] 230 | #[derive(PartialEq, Props, Clone)]
[INFO] [stdout]     |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:369:9
[INFO] [stdout]     |
[INFO] [stdout] 369 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:403:9
[INFO] [stdout]     |
[INFO] [stdout] 403 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:432:9
[INFO] [stdout]     |
[INFO] [stdout] 432 |         rsx!({ order.iter().map(|i| rsx!(div { key: "{i}" })) })
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]  --> tests/kitchen_sink.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     rsx! {
[INFO] [stdout]   |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         rsx!({})
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         rsx!(
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         rsx!(
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Element` in this scope
[INFO] [stdout]  --> tests/kitchen_sink.rs:5:36
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn basic_syntax_is_a_template() -> Element {
[INFO] [stdout]   |                                    ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]   |
[INFO] [stdout] 1 + use dioxus_core::Element;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]   --> tests/kitchen_sink.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 |     let mut dom = VirtualDom::new(basic_syntax_is_a_template);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |         rsx! { "hellO!" {world} }
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |         rsx!(
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 |             0 => rsx! { div {} },
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core` (test "conditional_formatted_attributes") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/tracing.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     rsx! {
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 |             1 => rsx! {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing_subscriber`
[INFO] [stdout]   --> tests/attr_cleanup.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     tracing_subscriber::fmt::init();
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `tracing_subscriber`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core` (test "kitchen_sink") due to 6 previous errors
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/tracing.rs:78:3
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[component]
[INFO] [stdout]    |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/tracing.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     rsx! { li { onmouseover: move |e| onhover.call(e), "{i}" } }
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing_subscriber`
[INFO] [stdout]   --> tests/tracing.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let std_out_log = tracing_subscriber::fmt::layer().pretty();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `tracing_subscriber`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]   --> tests/attr_cleanup.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let id = generation();
[INFO] [stdout]    |                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::generation;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:26:13
[INFO] [stdout]    |
[INFO] [stdout] 26 |             LoadTemplate { index: 0, id: ElementId(1,) },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AppendChildren` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |             AppendChildren { m: 1, id: ElementId(0) },
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::AppendChildren;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]   --> tests/attr_cleanup.rs:31:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |             LoadTemplate { index: 0, id: ElementId(2,) },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AssignId` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |             AssignId { path: &[0,], id: ElementId(3,) },
[INFO] [stdout]    |             ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::AssignId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SetAttribute` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:37:13
[INFO] [stdout]    |
[INFO] [stdout] 37 |             SetAttribute { name: "class", value: "1".into_value(), id: ElementId(3,), ns: None },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::SetAttribute;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SetAttribute` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |             SetAttribute { name: "id", value: "1".into_value(), id: ElementId(3,), ns: None },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::SetAttribute;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ReplaceWith` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             ReplaceWith { id: ElementId(1,), m: 1 },
[INFO] [stdout]    |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::ReplaceWith;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]   --> tests/attr_cleanup.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |             LoadTemplate { index: 0, id: ElementId(1) },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ReplaceWith` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |             ReplaceWith { id: ElementId(2), m: 1 }
[INFO] [stdout]    |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::ReplaceWith;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]   --> tests/attr_cleanup.rs:52:20
[INFO] [stdout]    |
[INFO] [stdout] 52 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:56:13
[INFO] [stdout]    |
[INFO] [stdout] 56 |             LoadTemplate { index: 0, id: ElementId(2) },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AssignId` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |             AssignId { path: &[0], id: ElementId(3) },
[INFO] [stdout]    |             ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::AssignId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SetAttribute` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |             SetAttribute {
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::SetAttribute;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SetAttribute` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |             SetAttribute {
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::SetAttribute;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ReplaceWith` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |             ReplaceWith { id: ElementId(1), m: 1 }
[INFO] [stdout]    |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::ReplaceWith;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]   --> tests/attr_cleanup.rs:75:20
[INFO] [stdout]    |
[INFO] [stdout] 75 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:79:13
[INFO] [stdout]    |
[INFO] [stdout] 79 |             LoadTemplate { index: 0, id: ElementId(1) },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ReplaceWith` in this scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:80:13
[INFO] [stdout]    |
[INFO] [stdout] 80 |             ReplaceWith { id: ElementId(2), m: 1 }
[INFO] [stdout]    |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::Mutation::ReplaceWith;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout] 9  |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 9  |     fn app() -> ElementId {
[INFO] [stdout]    |                 ~~~~~~~~~
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]   --> tests/create_fragments.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut vdom = VirtualDom::new(app);
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CreatePlaceholder` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |             CreatePlaceholder { id: ElementId(1) },
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::Mutation::CreatePlaceholder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AppendChildren` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |             AppendChildren { id: ElementId(0), m: 1 }
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::Mutation::AppendChildren;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]   --> tests/create_fragments.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let mut vdom = VirtualDom::new(|| {
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AppendChildren` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 |         &AppendChildren { id: ElementId(0), m: 2 }
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::Mutation::AppendChildren;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]   --> tests/create_fragments.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let mut vdom = VirtualDom::new(|| {
[INFO] [stdout]    |                    ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AppendChildren` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:63:10
[INFO] [stdout]    |
[INFO] [stdout] 63 |         &AppendChildren { id: ElementId(0), m: 8 }
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::Mutation::AppendChildren;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn app() -> ElementId {
[INFO] [stdout]    |                 ~~~~~~~~~
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:78:24
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn demo_child() -> Element {
[INFO] [stdout]    |                        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn demo_child() -> ElementId {
[INFO] [stdout]    |                        ~~~~~~~~~
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]   --> tests/create_fragments.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         VirtualDom::new(app).rebuild_to_vec().edits.last().unwrap(),
[INFO] [stdout]    |         ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AppendChildren` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:85:10
[INFO] [stdout]    |
[INFO] [stdout] 85 |         &AppendChildren { id: ElementId(0), m: 8 }
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::Mutation::AppendChildren;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:91:17
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn app() -> ElementId {
[INFO] [stdout]    |                 ~~~~~~~~~
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]   --> tests/create_fragments.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |         VirtualDom::new(app).rebuild_to_vec().edits.last().unwrap(),
[INFO] [stdout]    |         ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AppendChildren` in this scope
[INFO] [stdout]   --> tests/create_fragments.rs:99:10
[INFO] [stdout]    |
[INFO] [stdout] 99 |         &AppendChildren { id: ElementId(0), m: 7 }
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 3  + use dioxus_core::Mutation::AppendChildren;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_value` found for reference `&'static str` in the current scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:37:54
[INFO] [stdout]    |
[INFO] [stdout] 37 |             SetAttribute { name: "class", value: "1".into_value(), id: ElementId(3,), ns: None },
[INFO] [stdout]    |                                                      ^^^^^^^^^^ method not found in `&str`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `IntoAttributeValue` which provides `into_value` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::prelude::IntoAttributeValue;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_value` found for reference `&'static str` in the current scope
[INFO] [stdout]   --> tests/attr_cleanup.rs:38:51
[INFO] [stdout]    |
[INFO] [stdout] 38 |             SetAttribute { name: "id", value: "1".into_value(), id: ElementId(3,), ns: None },
[INFO] [stdout]    |                                                   ^^^^^^^^^^ method not found in `&str`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `IntoAttributeValue` which provides `into_value` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 5  + use dioxus_core::prelude::IntoAttributeValue;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]   --> tests/tracing.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event`
[INFO] [stdout]   --> tests/tracing.rs:45:21
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let event = Event::new(
[INFO] [stdout]    |                     ^^^^^ use of undeclared type `Event`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 1  + use dioxus_core::Event;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use tracing::Event;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SerializedMouseData` in this scope
[INFO] [stdout]   --> tests/tracing.rs:46:50
[INFO] [stdout]    |
[INFO] [stdout] 46 |             Rc::new(PlatformEventData::new(Box::<SerializedMouseData>::default())) as Rc<dyn Any>,
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 9  | fn basic_tracing<SerializedMouseData>() {
[INFO] [stdout]    |                 +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/tracing.rs:55:13
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn app() -> Element {
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn app() -> ElementId {
[INFO] [stdout]    |             ~~~~~~~~~
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 1  + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `EventHandler` in this scope
[INFO] [stdout]   --> tests/tracing.rs:79:34
[INFO] [stdout]    |
[INFO] [stdout] 79 | fn ChildExample(i: i32, onhover: EventHandler<MouseEvent>) -> Element {
[INFO] [stdout]    |                                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 1  + use dioxus_core::prelude::EventHandler;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `MouseEvent` in this scope
[INFO] [stdout]   --> tests/tracing.rs:79:47
[INFO] [stdout]    |
[INFO] [stdout] 79 | fn ChildExample(i: i32, onhover: EventHandler<MouseEvent>) -> Element {
[INFO] [stdout]    |                                               ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 79 | fn ChildExample<MouseEvent>(i: i32, onhover: EventHandler<MouseEvent>) -> Element {
[INFO] [stdout]    |                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/tracing.rs:79:63
[INFO] [stdout]    |
[INFO] [stdout] 79 | fn ChildExample(i: i32, onhover: EventHandler<MouseEvent>) -> Element {
[INFO] [stdout]    |                                                               ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/arena.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ElementId(pub usize);
[INFO] [stdout]    | -------------------- similarly named struct `ElementId` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 79 | fn ChildExample(i: i32, onhover: EventHandler<MouseEvent>) -> ElementId {
[INFO] [stdout]    |                                                               ~~~~~~~~~
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 1  + use dioxus_core::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core` (test "attr_cleanup") due to 30 previous errors
[INFO] [stderr] error: could not compile `dioxus-core` (test "create_fragments") due to 24 previous errors
[INFO] [stdout] error[E0425]: cannot find function `set_event_converter` in this scope
[INFO] [stdout]   --> tests/tracing.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     set_event_converter(Box::new(SerializedHtmlEventConverter));
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlatformEventData`
[INFO] [stdout]   --> tests/tracing.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 |             Rc::new(PlatformEventData::new(Box::<SerializedMouseData>::default())) as Rc<dyn Any>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^ use of undeclared type `PlatformEventData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_signal` in this scope
[INFO] [stdout]   --> tests/tracing.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let mut idx = use_signal(|| 0);
[INFO] [stdout]    |                   ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core` (test "tracing") due to 19 previous errors
[INFO] [stdout] error[E0425]: cannot find function `needs_update` in this scope
[INFO] [stdout]    --> tests/fuzzing.rs:239:9
[INFO] [stdout]     |
[INFO] [stdout] 239 |         needs_update();
[INFO] [stdout]     |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]     |
[INFO] [stdout] 3   + use crate::prelude::needs_update;
[INFO] [stdout]     |
[INFO] [stdout] 3   + use dioxus_core::prelude::needs_update;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]  --> tests/fuzzing.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let namespace = rand::random::<u8>() % 2;
[INFO] [stdout]   |                     ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]   --> tests/fuzzing.rs:12:29
[INFO] [stdout]    |
[INFO] [stdout] 12 |             format!("ns{}", rand::random::<usize>()).into_boxed_str(),
[INFO] [stdout]    |                             ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]   --> tests/fuzzing.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 |     match rand::random::<u8>() % 2 {
[INFO] [stdout]    |           ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]   --> tests/fuzzing.rs:21:47
[INFO] [stdout]    |
[INFO] [stdout] 21 |             name: Box::leak(format!("attr{}", rand::random::<usize>()).into_boxed_str()),
[INFO] [stdout]    |                                               ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]   --> tests/fuzzing.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |             value: Box::leak(format!("value{}", rand::random::<usize>()).into_boxed_str()),
[INFO] [stdout]    |                                                 ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]   --> tests/diff_keyed_list.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]   --> tests/fuzzing.rs:42:11
[INFO] [stdout]    |
[INFO] [stdout] 42 |     match rand::random::<u8>() % 4 {
[INFO] [stdout]    |           ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]   --> tests/fuzzing.rs:45:42
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 let attrs: Vec<_> = (0..(rand::random::<usize>() % 10))
[INFO] [stdout]    |                                          ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let order = match generation() % 2 {
[INFO] [stdout]    |                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::generation;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 LoadTemplate { index: 0, id: ElementId(1,) },
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 LoadTemplate { index: 0, id: ElementId(2,) },
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:29:17
[INFO] [stdout]    |
[INFO] [stdout] 29 |                 LoadTemplate { index: 0, id: ElementId(3,) },
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 LoadTemplate { index: 0, id: ElementId(4,) },
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]   --> tests/fuzzing.rs:51:49
[INFO] [stdout]    |
[INFO] [stdout] 51 |                 tag: Box::leak(format!("tag{}", rand::random::<usize>()).into_boxed_str()),
[INFO] [stdout]    |                                                 ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 LoadTemplate { index: 0, id: ElementId(5,) },
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |                 LoadTemplate { index: 0, id: ElementId(6,) },
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]   --> tests/fuzzing.rs:58:53
[INFO] [stdout]    |
[INFO] [stdout] 58 |                         let children: Vec<_> = (0..(rand::random::<usize>() % 3))
[INFO] [stdout]    |                                                     ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |                 LoadTemplate { index: 0, id: ElementId(7,) },
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |                 LoadTemplate { index: 0, id: ElementId(8,) },
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 LoadTemplate { index: 0, id: ElementId(9,) },
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 |                 LoadTemplate { index: 0, id: ElementId(10,) },
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AppendChildren` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 AppendChildren { m: 10, id: ElementId(0) },
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::AppendChildren;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]   --> tests/fuzzing.rs:74:43
[INFO] [stdout]    |
[INFO] [stdout] 74 |             text: Box::leak(format!("{}", rand::random::<usize>()).into_boxed_str()),
[INFO] [stdout]    |                                           ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]   --> tests/diff_keyed_list.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |             PushRoot { id: ElementId(7,) },
[INFO] [stdout]    |             ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |             InsertBefore { id: ElementId(5,), m: 1 },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]   --> tests/diff_keyed_list.rs:55:19
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:56:27
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let order = match generation() % 2 {
[INFO] [stdout]    |                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::generation;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]   --> tests/diff_keyed_list.rs:67:20
[INFO] [stdout]    |
[INFO] [stdout] 67 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:71:13
[INFO] [stdout]    |
[INFO] [stdout] 71 |             PushRoot { id: ElementId(5,) },
[INFO] [stdout]    |             ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:72:13
[INFO] [stdout]    |
[INFO] [stdout] 72 |             PushRoot { id: ElementId(4,) },
[INFO] [stdout]    |             ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |             InsertBefore { id: ElementId(1,), m: 2 },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]   --> tests/diff_keyed_list.rs:81:19
[INFO] [stdout]    |
[INFO] [stdout] 81 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::VirtualDom;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:82:27
[INFO] [stdout]    |
[INFO] [stdout] 82 |         let order = match generation() % 2 {
[INFO] [stdout]    |                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::generation;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]   --> tests/diff_keyed_list.rs:93:20
[INFO] [stdout]    |
[INFO] [stdout] 93 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::ScopeId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:97:13
[INFO] [stdout]    |
[INFO] [stdout] 97 |             PushRoot { id: ElementId(5,) },
[INFO] [stdout]    |             ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:98:13
[INFO] [stdout]    |
[INFO] [stdout] 98 |             PushRoot { id: ElementId(4,) },
[INFO] [stdout]    |             ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]   --> tests/diff_keyed_list.rs:99:13
[INFO] [stdout]    |
[INFO] [stdout] 99 |             InsertBefore { id: ElementId(2,), m: 2 },
[INFO] [stdout]    |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]    |
[INFO] [stdout] 7  + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:107:19
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:108:27
[INFO] [stdout]     |
[INFO] [stdout] 108 |         let order = match generation() % 2 {
[INFO] [stdout]     |                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::generation;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:119:20
[INFO] [stdout]     |
[INFO] [stdout] 119 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             PushRoot { id: ElementId(5,) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:124:13
[INFO] [stdout]     |
[INFO] [stdout] 124 |             PushRoot { id: ElementId(4,) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:125:13
[INFO] [stdout]     |
[INFO] [stdout] 125 |             InsertBefore { id: ElementId(3,), m: 2 },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:133:19
[INFO] [stdout]     |
[INFO] [stdout] 133 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:134:27
[INFO] [stdout]     |
[INFO] [stdout] 134 |         let order = match generation() % 2 {
[INFO] [stdout]     |                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::generation;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:145:20
[INFO] [stdout]     |
[INFO] [stdout] 145 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:149:13
[INFO] [stdout]     |
[INFO] [stdout] 149 |             PushRoot { id: ElementId(5,) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:150:13
[INFO] [stdout]     |
[INFO] [stdout] 150 |             InsertBefore { id: ElementId(4,), m: 1 },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:158:19
[INFO] [stdout]     |
[INFO] [stdout] 158 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:159:33
[INFO] [stdout]     |
[INFO] [stdout] 159 |         let order: &[_] = match generation() % 2 {
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::generation;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:170:20
[INFO] [stdout]     |
[INFO] [stdout] 170 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:174:13
[INFO] [stdout]     |
[INFO] [stdout] 174 |             LoadTemplate { index: 0, id: ElementId(6) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:175:13
[INFO] [stdout]     |
[INFO] [stdout] 175 |             LoadTemplate { index: 0, id: ElementId(7) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertAfter` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:176:13
[INFO] [stdout]     |
[INFO] [stdout] 176 |             InsertAfter { id: ElementId(5), m: 2 }
[INFO] [stdout]     |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertAfter;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:134:26
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let roots = (0..(1 + rand::random::<usize>() % 5))
[INFO] [stdout]     |                          ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:183:19
[INFO] [stdout]     |
[INFO] [stdout] 183 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:184:33
[INFO] [stdout]     |
[INFO] [stdout] 184 |         let order: &[_] = match generation() % 2 {
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::generation;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:195:20
[INFO] [stdout]     |
[INFO] [stdout] 195 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:200:13
[INFO] [stdout]     |
[INFO] [stdout] 200 |             LoadTemplate { index: 0, id: ElementId(5) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:201:13
[INFO] [stdout]     |
[INFO] [stdout] 201 |             LoadTemplate { index: 0, id: ElementId(6) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertAfter` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:202:13
[INFO] [stdout]     |
[INFO] [stdout] 202 |             InsertAfter { id: ElementId(3), m: 2 },
[INFO] [stdout]     |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertAfter;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:204:13
[INFO] [stdout]     |
[INFO] [stdout] 204 |             PushRoot { id: ElementId(4) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:205:13
[INFO] [stdout]     |
[INFO] [stdout] 205 |             InsertBefore { id: ElementId(1), m: 1 }
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:212:19
[INFO] [stdout]     |
[INFO] [stdout] 212 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:213:33
[INFO] [stdout]     |
[INFO] [stdout] 213 |         let order: &[_] = match generation() % 2 {
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::generation;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:225:20
[INFO] [stdout]     |
[INFO] [stdout] 225 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:230:13
[INFO] [stdout]     |
[INFO] [stdout] 230 |             LoadTemplate { index: 0, id: ElementId(5) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:231:13
[INFO] [stdout]     |
[INFO] [stdout] 231 |             LoadTemplate { index: 0, id: ElementId(6) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:169:60
[INFO] [stdout]     |
[INFO] [stdout] 169 |                 DynamicNode::Text(VText::new(format!("{}", rand::random::<usize>())))
[INFO] [stdout]     |                                                            ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:232:13
[INFO] [stdout]     |
[INFO] [stdout] 232 |             InsertBefore { id: ElementId(3), m: 2 },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:234:13
[INFO] [stdout]     |
[INFO] [stdout] 234 |             LoadTemplate { index: 0, id: ElementId(7) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:235:13
[INFO] [stdout]     |
[INFO] [stdout] 235 |             LoadTemplate { index: 0, id: ElementId(8) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:236:13
[INFO] [stdout]     |
[INFO] [stdout] 236 |             InsertBefore { id: ElementId(2), m: 2 },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:238:13
[INFO] [stdout]     |
[INFO] [stdout] 238 |             PushRoot { id: ElementId(4) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:239:13
[INFO] [stdout]     |
[INFO] [stdout] 239 |             InsertBefore { id: ElementId(1), m: 1 }
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:246:19
[INFO] [stdout]     |
[INFO] [stdout] 246 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:247:33
[INFO] [stdout]     |
[INFO] [stdout] 247 |         let order: &[_] = match generation() % 2 {
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::generation;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:259:20
[INFO] [stdout]     |
[INFO] [stdout] 259 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Remove` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:264:13
[INFO] [stdout]     |
[INFO] [stdout] 264 |             Remove { id: ElementId(4,) },
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::Remove;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:266:13
[INFO] [stdout]     |
[INFO] [stdout] 266 |             PushRoot { id: ElementId(1) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertAfter` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:267:13
[INFO] [stdout]     |
[INFO] [stdout] 267 |             InsertAfter { id: ElementId(3,), m: 1 },
[INFO] [stdout]     |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertAfter;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:269:13
[INFO] [stdout]     |
[INFO] [stdout] 269 |             LoadTemplate { index: 0, id: ElementId(4) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:270:13
[INFO] [stdout]     |
[INFO] [stdout] 270 |             InsertBefore { id: ElementId(3,), m: 1 },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:272:13
[INFO] [stdout]     |
[INFO] [stdout] 272 |             LoadTemplate { index: 0, id: ElementId(5) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:273:13
[INFO] [stdout]     |
[INFO] [stdout] 273 |             InsertBefore { id: ElementId(2,), m: 1 },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:280:19
[INFO] [stdout]     |
[INFO] [stdout] 280 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:281:33
[INFO] [stdout]     |
[INFO] [stdout] 281 |         let order: &[_] = match generation() % 2 {
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::generation;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:292:20
[INFO] [stdout]     |
[INFO] [stdout] 292 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Remove` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:296:13
[INFO] [stdout]     |
[INFO] [stdout] 296 |             Remove { id: ElementId(5,) },
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::Remove;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:297:13
[INFO] [stdout]     |
[INFO] [stdout] 297 |             LoadTemplate { index: 0, id: ElementId(5) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:298:13
[INFO] [stdout]     |
[INFO] [stdout] 298 |             InsertBefore { id: ElementId(3,), m: 1 },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:299:13
[INFO] [stdout]     |
[INFO] [stdout] 299 |             PushRoot { id: ElementId(4) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:300:13
[INFO] [stdout]     |
[INFO] [stdout] 300 |             InsertBefore { id: ElementId(1,), m: 1 },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:309:19
[INFO] [stdout]     |
[INFO] [stdout] 309 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:310:33
[INFO] [stdout]     |
[INFO] [stdout] 310 |         let order: &[_] = match generation() % 2 {
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::generation;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:321:20
[INFO] [stdout]     |
[INFO] [stdout] 321 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Remove` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:325:13
[INFO] [stdout]     |
[INFO] [stdout] 325 |             Remove { id: ElementId(5) },
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::Remove;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Remove` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:326:13
[INFO] [stdout]     |
[INFO] [stdout] 326 |             Remove { id: ElementId(4) },
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::Remove;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Remove` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:327:13
[INFO] [stdout]     |
[INFO] [stdout] 327 |             Remove { id: ElementId(3) },
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::Remove;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:179:11
[INFO] [stdout]     |
[INFO] [stdout] 179 |     match rand::random::<u8>() % range {
[INFO] [stdout]     |           ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:334:19
[INFO] [stdout]     |
[INFO] [stdout] 334 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:181:19
[INFO] [stdout]     |
[INFO] [stdout] 181 |         1 => (0..(rand::random::<u8>() % 5))
[INFO] [stdout]     |                   ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:335:33
[INFO] [stdout]     |
[INFO] [stdout] 335 |         let order: &[_] = match generation() % 2 {
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::generation;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:346:20
[INFO] [stdout]     |
[INFO] [stdout] 346 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:350:13
[INFO] [stdout]     |
[INFO] [stdout] 350 |             LoadTemplate { index: 0, id: ElementId(4) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:351:13
[INFO] [stdout]     |
[INFO] [stdout] 351 |             LoadTemplate { index: 0, id: ElementId(5) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:352:13
[INFO] [stdout]     |
[INFO] [stdout] 352 |             LoadTemplate { index: 0, id: ElementId(6) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Remove` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:353:13
[INFO] [stdout]     |
[INFO] [stdout] 353 |             Remove { id: ElementId(3) },
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::Remove;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Remove` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:354:13
[INFO] [stdout]     |
[INFO] [stdout] 354 |             Remove { id: ElementId(2) },
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::Remove;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ReplaceWith` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:355:13
[INFO] [stdout]     |
[INFO] [stdout] 355 |             ReplaceWith { id: ElementId(1), m: 3 }
[INFO] [stdout]     |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::ReplaceWith;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:362:19
[INFO] [stdout]     |
[INFO] [stdout] 362 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:363:33
[INFO] [stdout]     |
[INFO] [stdout] 363 |         let order: &[_] = match generation() % 2 {
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::generation;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:374:20
[INFO] [stdout]     |
[INFO] [stdout] 374 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:379:13
[INFO] [stdout]     |
[INFO] [stdout] 379 |             LoadTemplate { index: 0, id: ElementId(9,) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertAfter` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:380:13
[INFO] [stdout]     |
[INFO] [stdout] 380 |             InsertAfter { id: ElementId(1,), m: 1 },
[INFO] [stdout]     |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertAfter;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:381:13
[INFO] [stdout]     |
[INFO] [stdout] 381 |             LoadTemplate { index: 0, id: ElementId(10,) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:382:13
[INFO] [stdout]     |
[INFO] [stdout] 382 |             PushRoot { id: ElementId(8,) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:383:13
[INFO] [stdout]     |
[INFO] [stdout] 383 |             PushRoot { id: ElementId(7,) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:384:13
[INFO] [stdout]     |
[INFO] [stdout] 384 |             PushRoot { id: ElementId(6,) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:385:13
[INFO] [stdout]     |
[INFO] [stdout] 385 |             PushRoot { id: ElementId(5,) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:386:13
[INFO] [stdout]     |
[INFO] [stdout] 386 |             PushRoot { id: ElementId(4,) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:387:13
[INFO] [stdout]     |
[INFO] [stdout] 387 |             PushRoot { id: ElementId(3,) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PushRoot` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:388:13
[INFO] [stdout]     |
[INFO] [stdout] 388 |             PushRoot { id: ElementId(2,) },
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::PushRoot;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:389:13
[INFO] [stdout]     |
[INFO] [stdout] 389 |             InsertBefore { id: ElementId(1,), m: 8 },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:396:19
[INFO] [stdout]     |
[INFO] [stdout] 396 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:397:33
[INFO] [stdout]     |
[INFO] [stdout] 397 |         let order: &[_] = match generation() % 2 {
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::generation;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:408:20
[INFO] [stdout]     |
[INFO] [stdout] 408 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:413:13
[INFO] [stdout]     |
[INFO] [stdout] 413 |             LoadTemplate { index: 0, id: ElementId(6,) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:414:13
[INFO] [stdout]     |
[INFO] [stdout] 414 |             LoadTemplate { index: 0, id: ElementId(7,) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:415:13
[INFO] [stdout]     |
[INFO] [stdout] 415 |             InsertBefore { id: ElementId(1,), m: 2 },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:422:19
[INFO] [stdout]     |
[INFO] [stdout] 422 |     let mut dom = VirtualDom::new(|| {
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::VirtualDom;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `generation` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:423:33
[INFO] [stdout]     |
[INFO] [stdout] 423 |         let order: &[_] = match generation() % 2 {
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::generation;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScopeId`
[INFO] [stdout]    --> tests/diff_keyed_list.rs:437:20
[INFO] [stdout]     |
[INFO] [stdout] 437 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::ScopeId;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:442:13
[INFO] [stdout]     |
[INFO] [stdout] 442 |             LoadTemplate { index: 0, id: ElementId(9) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LoadTemplate` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:443:13
[INFO] [stdout]     |
[INFO] [stdout] 443 |             LoadTemplate { index: 0, id: ElementId(10) },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::LoadTemplate;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InsertBefore` in this scope
[INFO] [stdout]    --> tests/diff_keyed_list.rs:444:13
[INFO] [stdout]     |
[INFO] [stdout] 444 |             InsertBefore { id: ElementId(4), m: 2 },
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout] 7   + use dioxus_core::Mutation::InsertBefore;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Props` is not implemented for `DepthProps`
[INFO] [stdout]    --> tests/fuzzing.rs:192:25
[INFO] [stdout]     |
[INFO] [stdout] 190 |                     Box::new([DynamicNode::Component(VComponent::new(
[INFO] [stdout]     |                                                      --------------- required by a bound introduced by this call
[INFO] [stdout] 191 |                         create_random_element,
[INFO] [stdout] 192 |                         DepthProps { depth, root: false },
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Props
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Properties` is not implemented for `DepthProps`
[INFO] [stdout]     = note: Props is a trait that is automatically implemented for all structs that can be used as props for a component
[INFO] [stdout]     = note: If you manually created a new properties struct, you may have forgotten to add `#[derive(Props, PartialEq, Clone)]` to your struct
[INFO] [stdout]     = help: the following other types implement trait `Properties`:
[INFO] [stdout]               ()
[INFO] [stdout]               SuspenseBoundaryProps
[INFO] [stdout]               dioxus_core::error_boundary::ErrorBoundaryProps
[INFO] [stdout]               dioxus_core::fragment::FragmentProps
[INFO] [stdout]               dioxus_core::suspense::component::SuspenseBoundaryPropsWithOwner
[INFO] [stdout] note: required by a bound in `VComponent::new`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/nodes.rs:568:12
[INFO] [stdout]     |
[INFO] [stdout] 562 |     pub fn new<P, M: 'static>(
[INFO] [stdout]     |            --- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 568 |         P: Properties + 'static,
[INFO] [stdout]     |            ^^^^^^^^^^ required by this bound in `VComponent::new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `Props` is not implemented for `DepthProps`
[INFO] [stdout]    --> tests/fuzzing.rs:201:13
[INFO] [stdout]     |
[INFO] [stdout] 199 |         2 => DynamicNode::Component(VComponent::new(
[INFO] [stdout]     |                                     --------------- required by a bound introduced by this call
[INFO] [stdout] 200 |             create_random_element,
[INFO] [stdout] 201 |             DepthProps { depth, root: false },
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Props
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Properties` is not implemented for `DepthProps`
[INFO] [stdout]     = note: Props is a trait that is automatically implemented for all structs that can be used as props for a component
[INFO] [stdout]     = note: If you manually created a new properties struct, you may have forgotten to add `#[derive(Props, PartialEq, Clone)]` to your struct
[INFO] [stdout]     = help: the following other types implement trait `Properties`:
[INFO] [stdout]               ()
[INFO] [stdout]               SuspenseBoundaryProps
[INFO] [stdout]               dioxus_core::error_boundary::ErrorBoundaryProps
[INFO] [stdout]               dioxus_core::fragment::FragmentProps
[INFO] [stdout]               dioxus_core::suspense::component::SuspenseBoundaryPropsWithOwner
[INFO] [stdout] note: required by a bound in `VComponent::new`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/nodes.rs:568:12
[INFO] [stdout]     |
[INFO] [stdout] 562 |     pub fn new<P, M: 'static>(
[INFO] [stdout]     |            --- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 568 |         P: Properties + 'static,
[INFO] [stdout]     |            ^^^^^^^^^^ required by this bound in `VComponent::new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:209:23
[INFO] [stdout]     |
[INFO] [stdout] 209 |     let value = match rand::random::<u8>() % 7 {
[INFO] [stdout]     |                       ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:210:49
[INFO] [stdout]     |
[INFO] [stdout] 210 |         0 => AttributeValue::Text(format!("{}", rand::random::<usize>())),
[INFO] [stdout]     |                                                 ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:211:36
[INFO] [stdout]     |
[INFO] [stdout] 211 |         1 => AttributeValue::Float(rand::random()),
[INFO] [stdout]     |                                    ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:212:34
[INFO] [stdout]     |
[INFO] [stdout] 212 |         2 => AttributeValue::Int(rand::random()),
[INFO] [stdout]     |                                  ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:213:35
[INFO] [stdout]     |
[INFO] [stdout] 213 |         3 => AttributeValue::Bool(rand::random()),
[INFO] [stdout]     |                                   ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:214:40
[INFO] [stdout]     |
[INFO] [stdout] 214 |         4 => AttributeValue::any_value(rand::random::<usize>()),
[INFO] [stdout]     |                                        ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:223:37
[INFO] [stdout]     |
[INFO] [stdout] 223 |         Box::leak(format!("attr{}", rand::random::<usize>()).into_boxed_str()),
[INFO] [stdout]     |                                     ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:226:9
[INFO] [stdout]     |
[INFO] [stdout] 226 |         rand::random(),
[INFO] [stdout]     |         ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:238:8
[INFO] [stdout]     |
[INFO] [stdout] 238 |     if rand::random::<usize>() % 10 == 0 {
[INFO] [stdout]     |        ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand`
[INFO] [stdout]    --> tests/fuzzing.rs:242:22
[INFO] [stdout]     |
[INFO] [stdout] 242 |     let node = match rand::random::<usize>() % range {
[INFO] [stdout]     |                      ^^^^ use of undeclared crate or module `rand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core` (test "fuzzing") due to 29 previous errors
[INFO] [stderr] error: could not compile `dioxus-core` (test "diff_keyed_list") due to 141 previous errors
[INFO] running `Command { std: "docker" "inspect" "9cfa57dfe6f591b00687e20d5020958b3220da85685d678474f2f2eda0e115e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cfa57dfe6f591b00687e20d5020958b3220da85685d678474f2f2eda0e115e0", kill_on_drop: false }`
[INFO] [stdout] 9cfa57dfe6f591b00687e20d5020958b3220da85685d678474f2f2eda0e115e0
