Sep 17 11:25:24.612 INFO checking sebglazebrook/aliases against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 11:25:24.612 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 11:25:24.612 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 11:25:25.204 INFO blam! 17bb4699023939d1991be9e035466dd11bd1f967fcdaed6466a7a1adb557aef9 Sep 17 11:25:25.211 INFO running `"docker" "start" "-a" "17bb4699023939d1991be9e035466dd11bd1f967fcdaed6466a7a1adb557aef9"` Sep 17 11:25:27.035 INFO kablam! usermod: no changes Sep 17 11:25:27.238 INFO kablam! Checking libc v0.2.21 Sep 17 11:25:27.246 INFO kablam! Compiling gcc v0.3.45 Sep 17 11:25:27.250 INFO kablam! Checking regex-syntax v0.4.0 Sep 17 11:25:27.251 INFO kablam! Checking vec_map v0.7.0 Sep 17 11:25:27.251 INFO kablam! Checking yaml-rust v0.3.5 Sep 17 11:25:27.251 INFO kablam! Checking scopeguard v0.1.2 Sep 17 11:25:27.251 INFO kablam! Checking log v0.3.7 Sep 17 11:25:27.251 INFO kablam! Checking variance v0.1.3 Sep 17 11:25:28.459 INFO kablam! Checking bitflags v0.8.2 Sep 17 11:25:28.843 INFO kablam! Checking unicode-segmentation v1.1.0 Sep 17 11:25:29.155 INFO kablam! Checking countdown v0.1.2 Sep 17 11:25:29.231 INFO kablam! Compiling stainless v0.1.11 Sep 17 11:25:30.156 INFO kablam! Checking unreachable v0.1.1 Sep 17 11:25:30.308 INFO kablam! Checking tabwriter v0.1.25 Sep 17 11:25:30.718 INFO kablam! Checking scoped-pool v1.0.0 Sep 17 11:25:30.865 INFO kablam! Compiling tempfile v2.1.5 Sep 17 11:25:31.535 INFO kablam! Checking memchr v1.0.1 Sep 17 11:25:32.135 INFO kablam! Checking thread-id v3.0.0 Sep 17 11:25:32.659 INFO kablam! Checking rand v0.3.15 Sep 17 11:25:33.159 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 11:25:33.159 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/describe.rs:31:19 Sep 17 11:25:33.159 INFO kablam! | Sep 17 11:25:33.159 INFO kablam! 31 | use syntax::{ast, codemap, parse, tokenstream}; Sep 17 11:25:33.159 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 17 11:25:33.159 INFO kablam! Sep 17 11:25:33.159 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 17 11:25:33.159 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/describe.rs:34:19 Sep 17 11:25:33.159 INFO kablam! | Sep 17 11:25:33.159 INFO kablam! 34 | use syntax::util::small_vector::SmallVector; Sep 17 11:25:33.159 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 17 11:25:33.159 INFO kablam! Sep 17 11:25:33.159 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 11:25:33.159 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/parse.rs:7:19 Sep 17 11:25:33.159 INFO kablam! | Sep 17 11:25:33.159 INFO kablam! 7 | use syntax::{ast, codemap}; Sep 17 11:25:33.159 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 17 11:25:33.159 INFO kablam! Sep 17 11:25:33.159 INFO kablam! error[E0432]: unresolved imports `syntax::abi`, `syntax::codemap` Sep 17 11:25:33.159 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:9:19 Sep 17 11:25:33.159 INFO kablam! | Sep 17 11:25:33.159 INFO kablam! 9 | use syntax::{ast, abi, codemap}; Sep 17 11:25:33.159 INFO kablam! | ^^^ ^^^^^^^ no `codemap` in the root Sep 17 11:25:33.159 INFO kablam! | | Sep 17 11:25:33.159 INFO kablam! | no `abi` in the root Sep 17 11:25:33.159 INFO kablam! Sep 17 11:25:33.335 INFO kablam! Checking term_size v0.3.0 Sep 17 11:25:33.339 INFO kablam! Checking atty v0.2.2 Sep 17 11:25:33.539 INFO kablam! Checking time v0.1.37 Sep 17 11:25:33.929 INFO kablam! Checking thread_local v0.3.3 Sep 17 11:25:34.231 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 17 11:25:34.231 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:118:19 Sep 17 11:25:34.231 INFO kablam! | Sep 17 11:25:34.231 INFO kablam! 118 | node: ast::ItemKind::Fn( Sep 17 11:25:34.231 INFO kablam! | ___________________^ Sep 17 11:25:34.231 INFO kablam! 119 | | // Takes no arguments and returns () Sep 17 11:25:34.231 INFO kablam! 120 | | P(ast::FnDecl { Sep 17 11:25:34.231 INFO kablam! 121 | | inputs: vec![], Sep 17 11:25:34.231 INFO kablam! ... | Sep 17 11:25:34.231 INFO kablam! 132 | | test_body Sep 17 11:25:34.231 INFO kablam! 133 | | ), Sep 17 11:25:34.231 INFO kablam! | |_____________^ expected 4 parameters Sep 17 11:25:34.231 INFO kablam! Sep 17 11:25:34.515 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 17 11:25:34.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:135:18 Sep 17 11:25:34.515 INFO kablam! | Sep 17 11:25:34.515 INFO kablam! 135 | vis: ast::Visibility::Inherited, Sep 17 11:25:34.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 17 11:25:34.515 INFO kablam! Sep 17 11:25:34.515 INFO kablam! error[E0063]: missing field `tokens` in initializer of `syntax::ast::Item` Sep 17 11:25:34.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:113:11 Sep 17 11:25:34.515 INFO kablam! | Sep 17 11:25:34.515 INFO kablam! 113 | P(ast::Item { Sep 17 11:25:34.515 INFO kablam! | ^^^^^^^^^ missing `tokens` Sep 17 11:25:34.515 INFO kablam! Sep 17 11:25:34.515 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 17 11:25:34.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:156:19 Sep 17 11:25:34.515 INFO kablam! | Sep 17 11:25:34.515 INFO kablam! 156 | node: ast::ItemKind::Fn( Sep 17 11:25:34.515 INFO kablam! | ___________________^ Sep 17 11:25:34.515 INFO kablam! 157 | | // Takes one argument of &mut Bencher Sep 17 11:25:34.522 INFO kablam! 158 | | P(ast::FnDecl { Sep 17 11:25:34.523 INFO kablam! 159 | | inputs: vec![ast::Arg { Sep 17 11:25:34.523 INFO kablam! ... | Sep 17 11:25:34.523 INFO kablam! 175 | | block Sep 17 11:25:34.523 INFO kablam! 176 | | ), Sep 17 11:25:34.523 INFO kablam! | |_____________^ expected 4 parameters Sep 17 11:25:34.523 INFO kablam! Sep 17 11:25:34.534 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 17 11:25:34.535 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:178:18 Sep 17 11:25:34.535 INFO kablam! | Sep 17 11:25:34.535 INFO kablam! 178 | vis: ast::Visibility::Inherited, Sep 17 11:25:34.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 17 11:25:34.535 INFO kablam! Sep 17 11:25:34.535 INFO kablam! error[E0063]: missing field `tokens` in initializer of `syntax::ast::Item` Sep 17 11:25:34.535 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:149:11 Sep 17 11:25:34.535 INFO kablam! | Sep 17 11:25:34.535 INFO kablam! 149 | P(ast::Item { Sep 17 11:25:34.535 INFO kablam! | ^^^^^^^^^ missing `tokens` Sep 17 11:25:34.535 INFO kablam! Sep 17 11:25:34.547 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Sep 17 11:25:34.547 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:226:47 Sep 17 11:25:34.547 INFO kablam! | Sep 17 11:25:34.547 INFO kablam! 226 | let super_glob = cx.item_use_glob(sp, ast::Visibility::Public, vec![cx.ident_of("super")]); Sep 17 11:25:34.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 17 11:25:34.547 INFO kablam! Sep 17 11:25:34.562 INFO kablam! error: aborting due to 11 previous errors Sep 17 11:25:34.563 INFO kablam! Sep 17 11:25:34.563 INFO kablam! Some errors occurred: E0061, E0063, E0432, E0599. Sep 17 11:25:34.563 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 17 11:25:34.580 INFO kablam! error: Could not compile `stainless`. Sep 17 11:25:34.581 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 11:25:38.683 INFO kablam! error: build failed Sep 17 11:25:38.683 INFO kablam! su: No module specific data is present Sep 17 11:25:39.782 INFO running `"docker" "rm" "-f" "17bb4699023939d1991be9e035466dd11bd1f967fcdaed6466a7a1adb557aef9"` Sep 17 11:25:40.093 INFO blam! 17bb4699023939d1991be9e035466dd11bd1f967fcdaed6466a7a1adb557aef9