[INFO] crate juniper-from-schema-code-gen 0.3.0 is already in cache [INFO] checking juniper-from-schema-code-gen-0.3.0 against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] extracting crate juniper-from-schema-code-gen 0.3.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate juniper-from-schema-code-gen 0.3.0 on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "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-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "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] 8c1d93591ec91942d04e262a716110829609b6715d5c28bbcd15622c27e90510 [INFO] running `"docker" "start" "-a" "8c1d93591ec91942d04e262a716110829609b6715d5c28bbcd15622c27e90510"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling rgb v0.8.14 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Checking 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" "8c1d93591ec91942d04e262a716110829609b6715d5c28bbcd15622c27e90510"` [INFO] running `"docker" "rm" "-f" "8c1d93591ec91942d04e262a716110829609b6715d5c28bbcd15622c27e90510"` [INFO] [stdout] 8c1d93591ec91942d04e262a716110829609b6715d5c28bbcd15622c27e90510