[INFO] fetching crate polished-css 0.1.0...
[INFO] testing polished-css-0.1.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate polished-css 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate polished-css 0.1.0
[INFO] finished tweaking crates.io crate polished-css 0.1.0
[INFO] tweaked toml for crates.io crate polished-css 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate polished-css 0.1.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 121 packages to latest compatible versions
[INFO] [stderr]       Adding strum v0.25.0 (available: v0.27.2)
[INFO] [stderr]       Adding strum_macros v0.25.3 (available: v0.27.2)
[INFO] [stderr]       Adding typed-builder v0.16.2 (available: v0.23.2)
[INFO] [stderr]       Adding yew v0.21.0 (available: v0.22.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 534ac0dbe1b4e64fdb26c90e36c1445049c674888e1799ce56f2ca39f84ee115
[INFO] running `Command { std: "docker" "start" "-a" "534ac0dbe1b4e64fdb26c90e36c1445049c674888e1799ce56f2ca39f84ee115", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "534ac0dbe1b4e64fdb26c90e36c1445049c674888e1799ce56f2ca39f84ee115", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "534ac0dbe1b4e64fdb26c90e36c1445049c674888e1799ce56f2ca39f84ee115", kill_on_drop: false }`
[INFO] [stdout] 534ac0dbe1b4e64fdb26c90e36c1445049c674888e1799ce56f2ca39f84ee115
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7bfeb804148b0816b486e30d52efa6f5d838f790fcf6c455cc5595c180162bd6
[INFO] running `Command { std: "docker" "start" "-a" "7bfeb804148b0816b486e30d52efa6f5d838f790fcf6c455cc5595c180162bd6", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling typed-builder-macro v0.16.2
[INFO] [stderr]    Compiling typed-builder v0.16.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling polished-css-macros v0.1.0
[INFO] [stderr]    Compiling polished-css v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/selector/class.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[must_use]
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/selector/class.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[must_use]
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.27s
[INFO] running `Command { std: "docker" "inspect" "7bfeb804148b0816b486e30d52efa6f5d838f790fcf6c455cc5595c180162bd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bfeb804148b0816b486e30d52efa6f5d838f790fcf6c455cc5595c180162bd6", kill_on_drop: false }`
[INFO] [stdout] 7bfeb804148b0816b486e30d52efa6f5d838f790fcf6c455cc5595c180162bd6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1db8eaa90e18e6bdb258f050fcb043c42fea4d9a222cebf8e4bde482a383e168
[INFO] running `Command { std: "docker" "start" "-a" "1db8eaa90e18e6bdb258f050fcb043c42fea4d9a222cebf8e4bde482a383e168", kill_on_drop: false }`
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/selector/class.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[must_use]
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/selector/class.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[must_use]
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling polished-css v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `var::*`
[INFO] [stdout]  --> src/test/function/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use var::*;
[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: `function::*`
[INFO] [stdout]  --> src/test/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use function::*;
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `keyword::*`
[INFO] [stdout]  --> src/test/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use keyword::*;
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `property::*`
[INFO] [stdout]   --> src/test/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use property::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/selector/class.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[must_use]
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/selector/class.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[must_use]
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.79s
[INFO] running `Command { std: "docker" "inspect" "1db8eaa90e18e6bdb258f050fcb043c42fea4d9a222cebf8e4bde482a383e168", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1db8eaa90e18e6bdb258f050fcb043c42fea4d9a222cebf8e4bde482a383e168", kill_on_drop: false }`
[INFO] [stdout] 1db8eaa90e18e6bdb258f050fcb043c42fea4d9a222cebf8e4bde482a383e168
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fad63e8a3afb345b4a3e6ec4c1a50c66da5c735592fa8d7e851b32c895ef85ab
[INFO] running `Command { std: "docker" "start" "-a" "fad63e8a3afb345b4a3e6ec4c1a50c66da5c735592fa8d7e851b32c895ef85ab", kill_on_drop: false }`
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]   --> src/selector/class.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     #[must_use]
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]   --> src/selector/class.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 |     #[must_use]
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `var::*`
[INFO] [stderr]  --> src/test/function/mod.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use var::*;
[INFO] [stderr]   |         ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `function::*`
[INFO] [stderr]  --> src/test/mod.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub use function::*;
[INFO] [stderr]   |         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `keyword::*`
[INFO] [stderr]  --> src/test/mod.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub use keyword::*;
[INFO] [stderr]   |         ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `property::*`
[INFO] [stderr]   --> src/test/mod.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub use property::*;
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `polished-css` (lib) generated 2 warnings (run `cargo fix --lib -p polished-css` to apply 2 suggestions)
[INFO] [stderr] warning: `polished-css` (lib test) generated 6 warnings (2 duplicates) (run `cargo fix --lib -p polished-css --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/polished_css-479a96254b7b9857)
[INFO] [stdout] 
[INFO] [stdout] running 156 tests
[INFO] [stdout] test data_type::angle::unit::test::display ... ok
[INFO] [stdout] test data_type::angle::test::display ... ok
[INFO] [stdout] test data_type::color::absolute::function::oklch::test::display ... ok
[INFO] [stdout] test data_type::color::absolute::named::test::display ... ok
[INFO] [stdout] test data_type::color::absolute::function::test::display ... ok
[INFO] [stdout] test data_type::chroma::test::display ... ok
[INFO] [stdout] test data_type::color::system::test::display ... ok
[INFO] [stdout] test data_type::color::absolute::test::display ... ok
[INFO] [stdout] test data_type::custom_indent::test::display ... ok
[INFO] [stdout] test data_type::dimension::test::display ... ok
[INFO] [stdout] test data_type::dashed_indent::test::unit ... ok
[INFO] [stdout] test data_type::frequency::test::display ... ok
[INFO] [stdout] test data_type::flex::test::display ... ok
[INFO] [stdout] test data_type::frequency::unit::test::display ... ok
[INFO] [stdout] test data_type::frequency_percentage::test::display ... ok
[INFO] [stdout] test data_type::color::test::display ... ok
[INFO] [stdout] test data_type::hue::test::display ... ok
[INFO] [stdout] test data_type::integer::test::display ... ok
[INFO] [stdout] test data_type::length::absolute::test::display ... ok
[INFO] [stdout] test data_type::length::absolute::unit::test::display ... ok
[INFO] [stdout] test data_type::length::relative::container::unit::test::display ... ok
[INFO] [stdout] test data_type::flex::unit::test::display ... ok
[INFO] [stdout] test data_type::length::relative::container::test::display ... ok
[INFO] [stdout] test data_type::length::relative::font::unit::test::display ... ok
[INFO] [stdout] test data_type::length::relative::test::display ... ok
[INFO] [stdout] test data_type::length::relative::viewport::test::display ... ok
[INFO] [stdout] test data_type::alpha::test::display ... ok
[INFO] [stdout] test data_type::length::relative::viewport::unit::test::display ... ok
[INFO] [stdout] test data_type::lightness::test::display ... ok
[INFO] [stdout] test data_type::length::test::display ... ok
[INFO] [stdout] test data_type::length_percentage::test::display ... ok
[INFO] [stdout] test data_type::number::test::display ... ok
[INFO] [stdout] test data_type::length::relative::font::test::display ... ok
[INFO] [stdout] test data_type::percentage::test::percentage ... ok
[INFO] [stdout] test data_type::ratio::test::display ... ok
[INFO] [stdout] test data_type::resolution::test::display ... ok
[INFO] [stdout] test data_type::resolution::unit::test::display ... ok
[INFO] [stdout] test data_type::string::test::display ... ok
[INFO] [stdout] test data_type::time::test::display ... ok
[INFO] [stdout] test data_type::time::unit::test::display ... ok
[INFO] [stdout] test property::appearance::animation::test::animation_composition ... ok
[INFO] [stdout] test property::appearance::animation::test::animation_delay ... ok
[INFO] [stdout] test property::appearance::animation::test::animation_direction ... ok
[INFO] [stdout] test property::appearance::animation::test::animation_fill_mode ... ok
[INFO] [stdout] test property::appearance::animation::test::animation_duration ... ok
[INFO] [stdout] test property::appearance::animation::test::animation_iteration_count ... ok
[INFO] [stdout] test property::appearance::animation::test::animation_name ... ok
[INFO] [stdout] test function::var::test::display ... ok
[INFO] [stdout] test property::appearance::animation::test::animation_play_state ... ok
[INFO] [stdout] test property::appearance::background::test::background_color ... ok
[INFO] [stdout] test property::appearance::border::test::colors ... ok
[INFO] [stdout] test property::appearance::animation::test::animation_timing_function ... ok
[INFO] [stdout] test property::appearance::border::test::radiuses ... ok
[INFO] [stdout] test property::appearance::border::test::style ... ok
[INFO] [stdout] test property::appearance::border::test::widths ... ok
[INFO] [stdout] test property::appearance::test::appearance ... ok
[INFO] [stdout] test property::layout::dimension::test::heights ... ok
[INFO] [stdout] test property::layout::display::test::display ... ok
[INFO] [stdout] test property::layout::flex::test::flex_basis ... ok
[INFO] [stdout] test property::layout::dimension::test::widths ... ok
[INFO] [stdout] test property::layout::flex::test::flex_direction ... ok
[INFO] [stdout] test property::layout::flex::test::flex_grow ... ok
[INFO] [stdout] test property::appearance::test::opacity ... ok
[INFO] [stdout] test property::layout::flex::test::flex_shrink ... ok
[INFO] [stdout] test property::layout::grid::test::grid_area ... ok
[INFO] [stdout] test property::layout::gap::test::gaps ... ok
[INFO] [stdout] test property::layout::flex::test::flex_wrap ... ok
[INFO] [stdout] test property::layout::margin::test::margins ... ok
[INFO] [stdout] test property::layout::inset::test::insets ... ok
[INFO] [stdout] test property::layout::padding::test::paddings ... ok
[INFO] [stdout] test property::layout::placement::align::test::align_content ... ok
[INFO] [stdout] test property::layout::placement::align::test::align_items ... ok
[INFO] [stdout] test property::layout::placement::align::test::align_self ... ok
[INFO] [stdout] test property::layout::placement::justify::test::justify_items ... ok
[INFO] [stdout] test property::layout::placement::justify::test::justify_self ... ok
[INFO] [stdout] test property::layout::placement::place::test::place_content ... ok
[INFO] [stdout] test property::layout::position::test::position ... ok
[INFO] [stdout] test property::layout::position::test::z_index ... ok
[INFO] [stdout] test property::layout::r#box::test::box_sizing ... ok
[INFO] [stdout] test property::layout::placement::place::test::place_self ... ok
[INFO] [stdout] test property::layout::placement::place::test::place_items ... ok
[INFO] [stdout] test property::layout::placement::justify::test::justify_content ... ok
[INFO] [stdout] test property::layout::test::resize ... ok
[INFO] [stdout] test property::layout::test::vertical_align ... ok
[INFO] [stdout] test property::misc::list::test::list_style_image ... ok
[INFO] [stdout] test property::misc::list::test::list_style_position ... ok
[INFO] [stdout] test property::misc::list::test::list_style_type ... ok
[INFO] [stdout] test property::misc::shape::test::shape_image_threshold ... ok
[INFO] [stdout] test property::misc::shape::test::shape_margin ... ok
[INFO] [stdout] test property::misc::shape::test::shape_style_type ... ok
[INFO] [stdout] test property::misc::svg::test::fill ... ok
[INFO] [stdout] test property::misc::test::pointer_events ... ok
[INFO] [stdout] test property::misc::test::user_select ... ok
[INFO] [stdout] test property::misc::test::visibilty ... ok
[INFO] [stdout] test property::scroll::behavior::test::scroll_behavior ... ok
[INFO] [stdout] test property::scroll::margin::test::scroll_margins ... ok
[INFO] [stdout] test property::scroll::overflow::test::overflow_anchor ... ok
[INFO] [stdout] test property::scroll::overflow::test::overflow_clip_margin ... ok
[INFO] [stdout] test property::scroll::overflow::test::overflow_wrap ... ok
[INFO] [stdout] test property::scroll::overflow::test::overflows ... ok
[INFO] [stdout] test property::scroll::padding::test::paddings ... ok
[INFO] [stdout] test property::scroll::snap::test::scroll_snap_align ... ok
[INFO] [stdout] test property::scroll::snap::test::scroll_snap_stop ... ok
[INFO] [stdout] test property::scroll::snap::test::scroll_snap_type ... ok
[INFO] [stdout] test property::scroll::timeline::test::scroll_timeline_axis ... ok
[INFO] [stdout] test property::scroll::timeline::test::scroll_timeline_name ... ok
[INFO] [stdout] test property::test::name ... ok
[INFO] [stdout] test property::test::property_with_data_type_alpha ... ok
[INFO] [stdout] test property::test::property_with_data_type_color ... ok
[INFO] [stdout] test property::test::property_with_data_type_integer ... ok
[INFO] [stdout] test property::test::property_with_data_type_length ... ok
[INFO] [stdout] test property::layout::r#box::test::box_shadow_color ... ok
[INFO] [stdout] test property::layout::test::aspect_ratio ... ok
[INFO] [stdout] test property::test::property_with_data_type_custom_ident ... ok
[INFO] [stdout] test property::test::property_with_data_type_number ... ok
[INFO] [stdout] test property::test::property_with_data_type_angle ... ok
[INFO] [stdout] test property::test::property_with_data_type_ratio ... ok
[INFO] [stdout] test property::test::property_with_data_type_time ... ok
[INFO] [stdout] test property::transform::test::perspective_origin ... ok
[INFO] [stdout] test property::transform::test::rotate ... ok
[INFO] [stdout] test property::transform::test::scale ... ok
[INFO] [stdout] test property::test::property_with_data_type_string ... ok
[INFO] [stdout] test property::test::property_with_data_type_length_percentage ... ok
[INFO] [stdout] test property::transform::test::transform_style ... ok
[INFO] [stdout] test property::test::property_with_data_type_percentage ... ok
[INFO] [stdout] test property::typography::font::test::font_family ... ok
[INFO] [stdout] test property::typography::font::test::font_size ... ok
[INFO] [stdout] test property::typography::test::tab_size ... ok
[INFO] [stdout] test property::typography::test::writing_mode ... ok
[INFO] [stdout] test property::transform::test::perspective ... ok
[INFO] [stdout] test property::transform::test::translate ... ok
[INFO] [stdout] test property::transition::test::transition_property ... ok
[INFO] [stdout] test property::transition::test::transitiong_delay ... ok
[INFO] [stdout] test property::typography::test::widows ... ok
[INFO] [stdout] test property::transition::test::transitiong_duration ... ok
[INFO] [stdout] test property::transform::test::transform_box ... ok
[INFO] [stdout] test property::typography::font::test::font_weight ... ok
[INFO] [stdout] test property::typography::line::test::line_break ... ok
[INFO] [stdout] test property::typography::line::test::line_height ... ok
[INFO] [stdout] test property::typography::test::hyphens ... ok
[INFO] [stdout] test property::transform::test::transform_origin ... ok
[INFO] [stdout] test property::typography::text::decoration::test::thickness ... ok
[INFO] [stdout] test property::typography::text::test::text_color ... ok
[INFO] [stdout] test property::typography::white_space::test::white_space ... ok
[INFO] [stdout] test property::typography::text::test::text_align ... ok
[INFO] [stdout] test property::typography::word::test::word_break ... ok
[INFO] [stdout] test property::typography::text::decoration::test::color ... ok
[INFO] [stdout] test property::typography::word::test::word_spacing ... ok
[INFO] [stdout] test property::typography::text::decoration::test::line ... ok
[INFO] [stdout] test property::typography::text::decoration::test::skip_link ... ok
[INFO] [stdout] test property::typography::text::decoration::test::style ... ok
[INFO] [stdout] test property::typography::text::test::text_transform ... ok
[INFO] [stdout] test property::typography::text::test::text_shadow_color ... ok
[INFO] [stdout] test property::typography::text::test::text_shadow_opacity ... ok
[INFO] [stdout] test style::test::builder ... ok
[INFO] [stdout] test property::test::rule ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests polished_css
[INFO] [stdout] test result: ok. 156 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/prelude.rs - prelude (line 3) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/prelude.rs - prelude (line 3) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `styles`
[INFO] [stdout]  --> src/prelude.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use styles::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `styles`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `styles`, use `cargo add styles` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/prelude.rs - prelude (line 3)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "fad63e8a3afb345b4a3e6ec4c1a50c66da5c735592fa8d7e851b32c895ef85ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fad63e8a3afb345b4a3e6ec4c1a50c66da5c735592fa8d7e851b32c895ef85ab", kill_on_drop: false }`
[INFO] [stdout] fad63e8a3afb345b4a3e6ec4c1a50c66da5c735592fa8d7e851b32c895ef85ab
