[INFO] fetching crate chekov_macros 0.1.0... [INFO] checking chekov_macros-0.1.0 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate chekov_macros 0.1.0 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate chekov_macros 0.1.0 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate chekov_macros 0.1.0 [INFO] finished tweaking crates.io crate chekov_macros 0.1.0 [INFO] tweaked toml for crates.io crate chekov_macros 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 12 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (latest: v2.0.66) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 76a9c74ce288edcc20c0cfbdd83eb9695e9b8c6aa1b6c9090c7009742aef4342 [INFO] running `Command { std: "docker" "start" "-a" "76a9c74ce288edcc20c0cfbdd83eb9695e9b8c6aa1b6c9090c7009742aef4342", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76a9c74ce288edcc20c0cfbdd83eb9695e9b8c6aa1b6c9090c7009742aef4342", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76a9c74ce288edcc20c0cfbdd83eb9695e9b8c6aa1b6c9090c7009742aef4342", kill_on_drop: false }` [INFO] [stdout] 76a9c74ce288edcc20c0cfbdd83eb9695e9b8c6aa1b6c9090c7009742aef4342 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab1a8229e2231673c9961a4d209e523a140fda7237f37cbacc8aca0041cecc52 [INFO] running `Command { std: "docker" "start" "-a" "ab1a8229e2231673c9961a4d209e523a140fda7237f37cbacc8aca0041cecc52", kill_on_drop: false }` [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Checking syn v1.0.109 [INFO] [stderr] Checking darling_core v0.20.9 [INFO] [stderr] Compiling darling_macro v0.20.9 [INFO] [stderr] Checking darling v0.20.9 [INFO] [stderr] Checking chekov_macros v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: `syn::Generics` doesn't implement `Debug` [INFO] [stdout] --> src/aggregate.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 11 | generics: Generics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `syn::Generics` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Generics` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Generics: FromGenerics` is not satisfied [INFO] [stdout] --> src/aggregate.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `FromGenerics` is not implemented for `syn::Generics` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromGenerics`: [INFO] [stdout] () [INFO] [stdout] Ignored [INFO] [stdout] SpannedValue [INFO] [stdout] WithOriginal [INFO] [stdout] darling::ast::Generics

[INFO] [stdout] std::result::Result [INFO] [stdout] syn::generics::Generics [INFO] [stdout] = note: this error originates in the derive macro `FromDeriveInput` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Generics` doesn't implement `Debug` [INFO] [stdout] --> src/aggregate.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 11 | generics: Generics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `syn::Generics` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Generics` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Generics: FromGenerics` is not satisfied [INFO] [stdout] --> src/aggregate.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `FromGenerics` is not implemented for `syn::Generics` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromGenerics`: [INFO] [stdout] () [INFO] [stdout] Ignored [INFO] [stdout] SpannedValue [INFO] [stdout] WithOriginal [INFO] [stdout] darling::ast::Generics

[INFO] [stdout] std::result::Result [INFO] [stdout] syn::generics::Generics [INFO] [stdout] = note: this error originates in the derive macro `FromDeriveInput` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/aggregate.rs:20:78 [INFO] [stdout] | [INFO] [stdout] 20 | let container: AggregateAttrs = match FromDeriveInput::from_derive_input(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: `syn::DeriveInput` and `syn::derive::DeriveInput` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::derive::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/from_derive_input.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_derive_input(input: &DeriveInput) -> Result; [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] --> src/aggregate.rs:20:78 [INFO] [stdout] | [INFO] [stdout] 20 | let container: AggregateAttrs = match FromDeriveInput::from_derive_input(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: `syn::DeriveInput` and `syn::derive::DeriveInput` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::derive::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/from_derive_input.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_derive_input(input: &DeriveInput) -> Result; [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[E0277]: `syn::Generics` doesn't implement `Debug` [INFO] [stdout] --> src/command.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 11 | generics: Generics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `syn::Generics` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Generics` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Path` doesn't implement `Debug` [INFO] [stdout] --> src/command.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 13 | event: Path, [INFO] [stdout] | ^^^^^^^^^^^ `syn::Path` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Path` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Generics` doesn't implement `Debug` [INFO] [stdout] --> src/command.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 11 | generics: Generics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `syn::Generics` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Generics` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Path` doesn't implement `Debug` [INFO] [stdout] --> src/command.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 13 | event: Path, [INFO] [stdout] | ^^^^^^^^^^^ `syn::Path` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Path` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Path: FromMeta` is not satisfied [INFO] [stdout] --> src/command.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | event: Path, [INFO] [stdout] | ^^^^ the trait `FromMeta` is not implemented for `syn::Path` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromMeta`: [INFO] [stdout] () [INFO] [stdout] Arc [INFO] [stdout] AtomicBool [INFO] [stdout] Flag [INFO] [stdout] HashMap [INFO] [stdout] HashMap [INFO] [stdout] HashMap [INFO] [stdout] IdentString [INFO] [stdout] and 94 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Path: FromMeta` is not satisfied [INFO] [stdout] --> src/command.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | aggregate: Path, [INFO] [stdout] | ^^^^ the trait `FromMeta` is not implemented for `syn::Path` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromMeta`: [INFO] [stdout] () [INFO] [stdout] Arc [INFO] [stdout] AtomicBool [INFO] [stdout] Flag [INFO] [stdout] HashMap [INFO] [stdout] HashMap [INFO] [stdout] HashMap [INFO] [stdout] IdentString [INFO] [stdout] and 94 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Path: FromMeta` is not satisfied [INFO] [stdout] --> src/command.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | event: Path, [INFO] [stdout] | ^^^^ the trait `FromMeta` is not implemented for `syn::Path` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromMeta`: [INFO] [stdout] () [INFO] [stdout] Arc [INFO] [stdout] AtomicBool [INFO] [stdout] Flag [INFO] [stdout] HashMap [INFO] [stdout] HashMap [INFO] [stdout] HashMap [INFO] [stdout] IdentString [INFO] [stdout] and 94 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Path: FromMeta` is not satisfied [INFO] [stdout] --> src/command.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | handler: Option, [INFO] [stdout] | ^^^^^^^^^^^^ the trait `FromMeta` is not implemented for `syn::Path`, which is required by `Option: FromMeta` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromMeta`: [INFO] [stdout] () [INFO] [stdout] Arc [INFO] [stdout] AtomicBool [INFO] [stdout] Flag [INFO] [stdout] HashMap [INFO] [stdout] HashMap [INFO] [stdout] HashMap [INFO] [stdout] IdentString [INFO] [stdout] and 94 others [INFO] [stdout] = note: required for `Option` to implement `FromMeta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Path: FromMeta` is not satisfied [INFO] [stdout] --> src/command.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | aggregate: Path, [INFO] [stdout] | ^^^^ the trait `FromMeta` is not implemented for `syn::Path` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromMeta`: [INFO] [stdout] () [INFO] [stdout] Arc [INFO] [stdout] AtomicBool [INFO] [stdout] Flag [INFO] [stdout] HashMap [INFO] [stdout] HashMap [INFO] [stdout] HashMap [INFO] [stdout] IdentString [INFO] [stdout] and 94 others [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Generics: FromGenerics` is not satisfied [INFO] [stdout] --> src/command.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `FromGenerics` is not implemented for `syn::Generics` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromGenerics`: [INFO] [stdout] () [INFO] [stdout] Ignored [INFO] [stdout] SpannedValue [INFO] [stdout] WithOriginal [INFO] [stdout] darling::ast::Generics

[INFO] [stdout] std::result::Result [INFO] [stdout] syn::generics::Generics [INFO] [stdout] = note: this error originates in the derive macro `FromDeriveInput` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Path: FromMeta` is not satisfied [INFO] [stdout] --> src/command.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | handler: Option, [INFO] [stdout] | ^^^^^^^^^^^^ the trait `FromMeta` is not implemented for `syn::Path`, which is required by `Option: FromMeta` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromMeta`: [INFO] [stdout] () [INFO] [stdout] Arc [INFO] [stdout] AtomicBool [INFO] [stdout] Flag [INFO] [stdout] HashMap [INFO] [stdout] HashMap [INFO] [stdout] HashMap [INFO] [stdout] IdentString [INFO] [stdout] and 94 others [INFO] [stdout] = note: required for `Option` to implement `FromMeta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Generics: FromGenerics` is not satisfied [INFO] [stdout] --> src/command.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `FromGenerics` is not implemented for `syn::Generics` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromGenerics`: [INFO] [stdout] () [INFO] [stdout] Ignored [INFO] [stdout] SpannedValue [INFO] [stdout] WithOriginal [INFO] [stdout] darling::ast::Generics

[INFO] [stdout] std::result::Result [INFO] [stdout] syn::generics::Generics [INFO] [stdout] = note: this error originates in the derive macro `FromDeriveInput` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Attribute` doesn't implement `Debug` [INFO] [stdout] --> src/command.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 25 | attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ `syn::Attribute` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Attribute`, which is required by `Vec: Debug` [INFO] [stdout] = help: the trait `Debug` is implemented for `Vec` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Attribute` doesn't implement `Debug` [INFO] [stdout] --> src/command.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 25 | attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ `syn::Attribute` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Attribute`, which is required by `Vec: Debug` [INFO] [stdout] = help: the trait `Debug` is implemented for `Vec` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/command.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^^^^^ expected `syn::Attribute`, found `syn::attr::Attribute` [INFO] [stdout] | [INFO] [stdout] = note: `syn::attr::Attribute` and `syn::Attribute` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::attr::Attribute` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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 | | ///
[INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::Attribute` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 155 | | } [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] = note: this error originates in the derive macro `FromField` 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] --> src/command.rs:35:76 [INFO] [stdout] | [INFO] [stdout] 35 | let container: CommandAttrs = match FromDeriveInput::from_derive_input(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: `syn::DeriveInput` and `syn::derive::DeriveInput` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::derive::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/from_derive_input.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_derive_input(input: &DeriveInput) -> Result; [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] --> src/command.rs:47:76 [INFO] [stdout] | [INFO] [stdout] 47 | let v: Option = match FromField::from_field(i) { [INFO] [stdout] | --------------------- ^ expected `syn::data::Field`, found `syn::Field` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: `syn::Field` and `syn::data::Field` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::Field` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 170 | | } [INFO] [stdout] 171 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::data::Field` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/src/data.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / ast_struct! { [INFO] [stdout] 141 | | /// A field of a struct or enum variant. [INFO] [stdout] 142 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))] [INFO] [stdout] 143 | | pub struct Field { [INFO] [stdout] ... | [INFO] [stdout] 158 | | } [INFO] [stdout] 159 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/from_field.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | fn from_field(field: &Field) -> Result; [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] --> src/command.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^^^^^ expected `syn::Attribute`, found `syn::attr::Attribute` [INFO] [stdout] | [INFO] [stdout] = note: `syn::attr::Attribute` and `syn::Attribute` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::attr::Attribute` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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 | | ///
[INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::Attribute` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 155 | | } [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] = note: this error originates in the derive macro `FromField` 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] --> src/command.rs:35:76 [INFO] [stdout] | [INFO] [stdout] 35 | let container: CommandAttrs = match FromDeriveInput::from_derive_input(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: `syn::DeriveInput` and `syn::derive::DeriveInput` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::derive::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/from_derive_input.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_derive_input(input: &DeriveInput) -> Result; [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] --> src/command.rs:47:76 [INFO] [stdout] | [INFO] [stdout] 47 | let v: Option = match FromField::from_field(i) { [INFO] [stdout] | --------------------- ^ expected `syn::data::Field`, found `syn::Field` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: `syn::Field` and `syn::data::Field` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::Field` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 170 | | } [INFO] [stdout] 171 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::data::Field` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/src/data.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / ast_struct! { [INFO] [stdout] 141 | | /// A field of a struct or enum variant. [INFO] [stdout] 142 | | #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))] [INFO] [stdout] 143 | | pub struct Field { [INFO] [stdout] ... | [INFO] [stdout] 158 | | } [INFO] [stdout] 159 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/from_field.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | fn from_field(field: &Field) -> Result; [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[E0277]: `syn::Generics` doesn't implement `Debug` [INFO] [stdout] --> src/event.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 12 | generics: Generics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `syn::Generics` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Generics` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Generics` doesn't implement `Debug` [INFO] [stdout] --> src/event.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 12 | generics: Generics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `syn::Generics` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Generics` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Generics: FromGenerics` is not satisfied [INFO] [stdout] --> src/event.rs:8:24 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `FromGenerics` is not implemented for `syn::Generics` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromGenerics`: [INFO] [stdout] () [INFO] [stdout] Ignored [INFO] [stdout] SpannedValue [INFO] [stdout] WithOriginal [INFO] [stdout] darling::ast::Generics

[INFO] [stdout] std::result::Result [INFO] [stdout] syn::generics::Generics [INFO] [stdout] = note: this error originates in the derive macro `FromDeriveInput` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Attribute` doesn't implement `Debug` [INFO] [stdout] --> src/event.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug, Clone, FromVariant)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 22 | attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ `syn::Attribute` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Attribute`, which is required by `Vec: Debug` [INFO] [stdout] = help: the trait `Debug` is implemented for `Vec` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Generics: FromGenerics` is not satisfied [INFO] [stdout] --> src/event.rs:8:24 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `FromGenerics` is not implemented for `syn::Generics` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromGenerics`: [INFO] [stdout] () [INFO] [stdout] Ignored [INFO] [stdout] SpannedValue [INFO] [stdout] WithOriginal [INFO] [stdout] darling::ast::Generics

[INFO] [stdout] std::result::Result [INFO] [stdout] syn::generics::Generics [INFO] [stdout] = note: this error originates in the derive macro `FromDeriveInput` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Attribute` doesn't implement `Debug` [INFO] [stdout] --> src/event.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug, Clone, FromVariant)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 22 | attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ `syn::Attribute` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Attribute`, which is required by `Vec: Debug` [INFO] [stdout] = help: the trait `Debug` is implemented for `Vec` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/event.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug, Clone, FromVariant)] [INFO] [stdout] | ^^^^^^^^^^^ expected `syn::Attribute`, found `syn::attr::Attribute` [INFO] [stdout] | [INFO] [stdout] = note: `syn::attr::Attribute` and `syn::Attribute` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::attr::Attribute` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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 | | ///
[INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::Attribute` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 155 | | } [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] = note: this error originates in the derive macro `FromVariant` 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[E0277]: `syn::Attribute` doesn't implement `Debug` [INFO] [stdout] --> src/event.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 32 | attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ `syn::Attribute` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Attribute`, which is required by `Vec: Debug` [INFO] [stdout] = help: the trait `Debug` is implemented for `Vec` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/event.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug, Clone, FromVariant)] [INFO] [stdout] | ^^^^^^^^^^^ expected `syn::Attribute`, found `syn::attr::Attribute` [INFO] [stdout] | [INFO] [stdout] = note: `syn::attr::Attribute` and `syn::Attribute` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::attr::Attribute` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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 | | ///
[INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::Attribute` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 155 | | } [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] = note: this error originates in the derive macro `FromVariant` 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[E0277]: `syn::Attribute` doesn't implement `Debug` [INFO] [stdout] --> src/event.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 32 | attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ `syn::Attribute` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Attribute`, which is required by `Vec: Debug` [INFO] [stdout] = help: the trait `Debug` is implemented for `Vec` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/event.rs:28:24 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^^^^^ expected `syn::Attribute`, found `syn::attr::Attribute` [INFO] [stdout] | [INFO] [stdout] = note: `syn::attr::Attribute` and `syn::Attribute` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::attr::Attribute` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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 | | ///
[INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::Attribute` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 155 | | } [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] = note: this error originates in the derive macro `FromField` 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] --> src/event.rs:28:24 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Debug, Clone, FromField)] [INFO] [stdout] | ^^^^^^^^^ expected `syn::Attribute`, found `syn::attr::Attribute` [INFO] [stdout] | [INFO] [stdout] = note: `syn::attr::Attribute` and `syn::Attribute` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::attr::Attribute` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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 | | ///
[INFO] [stdout] ... | [INFO] [stdout] 178 | | } [INFO] [stdout] 179 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::Attribute` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 155 | | } [INFO] [stdout] 156 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] = note: this error originates in the derive macro `FromField` 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] --> src/event.rs:193:46 [INFO] [stdout] | [INFO] [stdout] 193 | match FromDeriveInput::from_derive_input(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: `syn::DeriveInput` and `syn::derive::DeriveInput` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::derive::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/from_derive_input.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_derive_input(input: &DeriveInput) -> Result; [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[E0277]: `syn::Generics` doesn't implement `Debug` [INFO] [stdout] --> src/event_handler.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 11 | generics: Generics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `syn::Generics` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Generics`, which is required by `&syn::Generics: Debug` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/event.rs:193:46 [INFO] [stdout] | [INFO] [stdout] 193 | match FromDeriveInput::from_derive_input(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: `syn::DeriveInput` and `syn::derive::DeriveInput` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::derive::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/from_derive_input.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_derive_input(input: &DeriveInput) -> Result; [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[E0277]: the trait bound `syn::Generics: FromGenerics` is not satisfied [INFO] [stdout] --> src/event_handler.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `FromGenerics` is not implemented for `syn::Generics` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromGenerics`: [INFO] [stdout] () [INFO] [stdout] Ignored [INFO] [stdout] SpannedValue [INFO] [stdout] WithOriginal [INFO] [stdout] darling::ast::Generics

[INFO] [stdout] std::result::Result [INFO] [stdout] syn::generics::Generics [INFO] [stdout] = note: this error originates in the derive macro `FromDeriveInput` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `syn::Generics` doesn't implement `Debug` [INFO] [stdout] --> src/event_handler.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 11 | generics: Generics, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `syn::Generics` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `syn::Generics`, which is required by `&syn::Generics: Debug` [INFO] [stdout] = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Generics: FromGenerics` is not satisfied [INFO] [stdout] --> src/event_handler.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone, FromDeriveInput)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `FromGenerics` is not implemented for `syn::Generics` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `FromGenerics`: [INFO] [stdout] () [INFO] [stdout] Ignored [INFO] [stdout] SpannedValue [INFO] [stdout] WithOriginal [INFO] [stdout] darling::ast::Generics

[INFO] [stdout] std::result::Result [INFO] [stdout] syn::generics::Generics [INFO] [stdout] = note: this error originates in the derive macro `FromDeriveInput` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/event_handler.rs:18:81 [INFO] [stdout] | [INFO] [stdout] 18 | let container: EventHandlerAttrs = match FromDeriveInput::from_derive_input(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: `syn::DeriveInput` and `syn::derive::DeriveInput` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::derive::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/from_derive_input.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_derive_input(input: &DeriveInput) -> Result; [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] --> src/event_handler.rs:18:81 [INFO] [stdout] | [INFO] [stdout] 18 | let container: EventHandlerAttrs = match FromDeriveInput::from_derive_input(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: `syn::DeriveInput` and `syn::derive::DeriveInput` have similar names, but are actually distinct types [INFO] [stdout] note: `syn::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `syn::derive::DeriveInput` is defined in crate `syn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.66/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] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: perhaps two different versions of crate `syn` are being used? [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.9/src/from_derive_input.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | fn from_derive_input(input: &DeriveInput) -> Result; [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: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `chekov_macros` (lib) due to 24 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `chekov_macros` (lib test) due to 24 previous errors [INFO] running `Command { std: "docker" "inspect" "ab1a8229e2231673c9961a4d209e523a140fda7237f37cbacc8aca0041cecc52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab1a8229e2231673c9961a4d209e523a140fda7237f37cbacc8aca0041cecc52", kill_on_drop: false }` [INFO] [stdout] ab1a8229e2231673c9961a4d209e523a140fda7237f37cbacc8aca0041cecc52 [INFO] checking chekov_macros-0.1.0 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate chekov_macros 0.1.0 into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate chekov_macros 0.1.0 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate chekov_macros 0.1.0 [INFO] finished tweaking crates.io crate chekov_macros 0.1.0 [INFO] tweaked toml for crates.io crate chekov_macros 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 12 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (latest: v2.0.66) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 413c513e5c77b13bdb8711321ceae85ffdd27daaa035b8fd1c07934868cb4bca [INFO] running `Command { std: "docker" "start" "-a" "413c513e5c77b13bdb8711321ceae85ffdd27daaa035b8fd1c07934868cb4bca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "413c513e5c77b13bdb8711321ceae85ffdd27daaa035b8fd1c07934868cb4bca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "413c513e5c77b13bdb8711321ceae85ffdd27daaa035b8fd1c07934868cb4bca", kill_on_drop: false }` [INFO] [stdout] 413c513e5c77b13bdb8711321ceae85ffdd27daaa035b8fd1c07934868cb4bca [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67f4ff478917de79b1163e67a61dccf958aaaa20e1ce2a6c9c711f5f8e1919c1 [INFO] running `Command { std: "docker" "start" "-a" "67f4ff478917de79b1163e67a61dccf958aaaa20e1ce2a6c9c711f5f8e1919c1", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "67f4ff478917de79b1163e67a61dccf958aaaa20e1ce2a6c9c711f5f8e1919c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67f4ff478917de79b1163e67a61dccf958aaaa20e1ce2a6c9c711f5f8e1919c1", kill_on_drop: false }` [INFO] [stdout] 67f4ff478917de79b1163e67a61dccf958aaaa20e1ce2a6c9c711f5f8e1919c1