[INFO] fetching crate lucia-macros 0.2.0...
[INFO] testing lucia-macros-0.2.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate lucia-macros 0.2.0 into /workspace/builds/worker-2-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-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lucia-macros 0.2.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 29 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.108)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 87fe34808fd89a7e9acde2f702d0eaeba298b56263a398f7cbbdb03174cf1340
[INFO] running `Command { std: "docker" "start" "-a" "87fe34808fd89a7e9acde2f702d0eaeba298b56263a398f7cbbdb03174cf1340", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "87fe34808fd89a7e9acde2f702d0eaeba298b56263a398f7cbbdb03174cf1340", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87fe34808fd89a7e9acde2f702d0eaeba298b56263a398f7cbbdb03174cf1340", kill_on_drop: false }`
[INFO] [stdout] 87fe34808fd89a7e9acde2f702d0eaeba298b56263a398f7cbbdb03174cf1340
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8dc257adca61b680cd813d45f1d351793a5439354bc5943204af06cb8bcfd88c
[INFO] running `Command { std: "docker" "start" "-a" "8dc257adca61b680cd813d45f1d351793a5439354bc5943204af06cb8bcfd88c", 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/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/borrow.rs:182:1
[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/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/borrow.rs:188:5
[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/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/borrow.rs:192:5
[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]    = 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]    = 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]    = 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]     = 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]     = 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/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/borrow.rs:182:1
[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]    = 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/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/borrow.rs:182:1
[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/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/borrow.rs:188:5
[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/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/borrow.rs:192:5
[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] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lucia-macros` (lib) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "8dc257adca61b680cd813d45f1d351793a5439354bc5943204af06cb8bcfd88c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8dc257adca61b680cd813d45f1d351793a5439354bc5943204af06cb8bcfd88c", kill_on_drop: false }`
[INFO] [stdout] 8dc257adca61b680cd813d45f1d351793a5439354bc5943204af06cb8bcfd88c
