[INFO] fetching crate dataloader 0.10.0...
[INFO] checking dataloader-0.10.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate dataloader 0.10.0 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate dataloader 0.10.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate dataloader 0.10.0
[INFO] finished tweaking crates.io crate dataloader 0.10.0
[INFO] tweaked toml for crates.io crate dataloader 0.10.0 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate crates.io crate dataloader 0.10.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 1b3b57e266c65e1d4f4967301eeeb8e89e03c7944fbd6df99b3e90d55e8548a1
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "1b3b57e266c65e1d4f4967301eeeb8e89e03c7944fbd6df99b3e90d55e8548a1"`
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.14
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling anyhow v1.0.27
[INFO] [stderr]     Checking futures-channel v0.3.4
[INFO] [stderr]     Checking async-task v1.3.1
[INFO] [stderr]     Checking backtrace-sys v0.1.34
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling parse-zoneinfo v0.2.1
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]     Checking serde_json v1.0.48
[INFO] [stderr]     Checking regex v1.3.5
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling backtrace v0.3.45
[INFO] [stderr]    Compiling dummy v0.3.0
[INFO] [stderr]     Checking itertools v0.9.0
[INFO] [stderr]     Checking combine v3.8.1
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking async-std v1.5.0
[INFO] [stderr]    Compiling chrono-tz v0.5.1
[INFO] [stderr]     Checking bson v0.14.1
[INFO] [stderr]     Checking fake v2.2.0
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]    Compiling failure_derive v0.1.7
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.13
[INFO] [stderr]    Compiling async-trait v0.1.26
[INFO] [stderr]    Compiling serde_derive v1.0.105
[INFO] [stderr]    Compiling failure v0.1.7
[INFO] [stderr]    Compiling graphql-parser v0.2.3
[INFO] [stderr]     Checking thiserror v1.0.13
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking dataloader v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.1
[INFO] [stderr]    Compiling async-graphql-derive v1.7.8
[INFO] [stderr]     Checking async-graphql v1.7.8
[INFO] [stderr] error[E0432]: unresolved import `juniper`
[INFO] [stderr]  --> examples/juniper.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use juniper;
[INFO] [stderr]   |     ^^^^^^^ no `juniper` external crate
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `juniper::graphql_object`
[INFO] [stderr]   --> examples/juniper.rs:49:3
[INFO] [stderr]    |
[INFO] [stderr] 49 | #[juniper::graphql_object(Context = AppContext)]
[INFO] [stderr]    |   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `juniper::graphql_object`
[INFO] [stderr]   --> examples/juniper.rs:73:3
[INFO] [stderr]    |
[INFO] [stderr] 73 | #[juniper::graphql_object(Context = AppContext)]
[INFO] [stderr]    |   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `juniper::graphql_object`
[INFO] [stderr]    --> examples/juniper.rs:101:3
[INFO] [stderr]     |
[INFO] [stderr] 101 | #[juniper::graphql_object(Context = AppContext)]
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EmptyMutation`
[INFO] [stderr]    --> examples/juniper.rs:114:37
[INFO] [stderr]     |
[INFO] [stderr] 114 |     let schema = Schema::new(Query, EmptyMutation::new());
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^ use of undeclared type or module `EmptyMutation`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variables`
[INFO] [stderr]    --> examples/juniper.rs:115:16
[INFO] [stderr]     |
[INFO] [stderr] 115 |     let vars = Variables::new();
[INFO] [stderr]     |                ^^^^^^^^^ use of undeclared type or module `Variables`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FieldResult` in this scope
[INFO] [stderr]   --> examples/juniper.rs:51:48
[INFO] [stderr]    |
[INFO] [stderr] 51 |     async fn persons(_context: &AppContext) -> FieldResult<Vec<Person>> {
[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 async_graphql::FieldResult;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `EmptyMutation` in this scope
[INFO] [stderr]   --> examples/juniper.rs:61:49
[INFO] [stderr]    |
[INFO] [stderr] 61 | type Schema = juniper::RootNode<'static, Query, EmptyMutation<AppContext>>;
[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 async_graphql::EmptyMutation;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 61 | type Schema<EmptyMutation> = juniper::RootNode<'static, Query, EmptyMutation<AppContext>>;
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FieldResult` in this scope
[INFO] [stderr]   --> examples/juniper.rs:83:51
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub async fn cult(&self, ctx: &AppContext) -> FieldResult<Option<Cult>> {
[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 async_graphql::FieldResult;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `dataloader`.
[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: build failed
[INFO] running `"docker" "inspect" "1b3b57e266c65e1d4f4967301eeeb8e89e03c7944fbd6df99b3e90d55e8548a1"`
[INFO] running `"docker" "rm" "-f" "1b3b57e266c65e1d4f4967301eeeb8e89e03c7944fbd6df99b3e90d55e8548a1"`
[INFO] [stdout] 1b3b57e266c65e1d4f4967301eeeb8e89e03c7944fbd6df99b3e90d55e8548a1
