Jul 11 17:53:06.551 INFO checking wana_kana-0.9.2 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 17:53:06.552 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 17:53:06.552 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 17:53:06.552 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-4/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 17:53:06.814 INFO blam! 05ab0201cf0d2955880195218bea754f0d9ac6d71cf073ea2717eb3f012a9613 Jul 11 17:53:06.818 INFO running `"docker" "start" "-a" "05ab0201cf0d2955880195218bea754f0d9ac6d71cf073ea2717eb3f012a9613"` Jul 11 17:53:08.096 INFO kablam! Compiling stainless v0.1.12 Jul 11 17:53:08.103 INFO kablam! Compiling phf_macros v0.7.22 Jul 11 17:53:10.252 INFO kablam! error[E0432]: unresolved import `syntax::abi` Jul 11 17:53:10.252 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:9:19 Jul 11 17:53:10.252 INFO kablam! | Jul 11 17:53:10.252 INFO kablam! 9 | use syntax::{ast, abi, codemap}; Jul 11 17:53:10.252 INFO kablam! | ^^^ no `abi` in the root Jul 11 17:53:10.253 INFO kablam! Jul 11 17:53:10.801 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Jul 11 17:53:10.801 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:118:19 Jul 11 17:53:10.801 INFO kablam! | Jul 11 17:53:10.801 INFO kablam! 118 | node: ast::ItemKind::Fn( Jul 11 17:53:10.801 INFO kablam! | ___________________^ Jul 11 17:53:10.801 INFO kablam! 119 | | // Takes no arguments and returns () Jul 11 17:53:10.801 INFO kablam! 120 | | P(ast::FnDecl { Jul 11 17:53:10.801 INFO kablam! 121 | | inputs: vec![], Jul 11 17:53:10.801 INFO kablam! ... | Jul 11 17:53:10.801 INFO kablam! 132 | | test_body Jul 11 17:53:10.801 INFO kablam! 133 | | ), Jul 11 17:53:10.801 INFO kablam! | |_____________^ expected 4 parameters Jul 11 17:53:10.801 INFO kablam! Jul 11 17:53:11.004 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::codemap::Spanned` in the current scope Jul 11 17:53:11.004 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:135:18 Jul 11 17:53:11.004 INFO kablam! | Jul 11 17:53:11.004 INFO kablam! 135 | vis: ast::Visibility::Inherited, Jul 11 17:53:11.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned` Jul 11 17:53:11.004 INFO kablam! Jul 11 17:53:11.007 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Jul 11 17:53:11.007 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:157:19 Jul 11 17:53:11.007 INFO kablam! | Jul 11 17:53:11.007 INFO kablam! 157 | node: ast::ItemKind::Fn( Jul 11 17:53:11.007 INFO kablam! | ___________________^ Jul 11 17:53:11.007 INFO kablam! 158 | | // Takes one argument of &mut Bencher Jul 11 17:53:11.007 INFO kablam! 159 | | P(ast::FnDecl { Jul 11 17:53:11.007 INFO kablam! 160 | | inputs: vec![ast::Arg { Jul 11 17:53:11.007 INFO kablam! ... | Jul 11 17:53:11.007 INFO kablam! 176 | | block Jul 11 17:53:11.007 INFO kablam! 177 | | ), Jul 11 17:53:11.007 INFO kablam! | |_____________^ expected 4 parameters Jul 11 17:53:11.007 INFO kablam! Jul 11 17:53:11.029 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::codemap::Spanned` in the current scope Jul 11 17:53:11.029 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:179:18 Jul 11 17:53:11.029 INFO kablam! | Jul 11 17:53:11.029 INFO kablam! 179 | vis: ast::Visibility::Inherited, Jul 11 17:53:11.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned` Jul 11 17:53:11.029 INFO kablam! Jul 11 17:53:11.068 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::codemap::Spanned` in the current scope Jul 11 17:53:11.068 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:228:47 Jul 11 17:53:11.068 INFO kablam! | Jul 11 17:53:11.068 INFO kablam! 228 | let super_glob = cx.item_use_glob(sp, ast::Visibility::Public, vec![cx.ident_of("super")]); Jul 11 17:53:11.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned` Jul 11 17:53:11.068 INFO kablam! Jul 11 17:53:11.099 INFO kablam! error: aborting due to 6 previous errors Jul 11 17:53:11.099 INFO kablam! Jul 11 17:53:11.099 INFO kablam! Some errors occurred: E0061, E0432, E0599. Jul 11 17:53:11.099 INFO kablam! For more information about an error, try `rustc --explain E0061`. Jul 11 17:53:11.126 INFO kablam! error: Could not compile `stainless`. Jul 11 17:53:11.127 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 17:53:23.136 INFO kablam! error: build failed Jul 11 17:53:23.138 INFO kablam! su: No module specific data is present Jul 11 17:53:23.665 INFO running `"docker" "rm" "-f" "05ab0201cf0d2955880195218bea754f0d9ac6d71cf073ea2717eb3f012a9613"` Jul 11 17:53:23.872 INFO blam! 05ab0201cf0d2955880195218bea754f0d9ac6d71cf073ea2717eb3f012a9613