[INFO] fetching crate tailwind_fuse 0.3.2...
[INFO] testing tailwind_fuse-0.3.2 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate tailwind_fuse 0.3.2 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate tailwind_fuse 0.3.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tailwind_fuse 0.3.2
[INFO] tweaked toml for crates.io crate tailwind_fuse 0.3.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tailwind_fuse 0.3.2 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 42 packages to latest compatible versions
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tailwind_fuse_macro v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4b7dbb0870e5038ed63903707945e51496a8dacc72fc0af4a859ba06c25bf138
[INFO] running `Command { std: "docker" "start" "-a" "4b7dbb0870e5038ed63903707945e51496a8dacc72fc0af4a859ba06c25bf138", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4b7dbb0870e5038ed63903707945e51496a8dacc72fc0af4a859ba06c25bf138", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b7dbb0870e5038ed63903707945e51496a8dacc72fc0af4a859ba06c25bf138", kill_on_drop: false }`
[INFO] [stdout] 4b7dbb0870e5038ed63903707945e51496a8dacc72fc0af4a859ba06c25bf138
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 571c4b833752e449a076b6043e5aab79f160ec1a17db4743e0d66b7312f53c2d
[INFO] running `Command { std: "docker" "start" "-a" "571c4b833752e449a076b6043e5aab79f160ec1a17db4743e0d66b7312f53c2d", kill_on_drop: false }`
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tailwind_fuse v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/ast/parser.rs:100:32
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn parse_normal_variant(input: &str) -> IResult<&str, ASTVariant> {
[INFO] [stdout]     |                                ^^^^             ----  ---------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                |                |
[INFO] [stdout]     |                                |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn parse_normal_variant(input: &str) -> IResult<&str, ASTVariant<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/ast/parser.rs:109:40
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn parse_data_attribute_variant(input: &str) -> IResult<&str, ASTVariant> {
[INFO] [stdout]     |                                        ^^^^             ----  ---------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                        |                |
[INFO] [stdout]     |                                        |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                        this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn parse_data_attribute_variant(input: &str) -> IResult<&str, ASTVariant<'_>> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/ast/parser.rs:119:45
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_arbitrary_attribute_variant(input: &str) -> IResult<&str, ASTVariant> {
[INFO] [stdout]     |                                             ^^^^             ----  ---------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                             |                |
[INFO] [stdout]     |                                             |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                             this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_arbitrary_attribute_variant(input: &str) -> IResult<&str, ASTVariant<'_>> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s
[INFO] running `Command { std: "docker" "inspect" "571c4b833752e449a076b6043e5aab79f160ec1a17db4743e0d66b7312f53c2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "571c4b833752e449a076b6043e5aab79f160ec1a17db4743e0d66b7312f53c2d", kill_on_drop: false }`
[INFO] [stdout] 571c4b833752e449a076b6043e5aab79f160ec1a17db4743e0d66b7312f53c2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b7fd8e36c39d33b99047eb9ba0730d4ba0183d54bfd6bcefa94354edb7dcf77f
[INFO] running `Command { std: "docker" "start" "-a" "b7fd8e36c39d33b99047eb9ba0730d4ba0183d54bfd6bcefa94354edb7dcf77f", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling condtype v1.3.0
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling regex-lite v0.1.8
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/ast/parser.rs:100:32
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn parse_normal_variant(input: &str) -> IResult<&str, ASTVariant> {
[INFO] [stdout]     |                                ^^^^             ----  ---------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                |                |
[INFO] [stdout]     |                                |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn parse_normal_variant(input: &str) -> IResult<&str, ASTVariant<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/ast/parser.rs:109:40
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn parse_data_attribute_variant(input: &str) -> IResult<&str, ASTVariant> {
[INFO] [stdout]     |                                        ^^^^             ----  ---------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                        |                |
[INFO] [stdout]     |                                        |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                        this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn parse_data_attribute_variant(input: &str) -> IResult<&str, ASTVariant<'_>> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/ast/parser.rs:119:45
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_arbitrary_attribute_variant(input: &str) -> IResult<&str, ASTVariant> {
[INFO] [stdout]     |                                             ^^^^             ----  ---------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                             |                |
[INFO] [stdout]     |                                             |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                             this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_arbitrary_attribute_variant(input: &str) -> IResult<&str, ASTVariant<'_>> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling clap_builder v4.5.49
[INFO] [stderr]    Compiling clap v4.5.49
[INFO] [stderr]    Compiling divan-macros v0.1.21
[INFO] [stderr]    Compiling divan v0.1.21
[INFO] [stderr]    Compiling tailwind_fuse v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/ast/parser.rs:100:32
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn parse_normal_variant(input: &str) -> IResult<&str, ASTVariant> {
[INFO] [stdout]     |                                ^^^^             ----  ---------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                |                |
[INFO] [stdout]     |                                |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn parse_normal_variant(input: &str) -> IResult<&str, ASTVariant<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/ast/parser.rs:109:40
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn parse_data_attribute_variant(input: &str) -> IResult<&str, ASTVariant> {
[INFO] [stdout]     |                                        ^^^^             ----  ---------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                        |                |
[INFO] [stdout]     |                                        |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                        this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn parse_data_attribute_variant(input: &str) -> IResult<&str, ASTVariant<'_>> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/ast/parser.rs:119:45
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_arbitrary_attribute_variant(input: &str) -> IResult<&str, ASTVariant> {
[INFO] [stdout]     |                                             ^^^^             ----  ---------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                             |                |
[INFO] [stdout]     |                                             |                the lifetimes get resolved as `'_`
[INFO] [stdout]     |                                             this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn parse_arbitrary_attribute_variant(input: &str) -> IResult<&str, ASTVariant<'_>> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/ast/parser.rs:186:30
[INFO] [stdout]     |
[INFO] [stdout] 186 |     fn parse_tailwind(class: &str) -> Vec<Result<AstStyle, &str>> {
[INFO] [stdout]     |                              ^^^^                --------  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                              |                   |
[INFO] [stdout]     |                              |                   the lifetimes get resolved as `'_`
[INFO] [stdout]     |                              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 186 |     fn parse_tailwind(class: &str) -> Vec<Result<AstStyle<'_>, &str>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 25s
[INFO] running `Command { std: "docker" "inspect" "b7fd8e36c39d33b99047eb9ba0730d4ba0183d54bfd6bcefa94354edb7dcf77f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7fd8e36c39d33b99047eb9ba0730d4ba0183d54bfd6bcefa94354edb7dcf77f", kill_on_drop: false }`
[INFO] [stdout] b7fd8e36c39d33b99047eb9ba0730d4ba0183d54bfd6bcefa94354edb7dcf77f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cf3f7c1b17fe1acee6b53a061f3d699ea0845c142d6e87756c09dda0e81671e3
[INFO] running `Command { std: "docker" "start" "-a" "cf3f7c1b17fe1acee6b53a061f3d699ea0845c142d6e87756c09dda0e81671e3", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/ast/parser.rs:100:32
[INFO] [stderr]     |
[INFO] [stderr] 100 | fn parse_normal_variant(input: &str) -> IResult<&str, ASTVariant> {
[INFO] [stderr]     |                                ^^^^             ----  ---------- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                                |                |
[INFO] [stderr]     |                                |                the lifetimes get resolved as `'_`
[INFO] [stderr]     |                                this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 100 | fn parse_normal_variant(input: &str) -> IResult<&str, ASTVariant<'_>> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/ast/parser.rs:109:40
[INFO] [stderr]     |
[INFO] [stderr] 109 | fn parse_data_attribute_variant(input: &str) -> IResult<&str, ASTVariant> {
[INFO] [stderr]     |                                        ^^^^             ----  ---------- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                                        |                |
[INFO] [stderr]     |                                        |                the lifetimes get resolved as `'_`
[INFO] [stderr]     |                                        this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 109 | fn parse_data_attribute_variant(input: &str) -> IResult<&str, ASTVariant<'_>> {
[INFO] [stderr]     |                                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/ast/parser.rs:119:45
[INFO] [stderr]     |
[INFO] [stderr] 119 | fn parse_arbitrary_attribute_variant(input: &str) -> IResult<&str, ASTVariant> {
[INFO] [stderr]     |                                             ^^^^             ----  ---------- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                                             |                |
[INFO] [stderr]     |                                             |                the lifetimes get resolved as `'_`
[INFO] [stderr]     |                                             this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 119 | fn parse_arbitrary_attribute_variant(input: &str) -> IResult<&str, ASTVariant<'_>> {
[INFO] [stderr]     |                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tailwind_fuse` (lib) generated 3 warnings
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/ast/parser.rs:186:30
[INFO] [stderr]     |
[INFO] [stderr] 186 |     fn parse_tailwind(class: &str) -> Vec<Result<AstStyle, &str>> {
[INFO] [stderr]     |                              ^^^^                --------  ---- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                              |                   |
[INFO] [stderr]     |                              |                   the lifetimes get resolved as `'_`
[INFO] [stderr]     |                              this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 186 |     fn parse_tailwind(class: &str) -> Vec<Result<AstStyle<'_>, &str>> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tailwind_fuse` (lib test) generated 4 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tailwind_fuse-16c4a6d08a82fd1a)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test ast::parser::test::aria_attributes ... ok
[INFO] [stdout] test ast::parser::test::arbitrary_variants ... ok
[INFO] [stdout] test ast::parser::test::basic_parse ... ok
[INFO] [stdout] test ast::parser::test::multiple_variants ... ok
[INFO] [stdout] test ast::parser::test::test_nested_variants ... ok
[INFO] [stdout] test ast::parser::test::test_arbitrary_variant_parse ... ok
[INFO] [stdout] test ast::parser::test::test_take_until_unbalanced ... ok
[INFO] [stdout] test ast::parser::test::test_data_attribute ... ok
[INFO] [stdout] test ast::parser::test::test_with_important ... ok
[INFO] [stdout] test ast::parser::test::parse_with_negative ... ok
[INFO] [stdout] test ast::parser::test::non_tailwind ... ok
[INFO] [stdout] test core::merge::get_collision_id::test::parse_len ... ok
[INFO] [stdout] test ast::parser::test::test_with_options ... ok
[INFO] [stdout] test core::join::join ... ok
[INFO] [stdout] test core::merge::get_collision_id::test::parse_margin ... ok
[INFO] [stdout] test core::merge::get_collision_id::test::parse_inset ... ok
[INFO] [stdout] test core::merge::get_collision_id::test::parse_margin_arb ... ok
[INFO] [stdout] test core::merge::get_collision_id::test::parse_stroke ... ok
[INFO] [stdout] test core::merge::get_collision_id::test::parse_text_color ... ok
[INFO] [stdout] test core::merge::get_collision_id::test::test_len ... ok
[INFO] [stdout] test core::merge::merge_impl::check_arbitrary ... ok
[INFO] [stdout] test core::merge::validators::length::num_len ... ok
[INFO] [stdout] test core::merge::validators::arbitrary::test_arb ... ok
[INFO] [stdout] test core::merge::validators::test_invalid_single_digit_decimal ... ok
[INFO] [stdout] test core::merge::validators::color::not_len ... ok
[INFO] [stdout] test core::merge::validators::length::len ... ok
[INFO] [stdout] test core::merge::validators::test_valid_single_digit_decimal ... ok
[INFO] [stdout] test core::merge::get_collision_id::test::parse_border_color_arb ... ok
[INFO] [stdout] test ast::parser::test::test_double_arbitrary ... ok
[INFO] [stdout] test ast::parser::test::test_variants ... ok
[INFO] [stderr]      Running tests/group_conflicts.rs (/opt/rustwide/target/debug/deps/group_conflicts-8b4acff0b53b1ffe)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/merge.rs (/opt/rustwide/target/debug/deps/merge-faffd7ed5c397005)
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stderr]      Running tests/override.rs (/opt/rustwide/target/debug/deps/override-4ed62c967706a346)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/variant_macro.rs (/opt/rustwide/target/debug/deps/variant_macro-8e6fcd6e727cbfd3)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tailwind_fuse
[INFO] [stdout] running 21 tests
[INFO] [stdout] test handles_color_conflicts_properly ... ok
[INFO] [stdout] test handles_conflicts_across_class_groups_correctly ... ok
[INFO] [stdout] test line_clamp_classes_do_create_conflicts_correctly ... ok
[INFO] [stdout] test ring_and_shadow_classes_do_not_create_conflict ... ok
[INFO] [stdout] test test_group_data_important_modifiers ... ok
[INFO] [stdout] test stroke_width ... ok
[INFO] [stdout] test tailwind_3_4 ... ok
[INFO] [stdout] test test_gap_narrowing ... ok
[INFO] [stdout] test test_line_height_font_size ... ok
[INFO] [stdout] test merges_classes_from_same_group_correctly ... ok
[INFO] [stdout] test merges_classes_from_font_variant_numeric_section_correctly ... ok
[INFO] [stdout] test test_padding_narrowing ... ok
[INFO] [stdout] test test_tw_merge_border_width_color ... ok
[INFO] [stdout] test test_tw_merge_grayscale ... ok
[INFO] [stdout] test test_tw_merge_height ... ok
[INFO] [stdout] test test_tw_merge_mixed_blend ... ok
[INFO] [stdout] test test_tw_merge_outline ... ok
[INFO] [stdout] test test_tw_merge_stroke ... ok
[INFO] [stdout] test text_color_font_size ... ok
[INFO] [stdout] test touch_classes_do_create_conflicts_correctly ... ok
[INFO] [stdout] test handles_negative_value_conflicts_correctly ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test arbitrary_property_conflicts ... ok
[INFO] [stdout] test arbitrary_variants_with_attribute_selectors ... ok
[INFO] [stdout] test arbitrary_variants_with_complex_syntax_in_them ... ok
[INFO] [stdout] test arbitrary_variants_with_modifiers ... ok
[INFO] [stdout] test arbitrary_variants_with_multiple_attribute_selectors ... ok
[INFO] [stdout] test handles_complex_arbitrary_value_conflicts_correctly ... ok
[INFO] [stdout] test aspect_ratio ... ok
[INFO] [stdout] test invalid_class ... ok
[INFO] [stdout] test basic_arbitrary_variants ... ok
[INFO] [stdout] test columns ... ok
[INFO] [stdout] test handles_ambiguous_arbitrary_values_correctly ... ok
[INFO] [stdout] test handles_color_conflicts_properly ... ok
[INFO] [stdout] test handles_arbitrary_length_conflicts_with_labels_and_modifiers_correctly ... ok
[INFO] [stdout] test merges_classes_with_per_side_border_colors_correctly ... ok
[INFO] [stdout] test merges_content_utilities_correctly ... ok
[INFO] [stdout] test merges_tailwind_classes_with_important_modifier_correctly ... ok
[INFO] [stdout] test multiple_arbitrary_variants ... ok
[INFO] [stdout] test test_conflict ... ok
[INFO] [stdout] test test_conflict_with_arbitrary_values ... ok
[INFO] [stdout] test test_conflict_with_modifiers ... ok
[INFO] [stdout] test test_data_attributes ... ok
[INFO] [stdout] test test_merge_with_non_tailwind ... ok
[INFO] [stdout] test test_negative_values ... ok
[INFO] [stdout] test test_tw_merge ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_collisions ... ok
[INFO] [stdout] test test_override_config ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 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] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/core/merge/mod.rs - core::merge::tw_merge_options (line 48) ... ok
[INFO] [stdout] test src/lib.rs - (line 114) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 150) ... FAILED
[INFO] [stdout] test src/core/merge/mod.rs - core::merge::tw_merge_slice_options (line 76) ... ok
[INFO] [stdout] test src/lib.rs - (line 198) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 78) ... ok
[INFO] [stdout] test src/lib.rs - (line 63) ... ok
[INFO] [stdout] test src/lib.rs - (line 38) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 114) stdout ----
[INFO] [stdout] error: cannot find derive macro `TwVariant` in this scope
[INFO] [stdout]   --> src/lib.rs:139:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(TwVariant)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:141:7
[INFO] [stdout]    |
[INFO] [stdout] 30 |     #[tw(default, class = "bg-blue-500 text-blue-100")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:143:7
[INFO] [stdout]    |
[INFO] [stdout] 32 |     #[tw(class = "bg-red-500 text-red-100")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `TwVariant` in this scope
[INFO] [stdout]   --> src/lib.rs:128:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[derive(TwVariant)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:130:7
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[tw(default, class = "h-9 px-4 py-2")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:132:7
[INFO] [stdout]    |
[INFO] [stdout] 21 |     #[tw(class = "h-8 px-3")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:134:7
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[tw(class = "h-10 px-8")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `TwClass` in this scope
[INFO] [stdout]  --> src/lib.rs:119:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(TwClass)]
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:121:3
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[tw(class = "flex")]
[INFO] [stdout]    |   ^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 150) stdout ----
[INFO] [stdout] error: cannot find derive macro `TwClass` in this scope
[INFO] [stdout]  --> src/lib.rs:154:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(TwClass)]
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]  --> src/lib.rs:156:3
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[tw(class = "flex")]
[INFO] [stdout]   |   ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `TwVariant` in this scope
[INFO] [stdout]   --> src/lib.rs:162:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(TwVariant)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:164:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[tw(default, class = "h-9 px-4 py-2")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:166:7
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[tw(class = "h-8 px-3")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:168:7
[INFO] [stdout]    |
[INFO] [stdout] 21 |     #[tw(class = "h-10 px-8")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `TwVariant` in this scope
[INFO] [stdout]   --> src/lib.rs:172:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(TwVariant)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:174:7
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[tw(default, class = "bg-blue-500 text-blue-100")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:176:7
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[tw(class = "bg-red-500 text-red-100")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_class` found for struct `Btn` in the current scope
[INFO] [stdout]   --> src/lib.rs:186:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct Btn {
[INFO] [stdout]    | ---------- method `to_class` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |    button.to_class()
[INFO] [stdout]    |           ^^^^^^^^ method not found in `Btn`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_class` found for struct `Btn` in the current scope
[INFO] [stdout]   --> src/lib.rs:192:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct Btn {
[INFO] [stdout]    | ---------- method `with_class` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |    button.with_class("bg-green-500")
[INFO] [stdout]    |           ^^^^^^^^^^ method not found in `Btn`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 198) stdout ----
[INFO] [stdout] error: cannot find derive macro `TwClass` in this scope
[INFO] [stdout]  --> src/lib.rs:202:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(TwClass)]
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]  --> src/lib.rs:204:3
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[tw(class = "flex")]
[INFO] [stdout]   |   ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `TwVariant` in this scope
[INFO] [stdout]   --> src/lib.rs:211:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(TwVariant)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:213:7
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[tw(default, class = "h-9 px-4 py-2")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:215:7
[INFO] [stdout]    |
[INFO] [stdout] 20 |     #[tw(class = "h-8 px-3")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:217:7
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[tw(class = "h-10 px-8")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `TwVariant` in this scope
[INFO] [stdout]   --> src/lib.rs:222:10
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(TwVariant)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:224:7
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[tw(default, class = "bg-blue-500 text-blue-100")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `tw` in this scope
[INFO] [stdout]   --> src/lib.rs:226:7
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[tw(class = "bg-red-500 text-red-100")]
[INFO] [stdout]    |       ^^
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `builder` found for struct `Btn` in the current scope
[INFO] [stdout]   --> src/lib.rs:232:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct Btn {
[INFO] [stdout]    | ---------- function or associated item `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 37 |    Btn::builder()
[INFO] [stdout]    |         ^^^^^^^ function or associated item not found in `Btn`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `builder` found for struct `Btn` in the current scope
[INFO] [stdout]   --> src/lib.rs:240:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct Btn {
[INFO] [stdout]    | ---------- function or associated item `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |    Btn::builder()
[INFO] [stdout]    |         ^^^^^^^ function or associated item not found in `Btn`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 114)
[INFO] [stdout]     src/lib.rs - (line 150)
[INFO] [stdout]     src/lib.rs - (line 198)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.13s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "cf3f7c1b17fe1acee6b53a061f3d699ea0845c142d6e87756c09dda0e81671e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf3f7c1b17fe1acee6b53a061f3d699ea0845c142d6e87756c09dda0e81671e3", kill_on_drop: false }`
[INFO] [stdout] cf3f7c1b17fe1acee6b53a061f3d699ea0845c142d6e87756c09dda0e81671e3
