[INFO] crate juniper-from-schema 0.3.0 is already in cache [INFO] testing juniper-from-schema-0.3.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate juniper-from-schema 0.3.0 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate juniper-from-schema 0.3.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate juniper-from-schema 0.3.0 [INFO] finished tweaking crates.io crate juniper-from-schema 0.3.0 [INFO] tweaked toml for crates.io crate juniper-from-schema 0.3.0 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 4355eff1b9997012c171ca0d2bd8f9d68ed567761fccf6245b03ed6b99ddece9 [INFO] running `"docker" "start" "-a" "4355eff1b9997012c171ca0d2bd8f9d68ed567761fccf6245b03ed6b99ddece9"` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling indexmap v1.2.0 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling juniper_codegen v0.11.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling graphql-parser v0.2.3 [INFO] [stderr] Compiling juniper v0.11.1 [INFO] [stderr] Compiling juniper-from-schema-code-gen v0.3.2 [INFO] [stderr] Compiling juniper-from-schema v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.81s [INFO] running `"docker" "inspect" "4355eff1b9997012c171ca0d2bd8f9d68ed567761fccf6245b03ed6b99ddece9"` [INFO] running `"docker" "rm" "-f" "4355eff1b9997012c171ca0d2bd8f9d68ed567761fccf6245b03ed6b99ddece9"` [INFO] [stdout] 4355eff1b9997012c171ca0d2bd8f9d68ed567761fccf6245b03ed6b99ddece9 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2b25a2892130e4fea545de7420d796ae9ab1a937b4fd91e1ed20b7be613825cf [INFO] running `"docker" "start" "-a" "2b25a2892130e4fea545de7420d796ae9ab1a937b4fd91e1ed20b7be613825cf"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pulldown-cmark v0.4.1 [INFO] [stderr] Compiling semver-parser v0.9.0 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling toml v0.5.3 [INFO] [stderr] Compiling assert-json-diff v0.2.1 [INFO] [stderr] Compiling version-sync v0.8.1 [INFO] [stderr] Compiling trybuild v1.0.17 [INFO] [stderr] Compiling juniper-from-schema v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `EmptyMutation`, `Executor`, `FieldResult`, `Variables` [INFO] [stderr] --> tests/setup.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | use juniper::{EmptyMutation, Executor, FieldResult, Variables}; [INFO] [stderr] | ^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `graphql_schema_from_file`, `graphql_schema` [INFO] [stderr] --> tests/setup.rs:2:27 [INFO] [stderr] | [INFO] [stderr] 2 | use juniper_from_schema::{graphql_schema, graphql_schema_from_file}; [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/enumeration_types.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/query_trails.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/input_types.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] --> examples/interface.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/hello_world.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/union_types.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/default_argument_values.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stdout] Value "1.5" None Some(1) [INFO] [stdout] Value "1.0" None Some(1) [INFO] [stdout] Value "2.0" None Some(1) [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/doc_test.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / graphql_schema! { [INFO] [stderr] 118 | | schema { [INFO] [stderr] 119 | | query: Query [INFO] [stderr] 120 | | } [INFO] [stderr] ... | [INFO] [stderr] 172 | | union SearchResult = User [INFO] [stderr] 173 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: message: [INFO] [stderr] [INFO] [stderr] error: Special case scalars don't support having descriptions because the Rust types are defined in external crates [INFO] [stderr] --> schema:9:21 [INFO] [stderr] | [INFO] [stderr] 9 | } "Url scalar desc" scalar Url "InputType desc" input InputType [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] aborting due to previous error [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `juniper-from-schema`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "2b25a2892130e4fea545de7420d796ae9ab1a937b4fd91e1ed20b7be613825cf"` [INFO] running `"docker" "rm" "-f" "2b25a2892130e4fea545de7420d796ae9ab1a937b4fd91e1ed20b7be613825cf"` [INFO] [stdout] 2b25a2892130e4fea545de7420d796ae9ab1a937b4fd91e1ed20b7be613825cf