[INFO] fetching crate icu-messageformat-parser 0.0.2...
[INFO] testing icu-messageformat-parser-0.0.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate icu-messageformat-parser 0.0.2 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate icu-messageformat-parser 0.0.2
[INFO] finished tweaking crates.io crate icu-messageformat-parser 0.0.2
[INFO] tweaked toml for crates.io crate icu-messageformat-parser 0.0.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate icu-messageformat-parser 0.0.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 168 packages to latest compatible versions
[INFO] [stderr]       Adding langtag v0.3.4 (available: v0.4.0)
[INFO] [stderr]       Adding testing v0.30.10 (available: v18.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61967d907db19999ca4b18da296db207f59463f61d8d07aad71c4085a1ed6a7a
[INFO] running `Command { std: "docker" "start" "-a" "61967d907db19999ca4b18da296db207f59463f61d8d07aad71c4085a1ed6a7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61967d907db19999ca4b18da296db207f59463f61d8d07aad71c4085a1ed6a7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61967d907db19999ca4b18da296db207f59463f61d8d07aad71c4085a1ed6a7a", kill_on_drop: false }`
[INFO] [stdout] 61967d907db19999ca4b18da296db207f59463f61d8d07aad71c4085a1ed6a7a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 057af191c55950187d15f4ef03124c855beef85b75d28ddcd24bfc99ea659f88
[INFO] running `Command { std: "docker" "start" "-a" "057af191c55950187d15f4ef03124c855beef85b75d28ddcd24bfc99ea659f88", kill_on_drop: false }`
[INFO] [stderr]    Compiling langtag v0.3.4
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling icu-messageformat-parser v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:682:18
[INFO] [stdout]     |
[INFO] [stdout] 682 |     pub fn parse(&mut self) -> Result<Ast> {
[INFO] [stdout]     |                  ^^^^^^^^^            ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 682 |     pub fn parse(&mut self) -> Result<Ast<'_>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:697:9
[INFO] [stdout]     |
[INFO] [stdout] 697 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 701 |     ) -> Result<Ast> {
[INFO] [stdout]     |                 ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 701 |     ) -> Result<Ast<'_>> {
[INFO] [stdout]     |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:751:18
[INFO] [stdout]     |
[INFO] [stdout] 751 |     fn parse_tag(&self, nesting_level: usize, parent_arg_type: &str) -> Result<AstElement> {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here                             ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 751 |     fn parse_tag(&self, nesting_level: usize, parent_arg_type: &str) -> Result<AstElement<'_>> {
[INFO] [stdout]     |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:831:22
[INFO] [stdout]     |
[INFO] [stdout] 831 |     fn parse_literal(&self, nesting_level: usize, parent_arg_type: &str) -> Result<AstElement> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here                             ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 831 |     fn parse_literal(&self, nesting_level: usize, parent_arg_type: &str) -> Result<AstElement<'_>> {
[INFO] [stdout]     |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:936:9
[INFO] [stdout]     |
[INFO] [stdout] 936 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 939 |     ) -> Result<AstElement> {
[INFO] [stdout]     |                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 939 |     ) -> Result<AstElement<'_>> {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1027:17
[INFO] [stdout]      |
[INFO] [stdout] 1022 |         &'s self,
[INFO] [stdout]      |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 1027 |     ) -> Result<AstElement> {
[INFO] [stdout]      |                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'s`
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     ) -> Result<AstElement<'s>> {
[INFO] [stdout]      |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1336:17
[INFO] [stdout]      |
[INFO] [stdout] 1329 |         &'s self,
[INFO] [stdout]      |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 1332 |         #[cfg(not(feature = "utf16"))] parent_arg_type: &'s str,
[INFO] [stdout]      |                                                          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 1335 |         #[cfg(not(feature = "utf16"))] parsed_first_identifier: (&'s str, Span),
[INFO] [stdout]      |                                                                   -- the lifetime is named here
[INFO] [stdout] 1336 |     ) -> Result<PluralOrSelectOptions> {
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'s`
[INFO] [stdout]      |
[INFO] [stdout] 1336 |     ) -> Result<PluralOrSelectOptions<'s>> {
[INFO] [stdout]      |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/parser.rs:1741:15
[INFO] [stdout]      |
[INFO] [stdout] 1741 |     skeleton: &str,
[INFO] [stdout]      |               ^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1745 | ) -> std::result::Result<NumberSkeleton, ErrorKind> {
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1745 | ) -> std::result::Result<NumberSkeleton<'_>, ErrorKind> {
[INFO] [stdout]      |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
[INFO] running `Command { std: "docker" "inspect" "057af191c55950187d15f4ef03124c855beef85b75d28ddcd24bfc99ea659f88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "057af191c55950187d15f4ef03124c855beef85b75d28ddcd24bfc99ea659f88", kill_on_drop: false }`
[INFO] [stdout] 057af191c55950187d15f4ef03124c855beef85b75d28ddcd24bfc99ea659f88
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 60eff6f180d43e76f1ad7465f4b8ebf79cf135ad98da6d6a7973fbf090884629
[INFO] running `Command { std: "docker" "start" "-a" "60eff6f180d43e76f1ad7465f4b8ebf79cf135ad98da6d6a7973fbf090884629", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling unreachable v0.1.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling better_scoped_tls v0.1.2
[INFO] [stderr]    Compiling supports-color v1.3.1
[INFO] [stderr]    Compiling debug_unreachable v0.1.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling supports-hyperlinks v1.2.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling supports-unicode v1.0.2
[INFO] [stderr]    Compiling textwrap v0.15.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling swc_atoms v0.4.43
[INFO] [stderr]    Compiling similar-asserts v1.7.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling pmutil v0.5.3
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling miette-derive v4.7.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling swc_macros_common v0.3.14
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling swc_visit_macros v0.5.13
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling swc_eq_ignore_macros v0.1.4
[INFO] [stderr]    Compiling from_variant v0.1.9
[INFO] [stderr]    Compiling ast_node v0.8.8
[INFO] [stderr]    Compiling testing_macros v0.2.14
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stdout] error[E0599]: no method named `with_generics` found for struct `syn::ItemImpl` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/ast_node_macro.rs:39:14
[INFO] [stdout]    |
[INFO] [stdout] 26 | /         Quote::new_call_site()
[INFO] [stdout] 27 | |             .quote_with(smart_quote!(
[INFO] [stdout] 28 | |                 Vars {
[INFO] [stdout] 29 | |                     Type: i.ident.clone(),
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |             .parse::<ItemImpl>()
[INFO] [stdout] 39 | |             .with_generics(generics),
[INFO] [stdout]    | |             -^^^^^^^^^^^^^ method not found in `syn::ItemImpl`
[INFO] [stdout]    | |_____________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: `?` operator has incompatible types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/enum_deserialize.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |             tags: content.parse_terminated(Lit::parse)?,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Punctuated<Lit, Comma>`, found `Punctuated<Lit, _>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `?` operator cannot convert from `syn::punctuated::Punctuated<syn::Lit, _>` to `swc_macros_common::prelude::Punctuated<syn::Lit, syn::token::Comma>`
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/punctuated.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct Punctuated<T, P> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type `swc_macros_common::prelude::Punctuated`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/punctuated.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct Punctuated<T, P> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the found type `syn::punctuated::Punctuated`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/lib.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 | use swc_macros_common::prelude::*;
[INFO] [stdout]    |     ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout]  8 | use syn::{self, visit_mut::VisitMut, *};
[INFO] [stdout]    |     --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/enum_deserialize.rs:64:42
[INFO] [stdout]     |
[INFO] [stdout]  64 |                         if !is_attr_name(attr, "tag") {
[INFO] [stdout]     |                             ------------ ^^^^ expected `syn::attr::Attribute`, found `syn::Attribute`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/attr.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | / ast_struct! {
[INFO] [stdout]  20 | |     /// An attribute, like `#[repr(transparent)]`.
[INFO] [stdout]  21 | |     ///
[INFO] [stdout]  22 | |     /// <br>
[INFO] [stdout] ...   |
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_^ this is the expected type `syn::attr::Attribute`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/attr.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / ast_struct! {
[INFO] [stdout]  13 | |     /// An attribute like `#[repr(transparent)]`.
[INFO] [stdout]  14 | |     ///
[INFO] [stdout]  15 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...   |
[INFO] [stdout] 156 | | }
[INFO] [stdout]     | |_^ this is the found type `syn::Attribute`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 |   use swc_macros_common::prelude::*;
[INFO] [stdout]     |       ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout]   8 |   use syn::{self, visit_mut::VisitMut, *};
[INFO] [stdout]     |       --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_macros_common-0.3.14/src/lib.rs:35:8
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub fn is_attr_name(attr: &Attribute, name: &str) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `strip_attrs_pub` which comes from the expansion of the macro `ast_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/enum_deserialize.rs:136:42
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         if !is_attr_name(attr, "tag") {
[INFO] [stdout]     |                             ------------ ^^^^ expected `syn::attr::Attribute`, found `syn::Attribute`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/attr.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | / ast_struct! {
[INFO] [stdout]  20 | |     /// An attribute, like `#[repr(transparent)]`.
[INFO] [stdout]  21 | |     ///
[INFO] [stdout]  22 | |     /// <br>
[INFO] [stdout] ...   |
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_^ this is the expected type `syn::attr::Attribute`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/attr.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / ast_struct! {
[INFO] [stdout]  13 | |     /// An attribute like `#[repr(transparent)]`.
[INFO] [stdout]  14 | |     ///
[INFO] [stdout]  15 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...   |
[INFO] [stdout] 156 | | }
[INFO] [stdout]     | |_^ this is the found type `syn::Attribute`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 |   use swc_macros_common::prelude::*;
[INFO] [stdout]     |       ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout]   8 |   use syn::{self, visit_mut::VisitMut, *};
[INFO] [stdout]     |       --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_macros_common-0.3.14/src/lib.rs:35:8
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub fn is_attr_name(attr: &Attribute, name: &str) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `strip_attrs_pub` which comes from the expansion of the macro `ast_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/enum_deserialize.rs:212:44
[INFO] [stdout]     |
[INFO] [stdout] 212 | ...                   cases: str_cases,
[INFO] [stdout]     |                              ^^^^^^^^^ expected `Punctuated<Pat, Or>`, found `Punctuated<Pat, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/punctuated.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub struct Punctuated<T, P> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type `syn::punctuated::Punctuated`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/punctuated.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | pub struct Punctuated<T, P> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the found type `swc_macros_common::prelude::Punctuated`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 | use swc_macros_common::prelude::*;
[INFO] [stdout]     |     ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout]   8 | use syn::{self, visit_mut::VisitMut, *};
[INFO] [stdout]     |     --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/enum_deserialize.rs:217:44
[INFO] [stdout]     |
[INFO] [stdout] 217 | ...                   cases: bytes_cases,
[INFO] [stdout]     |                              ^^^^^^^^^^^ expected `Punctuated<Pat, Or>`, found `Punctuated<Pat, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/punctuated.rs:47:1
[INFO] [stdout]     |
[INFO] [stdout]  47 | pub struct Punctuated<T, P> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type `syn::punctuated::Punctuated`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/punctuated.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | pub struct Punctuated<T, P> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the found type `swc_macros_common::prelude::Punctuated`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 | use swc_macros_common::prelude::*;
[INFO] [stdout]     |     ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout]   8 | use syn::{self, visit_mut::VisitMut, *};
[INFO] [stdout]     |     --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/enum_deserialize.rs:293:30
[INFO] [stdout]     |
[INFO] [stdout] 293 |                 match_token: call_site(),
[INFO] [stdout]     |                              ^^^^^^^^^^^ expected `Match`, found `Span`
[INFO] [stdout]     |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Match`
[INFO] [stdout]     |
[INFO] [stdout] 293 |                 match_token: syn::token::Match { span: call_site() },
[INFO] [stdout]     |                              +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/enum_deserialize.rs:295:30
[INFO] [stdout]     |
[INFO] [stdout] 295 |                 brace_token: call_site(),
[INFO] [stdout]     |                              ^^^^^^^^^^^ expected `Brace`, found `Span`
[INFO] [stdout]     |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Brace`
[INFO] [stdout]     |
[INFO] [stdout] 295 |                 brace_token: syn::token::Brace { span: call_site() },
[INFO] [stdout]     |                              +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/enum_deserialize.rs:300:30
[INFO] [stdout]     |
[INFO] [stdout] 300 |                 match_token: call_site(),
[INFO] [stdout]     |                              ^^^^^^^^^^^ expected `Match`, found `Span`
[INFO] [stdout]     |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Match`
[INFO] [stdout]     |
[INFO] [stdout] 300 |                 match_token: syn::token::Match { span: call_site() },
[INFO] [stdout]     |                              +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/enum_deserialize.rs:302:30
[INFO] [stdout]     |
[INFO] [stdout] 302 |                 brace_token: call_site(),
[INFO] [stdout]     |                              ^^^^^^^^^^^ expected `Brace`, found `Span`
[INFO] [stdout]     |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Brace`
[INFO] [stdout]     |
[INFO] [stdout] 302 |                 brace_token: syn::token::Brace { span: call_site() },
[INFO] [stdout]     |                              +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/enum_deserialize.rs:388:26
[INFO] [stdout]     |
[INFO] [stdout] 388 |             match_token: call_site(),
[INFO] [stdout]     |                          ^^^^^^^^^^^ expected `Match`, found `Span`
[INFO] [stdout]     |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Match`
[INFO] [stdout]     |
[INFO] [stdout] 388 |             match_token: syn::token::Match { span: call_site() },
[INFO] [stdout]     |                          +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/enum_deserialize.rs:390:26
[INFO] [stdout]     |
[INFO] [stdout] 390 |             brace_token: call_site(),
[INFO] [stdout]     |                          ^^^^^^^^^^^ expected `Brace`, found `Span`
[INFO] [stdout]     |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Brace`
[INFO] [stdout]     |
[INFO] [stdout] 390 |             brace_token: syn::token::Brace { span: call_site() },
[INFO] [stdout]     |                          +++++++++++++++++++++++++             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_generics` found for struct `syn::ItemImpl` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/enum_deserialize.rs:438:14
[INFO] [stdout]     |
[INFO] [stdout] 405 | /         Quote::new_call_site()
[INFO] [stdout] 406 | |             .quote_with(smart_quote!(
[INFO] [stdout] 407 | |                 Vars {
[INFO] [stdout] 408 | |                     match_type_expr,
[INFO] [stdout] ...   |
[INFO] [stdout] 437 | |             .parse::<ItemImpl>()
[INFO] [stdout] 438 | |             .with_generics(generics)
[INFO] [stdout]     | |             -^^^^^^^^^^^^^ method not found in `syn::ItemImpl`
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:25:33
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let arms = Binder::new_from(&input)
[INFO] [stdout]    |                ---------------- ^^^^^^ expected `syn::derive::DeriveInput`, found `syn::DeriveInput`
[INFO] [stdout]    |                |
[INFO] [stdout]    |                arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/derive.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / ast_struct! {
[INFO] [stdout] 10 | |     /// Data structure sent to a `proc_macro_derive` macro.
[INFO] [stdout] 11 | |     #[cfg_attr(docsrs, doc(cfg(feature = "derive")))]
[INFO] [stdout] 12 | |     pub struct DeriveInput {
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | |_^ this is the expected type `syn::derive::DeriveInput`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/derive.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / ast_struct! {
[INFO] [stdout]  5 | |     /// Data structure sent to a `proc_macro_derive` macro.
[INFO] [stdout]  6 | |     ///
[INFO] [stdout]  7 | |     /// *This type is available only if Syn is built with the `"derive"` feature.*
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_^ this is the found type `syn::DeriveInput`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/lib.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |   use swc_macros_common::prelude::*;
[INFO] [stdout]    |       ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout]  8 |   use syn::{self, visit_mut::VisitMut, *};
[INFO] [stdout]    |       --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_macros_common-0.3.14/src/binder.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn new_from(input: &'a DeriveInput) -> Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    = note: this error originates in the macro `strip_attrs_pub` which comes from the expansion of the macro `ast_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:29:52
[INFO] [stdout]    |
[INFO] [stdout] 29 |             let (pat, bindings) = v.bind("_", Some(def_site()), None);
[INFO] [stdout]    |                                               ---- ^^^^^^^^^^ expected `Ref`, found `Span`
[INFO] [stdout]    |                                               |
[INFO] [stdout]    |                                               arguments to this enum variant are incorrect
[INFO] [stdout]    |
[INFO] [stdout] help: the type constructed contains `proc_macro2::Span` due to the type of the argument passed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:29:47
[INFO] [stdout]    |
[INFO] [stdout] 29 |             let (pat, bindings) = v.bind("_", Some(def_site()), None);
[INFO] [stdout]    |                                               ^^^^^----------^
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/option.rs:607:4
[INFO] [stdout] help: try wrapping the expression in `syn::token::Ref`
[INFO] [stdout]    |
[INFO] [stdout] 29 |             let (pat, bindings) = v.bind("_", Some(syn::token::Ref { span: def_site() }), None);
[INFO] [stdout]    |                                                    +++++++++++++++++++++++            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:41:17
[INFO] [stdout]     |
[INFO] [stdout]  41 |                 pat,
[INFO] [stdout]     |                 ^^^ expected `syn::Pat`, found `syn::pat::Pat`
[INFO] [stdout]     |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/pat.rs:5:1
[INFO] [stdout]     |
[INFO] [stdout]   5 | / ast_enum_of_structs! {
[INFO] [stdout]   6 | |     /// A pattern in a local binding, function signature, match expression, or
[INFO] [stdout]   7 | |     /// various other places.
[INFO] [stdout]   8 | |     ///
[INFO] [stdout] ...   |
[INFO] [stdout]  98 | | }
[INFO] [stdout]     | |_^ this is the expected type `syn::Pat`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/pat.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 | / ast_enum_of_structs! {
[INFO] [stdout]  16 | |     /// A pattern in a local binding, function signature, match expression, or
[INFO] [stdout]  17 | |     /// various other places.
[INFO] [stdout]  18 | |     ///
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | | }
[INFO] [stdout]     | |_^ this is the found type `syn::pat::Pat`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 |   use swc_macros_common::prelude::*;
[INFO] [stdout]     |       ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout]   8 |   use syn::{self, visit_mut::VisitMut, *};
[INFO] [stdout]     |       --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]     = note: this error originates in the macro `strip_attrs_pub` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: a value of type `Vec<syn::Attribute>` cannot be built from an iterator over elements of type `syn::attr::Attribute`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:40:22
[INFO] [stdout]    |
[INFO] [stdout] 40 |                     .collect(),
[INFO] [stdout]    |                      ^^^^^^^ value of type `Vec<syn::Attribute>` cannot be built from `std::iter::Iterator<Item=syn::attr::Attribute>`
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `FromIterator<syn::attr::Attribute>` is not implemented for `Vec<syn::Attribute>`
[INFO] [stdout]       but trait `FromIterator<syn::Attribute>` is implemented for it
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/vec/mod.rs:3668:0
[INFO] [stdout]    = help: for that trait implementation, expected `syn::Attribute`, found `syn::attr::Attribute`
[INFO] [stdout] note: the method call chain might not have had the expected associated types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:39:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 attrs: v
[INFO] [stdout]    |                        - this expression has type `VariantBinder<'_>`
[INFO] [stdout] 36 |                     .attrs()
[INFO] [stdout] 37 |                     .iter()
[INFO] [stdout]    |                      ------ `Iterator::Item` is `&Attribute` here
[INFO] [stdout] 38 |                     .filter(|attr| is_attr_name(attr, "cfg"))
[INFO] [stdout]    |                      ---------------------------------------- `Iterator::Item` remains `&Attribute` here
[INFO] [stdout] 39 |                     .cloned()
[INFO] [stdout]    |                      ^^^^^^^^ `Iterator::Item` changed to `Attribute` here
[INFO] [stdout] note: required by a bound in `collect`
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/iter/traits/iterator.rs:2015:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:43:34
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 fat_arrow_token: def_site(),
[INFO] [stdout]    |                                  ^^^^^^^^^^ expected `FatArrow`, found `Span`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 comma: Some(def_site()),
[INFO] [stdout]    |                        ---- ^^^^^^^^^^ expected `Comma`, found `Span`
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        arguments to this enum variant are incorrect
[INFO] [stdout]    |
[INFO] [stdout] help: the type constructed contains `proc_macro2::Span` due to the type of the argument passed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:44:24
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 comma: Some(def_site()),
[INFO] [stdout]    |                        ^^^^^----------^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/option.rs:607:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:51:22
[INFO] [stdout]    |
[INFO] [stdout] 51 |         match_token: def_site(),
[INFO] [stdout]    |                      ^^^^^^^^^^ expected `Match`, found `Span`
[INFO] [stdout]    |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Match`
[INFO] [stdout]    |
[INFO] [stdout] 51 |         match_token: syn::token::Match { span: def_site() },
[INFO] [stdout]    |                      +++++++++++++++++++++++++            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:52:22
[INFO] [stdout]    |
[INFO] [stdout] 52 |         brace_token: def_site(),
[INFO] [stdout]    |                      ^^^^^^^^^^ expected `Brace`, found `Span`
[INFO] [stdout]    |
[INFO] [stdout] help: try wrapping the expression in `syn::token::Brace`
[INFO] [stdout]    |
[INFO] [stdout] 52 |         brace_token: syn::token::Brace { span: def_site() },
[INFO] [stdout]    |                      +++++++++++++++++++++++++            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:54:24
[INFO] [stdout]    |
[INFO] [stdout] 54 |             Quote::new(def_site::<Span>())
[INFO] [stdout]    |                        ^^^^^^^^-------- help: remove the unnecessary generics
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        expected 0 generic arguments
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_macros_common-0.3.14/src/lib.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn def_site() -> Span {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:61:16
[INFO] [stdout]    |
[INFO] [stdout] 61 |     Quote::new(def_site::<Span>())
[INFO] [stdout]    |                ^^^^^^^^-------- help: remove the unnecessary generics
[INFO] [stdout]    |                |
[INFO] [stdout]    |                expected 0 generic arguments
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_macros_common-0.3.14/src/lib.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn def_site() -> Span {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_generics` found for struct `syn::ItemImpl` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:77:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     Quote::new(def_site::<Span>())
[INFO] [stdout] 62 | |         .quote_with(smart_quote!(
[INFO] [stdout] 63 | |             Vars {
[INFO] [stdout] 64 | |                 Type: &input.ident,
[INFO] [stdout] ...  |
[INFO] [stdout] 76 | |         .parse::<ItemImpl>()
[INFO] [stdout] 77 | |         .with_generics(input.generics)
[INFO] [stdout]    | |         -^^^^^^^^^^^^^ method not found in `syn::ItemImpl`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:97:16
[INFO] [stdout]    |
[INFO] [stdout] 97 |         if let Fields::Unnamed(..) = *v.data() {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^ expected `syn::data::Fields`, found `syn::Fields`
[INFO] [stdout]    |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/data.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / ast_enum_of_structs! {
[INFO] [stdout] 27 | |     /// Data stored within an enum variant or struct.
[INFO] [stdout] 28 | |     ///
[INFO] [stdout] 29 | |     /// # Syntax tree enum
[INFO] [stdout] ...  |
[INFO] [stdout] 46 | | }
[INFO] [stdout]    | |_^ this is the expected type `syn::data::Fields`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/data.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / ast_enum_of_structs! {
[INFO] [stdout] 26 | |     /// Data stored within an enum variant or struct.
[INFO] [stdout] 27 | |     ///
[INFO] [stdout] 28 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | |_^ this is the found type `syn::Fields`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/lib.rs:7:5
[INFO] [stdout]    |
[INFO] [stdout]  7 |   use swc_macros_common::prelude::*;
[INFO] [stdout]    |       ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout]  8 |   use syn::{self, visit_mut::VisitMut, *};
[INFO] [stdout]    |       --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout]    = note: this error originates in the macro `strip_attrs_pub` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:106:39
[INFO] [stdout]     |
[INFO] [stdout] 106 |         .find(|b| has_empty_span_attr(&b.field().attrs))
[INFO] [stdout]     |                   ------------------- ^^^^^^^^^^^^^^^^ expected `&[Attribute]`, found `&Vec<Attribute>`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&[syn::Attribute]`
[INFO] [stdout]                found reference `&Vec<syn::attr::Attribute>`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:168:4
[INFO] [stdout]     |
[INFO] [stdout] 168 | fn has_empty_span_attr(attrs: &[Attribute]) -> bool {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^ -------------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:144:42
[INFO] [stdout]     |
[INFO] [stdout] 144 |         .map(|b| (b, MyField::from_field(b.field()).unwrap()))
[INFO] [stdout]     |                      ------------------- ^^^^^^^^^ expected `syn::Field`, found `syn::data::Field`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/data.rs:148:1
[INFO] [stdout]     |
[INFO] [stdout] 148 | / ast_struct! {
[INFO] [stdout] 149 | |     /// A field of a struct or enum variant.
[INFO] [stdout] 150 | |     ///
[INFO] [stdout] 151 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...   |
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_^ this is the expected type `syn::Field`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/data.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | / ast_struct! {
[INFO] [stdout] 182 | |     /// A field of a struct or enum variant.
[INFO] [stdout] 183 | |     #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
[INFO] [stdout] 184 | |     pub struct Field {
[INFO] [stdout] ...   |
[INFO] [stdout] 200 | | }
[INFO] [stdout]     | |_^ this is the found type `syn::data::Field`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 |   use swc_macros_common::prelude::*;
[INFO] [stdout]     |       ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout]   8 |   use syn::{self, visit_mut::VisitMut, *};
[INFO] [stdout]     |       --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.13.4/src/from_field.rs:7:8
[INFO] [stdout]     |
[INFO] [stdout]   7 |     fn from_field(field: &Field) -> Result<Self>;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `strip_attrs_pub` which comes from the expansion of the macro `ast_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:155:28
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 Quote::new(def_site::<Span>())
[INFO] [stdout]     |                            ^^^^^^^^-------- help: remove the unnecessary generics
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            expected 0 generic arguments
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here, with 0 generic parameters
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_macros_common-0.3.14/src/lib.rs:18:8
[INFO] [stdout]     |
[INFO] [stdout]  18 | pub fn def_site() -> Span {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: function takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |             Quote::new(def_site::<Span>())
[INFO] [stdout]    |                        ^^^^^^^^-------- help: remove the unnecessary generics
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        expected 0 generic arguments
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here, with 0 generic parameters
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_macros_common-0.3.14/src/lib.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn def_site() -> Span {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/spanned.rs:170:26
[INFO] [stdout]     |
[INFO] [stdout] 170 |         if !is_attr_name(attr, "span") {
[INFO] [stdout]     |             ------------ ^^^^ expected `syn::attr::Attribute`, found `syn::Attribute`
[INFO] [stdout]     |             |
[INFO] [stdout]     |             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: two different versions of crate `syn` are being used; two types coming from two different versions of the same crate are different types even if they look the same
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.110/src/attr.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | / ast_struct! {
[INFO] [stdout]  20 | |     /// An attribute, like `#[repr(transparent)]`.
[INFO] [stdout]  21 | |     ///
[INFO] [stdout]  22 | |     /// <br>
[INFO] [stdout] ...   |
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_^ this is the expected type `syn::attr::Attribute`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/attr.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / ast_struct! {
[INFO] [stdout]  13 | |     /// An attribute like `#[repr(transparent)]`.
[INFO] [stdout]  14 | |     ///
[INFO] [stdout]  15 | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...   |
[INFO] [stdout] 156 | | }
[INFO] [stdout]     | |_^ this is the found type `syn::Attribute`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ast_node-0.8.8/src/lib.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 |   use swc_macros_common::prelude::*;
[INFO] [stdout]     |       ----------------- one version of crate `syn` used here, as a dependency of crate `swc_macros_common`
[INFO] [stdout]   8 |   use syn::{self, visit_mut::VisitMut, *};
[INFO] [stdout]     |       --- one version of crate `syn` used here, as a direct dependency of the current crate
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_macros_common-0.3.14/src/lib.rs:35:8
[INFO] [stdout]     |
[INFO] [stdout]  35 | pub fn is_attr_name(attr: &Attribute, name: &str) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `strip_attrs_pub` which comes from the expansion of the macro `ast_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0277, E0308, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ast_node` (lib) due to 30 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "60eff6f180d43e76f1ad7465f4b8ebf79cf135ad98da6d6a7973fbf090884629", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60eff6f180d43e76f1ad7465f4b8ebf79cf135ad98da6d6a7973fbf090884629", kill_on_drop: false }`
[INFO] [stdout] 60eff6f180d43e76f1ad7465f4b8ebf79cf135ad98da6d6a7973fbf090884629
