Sep 01 08:45:48.167 INFO checking cargo-ipcgen-swift-0.0.1 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 08:45:48.167 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 08:45:48.167 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 08:45:48.371 INFO blam! db13268e238f20f7a952f5658d45cf1ed4252b24b6daa0ce6bdd79832b169dcc Sep 01 08:45:48.372 INFO running `"docker" "start" "-a" "db13268e238f20f7a952f5658d45cf1ed4252b24b6daa0ce6bdd79832b169dcc"` Sep 01 08:45:49.192 INFO kablam! Checking rls-span v0.4.0 Sep 01 08:45:49.194 INFO kablam! Compiling derive-new v0.5.5 Sep 01 08:45:50.265 INFO kablam! Checking rls-data v0.16.0 Sep 01 08:45:54.973 INFO kablam! Checking rls-analysis v0.13.0 Sep 01 08:45:57.510 INFO kablam! Checking cargo-ipcgen-swift v0.0.1 (file:///source) Sep 01 08:46:04.223 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Sep 01 08:46:04.223 INFO kablam! --> src/v2/scan.rs:13:23 Sep 01 08:46:04.223 INFO kablam! | Sep 01 08:46:04.223 INFO kablam! 13 | use ::rustc::hir::Item_::*; Sep 01 08:46:04.223 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Sep 01 08:46:04.223 INFO kablam! Sep 01 08:46:04.224 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Sep 01 08:46:04.224 INFO kablam! --> src/v2/scan.rs:111:23 Sep 01 08:46:04.224 INFO kablam! | Sep 01 08:46:04.224 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Sep 01 08:46:04.224 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Sep 01 08:46:04.224 INFO kablam! Sep 01 08:46:04.360 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Sep 01 08:46:04.360 INFO kablam! --> src/v2/scan.rs:15:10 Sep 01 08:46:04.360 INFO kablam! | Sep 01 08:46:04.361 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Sep 01 08:46:04.361 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 08:46:04.361 INFO kablam! Sep 01 08:46:04.361 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Sep 01 08:46:04.361 INFO kablam! --> src/v2/scan.rs:19:10 Sep 01 08:46:04.361 INFO kablam! | Sep 01 08:46:04.361 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Sep 01 08:46:04.361 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 08:46:04.361 INFO kablam! Sep 01 08:46:04.361 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Sep 01 08:46:04.361 INFO kablam! --> src/v2/scan.rs:23:10 Sep 01 08:46:04.361 INFO kablam! | Sep 01 08:46:04.361 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Sep 01 08:46:04.361 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 01 08:46:04.361 INFO kablam! Sep 01 08:46:04.362 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Sep 01 08:46:04.362 INFO kablam! --> src/v2/scan.rs:113:9 Sep 01 08:46:04.362 INFO kablam! | Sep 01 08:46:04.362 INFO kablam! 113 | TyPath(qpath) => { Sep 01 08:46:04.362 INFO kablam! | ^^^^^^ not found in this scope Sep 01 08:46:04.362 INFO kablam! Sep 01 08:46:04.735 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Sep 01 08:46:04.735 INFO kablam! --> src/v2/compilation.rs:63:5 Sep 01 08:46:04.735 INFO kablam! | Sep 01 08:46:04.735 INFO kablam! 63 | / fn late_callback( Sep 01 08:46:04.735 INFO kablam! 64 | | &mut self, Sep 01 08:46:04.735 INFO kablam! 65 | | t: &CodegenBackend, Sep 01 08:46:04.736 INFO kablam! 66 | | m: &getopts::Matches, Sep 01 08:46:04.736 INFO kablam! ... | Sep 01 08:46:04.736 INFO kablam! 74 | | //Compilation::Continue Sep 01 08:46:04.736 INFO kablam! 75 | | } Sep 01 08:46:04.736 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Sep 01 08:46:04.736 INFO kablam! | Sep 01 08:46:04.736 INFO kablam! = note: expected type `fn(&mut v2::compilation::GenCalls<'a>, &dyn v2::compilation::rustc_codegen_utils::codegen_backend::CodegenBackend, &v2::compilation::getopts::Matches, &rustc::session::Session, &rustc_metadata::cstore::CStore, &rustc::session::config::Input, &std::option::Option, &std::option::Option) -> rustc_driver::Compilation` Sep 01 08:46:04.736 INFO kablam! found type `fn(&mut v2::compilation::GenCalls<'a>, &dyn v2::compilation::rustc_codegen_utils::codegen_backend::CodegenBackend, &v2::compilation::getopts::Matches, &rustc::session::Session, &dyn rustc::middle::cstore::CrateStore, &rustc::session::config::Input, &std::option::Option, &std::option::Option) -> rustc_driver::Compilation` Sep 01 08:46:04.736 INFO kablam! Sep 01 08:46:04.761 INFO kablam! error: aborting due to 7 previous errors Sep 01 08:46:04.761 INFO kablam! Sep 01 08:46:04.761 INFO kablam! Some errors occurred: E0053, E0432, E0531. Sep 01 08:46:04.761 INFO kablam! For more information about an error, try `rustc --explain E0053`. Sep 01 08:46:04.785 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Sep 01 08:46:04.785 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:46:05.398 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Sep 01 08:46:05.398 INFO kablam! --> src/v2/scan.rs:13:23 Sep 01 08:46:05.398 INFO kablam! | Sep 01 08:46:05.398 INFO kablam! 13 | use ::rustc::hir::Item_::*; Sep 01 08:46:05.398 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Sep 01 08:46:05.398 INFO kablam! Sep 01 08:46:05.398 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Sep 01 08:46:05.398 INFO kablam! --> src/v2/scan.rs:111:23 Sep 01 08:46:05.398 INFO kablam! | Sep 01 08:46:05.398 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Sep 01 08:46:05.398 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Sep 01 08:46:05.398 INFO kablam! Sep 01 08:46:05.534 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Sep 01 08:46:05.534 INFO kablam! --> src/v2/scan.rs:15:10 Sep 01 08:46:05.534 INFO kablam! | Sep 01 08:46:05.534 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Sep 01 08:46:05.534 INFO kablam! | ^^^^^^^ not found in this scope Sep 01 08:46:05.535 INFO kablam! Sep 01 08:46:05.535 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Sep 01 08:46:05.535 INFO kablam! --> src/v2/scan.rs:19:10 Sep 01 08:46:05.535 INFO kablam! | Sep 01 08:46:05.535 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Sep 01 08:46:05.535 INFO kablam! | ^^^^^^^^ not found in this scope Sep 01 08:46:05.535 INFO kablam! Sep 01 08:46:05.536 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Sep 01 08:46:05.536 INFO kablam! --> src/v2/scan.rs:23:10 Sep 01 08:46:05.536 INFO kablam! | Sep 01 08:46:05.536 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Sep 01 08:46:05.536 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 01 08:46:05.536 INFO kablam! Sep 01 08:46:05.536 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Sep 01 08:46:05.536 INFO kablam! --> src/v2/scan.rs:113:9 Sep 01 08:46:05.536 INFO kablam! | Sep 01 08:46:05.536 INFO kablam! 113 | TyPath(qpath) => { Sep 01 08:46:05.536 INFO kablam! | ^^^^^^ not found in this scope Sep 01 08:46:05.536 INFO kablam! Sep 01 08:46:05.900 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Sep 01 08:46:05.900 INFO kablam! --> src/v2/compilation.rs:63:5 Sep 01 08:46:05.900 INFO kablam! | Sep 01 08:46:05.901 INFO kablam! 63 | / fn late_callback( Sep 01 08:46:05.901 INFO kablam! 64 | | &mut self, Sep 01 08:46:05.901 INFO kablam! 65 | | t: &CodegenBackend, Sep 01 08:46:05.901 INFO kablam! 66 | | m: &getopts::Matches, Sep 01 08:46:05.901 INFO kablam! ... | Sep 01 08:46:05.901 INFO kablam! 74 | | //Compilation::Continue Sep 01 08:46:05.901 INFO kablam! 75 | | } Sep 01 08:46:05.901 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Sep 01 08:46:05.901 INFO kablam! | Sep 01 08:46:05.901 INFO kablam! = note: expected type `fn(&mut v2::compilation::GenCalls<'a>, &dyn v2::compilation::rustc_codegen_utils::codegen_backend::CodegenBackend, &v2::compilation::getopts::Matches, &rustc::session::Session, &rustc_metadata::cstore::CStore, &rustc::session::config::Input, &std::option::Option, &std::option::Option) -> rustc_driver::Compilation` Sep 01 08:46:05.901 INFO kablam! found type `fn(&mut v2::compilation::GenCalls<'a>, &dyn v2::compilation::rustc_codegen_utils::codegen_backend::CodegenBackend, &v2::compilation::getopts::Matches, &rustc::session::Session, &dyn rustc::middle::cstore::CrateStore, &rustc::session::config::Input, &std::option::Option, &std::option::Option) -> rustc_driver::Compilation` Sep 01 08:46:05.901 INFO kablam! Sep 01 08:46:05.926 INFO kablam! error: aborting due to 7 previous errors Sep 01 08:46:05.927 INFO kablam! Sep 01 08:46:05.927 INFO kablam! Some errors occurred: E0053, E0432, E0531. Sep 01 08:46:05.927 INFO kablam! For more information about an error, try `rustc --explain E0053`. Sep 01 08:46:05.956 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Sep 01 08:46:05.956 INFO kablam! Sep 01 08:46:05.956 INFO kablam! To learn more, run the command again with --verbose. Sep 01 08:46:05.958 INFO kablam! su: No module specific data is present Sep 01 08:46:06.407 INFO running `"docker" "rm" "-f" "db13268e238f20f7a952f5658d45cf1ed4252b24b6daa0ce6bdd79832b169dcc"` Sep 01 08:46:06.545 INFO blam! db13268e238f20f7a952f5658d45cf1ed4252b24b6daa0ce6bdd79832b169dcc