Sep 18 02:50:40.130 INFO checking cargo-ipcgen-swift-0.0.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 02:50:40.130 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 02:50:40.130 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 02:50:40.299 INFO blam! d2a40c52b1910a4b7f9adf9e4ff77ef5535d086d3257673ff54e511f6c869df5 Sep 18 02:50:40.301 INFO running `"docker" "start" "-a" "d2a40c52b1910a4b7f9adf9e4ff77ef5535d086d3257673ff54e511f6c869df5"` Sep 18 02:50:40.811 INFO kablam! usermod: no changes Sep 18 02:50:40.920 INFO kablam! Checking cargo-ipcgen-swift v0.0.1 (/source) Sep 18 02:50:46.215 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Sep 18 02:50:46.215 INFO kablam! --> src/v2/scan.rs:13:23 Sep 18 02:50:46.215 INFO kablam! | Sep 18 02:50:46.215 INFO kablam! 13 | use ::rustc::hir::Item_::*; Sep 18 02:50:46.215 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Sep 18 02:50:46.223 INFO kablam! Sep 18 02:50:46.223 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Sep 18 02:50:46.223 INFO kablam! --> src/v2/scan.rs:111:23 Sep 18 02:50:46.223 INFO kablam! | Sep 18 02:50:46.223 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Sep 18 02:50:46.223 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Sep 18 02:50:46.223 INFO kablam! Sep 18 02:50:46.428 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Sep 18 02:50:46.428 INFO kablam! --> src/v2/scan.rs:15:10 Sep 18 02:50:46.428 INFO kablam! | Sep 18 02:50:46.428 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Sep 18 02:50:46.428 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 02:50:46.428 INFO kablam! Sep 18 02:50:46.429 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Sep 18 02:50:46.429 INFO kablam! --> src/v2/scan.rs:19:10 Sep 18 02:50:46.429 INFO kablam! | Sep 18 02:50:46.429 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Sep 18 02:50:46.429 INFO kablam! | ^^^^^^^^ not found in this scope Sep 18 02:50:46.429 INFO kablam! Sep 18 02:50:46.429 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Sep 18 02:50:46.429 INFO kablam! --> src/v2/scan.rs:23:10 Sep 18 02:50:46.429 INFO kablam! | Sep 18 02:50:46.429 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Sep 18 02:50:46.429 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 18 02:50:46.430 INFO kablam! Sep 18 02:50:46.430 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Sep 18 02:50:46.430 INFO kablam! --> src/v2/scan.rs:113:9 Sep 18 02:50:46.430 INFO kablam! | Sep 18 02:50:46.430 INFO kablam! 113 | TyPath(qpath) => { Sep 18 02:50:46.431 INFO kablam! | ^^^^^^ not found in this scope Sep 18 02:50:46.431 INFO kablam! Sep 18 02:50:46.767 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Sep 18 02:50:46.767 INFO kablam! --> src/v2/compilation.rs:63:5 Sep 18 02:50:46.767 INFO kablam! | Sep 18 02:50:46.767 INFO kablam! 63 | / fn late_callback( Sep 18 02:50:46.767 INFO kablam! 64 | | &mut self, Sep 18 02:50:46.767 INFO kablam! 65 | | t: &CodegenBackend, Sep 18 02:50:46.767 INFO kablam! 66 | | m: &getopts::Matches, Sep 18 02:50:46.767 INFO kablam! ... | Sep 18 02:50:46.767 INFO kablam! 74 | | //Compilation::Continue Sep 18 02:50:46.767 INFO kablam! 75 | | } Sep 18 02:50:46.767 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Sep 18 02:50:46.767 INFO kablam! | Sep 18 02:50:46.767 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 18 02:50:46.767 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 18 02:50:46.767 INFO kablam! Sep 18 02:50:46.796 INFO kablam! error: aborting due to 7 previous errors Sep 18 02:50:46.796 INFO kablam! Sep 18 02:50:46.796 INFO kablam! Some errors occurred: E0053, E0432, E0531. Sep 18 02:50:46.796 INFO kablam! For more information about an error, try `rustc --explain E0053`. Sep 18 02:50:46.843 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Sep 18 02:50:46.843 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 02:50:46.872 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Sep 18 02:50:46.872 INFO kablam! --> src/v2/scan.rs:13:23 Sep 18 02:50:46.872 INFO kablam! | Sep 18 02:50:46.872 INFO kablam! 13 | use ::rustc::hir::Item_::*; Sep 18 02:50:46.872 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Sep 18 02:50:46.872 INFO kablam! Sep 18 02:50:46.872 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Sep 18 02:50:46.872 INFO kablam! --> src/v2/scan.rs:111:23 Sep 18 02:50:46.872 INFO kablam! | Sep 18 02:50:46.872 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Sep 18 02:50:46.873 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Sep 18 02:50:46.873 INFO kablam! Sep 18 02:50:46.971 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Sep 18 02:50:46.971 INFO kablam! --> src/v2/scan.rs:15:10 Sep 18 02:50:46.971 INFO kablam! | Sep 18 02:50:46.971 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Sep 18 02:50:46.971 INFO kablam! | ^^^^^^^ not found in this scope Sep 18 02:50:46.971 INFO kablam! Sep 18 02:50:46.971 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Sep 18 02:50:46.971 INFO kablam! --> src/v2/scan.rs:19:10 Sep 18 02:50:46.971 INFO kablam! | Sep 18 02:50:46.971 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Sep 18 02:50:46.971 INFO kablam! | ^^^^^^^^ not found in this scope Sep 18 02:50:46.971 INFO kablam! Sep 18 02:50:46.971 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Sep 18 02:50:46.971 INFO kablam! --> src/v2/scan.rs:23:10 Sep 18 02:50:46.971 INFO kablam! | Sep 18 02:50:46.971 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Sep 18 02:50:46.971 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 18 02:50:46.971 INFO kablam! Sep 18 02:50:46.971 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Sep 18 02:50:46.971 INFO kablam! --> src/v2/scan.rs:113:9 Sep 18 02:50:46.971 INFO kablam! | Sep 18 02:50:46.972 INFO kablam! 113 | TyPath(qpath) => { Sep 18 02:50:46.972 INFO kablam! | ^^^^^^ not found in this scope Sep 18 02:50:46.972 INFO kablam! Sep 18 02:50:47.175 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Sep 18 02:50:47.175 INFO kablam! --> src/v2/compilation.rs:63:5 Sep 18 02:50:47.176 INFO kablam! | Sep 18 02:50:47.176 INFO kablam! 63 | / fn late_callback( Sep 18 02:50:47.176 INFO kablam! 64 | | &mut self, Sep 18 02:50:47.177 INFO kablam! 65 | | t: &CodegenBackend, Sep 18 02:50:47.177 INFO kablam! 66 | | m: &getopts::Matches, Sep 18 02:50:47.178 INFO kablam! ... | Sep 18 02:50:47.178 INFO kablam! 74 | | //Compilation::Continue Sep 18 02:50:47.178 INFO kablam! 75 | | } Sep 18 02:50:47.179 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Sep 18 02:50:47.179 INFO kablam! | Sep 18 02:50:47.180 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 18 02:50:47.180 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 18 02:50:47.181 INFO kablam! Sep 18 02:50:47.193 INFO kablam! error: aborting due to 7 previous errors Sep 18 02:50:47.193 INFO kablam! Sep 18 02:50:47.193 INFO kablam! Some errors occurred: E0053, E0432, E0531. Sep 18 02:50:47.194 INFO kablam! For more information about an error, try `rustc --explain E0053`. Sep 18 02:50:47.218 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Sep 18 02:50:47.218 INFO kablam! Sep 18 02:50:47.218 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:50:47.220 INFO kablam! su: No module specific data is present Sep 18 02:50:48.504 INFO running `"docker" "rm" "-f" "d2a40c52b1910a4b7f9adf9e4ff77ef5535d086d3257673ff54e511f6c869df5"` Sep 18 02:50:48.811 INFO blam! d2a40c52b1910a4b7f9adf9e4ff77ef5535d086d3257673ff54e511f6c869df5