Sep 01 12:59:38.335 INFO checking sebglazebrook/aliases against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 12:59:38.335 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 12:59:38.335 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 12:59:38.602 INFO blam! 67d58ec35eaec9d8d9ab43c8e7acdeb0ca9a98d20e063678fe3cee0460462492 Sep 01 12:59:38.605 INFO running `"docker" "start" "-a" "67d58ec35eaec9d8d9ab43c8e7acdeb0ca9a98d20e063678fe3cee0460462492"` Sep 01 12:59:39.662 INFO kablam! Checking scopeguard v0.1.2 Sep 01 12:59:39.663 INFO kablam! Checking variance v0.1.3 Sep 01 12:59:39.700 INFO kablam! Checking countdown v0.1.2 Sep 01 12:59:39.700 INFO kablam! Compiling stainless v0.1.11 Sep 01 12:59:39.719 INFO kablam! Checking time v0.1.37 Sep 01 12:59:39.720 INFO kablam! Checking term_size v0.3.0 Sep 01 12:59:39.720 INFO kablam! Compiling rust-crypto v0.2.36 Sep 01 12:59:39.720 INFO kablam! Checking tabwriter v0.1.25 Sep 01 12:59:40.476 INFO kablam! Checking aho-corasick v0.6.3 Sep 01 12:59:40.607 INFO kablam! Checking clap v2.23.3 Sep 01 12:59:40.776 INFO kablam! Checking gag v0.1.9 Sep 01 12:59:41.342 INFO kablam! Checking scoped-pool v1.0.0 Sep 01 12:59:42.729 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 12:59:42.729 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/describe.rs:31:19 Sep 01 12:59:42.729 INFO kablam! | Sep 01 12:59:42.729 INFO kablam! 31 | use syntax::{ast, codemap, parse, tokenstream}; Sep 01 12:59:42.729 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 01 12:59:42.730 INFO kablam! Sep 01 12:59:42.731 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 12:59:42.731 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/describe.rs:34:19 Sep 01 12:59:42.731 INFO kablam! | Sep 01 12:59:42.731 INFO kablam! 34 | use syntax::util::small_vector::SmallVector; Sep 01 12:59:42.731 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 12:59:42.734 INFO kablam! Sep 01 12:59:42.735 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 12:59:42.735 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/parse.rs:7:19 Sep 01 12:59:42.735 INFO kablam! | Sep 01 12:59:42.735 INFO kablam! 7 | use syntax::{ast, codemap}; Sep 01 12:59:42.735 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 01 12:59:42.735 INFO kablam! Sep 01 12:59:42.736 INFO kablam! error[E0432]: unresolved import `syntax::abi` Sep 01 12:59:42.736 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:9:19 Sep 01 12:59:42.736 INFO kablam! | Sep 01 12:59:42.736 INFO kablam! 9 | use syntax::{ast, abi, codemap}; Sep 01 12:59:42.736 INFO kablam! | ^^^ no `abi` in the root Sep 01 12:59:42.736 INFO kablam! Sep 01 12:59:42.737 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 12:59:42.737 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:9:24 Sep 01 12:59:42.737 INFO kablam! | Sep 01 12:59:42.737 INFO kablam! 9 | use syntax::{ast, abi, codemap}; Sep 01 12:59:42.737 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 01 12:59:42.738 INFO kablam! Sep 01 12:59:43.432 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 01 12:59:43.433 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:118:19 Sep 01 12:59:43.433 INFO kablam! | Sep 01 12:59:43.433 INFO kablam! 118 | node: ast::ItemKind::Fn( Sep 01 12:59:43.433 INFO kablam! | ___________________^ Sep 01 12:59:43.433 INFO kablam! 119 | | // Takes no arguments and returns () Sep 01 12:59:43.433 INFO kablam! 120 | | P(ast::FnDecl { Sep 01 12:59:43.433 INFO kablam! 121 | | inputs: vec![], Sep 01 12:59:43.433 INFO kablam! ... | Sep 01 12:59:43.433 INFO kablam! 132 | | test_body Sep 01 12:59:43.433 INFO kablam! 133 | | ), Sep 01 12:59:43.433 INFO kablam! | |_____________^ expected 4 parameters Sep 01 12:59:43.433 INFO kablam! Sep 01 12:59:43.646 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 01 12:59:43.646 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:135:18 Sep 01 12:59:43.646 INFO kablam! | Sep 01 12:59:43.646 INFO kablam! 135 | vis: ast::Visibility::Inherited, Sep 01 12:59:43.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 01 12:59:43.646 INFO kablam! Sep 01 12:59:43.647 INFO kablam! error[E0063]: missing field `tokens` in initializer of `syntax::ast::Item` Sep 01 12:59:43.647 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:113:11 Sep 01 12:59:43.647 INFO kablam! | Sep 01 12:59:43.647 INFO kablam! 113 | P(ast::Item { Sep 01 12:59:43.647 INFO kablam! | ^^^^^^^^^ missing `tokens` Sep 01 12:59:43.648 INFO kablam! Sep 01 12:59:43.652 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 01 12:59:43.652 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:156:19 Sep 01 12:59:43.652 INFO kablam! | Sep 01 12:59:43.652 INFO kablam! 156 | node: ast::ItemKind::Fn( Sep 01 12:59:43.652 INFO kablam! | ___________________^ Sep 01 12:59:43.652 INFO kablam! 157 | | // Takes one argument of &mut Bencher Sep 01 12:59:43.652 INFO kablam! 158 | | P(ast::FnDecl { Sep 01 12:59:43.652 INFO kablam! 159 | | inputs: vec![ast::Arg { Sep 01 12:59:43.652 INFO kablam! ... | Sep 01 12:59:43.652 INFO kablam! 175 | | block Sep 01 12:59:43.652 INFO kablam! 176 | | ), Sep 01 12:59:43.652 INFO kablam! | |_____________^ expected 4 parameters Sep 01 12:59:43.654 INFO kablam! Sep 01 12:59:43.687 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 01 12:59:43.687 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:178:18 Sep 01 12:59:43.687 INFO kablam! | Sep 01 12:59:43.687 INFO kablam! 178 | vis: ast::Visibility::Inherited, Sep 01 12:59:43.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 01 12:59:43.688 INFO kablam! Sep 01 12:59:43.688 INFO kablam! error[E0063]: missing field `tokens` in initializer of `syntax::ast::Item` Sep 01 12:59:43.688 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:149:11 Sep 01 12:59:43.688 INFO kablam! | Sep 01 12:59:43.689 INFO kablam! 149 | P(ast::Item { Sep 01 12:59:43.689 INFO kablam! | ^^^^^^^^^ missing `tokens` Sep 01 12:59:43.689 INFO kablam! Sep 01 12:59:43.738 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Sep 01 12:59:43.738 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:226:47 Sep 01 12:59:43.738 INFO kablam! | Sep 01 12:59:43.738 INFO kablam! 226 | let super_glob = cx.item_use_glob(sp, ast::Visibility::Public, vec![cx.ident_of("super")]); Sep 01 12:59:43.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 01 12:59:43.742 INFO kablam! Sep 01 12:59:43.755 INFO kablam! Checking regex v0.2.1 Sep 01 12:59:43.779 INFO kablam! error: aborting due to 12 previous errors Sep 01 12:59:43.779 INFO kablam! Sep 01 12:59:43.780 INFO kablam! Some errors occurred: E0061, E0063, E0432, E0599. Sep 01 12:59:43.781 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 01 12:59:43.819 INFO kablam! error: Could not compile `stainless`. Sep 01 12:59:43.819 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 12:59:55.298 INFO kablam! error: build failed Sep 01 12:59:55.300 INFO kablam! su: No module specific data is present Sep 01 12:59:55.695 INFO running `"docker" "rm" "-f" "67d58ec35eaec9d8d9ab43c8e7acdeb0ca9a98d20e063678fe3cee0460462492"` Sep 01 12:59:55.802 INFO blam! 67d58ec35eaec9d8d9ab43c8e7acdeb0ca9a98d20e063678fe3cee0460462492