Sep 21 12:31:51.311 INFO checking cargo-ipcgen-swift-0.0.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 12:31:51.311 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 12:31:51.311 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:31:51.530 INFO blam! 0b4215be71046421d4b39c5b65f82c669b8e85f6044674331768607736aba64b Sep 21 12:31:51.532 INFO running `"docker" "start" "-a" "0b4215be71046421d4b39c5b65f82c669b8e85f6044674331768607736aba64b"` Sep 21 12:31:52.144 INFO kablam! usermod: no changes Sep 21 12:31:52.253 INFO kablam! Checking rls-data v0.16.0 Sep 21 12:31:52.256 INFO kablam! Checking serde v1.0.79 Sep 21 12:31:53.245 INFO kablam! Checking rls-analysis v0.13.0 Sep 21 12:32:03.146 INFO kablam! Checking syntex_pos v0.59.1 Sep 21 12:32:03.146 INFO kablam! Checking extprim v1.6.0 Sep 21 12:32:03.146 INFO kablam! Checking serde_json v1.0.28 Sep 21 12:32:06.139 INFO kablam! Checking syntex_errors v0.59.1 Sep 21 12:32:07.966 INFO kablam! Checking syntex_syntax v0.59.1 Sep 21 12:32:25.385 INFO kablam! Checking cargo-ipcgen-swift v0.0.1 (/source) Sep 21 12:32:28.778 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Sep 21 12:32:28.778 INFO kablam! --> src/v2/scan.rs:13:23 Sep 21 12:32:28.778 INFO kablam! | Sep 21 12:32:28.778 INFO kablam! 13 | use ::rustc::hir::Item_::*; Sep 21 12:32:28.778 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Sep 21 12:32:28.778 INFO kablam! Sep 21 12:32:28.778 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Sep 21 12:32:28.778 INFO kablam! --> src/v2/scan.rs:111:23 Sep 21 12:32:28.778 INFO kablam! | Sep 21 12:32:28.778 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Sep 21 12:32:28.778 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Sep 21 12:32:28.778 INFO kablam! Sep 21 12:32:28.819 INFO kablam! error[E0432]: unresolved import `rustc::hir::Item_` Sep 21 12:32:28.819 INFO kablam! --> src/v2/scan.rs:13:23 Sep 21 12:32:28.819 INFO kablam! | Sep 21 12:32:28.819 INFO kablam! 13 | use ::rustc::hir::Item_::*; Sep 21 12:32:28.819 INFO kablam! | ^^^^^ Could not find `Item_` in `hir` Sep 21 12:32:28.819 INFO kablam! Sep 21 12:32:28.819 INFO kablam! error[E0432]: unresolved import `rustc::hir::Ty_` Sep 21 12:32:28.819 INFO kablam! --> src/v2/scan.rs:111:23 Sep 21 12:32:28.819 INFO kablam! | Sep 21 12:32:28.819 INFO kablam! 111 | use ::rustc::hir::Ty_::*; Sep 21 12:32:28.819 INFO kablam! | ^^^ Could not find `Ty_` in `hir` Sep 21 12:32:28.819 INFO kablam! Sep 21 12:32:28.883 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Sep 21 12:32:28.883 INFO kablam! --> src/v2/scan.rs:15:10 Sep 21 12:32:28.883 INFO kablam! | Sep 21 12:32:28.883 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Sep 21 12:32:28.883 INFO kablam! | ^^^^^^^ not found in this scope Sep 21 12:32:28.883 INFO kablam! Sep 21 12:32:28.883 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Sep 21 12:32:28.883 INFO kablam! --> src/v2/scan.rs:19:10 Sep 21 12:32:28.883 INFO kablam! | Sep 21 12:32:28.883 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Sep 21 12:32:28.883 INFO kablam! | ^^^^^^^^ not found in this scope Sep 21 12:32:28.883 INFO kablam! Sep 21 12:32:28.883 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Sep 21 12:32:28.883 INFO kablam! --> src/v2/scan.rs:23:10 Sep 21 12:32:28.883 INFO kablam! | Sep 21 12:32:28.883 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Sep 21 12:32:28.883 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 21 12:32:28.883 INFO kablam! Sep 21 12:32:28.883 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Sep 21 12:32:28.883 INFO kablam! --> src/v2/scan.rs:113:9 Sep 21 12:32:28.883 INFO kablam! | Sep 21 12:32:28.883 INFO kablam! 113 | TyPath(qpath) => { Sep 21 12:32:28.883 INFO kablam! | ^^^^^^ not found in this scope Sep 21 12:32:28.883 INFO kablam! Sep 21 12:32:28.919 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemMod` in this scope Sep 21 12:32:28.919 INFO kablam! --> src/v2/scan.rs:15:10 Sep 21 12:32:28.919 INFO kablam! | Sep 21 12:32:28.919 INFO kablam! 15 | &ItemMod(ref hir_mod) => { Sep 21 12:32:28.919 INFO kablam! | ^^^^^^^ not found in this scope Sep 21 12:32:28.919 INFO kablam! Sep 21 12:32:28.919 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemEnum` in this scope Sep 21 12:32:28.919 INFO kablam! --> src/v2/scan.rs:19:10 Sep 21 12:32:28.919 INFO kablam! | Sep 21 12:32:28.919 INFO kablam! 19 | &ItemEnum(ref hir_enum, ref _hir_generics) => { Sep 21 12:32:28.919 INFO kablam! | ^^^^^^^^ not found in this scope Sep 21 12:32:28.919 INFO kablam! Sep 21 12:32:28.919 INFO kablam! error[E0531]: cannot find tuple struct/variant `ItemStruct` in this scope Sep 21 12:32:28.919 INFO kablam! --> src/v2/scan.rs:23:10 Sep 21 12:32:28.919 INFO kablam! | Sep 21 12:32:28.919 INFO kablam! 23 | &ItemStruct(ref hir_struct, ref _hir_generics) => { Sep 21 12:32:28.919 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 21 12:32:28.919 INFO kablam! Sep 21 12:32:28.919 INFO kablam! error[E0531]: cannot find tuple struct/variant `TyPath` in this scope Sep 21 12:32:28.919 INFO kablam! --> src/v2/scan.rs:113:9 Sep 21 12:32:28.919 INFO kablam! | Sep 21 12:32:28.919 INFO kablam! 113 | TyPath(qpath) => { Sep 21 12:32:28.919 INFO kablam! | ^^^^^^ not found in this scope Sep 21 12:32:28.919 INFO kablam! Sep 21 12:32:29.135 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Sep 21 12:32:29.135 INFO kablam! --> src/v2/compilation.rs:63:5 Sep 21 12:32:29.135 INFO kablam! | Sep 21 12:32:29.135 INFO kablam! 63 | / fn late_callback( Sep 21 12:32:29.135 INFO kablam! 64 | | &mut self, Sep 21 12:32:29.135 INFO kablam! 65 | | t: &CodegenBackend, Sep 21 12:32:29.135 INFO kablam! 66 | | m: &getopts::Matches, Sep 21 12:32:29.135 INFO kablam! ... | Sep 21 12:32:29.135 INFO kablam! 74 | | //Compilation::Continue Sep 21 12:32:29.135 INFO kablam! 75 | | } Sep 21 12:32:29.135 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Sep 21 12:32:29.135 INFO kablam! | Sep 21 12:32:29.135 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 21 12:32:29.135 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 21 12:32:29.135 INFO kablam! Sep 21 12:32:29.153 INFO kablam! error: aborting due to 7 previous errors Sep 21 12:32:29.153 INFO kablam! Sep 21 12:32:29.153 INFO kablam! Some errors occurred: E0053, E0432, E0531. Sep 21 12:32:29.153 INFO kablam! For more information about an error, try `rustc --explain E0053`. Sep 21 12:32:29.176 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Sep 21 12:32:29.176 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 12:32:29.192 INFO kablam! error[E0053]: method `late_callback` has an incompatible type for trait Sep 21 12:32:29.192 INFO kablam! --> src/v2/compilation.rs:63:5 Sep 21 12:32:29.192 INFO kablam! | Sep 21 12:32:29.192 INFO kablam! 63 | / fn late_callback( Sep 21 12:32:29.192 INFO kablam! 64 | | &mut self, Sep 21 12:32:29.192 INFO kablam! 65 | | t: &CodegenBackend, Sep 21 12:32:29.192 INFO kablam! 66 | | m: &getopts::Matches, Sep 21 12:32:29.192 INFO kablam! ... | Sep 21 12:32:29.192 INFO kablam! 74 | | //Compilation::Continue Sep 21 12:32:29.192 INFO kablam! 75 | | } Sep 21 12:32:29.192 INFO kablam! | |_____^ expected struct `rustc_metadata::cstore::CStore`, found trait rustc::middle::cstore::CrateStore Sep 21 12:32:29.192 INFO kablam! | Sep 21 12:32:29.192 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 21 12:32:29.192 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 21 12:32:29.192 INFO kablam! Sep 21 12:32:29.210 INFO kablam! error: aborting due to 7 previous errors Sep 21 12:32:29.210 INFO kablam! Sep 21 12:32:29.210 INFO kablam! Some errors occurred: E0053, E0432, E0531. Sep 21 12:32:29.210 INFO kablam! For more information about an error, try `rustc --explain E0053`. Sep 21 12:32:29.237 INFO kablam! error: Could not compile `cargo-ipcgen-swift`. Sep 21 12:32:29.237 INFO kablam! Sep 21 12:32:29.237 INFO kablam! To learn more, run the command again with --verbose. Sep 21 12:32:29.238 INFO kablam! su: No module specific data is present Sep 21 12:32:29.917 INFO running `"docker" "rm" "-f" "0b4215be71046421d4b39c5b65f82c669b8e85f6044674331768607736aba64b"` Sep 21 12:32:30.040 INFO blam! 0b4215be71046421d4b39c5b65f82c669b8e85f6044674331768607736aba64b