[INFO] fetching crate juniper-from-schema-code-gen 0.3.0... [INFO] checking juniper-from-schema-code-gen-0.3.0 against try#d9c49acb7b15e0b6e1b797982100ad6c5d1424a2 for pr-63809 [INFO] extracting crate juniper-from-schema-code-gen 0.3.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate juniper-from-schema-code-gen 0.3.0 on toolchain d9c49acb7b15e0b6e1b797982100ad6c5d1424a2 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d9c49acb7b15e0b6e1b797982100ad6c5d1424a2" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate juniper-from-schema-code-gen 0.3.0 [INFO] finished tweaking crates.io crate juniper-from-schema-code-gen 0.3.0 [INFO] tweaked toml for crates.io crate juniper-from-schema-code-gen 0.3.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d9c49acb7b15e0b6e1b797982100ad6c5d1424a2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d9c49acb7b15e0b6e1b797982100ad6c5d1424a2" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d9c49acb7b15e0b6e1b797982100ad6c5d1424a2" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] be90a51d718daf41a73024e1cce816bbed91a61e1b5a6d4c681a99b8a67d0fd7 [INFO] running `"docker" "start" "-a" "be90a51d718daf41a73024e1cce816bbed91a61e1b5a6d4c681a99b8a67d0fd7"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling pulldown-cmark v0.4.1 [INFO] [stderr] Compiling rgb v0.8.14 [INFO] [stderr] Checking semver-parser v0.9.0 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Checking heck v0.3.1 [INFO] [stderr] Checking proc-macro2 v0.4.30 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Checking toml v0.5.3 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking quote v0.6.13 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking version-sync v0.8.1 [INFO] [stderr] Compiling juniper_codegen v0.11.1 [INFO] [stderr] Checking juniper v0.11.1 [INFO] [stderr] Checking graphql-parser v0.2.3 [INFO] [stderr] Checking juniper-from-schema-code-gen v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: `syn::ty::Type` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/parse_input.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | pub error_type: Type, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `syn::ty::Type` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `syn::ty::Type` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&syn::ty::Type` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `juniper-from-schema-code-gen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `syn::ty::Type` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/parse_input.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | pub error_type: Type, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ `syn::ty::Type` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `syn::ty::Type` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&syn::ty::Type` [INFO] [stderr] = note: required for the cast to the object type `dyn std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `syn::ty::Type` [INFO] [stderr] --> src/parse_input.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | assert_eq!(output.error_type, type_); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | syn::ty::Type [INFO] [stderr] | _ [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::ty::Type` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: `syn::ty::Type` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/parse_input.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | assert_eq!(output.error_type, type_); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::ty::Type` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `syn::ty::Type` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&syn::ty::Type` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `syn::ty::Type` [INFO] [stderr] --> src/parse_input.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | assert_eq!(output.error_type, type_); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | syn::ty::Type [INFO] [stderr] | _ [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::ty::Type` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: `syn::ty::Type` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/parse_input.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | assert_eq!(output.error_type, type_); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::ty::Type` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `syn::ty::Type` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&syn::ty::Type` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `syn::ty::Type` [INFO] [stderr] --> src/parse_input.rs:107:9 [INFO] [stderr] | [INFO] [stderr] 107 | assert_eq!(output.error_type, type_); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | syn::ty::Type [INFO] [stderr] | _ [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::ty::Type` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: `syn::ty::Type` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/parse_input.rs:107:9 [INFO] [stderr] | [INFO] [stderr] 107 | assert_eq!(output.error_type, type_); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::ty::Type` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `syn::ty::Type` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&syn::ty::Type` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0369. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `juniper-from-schema-code-gen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "be90a51d718daf41a73024e1cce816bbed91a61e1b5a6d4c681a99b8a67d0fd7"` [INFO] running `"docker" "rm" "-f" "be90a51d718daf41a73024e1cce816bbed91a61e1b5a6d4c681a99b8a67d0fd7"` [INFO] [stdout] be90a51d718daf41a73024e1cce816bbed91a61e1b5a6d4c681a99b8a67d0fd7