[INFO] fetching crate dioxus-web-component-macro 0.4.0...
[INFO] testing dioxus-web-component-macro-0.4.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate dioxus-web-component-macro 0.4.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate dioxus-web-component-macro 0.4.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate dioxus-web-component-macro 0.4.0
[INFO] tweaked toml for crates.io crate dioxus-web-component-macro 0.4.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dioxus-web-component-macro 0.4.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 230 packages to latest compatible versions
[INFO] [stderr]       Adding darling v0.20.11 (available: v0.21.3)
[INFO] [stderr]       Adding rstest v0.23.0 (available: v0.26.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0ebe225e3684661e97938807452122c735cb0a048559991b8c93d9e78087b6e5
[INFO] running `Command { std: "docker" "start" "-a" "0ebe225e3684661e97938807452122c735cb0a048559991b8c93d9e78087b6e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0ebe225e3684661e97938807452122c735cb0a048559991b8c93d9e78087b6e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ebe225e3684661e97938807452122c735cb0a048559991b8c93d9e78087b6e5", kill_on_drop: false }`
[INFO] [stdout] 0ebe225e3684661e97938807452122c735cb0a048559991b8c93d9e78087b6e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cf5ee4484eec33e7e488089405e5666c4277e3dc98f97cdd301e177e31f9d4cc
[INFO] running `Command { std: "docker" "start" "-a" "cf5ee4484eec33e7e488089405e5666c4277e3dc98f97cdd301e177e31f9d4cc", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling dioxus-web-component-macro v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attribute.rs:79:24
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub(super) fn name(&self) -> Cow<str> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub(super) fn name(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/properties.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub(super) fn name(&self) -> Cow<str> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub(super) fn name(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.85s
[INFO] running `Command { std: "docker" "inspect" "cf5ee4484eec33e7e488089405e5666c4277e3dc98f97cdd301e177e31f9d4cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf5ee4484eec33e7e488089405e5666c4277e3dc98f97cdd301e177e31f9d4cc", kill_on_drop: false }`
[INFO] [stdout] cf5ee4484eec33e7e488089405e5666c4277e3dc98f97cdd301e177e31f9d4cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ba78ce0e1ab6dc6cf897528b7bea44509c055162fd6d2822d1ac287a107e55d1
[INFO] running `Command { std: "docker" "start" "-a" "ba78ce0e1ab6dc6cf897528b7bea44509c055162fd6d2822d1ac287a107e55d1", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.104
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling dioxus-core-types v0.6.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling longest-increasing-subsequence v0.1.0
[INFO] [stderr]    Compiling lazy-js-bundle v0.6.2
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling wasm-bindgen v0.2.104
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling keyboard-types v0.7.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling dioxus-interpreter-js v0.6.2
[INFO] [stderr]    Compiling dioxus-document v0.6.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling euclid v0.22.11
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling const_format v0.2.34
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling rstest_macros v0.23.0
[INFO] [stderr]    Compiling assert2-macros v0.3.16
[INFO] [stderr]    Compiling dioxus-web v0.6.3
[INFO] [stderr]    Compiling sledgehammer_utils v0.3.1
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling serde_spanned v1.0.2
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling toml_writer v1.0.3
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling dioxus-config-macro v0.6.2
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling dissimilar v1.0.10
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.104
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling dioxus-rsx v0.6.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.104
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling toml v0.9.7
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.104
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling warnings-macro v0.2.0
[INFO] [stderr]    Compiling generational-box v0.6.2
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling js-sys v0.3.81
[INFO] [stderr]    Compiling dioxus-cli-config v0.6.3
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling warnings v0.2.1
[INFO] [stderr]    Compiling const-serialize-macro v0.6.2
[INFO] [stderr]    Compiling sledgehammer_bindgen_macro v0.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling dioxus-core-macro v0.6.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling dioxus-html-internal-macro v0.6.2
[INFO] [stderr]    Compiling tungstenite v0.23.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling enumset v1.1.10
[INFO] [stderr]    Compiling dioxus-logger v0.6.2
[INFO] [stderr]    Compiling const-serialize v0.6.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling manganis-core v0.6.2
[INFO] [stderr]    Compiling sledgehammer_bindgen v0.6.0
[INFO] [stderr]    Compiling trybuild v1.0.111
[INFO] [stderr]    Compiling dioxus-web-component-macro v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling manganis-macro v0.6.2
[INFO] [stderr]    Compiling assert2 v0.3.16
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attribute.rs:79:24
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub(super) fn name(&self) -> Cow<str> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub(super) fn name(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/properties.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub(super) fn name(&self) -> Cow<str> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub(super) fn name(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dioxus-core v0.6.3
[INFO] [stderr]    Compiling manganis v0.6.2
[INFO] [stderr]    Compiling web-sys v0.3.81
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.54
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.5.0
[INFO] [stderr]    Compiling rstest v0.23.0
[INFO] [stderr]    Compiling dioxus-signals v0.6.3
[INFO] [stderr]    Compiling dioxus-devtools-types v0.6.2
[INFO] [stderr]    Compiling dioxus-history v0.6.2
[INFO] [stderr]    Compiling dioxus-hooks v0.6.2
[INFO] [stderr]    Compiling dioxus-devtools v0.6.2
[INFO] [stderr]    Compiling dioxus-html v0.6.3
[INFO] [stderr]    Compiling dioxus v0.6.3
[INFO] [stdout] error[E0432]: unresolved import `dioxus_web_component`
[INFO] [stdout]  --> tests/annotation_style.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use dioxus_web_component::{web_component, InjectedStyle};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_web_component`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 | use dioxus_web_component_macro::{web_component, InjectedStyle};
[INFO] [stdout]   |                         ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/attribute.rs:79:24
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub(super) fn name(&self) -> Cow<str> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub(super) fn name(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/properties.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub(super) fn name(&self) -> Cow<str> {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub(super) fn name(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `attribute` in this scope
[INFO] [stdout]   --> tests/annotation_style.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[attribute] attr1: String,
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `attribute` in this scope
[INFO] [stdout]   --> tests/annotation_style.rs:24:7
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[attribute] attr_option: Option<String>,
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `property` in this scope
[INFO] [stdout]   --> tests/annotation_style.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[property] prop: String,
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `event` in this scope
[INFO] [stdout]   --> tests/annotation_style.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[event] event: EventHandler<i64>,
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `event` in this scope
[INFO] [stdout]   --> tests/annotation_style.rs:28:7
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[event] on_snake_evt: EventHandler<bool>,
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `attribute` in this scope
[INFO] [stdout]   --> tests/annotation_style.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 |     #[attribute(name= "attr1", option = false, initial = String::new(), parse = |value| Some(value.to_string()))]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `attribute` in this scope
[INFO] [stdout]   --> tests/annotation_style.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 |     #[attribute(name = "attr-option", option = true, initial = None, parse = |value| Some(value.to_string()))]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `property` in this scope
[INFO] [stdout]   --> tests/annotation_style.rs:39:7
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[property(readonly)] prop: Option<String>,
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `property` in this scope
[INFO] [stdout]   --> tests/annotation_style.rs:40:7
[INFO] [stdout]    |
[INFO] [stdout] 40 |     #[property(
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `event` in this scope
[INFO] [stdout]   --> tests/annotation_style.rs:53:7
[INFO] [stdout]    |
[INFO] [stdout] 53 |     #[event(name = "event", no_bubble = false, no_cancel = false)] event: EventHandler<i64>,
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `event` in this scope
[INFO] [stdout]   --> tests/annotation_style.rs:54:7
[INFO] [stdout]    |
[INFO] [stdout] 54 |     #[event(name = "snake-evt", no_bubble = false, no_cancel = false)] on_snake_evt: EventHandler<
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::convert::Infallible`
[INFO] [stdout]  --> tests/annotation_style.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::convert::Infallible;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wasm_bindgen::JsValue`
[INFO] [stdout]  --> tests/annotation_style.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use wasm_bindgen::JsValue;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attr1`
[INFO] [stdout]   --> tests/annotation_style.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     attr1: String,
[INFO] [stdout]    |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_attr1`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attr_option`
[INFO] [stdout]   --> tests/annotation_style.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     attr_option: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attr_option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> tests/annotation_style.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     event: EventHandler<i64>,
[INFO] [stdout]    |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_snake_evt`
[INFO] [stdout]   --> tests/annotation_style.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     on_snake_evt: EventHandler<bool>,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_on_snake_evt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attr1`
[INFO] [stdout]   --> tests/annotation_style.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[attribute] attr1: String,
[INFO] [stdout]    |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_attr1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attr_option`
[INFO] [stdout]   --> tests/annotation_style.rs:24:18
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[attribute] attr_option: Option<String>,
[INFO] [stdout]    |                  ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attr_option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prop`
[INFO] [stdout]   --> tests/annotation_style.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[property] prop: String,
[INFO] [stdout]    |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_prop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> tests/annotation_style.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[event] event: EventHandler<i64>,
[INFO] [stdout]    |              ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_snake_evt`
[INFO] [stdout]   --> tests/annotation_style.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[event] on_snake_evt: EventHandler<bool>,
[INFO] [stdout]    |              ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_on_snake_evt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attr1`
[INFO] [stdout]   --> tests/annotation_style.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     attr1: String,
[INFO] [stdout]    |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_attr1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attr_option`
[INFO] [stdout]   --> tests/annotation_style.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     attr_option: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attr_option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prop`
[INFO] [stdout]   --> tests/annotation_style.rs:39:27
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[property(readonly)] prop: Option<String>,
[INFO] [stdout]    |                           ^^^^ help: if this is intentional, prefix it with an underscore: `_prop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prop2`
[INFO] [stdout]   --> tests/annotation_style.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     prop2: MyProp,
[INFO] [stdout]    |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_prop2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> tests/annotation_style.rs:53:68
[INFO] [stdout]    |
[INFO] [stdout] 53 |     #[event(name = "event", no_bubble = false, no_cancel = false)] event: EventHandler<i64>,
[INFO] [stdout]    |                                                                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `on_snake_evt`
[INFO] [stdout]   --> tests/annotation_style.rs:54:72
[INFO] [stdout]    |
[INFO] [stdout] 54 |     #[event(name = "snake-evt", no_bubble = false, no_cancel = false)] on_snake_evt: EventHandler<
[INFO] [stdout]    |                                                                        ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_on_snake_evt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-web-component-macro` (test "annotation_style") due to 12 previous errors; 17 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ba78ce0e1ab6dc6cf897528b7bea44509c055162fd6d2822d1ac287a107e55d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba78ce0e1ab6dc6cf897528b7bea44509c055162fd6d2822d1ac287a107e55d1", kill_on_drop: false }`
[INFO] [stdout] ba78ce0e1ab6dc6cf897528b7bea44509c055162fd6d2822d1ac287a107e55d1
