[INFO] fetching crate castle_macro 0.20.2...
[INFO] checking castle_macro-0.20.2 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate castle_macro 0.20.2 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate castle_macro 0.20.2 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate castle_macro 0.20.2
[INFO] finished tweaking crates.io crate castle_macro 0.20.2
[INFO] tweaked toml for crates.io crate castle_macro 0.20.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded castle_schema_parser v0.20.2
[INFO] [stderr]   Downloaded unzip-n v0.1.2
[INFO] [stderr]   Downloaded fast-float v0.2.0
[INFO] [stderr]   Downloaded castle_input_cursor v0.20.2
[INFO] [stderr]   Downloaded async-recursion v1.0.5
[INFO] [stderr]   Downloaded castle_shared_parser v0.20.2
[INFO] [stderr]   Downloaded byte v0.2.7
[INFO] [stderr]   Downloaded castle_tokenizer v0.20.2
[INFO] [stderr]   Downloaded castle_types v0.20.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d7e7fb4a8c8b8fdc2a1d59a26e573e6591e6fb81e58b68605022e8ccbafc8592
[INFO] running `Command { std: "docker" "start" "-a" "d7e7fb4a8c8b8fdc2a1d59a26e573e6591e6fb81e58b68605022e8ccbafc8592", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7e7fb4a8c8b8fdc2a1d59a26e573e6591e6fb81e58b68605022e8ccbafc8592", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7e7fb4a8c8b8fdc2a1d59a26e573e6591e6fb81e58b68605022e8ccbafc8592", kill_on_drop: false }`
[INFO] [stdout] d7e7fb4a8c8b8fdc2a1d59a26e573e6591e6fb81e58b68605022e8ccbafc8592
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bcf9a45d85d23d18fc79b6c788f6ae667c8ba7dcf7ee2984524c12785ed06aaf
[INFO] running `Command { std: "docker" "start" "-a" "bcf9a45d85d23d18fc79b6c788f6ae667c8ba7dcf7ee2984524c12785ed06aaf", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking byte v0.2.7
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]     Checking fast-float v0.2.0
[INFO] [stderr]    Compiling unzip-n v0.1.2
[INFO] [stderr]     Checking rmp v0.8.12
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling async-recursion v1.0.5
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking rmp-serde v1.1.2
[INFO] [stderr]     Checking serde_json v1.0.114
[INFO] [stderr]     Checking castle_input_cursor v0.20.2
[INFO] [stderr]     Checking uuid v1.7.0
[INFO] [stderr]     Checking castle_types v0.20.2
[INFO] [stderr]     Checking castle_tokenizer v0.20.2
[INFO] [stderr]     Checking castle_shared_parser v0.20.2
[INFO] [stderr]     Checking castle_schema_parser v0.20.2
[INFO] [stderr]     Checking castle_macro v0.20.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0635]: unknown feature `drain_filter`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(drain_filter)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `drain_filter`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(drain_filter)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for mutable reference `&mut HashSet<Type>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/types/get_from_conversion.rs:25:24
[INFO] [stdout]    |
[INFO] [stdout] 25 |               types_used.insert(ty.clone());
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | / ast_enum_of_structs! {
[INFO] [stdout] 6  | |     /// The possible types that a Rust value could have.
[INFO] [stdout] 7  | |     ///
[INFO] [stdout] 8  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |     }
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_- doesn't satisfy `syn::Type: Hash`, `syn::Type: PartialEq` or `syn::Type: std::cmp::Eq`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: PartialEq`
[INFO] [stdout]            which is required by `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: Hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for mutable reference `&mut HashSet<Type>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/types/get_from_conversion.rs:25:24
[INFO] [stdout]    |
[INFO] [stdout] 25 |               types_used.insert(ty.clone());
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | / ast_enum_of_structs! {
[INFO] [stdout] 6  | |     /// The possible types that a Rust value could have.
[INFO] [stdout] 7  | |     ///
[INFO] [stdout] 8  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |     }
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_- doesn't satisfy `syn::Type: Hash`, `syn::Type: PartialEq` or `syn::Type: std::cmp::Eq`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: PartialEq`
[INFO] [stdout]            which is required by `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: Hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `drain_filter` found for struct `Vec<Attribute>` in the current scope
[INFO] [stdout]   --> src/types/mod.rs:78:51
[INFO] [stdout]    |
[INFO] [stdout] 78 |             let directives: String = method.attrs.drain_filter(|attr| attr.path.is_ident("directives"))
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^ method not found in `Vec<Attribute>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for mutable reference `&mut HashSet<Type>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/types/mod.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |               types_used.insert(fn_return_type.clone());
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | / ast_enum_of_structs! {
[INFO] [stdout] 6  | |     /// The possible types that a Rust value could have.
[INFO] [stdout] 7  | |     ///
[INFO] [stdout] 8  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |     }
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_- doesn't satisfy `syn::Type: Hash`, `syn::Type: PartialEq` or `syn::Type: std::cmp::Eq`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: PartialEq`
[INFO] [stdout]            which is required by `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: Hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `drain_filter` found for struct `Vec<Attribute>` in the current scope
[INFO] [stdout]   --> src/types/mod.rs:78:51
[INFO] [stdout]    |
[INFO] [stdout] 78 |             let directives: String = method.attrs.drain_filter(|attr| attr.path.is_ident("directives"))
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^ method not found in `Vec<Attribute>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for mutable reference `&mut HashSet<Type>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/types/mod.rs:95:36
[INFO] [stdout]    |
[INFO] [stdout] 95 |                           types_used.insert(*ty.clone());
[INFO] [stdout]    |                                      ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | / ast_enum_of_structs! {
[INFO] [stdout] 6  | |     /// The possible types that a Rust value could have.
[INFO] [stdout] 7  | |     ///
[INFO] [stdout] 8  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |     }
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_- doesn't satisfy `syn::Type: Hash`, `syn::Type: PartialEq` or `syn::Type: std::cmp::Eq`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: PartialEq`
[INFO] [stdout]            which is required by `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: Hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for mutable reference `&mut HashSet<Type>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/types/mod.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |               types_used.insert(fn_return_type.clone());
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | / ast_enum_of_structs! {
[INFO] [stdout] 6  | |     /// The possible types that a Rust value could have.
[INFO] [stdout] 7  | |     ///
[INFO] [stdout] 8  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |     }
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_- doesn't satisfy `syn::Type: Hash`, `syn::Type: PartialEq` or `syn::Type: std::cmp::Eq`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: PartialEq`
[INFO] [stdout]            which is required by `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: Hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for mutable reference `&mut HashSet<Type>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/types/mod.rs:95:36
[INFO] [stdout]    |
[INFO] [stdout] 95 |                           types_used.insert(*ty.clone());
[INFO] [stdout]    |                                      ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | / ast_enum_of_structs! {
[INFO] [stdout] 6  | |     /// The possible types that a Rust value could have.
[INFO] [stdout] 7  | |     ///
[INFO] [stdout] 8  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |     }
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_- doesn't satisfy `syn::Type: Hash`, `syn::Type: PartialEq` or `syn::Type: std::cmp::Eq`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: PartialEq`
[INFO] [stdout]            which is required by `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: Hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `At` doesn't implement `Debug`
[INFO] [stdout]  --> src/directives/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Debug)]
[INFO] [stdout]   |          ----- in this derive macro expansion
[INFO] [stdout] 8 | pub struct DirectiveDefinitionAttribute {
[INFO] [stdout] 9 |     pub at: syn::Token![@],
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ `At` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Debug` is not implemented for `At`
[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::token::Paren` doesn't implement `Debug`
[INFO] [stdout]   --> src/directives/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub paren_token: syn::token::Paren,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::token::Paren` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `syn::token::Paren`
[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::punctuated::Punctuated<syn::Field, syn::token::Comma>` doesn't implement `Debug`
[INFO] [stdout]   --> src/directives/mod.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub inputs: syn::punctuated::Punctuated<syn::Field, syn::Token![,]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::punctuated::Punctuated<syn::Field, syn::token::Comma>` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `syn::punctuated::Punctuated<syn::Field, syn::token::Comma>`, which is required by `&syn::punctuated::Punctuated<syn::Field, syn::token::Comma>: 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]: `syn::token::Paren` doesn't implement `Debug`
[INFO] [stdout]   --> src/directives/mod.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] 28 | pub struct AppliedDirective {
[INFO] [stdout] 29 |     pub paren_token: syn::token::Paren,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::token::Paren` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `syn::token::Paren`
[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]: `At` doesn't implement `Debug`
[INFO] [stdout]  --> src/directives/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Debug)]
[INFO] [stdout]   |          ----- in this derive macro expansion
[INFO] [stdout] 8 | pub struct DirectiveDefinitionAttribute {
[INFO] [stdout] 9 |     pub at: syn::Token![@],
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ `At` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Debug` is not implemented for `At`
[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::token::Paren` doesn't implement `Debug`
[INFO] [stdout]   --> src/directives/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub paren_token: syn::token::Paren,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::token::Paren` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `syn::token::Paren`
[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::punctuated::Punctuated<syn::Field, syn::token::Comma>` doesn't implement `Debug`
[INFO] [stdout]   --> src/directives/mod.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub inputs: syn::punctuated::Punctuated<syn::Field, syn::Token![,]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::punctuated::Punctuated<syn::Field, syn::token::Comma>` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `syn::punctuated::Punctuated<syn::Field, syn::token::Comma>`, which is required by `&syn::punctuated::Punctuated<syn::Field, syn::token::Comma>: 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]: `syn::token::Paren` doesn't implement `Debug`
[INFO] [stdout]   --> src/directives/mod.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] 28 | pub struct AppliedDirective {
[INFO] [stdout] 29 |     pub paren_token: syn::token::Paren,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::token::Paren` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `syn::token::Paren`
[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: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `castle_macro` (lib) due to 10 previous errors
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `castle_macro` (lib test) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "bcf9a45d85d23d18fc79b6c788f6ae667c8ba7dcf7ee2984524c12785ed06aaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bcf9a45d85d23d18fc79b6c788f6ae667c8ba7dcf7ee2984524c12785ed06aaf", kill_on_drop: false }`
[INFO] [stdout] bcf9a45d85d23d18fc79b6c788f6ae667c8ba7dcf7ee2984524c12785ed06aaf
[INFO] checking castle_macro-0.20.2 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate castle_macro 0.20.2 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate castle_macro 0.20.2 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate castle_macro 0.20.2
[INFO] finished tweaking crates.io crate castle_macro 0.20.2
[INFO] tweaked toml for crates.io crate castle_macro 0.20.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c1b6f8c0c4ddf27c59588df818df8b06fa789efc98b71af94d8ed82cbad52547
[INFO] running `Command { std: "docker" "start" "-a" "c1b6f8c0c4ddf27c59588df818df8b06fa789efc98b71af94d8ed82cbad52547", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1b6f8c0c4ddf27c59588df818df8b06fa789efc98b71af94d8ed82cbad52547", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1b6f8c0c4ddf27c59588df818df8b06fa789efc98b71af94d8ed82cbad52547", kill_on_drop: false }`
[INFO] [stdout] c1b6f8c0c4ddf27c59588df818df8b06fa789efc98b71af94d8ed82cbad52547
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 769affce522ba2a15f0acce495234e1609f960deda61e3ced4d6c0d63c40a2d3
[INFO] running `Command { std: "docker" "start" "-a" "769affce522ba2a15f0acce495234e1609f960deda61e3ced4d6c0d63c40a2d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]     Checking byte v0.2.7
[INFO] [stderr]     Checking fast-float v0.2.0
[INFO] [stderr]    Compiling unzip-n v0.1.2
[INFO] [stderr]    Compiling rmp v0.8.12
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling async-recursion v1.0.5
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking serde_json v1.0.114
[INFO] [stderr]     Checking uuid v1.7.0
[INFO] [stderr]     Checking rmp-serde v1.1.2
[INFO] [stderr]     Checking castle_input_cursor v0.20.2
[INFO] [stderr]     Checking castle_types v0.20.2
[INFO] [stderr]     Checking castle_tokenizer v0.20.2
[INFO] [stderr]     Checking castle_shared_parser v0.20.2
[INFO] [stderr]     Checking castle_schema_parser v0.20.2
[INFO] [stderr]     Checking castle_macro v0.20.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0635]: unknown feature `drain_filter`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(drain_filter)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `drain_filter`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(drain_filter)]
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for mutable reference `&mut HashSet<Type>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/types/get_from_conversion.rs:25:24
[INFO] [stdout]    |
[INFO] [stdout] 25 |               types_used.insert(ty.clone());
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | / ast_enum_of_structs! {
[INFO] [stdout] 6  | |     /// The possible types that a Rust value could have.
[INFO] [stdout] 7  | |     ///
[INFO] [stdout] 8  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |     }
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_- doesn't satisfy `syn::Type: Hash`, `syn::Type: PartialEq` or `syn::Type: std::cmp::Eq`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: PartialEq`
[INFO] [stdout]            which is required by `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: Hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for mutable reference `&mut HashSet<Type>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/types/get_from_conversion.rs:25:24
[INFO] [stdout]    |
[INFO] [stdout] 25 |               types_used.insert(ty.clone());
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | / ast_enum_of_structs! {
[INFO] [stdout] 6  | |     /// The possible types that a Rust value could have.
[INFO] [stdout] 7  | |     ///
[INFO] [stdout] 8  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |     }
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_- doesn't satisfy `syn::Type: Hash`, `syn::Type: PartialEq` or `syn::Type: std::cmp::Eq`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: PartialEq`
[INFO] [stdout]            which is required by `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: Hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `drain_filter` found for struct `Vec<Attribute>` in the current scope
[INFO] [stdout]   --> src/types/mod.rs:78:51
[INFO] [stdout]    |
[INFO] [stdout] 78 |             let directives: String = method.attrs.drain_filter(|attr| attr.path.is_ident("directives"))
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^ method not found in `Vec<Attribute>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for mutable reference `&mut HashSet<Type>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/types/mod.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |               types_used.insert(fn_return_type.clone());
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | / ast_enum_of_structs! {
[INFO] [stdout] 6  | |     /// The possible types that a Rust value could have.
[INFO] [stdout] 7  | |     ///
[INFO] [stdout] 8  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |     }
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_- doesn't satisfy `syn::Type: Hash`, `syn::Type: PartialEq` or `syn::Type: std::cmp::Eq`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: PartialEq`
[INFO] [stdout]            which is required by `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: Hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for mutable reference `&mut HashSet<Type>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/types/mod.rs:95:36
[INFO] [stdout]    |
[INFO] [stdout] 95 |                           types_used.insert(*ty.clone());
[INFO] [stdout]    |                                      ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | / ast_enum_of_structs! {
[INFO] [stdout] 6  | |     /// The possible types that a Rust value could have.
[INFO] [stdout] 7  | |     ///
[INFO] [stdout] 8  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |     }
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_- doesn't satisfy `syn::Type: Hash`, `syn::Type: PartialEq` or `syn::Type: std::cmp::Eq`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: PartialEq`
[INFO] [stdout]            which is required by `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: Hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `At` doesn't implement `Debug`
[INFO] [stdout]  --> src/directives/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Debug)]
[INFO] [stdout]   |          ----- in this derive macro expansion
[INFO] [stdout] 8 | pub struct DirectiveDefinitionAttribute {
[INFO] [stdout] 9 |     pub at: syn::Token![@],
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ `At` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Debug` is not implemented for `At`
[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::token::Paren` doesn't implement `Debug`
[INFO] [stdout]   --> src/directives/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub paren_token: syn::token::Paren,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::token::Paren` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `syn::token::Paren`
[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::punctuated::Punctuated<syn::Field, syn::token::Comma>` doesn't implement `Debug`
[INFO] [stdout]   --> src/directives/mod.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub inputs: syn::punctuated::Punctuated<syn::Field, syn::Token![,]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::punctuated::Punctuated<syn::Field, syn::token::Comma>` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `syn::punctuated::Punctuated<syn::Field, syn::token::Comma>`, which is required by `&syn::punctuated::Punctuated<syn::Field, syn::token::Comma>: 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[E0599]: no method named `drain_filter` found for struct `Vec<Attribute>` in the current scope
[INFO] [stdout]   --> src/types/mod.rs:78:51
[INFO] [stdout]    |
[INFO] [stdout] 78 |             let directives: String = method.attrs.drain_filter(|attr| attr.path.is_ident("directives"))
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^ method not found in `Vec<Attribute>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `syn::token::Paren` doesn't implement `Debug`
[INFO] [stdout]   --> src/directives/mod.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] 28 | pub struct AppliedDirective {
[INFO] [stdout] 29 |     pub paren_token: syn::token::Paren,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::token::Paren` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `syn::token::Paren`
[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[E0599]: the method `insert` exists for mutable reference `&mut HashSet<Type>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/types/mod.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |               types_used.insert(fn_return_type.clone());
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | / ast_enum_of_structs! {
[INFO] [stdout] 6  | |     /// The possible types that a Rust value could have.
[INFO] [stdout] 7  | |     ///
[INFO] [stdout] 8  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |     }
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_- doesn't satisfy `syn::Type: Hash`, `syn::Type: PartialEq` or `syn::Type: std::cmp::Eq`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: PartialEq`
[INFO] [stdout]            which is required by `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: Hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `insert` exists for mutable reference `&mut HashSet<Type>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/types/mod.rs:95:36
[INFO] [stdout]    |
[INFO] [stdout] 95 |                           types_used.insert(*ty.clone());
[INFO] [stdout]    |                                      ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/ty.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | / ast_enum_of_structs! {
[INFO] [stdout] 6  | |     /// The possible types that a Rust value could have.
[INFO] [stdout] 7  | |     ///
[INFO] [stdout] 8  | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...  |
[INFO] [stdout] 88 | |     }
[INFO] [stdout] 89 | | }
[INFO] [stdout]    | |_- doesn't satisfy `syn::Type: Hash`, `syn::Type: PartialEq` or `syn::Type: std::cmp::Eq`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: PartialEq`
[INFO] [stdout]            which is required by `syn::Type: std::cmp::Eq`
[INFO] [stdout]            `syn::Type: Hash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `At` doesn't implement `Debug`
[INFO] [stdout]  --> src/directives/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Debug)]
[INFO] [stdout]   |          ----- in this derive macro expansion
[INFO] [stdout] 8 | pub struct DirectiveDefinitionAttribute {
[INFO] [stdout] 9 |     pub at: syn::Token![@],
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ `At` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the trait `Debug` is not implemented for `At`
[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::token::Paren` doesn't implement `Debug`
[INFO] [stdout]   --> src/directives/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub paren_token: syn::token::Paren,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::token::Paren` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `syn::token::Paren`
[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::punctuated::Punctuated<syn::Field, syn::token::Comma>` doesn't implement `Debug`
[INFO] [stdout]   --> src/directives/mod.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub inputs: syn::punctuated::Punctuated<syn::Field, syn::Token![,]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::punctuated::Punctuated<syn::Field, syn::token::Comma>` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `syn::punctuated::Punctuated<syn::Field, syn::token::Comma>`, which is required by `&syn::punctuated::Punctuated<syn::Field, syn::token::Comma>: 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]: `syn::token::Paren` doesn't implement `Debug`
[INFO] [stdout]   --> src/directives/mod.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[derive(Debug)]
[INFO] [stdout]    |          ----- in this derive macro expansion
[INFO] [stdout] 28 | pub struct AppliedDirective {
[INFO] [stdout] 29 |     pub paren_token: syn::token::Paren,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::token::Paren` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `syn::token::Paren`
[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: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `castle_macro` (lib test) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `castle_macro` (lib) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "769affce522ba2a15f0acce495234e1609f960deda61e3ced4d6c0d63c40a2d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "769affce522ba2a15f0acce495234e1609f960deda61e3ced4d6c0d63c40a2d3", kill_on_drop: false }`
[INFO] [stdout] 769affce522ba2a15f0acce495234e1609f960deda61e3ced4d6c0d63c40a2d3
