[INFO] fetching crate dataloader 0.13.0... [INFO] checking dataloader-0.13.0 against try#1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73 for pr-78461 [INFO] extracting crate dataloader 0.13.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate dataloader 0.13.0 on toolchain 1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate dataloader 0.13.0 [INFO] finished tweaking crates.io crate dataloader 0.13.0 [INFO] tweaked toml for crates.io crate dataloader 0.13.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate dataloader 0.13.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-graphql-value v2.0.5 [INFO] [stderr] Downloaded async-stream-impl v0.3.0 [INFO] [stderr] Downloaded async-stream v0.3.0 [INFO] [stderr] Downloaded spin v0.6.0 [INFO] [stderr] Downloaded async-graphql-derive v2.0.9 [INFO] [stderr] Downloaded async-graphql-parser v2.0.8 [INFO] [stderr] Downloaded async-graphql v2.0.9 [INFO] [stderr] Downloaded dummy v0.3.3 [INFO] [stderr] Downloaded fake v2.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1c4c1986c5e185ab4dd8b56b503a254baa3824938cb9bcec187a3eeff04cb9dd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1c4c1986c5e185ab4dd8b56b503a254baa3824938cb9bcec187a3eeff04cb9dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c4c1986c5e185ab4dd8b56b503a254baa3824938cb9bcec187a3eeff04cb9dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c4c1986c5e185ab4dd8b56b503a254baa3824938cb9bcec187a3eeff04cb9dd", kill_on_drop: false }` [INFO] [stdout] 1c4c1986c5e185ab4dd8b56b503a254baa3824938cb9bcec187a3eeff04cb9dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1b5ce95284bc3170a1f4a55c6ec8a06b3e85ff73" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3059ad6f6cae7ba0974d2f336ef0eff80d85e5ce64e83447dffffee8c4c67fbc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3059ad6f6cae7ba0974d2f336ef0eff80d85e5ce64e83447dffffee8c4c67fbc", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Checking event-listener v2.5.1 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Checking futures-sink v0.3.7 [INFO] [stderr] Compiling regex-syntax v0.6.20 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking spin v0.6.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking futures-lite v1.11.2 [INFO] [stderr] Checking aho-corasick v0.7.14 [INFO] [stderr] Checking nb-connect v1.0.2 [INFO] [stderr] Checking futures-channel v0.3.7 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Checking async-channel v1.5.1 [INFO] [stderr] Checking async-mutex v1.4.0 [INFO] [stderr] Checking pest v2.1.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking polling v2.0.2 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking async-executor v1.3.0 [INFO] [stderr] Checking async-io v1.1.10 [INFO] [stderr] Checking blocking v1.0.2 [INFO] [stderr] Checking async-global-executor v1.4.2 [INFO] [stderr] Checking async-std v1.6.5 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking regex v1.4.1 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling futures-macro v0.3.7 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling async-stream-impl v0.3.0 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Checking async-stream v0.3.0 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling dummy v0.3.3 [INFO] [stderr] Compiling thiserror v1.0.21 [INFO] [stderr] Checking dataloader v0.13.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking pin-project v1.0.1 [INFO] [stderr] Checking futures-util v0.3.7 [INFO] [stderr] Checking fake v2.2.3 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Checking futures-executor v0.3.7 [INFO] [stderr] Checking futures v0.3.7 [INFO] [stderr] Checking serde_json v1.0.59 [INFO] [stderr] Compiling toml v0.5.7 [INFO] [stderr] Checking async-graphql-value v2.0.5 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Checking async-graphql-parser v2.0.8 [INFO] [stderr] Compiling async-graphql-derive v2.0.9 [INFO] [stderr] Checking async-graphql v2.0.9 [INFO] [stdout] error[E0432]: unresolved import `juniper` [INFO] [stdout] --> examples/juniper.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | use juniper::{self, EmptyMutation, EmptySubscription, FieldResult, Variables}; [INFO] [stdout] | ^^^^ no external crate `juniper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `juniper::graphql_object` [INFO] [stdout] --> examples/juniper.rs:46:3 [INFO] [stdout] | [INFO] [stdout] 46 | #[juniper::graphql_object(Context = AppContext)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `juniper::graphql_object` [INFO] [stdout] --> examples/juniper.rs:71:3 [INFO] [stdout] | [INFO] [stdout] 71 | #[juniper::graphql_object(Context = AppContext)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `juniper::graphql_object` [INFO] [stdout] --> examples/juniper.rs:99:3 [INFO] [stdout] | [INFO] [stdout] 99 | #[juniper::graphql_object(Context = AppContext)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldResult` in this scope [INFO] [stdout] --> examples/juniper.rs:48:48 [INFO] [stdout] | [INFO] [stdout] 48 | async fn persons(_context: &AppContext) -> FieldResult> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use async_graphql::FieldResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EmptyMutation` in this scope [INFO] [stdout] --> examples/juniper.rs:59:39 [INFO] [stdout] | [INFO] [stdout] 59 | juniper::RootNode<'static, Query, EmptyMutation, EmptySubscription>; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use async_graphql::EmptyMutation; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EmptySubscription` in this scope [INFO] [stdout] --> examples/juniper.rs:59:66 [INFO] [stdout] | [INFO] [stdout] 59 | juniper::RootNode<'static, Query, EmptyMutation, EmptySubscription>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use async_graphql::EmptySubscription; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FieldResult` in this scope [INFO] [stdout] --> examples/juniper.rs:81:51 [INFO] [stdout] | [INFO] [stdout] 81 | pub async fn cult(&self, ctx: &AppContext) -> FieldResult> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use async_graphql::FieldResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EmptyMutation` [INFO] [stdout] --> examples/juniper.rs:112:37 [INFO] [stdout] | [INFO] [stdout] 112 | let schema = Schema::new(Query, EmptyMutation::new(), EmptySubscription::new()); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use async_graphql::EmptyMutation; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EmptySubscription` [INFO] [stdout] --> examples/juniper.rs:112:59 [INFO] [stdout] | [INFO] [stdout] 112 | let schema = Schema::new(Query, EmptyMutation::new(), EmptySubscription::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use async_graphql::EmptySubscription; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Variables` [INFO] [stdout] --> examples/juniper.rs:113:16 [INFO] [stdout] | [INFO] [stdout] 113 | let vars = Variables::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use async_graphql::Variables; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [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 `Command { std: "docker" "inspect" "3059ad6f6cae7ba0974d2f336ef0eff80d85e5ce64e83447dffffee8c4c67fbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3059ad6f6cae7ba0974d2f336ef0eff80d85e5ce64e83447dffffee8c4c67fbc", kill_on_drop: false }` [INFO] [stdout] 3059ad6f6cae7ba0974d2f336ef0eff80d85e5ce64e83447dffffee8c4c67fbc