[INFO] fetching crate lucia-macros 0.2.0...
[INFO] testing lucia-macros-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate lucia-macros 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate lucia-macros 0.2.0
[INFO] finished tweaking crates.io crate lucia-macros 0.2.0
[INFO] tweaked toml for crates.io crate lucia-macros 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lucia-macros 0.2.0 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]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 29 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.110)
[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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 5897657226be73552a208b0753fa987d6ddb913897134bcaf3ad183efc2df67c
[INFO] running `Command { std: "docker" "start" "-a" "5897657226be73552a208b0753fa987d6ddb913897134bcaf3ad183efc2df67c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5897657226be73552a208b0753fa987d6ddb913897134bcaf3ad183efc2df67c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5897657226be73552a208b0753fa987d6ddb913897134bcaf3ad183efc2df67c", kill_on_drop: false }`
[INFO] [stdout] 5897657226be73552a208b0753fa987d6ddb913897134bcaf3ad183efc2df67c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] b666188e27712ee82b39928fa035bade542f6856f156e6cdc4001a8ce2cbf81d
[INFO] running `Command { std: "docker" "start" "-a" "b666188e27712ee82b39928fa035bade542f6856f156e6cdc4001a8ce2cbf81d", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling lucia-macros v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: Clone` is not satisfied
[INFO] [stdout]   --> src/pkg/sir/sir_pkg_attr.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 13 |   pub(crate) error: Cow<'attrs, Path>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout] note: required by a bound in `Cow`
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/borrow.rs:182:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: ToOwned` is not satisfied
[INFO] [stdout]   --> src/api_types.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     Cow::Borrowed,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout] note: required by a bound in `Borrowed`
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/borrow.rs:188:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: ToOwned` is not satisfied
[INFO] [stdout]   --> src/api_types.rs:28:7
[INFO] [stdout]    |
[INFO] [stdout] 28 |       Cow::Owned(Path { leading_colon: None, segments })
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout] note: required by a bound in `Owned`
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/borrow.rs:192:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: Clone` is not satisfied
[INFO] [stdout]   --> src/api_types.rs:58:25
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let generic_pair_tt = quote::quote_spanned!(api_ident.span() =>
[INFO] [stdout]    |  _________________________^
[INFO] [stdout] 59 | |     #[allow(unused_qualifications)]
[INFO] [stdout] 60 | |     #[doc = concat!("[lucia::misc::Pair] with [", stringify!(#api_ident), "] as the API.")]
[INFO] [stdout] 61 | |     pub type #generic_pair_ident<DRSR, T> = lucia::misc::Pair<
[INFO] [stdout] ...  |
[INFO] [stdout] 64 | |     >;
[INFO] [stdout] 65 | |   );
[INFO] [stdout]    | |   ^
[INFO] [stdout]    | |   |
[INFO] [stdout]    | |___the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |     required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `quote::ToTokens` is implemented for `Cow<'_, T>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/to_tokens.rs:86:1
[INFO] [stdout]    |
[INFO] [stdout] 86 | impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout]    = note: required for `Cow<'_, syn::Path>` to implement `quote::ToTokens`
[INFO] [stdout]    = note: this error originates in the macro `$crate::quote_token_with_context_spanned` which comes from the expansion of the macro `quote::quote_spanned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: Clone` is not satisfied
[INFO] [stdout]   --> src/api_types.rs:68:29
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let generic_pkgs_aux_tt = quote::quote_spanned!(api_ident.span() =>
[INFO] [stdout]    |  _____________________________^
[INFO] [stdout] 69 | |     #[doc = concat!("[", stringify!(#pkgs_aux_path), "] with [", stringify!(#api_ident), "] as the API.")]
[INFO] [stdout] 70 | |     pub type #generic_pkgs_aux_ident<DRSR, TP> = #pkgs_aux_path<#api_ident, DRSR, TP>;
[INFO] [stdout] 71 | |   );
[INFO] [stdout]    | |   ^
[INFO] [stdout]    | |   |
[INFO] [stdout]    | |___the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |     required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `quote::ToTokens` is implemented for `Cow<'_, T>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/to_tokens.rs:86:1
[INFO] [stdout]    |
[INFO] [stdout] 86 | impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout]    = note: required for `Cow<'_, syn::Path>` to implement `quote::ToTokens`
[INFO] [stdout]    = note: this error originates in the macro `$crate::quote_spanned` which comes from the expansion of the macro `quote::quote_spanned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: Clone` is not satisfied
[INFO] [stdout]   --> src/api_types.rs:68:29
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let generic_pkgs_aux_tt = quote::quote_spanned!(api_ident.span() =>
[INFO] [stdout]    |  _____________________________^
[INFO] [stdout] 69 | |     #[doc = concat!("[", stringify!(#pkgs_aux_path), "] with [", stringify!(#api_ident), "] as the API.")]
[INFO] [stdout] 70 | |     pub type #generic_pkgs_aux_ident<DRSR, TP> = #pkgs_aux_path<#api_ident, DRSR, TP>;
[INFO] [stdout] 71 | |   );
[INFO] [stdout]    | |   ^
[INFO] [stdout]    | |   |
[INFO] [stdout]    | |___the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |     required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `quote::ToTokens` is implemented for `Cow<'_, T>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/to_tokens.rs:86:1
[INFO] [stdout]    |
[INFO] [stdout] 86 | impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout]    = note: required for `Cow<'_, syn::Path>` to implement `quote::ToTokens`
[INFO] [stdout]    = note: this error originates in the macro `$crate::quote_token_with_context_spanned` which comes from the expansion of the macro `quote::quote_spanned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: Clone` is not satisfied
[INFO] [stdout]    --> src/api_types.rs:90:14
[INFO] [stdout]     |
[INFO] [stdout]  90 |       tys.push(quote::quote!(
[INFO] [stdout]     |  ______________^
[INFO] [stdout]  91 | |       #[allow(unused_qualifications)]
[INFO] [stdout]  92 | |       #[doc = concat!(
[INFO] [stdout]  93 | |         "[", stringify!(#pkgs_aux_path), "] with [",
[INFO] [stdout] ...   |
[INFO] [stdout]  99 | |       pub type #local_ty_ident<DRSR> = #pkgs_aux_path<#api_ident, DRSR, lucia::network::#local_tp_ident>;
[INFO] [stdout] 100 | |     ));
[INFO] [stdout]     | |     ^
[INFO] [stdout]     | |     |
[INFO] [stdout]     | |_____the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]     |       required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `quote::ToTokens` is implemented for `Cow<'_, T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/to_tokens.rs:86:1
[INFO] [stdout]     |
[INFO] [stdout]  86 | impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout]     = note: required for `Cow<'_, syn::Path>` to implement `quote::ToTokens`
[INFO] [stdout]     = note: this error originates in the macro `$crate::quote` which comes from the expansion of the macro `quote::quote` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: Clone` is not satisfied
[INFO] [stdout]    --> src/api_types.rs:90:14
[INFO] [stdout]     |
[INFO] [stdout]  90 |       tys.push(quote::quote!(
[INFO] [stdout]     |  ______________^
[INFO] [stdout]  91 | |       #[allow(unused_qualifications)]
[INFO] [stdout]  92 | |       #[doc = concat!(
[INFO] [stdout]  93 | |         "[", stringify!(#pkgs_aux_path), "] with [",
[INFO] [stdout] ...   |
[INFO] [stdout]  99 | |       pub type #local_ty_ident<DRSR> = #pkgs_aux_path<#api_ident, DRSR, lucia::network::#local_tp_ident>;
[INFO] [stdout] 100 | |     ));
[INFO] [stdout]     | |     ^
[INFO] [stdout]     | |     |
[INFO] [stdout]     | |_____the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]     |       required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `quote::ToTokens` is implemented for `Cow<'_, T>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.42/src/to_tokens.rs:86:1
[INFO] [stdout]     |
[INFO] [stdout]  86 | impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout]     = note: required for `Cow<'_, syn::Path>` to implement `quote::ToTokens`
[INFO] [stdout]     = note: this error originates in the macro `$crate::quote_token_with_context` which comes from the expansion of the macro `quote::quote` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: Clone` is not satisfied
[INFO] [stdout]    --> src/pkg/sir/sir_final_values.rs:123:28
[INFO] [stdout]     |
[INFO] [stdout] 123 |           package_impls.push(quote::quote!(
[INFO] [stdout]     |  ____________________________^
[INFO] [stdout] 124 | |           #async_trait_cfg
[INFO] [stdout] 125 | |           impl<
[INFO] [stdout] 126 | |             #(#lts,)*
[INFO] [stdout] ...   |
[INFO] [stdout] 190 | |         ));
[INFO] [stdout]     | |_________^ the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout] note: required by a bound in `Cow`
[INFO] [stdout]    --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/borrow.rs:182:0
[INFO] [stdout]     = note: this error originates in the macro `$crate::quote_token_with_context` which comes from the expansion of the macro `quote::quote` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: Clone` is not satisfied
[INFO] [stdout]   --> src/pkg/sir/sir_pkg_attr.rs:13:3
[INFO] [stdout]    |
[INFO] [stdout]  9 | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 13 |   pub(crate) error: Cow<'attrs, Path>,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Debug` is implemented for `Cow<'_, B>`
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/borrow.rs:408:0
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout]    = note: required for `Cow<'attrs, syn::Path>` to implement `Debug`
[INFO] [stdout]    = note: required for the cast from `&Cow<'attrs, syn::Path>` to `&dyn Debug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: Clone` is not satisfied
[INFO] [stdout]   --> src/pkg/sir/sir_pkg_attr.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 |         error: fea.error.map_or_else(
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 30 | |         || {
[INFO] [stdout] 31 | |           let mut segments = Punctuated::new();
[INFO] [stdout] 32 | |           segments.push(PathSegment {
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | |         Cow::Borrowed,
[INFO] [stdout] 43 | |       ),
[INFO] [stdout]    | |_______^ the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout] note: required by a bound in `Cow`
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/borrow.rs:182:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: ToOwned` is not satisfied
[INFO] [stdout]   --> src/pkg/sir/sir_pkg_attr.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         Cow::Borrowed,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout] note: required by a bound in `Borrowed`
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/borrow.rs:188:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: ToOwned` is not satisfied
[INFO] [stdout]   --> src/pkg/sir/sir_pkg_attr.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |           Cow::Owned(Path { leading_colon: None, segments })
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout] note: required by a bound in `Owned`
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/borrow.rs:192:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: Clone` is not satisfied
[INFO] [stdout]   --> src/pkg.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 |   let spa = SirPkaAttr::try_from(FirPkgAttr::try_from(&*attr_args)?)?;
[INFO] [stdout]    |       ^^^ the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: Clone` is not satisfied
[INFO] [stdout]   --> src/pkg.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |   let spa = SirPkaAttr::try_from(FirPkgAttr::try_from(&*attr_args)?)?;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `syn::Path: Clone` is not satisfied
[INFO] [stdout]   --> src/pkg.rs:70:82
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let SirFinalValues { auxs, package, package_impls } = SirFinalValues::try_from((
[INFO] [stdout]    |  __________________________________________________________________________________^
[INFO] [stdout] 71 | |     &mut camel_case_id,
[INFO] [stdout] 72 | |     fpiv,
[INFO] [stdout] 73 | |     freqdiv,
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |     fbsiv,
[INFO] [stdout] 79 | |   ))?;
[INFO] [stdout]    | |___^ the trait `Clone` is not implemented for `syn::Path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `syn::Path` to implement `ToOwned`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lucia-macros` (lib) due to 16 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b666188e27712ee82b39928fa035bade542f6856f156e6cdc4001a8ce2cbf81d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b666188e27712ee82b39928fa035bade542f6856f156e6cdc4001a8ce2cbf81d", kill_on_drop: false }`
[INFO] [stdout] b666188e27712ee82b39928fa035bade542f6856f156e6cdc4001a8ce2cbf81d
