[INFO] updating cached repository https://github.com/savovs/juniper-schema
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] [stderr] From https://github.com/savovs/juniper-schema
[INFO] [stderr]  + 31a4566...a1a3aca master     -> master  (forced update)
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] a1a3aca39c71d43d78ca4c564a2da95cd19331e6
[INFO] checking savovs/juniper-schema against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsavovs%2Fjuniper-schema" "/workspace/builds/worker-7/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/savovs/juniper-schema on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/savovs/juniper-schema
[INFO] finished tweaking git repo https://github.com/savovs/juniper-schema
[INFO] tweaked toml for git repo https://github.com/savovs/juniper-schema written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate git repo https://github.com/savovs/juniper-schema already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] da81f3e8e4b79b1abf62766c95366bc95990188c615d191f89ae401bec71bda2
[INFO] running `"docker" "start" "-a" "da81f3e8e4b79b1abf62766c95366bc95990188c615d191f89ae401bec71bda2"`
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling indexmap v1.3.2
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling backtrace-sys v0.1.35
[INFO] [stderr]    Compiling colored v1.9.3
[INFO] [stderr]    Compiling juniper_codegen v0.14.2
[INFO] [stderr]    Compiling backtrace v0.3.46
[INFO] [stderr]    Compiling failure v0.1.7
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]     Checking juniper v0.14.2
[INFO] [stderr]    Compiling graphql-parser v0.2.3
[INFO] [stderr]    Compiling juniper-from-schema-code-gen v0.5.2
[INFO] [stderr]     Checking juniper-from-schema v0.5.2
[INFO] [stderr]     Checking merge-schemas v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0412]: cannot find type `Post` in this scope
[INFO] [stderr]  --> src/gql/post/mod.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | graphql_schema_from_file!("src/gql/post/post_schema.gql");
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Post` in this scope
[INFO] [stderr]   --> src/gql/post/mod.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 11 | impl QueryFields for Query {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<Post>`
[INFO] [stderr] ...
[INFO] [stderr] 15 |   ) -> Vec<Post> {
[INFO] [stderr]    |            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RootNode` in this scope
[INFO] [stderr]   --> src/gql/post/mod.rs:30:19
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub type Schema = RootNode<'static, Query, juniper::EmptyMutation>;
[INFO] [stderr]    |                   ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use juniper::RootNode;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `MutationFields` in this scope
[INFO] [stderr]   --> src/gql/user/mod.rs:10:6
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl MutationFields for Mutation {
[INFO] [stderr]    |      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Executor` in this scope
[INFO] [stderr]   --> src/gql/user/mod.rs:11:36
[INFO] [stderr]    |
[INFO] [stderr] 11 |   fn field_noop(&self, _executor: &Executor<'_, Context>) -> FieldResult<&bool> {
[INFO] [stderr]    |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use juniper::Executor;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FieldResult` in this scope
[INFO] [stderr]   --> src/gql/user/mod.rs:11:62
[INFO] [stderr]    |
[INFO] [stderr] 11 |   fn field_noop(&self, _executor: &Executor<'_, Context>) -> FieldResult<&bool> {
[INFO] [stderr]    |                                                              ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use juniper::FieldResult;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `User` in this scope
[INFO] [stderr]   --> src/gql/user/mod.rs:21:16
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let user = User {
[INFO] [stderr]    |                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> src/main.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0422.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `merge-schemas`.
[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[E0432]: unresolved imports `super::Post`, `super::Mutation`
[INFO] [stderr]  --> src/gql/post/post_test.rs:3:22
[INFO] [stderr]   |
[INFO] [stderr] 3 |   use super::{Query, Post, Mutation, Schema};
[INFO] [stderr]   |                      ^^^^  ^^^^^^^^ no `Mutation` in `gql::post`
[INFO] [stderr]   |                      |
[INFO] [stderr]   |                      no `Post` in `gql::post`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Post` in this scope
[INFO] [stderr]  --> src/gql/post/mod.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | graphql_schema_from_file!("src/gql/post/post_schema.gql");
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Post` in this scope
[INFO] [stderr]   --> src/gql/post/mod.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 11 | impl QueryFields for Query {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<Post>`
[INFO] [stderr] ...
[INFO] [stderr] 15 |   ) -> Vec<Post> {
[INFO] [stderr]    |            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0423]: expected value, found struct `juniper::EmptyMutation`
[INFO] [stderr]   --> src/gql/post/post_test.rs:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 |     &Schema::new(Query, juniper::EmptyMutation),
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^ did you mean `juniper::EmptyMutation { /* fields */ }`?
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RootNode` in this scope
[INFO] [stderr]   --> src/gql/post/mod.rs:30:19
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub type Schema = RootNode<'static, Query, juniper::EmptyMutation>;
[INFO] [stderr]    |                   ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use juniper::RootNode;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `MutationFields` in this scope
[INFO] [stderr]   --> src/gql/user/mod.rs:10:6
[INFO] [stderr]    |
[INFO] [stderr] 10 | impl MutationFields for Mutation {
[INFO] [stderr]    |      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Executor` in this scope
[INFO] [stderr]   --> src/gql/user/mod.rs:11:36
[INFO] [stderr]    |
[INFO] [stderr] 11 |   fn field_noop(&self, _executor: &Executor<'_, Context>) -> FieldResult<&bool> {
[INFO] [stderr]    |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use juniper::Executor;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FieldResult` in this scope
[INFO] [stderr]   --> src/gql/user/mod.rs:11:62
[INFO] [stderr]    |
[INFO] [stderr] 11 |   fn field_noop(&self, _executor: &Executor<'_, Context>) -> FieldResult<&bool> {
[INFO] [stderr]    |                                                              ^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use juniper::FieldResult;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `User` in this scope
[INFO] [stderr]   --> src/gql/user/mod.rs:21:16
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let user = User {
[INFO] [stderr]    |                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0423]: expected value, found struct `juniper::EmptyMutation`
[INFO] [stderr]   --> src/gql/user/user_test.rs:10:25
[INFO] [stderr]    |
[INFO] [stderr] 10 |     &Schema::new(Query, juniper::EmptyMutation),
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^ did you mean `juniper::EmptyMutation { /* fields */ }`?
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> src/main.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Mutation`
[INFO] [stderr]  --> src/gql/user/user_test.rs:3:22
[INFO] [stderr]   |
[INFO] [stderr] 3 |   use super::{Query, Mutation, Schema};
[INFO] [stderr]   |                      ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 10 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0422, E0423, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `merge-schemas`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "da81f3e8e4b79b1abf62766c95366bc95990188c615d191f89ae401bec71bda2"`
[INFO] running `"docker" "rm" "-f" "da81f3e8e4b79b1abf62766c95366bc95990188c615d191f89ae401bec71bda2"`
[INFO] [stdout] da81f3e8e4b79b1abf62766c95366bc95990188c615d191f89ae401bec71bda2
