Sep 03 16:07:29.545 INFO checking sebglazebrook/aliases against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 16:07:29.545 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 16:07:29.545 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 16:07:29.778 INFO blam! 10472b46853b2c7643b725b8f8bfb33c1690ec51c8f221bcb8c626c80f1084dc Sep 03 16:07:29.780 INFO running `"docker" "start" "-a" "10472b46853b2c7643b725b8f8bfb33c1690ec51c8f221bcb8c626c80f1084dc"` Sep 03 16:07:30.836 INFO kablam! Checking variance v0.1.3 Sep 03 16:07:30.836 INFO kablam! Checking scopeguard v0.1.2 Sep 03 16:07:30.850 INFO kablam! Checking countdown v0.1.2 Sep 03 16:07:30.874 INFO kablam! Compiling stainless v0.1.11 Sep 03 16:07:30.890 INFO kablam! Checking time v0.1.37 Sep 03 16:07:30.914 INFO kablam! Checking term_size v0.3.0 Sep 03 16:07:30.930 INFO kablam! Compiling rust-crypto v0.2.36 Sep 03 16:07:30.950 INFO kablam! Checking tabwriter v0.1.25 Sep 03 16:07:31.656 INFO kablam! Checking clap v2.23.3 Sep 03 16:07:31.742 INFO kablam! Checking gag v0.1.9 Sep 03 16:07:32.484 INFO kablam! Checking scoped-pool v1.0.0 Sep 03 16:07:33.961 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 03 16:07:33.961 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/describe.rs:31:19 Sep 03 16:07:33.961 INFO kablam! | Sep 03 16:07:33.961 INFO kablam! 31 | use syntax::{ast, codemap, parse, tokenstream}; Sep 03 16:07:33.961 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 03 16:07:33.961 INFO kablam! Sep 03 16:07:33.961 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 03 16:07:33.961 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/describe.rs:34:19 Sep 03 16:07:33.961 INFO kablam! | Sep 03 16:07:33.961 INFO kablam! 34 | use syntax::util::small_vector::SmallVector; Sep 03 16:07:33.961 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 03 16:07:33.961 INFO kablam! Sep 03 16:07:33.961 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 03 16:07:33.961 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/parse.rs:7:19 Sep 03 16:07:33.961 INFO kablam! | Sep 03 16:07:33.961 INFO kablam! 7 | use syntax::{ast, codemap}; Sep 03 16:07:33.962 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 03 16:07:33.962 INFO kablam! Sep 03 16:07:33.963 INFO kablam! error[E0432]: unresolved import `syntax::abi` Sep 03 16:07:33.963 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:9:19 Sep 03 16:07:33.963 INFO kablam! | Sep 03 16:07:33.963 INFO kablam! 9 | use syntax::{ast, abi, codemap}; Sep 03 16:07:33.963 INFO kablam! | ^^^ no `abi` in the root Sep 03 16:07:33.963 INFO kablam! Sep 03 16:07:33.963 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 03 16:07:33.963 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:9:24 Sep 03 16:07:33.963 INFO kablam! | Sep 03 16:07:33.963 INFO kablam! 9 | use syntax::{ast, abi, codemap}; Sep 03 16:07:33.963 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 03 16:07:33.963 INFO kablam! Sep 03 16:07:34.496 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 03 16:07:34.496 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:118:19 Sep 03 16:07:34.496 INFO kablam! | Sep 03 16:07:34.496 INFO kablam! 118 | node: ast::ItemKind::Fn( Sep 03 16:07:34.497 INFO kablam! | ___________________^ Sep 03 16:07:34.497 INFO kablam! 119 | | // Takes no arguments and returns () Sep 03 16:07:34.497 INFO kablam! 120 | | P(ast::FnDecl { Sep 03 16:07:34.497 INFO kablam! 121 | | inputs: vec![], Sep 03 16:07:34.497 INFO kablam! ... | Sep 03 16:07:34.497 INFO kablam! 132 | | test_body Sep 03 16:07:34.497 INFO kablam! 133 | | ), Sep 03 16:07:34.497 INFO kablam! | |_____________^ expected 4 parameters Sep 03 16:07:34.499 INFO kablam! Sep 03 16:07:34.674 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 03 16:07:34.674 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:135:18 Sep 03 16:07:34.674 INFO kablam! | Sep 03 16:07:34.674 INFO kablam! 135 | vis: ast::Visibility::Inherited, Sep 03 16:07:34.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 03 16:07:34.675 INFO kablam! Sep 03 16:07:34.675 INFO kablam! error[E0063]: missing field `tokens` in initializer of `syntax::ast::Item` Sep 03 16:07:34.675 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:113:11 Sep 03 16:07:34.675 INFO kablam! | Sep 03 16:07:34.675 INFO kablam! 113 | P(ast::Item { Sep 03 16:07:34.675 INFO kablam! | ^^^^^^^^^ missing `tokens` Sep 03 16:07:34.676 INFO kablam! Sep 03 16:07:34.680 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 03 16:07:34.680 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:156:19 Sep 03 16:07:34.680 INFO kablam! | Sep 03 16:07:34.680 INFO kablam! 156 | node: ast::ItemKind::Fn( Sep 03 16:07:34.680 INFO kablam! | ___________________^ Sep 03 16:07:34.680 INFO kablam! 157 | | // Takes one argument of &mut Bencher Sep 03 16:07:34.680 INFO kablam! 158 | | P(ast::FnDecl { Sep 03 16:07:34.680 INFO kablam! 159 | | inputs: vec![ast::Arg { Sep 03 16:07:34.680 INFO kablam! ... | Sep 03 16:07:34.680 INFO kablam! 175 | | block Sep 03 16:07:34.680 INFO kablam! 176 | | ), Sep 03 16:07:34.680 INFO kablam! | |_____________^ expected 4 parameters Sep 03 16:07:34.681 INFO kablam! Sep 03 16:07:34.700 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 03 16:07:34.700 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:178:18 Sep 03 16:07:34.700 INFO kablam! | Sep 03 16:07:34.700 INFO kablam! 178 | vis: ast::Visibility::Inherited, Sep 03 16:07:34.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 03 16:07:34.701 INFO kablam! Sep 03 16:07:34.702 INFO kablam! error[E0063]: missing field `tokens` in initializer of `syntax::ast::Item` Sep 03 16:07:34.702 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:149:11 Sep 03 16:07:34.702 INFO kablam! | Sep 03 16:07:34.702 INFO kablam! 149 | P(ast::Item { Sep 03 16:07:34.702 INFO kablam! | ^^^^^^^^^ missing `tokens` Sep 03 16:07:34.702 INFO kablam! Sep 03 16:07:34.733 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Sep 03 16:07:34.733 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:226:47 Sep 03 16:07:34.733 INFO kablam! | Sep 03 16:07:34.733 INFO kablam! 226 | let super_glob = cx.item_use_glob(sp, ast::Visibility::Public, vec![cx.ident_of("super")]); Sep 03 16:07:34.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 03 16:07:34.734 INFO kablam! Sep 03 16:07:34.758 INFO kablam! error: aborting due to 12 previous errors Sep 03 16:07:34.758 INFO kablam! Sep 03 16:07:34.759 INFO kablam! Some errors occurred: E0061, E0063, E0432, E0599. Sep 03 16:07:34.760 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 03 16:07:34.781 INFO kablam! error: Could not compile `stainless`. Sep 03 16:07:34.782 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 16:07:48.337 INFO kablam! error: build failed Sep 03 16:07:48.339 INFO kablam! su: No module specific data is present Sep 03 16:07:48.695 INFO running `"docker" "rm" "-f" "10472b46853b2c7643b725b8f8bfb33c1690ec51c8f221bcb8c626c80f1084dc"` Sep 03 16:07:48.826 INFO blam! 10472b46853b2c7643b725b8f8bfb33c1690ec51c8f221bcb8c626c80f1084dc