Sep 02 11:37:21.513 INFO checking graphql_client-0.4.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 11:37:21.513 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 11:37:21.513 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 11:37:21.694 INFO blam! fd53869e5dfac32ea431dcb14894d46b4d84a2d415f2c803239d2b4a5449f9f4 Sep 02 11:37:21.696 INFO running `"docker" "start" "-a" "fd53869e5dfac32ea431dcb14894d46b4d84a2d415f2c803239d2b4a5449f9f4"` Sep 02 11:37:22.313 INFO kablam! Compiling ascii v0.7.1 Sep 02 11:37:22.313 INFO kablam! Compiling either v1.5.0 Sep 02 11:37:22.313 INFO kablam! Compiling unicode-segmentation v1.2.1 Sep 02 11:37:22.317 INFO kablam! Compiling memchr v2.0.2 Sep 02 11:37:22.323 INFO kablam! Checking graphql-parser v0.2.2 Sep 02 11:37:23.585 INFO kablam! Compiling heck v0.3.0 Sep 02 11:37:24.292 INFO kablam! Compiling combine v3.5.1 Sep 02 11:38:14.806 INFO kablam! Compiling graphql_query_derive v0.4.0 Sep 02 11:38:33.508 INFO kablam! Checking graphql_client v0.4.0 (file:///source) Sep 02 11:38:38.947 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 02 11:38:38.947 INFO kablam! --> tests/union_query.rs:10:10 Sep 02 11:38:38.947 INFO kablam! | Sep 02 11:38:38.947 INFO kablam! 10 | #[derive(GraphQLQuery)] Sep 02 11:38:38.947 INFO kablam! | ^^^^^^^^^^^^ Sep 02 11:38:38.947 INFO kablam! | Sep 02 11:38:38.947 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 11:38:38.948 INFO kablam! Sep 02 11:38:39.011 INFO kablam! error[E0433]: failed to resolve. Could not find `RustMyQueryNames` in `union_query` Sep 02 11:38:39.011 INFO kablam! --> tests/union_query.rs:25:26 Sep 02 11:38:39.011 INFO kablam! | Sep 02 11:38:39.011 INFO kablam! 25 | union_query::RustMyQueryNames::Person(union_query::RustMyQueryNamesOnPerson { Sep 02 11:38:39.011 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `RustMyQueryNames` in `union_query` Sep 02 11:38:39.012 INFO kablam! Sep 02 11:38:39.012 INFO kablam! error[E0433]: failed to resolve. Could not find `RustMyQueryNames` in `union_query` Sep 02 11:38:39.012 INFO kablam! --> tests/union_query.rs:29:26 Sep 02 11:38:39.012 INFO kablam! | Sep 02 11:38:39.013 INFO kablam! 29 | union_query::RustMyQueryNames::Dog(union_query::RustMyQueryNamesOnDog { Sep 02 11:38:39.013 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `RustMyQueryNames` in `union_query` Sep 02 11:38:39.013 INFO kablam! Sep 02 11:38:39.013 INFO kablam! error[E0433]: failed to resolve. Could not find `RustMyQueryNames` in `union_query` Sep 02 11:38:39.013 INFO kablam! --> tests/union_query.rs:32:26 Sep 02 11:38:39.013 INFO kablam! | Sep 02 11:38:39.013 INFO kablam! 32 | union_query::RustMyQueryNames::Organization( Sep 02 11:38:39.013 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `RustMyQueryNames` in `union_query` Sep 02 11:38:39.013 INFO kablam! Sep 02 11:38:39.013 INFO kablam! error[E0433]: failed to resolve. Could not find `RustMyQueryNames` in `union_query` Sep 02 11:38:39.013 INFO kablam! --> tests/union_query.rs:37:26 Sep 02 11:38:39.013 INFO kablam! | Sep 02 11:38:39.013 INFO kablam! 37 | union_query::RustMyQueryNames::Dog(union_query::RustMyQueryNamesOnDog { Sep 02 11:38:39.013 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `RustMyQueryNames` in `union_query` Sep 02 11:38:39.013 INFO kablam! Sep 02 11:38:39.015 INFO kablam! error[E0412]: cannot find type `RustMyQueryNames` in this scope Sep 02 11:38:39.015 INFO kablam! --> tests/union_query.rs:10:10 Sep 02 11:38:39.015 INFO kablam! | Sep 02 11:38:39.015 INFO kablam! 10 | #[derive(GraphQLQuery)] Sep 02 11:38:39.015 INFO kablam! | ^^^^^^^^^^^^ did you mean `RustMyQueryNamesOnDog`? Sep 02 11:38:39.015 INFO kablam! Sep 02 11:38:39.015 INFO kablam! error[E0412]: cannot find type `RustMyQueryNames` in this scope Sep 02 11:38:39.015 INFO kablam! Sep 02 11:38:39.015 INFO kablam! error[E0412]: cannot find type `RustMyQueryNames` in this scope Sep 02 11:38:39.015 INFO kablam! --> tests/union_query.rs:10:10 Sep 02 11:38:39.015 INFO kablam! | Sep 02 11:38:39.015 INFO kablam! 10 | #[derive(GraphQLQuery)] Sep 02 11:38:39.015 INFO kablam! | ^^^^^^^^^^^^ did you mean `RustMyQueryNamesOnDog`? Sep 02 11:38:39.015 INFO kablam! Sep 02 11:38:39.016 INFO kablam! error: aborting due to 8 previous errors Sep 02 11:38:39.017 INFO kablam! Sep 02 11:38:39.017 INFO kablam! Some errors occurred: E0412, E0433. Sep 02 11:38:39.017 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 02 11:38:39.035 INFO kablam! error: Could not compile `graphql_client`. Sep 02 11:38:39.036 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 11:38:39.517 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 02 11:38:39.517 INFO kablam! --> tests/interfaces.rs:10:10 Sep 02 11:38:39.517 INFO kablam! | Sep 02 11:38:39.517 INFO kablam! 10 | #[derive(GraphQLQuery)] Sep 02 11:38:39.517 INFO kablam! | ^^^^^^^^^^^^ Sep 02 11:38:39.518 INFO kablam! | Sep 02 11:38:39.518 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 11:38:39.518 INFO kablam! Sep 02 11:38:39.578 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RustMyQueryEverythingOn` Sep 02 11:38:39.578 INFO kablam! --> tests/interfaces.rs:32:21 Sep 02 11:38:39.578 INFO kablam! | Sep 02 11:38:39.578 INFO kablam! 32 | on: RustMyQueryEverythingOn::Person(RustMyQueryEverythingOnPerson { Sep 02 11:38:39.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `RustMyQueryEverythingOn` Sep 02 11:38:39.584 INFO kablam! Sep 02 11:38:39.584 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RustMyQueryEverythingOn` Sep 02 11:38:39.584 INFO kablam! --> tests/interfaces.rs:38:21 Sep 02 11:38:39.584 INFO kablam! | Sep 02 11:38:39.584 INFO kablam! 38 | on: RustMyQueryEverythingOn::Dog(RustMyQueryEverythingOnDog { is_good_dog: true }), Sep 02 11:38:39.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `RustMyQueryEverythingOn` Sep 02 11:38:39.584 INFO kablam! Sep 02 11:38:39.584 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RustMyQueryEverythingOn` Sep 02 11:38:39.584 INFO kablam! --> tests/interfaces.rs:42:21 Sep 02 11:38:39.584 INFO kablam! | Sep 02 11:38:39.584 INFO kablam! 42 | on: RustMyQueryEverythingOn::Organization(RustMyQueryEverythingOnOrganization { Sep 02 11:38:39.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `RustMyQueryEverythingOn` Sep 02 11:38:39.584 INFO kablam! Sep 02 11:38:39.584 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `RustMyQueryEverythingOn` Sep 02 11:38:39.585 INFO kablam! --> tests/interfaces.rs:48:21 Sep 02 11:38:39.585 INFO kablam! | Sep 02 11:38:39.585 INFO kablam! 48 | on: RustMyQueryEverythingOn::Dog(RustMyQueryEverythingOnDog { is_good_dog: true }), Sep 02 11:38:39.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `RustMyQueryEverythingOn` Sep 02 11:38:39.585 INFO kablam! Sep 02 11:38:39.585 INFO kablam! error: cannot determine resolution for the attribute macro `serde` Sep 02 11:38:39.585 INFO kablam! --> tests/interfaces.rs:58:10 Sep 02 11:38:39.585 INFO kablam! | Sep 02 11:38:39.585 INFO kablam! 58 | #[derive(GraphQLQuery)] Sep 02 11:38:39.585 INFO kablam! | ^^^^^^^^^^^^ Sep 02 11:38:39.585 INFO kablam! | Sep 02 11:38:39.585 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 02 11:38:39.585 INFO kablam! Sep 02 11:38:39.603 INFO kablam! error[E0412]: cannot find type `RustMyQueryEverythingOn` in this scope Sep 02 11:38:39.603 INFO kablam! --> tests/interfaces.rs:10:10 Sep 02 11:38:39.603 INFO kablam! | Sep 02 11:38:39.603 INFO kablam! 10 | #[derive(GraphQLQuery)] Sep 02 11:38:39.603 INFO kablam! | ^^^^^^^^^^^^ did you mean `RustMyQueryEverything`? Sep 02 11:38:39.603 INFO kablam! Sep 02 11:38:39.603 INFO kablam! error[E0412]: cannot find type `RustMyQueryEverythingOn` in this scope Sep 02 11:38:39.603 INFO kablam! --> tests/interfaces.rs:58:10 Sep 02 11:38:39.603 INFO kablam! | Sep 02 11:38:39.603 INFO kablam! 58 | #[derive(GraphQLQuery)] Sep 02 11:38:39.603 INFO kablam! | ^^^^^^^^^^^^ did you mean `RustMyQueryEverything`? Sep 02 11:38:39.603 INFO kablam! Sep 02 11:38:39.608 INFO kablam! error: aborting due to 8 previous errors Sep 02 11:38:39.608 INFO kablam! Sep 02 11:38:39.608 INFO kablam! Some errors occurred: E0412, E0433. Sep 02 11:38:39.608 INFO kablam! For more information about an error, try `rustc --explain E0412`. Sep 02 11:38:39.618 INFO kablam! error: Could not compile `graphql_client`. Sep 02 11:38:39.619 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 11:38:40.070 INFO kablam! warning: struct is never constructed: `MoreDerives` Sep 02 11:38:40.070 INFO kablam! --> tests/more_derives.rs:13:1 Sep 02 11:38:40.070 INFO kablam! | Sep 02 11:38:40.070 INFO kablam! 13 | struct MoreDerives; Sep 02 11:38:40.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 11:38:40.070 INFO kablam! | Sep 02 11:38:40.070 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 11:38:40.070 INFO kablam! Sep 02 11:38:40.190 INFO kablam! error: build failed Sep 02 11:38:40.192 INFO kablam! su: No module specific data is present Sep 02 11:38:40.543 INFO running `"docker" "rm" "-f" "fd53869e5dfac32ea431dcb14894d46b4d84a2d415f2c803239d2b4a5449f9f4"` Sep 02 11:38:40.667 INFO blam! fd53869e5dfac32ea431dcb14894d46b4d84a2d415f2c803239d2b4a5449f9f4