Sep 10 21:39:21.277 INFO checking cargo-ipcgen-swift-0.0.1 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 21:39:21.277 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 21:39:21.277 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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=1000" "-e" "CMD=cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 21:39:21.492 INFO blam! e8814a5b3ea10dad8df81aacd5434d09327dbe30118eb4472b80e5362ef6b852 Sep 10 21:39:21.494 INFO running `"docker" "start" "-a" "e8814a5b3ea10dad8df81aacd5434d09327dbe30118eb4472b80e5362ef6b852"` Sep 10 21:39:22.228 INFO kablam! usermod: no changes Sep 10 21:39:22.467 INFO kablam! Checking endian-type v0.1.2 Sep 10 21:39:22.472 INFO kablam! Checking nibble_vec v0.0.4 Sep 10 21:39:22.482 INFO kablam! Checking rls-span v0.4.0 Sep 10 21:39:23.616 INFO kablam! Checking radix_trie v0.1.3 Sep 10 21:39:23.915 INFO kablam! Checking rls-data v0.16.0 Sep 10 21:39:25.287 INFO kablam! Checking rls-analysis v0.13.0 Sep 10 21:39:26.606 INFO kablam! Checking cargo-ipcgen-swift v0.0.1 (file:///source) Sep 10 21:39:32.520 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Sep 10 21:39:32.520 INFO kablam! --> src/v2/scan.rs:13:23 Sep 10 21:39:32.520 INFO kablam! | Sep 10 21:39:32.520 INFO kablam! 13 | use ::rustc::hir::Item_::*; Sep 10 21:39:32.520 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Sep 10 21:39:32.520 INFO kablam! Sep 10 21:39:32.520 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Sep 10 21:39:32.520 INFO kablam! --> src/v2/scan.rs:111:23 Sep 10 21:39:32.520 INFO kablam! | Sep 10 21:39:32.520 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Sep 10 21:39:32.520 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Sep 10 21:39:32.520 INFO kablam! Sep 10 21:39:32.622 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Sep 10 21:39:32.622 INFO kablam! --> src/v2/scan.rs:15:10 Sep 10 21:39:32.622 INFO kablam! | Sep 10 21:39:32.622 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Sep 10 21:39:32.622 INFO kablam! | ^^^^^^^ not found in this scope Sep 10 21:39:32.622 INFO kablam! Sep 10 21:39:32.622 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Sep 10 21:39:32.622 INFO kablam! --> src/v2/scan.rs:19:10 Sep 10 21:39:32.622 INFO kablam! | Sep 10 21:39:32.622 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Sep 10 21:39:32.622 INFO kablam! | ^^^^^^^^ not found in this scope Sep 10 21:39:32.622 INFO kablam! Sep 10 21:39:32.622 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Sep 10 21:39:32.622 INFO kablam! --> src/v2/scan.rs:23:10 Sep 10 21:39:32.622 INFO kablam! | Sep 10 21:39:32.622 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Sep 10 21:39:32.622 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 10 21:39:32.622 INFO kablam! Sep 10 21:39:32.622 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Sep 10 21:39:32.622 INFO kablam! --> src/v2/scan.rs:113:9 Sep 10 21:39:32.622 INFO kablam! | Sep 10 21:39:32.622 INFO kablam! 113 | TyPath(qpath) => { Sep 10 21:39:32.622 INFO kablam! | ^^^^^^ not found in this scope Sep 10 21:39:32.622 INFO kablam! Sep 10 21:39:32.710 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Sep 10 21:39:32.710 INFO kablam! --> src/v2/scan.rs:13:23 Sep 10 21:39:32.710 INFO kablam! | Sep 10 21:39:32.710 INFO kablam! 13 | use ::rustc::hir::Item_::*; Sep 10 21:39:32.710 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Sep 10 21:39:32.710 INFO kablam! Sep 10 21:39:32.710 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Sep 10 21:39:32.710 INFO kablam! --> src/v2/scan.rs:111:23 Sep 10 21:39:32.710 INFO kablam! | Sep 10 21:39:32.710 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Sep 10 21:39:32.710 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Sep 10 21:39:32.710 INFO kablam! Sep 10 21:39:32.822 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Sep 10 21:39:32.822 INFO kablam! --> src/v2/scan.rs:15:10 Sep 10 21:39:32.822 INFO kablam! | Sep 10 21:39:32.822 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Sep 10 21:39:32.822 INFO kablam! | ^^^^^^^ not found in this scope Sep 10 21:39:32.822 INFO kablam! Sep 10 21:39:32.822 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Sep 10 21:39:32.822 INFO kablam! --> src/v2/scan.rs:19:10 Sep 10 21:39:32.822 INFO kablam! | Sep 10 21:39:32.822 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Sep 10 21:39:32.822 INFO kablam! | ^^^^^^^^ not found in this scope Sep 10 21:39:32.822 INFO kablam! Sep 10 21:39:32.822 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Sep 10 21:39:32.822 INFO kablam! --> src/v2/scan.rs:23:10 Sep 10 21:39:32.822 INFO kablam! | Sep 10 21:39:32.822 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Sep 10 21:39:32.822 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 10 21:39:32.822 INFO kablam! Sep 10 21:39:32.822 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Sep 10 21:39:32.822 INFO kablam! --> src/v2/scan.rs:113:9 Sep 10 21:39:32.822 INFO kablam! | Sep 10 21:39:32.822 INFO kablam! 113 | TyPath(qpath) => { Sep 10 21:39:32.822 INFO kablam! | ^^^^^^ not found in this scope Sep 10 21:39:32.822 INFO kablam! Sep 10 21:39:32.823 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Sep 10 21:39:32.823 INFO kablam! --> src/v2/compilation.rs:63:5 Sep 10 21:39:32.823 INFO kablam! | Sep 10 21:39:32.823 INFO kablam! 63 | / fn late_callback( Sep 10 21:39:32.823 INFO kablam! 64 | | &mut self, Sep 10 21:39:32.823 INFO kablam! 65 | | t: &CodegenBackend, Sep 10 21:39:32.823 INFO kablam! 66 | | m: &getopts::Matches, Sep 10 21:39:32.823 INFO kablam! ... | Sep 10 21:39:32.823 INFO kablam! 74 | | //Compilation::Continue Sep 10 21:39:32.823 INFO kablam! 75 | | } Sep 10 21:39:32.823 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Sep 10 21:39:32.823 INFO kablam! | Sep 10 21:39:32.823 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 10 21:39:32.823 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 10 21:39:32.823 INFO kablam! Sep 10 21:39:32.842 INFO kablam! error: aborting due to 7 previous errors Sep 10 21:39:32.842 INFO kablam! Sep 10 21:39:32.842 INFO kablam! Some errors occurred: E0053, E0432, E0531. Sep 10 21:39:32.842 INFO kablam! For more information about an error, try `rustc --explain E0053`. Sep 10 21:39:32.863 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Sep 10 21:39:32.863 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 21:39:33.006 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Sep 10 21:39:33.006 INFO kablam! --> src/v2/compilation.rs:63:5 Sep 10 21:39:33.006 INFO kablam! | Sep 10 21:39:33.006 INFO kablam! 63 | / fn late_callback( Sep 10 21:39:33.006 INFO kablam! 64 | | &mut self, Sep 10 21:39:33.006 INFO kablam! 65 | | t: &CodegenBackend, Sep 10 21:39:33.006 INFO kablam! 66 | | m: &getopts::Matches, Sep 10 21:39:33.006 INFO kablam! ... | Sep 10 21:39:33.006 INFO kablam! 74 | | //Compilation::Continue Sep 10 21:39:33.006 INFO kablam! 75 | | } Sep 10 21:39:33.006 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Sep 10 21:39:33.006 INFO kablam! | Sep 10 21:39:33.006 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 10 21:39:33.006 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 10 21:39:33.006 INFO kablam! Sep 10 21:39:33.022 INFO kablam! error: aborting due to 7 previous errors Sep 10 21:39:33.022 INFO kablam! Sep 10 21:39:33.022 INFO kablam! Some errors occurred: E0053, E0432, E0531. Sep 10 21:39:33.022 INFO kablam! For more information about an error, try `rustc --explain E0053`. Sep 10 21:39:33.047 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Sep 10 21:39:33.047 INFO kablam! Sep 10 21:39:33.047 INFO kablam! To learn more, run the command again with --verbose. Sep 10 21:39:33.050 INFO kablam! su: No module specific data is present Sep 10 21:39:33.491 INFO running `"docker" "rm" "-f" "e8814a5b3ea10dad8df81aacd5434d09327dbe30118eb4472b80e5362ef6b852"` Sep 10 21:39:33.637 INFO blam! e8814a5b3ea10dad8df81aacd5434d09327dbe30118eb4472b80e5362ef6b852