[INFO] crate juniper-eager-loading-code-gen 0.5.0 is already in cache [INFO] checking juniper-eager-loading-code-gen-0.5.0 against try#98d5ea1855f1028095b37c493ba31093c8519d68 for pr-69548 [INFO] extracting crate juniper-eager-loading-code-gen 0.5.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate juniper-eager-loading-code-gen 0.5.0 on toolchain 98d5ea1855f1028095b37c493ba31093c8519d68 [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate juniper-eager-loading-code-gen 0.5.0 [INFO] finished tweaking crates.io crate juniper-eager-loading-code-gen 0.5.0 [INFO] tweaked toml for crates.io crate juniper-eager-loading-code-gen 0.5.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+98d5ea1855f1028095b37c493ba31093c8519d68" "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] a9453df62e83ca51fd417eb374d3614fd900922ca5a62d155ad5fd7fdd3150a1 [INFO] running `"docker" "start" "-a" "a9453df62e83ca51fd417eb374d3614fd900922ca5a62d155ad5fd7fdd3150a1"` [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.11 [INFO] [stderr] Checking proc-macro-error v0.4.11 [INFO] [stderr] Checking juniper-eager-loading-code-gen v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `syn::ItemStruct` [INFO] [stderr] --> src/derive_eager_loading.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | use syn::{parse_macro_input, Fields, GenericArgument, Ident, ItemStruct, PathArguments, Type}; [INFO] [stderr] | ^^^^^^^^^^ no `ItemStruct` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syn::ItemStruct` [INFO] [stderr] --> src/derive_eager_loading.rs:11:62 [INFO] [stderr] | [INFO] [stderr] 11 | use syn::{parse_macro_input, Fields, GenericArgument, Ident, ItemStruct, PathArguments, Type}; [INFO] [stderr] | ^^^^^^^^^^ no `ItemStruct` in the root [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): syn::parse::Parse` is not satisfied [INFO] [stderr] --> src/derive_eager_loading.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | let args = find_and_parse_attr("eager_loading", &attrs).unwrap_or_else(|| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `syn::parse::Parse` is not implemented for `()` [INFO] [stderr] ... [INFO] [stderr] 634 | fn find_and_parse_attr(name: &str, attrs: &[syn::Attribute]) -> Option [INFO] [stderr] | ------------------- [INFO] [stderr] 635 | where [INFO] [stderr] 636 | T: syn::parse::Parse, [INFO] [stderr] | ----------------- required by this bound in `derive_eager_loading::find_and_parse_attr` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/derive_eager_loading.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | args, [INFO] [stderr] | ^^^^ expected struct `derive_eager_loading::field_args::DeriveArgs`, found `()` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): syn::parse::Parse` is not satisfied [INFO] [stderr] --> src/derive_eager_loading.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | let args = find_and_parse_attr("eager_loading", &attrs).unwrap_or_else(|| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `syn::parse::Parse` is not implemented for `()` [INFO] [stderr] ... [INFO] [stderr] 634 | fn find_and_parse_attr(name: &str, attrs: &[syn::Attribute]) -> Option [INFO] [stderr] | ------------------- [INFO] [stderr] 635 | where [INFO] [stderr] 636 | T: syn::parse::Parse, [INFO] [stderr] | ----------------- required by this bound in `derive_eager_loading::find_and_parse_attr` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/derive_eager_loading.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | args, [INFO] [stderr] | ^^^^ expected struct `derive_eager_loading::field_args::DeriveArgs`, found `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `juniper-eager-loading-code-gen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `juniper-eager-loading-code-gen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a9453df62e83ca51fd417eb374d3614fd900922ca5a62d155ad5fd7fdd3150a1"` [INFO] running `"docker" "rm" "-f" "a9453df62e83ca51fd417eb374d3614fd900922ca5a62d155ad5fd7fdd3150a1"` [INFO] [stdout] a9453df62e83ca51fd417eb374d3614fd900922ca5a62d155ad5fd7fdd3150a1