[INFO] fetching crate juniper-compose 0.0.3...
[INFO] testing juniper-compose-0.0.3 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate juniper-compose 0.0.3 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate juniper-compose 0.0.3
[INFO] finished tweaking crates.io crate juniper-compose 0.0.3
[INFO] tweaked toml for crates.io crate juniper-compose 0.0.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate juniper-compose 0.0.3 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 119 packages to latest compatible versions
[INFO] [stderr]       Adding juniper v0.15.12 (available: v0.17.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ascii v0.9.3
[INFO] [stderr]   Downloaded juniper-compose-macros v0.0.3
[INFO] [stderr]   Downloaded unreachable v1.0.0
[INFO] [stderr]   Downloaded juniper_codegen v0.15.9
[INFO] [stderr]   Downloaded futures-enum v0.1.17
[INFO] [stderr]   Downloaded bson v1.2.4
[INFO] [stderr]   Downloaded graphql-parser v0.3.0
[INFO] [stderr]   Downloaded juniper v0.15.12
[INFO] [stderr]   Downloaded combine v3.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 814a8b7085c28f0bb39685531f68db42eac1fe6bbd94504b2170f9541c048d54
[INFO] running `Command { std: "docker" "start" "-a" "814a8b7085c28f0bb39685531f68db42eac1fe6bbd94504b2170f9541c048d54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "814a8b7085c28f0bb39685531f68db42eac1fe6bbd94504b2170f9541c048d54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "814a8b7085c28f0bb39685531f68db42eac1fe6bbd94504b2170f9541c048d54", kill_on_drop: false }`
[INFO] [stdout] 814a8b7085c28f0bb39685531f68db42eac1fe6bbd94504b2170f9541c048d54
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 250274f3bc04eddc5508ff4d8bf82bfc5dc3f040825c476613230df4464de5c0
[INFO] running `Command { std: "docker" "start" "-a" "250274f3bc04eddc5508ff4d8bf82bfc5dc3f040825c476613230df4464de5c0", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling derive_utils v0.11.2
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling juniper_codegen v0.15.9
[INFO] [stderr]    Compiling juniper-compose-macros v0.0.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]    Compiling futures-enum v0.1.17
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling graphql-parser v0.3.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling bson v1.2.4
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling juniper v0.15.12
[INFO] [stderr]    Compiling juniper-compose v0.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
[INFO] running `Command { std: "docker" "inspect" "250274f3bc04eddc5508ff4d8bf82bfc5dc3f040825c476613230df4464de5c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "250274f3bc04eddc5508ff4d8bf82bfc5dc3f040825c476613230df4464de5c0", kill_on_drop: false }`
[INFO] [stdout] 250274f3bc04eddc5508ff4d8bf82bfc5dc3f040825c476613230df4464de5c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 23fc117412949e8f0b15295d8dc1045eb7113db887fabbf314f0be8d76622c2a
[INFO] running `Command { std: "docker" "start" "-a" "23fc117412949e8f0b15295d8dc1045eb7113db887fabbf314f0be8d76622c2a", kill_on_drop: false }`
[INFO] [stderr]    Compiling juniper-compose v0.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] running `Command { std: "docker" "inspect" "23fc117412949e8f0b15295d8dc1045eb7113db887fabbf314f0be8d76622c2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23fc117412949e8f0b15295d8dc1045eb7113db887fabbf314f0be8d76622c2a", kill_on_drop: false }`
[INFO] [stdout] 23fc117412949e8f0b15295d8dc1045eb7113db887fabbf314f0be8d76622c2a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d4d552424e176af27d7afcb25eb62f223c4159cdbb4fe157abeeb6396cea9de3
[INFO] running `Command { std: "docker" "start" "-a" "d4d552424e176af27d7afcb25eb62f223c4159cdbb4fe157abeeb6396cea9de3", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/juniper_compose-996d75e0f366d334)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests juniper_compose
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - composite_object (line 116) ... FAILED
[INFO] [stdout] test src/lib.rs - composable_object (line 101) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 81) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 13) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 87) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 45) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - composite_object (line 116) stdout ----
[INFO] [stdout] error: cannot find macro `composite_object` in this scope
[INFO] [stdout]  --> src/lib.rs:119:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | composite_object!(pub Query(UserQueries, TaskQueries));
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose::composite_object;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose_macros::composite_object;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `composite_object` in this scope
[INFO] [stdout]  --> src/lib.rs:118:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | composite_object!(Mutation<Context = MyContextType>(UserMutations, TaskMutations));
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose::composite_object;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose_macros::composite_object;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `composite_object` in this scope
[INFO] [stdout]  --> src/lib.rs:117:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | composite_object!(Query(UserQueries, TaskQueries));
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose::composite_object;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose_macros::composite_object;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - composable_object (line 101) stdout ----
[INFO] [stdout] error: cannot find attribute `composable_object` in this scope
[INFO] [stdout]  --> src/lib.rs:102:3
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[composable_object]
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these attribute macros
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose::composable_object;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose_macros::composable_object;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `graphql_object` in this scope
[INFO] [stdout]  --> src/lib.rs:103:3
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[graphql_object]
[INFO] [stdout]   |   ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper::graphql_object;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `UserQueries` in this scope
[INFO] [stdout]  --> src/lib.rs:104:6
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl UserQueries {
[INFO] [stdout]   |      ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 81) stdout ----
[INFO] [stdout] error: cannot find macro `composite_object` in this scope
[INFO] [stdout]  --> src/lib.rs:82:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | composite_object!(Query<Context = MyCustomContext>(UserQueries, TaskQueries));
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose::composite_object;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose_macros::composite_object;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 13) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Context` in this scope
[INFO] [stdout]  --> src/lib.rs:19:25
[INFO] [stdout]   |
[INFO] [stdout] 8 |     async fn user(ctx: &Context, id: Uuid) -> User {
[INFO] [stdout]   |                         ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::task::Context;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper::Context;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Uuid` in this scope
[INFO] [stdout]  --> src/lib.rs:19:38
[INFO] [stdout]   |
[INFO] [stdout] 8 |     async fn user(ctx: &Context, id: Uuid) -> User {
[INFO] [stdout]   |                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `User` in this scope
[INFO] [stdout]  --> src/lib.rs:19:47
[INFO] [stdout]   |
[INFO] [stdout] 8 |     async fn user(ctx: &Context, id: Uuid) -> User {
[INFO] [stdout]   |                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Context` in this scope
[INFO] [stdout]   --> src/lib.rs:23:26
[INFO] [stdout]    |
[INFO] [stdout] 12 |     async fn users(ctx: &Context) -> Vec<User> {
[INFO] [stdout]    |                          ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use juniper::Context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `User` in this scope
[INFO] [stdout]   --> src/lib.rs:23:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |     async fn users(ctx: &Context) -> Vec<User> {
[INFO] [stdout]    |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Context` in this scope
[INFO] [stdout]   --> src/lib.rs:27:25
[INFO] [stdout]    |
[INFO] [stdout] 16 |     async fn task(ctx: &Context, id: Uuid) -> Task {
[INFO] [stdout]    |                         ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use juniper::Context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Uuid` in this scope
[INFO] [stdout]   --> src/lib.rs:27:38
[INFO] [stdout]    |
[INFO] [stdout] 16 |     async fn task(ctx: &Context, id: Uuid) -> Task {
[INFO] [stdout]    |                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Task` in this scope
[INFO] [stdout]   --> src/lib.rs:27:47
[INFO] [stdout]    |
[INFO] [stdout] 16 |     async fn task(ctx: &Context, id: Uuid) -> Task {
[INFO] [stdout]    |                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Context` in this scope
[INFO] [stdout]   --> src/lib.rs:31:26
[INFO] [stdout]    |
[INFO] [stdout] 20 |     async fn tasks(ctx: &Context) -> Vec<Task> {
[INFO] [stdout]    |                          ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use juniper::Context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Task` in this scope
[INFO] [stdout]   --> src/lib.rs:31:42
[INFO] [stdout]    |
[INFO] [stdout] 20 |     async fn tasks(ctx: &Context) -> Vec<Task> {
[INFO] [stdout]    |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 87) stdout ----
[INFO] [stdout] error: cannot find macro `composite_object` in this scope
[INFO] [stdout]  --> src/lib.rs:88:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | composite_object!(pub(crate) Query<Context = MyCustomContext>(UserQueries, TaskQueries));
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose::composite_object;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose_macros::composite_object;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 45) stdout ----
[INFO] [stdout] error: cannot find attribute `composable_object` in this scope
[INFO] [stdout]  --> src/lib.rs:49:3
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[composable_object]
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these attribute macros
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose::composable_object;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper_compose_macros::composable_object;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `composable_object` in this scope
[INFO] [stdout]   --> src/lib.rs:64:3
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[composable_object]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these attribute macros
[INFO] [stdout]    |
[INFO] [stdout] 2  + use juniper_compose::composable_object;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use juniper_compose_macros::composable_object;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `composite_object` in this scope
[INFO] [stdout]   --> src/lib.rs:76:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | composite_object!(Query(UserQueries, TaskQueries));
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]    |
[INFO] [stdout] 2  + use juniper_compose::composite_object;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use juniper_compose_macros::composite_object;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Context` in this scope
[INFO] [stdout]  --> src/lib.rs:52:25
[INFO] [stdout]   |
[INFO] [stdout] 9 |     async fn user(ctx: &Context, id: Uuid) -> User {
[INFO] [stdout]   |                         ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::task::Context;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use juniper::Context;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Uuid` in this scope
[INFO] [stdout]  --> src/lib.rs:52:38
[INFO] [stdout]   |
[INFO] [stdout] 9 |     async fn user(ctx: &Context, id: Uuid) -> User {
[INFO] [stdout]   |                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `User` in this scope
[INFO] [stdout]  --> src/lib.rs:52:47
[INFO] [stdout]   |
[INFO] [stdout] 9 |     async fn user(ctx: &Context, id: Uuid) -> User {
[INFO] [stdout]   |                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Context` in this scope
[INFO] [stdout]   --> src/lib.rs:56:26
[INFO] [stdout]    |
[INFO] [stdout] 13 |     async fn users(ctx: &Context) -> Vec<User> {
[INFO] [stdout]    |                          ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use juniper::Context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `User` in this scope
[INFO] [stdout]   --> src/lib.rs:56:42
[INFO] [stdout]    |
[INFO] [stdout] 13 |     async fn users(ctx: &Context) -> Vec<User> {
[INFO] [stdout]    |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Context` in this scope
[INFO] [stdout]   --> src/lib.rs:67:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |     async fn task(ctx: &Context, id: Uuid) -> Task {
[INFO] [stdout]    |                         ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use juniper::Context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Uuid` in this scope
[INFO] [stdout]   --> src/lib.rs:67:38
[INFO] [stdout]    |
[INFO] [stdout] 24 |     async fn task(ctx: &Context, id: Uuid) -> Task {
[INFO] [stdout]    |                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Task` in this scope
[INFO] [stdout]   --> src/lib.rs:67:47
[INFO] [stdout]    |
[INFO] [stdout] 24 |     async fn task(ctx: &Context, id: Uuid) -> Task {
[INFO] [stdout]    |                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Context` in this scope
[INFO] [stdout]   --> src/lib.rs:71:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |     async fn tasks(ctx: &Context) -> Vec<Task> {
[INFO] [stdout]    |                          ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use juniper::Context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Task` in this scope
[INFO] [stdout]   --> src/lib.rs:71:42
[INFO] [stdout]    |
[INFO] [stdout] 28 |     async fn tasks(ctx: &Context) -> Vec<Task> {
[INFO] [stdout]    |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 13)
[INFO] [stdout]     src/lib.rs - (line 45)
[INFO] [stdout]     src/lib.rs - (line 81)
[INFO] [stdout]     src/lib.rs - (line 87)
[INFO] [stdout]     src/lib.rs - composable_object (line 101)
[INFO] [stdout]     src/lib.rs - composite_object (line 116)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "d4d552424e176af27d7afcb25eb62f223c4159cdbb4fe157abeeb6396cea9de3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4d552424e176af27d7afcb25eb62f223c4159cdbb4fe157abeeb6396cea9de3", kill_on_drop: false }`
[INFO] [stdout] d4d552424e176af27d7afcb25eb62f223c4159cdbb4fe157abeeb6396cea9de3
