[INFO] fetching crate juniper_codegen 0.15.9...
[INFO] checking juniper_codegen-0.15.9 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate juniper_codegen 0.15.9 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate juniper_codegen 0.15.9 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate juniper_codegen 0.15.9
[INFO] finished tweaking crates.io crate juniper_codegen 0.15.9
[INFO] tweaked toml for crates.io crate juniper_codegen 0.15.9 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded juniper_codegen v0.15.9
[INFO] [stderr]   Downloaded graphql-parser v0.3.0
[INFO] [stderr]   Downloaded bson v1.2.4
[INFO] [stderr]   Downloaded juniper v0.15.12
[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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 20c110ca1343f6fcb16f555f9dfa56c09e8be8a80a22c630d6e59d29be8f4ae6
[INFO] running `Command { std: "docker" "start" "-a" "20c110ca1343f6fcb16f555f9dfa56c09e8be8a80a22c630d6e59d29be8f4ae6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "20c110ca1343f6fcb16f555f9dfa56c09e8be8a80a22c630d6e59d29be8f4ae6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20c110ca1343f6fcb16f555f9dfa56c09e8be8a80a22c630d6e59d29be8f4ae6", kill_on_drop: false }`
[INFO] [stdout] 20c110ca1343f6fcb16f555f9dfa56c09e8be8a80a22c630d6e59d29be8f4ae6
[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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc88e8fe273276bc8bc7f27e1f113e88ecad0a7198c918889a437bc4d0b9eb33
[INFO] running `Command { std: "docker" "start" "-a" "fc88e8fe273276bc8bc7f27e1f113e88ecad0a7198c918889a437bc4d0b9eb33", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling serde_json v1.0.115
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking proc-macro2 v1.0.79
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking unreachable v1.0.0
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking ascii v0.9.3
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking combine v3.8.1
[INFO] [stderr]    Compiling futures-enum v0.1.17
[INFO] [stderr]     Checking syn v1.0.109
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling juniper_codegen v0.15.9
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking chrono v0.4.37
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking juniper_codegen v0.15.9 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling async-trait v0.1.79
[INFO] [stdout] warning: the item `syn` is imported redundantly
[INFO] [stdout]  --> src/derive_input_object.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | use syn::{self, ext::IdentExt, spanned::Spanned, Data, Fields};
[INFO] [stdout]   |           ^^^^ the item `syn` is already defined by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `syn` is imported redundantly
[INFO] [stdout]  --> src/derive_object.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | use syn::{self, ext::IdentExt, spanned::Spanned, Data, Fields};
[INFO] [stdout]   |           ^^^^ the item `syn` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking graphql-parser v0.3.0
[INFO] [stdout] warning: field `enum_path` is never read
[INFO] [stdout]    --> src/graphql_union/mod.rs:282:9
[INFO] [stdout]     |
[INFO] [stdout] 261 | struct UnionVariantDefinition {
[INFO] [stdout]     |        ---------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 282 |     pub enum_path: Option<TokenStream>,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking bson v1.2.4
[INFO] [stderr]     Checking juniper v0.15.12
[INFO] [stdout] warning: the item `Ident` is imported redundantly
[INFO] [stdout]     --> src/util/mod.rs:1886:15
[INFO] [stdout]      |
[INFO] [stdout] 1885 |     use super::*;
[INFO] [stdout]      |         -------- the item `Ident` is already imported here
[INFO] [stdout] 1886 |     use syn::{Ident, LitStr};
[INFO] [stdout]      |               ^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `syn` is imported redundantly
[INFO] [stdout]  --> src/derive_input_object.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | use syn::{self, ext::IdentExt, spanned::Spanned, Data, Fields};
[INFO] [stdout]   |           ^^^^ the item `syn` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `syn` is imported redundantly
[INFO] [stdout]  --> src/derive_object.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | use syn::{self, ext::IdentExt, spanned::Spanned, Data, Fields};
[INFO] [stdout]   |           ^^^^ the item `syn` is already defined by prelude
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `__TestExhaustive` found for enum `syn::Type` in the current scope
[INFO] [stdout]    --> src/common/parse/mod.rs:199:16
[INFO] [stdout]     |
[INFO] [stdout] 199 |             T::__TestExhaustive(_) => unimplemented!(),
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^ variant or associated item not found in `syn::Type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `juniper_codegen` (lib test) due to 2 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "fc88e8fe273276bc8bc7f27e1f113e88ecad0a7198c918889a437bc4d0b9eb33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc88e8fe273276bc8bc7f27e1f113e88ecad0a7198c918889a437bc4d0b9eb33", kill_on_drop: false }`
[INFO] [stdout] fc88e8fe273276bc8bc7f27e1f113e88ecad0a7198c918889a437bc4d0b9eb33
