Sep 20 04:01:45.612 INFO checking cargo-ipcgen-swift-0.0.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 04:01:45.612 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 04:01:45.612 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:01:46.023 INFO blam! 0cd9b971847bb231446670bf4735990b7c67b2d9e6736369b842251f7cc886ae Sep 20 04:01:46.025 INFO running `"docker" "start" "-a" "0cd9b971847bb231446670bf4735990b7c67b2d9e6736369b842251f7cc886ae"` Sep 20 04:01:47.006 INFO kablam! usermod: no changes Sep 20 04:01:47.130 INFO kablam! Checking cargo-ipcgen-swift v0.0.1 (/source) Sep 20 04:01:51.979 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Sep 20 04:01:51.979 INFO kablam! --> src/v2/scan.rs:13:23 Sep 20 04:01:51.979 INFO kablam! | Sep 20 04:01:51.979 INFO kablam! 13 | use ::rustc::hir::Item_::*; Sep 20 04:01:51.979 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Sep 20 04:01:51.980 INFO kablam! Sep 20 04:01:51.980 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Sep 20 04:01:51.980 INFO kablam! --> src/v2/scan.rs:111:23 Sep 20 04:01:51.980 INFO kablam! | Sep 20 04:01:51.980 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Sep 20 04:01:51.980 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Sep 20 04:01:51.980 INFO kablam! Sep 20 04:01:52.061 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Sep 20 04:01:52.061 INFO kablam! --> src/v2/scan.rs:15:10 Sep 20 04:01:52.061 INFO kablam! | Sep 20 04:01:52.061 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Sep 20 04:01:52.061 INFO kablam! | ^^^^^^^ not found in this scope Sep 20 04:01:52.062 INFO kablam! Sep 20 04:01:52.062 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Sep 20 04:01:52.062 INFO kablam! --> src/v2/scan.rs:19:10 Sep 20 04:01:52.062 INFO kablam! | Sep 20 04:01:52.062 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Sep 20 04:01:52.062 INFO kablam! | ^^^^^^^^ not found in this scope Sep 20 04:01:52.063 INFO kablam! Sep 20 04:01:52.063 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Sep 20 04:01:52.063 INFO kablam! --> src/v2/scan.rs:23:10 Sep 20 04:01:52.063 INFO kablam! | Sep 20 04:01:52.063 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Sep 20 04:01:52.063 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 20 04:01:52.064 INFO kablam! Sep 20 04:01:52.064 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Sep 20 04:01:52.064 INFO kablam! --> src/v2/scan.rs:113:9 Sep 20 04:01:52.064 INFO kablam! | Sep 20 04:01:52.064 INFO kablam! 113 | TyPath(qpath) => { Sep 20 04:01:52.064 INFO kablam! | ^^^^^^ not found in this scope Sep 20 04:01:52.064 INFO kablam! Sep 20 04:01:52.329 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Sep 20 04:01:52.329 INFO kablam! --> src/v2/compilation.rs:63:5 Sep 20 04:01:52.329 INFO kablam! | Sep 20 04:01:52.329 INFO kablam! 63 | / fn late_callback( Sep 20 04:01:52.329 INFO kablam! 64 | | &mut self, Sep 20 04:01:52.330 INFO kablam! 65 | | t: &CodegenBackend, Sep 20 04:01:52.330 INFO kablam! 66 | | m: &getopts::Matches, Sep 20 04:01:52.330 INFO kablam! ... | Sep 20 04:01:52.330 INFO kablam! 74 | | //Compilation::Continue Sep 20 04:01:52.330 INFO kablam! 75 | | } Sep 20 04:01:52.330 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Sep 20 04:01:52.331 INFO kablam! | Sep 20 04:01:52.331 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 20 04:01:52.331 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 20 04:01:52.331 INFO kablam! Sep 20 04:01:52.367 INFO kablam! error: aborting due to 7 previous errors Sep 20 04:01:52.367 INFO kablam! Sep 20 04:01:52.367 INFO kablam! Some errors occurred: E0053, E0432, E0531. Sep 20 04:01:52.368 INFO kablam! For more information about an error, try `rustc --explain E0053`. Sep 20 04:01:52.404 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Sep 20 04:01:52.404 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:01:52.426 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Sep 20 04:01:52.426 INFO kablam! --> src/v2/scan.rs:13:23 Sep 20 04:01:52.426 INFO kablam! | Sep 20 04:01:52.426 INFO kablam! 13 | use ::rustc::hir::Item_::*; Sep 20 04:01:52.426 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Sep 20 04:01:52.426 INFO kablam! Sep 20 04:01:52.426 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Sep 20 04:01:52.427 INFO kablam! --> src/v2/scan.rs:111:23 Sep 20 04:01:52.427 INFO kablam! | Sep 20 04:01:52.427 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Sep 20 04:01:52.428 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Sep 20 04:01:52.428 INFO kablam! Sep 20 04:01:52.527 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Sep 20 04:01:52.527 INFO kablam! --> src/v2/scan.rs:15:10 Sep 20 04:01:52.527 INFO kablam! | Sep 20 04:01:52.527 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Sep 20 04:01:52.527 INFO kablam! | ^^^^^^^ not found in this scope Sep 20 04:01:52.527 INFO kablam! Sep 20 04:01:52.528 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Sep 20 04:01:52.528 INFO kablam! --> src/v2/scan.rs:19:10 Sep 20 04:01:52.528 INFO kablam! | Sep 20 04:01:52.528 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Sep 20 04:01:52.528 INFO kablam! | ^^^^^^^^ not found in this scope Sep 20 04:01:52.528 INFO kablam! Sep 20 04:01:52.529 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Sep 20 04:01:52.529 INFO kablam! --> src/v2/scan.rs:23:10 Sep 20 04:01:52.529 INFO kablam! | Sep 20 04:01:52.529 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Sep 20 04:01:52.529 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 20 04:01:52.529 INFO kablam! Sep 20 04:01:52.530 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Sep 20 04:01:52.530 INFO kablam! --> src/v2/scan.rs:113:9 Sep 20 04:01:52.530 INFO kablam! | Sep 20 04:01:52.530 INFO kablam! 113 | TyPath(qpath) => { Sep 20 04:01:52.530 INFO kablam! | ^^^^^^ not found in this scope Sep 20 04:01:52.531 INFO kablam! Sep 20 04:01:52.714 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Sep 20 04:01:52.714 INFO kablam! --> src/v2/compilation.rs:63:5 Sep 20 04:01:52.714 INFO kablam! | Sep 20 04:01:52.714 INFO kablam! 63 | / fn late_callback( Sep 20 04:01:52.714 INFO kablam! 64 | | &mut self, Sep 20 04:01:52.714 INFO kablam! 65 | | t: &CodegenBackend, Sep 20 04:01:52.714 INFO kablam! 66 | | m: &getopts::Matches, Sep 20 04:01:52.714 INFO kablam! ... | Sep 20 04:01:52.714 INFO kablam! 74 | | //Compilation::Continue Sep 20 04:01:52.714 INFO kablam! 75 | | } Sep 20 04:01:52.714 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Sep 20 04:01:52.714 INFO kablam! | Sep 20 04:01:52.714 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 20 04:01:52.714 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 20 04:01:52.714 INFO kablam! Sep 20 04:01:52.731 INFO kablam! error: aborting due to 7 previous errors Sep 20 04:01:52.731 INFO kablam! Sep 20 04:01:52.731 INFO kablam! Some errors occurred: E0053, E0432, E0531. Sep 20 04:01:52.731 INFO kablam! For more information about an error, try `rustc --explain E0053`. Sep 20 04:01:52.759 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Sep 20 04:01:52.760 INFO kablam! Sep 20 04:01:52.760 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:01:52.762 INFO kablam! su: No module specific data is present Sep 20 04:01:54.197 INFO running `"docker" "rm" "-f" "0cd9b971847bb231446670bf4735990b7c67b2d9e6736369b842251f7cc886ae"` Sep 20 04:01:54.459 INFO blam! 0cd9b971847bb231446670bf4735990b7c67b2d9e6736369b842251f7cc886ae