Sep 02 18:50:40.117 INFO checking cargo-ipcgen-swift-0.0.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 18:50:40.117 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 18:50:40.117 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 18:50:40.322 INFO blam! 73bf7bda2031cbec0aa521ff68edd2be0e0d60dce5aa675edbae533a42b2983a Sep 02 18:50:40.324 INFO running `"docker" "start" "-a" "73bf7bda2031cbec0aa521ff68edd2be0e0d60dce5aa675edbae533a42b2983a"` Sep 02 18:50:41.148 INFO kablam! Checking cargo-ipcgen-swift v0.0.1 (file:///source) Sep 02 18:50:50.978 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Sep 02 18:50:50.978 INFO kablam! --> src/v2/scan.rs:13:23 Sep 02 18:50:50.979 INFO kablam! | Sep 02 18:50:50.979 INFO kablam! 13 | use ::rustc::hir::Item_::*; Sep 02 18:50:50.979 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Sep 02 18:50:50.979 INFO kablam! Sep 02 18:50:50.979 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Sep 02 18:50:50.979 INFO kablam! --> src/v2/scan.rs:111:23 Sep 02 18:50:50.979 INFO kablam! | Sep 02 18:50:50.979 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Sep 02 18:50:50.979 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Sep 02 18:50:50.979 INFO kablam! Sep 02 18:50:51.119 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Sep 02 18:50:51.119 INFO kablam! --> src/v2/scan.rs:15:10 Sep 02 18:50:51.119 INFO kablam! | Sep 02 18:50:51.119 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Sep 02 18:50:51.119 INFO kablam! | ^^^^^^^ not found in this scope Sep 02 18:50:51.119 INFO kablam! Sep 02 18:50:51.120 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Sep 02 18:50:51.120 INFO kablam! --> src/v2/scan.rs:19:10 Sep 02 18:50:51.120 INFO kablam! | Sep 02 18:50:51.120 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Sep 02 18:50:51.120 INFO kablam! | ^^^^^^^^ not found in this scope Sep 02 18:50:51.120 INFO kablam! Sep 02 18:50:51.121 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Sep 02 18:50:51.121 INFO kablam! --> src/v2/scan.rs:23:10 Sep 02 18:50:51.121 INFO kablam! | Sep 02 18:50:51.121 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Sep 02 18:50:51.121 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 02 18:50:51.121 INFO kablam! Sep 02 18:50:51.122 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Sep 02 18:50:51.122 INFO kablam! --> src/v2/scan.rs:113:9 Sep 02 18:50:51.122 INFO kablam! | Sep 02 18:50:51.122 INFO kablam! 113 | TyPath(qpath) => { Sep 02 18:50:51.122 INFO kablam! | ^^^^^^ not found in this scope Sep 02 18:50:51.122 INFO kablam! Sep 02 18:50:51.466 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Sep 02 18:50:51.466 INFO kablam! --> src/v2/compilation.rs:63:5 Sep 02 18:50:51.466 INFO kablam! | Sep 02 18:50:51.466 INFO kablam! 63 | / fn late_callback( Sep 02 18:50:51.466 INFO kablam! 64 | | &mut self, Sep 02 18:50:51.466 INFO kablam! 65 | | t: &CodegenBackend, Sep 02 18:50:51.466 INFO kablam! 66 | | m: &getopts::Matches, Sep 02 18:50:51.466 INFO kablam! ... | Sep 02 18:50:51.466 INFO kablam! 74 | | //Compilation::Continue Sep 02 18:50:51.466 INFO kablam! 75 | | } Sep 02 18:50:51.466 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Sep 02 18:50:51.466 INFO kablam! | Sep 02 18:50:51.466 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 02 18:50:51.466 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 02 18:50:51.467 INFO kablam! Sep 02 18:50:51.486 INFO kablam! error: aborting due to 7 previous errors Sep 02 18:50:51.486 INFO kablam! Sep 02 18:50:51.486 INFO kablam! Some errors occurred: E0053, E0432, E0531. Sep 02 18:50:51.486 INFO kablam! For more information about an error, try `rustc --explain E0053`. Sep 02 18:50:51.507 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Sep 02 18:50:51.507 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 18:50:51.627 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Sep 02 18:50:51.627 INFO kablam! --> src/v2/scan.rs:13:23 Sep 02 18:50:51.627 INFO kablam! | Sep 02 18:50:51.627 INFO kablam! 13 | use ::rustc::hir::Item_::*; Sep 02 18:50:51.627 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Sep 02 18:50:51.627 INFO kablam! Sep 02 18:50:51.627 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Sep 02 18:50:51.627 INFO kablam! --> src/v2/scan.rs:111:23 Sep 02 18:50:51.627 INFO kablam! | Sep 02 18:50:51.627 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Sep 02 18:50:51.627 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Sep 02 18:50:51.627 INFO kablam! Sep 02 18:50:51.722 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Sep 02 18:50:51.722 INFO kablam! --> src/v2/scan.rs:15:10 Sep 02 18:50:51.722 INFO kablam! | Sep 02 18:50:51.722 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Sep 02 18:50:51.722 INFO kablam! | ^^^^^^^ not found in this scope Sep 02 18:50:51.722 INFO kablam! Sep 02 18:50:51.722 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Sep 02 18:50:51.722 INFO kablam! --> src/v2/scan.rs:19:10 Sep 02 18:50:51.722 INFO kablam! | Sep 02 18:50:51.722 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Sep 02 18:50:51.722 INFO kablam! | ^^^^^^^^ not found in this scope Sep 02 18:50:51.722 INFO kablam! Sep 02 18:50:51.723 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Sep 02 18:50:51.723 INFO kablam! --> src/v2/scan.rs:23:10 Sep 02 18:50:51.723 INFO kablam! | Sep 02 18:50:51.723 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Sep 02 18:50:51.723 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 02 18:50:51.723 INFO kablam! Sep 02 18:50:51.723 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Sep 02 18:50:51.723 INFO kablam! --> src/v2/scan.rs:113:9 Sep 02 18:50:51.723 INFO kablam! | Sep 02 18:50:51.723 INFO kablam! 113 | TyPath(qpath) => { Sep 02 18:50:51.723 INFO kablam! | ^^^^^^ not found in this scope Sep 02 18:50:51.723 INFO kablam! Sep 02 18:50:51.977 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Sep 02 18:50:51.977 INFO kablam! --> src/v2/compilation.rs:63:5 Sep 02 18:50:51.977 INFO kablam! | Sep 02 18:50:51.977 INFO kablam! 63 | / fn late_callback( Sep 02 18:50:51.977 INFO kablam! 64 | | &mut self, Sep 02 18:50:51.977 INFO kablam! 65 | | t: &CodegenBackend, Sep 02 18:50:51.977 INFO kablam! 66 | | m: &getopts::Matches, Sep 02 18:50:51.977 INFO kablam! ... | Sep 02 18:50:51.977 INFO kablam! 74 | | //Compilation::Continue Sep 02 18:50:51.977 INFO kablam! 75 | | } Sep 02 18:50:51.977 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Sep 02 18:50:51.977 INFO kablam! | Sep 02 18:50:51.977 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 02 18:50:51.977 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 02 18:50:51.977 INFO kablam! Sep 02 18:50:51.998 INFO kablam! error: aborting due to 7 previous errors Sep 02 18:50:51.999 INFO kablam! Sep 02 18:50:51.999 INFO kablam! Some errors occurred: E0053, E0432, E0531. Sep 02 18:50:51.999 INFO kablam! For more information about an error, try `rustc --explain E0053`. Sep 02 18:50:52.025 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Sep 02 18:50:52.026 INFO kablam! Sep 02 18:50:52.026 INFO kablam! To learn more, run the command again with --verbose. Sep 02 18:50:52.027 INFO kablam! su: No module specific data is present Sep 02 18:50:52.392 INFO running `"docker" "rm" "-f" "73bf7bda2031cbec0aa521ff68edd2be0e0d60dce5aa675edbae533a42b2983a"` Sep 02 18:50:52.507 INFO blam! 73bf7bda2031cbec0aa521ff68edd2be0e0d60dce5aa675edbae533a42b2983a