[INFO] fetching crate tailwind-ast 0.4.1...
[INFO] testing tailwind-ast-0.4.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate tailwind-ast 0.4.1 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate tailwind-ast 0.4.1
[INFO] finished tweaking crates.io crate tailwind-ast 0.4.1
[INFO] tweaked toml for crates.io crate tailwind-ast 0.4.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tailwind-ast 0.4.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aa57868de5a2498cd90528fe60f13256aeefc192ab7c47b58328fa591f4a88ee
[INFO] running `Command { std: "docker" "start" "-a" "aa57868de5a2498cd90528fe60f13256aeefc192ab7c47b58328fa591f4a88ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa57868de5a2498cd90528fe60f13256aeefc192ab7c47b58328fa591f4a88ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa57868de5a2498cd90528fe60f13256aeefc192ab7c47b58328fa591f4a88ee", kill_on_drop: false }`
[INFO] [stdout] aa57868de5a2498cd90528fe60f13256aeefc192ab7c47b58328fa591f4a88ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fbcb111d9634067b6d11f68a48360d243d784ee7745d474095cb1c4232c08238
[INFO] running `Command { std: "docker" "start" "-a" "fbcb111d9634067b6d11f68a48360d243d784ee7745d474095cb1c4232c08238", kill_on_drop: false }`
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tailwind-ast v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ast/mod.rs:23:30
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn parse_tailwind(input: &str) -> Result<Vec<AstStyle>, Err<Error<&str>>> {
[INFO] [stdout]    |                              ^^^^                ^^^^^^^^             ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                              |                   |
[INFO] [stdout]    |                              |                   the same lifetime is hidden here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn parse_tailwind(input: &str) -> Result<Vec<AstStyle<'_>>, Err<Error<&str>>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/ast/parse.rs:14:59
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn parse_pair(input: &'a str) -> IResult<&'a str, Vec<AstGroupItem>> {
[INFO] [stdout]    |                           --                  --          ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                   |
[INFO] [stdout]    |                           |                   the same lifetime is named here
[INFO] [stdout]    |                           the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn parse_pair(input: &'a str) -> IResult<&'a str, Vec<AstGroupItem<'a>>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
[INFO] running `Command { std: "docker" "inspect" "fbcb111d9634067b6d11f68a48360d243d784ee7745d474095cb1c4232c08238", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbcb111d9634067b6d11f68a48360d243d784ee7745d474095cb1c4232c08238", kill_on_drop: false }`
[INFO] [stdout] fbcb111d9634067b6d11f68a48360d243d784ee7745d474095cb1c4232c08238
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f6290eb2da3ed70224db6163f7343afb5d62aee824d3775e09bf4961607a8112
[INFO] running `Command { std: "docker" "start" "-a" "f6290eb2da3ed70224db6163f7343afb5d62aee824d3775e09bf4961607a8112", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ast/mod.rs:23:30
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn parse_tailwind(input: &str) -> Result<Vec<AstStyle>, Err<Error<&str>>> {
[INFO] [stdout]    |                              ^^^^                ^^^^^^^^             ^^^^ the same lifetime is elided here
[INFO] [stdout]    |                              |                   |
[INFO] [stdout]    |                              |                   the same lifetime is hidden here
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn parse_tailwind(input: &str) -> Result<Vec<AstStyle<'_>>, Err<Error<&str>>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tailwind-ast v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/ast/parse.rs:14:59
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn parse_pair(input: &'a str) -> IResult<&'a str, Vec<AstGroupItem>> {
[INFO] [stdout]    |                           --                  --          ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                   |
[INFO] [stdout]    |                           |                   the same lifetime is named here
[INFO] [stdout]    |                           the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn parse_pair(input: &'a str) -> IResult<&'a str, Vec<AstGroupItem<'a>>> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]   --> src/ast/tests.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let output = AstStyle {
[INFO] [stdout]    |                  ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]   --> src/ast/tests.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let output = AstStyle {
[INFO] [stdout]    |                  ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]   --> src/ast/tests.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let output = AstStyle {
[INFO] [stdout]    |                  ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]   --> src/ast/tests.rs:86:15
[INFO] [stdout]    |
[INFO] [stdout] 86 |         head: AstStyle { negative: false, variants: vec![], elements: vec!["w"], arbitrary: None },
[INFO] [stdout]    |               ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]   --> src/ast/tests.rs:88:20
[INFO] [stdout]    |
[INFO] [stdout] 88 |             Styled(AstStyle {
[INFO] [stdout]    |                    ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]   --> src/ast/tests.rs:94:20
[INFO] [stdout]    |
[INFO] [stdout] 94 |             Styled(AstStyle {
[INFO] [stdout]    |                    ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstGroup<'_>`
[INFO] [stdout]   --> src/ast/tests.rs:85:18
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let output = AstGroup {
[INFO] [stdout]    |                  ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:105:15
[INFO] [stdout]     |
[INFO] [stdout] 105 |         head: AstStyle {
[INFO] [stdout]     |               ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:112:20
[INFO] [stdout]     |
[INFO] [stdout] 112 |             Styled(AstStyle {
[INFO] [stdout]     |                    ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:118:20
[INFO] [stdout]     |
[INFO] [stdout] 118 |             Styled(AstStyle {
[INFO] [stdout]     |                    ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:125:23
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 head: AstStyle {
[INFO] [stdout]     |                       ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |                     Styled(AstStyle {
[INFO] [stdout]     |                            ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:138:28
[INFO] [stdout]     |
[INFO] [stdout] 138 |                     Styled(AstStyle {
[INFO] [stdout]     |                            ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstGroup<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:124:21
[INFO] [stdout]     |
[INFO] [stdout] 124 |             Grouped(AstGroup {
[INFO] [stdout]     |                     ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstGroup<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:104:18
[INFO] [stdout]     |
[INFO] [stdout] 104 |     let output = AstGroup {
[INFO] [stdout]     |                  ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:155:15
[INFO] [stdout]     |
[INFO] [stdout] 155 |         head: AstStyle {
[INFO] [stdout]     |               ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:162:20
[INFO] [stdout]     |
[INFO] [stdout] 162 |             Styled(AstStyle {
[INFO] [stdout]     |                    ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:168:20
[INFO] [stdout]     |
[INFO] [stdout] 168 |             Styled(AstStyle {
[INFO] [stdout]     |                    ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstStyle<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:174:20
[INFO] [stdout]     |
[INFO] [stdout] 174 |             Styled(AstStyle {
[INFO] [stdout]     |                    ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `important` in initializer of `ast::AstGroup<'_>`
[INFO] [stdout]    --> src/ast/tests.rs:154:18
[INFO] [stdout]     |
[INFO] [stdout] 154 |     let output = AstGroup {
[INFO] [stdout]     |                  ^^^^^^^^ missing `important`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tailwind-ast` (lib test) due to 20 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "f6290eb2da3ed70224db6163f7343afb5d62aee824d3775e09bf4961607a8112", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6290eb2da3ed70224db6163f7343afb5d62aee824d3775e09bf4961607a8112", kill_on_drop: false }`
[INFO] [stdout] f6290eb2da3ed70224db6163f7343afb5d62aee824d3775e09bf4961607a8112
