[INFO] fetching crate juniper 0.11.1... [INFO] extracting crate juniper 0.11.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/juniper/0.11.1 [INFO] extracting crate juniper 0.11.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/juniper/0.11.1 [INFO] validating manifest of juniper-0.11.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of juniper-0.11.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing juniper-0.11.1 [INFO] finished frobbing juniper-0.11.1 [INFO] frobbed toml for juniper-0.11.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/juniper/0.11.1/Cargo.toml [INFO] started frobbing juniper-0.11.1 [INFO] finished frobbing juniper-0.11.1 [INFO] frobbed toml for juniper-0.11.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/juniper/0.11.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing juniper-0.11.1 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/juniper/0.11.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 8cd4e956a442889b13f6ea8dbf7e9cc83c274a5b2fbb9c544d4df925493ede5b [INFO] running `"docker" "start" "-a" "8cd4e956a442889b13f6ea8dbf7e9cc83c274a5b2fbb9c544d4df925493ede5b"` [INFO] [stderr] Compiling juniper_codegen v0.11.1 [INFO] [stderr] Compiling juniper v0.11.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/integrations/chrono.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / /// JSON numbers (i.e. IEEE doubles) are not precise enough for nanosecond [INFO] [stderr] 94 | | /// datetimes. Values will be truncated to microsecond resolution. [INFO] [stderr] | |__________________________________________________________________^ [INFO] [stderr] 95 | / graphql_scalar!(NaiveDateTime where Scalar = { [INFO] [stderr] 96 | | description: "NaiveDateTime" [INFO] [stderr] 97 | | [INFO] [stderr] 98 | | resolve(&self) -> Value { [INFO] [stderr] ... | [INFO] [stderr] 109 | | } [INFO] [stderr] 110 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/schema/meta.rs:791:24 [INFO] [stderr] | [INFO] [stderr] 791 | ln.trim_right() // skip trimming the first line [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/schema/meta.rs:793:38 [INFO] [stderr] | [INFO] [stderr] 793 | ln[trim_start..].trim_right() [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.00s [INFO] running `"docker" "inspect" "8cd4e956a442889b13f6ea8dbf7e9cc83c274a5b2fbb9c544d4df925493ede5b"` [INFO] running `"docker" "rm" "-f" "8cd4e956a442889b13f6ea8dbf7e9cc83c274a5b2fbb9c544d4df925493ede5b"` [INFO] [stdout] 8cd4e956a442889b13f6ea8dbf7e9cc83c274a5b2fbb9c544d4df925493ede5b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/juniper/0.11.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 74b6f098df2d42925b80a2bd655d4c95ce374842045eb0a41c97770b431fb810 [INFO] running `"docker" "start" "-a" "74b6f098df2d42925b80a2bd655d4c95ce374842045eb0a41c97770b431fb810"` [INFO] [stderr] Compiling juniper v0.11.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/integrations/chrono.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / /// JSON numbers (i.e. IEEE doubles) are not precise enough for nanosecond [INFO] [stderr] 94 | | /// datetimes. Values will be truncated to microsecond resolution. [INFO] [stderr] | |__________________________________________________________________^ [INFO] [stderr] 95 | / graphql_scalar!(NaiveDateTime where Scalar = { [INFO] [stderr] 96 | | description: "NaiveDateTime" [INFO] [stderr] 97 | | [INFO] [stderr] 98 | | resolve(&self) -> Value { [INFO] [stderr] ... | [INFO] [stderr] 109 | | } [INFO] [stderr] 110 | | }); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/model.rs:19:32 [INFO] [stderr] | [INFO] [stderr] 19 | fn as_character(&self) -> &Character; [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/model.rs:64:32 [INFO] [stderr] | [INFO] [stderr] 64 | fn as_character(&self) -> &Character { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/model.rs:91:32 [INFO] [stderr] | [INFO] [stderr] 91 | fn as_character(&self) -> &Character { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/model.rs:250:58 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn get_hero(&self, episode: Option) -> &Character { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/model.rs:258:50 [INFO] [stderr] | [INFO] [stderr] 258 | pub fn get_human(&self, id: &str) -> Option<&Human> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Human` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/model.rs:259:43 [INFO] [stderr] | [INFO] [stderr] 259 | self.humans.get(id).map(|h| h as &Human) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Human` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/model.rs:262:50 [INFO] [stderr] | [INFO] [stderr] 262 | pub fn get_droid(&self, id: &str) -> Option<&Droid> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Droid` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/model.rs:263:43 [INFO] [stderr] | [INFO] [stderr] 263 | self.droids.get(id).map(|d| d as &Droid) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Droid` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/model.rs:266:54 [INFO] [stderr] | [INFO] [stderr] 266 | pub fn get_character(&self, id: &str) -> Option<&Character> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/model.rs:276:35 [INFO] [stderr] | [INFO] [stderr] 276 | pub fn get_friends(&self, c: &Character) -> Vec<&Character> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/model.rs:276:54 [INFO] [stderr] | [INFO] [stderr] 276 | pub fn get_friends(&self, c: &Character) -> Vec<&Character> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:6:29 [INFO] [stderr] | [INFO] [stderr] 6 | graphql_interface!(<'a> &'a Character: Database as "Character" |&self| { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:27:10 [INFO] [stderr] | [INFO] [stderr] 27 | &Human => context.get_human(&self.id()), [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Human` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | &Droid => context.get_droid(&self.id()), [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Droid` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:17:38 [INFO] [stderr] | [INFO] [stderr] 17 | field friends(&executor) -> Vec<&Character> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:32:26 [INFO] [stderr] | [INFO] [stderr] 32 | graphql_object!(<'a> &'a Human: Database as "Human" |&self| { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Human` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:45:38 [INFO] [stderr] | [INFO] [stderr] 45 | field friends(&executor) -> Vec<&Character> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:35:19 [INFO] [stderr] | [INFO] [stderr] 35 | interfaces: [&Character] [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:59:26 [INFO] [stderr] | [INFO] [stderr] 59 | graphql_object!(<'a> &'a Droid: Database as "Droid" |&self| { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Droid` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:72:38 [INFO] [stderr] | [INFO] [stderr] 72 | field friends(&executor) -> Vec<&Character> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:62:19 [INFO] [stderr] | [INFO] [stderr] 62 | interfaces: [&Character] [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:91:18 [INFO] [stderr] | [INFO] [stderr] 91 | ) -> Option<&Human> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Human` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:97:18 [INFO] [stderr] | [INFO] [stderr] 97 | ) -> Option<&Droid> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Droid` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tests/schema.rs:105:18 [INFO] [stderr] | [INFO] [stderr] 105 | ) -> Option<&Character> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Character` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/executor_tests/interfaces_unions.rs:17:33 [INFO] [stderr] | [INFO] [stderr] 17 | graphql_interface!(<'a> &'a Pet: () as "Pet" |&self| { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Pet` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/executor_tests/interfaces_unions.rs:44:23 [INFO] [stderr] | [INFO] [stderr] 44 | interfaces: [&Pet] [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Pet` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/executor_tests/interfaces_unions.rs:65:23 [INFO] [stderr] | [INFO] [stderr] 65 | interfaces: [&Pet] [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Pet` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/executor_tests/interfaces_unions.rs:69:23 [INFO] [stderr] | [INFO] [stderr] 69 | pets: Vec>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Pet` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/executor_tests/interfaces_unions.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | field pets() -> Vec<&Pet> { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Pet` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/executor_tests/interfaces_unions.rs:158:29 [INFO] [stderr] | [INFO] [stderr] 158 | graphql_union!(<'a> &'a Pet: () as "Pet" |&self| { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Pet` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/executor_tests/interfaces_unions.rs:198:23 [INFO] [stderr] | [INFO] [stderr] 198 | pets: Vec>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Pet` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/executor_tests/interfaces_unions.rs:202:30 [INFO] [stderr] | [INFO] [stderr] 202 | field pets() -> Vec<&Pet> { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Pet` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/schema/meta.rs:791:24 [INFO] [stderr] | [INFO] [stderr] 791 | ln.trim_right() // skip trimming the first line [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/schema/meta.rs:793:38 [INFO] [stderr] | [INFO] [stderr] 793 | ln[trim_start..].trim_right() [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.35s [INFO] running `"docker" "inspect" "74b6f098df2d42925b80a2bd655d4c95ce374842045eb0a41c97770b431fb810"` [INFO] running `"docker" "rm" "-f" "74b6f098df2d42925b80a2bd655d4c95ce374842045eb0a41c97770b431fb810"` [INFO] [stdout] 74b6f098df2d42925b80a2bd655d4c95ce374842045eb0a41c97770b431fb810 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/juniper/0.11.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] c88c3b62742c730db10441b5c6d7171f07c80c17de02c7008f40d30c18c8a402 [INFO] running `"docker" "start" "-a" "c88c3b62742c730db10441b5c6d7171f07c80c17de02c7008f40d30c18c8a402"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/juniper-85a77873e38999e1 [INFO] [stdout] [INFO] [stdout] running 583 tests [INFO] [stdout] test ast::tests::test_input_value_fmt ... ok [INFO] [stdout] test executor::look_ahead::tests::check_complex_query ... ok [INFO] [stdout] test executor::look_ahead::tests::check_query_with_alias ... ok [INFO] [stdout] test executor::look_ahead::tests::check_query_with_argument ... ok [INFO] [stdout] test executor::look_ahead::tests::check_query_with_inline_fragments ... ok [INFO] [stdout] test executor::look_ahead::tests::check_simple_query ... ok [INFO] [stdout] test executor::look_ahead::tests::check_query_with_fragment ... ok [INFO] [stdout] test executor::look_ahead::tests::check_select_child ... ok [INFO] [stdout] test executor::look_ahead::tests::check_query_with_directives ... ok [INFO] [stdout] test executor::look_ahead::tests::check_query_with_variable ... ok [INFO] [stdout] test executor::look_ahead::tests::check_resolve_concrete_type ... ok [INFO] [stdout] test executor_tests::directives::anonymous_inline_fragment_include_false ... ok [INFO] [stdout] test executor_tests::directives::fragment_spread_include_true ... ok [INFO] [stdout] test executor::look_ahead::tests::check_query_with_child ... ok [INFO] [stdout] test executor_tests::directives::anonymous_inline_fragment_include_true ... ok [INFO] [stdout] test executor_tests::directives::anonymous_inline_fragment_skip_false ... ok [INFO] [stdout] test executor_tests::directives::anonymous_inline_fragment_skip_true ... ok [INFO] [stdout] test executor_tests::directives::fragment_spread_skip_true ... ok [INFO] [stdout] test executor_tests::directives::fragment_spread_skip_false ... ok [INFO] [stdout] test executor_tests::directives::fragment_spread_include_false ... ok [INFO] [stdout] test executor_tests::directives::inline_fragment_include_false ... ok [INFO] [stdout] test executor_tests::directives::scalar_include_false ... ok [INFO] [stdout] test executor_tests::directives::inline_fragment_skip_false ... ok [INFO] [stdout] test executor_tests::directives::scalar_include_false_skip_false ... ok [INFO] [stdout] test executor_tests::directives::scalar_include_false_skip_true ... ok [INFO] [stdout] test executor_tests::directives::inline_fragment_skip_true ... ok [INFO] [stdout] test executor_tests::directives::inline_fragment_include_true ... ok [INFO] [stdout] test executor_tests::directives::scalar_skip_false ... ok [INFO] [stdout] test executor_tests::directives::scalar_include_true_skip_false ... ok [INFO] [stdout] test executor_tests::enums::accepts_enum_literal ... ok [INFO] [stdout] test executor_tests::directives::scalar_include_true ... ok [INFO] [stdout] test executor_tests::directives::scalar_include_true_skip_true ... ok [INFO] [stdout] test executor_tests::directives::scalar_skip_true ... ok [INFO] [stdout] test executor_tests::executor::dynamic_context_switching::test_res_fail ... ok [INFO] [stdout] test executor_tests::enums::does_not_accept_incorrect_type_in_variables ... ok [INFO] [stdout] test executor_tests::enums::does_not_accept_incorrect_enum_name_in_variables ... ok [INFO] [stdout] test executor_tests::enums::accepts_strings_in_variables ... ok [INFO] [stdout] test executor_tests::enums::serializes_as_output ... ok [INFO] [stdout] test executor_tests::executor::merge_parallel_inline_fragments::test ... ok [INFO] [stdout] test executor_tests::enums::does_not_accept_string_literals ... ok [INFO] [stdout] test executor_tests::executor::named_operations::error_if_unknown_operation_name_provided ... ok [INFO] [stdout] test executor_tests::executor::named_operations::error_if_multiple_operations_provided_but_no_name ... ok [INFO] [stdout] test executor_tests::executor::dynamic_context_switching::test_always ... ok [INFO] [stdout] test executor_tests::executor::merge_parallel_fragments::test ... ok [INFO] [stdout] test executor_tests::executor::dynamic_context_switching::test_opt ... ok [INFO] [stdout] test executor_tests::executor::dynamic_context_switching::test_res_success ... ok [INFO] [stdout] test executor_tests::executor::named_operations::uses_named_operation_if_name_provided ... ok [INFO] [stdout] test executor_tests::executor::field_execution::test ... ok [INFO] [stdout] test executor_tests::executor::propagates_errors_to_nullable_fields::non_nullable_nested_level ... ok [INFO] [stdout] test executor_tests::executor::dynamic_context_switching::test_res_opt ... ok [INFO] [stdout] test executor_tests::executor::named_operations::uses_inline_operation_if_no_name_provided ... ok [INFO] [stdout] test executor_tests::executor::named_operations::uses_only_named_operation ... ok [INFO] [stdout] test executor_tests::executor::propagates_errors_to_nullable_fields::nullable_first_level ... ok [INFO] [stdout] test executor_tests::executor::propagates_errors_to_nullable_fields::custom_error_first_level ... ok [INFO] [stdout] test executor_tests::executor::propagates_errors_to_nullable_fields::non_null_list ... ok [INFO] [stdout] test executor_tests::executor::propagates_errors_to_nullable_fields::non_null_list_of_nullable ... ok [INFO] [stdout] test executor_tests::executor::propagates_errors_to_nullable_fields::non_nullable_first_level ... ok [INFO] [stdout] test executor_tests::executor::propagates_errors_to_nullable_fields::nullable_nested_level ... ok [INFO] [stdout] test executor_tests::executor::threads_context_correctly::test ... ok [INFO] [stdout] test executor_tests::introspection::enums::enum_description_introspection ... ok [INFO] [stdout] test executor_tests::interfaces_unions::interface::test ... ok [INFO] [stdout] test executor_tests::executor::propagates_errors_to_nullable_fields::nullable_innermost ... ok [INFO] [stdout] test executor_tests::introspection::enums::named_introspection ... ok [INFO] [stdout] test executor_tests::introspection::enums::default_name_introspection ... ok [INFO] [stdout] test executor_tests::introspection::input_object::default_name_input_value ... ok [INFO] [stdout] test executor_tests::introspection::input_object::default_name_introspection ... ok [INFO] [stdout] test executor_tests::introspection::input_object::derive_derived ... ok [INFO] [stdout] test executor_tests::introspection::enums::enum_deprecation_introspection ... ok [INFO] [stdout] test executor_tests::introspection::enums::enum_deprecation_no_values_introspection ... ok [INFO] [stdout] test executor_tests::introspection::enum_introspection ... ok [INFO] [stdout] test executor_tests::interfaces_unions::union::test ... ok [INFO] [stdout] test executor_tests::introspection::input_object::derive_introspection ... ok [INFO] [stdout] test executor_tests::introspection::enums::enum_value_description_introspection ... ok [INFO] [stdout] test executor_tests::introspection::enums::no_trailing_comma_introspection ... ok [INFO] [stdout] test executor_tests::introspection::input_object::field_description_introspection ... ok [INFO] [stdout] test executor_tests::introspection::scalar_introspection ... ok [INFO] [stdout] test executor_tests::introspection::input_object::description_introspection ... ok [INFO] [stdout] test executor_tests::introspection::input_object::field_with_defaults_introspection ... ok [INFO] [stdout] test executor_tests::variables::allow_lists_to_be_null ... ok [INFO] [stdout] test executor_tests::introspection::interface_introspection ... ok [INFO] [stdout] test executor_tests::variables::allow_lists_to_contain_values ... ok [INFO] [stdout] test executor_tests::variables::allow_lists_of_non_null_to_contain_values ... ok [INFO] [stdout] test executor_tests::introspection::input_object::named_introspection ... ok [INFO] [stdout] test executor_tests::introspection::test_execution ... ok [INFO] [stdout] test executor_tests::variables::allow_lists_of_non_null_to_be_null ... ok [INFO] [stdout] test executor_tests::introspection::input_object::no_trailing_comma_introspection ... ok [INFO] [stdout] test executor_tests::variables::allow_lists_to_contain_null ... ok [INFO] [stdout] test executor_tests::introspection::object_introspection ... ok [INFO] [stdout] test executor_tests::variables::allow_non_nullable_inputs_to_be_set_to_value_directly ... ok [INFO] [stdout] test executor_tests::variables::allow_non_null_lists_to_contain_values ... ok [INFO] [stdout] test executor_tests::variables::allow_nullable_inputs_to_be_omitted ... ok [INFO] [stdout] test executor_tests::variables::allow_non_null_lists_to_contain_null ... ok [INFO] [stdout] test executor_tests::variables::allow_nullable_inputs_to_be_omitted_in_variable ... ok [INFO] [stdout] test executor_tests::variables::allow_nullable_inputs_to_be_explicitly_null ... ok [INFO] [stdout] test executor_tests::variables::allow_non_null_lists_of_non_null_to_contain_values ... ok [INFO] [stdout] test executor_tests::variables::allow_non_nullable_inputs_to_be_set_to_value_in_variable ... ok [INFO] [stdout] test executor_tests::variables::default_argument_when_not_provided ... ok [INFO] [stdout] test executor_tests::variables::does_not_allow_missing_required_field ... ok [INFO] [stdout] test executor_tests::variables::allow_nullable_inputs_to_be_set_to_null_in_variable ... ok [INFO] [stdout] test executor_tests::variables::allow_nullable_inputs_to_be_set_to_value_in_variable ... ok [INFO] [stdout] test executor_tests::variables::allow_nullable_inputs_to_be_set_to_value_directly ... ok [INFO] [stdout] test executor_tests::variables::default_argument_when_nullable_variable_not_provided ... ok [INFO] [stdout] test executor_tests::variables::does_not_allow_lists_of_non_null_to_contain_null ... ok [INFO] [stdout] test executor_tests::variables::default_argument_when_nullable_variable_set_to_null ... ok [INFO] [stdout] test executor_tests::variables::does_not_allow_invalid_types_to_be_used_as_values ... ok [INFO] [stdout] test executor_tests::variables::does_not_allow_non_nullable_input_to_be_set_to_null_in_variable ... ok [INFO] [stdout] test executor_tests::variables::does_not_allow_non_nullable_input_to_be_omitted_in_variable ... ok [INFO] [stdout] test executor_tests::variables::does_not_allow_null_in_required_field ... ok [INFO] [stdout] test executor_tests::variables::does_not_allow_null_variable_for_required_field ... ok [INFO] [stdout] test executor_tests::variables::does_not_allow_non_null_lists_of_non_null_to_be_null ... ok [INFO] [stdout] test executor_tests::variables::does_not_allow_missing_variable_for_required_field ... ok [INFO] [stdout] test executor_tests::variables::does_not_allow_non_null_lists_of_non_null_to_contain_null ... ok [INFO] [stdout] test executor_tests::variables::does_not_allow_non_null_lists_to_be_null ... ok [INFO] [stdout] test executor_tests::variables::inline_complex_input ... ok [INFO] [stdout] test executor_tests::variables::integers::does_not_coerce_from_float ... ok [INFO] [stdout] test executor_tests::variables::does_not_allow_unknown_types_to_be_used_as_values ... ok [INFO] [stdout] test executor_tests::variables::floats::does_not_coerce_from_string ... ok [INFO] [stdout] test executor_tests::variables::floats::coercion_from_integers_should_work ... ok [INFO] [stdout] test executor_tests::variables::inline_runs_from_input_value_on_scalar ... ok [INFO] [stdout] test executor_tests::variables::floats::float_values_should_work ... ok [INFO] [stdout] test executor_tests::variables::inline_parse_single_value_to_list ... ok [INFO] [stdout] test executor_tests::variables::input_object_with_default_values ... ok [INFO] [stdout] test executor_tests::variables::variable_error_on_incorrect_type ... ok [INFO] [stdout] test executor_tests::variables::integers::positive_and_negative_should_work ... ok [INFO] [stdout] test executor_tests::variables::variable_multiple_errors_with_nesting ... ok [INFO] [stdout] test executor_tests::variables::integers::does_not_coerce_from_string ... ok [INFO] [stdout] test executor_tests::variables::nullable_input_object_arguments_successful_with_variables ... ok [INFO] [stdout] test executor_tests::variables::variable_complex_input ... ok [INFO] [stdout] test executor_tests::variables::nullable_input_object_arguments_successful_without_variables ... ok [INFO] [stdout] test executor_tests::variables::variable_error_on_additional_field ... ok [INFO] [stdout] test executor_tests::variables::variable_error_on_nested_non_null ... ok [INFO] [stdout] test executor_tests::variables::variable_error_on_omit_non_null ... ok [INFO] [stdout] test integrations::chrono::test::datetime_fixedoffset_from_input_value ... ok [INFO] [stdout] test executor_tests::variables::variable_runs_from_input_value_on_scalar ... ok [INFO] [stdout] test integrations::chrono::test::datetime_utc_from_input_value_with_fractional_seconds ... ok [INFO] [stdout] test integrations::chrono::test::datetime_utc_from_input_value ... ok [INFO] [stdout] test integrations::chrono::test::datetime_fixedoffset_from_input_value_with_z_timezone ... ok [INFO] [stdout] test integrations::chrono::test::datetime_fixedoffset_from_input_value_with_fractional_seconds ... ok [INFO] [stdout] test integrations::chrono::integration_test::test_serialization ... ok [INFO] [stdout] test integrations::chrono::test::naivedate_from_input_value ... ok [INFO] [stdout] test integrations::serde::tests::errors ... ok [INFO] [stdout] test integrations::chrono::test::naivedatetime_from_input_value ... ok [INFO] [stdout] test integrations::serde::tests::float ... ok [INFO] [stdout] test integrations::serde::tests::error_extensions ... ok [INFO] [stdout] test integrations::serde::tests::int ... ok [INFO] [stdout] test integrations::uuid::test::uuid_from_input_value ... ok [INFO] [stdout] test executor_tests::variables::variable_parse_single_value_to_list ... ok [INFO] [stdout] test integrations::url::test::url_from_input_value ... ok [INFO] [stdout] test integrations::chrono::test::datetime_utc_from_input_value_with_z_timezone ... ok [INFO] [stdout] test macros::tests::args::introspect_field_arg_with_default ... ok [INFO] [stdout] test macros::tests::args::introspect_field_multi_args ... ok [INFO] [stdout] test macros::tests::args::introspect_field_arg_with_default_descr ... ok [INFO] [stdout] test macros::tests::args::introspect_field_multi_args_descr_trailing_comma ... ok [INFO] [stdout] test macros::tests::args::introspect_field_attr_arg_descr_collapse ... ok [INFO] [stdout] test macros::tests::args::introspect_field_args_with_complex_default ... ok [INFO] [stdout] test macros::tests::args::introspect_field_exec_arg ... ok [INFO] [stdout] test macros::tests::args::introspect_field_attr_arg_descr ... ok [INFO] [stdout] test macros::tests::args::introspect_field_multi_args_with_default_descr ... ok [INFO] [stdout] test macros::tests::args::introspect_field_multi_args_with_default ... ok [INFO] [stdout] test macros::tests::args::introspect_field_multi_args_trailing_comma ... ok [INFO] [stdout] test macros::tests::args::introspect_field_multi_args_descr ... ok [INFO] [stdout] test macros::tests::args::introspect_field_exec_arg_and_more ... ok [INFO] [stdout] test macros::tests::args::introspect_field_simple ... ok [INFO] [stdout] test macros::tests::args::introspect_field_multi_args_with_default_trailing_comma ... ok [INFO] [stdout] test macros::tests::args::introspect_field_multi_args_with_default_trailing_comma_descr ... ok [INFO] [stdout] test macros::tests::field::introspect_interface_field_attr_deprecated ... ok [INFO] [stdout] test macros::tests::field::introspect_interface_field_attr_deprecated_reason ... ok [INFO] [stdout] test macros::tests::field::introspect_interface_field_attr_deprecated_descr ... ok [INFO] [stdout] test macros::tests::args::introspect_field_single_arg_descr ... ok [INFO] [stdout] test macros::tests::args::introspect_field_single_arg ... ok [INFO] [stdout] test macros::tests::field::introspect_interface_field_deprecated ... ok [INFO] [stdout] test macros::tests::field::introspect_object_field_attr_deprecated ... ok [INFO] [stdout] test macros::tests::field::introspect_interface_field_attr_description_long ... ok [INFO] [stdout] test macros::tests::field::introspect_interface_field_attr_description_collapse ... ok [INFO] [stdout] test macros::tests::field::introspect_interface_field_attr_description ... ok [INFO] [stdout] test macros::tests::field::introspect_interface_field_simple ... ok [INFO] [stdout] test macros::tests::field::introspect_interface_field_description ... ok [INFO] [stdout] test macros::tests::field::introspect_interface_field_deprecated_descr ... ok [INFO] [stdout] test macros::tests::field::introspect_object_field_deprecated ... ok [INFO] [stdout] test macros::tests::field::introspect_object_field_attr_deprecated_reason ... ok [INFO] [stdout] test macros::tests::field::introspect_object_field_attr_deprecated_descr ... ok [INFO] [stdout] test macros::tests::field::introspect_object_field_attr_description_long ... ok [INFO] [stdout] test macros::tests::interface::introspect_custom_name ... ok [INFO] [stdout] test macros::tests::field::introspect_object_field_description ... ok [INFO] [stdout] test macros::tests::field::introspect_object_field_deprecated_descr ... ok [INFO] [stdout] test macros::tests::field::introspect_object_field_attr_description ... ok [INFO] [stdout] test macros::tests::field::introspect_object_field_attr_description_collapse ... ok [INFO] [stdout] test macros::tests::field::introspect_object_field_simple ... ok [INFO] [stdout] test macros::tests::interface::introspect_commas_on_meta ... ok [INFO] [stdout] test macros::tests::interface::introspect_commas_with_trailing ... ok [INFO] [stdout] test macros::tests::interface::introspect_description_first ... ok [INFO] [stdout] test macros::tests::object::introspect_commas_with_trailing ... ok [INFO] [stdout] test macros::tests::interface::introspect_resolvers_with_trailing_comma ... ok [INFO] [stdout] test macros::tests::interface::introspect_interfaces_first ... ok [INFO] [stdout] test macros::tests::interface::introspect_fields_first ... ok [INFO] [stdout] test macros::tests::object::introspect_commas_on_meta ... ok [INFO] [stdout] test macros::tests::interface::introspect_with_generics ... ok [INFO] [stdout] test macros::tests::interface::introspect_with_lifetime ... ok [INFO] [stdout] test macros::tests::scalar::default_name_introspection ... ok [INFO] [stdout] test macros::tests::object::introspect_custom_name ... ok [INFO] [stdout] test macros::tests::scalar::named_introspection ... ok [INFO] [stdout] test macros::tests::object::introspect_ctx_switch ... ok [INFO] [stdout] test macros::tests::scalar::scalar_description_introspection ... ok [INFO] [stdout] test macros::tests::object::introspect_interfaces_first ... ok [INFO] [stdout] test macros::tests::object::introspect_description_first ... ok [INFO] [stdout] test macros::tests::object::introspect_with_lifetime ... ok [INFO] [stdout] test macros::tests::scalar::path_in_resolve_return_type ... ok [INFO] [stdout] test macros::tests::union::introspect_commas_with_trailing ... ok [INFO] [stdout] test macros::tests::object::introspect_fields_first ... ok [INFO] [stdout] test macros::tests::union::introspect_resolvers_with_trailing_comma ... ok [INFO] [stdout] test macros::tests::object::introspect_with_generics ... ok [INFO] [stdout] test macros::tests::scalar::other_order_introspection ... ok [INFO] [stdout] test macros::tests::union::introspect_description_first ... ok [INFO] [stdout] test macros::tests::union::introspect_resolvers_first ... ok [INFO] [stdout] test parser::tests::lexer::empty_source ... ok [INFO] [stdout] test macros::tests::union::introspect_custom_name ... ok [INFO] [stdout] test parser::tests::document::errors ... ok [INFO] [stdout] test parser::tests::lexer::error_positions ... ok [INFO] [stdout] test parser::tests::lexer::disallow_control_codes ... ok [INFO] [stdout] test parser::tests::lexer::display ... ok [INFO] [stdout] test macros::tests::union::introspect_with_generics ... ok [INFO] [stdout] test parser::tests::document::simple_ast ... ok [INFO] [stdout] test parser::tests::lexer::skip_comments ... ok [INFO] [stdout] test parser::tests::lexer::numbers_errors ... ok [INFO] [stdout] test parser::tests::lexer::skip_commas ... ok [INFO] [stdout] test parser::tests::lexer::skip_whitespace ... ok [INFO] [stdout] test parser::tests::lexer::string_errors ... ok [INFO] [stdout] test parser::tests::lexer::punctuation_error ... ok [INFO] [stdout] test parser::tests::lexer::numbers ... ok [INFO] [stdout] test macros::tests::union::introspect_with_lifetime ... ok [INFO] [stdout] test parser::tests::lexer::punctuation ... ok [INFO] [stdout] test parser::tests::lexer::strings ... ok [INFO] [stdout] test tests::introspection_tests::test_possible_types ... ok [INFO] [stdout] test tests::introspection_tests::test_documentation ... ok [INFO] [stdout] test tests::introspection_tests::test_query_type_name ... ok [INFO] [stdout] test tests::introspection_tests::test_specific_interface_type_name_and_kind ... ok [INFO] [stdout] test tests::query_tests::test_hero_field_order ... ok [INFO] [stdout] test tests::introspection_tests::test_specific_object_type_name_and_kind ... ok [INFO] [stdout] test tests::query_tests::test_hero_name ... ok [INFO] [stdout] test tests::introspection_tests::test_specific_type_name ... ok [INFO] [stdout] test tests::query_tests::test_query_friends_names ... ok [INFO] [stdout] test parser::tests::value::input_value_literals ... ok [INFO] [stdout] test tests::query_tests::test_query_inline_fragments_droid ... ok [INFO] [stdout] test tests::query_tests::test_query_alias_multiple_with_fragment ... ok [INFO] [stdout] test tests::query_tests::test_hero_name_and_friends ... ok [INFO] [stdout] test tests::query_tests::test_query_alias_single ... ok [INFO] [stdout] test tests::query_tests::test_query_alias_multiple ... ok [INFO] [stdout] test tests::query_tests::test_query_inline_fragments_human ... ok [INFO] [stdout] test tests::query_tests::test_query_name_invalid_variable ... ok [INFO] [stdout] test types::name::test_name_is_valid ... ok [INFO] [stdout] test tests::query_tests::test_object_typename ... ok [INFO] [stdout] test types::scalars::tests::parse_strings ... ok [INFO] [stdout] test types::scalars::tests::test_id_from_string ... ok [INFO] [stdout] test types::scalars::tests::test_id_deref ... ok [INFO] [stdout] test util::test_to_camel_case ... ok [INFO] [stdout] test tests::query_tests::test_hero_name_and_friends_and_friends_of_friends ... ok [INFO] [stdout] test tests::type_info_tests::test_node ... ok [INFO] [stdout] test tests::query_tests::test_query_name ... ok [INFO] [stdout] test tests::query_tests::test_query_name_variable ... ok [INFO] [stdout] test types::scalars::tests::test_id_new ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::all_reqs_and_opts_on_mixed_list ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::arg_on_optional_arg ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::directive_with_incorrect_types ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::different_case_enum_value_into_enum ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::boolean_into_float ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::boolean_into_enum ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::boolean_into_id ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::directive_with_valid_types ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::boolean_into_string ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::full_object ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::float_into_int ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::float_into_string ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::full_object_with_fields_in_different_order ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::good_boolean_value ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::float_into_boolean ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::float_into_enum ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::good_int_value ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::float_into_id ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::empty_list_value ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::good_float_value ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::good_null_value ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::incorrect_value_and_missing_argument ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::good_list_value ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::good_enum_value ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::good_string_value ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::int_into_id ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::incorrect_item_type ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::multiple_args_reverse_order ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::int_into_string ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::int_into_enum ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::incorrect_value_type ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::multiple_args ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::int_into_boolean ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::no_arg_on_optional_arg ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::int_into_float ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::partial_object_invalid_field_type ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::multiple_reqs_and_one_opt_on_mixed_list ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::no_args_on_multiple_optional ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::null_into_int ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::multiple_reqs_on_mixed_list ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::optional_arg_despite_required_field_in_type ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::partial_object_including_required ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::one_arg_on_multiple_optional ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::partial_object_missing_required ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::partial_object_only_required ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::string_into_enum ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::single_value_of_incorrect_type ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::single_value_into_list ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::string_into_boolean ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::simple_float_into_int ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::partial_object_unknown_field_arg ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::partial_object_required_field_can_be_falsy ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::string_into_int ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::string_into_float ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::string_into_id ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::second_arg_on_multiple_optional ... ok [INFO] [stdout] test validation::rules::default_values_of_correct_type::tests::list_variables_with_invalid_item ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::unquoted_into_id ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::unknown_enum_value_into_enum ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::unquoted_into_float ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::unquoted_string_into_string ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::unquoted_string_into_int ... ok [INFO] [stdout] test validation::rules::arguments_of_correct_type::tests::unquoted_into_boolean ... ok [INFO] [stdout] test validation::rules::default_values_of_correct_type::tests::complex_variables_missing_required_field ... ok [INFO] [stdout] test validation::rules::default_values_of_correct_type::tests::no_required_variables_with_default_values ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::aliased_selection_on_object ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::aliased_selection_on_interface ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::defined_in_concrete_types_but_not_interface ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::ignores_unknown_type ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::fields_on_union ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::nested_unknown_fields ... ok [INFO] [stdout] test validation::rules::default_values_of_correct_type::tests::required_variables_without_default_values ... ok [INFO] [stdout] test validation::rules::default_values_of_correct_type::tests::variables_with_invalid_default_values ... ok [INFO] [stdout] test validation::rules::default_values_of_correct_type::tests::variables_with_valid_default_values ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::ignores_deeply_unknown_field ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::meta_field_on_union ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::lying_alias_selection ... ok [INFO] [stdout] test validation::rules::default_values_of_correct_type::tests::variables_with_no_default_values ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::unknown_aliased_lying_field_target ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::not_defined_on_interface ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::selection_on_interface ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::selection_on_object ... ok [INFO] [stdout] test validation::rules::fragments_on_composite_types::tests::not_on_input_object ... ok [INFO] [stdout] test validation::rules::fragments_on_composite_types::tests::not_on_enum ... ok [INFO] [stdout] test validation::rules::fragments_on_composite_types::tests::not_on_scalar_inline ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::unknown_field_on_fragment ... ok [INFO] [stdout] test validation::rules::fragments_on_composite_types::tests::not_on_scalar ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::unknown_field_on_inline_fragment ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::unknown_aliased_target ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::unknown_subfield ... ok [INFO] [stdout] test validation::rules::fragments_on_composite_types::tests::on_union ... ok [INFO] [stdout] test validation::rules::fragments_on_composite_types::tests::on_object ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::typename_on_union ... ok [INFO] [stdout] test validation::rules::fields_on_correct_type::tests::valid_field_in_inline_fragment ... ok [INFO] [stdout] test validation::rules::fragments_on_composite_types::tests::on_interface ... ok [INFO] [stdout] test validation::rules::fragments_on_composite_types::tests::on_inline_without_type_cond ... ok [INFO] [stdout] test validation::rules::fragments_on_composite_types::tests::on_object_inline ... ok [INFO] [stdout] test validation::rules::known_argument_names::tests::multiple_args_in_reverse_order_are_known ... ok [INFO] [stdout] test validation::rules::known_argument_names::tests::directive_args_are_known ... ok [INFO] [stdout] test validation::rules::known_argument_names::tests::invalid_arg_name ... ok [INFO] [stdout] test validation::rules::known_argument_names::tests::args_are_known_deeply ... ok [INFO] [stdout] test validation::rules::known_argument_names::tests::no_args_on_optional_arg ... ok [INFO] [stdout] test validation::rules::known_argument_names::tests::multiple_args_are_known ... ok [INFO] [stdout] test validation::rules::known_argument_names::tests::unknown_args_amongst_known_args ... ok [INFO] [stdout] test validation::rules::known_argument_names::tests::single_arg_is_known ... ok [INFO] [stdout] test validation::rules::known_argument_names::tests::ignores_args_of_unknown_fields ... ok [INFO] [stdout] test validation::rules::known_directives::tests::with_unknown_directive ... ok [INFO] [stdout] test validation::rules::known_directives::tests::with_well_placed_directives ... ok [INFO] [stdout] test validation::rules::known_directives::tests::with_no_directives ... ok [INFO] [stdout] test validation::rules::known_directives::tests::with_misplaced_directives ... ok [INFO] [stdout] test validation::rules::known_directives::tests::with_known_directives ... ok [INFO] [stdout] test validation::rules::known_directives::tests::with_many_unknown_directives ... ok [INFO] [stdout] test validation::rules::known_argument_names::tests::undirective_args_are_invalid ... ok [INFO] [stdout] test validation::rules::known_argument_names::tests::unknown_args_deeply ... ok [INFO] [stdout] test validation::rules::lone_anonymous_operation::tests::multiple_named_operations ... ok [INFO] [stdout] test validation::rules::lone_anonymous_operation::tests::anon_operation_with_a_mutation ... ok [INFO] [stdout] test validation::rules::lone_anonymous_operation::tests::one_anon_operation ... ok [INFO] [stdout] test validation::rules::known_fragment_names::tests::unknown ... ok [INFO] [stdout] test validation::rules::lone_anonymous_operation::tests::anon_operation_with_fragment ... ok [INFO] [stdout] test validation::rules::lone_anonymous_operation::tests::multiple_anon_operations ... ok [INFO] [stdout] test validation::rules::known_type_names::tests::known_type_names_are_valid ... ok [INFO] [stdout] test validation::rules::lone_anonymous_operation::tests::no_operations ... ok [INFO] [stdout] test validation::rules::known_type_names::tests::unknown_type_names_are_invalid ... ok [INFO] [stdout] test validation::rules::known_fragment_names::tests::known ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::no_spreading_itself_deeply ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::no_spreading_itself_deeply_and_immediately ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::no_spreading_itself_deeply_two_paths ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::does_not_false_positive_on_unknown_fragment ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::no_spreading_itself_deeply_two_paths_alt_traversal_order ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::no_spreading_itself_indirectly_reports_opposite_order ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::no_spreading_itself_directly ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::double_spread_within_abstract_types ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::single_reference_is_valid ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::no_spreading_itself_indirectly ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::no_spreading_itself_directly_within_inline_fragment ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::no_spreading_itself_indirectly_within_inline_fragment ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::spreading_recursively_within_field_fails ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::spreading_twice_indirectly_is_not_circular ... ok [INFO] [stdout] test validation::rules::no_fragment_cycles::tests::spreading_twice_is_not_circular ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::all_variables_deeply_defined ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::all_variables_in_fragments_deeply_defined ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::multiple_variables_in_fragments_not_defined ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::all_variables_deeply_defined_in_inline_fragments_defined ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::single_variable_in_fragment_not_defined_by_multiple_operations ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::multiple_undefined_variables_produce_multiple_errors ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::variable_in_fragment_not_defined_by_unnamed_query ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::variable_in_fragment_not_defined_by_operation ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::all_variables_defined ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::multiple_variables_not_defined ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::variable_in_fragment_used_by_other_operation ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::variable_not_defined_by_unnamed_query ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::variables_in_fragment_not_defined_by_multiple_operations ... ok [INFO] [stdout] test validation::rules::no_unused_fragments::tests::contains_unknown_fragments ... ok [INFO] [stdout] test validation::rules::no_unused_fragments::tests::all_fragment_names_are_used ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::variable_within_single_fragment_defined_in_multiple_operations ... ok [INFO] [stdout] test validation::rules::no_unused_variables::tests::multiple_variables_not_used_1 ... ok [INFO] [stdout] test validation::rules::no_unused_fragments::tests::contains_unknown_and_undef_fragments ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::variable_within_recursive_fragment_defined ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::variable_not_defined ... ok [INFO] [stdout] test validation::rules::no_unused_fragments::tests::all_fragment_names_are_used_by_multiple_operations ... ok [INFO] [stdout] test validation::rules::no_undefined_variables::tests::variable_within_fragments_defined_in_operations ... ok [INFO] [stdout] test validation::rules::no_unused_variables::tests::variable_not_used ... ok [INFO] [stdout] test validation::rules::no_unused_variables::tests::multiple_variables_not_used_2 ... ok [INFO] [stdout] test validation::rules::no_unused_fragments::tests::contains_unknown_fragments_with_ref_cycle ... ok [INFO] [stdout] test validation::rules::no_unused_variables::tests::uses_all_variables ... ok [INFO] [stdout] test validation::rules::no_unused_variables::tests::variable_used_by_recursive_fragment ... ok [INFO] [stdout] test validation::rules::no_unused_variables::tests::uses_all_variables_deeply ... ok [INFO] [stdout] test validation::rules::no_unused_variables::tests::uses_all_variables_deeply_in_inline_fragments ... ok [INFO] [stdout] test validation::rules::no_unused_variables::tests::variable_used_by_fragment_in_multiple_operations ... ok [INFO] [stdout] test validation::rules::no_unused_variables::tests::variable_not_used_by_unreferenced_fragment ... ok [INFO] [stdout] test validation::rules::no_unused_variables::tests::variable_not_used_by_fragment_used_by_other_operation ... ok [INFO] [stdout] test validation::rules::no_unused_variables::tests::variable_not_used_in_fragment ... ok [INFO] [stdout] test validation::rules::no_unused_variables::tests::uses_all_variables_in_fragments ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::compatible_return_shapes_on_different_return_types ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::conflicting_args ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::alias_masking_direct_field_access ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::different_args_second_adds_an_argument ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::conflicting_return_types_which_potentially_overlap ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::different_args_second_missing_an_argument ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::allows_different_args_where_no_conflict_is_possible ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::allows_non_conflicting_overlapping_types ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::different_args_with_different_aliases ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::allows_inline_typeless_fragments ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::deep_conflict_with_multiple_issues ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::deep_conflict ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::compares_deep_types_including_list ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::different_directives_with_different_aliases ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::different_skip_include_directives_accepted ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::error_message_contains_hint_for_alias_conflict ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::identical_fields_with_identical_args ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::encounters_conflict_in_fragments ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::identical_fields ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::disallows_differing_return_type_list_despite_no_overlap ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::disallows_differing_return_types_despite_no_overlap ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::disallows_differing_deep_return_types_despite_no_overlap ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::disallows_differing_return_type_nullability_despite_no_overlap ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::ignores_unknown_types ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::disallows_differing_subfields ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::identical_fields_with_identical_directives ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::ignores_unknown_fragments ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::same_aliases_with_different_field_targets ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::unique_fields ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::very_deep_conflict ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::same_wrapped_scalar_return_types ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::reports_correctly_when_a_non_exclusive_follows_an_exclusive ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::reports_each_conflict_once ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::reports_deep_conflict_in_nested_fragments ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::reports_deep_conflict_to_nearest_common_ancestor ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::same_aliases_allowed_on_nonoverlapping_fields ... ok [INFO] [stdout] test validation::rules::overlapping_fields_can_be_merged::tests::reports_deep_conflict_to_nearest_common_ancestor_in_fragments ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::different_object_into_object_in_inline_fragment ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::different_object_into_object ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::interface_into_overlapping_union ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::interface_into_overlapping_interface ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::object_into_containing_union ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::interface_into_non_overlapping_interface_in_inline_fragment ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::interface_into_non_overlapping_union ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::interface_into_non_overlapping_interface ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::interface_into_implemented_object ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::interface_into_non_implementing_object ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::object_into_an_implemented_interface ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::interface_into_overlapping_interface_in_inline_fragment ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::object_into_not_implementing_interface ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::object_into_not_containing_union ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::union_into_overlapping_union ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::of_the_same_object ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::union_into_non_overlapping_interface ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::union_into_contained_object ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::union_into_non_overlapping_union ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::union_into_not_contained_object ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::union_into_overlapping_interface ... ok [INFO] [stdout] test validation::rules::possible_fragment_spreads::tests::of_the_same_object_with_inline_fragment ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::all_reqs_on_opts_on_mixed_list ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::arg_on_optional_arg ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::multiple_args_reverse_order ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::ignores_unknown_directives ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::muliple_reqs_on_mixed_list ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::ignores_unknown_arguments ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::incorrect_value_and_missing_argument ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::multiple_args ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::missing_multiple_non_nullable_arguments ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::no_args_on_multiple_optional ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::missing_one_non_nullable_argument ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::multiple_reqs_and_one_opt_on_mixed_list ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::with_directive_with_missing_types ... ok [INFO] [stdout] test validation::rules::scalar_leafs::tests::object_type_missing_selection ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::second_arg_on_multiple_optional ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::no_arg_on_optional_arg ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::with_directives_of_valid_types ... ok [INFO] [stdout] test validation::rules::scalar_leafs::tests::scalar_selection_not_allowed_with_args ... ok [INFO] [stdout] test validation::rules::provided_non_null_arguments::tests::one_arg_on_multiple_optional ... ok [INFO] [stdout] test validation::rules::scalar_leafs::tests::interface_type_missing_selection ... ok [INFO] [stdout] test validation::rules::scalar_leafs::tests::scalar_selection_not_allowed_on_boolean ... ok [INFO] [stdout] test validation::rules::scalar_leafs::tests::valid_scalar_selection ... ok [INFO] [stdout] test validation::rules::scalar_leafs::tests::scalar_selection_not_allowed_on_enum ... ok [INFO] [stdout] test validation::rules::scalar_leafs::tests::scalar_selection_not_allowed_with_directives ... ok [INFO] [stdout] test validation::rules::scalar_leafs::tests::valid_scalar_selection_with_args ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::duplicate_directive_arguments ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::many_duplicate_directive_arguments ... ok [INFO] [stdout] test validation::rules::scalar_leafs::tests::scalar_selection_not_allowed_with_directives_and_args ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::argument_on_directive ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::duplicate_field_arguments ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::argument_on_field ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::multiple_directive_arguments ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::many_duplicate_field_arguments ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::same_argument_on_field_and_directive ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::no_arguments_on_directive ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::no_arguments_on_field ... ok [INFO] [stdout] test validation::rules::unique_fragment_names::tests::inline_fragments_always_unique ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::multiple_field_arguments ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::same_argument_on_two_directives ... ok [INFO] [stdout] test validation::rules::unique_fragment_names::tests::fragments_named_the_same_no_reference ... ok [INFO] [stdout] test validation::rules::unique_input_field_names::tests::allows_for_nested_input_objects_with_similar_fields ... ok [INFO] [stdout] test validation::rules::unique_argument_names::tests::same_argument_on_two_fields ... ok [INFO] [stdout] test validation::rules::unique_fragment_names::tests::one_fragment ... ok [INFO] [stdout] test validation::rules::unique_fragment_names::tests::fragment_and_operation_named_the_same ... ok [INFO] [stdout] test validation::rules::unique_fragment_names::tests::fragments_named_the_same ... ok [INFO] [stdout] test validation::rules::unique_fragment_names::tests::many_fragments ... ok [INFO] [stdout] test validation::rules::unique_operation_names::tests::multiple_operations ... ok [INFO] [stdout] test validation::rules::unique_fragment_names::tests::no_fragments ... ok [INFO] [stdout] test validation::rules::unique_operation_names::tests::multiple_operations_of_same_name ... ok [INFO] [stdout] test validation::rules::unique_input_field_names::tests::input_object_with_fields ... ok [INFO] [stdout] test validation::rules::unique_input_field_names::tests::multiple_input_object_fields ... ok [INFO] [stdout] test validation::rules::unique_input_field_names::tests::duplicate_input_object_fields ... ok [INFO] [stdout] test validation::rules::unique_operation_names::tests::multiple_operations_of_different_types ... ok [INFO] [stdout] test validation::rules::unique_input_field_names::tests::many_duplicate_input_object_fields ... ok [INFO] [stdout] test validation::rules::unique_input_field_names::tests::same_input_object_within_two_args ... ok [INFO] [stdout] test validation::rules::unique_operation_names::tests::fragment_and_operation_named_the_same ... ok [INFO] [stdout] test validation::rules::unique_operation_names::tests::multiple_ops_of_same_name_of_different_types ... ok [INFO] [stdout] test validation::rules::unique_operation_names::tests::one_anon_operation ... ok [INFO] [stdout] test validation::rules::unique_variable_names::tests::unique_variable_names ... ok [INFO] [stdout] test validation::rules::unique_operation_names::tests::one_named_operation ... ok [INFO] [stdout] test validation::rules::unique_variable_names::tests::duplicate_variable_names ... ok [INFO] [stdout] test validation::rules::unique_operation_names::tests::no_operations ... ok [INFO] [stdout] test validation::rules::variables_are_input_types::tests::output_types_are_invalid ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::boolean_in_non_null_in_directive_with_default ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::int_into_non_null_int_with_default ... ok [INFO] [stdout] test validation::rules::variables_are_input_types::tests::input_types_are_valid ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::complex_input_into_complex_input ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::complex_input_into_complex_input_in_field_position ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::non_null_boolean_into_boolean_within_fragment ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::boolean_into_boolean_within_fragment ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::non_null_string_into_string_list_in_item_position ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::boolean_into_boolean ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::boolean_into_non_null_boolean_in_directive ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::string_into_non_null_boolean_in_directive ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::int_into_non_null_int_within_nested_fragment ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::int_into_non_null_int_within_fragment ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::string_over_boolean ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::int_into_non_null_int ... ok [INFO] [stdout] test value::tests::value_macro_float ... ok [INFO] [stdout] test value::tests::value_macro_boolean ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::non_null_boolean_into_boolean ... ok [INFO] [stdout] test value::tests::value_macro_object ... ok [INFO] [stdout] test value::tests::value_macro_int ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::non_null_boolean_into_non_null_boolean_in_directive ... ok [INFO] [stdout] test value::tests::value_macro_list ... ok [INFO] [stdout] test value::tests::value_macro_string ... ok [INFO] [stdout] test value::tests::value_macro_option ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::non_null_string_list_into_string_list ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::string_list_into_string_list ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::string_into_string_list ... ok [INFO] [stdout] test validation::rules::variables_in_allowed_position::tests::string_into_string_list_in_item_position ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 583 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests juniper [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test src/macros/interface.rs - graphql_interface (line 23) ... ignored [INFO] [stdout] test src/macros/object.rs - graphql_object (line 11) ... ok [INFO] [stdout] test src/executor/mod.rs - executor::FieldError::new (line 159) ... ok [INFO] [stdout] test src/executor/mod.rs - executor::FieldError (line 128) ... ok [INFO] [stdout] test src/macros/object.rs - graphql_object (line 43) ... ok [INFO] [stdout] test src/macros/object.rs - graphql_object (line 173) ... ok [INFO] [stdout] test src/macros/object.rs - graphql_object (line 141) ... ok [INFO] [stdout] test src/macros/object.rs - graphql_object (line 78) ... ok [INFO] [stdout] test src/macros/interface.rs - graphql_interface (line 41) ... ok [INFO] [stdout] test src/macros/object.rs - graphql_object (line 99) ... ok [INFO] [stdout] test src/macros/scalar.rs - graphql_scalar (line 18) ... ok [INFO] [stdout] test src/types/base.rs - types::base::GraphQLType (line 148) ... ok [INFO] [stdout] test src/value/scalar.rs - value::scalar::ScalarValue (line 33) ... ok [INFO] [stdout] test src/value/mod.rs - graphql_value (line 249) ... ok [INFO] [stdout] test src/value/scalar.rs - value::scalar::ScalarValue::is_type (line 180) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c88c3b62742c730db10441b5c6d7171f07c80c17de02c7008f40d30c18c8a402"` [INFO] running `"docker" "rm" "-f" "c88c3b62742c730db10441b5c6d7171f07c80c17de02c7008f40d30c18c8a402"` [INFO] [stdout] c88c3b62742c730db10441b5c6d7171f07c80c17de02c7008f40d30c18c8a402