[INFO] crate juniper-from-schema 0.3.0 is already in cache [INFO] checking juniper-from-schema-0.3.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate juniper-from-schema 0.3.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate juniper-from-schema 0.3.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate juniper-from-schema 0.3.0 [INFO] finished tweaking crates.io crate juniper-from-schema 0.3.0 [INFO] tweaked toml for crates.io crate juniper-from-schema 0.3.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 33272d6f17cef628ff0cd2dd3ceead10dcb3a8580a590c40b080b9e811032319 [INFO] running `"docker" "start" "-a" "33272d6f17cef628ff0cd2dd3ceead10dcb3a8580a590c40b080b9e811032319"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling rgb v0.8.14 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling unicase v2.5.1 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking quote v0.6.13 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking indexmap v1.3.0 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Checking assert-json-diff v0.2.1 [INFO] [stderr] Checking trybuild v1.0.17 [INFO] [stderr] Checking syn v0.15.44 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Checking pulldown-cmark v0.4.1 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking version-sync v0.8.1 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling juniper_codegen v0.11.1 [INFO] [stderr] Compiling graphql-parser v0.2.3 [INFO] [stderr] Checking juniper v0.11.1 [INFO] [stderr] Compiling juniper-from-schema-code-gen v0.3.2 [INFO] [stderr] error[E0277]: `syn::ty::Type` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/juniper-from-schema-code-gen-0.3.2/src/parse_input.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | 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[E0277]: `syn::ty::Type` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/juniper-from-schema-code-gen-0.3.2/src/parse_input.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | pub context_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 2 previous errors [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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "33272d6f17cef628ff0cd2dd3ceead10dcb3a8580a590c40b080b9e811032319"` [INFO] running `"docker" "rm" "-f" "33272d6f17cef628ff0cd2dd3ceead10dcb3a8580a590c40b080b9e811032319"` [INFO] [stdout] 33272d6f17cef628ff0cd2dd3ceead10dcb3a8580a590c40b080b9e811032319