[INFO] cloning repository https://github.com/silent-rain/dioxus-blocks
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/silent-rain/dioxus-blocks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilent-rain%2Fdioxus-blocks", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilent-rain%2Fdioxus-blocks'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6c8b2ed5ee09d28d8c178440a098d4485f8ec3f2
[INFO] testing silent-rain/dioxus-blocks/6c8b2ed5ee09d28d8c178440a098d4485f8ec3f2 against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilent-rain%2Fdioxus-blocks" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/silent-rain/dioxus-blocks
[INFO] finished tweaking git repo https://github.com/silent-rain/dioxus-blocks
[INFO] tweaked toml for git repo https://github.com/silent-rain/dioxus-blocks written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/silent-rain/dioxus-blocks on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/silent-rain/dioxus-blocks 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd
[INFO] running `Command { std: "docker" "start" "963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.108
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling wasm-bindgen v0.2.108
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling dioxus-core-types v0.7.3
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling longest-increasing-subsequence v0.1.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling lazy-js-bundle v0.7.3
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling dioxus-document v0.7.3
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling dioxus-interpreter-js v0.7.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling dioxus-web v0.7.3
[INFO] [stderr]    Compiling sledgehammer_utils v0.3.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling base16 v0.2.1
[INFO] [stderr]    Compiling send_wrapper v0.6.0
[INFO] [stderr]    Compiling askama_escape v0.13.0
[INFO] [stderr]    Compiling rust_decimal v1.40.0
[INFO] [stderr]    Compiling dioxus-config-macros v0.7.3
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling dioxus-config-macro v0.7.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling memmap2 v0.9.9
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.108
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]    Compiling dioxus-rsx v0.7.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling warnings-macro v0.2.0
[INFO] [stderr]    Compiling const-serialize-macro v0.7.2
[INFO] [stderr]    Compiling const-serialize-macro v0.8.0-alpha.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling dioxus-html-internal-macro v0.7.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling sledgehammer_bindgen_macro v0.6.5
[INFO] [stderr]    Compiling dioxus-stores-macro v0.7.3
[INFO] [stderr]    Compiling const-serialize v0.7.2
[INFO] [stderr]    Compiling dioxus-router-macro v0.7.3
[INFO] [stderr]    Compiling dioxus-blocks-macro v0.1.0 (/opt/rustwide/workdir/dioxus-blocks-macro)
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling dioxus-core-macro v0.7.3
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling generational-box v0.7.3
[INFO] [stderr]    Compiling warnings v0.2.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.108
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling js-sys v0.3.85
[INFO] [stderr]    Compiling dioxus-cli-config v0.7.3
[INFO] [stderr]    Compiling sledgehammer_bindgen v0.6.0
[INFO] [stderr]    Compiling subsecond-types v0.7.3
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling euclid v0.22.13
[INFO] [stderr]    Compiling keyboard-types v0.7.0
[INFO] [stderr]    Compiling const-serialize v0.8.0-alpha.0
[INFO] [stderr]    Compiling dioxus-logger v0.7.3
[INFO] [stderr]    Compiling subsecond v0.7.3
[INFO] [stderr]    Compiling manganis-core v0.7.3
[INFO] [stderr]    Compiling enumset v1.1.10
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling manganis-macro v0.7.3
[INFO] [stderr]    Compiling dioxus-core v0.7.3
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling manganis v0.7.3
[INFO] [stderr]    Compiling tungstenite v0.27.0
[INFO] [stderr]    Compiling dioxus-signals v0.7.3
[INFO] [stderr]    Compiling dioxus-history v0.7.3
[INFO] [stderr]    Compiling dioxus-devtools-types v0.7.3
[INFO] [stderr]    Compiling dioxus-ssr v0.7.3
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.58
[INFO] [stderr]    Compiling web-sys v0.3.85
[INFO] [stderr]    Compiling gloo-timers v0.3.0
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.6.5
[INFO] [stderr]    Compiling dioxus-hooks v0.7.3
[INFO] [stderr]    Compiling dioxus-devtools v0.7.3
[INFO] [stderr]    Compiling dioxus-stores v0.7.3
[INFO] [stderr]    Compiling dioxus-html v0.7.3
[INFO] [stderr]    Compiling dioxus-router v0.7.3
[INFO] [stderr]    Compiling dioxus-asset-resolver v0.7.3
[INFO] [stderr]    Compiling wasm-streams v0.4.2
[INFO] [stderr]    Compiling dioxus v0.7.3
[INFO] [stderr]    Compiling dioxus-blocks-components v0.1.0 (/opt/rustwide/workdir/dioxus-blocks-components)
[INFO] [stderr]    Compiling dioxus-blocks-ui v0.1.0 (/opt/rustwide/workdir/dioxus-blocks-ui)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
[INFO] running `Command { std: "docker" "inspect" "963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling manganis-macro v0.7.3
[INFO] [stderr]    Compiling dioxus-blocks-macro v0.1.0 (/opt/rustwide/workdir/dioxus-blocks-macro)
[INFO] [stderr]    Compiling manganis v0.7.3
[INFO] [stderr]    Compiling dioxus v0.7.3
[INFO] [stderr]    Compiling dioxus-blocks-components v0.1.0 (/opt/rustwide/workdir/dioxus-blocks-components)
[INFO] [stderr]    Compiling dioxus-blocks-ui v0.1.0 (/opt/rustwide/workdir/dioxus-blocks-ui)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.85s
[INFO] running `Command { std: "docker" "inspect" "963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dioxus_blocks_components-0dffbb75dcaa39a9)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test components::button::tests::test_button_properties ... ok
[INFO] [stdout] test components::button::tests::test_with_scope_provider ... ok
[INFO] [stdout] test components::button::tests::test_button_creation ... ok
[INFO] [stdout] test components::image::tests::test_image_creation ... ok
[INFO] [stdout] test components::image::tests::test_image_object_fit ... ok
[INFO] [stdout] test components::button::tests::test_with_virtual_dom ... ok
[INFO] [stdout] test components::image::tests::test_image_string_size ... ok
[INFO] [stdout] test components::input_number::tests::test_apply_bounds ... ok
[INFO] [stdout] test components::button::tests::test_button_default_values ... ok
[INFO] [stdout] test components::button::tests::test_wrap_with_button ... ok
[INFO] [stdout] test components::input_number::tests::test_float ... ok
[INFO] [stdout] test components::input_number::tests::test_parse_input_value_int ... ok
[INFO] [stdout] test components::text::tests::test_text_creation ... ok
[INFO] [stdout] test components::view::tests::test_bare_default ... ok
[INFO] [stdout] test components::view::tests::test_bare_false ... ok
[INFO] [stdout] test components::view::tests::test_bare_true ... ok
[INFO] [stdout] test components::view::tests::test_view_dynamic_batch ... ok
[INFO] [stdout] test components::view::tests::test_view_creation ... ok
[INFO] [stdout] test components::input_number::tests::test_input_number_disabled ... ok
[INFO] [stdout] test components::input_number::tests::test_input_number_controls_position ... ok
[INFO] [stdout] test components::view::tests::test_view_with_children ... ok
[INFO] [stdout] test style::builder::tests::test_empty_style_returns_empty_string ... ok
[INFO] [stdout] test components::view::tests::test_view_properties ... ok
[INFO] [stdout] test style::builder::tests::test_style ... ok
[INFO] [stdout] test style::builder::tests::test_inline_style_format ... ok
[INFO] [stdout] test components::input_number::tests::test_parse_input_value_float ... ok
[INFO] [stdout] test style::builder::tests::test_style_methods ... ok
[INFO] [stdout] test components::view::tests::test_view_with_dynamic_children ... ok
[INFO] [stdout] test components::input_number::tests::test_input_number_size ... ok
[INFO] [stdout] test components::text::tests::test_text_properties ... ok
[INFO] [stdout] test components::grid::tests::test_grid ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dioxus_blocks_macro-dd4ffdf3c58c0f82)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dioxus_blocks_ui-4c3bad0f69191779)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dioxus_blocks_ui-224c51e87d97a5fe)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dioxus_blocks_components
[INFO] [stdout] 
[INFO] [stdout] running 381 tests
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_danger (line 438) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button (line 41) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button (line 30) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_primary (line 370) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button (line 61) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_plain (line 455) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button (line 19) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_medium (line 557) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button (line 51) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_round (line 472) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button (line 9) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_circle (line 489) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_link (line 506) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_info (line 404) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_large (line 574) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_small (line 540) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::childrens_to_element (line 180) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::btn_type (line 266) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::childrens (line 182) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::onclick (line 182) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::new (line 223) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::disabled (line 329) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::id (line 182) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::class (line 182) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_text (line 523) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_success (line 387) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::border (line 293) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::childrens (line 80) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::children (line 182) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::childrens2 (line 182) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::children (line 80) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::text (line 245) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::shape (line 287) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::body (line 223) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::as_warning (line 421) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::loading (line 350) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::size (line 308) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::childrens2 (line 80) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::childrens_to_element (line 78) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::onclick2 (line 182) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card (line 7) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/button.rs - components::button::Button::style (line 182) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::footer (line 247) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::class (line 80) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::id (line 80) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::header_divider (line 314) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::header (line 191) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::new (line 169) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::shadow (line 272) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::style (line 80) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::onclick (line 80) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox (line 60) - compile ... FAILED
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox (line 29) - compile ... FAILED
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox (line 44) - compile ... FAILED
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::Checkbox::children (line 177) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::Card::onclick2 (line 80) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::Checkbox::childrens2 (line 177) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/card.rs - components::card::CardShadow::as_class (line 52) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox (line 13) - compile ... FAILED
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::Checkbox::class (line 177) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::Checkbox::id (line 177) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::Checkbox::childrens (line 177) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::CheckboxGroup::children (line 501) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::CheckboxGroup::childrens_to_element (line 499) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::Checkbox::onclick (line 177) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::CheckboxGroup::onclick (line 501) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::Checkbox::childrens_to_element (line 175) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::CheckboxGroup::childrens (line 501) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::CheckboxGroup::onclick2 (line 501) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::CheckboxGroup::class (line 501) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::CheckboxGroup::id (line 501) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::new (line 520) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::gap (line 593) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::childrens2 (line 417) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::childrens (line 417) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::children (line 417) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::onclick (line 417) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::gap_xy (line 614) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::cols (line 551) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::onclick2 (line 417) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::CheckboxGroup::style (line 501) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::Checkbox::style (line 177) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::to_element (line 453) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::childrens_to_element (line 415) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::Checkbox::onclick2 (line 177) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/checkbox.rs - components::checkbox::CheckboxGroup::childrens2 (line 501) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::id (line 417) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid (line 8) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::class (line 417) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::childrens (line 148) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::id (line 148) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::onclick2 (line 148) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::new (line 191) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::col_span (line 217) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::children (line 148) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::childrens2 (line 148) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::rows (line 572) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::childrens_to_element (line 146) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::col_end (line 280) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::onclick (line 148) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::col_start (line 259) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::class (line 148) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::Grid::style (line 417) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::row_end (line 322) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image (line 9) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::alt (line 179) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::children (line 114) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image (line 34) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::onclick2 (line 114) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::to_element (line 343) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::onclick (line 114) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::style (line 148) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::style (line 114) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::id (line 114) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::row_start (line 301) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::childrens_to_element (line 112) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::childrens (line 114) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::new (line 156) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/grid.rs - components::grid::GridItem::row_span (line 238) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::with_object_fit (line 251) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::class (line 114) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::childrens2 (line 114) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input (line 133) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::with_width (line 203) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/image.rs - components::image::Image::with_height (line 227) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input (line 14) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input::Input::childrens2 (line 228) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input (line 54) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input::Input::childrens_to_element (line 226) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input (line 33) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input (line 115) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input::Input::childrens (line 228) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input (line 74) ... ok
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input (line 95) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input::Input::children (line 228) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input::Input::class (line 228) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input::Input::id (line 228) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input::Input::onclick (line 228) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input::Input::onclick2 (line 228) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input.rs - components::input::Input::style (line 228) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input_number.rs - components::input_number (line 104) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input_number.rs - components::input_number (line 127) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input_number.rs - components::input_number (line 14) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input_number.rs - components::input_number (line 33) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input_number.rs - components::input_number (line 59) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input_number.rs - components::input_number (line 81) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input_number.rs - components::input_number::InputNumber::as_both (line 1363) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input_number.rs - components::input_number::InputNumber::as_large (line 1305) has been running for over 60 seconds
[INFO] [stdout] test dioxus-blocks-components/src/components/input_number.rs - components::input_number::InputNumber::as_medium (line 1276) has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd", kill_on_drop: false }`
[INFO] [stdout] 963edc22e5819b22553c19778e079b04d8d8c68437de4a5bed03e6067b7ddfcd
