[INFO] fetching crate dioxus-ssr 0.4.0...
[INFO] checking dioxus-ssr-0.4.0 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate dioxus-ssr 0.4.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate dioxus-ssr 0.4.0 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate dioxus-ssr 0.4.0
[INFO] finished tweaking crates.io crate dioxus-ssr 0.4.0
[INFO] tweaked toml for crates.io crate dioxus-ssr 0.4.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded argh_shared v0.1.12
[INFO] [stderr]   Downloaded askama_escape v0.10.3
[INFO] [stderr]   Downloaded colored v1.9.4
[INFO] [stderr]   Downloaded argh_derive v0.1.12
[INFO] [stderr]   Downloaded argh v0.1.12
[INFO] [stderr]   Downloaded fern v0.6.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cb95b628eb4c18ab2c6baf44c438172bf5f8a9bbf2d302d21f7c21cb5d6bc796
[INFO] running `Command { std: "docker" "start" "-a" "cb95b628eb4c18ab2c6baf44c438172bf5f8a9bbf2d302d21f7c21cb5d6bc796", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb95b628eb4c18ab2c6baf44c438172bf5f8a9bbf2d302d21f7c21cb5d6bc796", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb95b628eb4c18ab2c6baf44c438172bf5f8a9bbf2d302d21f7c21cb5d6bc796", kill_on_drop: false }`
[INFO] [stdout] cb95b628eb4c18ab2c6baf44c438172bf5f8a9bbf2d302d21f7c21cb5d6bc796
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db2ec85715f02c1d97d42c7bf1b7946370e42db40a5c300e1baac856fff098f2
[INFO] running `Command { std: "docker" "start" "-a" "db2ec85715f02c1d97d42c7bf1b7946370e42db40a5c300e1baac856fff098f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking bumpalo v3.14.0
[INFO] [stderr]     Checking longest-increasing-subsequence v0.1.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]     Checking smallbox v0.8.2
[INFO] [stderr]     Checking argh_shared v0.1.12
[INFO] [stderr]     Checking askama_escape v0.10.3
[INFO] [stderr]     Checking fs_extra v1.3.0
[INFO] [stderr]     Checking tokio v1.35.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking lru v0.10.1
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking colored v1.9.4
[INFO] [stderr]     Checking fern v0.6.2
[INFO] [stderr]     Checking dioxus-core v0.4.3
[INFO] [stderr]    Compiling argh_derive v0.1.12
[INFO] [stderr]     Checking dioxus-ssr v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking argh v0.1.12
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dioxus`
[INFO] [stdout]  --> tests/styles.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/inner_html.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/simple.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]    --> src/renderer.rs:198:9
[INFO] [stdout]     |
[INFO] [stdout] 198 |     use dioxus::prelude::*;
[INFO] [stdout]     |         ^^^^^^ use of undeclared crate or module `dioxus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `render` in this scope
[INFO] [stdout]  --> tests/inner_html.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |         render! { div { dangerous_inner_html: "<div>1234</div>" } }
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `render` in this scope
[INFO] [stdout]  --> tests/simple.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |         render! { div { "hello!" } }
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `render` in this scope
[INFO] [stdout]  --> tests/styles.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |         render! { div { width: "100px" } }
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `render` in this scope
[INFO] [stdout]   --> tests/inner_html.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         render! { div { dangerous_inner_html: "{inner_html}" } }
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/styles.rs:23:33
[INFO] [stdout]    |
[INFO] [stdout] 23 |         dioxus_ssr::render_lazy(rsx! {
[INFO] [stdout]    |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/simple.rs:15:33
[INFO] [stdout]    |
[INFO] [stdout] 15 |         dioxus_ssr::render_lazy(rsx!( div {"hello!"} )),
[INFO] [stdout]    |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/styles.rs:35:33
[INFO] [stdout]    |
[INFO] [stdout] 35 |         dioxus_ssr::render_lazy(rsx! {
[INFO] [stdout]    |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/simple.rs:23:33
[INFO] [stdout]    |
[INFO] [stdout] 23 |         dioxus_ssr::render_lazy(rsx! {
[INFO] [stdout]    |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/simple.rs:38:33
[INFO] [stdout]    |
[INFO] [stdout] 38 |         dioxus_ssr::render_lazy(rsx! {
[INFO] [stdout]    |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `inline_props` in this scope
[INFO] [stdout]   --> tests/simple.rs:47:7
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[inline_props]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `render` in this scope
[INFO] [stdout]   --> tests/simple.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |         render! {
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/simple.rs:55:33
[INFO] [stdout]    |
[INFO] [stdout] 55 |         dioxus_ssr::render_lazy(rsx! {
[INFO] [stdout]    |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Scope` in this scope
[INFO] [stdout]  --> tests/styles.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn app(cx: Scope) -> Element {
[INFO] [stdout]   |                ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 1 + use dioxus_core::Scope;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::thread::Scope;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/simple.rs:69:33
[INFO] [stdout]    |
[INFO] [stdout] 69 |         dioxus_ssr::render_lazy(rsx! {
[INFO] [stdout]    |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `render` in this scope
[INFO] [stdout]    --> src/renderer.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |         render! {
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Element` in this scope
[INFO] [stdout]  --> tests/styles.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn app(cx: Scope) -> 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[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]  --> tests/styles.rs:9:19
[INFO] [stdout]   |
[INFO] [stdout] 9 |     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] error[E0412]: cannot find type `Scope` in this scope
[INFO] [stdout]  --> tests/inner_html.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn app(cx: Scope) -> Element {
[INFO] [stdout]   |                ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 1 + use dioxus_core::Scope;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::thread::Scope;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Element` in this scope
[INFO] [stdout]  --> tests/inner_html.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn app(cx: Scope) -> 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[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]  --> tests/inner_html.rs:9:19
[INFO] [stdout]   |
[INFO] [stdout] 9 |     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] error[E0412]: cannot find type `Scope` in this scope
[INFO] [stdout]   --> tests/inner_html.rs:17:16
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn app(cx: Scope) -> Element {
[INFO] [stdout]    |                ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use dioxus_core::Scope;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::thread::Scope;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/inner_html.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn app(cx: Scope) -> 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[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]   --> tests/inner_html.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 |     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] error[E0412]: cannot find type `Scope` in this scope
[INFO] [stdout]  --> tests/simple.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn app(cx: Scope) -> Element {
[INFO] [stdout]   |                ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 1 + use dioxus_core::Scope;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::thread::Scope;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Element` in this scope
[INFO] [stdout]  --> tests/simple.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn app(cx: Scope) -> 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[E0433]: failed to resolve: use of undeclared type `VirtualDom`
[INFO] [stdout]  --> tests/simple.rs:9:19
[INFO] [stdout]   |
[INFO] [stdout] 9 |     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] error[E0412]: cannot find type `Scope` in this scope
[INFO] [stdout]   --> tests/simple.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn my_component(cx: Scope, name: i32) -> Element {
[INFO] [stdout]    |                         ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 1  + use dioxus_core::Scope;
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::thread::Scope;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/simple.rs:48:46
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn my_component(cx: Scope, name: i32) -> 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: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 14 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-ssr` (test "styles") due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `dioxus-ssr` (test "inner_html") due to 10 previous errors
[INFO] [stderr] error: could not compile `dioxus-ssr` (test "simple") due to 15 previous errors
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-ssr` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "db2ec85715f02c1d97d42c7bf1b7946370e42db40a5c300e1baac856fff098f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db2ec85715f02c1d97d42c7bf1b7946370e42db40a5c300e1baac856fff098f2", kill_on_drop: false }`
[INFO] [stdout] db2ec85715f02c1d97d42c7bf1b7946370e42db40a5c300e1baac856fff098f2
