Aug 18 02:14:07.587 INFO checking cargo-ipcgen-swift-0.0.1 against master#142bb27373126edf8367f526358b6c72ecf1d8df for pr-53426 Aug 18 02:14:07.587 INFO running: cargo +142bb27373126edf8367f526358b6c72ecf1d8df-alt check --frozen --all --all-targets Aug 18 02:14:07.587 INFO creating container for: cargo +142bb27373126edf8367f526358b6c72ecf1d8df-alt check --frozen --all --all-targets Aug 18 02:14:07.587 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53426/master#142bb27373126edf8367f526358b6c72ecf1d8df:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-6/master#142bb27373126edf8367f526358b6c72ecf1d8df:/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 +142bb27373126edf8367f526358b6c72ecf1d8df-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 18 02:14:07.854 INFO blam! 505fec88b162ff19d298eb02a05f993307141d69483ff2532163e970efa8c0a7 Aug 18 02:14:07.857 INFO running `"docker" "start" "-a" "505fec88b162ff19d298eb02a05f993307141d69483ff2532163e970efa8c0a7"` Aug 18 02:14:08.934 INFO kablam! Checking endian-type v0.1.2 Aug 18 02:14:08.934 INFO kablam! Checking rls-span v0.4.0 Aug 18 02:14:08.935 INFO kablam! Compiling derive-new v0.5.5 Aug 18 02:14:08.936 INFO kablam! Checking serde v1.0.71 Aug 18 02:14:11.890 INFO kablam! Checking radix_trie v0.1.3 Aug 18 02:14:14.238 INFO kablam! Checking rls-data v0.16.0 Aug 18 02:14:24.392 INFO kablam! Checking rls-analysis v0.13.0 Aug 18 02:14:43.904 INFO kablam! Checking syntex_pos v0.59.1 Aug 18 02:14:43.907 INFO kablam! Checking serde_json v1.0.26 Aug 18 02:14:43.911 INFO kablam! Checking extprim v1.6.0 Aug 18 02:14:50.568 INFO kablam! Checking syntex_errors v0.59.1 Aug 18 02:14:56.213 INFO kablam! Checking syntex_syntax v0.59.1 Aug 18 02:15:47.123 INFO kablam! Checking cargo-ipcgen-swift v0.0.1 (file:///source) Aug 18 02:15:53.747 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Aug 18 02:15:53.747 INFO kablam! --> src/v2/scan.rs:13:23 Aug 18 02:15:53.747 INFO kablam! | Aug 18 02:15:53.747 INFO kablam! 13 | use ::rustc::hir::Item_::*; Aug 18 02:15:53.747 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Aug 18 02:15:53.748 INFO kablam! Aug 18 02:15:53.748 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Aug 18 02:15:53.748 INFO kablam! --> src/v2/scan.rs:111:23 Aug 18 02:15:53.748 INFO kablam! | Aug 18 02:15:53.748 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Aug 18 02:15:53.748 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Aug 18 02:15:53.748 INFO kablam! Aug 18 02:15:53.798 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Aug 18 02:15:53.798 INFO kablam! --> src/v2/scan.rs:13:23 Aug 18 02:15:53.798 INFO kablam! | Aug 18 02:15:53.798 INFO kablam! 13 | use ::rustc::hir::Item_::*; Aug 18 02:15:53.798 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Aug 18 02:15:53.798 INFO kablam! Aug 18 02:15:53.799 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Aug 18 02:15:53.799 INFO kablam! --> src/v2/scan.rs:111:23 Aug 18 02:15:53.799 INFO kablam! | Aug 18 02:15:53.799 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Aug 18 02:15:53.799 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Aug 18 02:15:53.799 INFO kablam! Aug 18 02:15:53.933 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Aug 18 02:15:53.933 INFO kablam! --> src/v2/scan.rs:15:10 Aug 18 02:15:53.933 INFO kablam! | Aug 18 02:15:53.933 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Aug 18 02:15:53.934 INFO kablam! | ^^^^^^^ not found in this scope Aug 18 02:15:53.934 INFO kablam! Aug 18 02:15:53.937 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Aug 18 02:15:53.937 INFO kablam! --> src/v2/scan.rs:19:10 Aug 18 02:15:53.937 INFO kablam! | Aug 18 02:15:53.937 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Aug 18 02:15:53.937 INFO kablam! | ^^^^^^^^ not found in this scope Aug 18 02:15:53.937 INFO kablam! Aug 18 02:15:53.938 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Aug 18 02:15:53.938 INFO kablam! --> src/v2/scan.rs:23:10 Aug 18 02:15:53.938 INFO kablam! | Aug 18 02:15:53.938 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Aug 18 02:15:53.938 INFO kablam! | ^^^^^^^^^^ not found in this scope Aug 18 02:15:53.939 INFO kablam! Aug 18 02:15:53.940 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Aug 18 02:15:53.940 INFO kablam! --> src/v2/scan.rs:113:9 Aug 18 02:15:53.941 INFO kablam! | Aug 18 02:15:53.941 INFO kablam! 113 | TyPath(qpath) => { Aug 18 02:15:53.941 INFO kablam! | ^^^^^^ not found in this scope Aug 18 02:15:53.941 INFO kablam! Aug 18 02:15:54.013 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Aug 18 02:15:54.013 INFO kablam! --> src/v2/scan.rs:15:10 Aug 18 02:15:54.013 INFO kablam! | Aug 18 02:15:54.013 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Aug 18 02:15:54.013 INFO kablam! | ^^^^^^^ not found in this scope Aug 18 02:15:54.013 INFO kablam! Aug 18 02:15:54.013 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Aug 18 02:15:54.013 INFO kablam! --> src/v2/scan.rs:19:10 Aug 18 02:15:54.013 INFO kablam! | Aug 18 02:15:54.013 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Aug 18 02:15:54.013 INFO kablam! | ^^^^^^^^ not found in this scope Aug 18 02:15:54.013 INFO kablam! Aug 18 02:15:54.013 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Aug 18 02:15:54.013 INFO kablam! --> src/v2/scan.rs:23:10 Aug 18 02:15:54.013 INFO kablam! | Aug 18 02:15:54.013 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Aug 18 02:15:54.014 INFO kablam! | ^^^^^^^^^^ not found in this scope Aug 18 02:15:54.014 INFO kablam! Aug 18 02:15:54.014 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Aug 18 02:15:54.014 INFO kablam! --> src/v2/scan.rs:113:9 Aug 18 02:15:54.014 INFO kablam! | Aug 18 02:15:54.014 INFO kablam! 113 | TyPath(qpath) => { Aug 18 02:15:54.014 INFO kablam! | ^^^^^^ not found in this scope Aug 18 02:15:54.014 INFO kablam! Aug 18 02:15:54.496 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Aug 18 02:15:54.496 INFO kablam! --> src/v2/compilation.rs:63:5 Aug 18 02:15:54.496 INFO kablam! | Aug 18 02:15:54.496 INFO kablam! 63 | / fn late_callback( Aug 18 02:15:54.496 INFO kablam! 64 | | &mut self, Aug 18 02:15:54.496 INFO kablam! 65 | | t: &CodegenBackend, Aug 18 02:15:54.496 INFO kablam! 66 | | m: &getopts::Matches, Aug 18 02:15:54.496 INFO kablam! ... | Aug 18 02:15:54.496 INFO kablam! 74 | | //Compilation::Continue Aug 18 02:15:54.496 INFO kablam! 75 | | } Aug 18 02:15:54.496 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Aug 18 02:15:54.496 INFO kablam! | Aug 18 02:15:54.496 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` Aug 18 02:15:54.496 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` Aug 18 02:15:54.496 INFO kablam! Aug 18 02:15:54.538 INFO kablam! error: aborting due to 7 previous errors Aug 18 02:15:54.538 INFO kablam! Aug 18 02:15:54.538 INFO kablam! Some errors occurred: E0053, E0432, E0531. Aug 18 02:15:54.538 INFO kablam! For more information about an error, try `rustc --explain E0053`. Aug 18 02:15:54.554 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Aug 18 02:15:54.554 INFO kablam! --> src/v2/compilation.rs:63:5 Aug 18 02:15:54.554 INFO kablam! | Aug 18 02:15:54.554 INFO kablam! 63 | / fn late_callback( Aug 18 02:15:54.554 INFO kablam! 64 | | &mut self, Aug 18 02:15:54.554 INFO kablam! 65 | | t: &CodegenBackend, Aug 18 02:15:54.554 INFO kablam! 66 | | m: &getopts::Matches, Aug 18 02:15:54.554 INFO kablam! ... | Aug 18 02:15:54.554 INFO kablam! 74 | | //Compilation::Continue Aug 18 02:15:54.554 INFO kablam! 75 | | } Aug 18 02:15:54.554 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Aug 18 02:15:54.554 INFO kablam! | Aug 18 02:15:54.554 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` Aug 18 02:15:54.555 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` Aug 18 02:15:54.555 INFO kablam! Aug 18 02:15:54.592 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Aug 18 02:15:54.592 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 18 02:15:54.596 INFO kablam! error: aborting due to 7 previous errors Aug 18 02:15:54.596 INFO kablam! Aug 18 02:15:54.597 INFO kablam! Some errors occurred: E0053, E0432, E0531. Aug 18 02:15:54.597 INFO kablam! For more information about an error, try `rustc --explain E0053`. Aug 18 02:15:54.627 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Aug 18 02:15:54.628 INFO kablam! Aug 18 02:15:54.628 INFO kablam! To learn more, run the command again with --verbose. Aug 18 02:15:54.630 INFO kablam! su: No module specific data is present Aug 18 02:15:55.356 INFO running `"docker" "rm" "-f" "505fec88b162ff19d298eb02a05f993307141d69483ff2532163e970efa8c0a7"` Aug 18 02:15:55.507 INFO blam! 505fec88b162ff19d298eb02a05f993307141d69483ff2532163e970efa8c0a7