Sep 01 18:06:30.798 INFO checking graphql_client-0.4.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 18:06:30.798 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 18:06:30.798 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 18:06:30.934 INFO blam! 828466a1134ba9891f38cfe0802996089f472edb15a133d1cae32dcfdf54fecf Sep 01 18:06:30.936 INFO running `"docker" "start" "-a" "828466a1134ba9891f38cfe0802996089f472edb15a133d1cae32dcfdf54fecf"` Sep 01 18:06:31.658 INFO kablam! Compiling ascii v0.7.1 Sep 01 18:06:31.658 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 01 18:06:31.661 INFO kablam! Checking graphql-parser v0.2.2 Sep 01 18:06:33.321 INFO kablam! Compiling heck v0.3.0 Sep 01 18:06:34.010 INFO kablam! Compiling combine v3.5.1 Sep 01 18:07:14.863 INFO kablam! Compiling graphql_query_derive v0.4.0 Sep 01 18:07:29.692 INFO kablam! Checking graphql_client v0.4.0 (file:///source) Sep 01 18:07:35.257 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 18:07:35.257 INFO kablam! --> tests/union_query.rs:10:10 Sep 01 18:07:35.257 INFO kablam! | Sep 01 18:07:35.257 INFO kablam! 10 | #[derive(GraphQLQuery)] Sep 01 18:07:35.257 INFO kablam! | ^^^^^^^^^^^^ Sep 01 18:07:35.257 INFO kablam! | Sep 01 18:07:35.258 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 18:07:35.258 INFO kablam! Sep 01 18:07:35.300 INFO kablam! error[E0433]: failed to resolve. Could not find `RustMyQueryNames` in `union_query` Sep 01 18:07:35.300 INFO kablam! --> tests/union_query.rs:25:26 Sep 01 18:07:35.300 INFO kablam! | Sep 01 18:07:35.300 INFO kablam! 25 | union_query::RustMyQueryNames::Person(union_query::RustMyQueryNamesOnPerson { Sep 01 18:07:35.300 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `RustMyQueryNames` in `union_query` Sep 01 18:07:35.301 INFO kablam! Sep 01 18:07:35.301 INFO kablam! error[E0433]: failed to resolve. Could not find `RustMyQueryNames` in `union_query` Sep 01 18:07:35.301 INFO kablam! --> tests/union_query.rs:29:26 Sep 01 18:07:35.301 INFO kablam! | Sep 01 18:07:35.301 INFO kablam! 29 | union_query::RustMyQueryNames::Dog(union_query::RustMyQueryNamesOnDog { Sep 01 18:07:35.301 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `RustMyQueryNames` in `union_query` Sep 01 18:07:35.302 INFO kablam! Sep 01 18:07:35.302 INFO kablam! error[E0433]: failed to resolve. Could not find `RustMyQueryNames` in `union_query` Sep 01 18:07:35.302 INFO kablam! --> tests/union_query.rs:32:26 Sep 01 18:07:35.302 INFO kablam! | Sep 01 18:07:35.302 INFO kablam! 32 | union_query::RustMyQueryNames::Organization( Sep 01 18:07:35.302 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `RustMyQueryNames` in `union_query` Sep 01 18:07:35.303 INFO kablam! Sep 01 18:07:35.303 INFO kablam! error[E0433]: failed to resolve. Could not find `RustMyQueryNames` in `union_query` Sep 01 18:07:35.303 INFO kablam! --> tests/union_query.rs:37:26 Sep 01 18:07:35.303 INFO kablam! | Sep 01 18:07:35.303 INFO kablam! 37 | union_query::RustMyQueryNames::Dog(union_query::RustMyQueryNamesOnDog { Sep 01 18:07:35.303 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `RustMyQueryNames` in `union_query` Sep 01 18:07:35.304 INFO kablam! Sep 01 18:07:35.305 INFO kablam! error[E0412]: cannot find type `RustMyQueryNames` in this scope Sep 01 18:07:35.305 INFO kablam! --> tests/union_query.rs:10:10 Sep 01 18:07:35.305 INFO kablam! | Sep 01 18:07:35.305 INFO kablam! 10 | #[derive(GraphQLQuery)] Sep 01 18:07:35.305 INFO kablam! | ^^^^^^^^^^^^ did you mean `RustMyQueryNamesOnDog`? Sep 01 18:07:35.305 INFO kablam! Sep 01 18:07:35.306 INFO kablam! error[E0412]: cannot find type `RustMyQueryNames` in this scope Sep 01 18:07:35.306 INFO kablam! Sep 01 18:07:35.307 INFO kablam! error[E0412]: cannot find type `RustMyQueryNames` in this scope Sep 01 18:07:35.307 INFO kablam! --> tests/union_query.rs:10:10 Sep 01 18:07:35.307 INFO kablam! | Sep 01 18:07:35.307 INFO kablam! 10 | #[derive(GraphQLQuery)] Sep 01 18:07:35.307 INFO kablam! | ^^^^^^^^^^^^ did you mean `RustMyQueryNamesOnDog`? Sep 01 18:07:35.307 INFO kablam! Sep 01 18:07:35.310 INFO kablam! error: aborting due to 8 previous errors Sep 01 18:07:35.310 INFO kablam! Sep 01 18:07:35.311 INFO kablam! Some errors occurred: E0412, E0433. Sep 01 18:07:35.311 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 01 18:07:35.321 INFO kablam! error: Could not compile `graphql_client`. Sep 01 18:07:35.321 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 18:07:35.621 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 18:07:35.621 INFO kablam! --> tests/interfaces.rs:10:10 Sep 01 18:07:35.621 INFO kablam! | Sep 01 18:07:35.621 INFO kablam! 10 | #[derive(GraphQLQuery)] Sep 01 18:07:35.621 INFO kablam! | ^^^^^^^^^^^^ Sep 01 18:07:35.621 INFO kablam! | Sep 01 18:07:35.622 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 18:07:35.622 INFO kablam! Sep 01 18:07:35.656 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RustMyQueryEverythingOn` Sep 01 18:07:35.656 INFO kablam! --> tests/interfaces.rs:32:21 Sep 01 18:07:35.656 INFO kablam! | Sep 01 18:07:35.656 INFO kablam! 32 | on: RustMyQueryEverythingOn::Person(RustMyQueryEverythingOnPerson { Sep 01 18:07:35.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `RustMyQueryEverythingOn` Sep 01 18:07:35.656 INFO kablam! Sep 01 18:07:35.656 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RustMyQueryEverythingOn` Sep 01 18:07:35.656 INFO kablam! --> tests/interfaces.rs:38:21 Sep 01 18:07:35.656 INFO kablam! | Sep 01 18:07:35.656 INFO kablam! 38 | on: RustMyQueryEverythingOn::Dog(RustMyQueryEverythingOnDog { is_good_dog: true }), Sep 01 18:07:35.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `RustMyQueryEverythingOn` Sep 01 18:07:35.656 INFO kablam! Sep 01 18:07:35.656 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RustMyQueryEverythingOn` Sep 01 18:07:35.656 INFO kablam! --> tests/interfaces.rs:42:21 Sep 01 18:07:35.656 INFO kablam! | Sep 01 18:07:35.657 INFO kablam! 42 | on: RustMyQueryEverythingOn::Organization(RustMyQueryEverythingOnOrganization { Sep 01 18:07:35.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `RustMyQueryEverythingOn` Sep 01 18:07:35.657 INFO kablam! Sep 01 18:07:35.657 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RustMyQueryEverythingOn` Sep 01 18:07:35.657 INFO kablam! --> tests/interfaces.rs:48:21 Sep 01 18:07:35.657 INFO kablam! | Sep 01 18:07:35.657 INFO kablam! 48 | on: RustMyQueryEverythingOn::Dog(RustMyQueryEverythingOnDog { is_good_dog: true }), Sep 01 18:07:35.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `RustMyQueryEverythingOn` Sep 01 18:07:35.657 INFO kablam! Sep 01 18:07:35.658 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 01 18:07:35.658 INFO kablam! --> tests/interfaces.rs:58:10 Sep 01 18:07:35.658 INFO kablam! | Sep 01 18:07:35.658 INFO kablam! 58 | #[derive(GraphQLQuery)] Sep 01 18:07:35.658 INFO kablam! | ^^^^^^^^^^^^ Sep 01 18:07:35.658 INFO kablam! | Sep 01 18:07:35.658 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 01 18:07:35.658 INFO kablam! Sep 01 18:07:35.676 INFO kablam! error[E0412]: cannot find type `RustMyQueryEverythingOn` in this scope Sep 01 18:07:35.676 INFO kablam! --> tests/interfaces.rs:10:10 Sep 01 18:07:35.676 INFO kablam! | Sep 01 18:07:35.676 INFO kablam! 10 | #[derive(GraphQLQuery)] Sep 01 18:07:35.676 INFO kablam! | ^^^^^^^^^^^^ did you mean `RustMyQueryEverything`? Sep 01 18:07:35.676 INFO kablam! Sep 01 18:07:35.676 INFO kablam! error[E0412]: cannot find type `RustMyQueryEverythingOn` in this scope Sep 01 18:07:35.676 INFO kablam! --> tests/interfaces.rs:58:10 Sep 01 18:07:35.677 INFO kablam! | Sep 01 18:07:35.677 INFO kablam! 58 | #[derive(GraphQLQuery)] Sep 01 18:07:35.677 INFO kablam! | ^^^^^^^^^^^^ did you mean `RustMyQueryEverything`? Sep 01 18:07:35.677 INFO kablam! Sep 01 18:07:35.682 INFO kablam! error: aborting due to 8 previous errors Sep 01 18:07:35.682 INFO kablam! Sep 01 18:07:35.683 INFO kablam! Some errors occurred: E0412, E0433. Sep 01 18:07:35.683 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 01 18:07:35.692 INFO kablam! error: Could not compile `graphql_client`. Sep 01 18:07:35.692 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 18:07:35.714 INFO kablam! warning: struct is never constructed: `MoreDerives` Sep 01 18:07:35.714 INFO kablam! --> tests/more_derives.rs:13:1 Sep 01 18:07:35.714 INFO kablam! | Sep 01 18:07:35.714 INFO kablam! 13 | struct MoreDerives; Sep 01 18:07:35.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 18:07:35.714 INFO kablam! | Sep 01 18:07:35.714 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 18:07:35.714 INFO kablam! Sep 01 18:07:37.564 INFO kablam! error: build failed Sep 01 18:07:37.566 INFO kablam! su: No module specific data is present Sep 01 18:07:38.038 INFO running `"docker" "rm" "-f" "828466a1134ba9891f38cfe0802996089f472edb15a133d1cae32dcfdf54fecf"` Sep 01 18:07:38.141 INFO blam! 828466a1134ba9891f38cfe0802996089f472edb15a133d1cae32dcfdf54fecf