[INFO] cloning repository https://github.com/matthunz/dioxus-material [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matthunz/dioxus-material" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthunz%2Fdioxus-material", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthunz%2Fdioxus-material'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7ac344ac9fcb3973a8acfa41ecee399fbb3c31d5 [INFO] testing matthunz/dioxus-material against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthunz%2Fdioxus-material" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/matthunz/dioxus-material [INFO] finished tweaking git repo https://github.com/matthunz/dioxus-material [INFO] tweaked toml for git repo https://github.com/matthunz/dioxus-material written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/matthunz/dioxus-material on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/matthunz/dioxus-material already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 175fb96461affc866d342b509534c7d4a646b37beac44b8df1ea3a9b7fbbbdb2 [INFO] running `Command { std: "docker" "start" "-a" "175fb96461affc866d342b509534c7d4a646b37beac44b8df1ea3a9b7fbbbdb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "175fb96461affc866d342b509534c7d4a646b37beac44b8df1ea3a9b7fbbbdb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "175fb96461affc866d342b509534c7d4a646b37beac44b8df1ea3a9b7fbbbdb2", kill_on_drop: false }` [INFO] [stdout] 175fb96461affc866d342b509534c7d4a646b37beac44b8df1ea3a9b7fbbbdb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f884cdcfae082f84bb5d11312c07b97cb73a8157d2082c2cca821b6d1fdad12a [INFO] running `Command { std: "docker" "start" "-a" "f884cdcfae082f84bb5d11312c07b97cb73a8157d2082c2cca821b6d1fdad12a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling mio v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling tokio v1.39.2 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling cc v1.1.7 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling rustls-pki-types v1.8.0 [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling rustls-pemfile v2.1.3 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling cfb v0.7.3 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling infer v0.11.0 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling longest-increasing-subsequence v0.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling prettier-please v0.2.0 [INFO] [stderr] Compiling const_format_proc_macros v0.2.32 [INFO] [stderr] Compiling lazy-js-bundle v0.6.0-alpha.0 [INFO] [stderr] Compiling generational-box v0.6.0-alpha.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling prettyplease v0.2.20 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling keyboard-types v0.7.0 [INFO] [stderr] Compiling dioxus v0.6.0-alpha.2 [INFO] [stderr] Compiling dioxus-html v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-interpreter-js v0.6.0-alpha.0 [INFO] [stderr] Compiling internment v0.7.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling lru v0.12.3 [INFO] [stderr] Compiling dioxus-config-macro v0.6.0-alpha.0 [INFO] [stderr] Compiling interpolation v0.3.0 [INFO] [stderr] Compiling sledgehammer_utils v0.2.1 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling libz-sys v1.1.18 [INFO] [stderr] Compiling libgit2-sys v0.16.2+1.7.2 [INFO] [stderr] Compiling const_format v0.2.32 [INFO] [stderr] Compiling euclid v0.22.10 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.92 [INFO] [stderr] Compiling darling_core v0.20.9 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.92 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.92 [INFO] [stderr] Compiling warnings-macro v0.2.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling sledgehammer_bindgen_macro v0.5.0 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Compiling dioxus-html-internal-macro v0.6.0-alpha.0 [INFO] [stderr] Compiling darling_macro v0.20.9 [INFO] [stderr] Compiling wasm-bindgen v0.2.92 [INFO] [stderr] Compiling darling v0.20.9 [INFO] [stderr] Compiling enumset_derive v0.8.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling h2 v0.4.5 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling warnings v0.2.0 [INFO] [stderr] Compiling dioxus-logger v0.5.1 [INFO] [stderr] Compiling js-sys v0.3.69 [INFO] [stderr] Compiling sledgehammer_bindgen v0.5.0 [INFO] [stderr] Compiling enumset v1.1.3 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling hyper-util v0.1.7 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling web-sys v0.3.69 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.42 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling serde_spanned v0.6.7 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde-wasm-bindgen v0.5.0 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling git2 v0.18.3 [INFO] [stderr] Compiling reqwest v0.12.5 [INFO] [stderr] Compiling dioxus-core v0.6.0-alpha.2 [INFO] [stderr] Compiling dioxus-rsx v0.6.0-alpha.0 [INFO] [stderr] Compiling toml v0.7.8 [INFO] [stderr] Compiling built v0.7.3 [INFO] [stderr] Compiling manganis-common v0.3.0-alpha.1 [INFO] [stderr] Compiling dioxus-core-macro v0.6.0-alpha.0 [INFO] [stderr] Compiling manganis-macro v0.3.0-alpha.1 [INFO] [stderr] Compiling manganis v0.3.0-alpha.1 [INFO] [stderr] Compiling dioxus-logger v0.4.1 [INFO] [stderr] Compiling dioxus-signals v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-hooks v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-hot-reload v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-web v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-use-mounted v0.3.0-alpha.3 [INFO] [stderr] Compiling dioxus-resize-observer v0.3.0-alpha.3 [INFO] [stderr] Compiling dioxus-spring v0.3.0-alpha.3 [INFO] [stderr] Compiling dioxus-material v0.3.0-alpha.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `Command { std: "docker" "inspect" "f884cdcfae082f84bb5d11312c07b97cb73a8157d2082c2cca821b6d1fdad12a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f884cdcfae082f84bb5d11312c07b97cb73a8157d2082c2cca821b6d1fdad12a", kill_on_drop: false }` [INFO] [stdout] f884cdcfae082f84bb5d11312c07b97cb73a8157d2082c2cca821b6d1fdad12a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66e9984f68d95589b6b249b6f5275aac02496483172ccf14299e02b9cae80a70 [INFO] running `Command { std: "docker" "start" "-a" "66e9984f68d95589b6b249b6f5275aac02496483172ccf14299e02b9cae80a70", kill_on_drop: false }` [INFO] [stderr] Compiling manganis-macro v0.3.0-alpha.1 [INFO] [stderr] Compiling manganis v0.3.0-alpha.1 [INFO] [stderr] Compiling dioxus-core v0.6.0-alpha.2 [INFO] [stderr] Compiling dioxus-signals v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-rsx v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-hooks v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-html v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-hot-reload v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-web v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus v0.6.0-alpha.2 [INFO] [stderr] Compiling dioxus-use-mounted v0.3.0-alpha.3 [INFO] [stderr] Compiling dioxus-spring v0.3.0-alpha.3 [INFO] [stderr] Compiling dioxus-resize-observer v0.3.0-alpha.3 [INFO] [stderr] Compiling dioxus-material v0.3.0-alpha.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 17.35s [INFO] running `Command { std: "docker" "inspect" "66e9984f68d95589b6b249b6f5275aac02496483172ccf14299e02b9cae80a70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66e9984f68d95589b6b249b6f5275aac02496483172ccf14299e02b9cae80a70", kill_on_drop: false }` [INFO] [stdout] 66e9984f68d95589b6b249b6f5275aac02496483172ccf14299e02b9cae80a70 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3a6e56753e2a53e4984cddf7a66901f8e15645051bfda63f9b0435e28f7751e0 [INFO] running `Command { std: "docker" "start" "-a" "3a6e56753e2a53e4984cddf7a66901f8e15645051bfda63f9b0435e28f7751e0", kill_on_drop: false }` [INFO] [stderr] Compiling manganis-macro v0.3.0-alpha.1 [INFO] [stderr] Compiling manganis v0.3.0-alpha.1 [INFO] [stderr] Compiling dioxus-core v0.6.0-alpha.2 [INFO] [stderr] Compiling dioxus-signals v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-rsx v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-hooks v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-html v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-hot-reload v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus-web v0.6.0-alpha.0 [INFO] [stderr] Compiling dioxus v0.6.0-alpha.2 [INFO] [stderr] Compiling dioxus-use-mounted v0.3.0-alpha.3 [INFO] [stderr] Compiling dioxus-spring v0.3.0-alpha.3 [INFO] [stderr] Compiling dioxus-resize-observer v0.3.0-alpha.3 [INFO] [stderr] Compiling dioxus-material v0.3.0-alpha.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.59s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dioxus_material-07ff60a2dcd911ce) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests dioxus_material [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/chip.rs - chip::Chip (line 14) ... FAILED [INFO] [stdout] test src/dialog.rs - dialog::Dialog (line 8) ... FAILED [INFO] [stdout] test src/text_field.rs - text_field::TextField (line 17) ... FAILED [INFO] [stdout] test src/button.rs - button::Button (line 14) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/chip.rs - chip::Chip (line 14) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `Scope` in this scope [INFO] [stdout] --> src/chip.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 8 | fn app(cx: Scope) -> Element { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use std::thread::Scope; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dialog.rs - dialog::Dialog (line 8) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `Scope` in this scope [INFO] [stdout] --> src/dialog.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 8 | fn app(cx: Scope) -> Element { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use std::thread::Scope; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/text_field.rs - text_field::TextField (line 17) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `Scope` in this scope [INFO] [stdout] --> src/text_field.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 8 | fn app(cx: Scope) -> Element { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use std::thread::Scope; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `use_state` in this scope [INFO] [stdout] --> src/text_field.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 9 | let value = use_state(cx, || String::from("Filled")); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: `use_signal` has a name defined in the doc alias attribute as `use_state` [INFO] [stdout] | [INFO] [stdout] 9 - let value = use_state(cx, || String::from("Filled")); [INFO] [stdout] 9 + let value = use_signal(cx, || String::from("Filled")); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `value` on type `dioxus::prelude::Event` [INFO] [stdout] --> src/text_field.rs:29:67 [INFO] [stdout] | [INFO] [stdout] 15 | onchange: move |event: FormEvent| value.set(event.value.clone()) [INFO] [stdout] | ^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 15 | onchange: move |event: FormEvent| value.set(event.value().clone()) [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0615. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/button.rs - button::Button (line 14) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `Scope` in this scope [INFO] [stdout] --> src/button.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 8 | fn app(cx: Scope) -> Element { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use std::thread::Scope; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/button.rs - button::Button (line 14) [INFO] [stdout] src/chip.rs - chip::Chip (line 14) [INFO] [stdout] src/dialog.rs - dialog::Dialog (line 8) [INFO] [stdout] src/text_field.rs - text_field::TextField (line 17) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "3a6e56753e2a53e4984cddf7a66901f8e15645051bfda63f9b0435e28f7751e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a6e56753e2a53e4984cddf7a66901f8e15645051bfda63f9b0435e28f7751e0", kill_on_drop: false }` [INFO] [stdout] 3a6e56753e2a53e4984cddf7a66901f8e15645051bfda63f9b0435e28f7751e0