Sep 01 07:15:26.564 INFO checking select-0.3.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 07:15:26.564 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 07:15:26.564 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:15:26.762 INFO blam! 2d3f959b3c2790cc11254180eb86c8951c7a46b24c6496619705aef81acc8e95 Sep 01 07:15:26.764 INFO running `"docker" "start" "-a" "2d3f959b3c2790cc11254180eb86c8951c7a46b24c6496619705aef81acc8e95"` Sep 01 07:15:27.523 INFO kablam! Compiling speculate v0.0.19 Sep 01 07:15:27.527 INFO kablam! Compiling string_cache v0.2.29 Sep 01 07:15:27.528 INFO kablam! Compiling html5ever v0.5.4 Sep 01 07:15:31.221 INFO kablam! error[E0432]: unresolved import `syntax::ast::TokenTree` Sep 01 07:15:31.221 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:7:5 Sep 01 07:15:31.221 INFO kablam! | Sep 01 07:15:31.221 INFO kablam! 7 | use syntax::ast::TokenTree; Sep 01 07:15:31.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ no `TokenTree` in `ast` Sep 01 07:15:31.221 INFO kablam! Sep 01 07:15:31.221 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 07:15:31.221 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:8:13 Sep 01 07:15:31.221 INFO kablam! | Sep 01 07:15:31.221 INFO kablam! 8 | use syntax::codemap::Span; Sep 01 07:15:31.221 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 07:15:31.221 INFO kablam! Sep 01 07:15:31.221 INFO kablam! error[E0432]: unresolved import `syntax::parse::tts_to_parser` Sep 01 07:15:31.221 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:10:5 Sep 01 07:15:31.221 INFO kablam! | Sep 01 07:15:31.221 INFO kablam! 10 | use syntax::parse::tts_to_parser; Sep 01 07:15:31.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `tts_to_parser` in `parse` Sep 01 07:15:31.222 INFO kablam! Sep 01 07:15:31.222 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 07:15:31.222 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:11:19 Sep 01 07:15:31.222 INFO kablam! | Sep 01 07:15:31.222 INFO kablam! 11 | use syntax::util::small_vector::SmallVector; Sep 01 07:15:31.222 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 07:15:31.222 INFO kablam! Sep 01 07:15:31.744 INFO kablam! error[E0308]: mismatched types Sep 01 07:15:31.744 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/parser.rs:30:60 Sep 01 07:15:31.744 INFO kablam! | Sep 01 07:15:31.744 INFO kablam! 30 | let block = Block::Describe(parse_describe(&name, parser)); Sep 01 07:15:31.744 INFO kablam! | ^^^^^ expected str, found struct `syntax::ast::Symbol` Sep 01 07:15:31.744 INFO kablam! | Sep 01 07:15:31.744 INFO kablam! = note: expected type `&str` Sep 01 07:15:31.744 INFO kablam! found type `&syntax::ast::Symbol` Sep 01 07:15:31.744 INFO kablam! Sep 01 07:15:31.759 INFO kablam! error[E0609]: no field `expr` on type `syntax::ptr::P` Sep 01 07:15:31.759 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/parser.rs:86:14 Sep 01 07:15:31.759 INFO kablam! | Sep 01 07:15:31.759 INFO kablam! 86 | if block.expr.is_some() { Sep 01 07:15:31.759 INFO kablam! | ^^^^ unknown field Sep 01 07:15:31.759 INFO kablam! Sep 01 07:15:31.809 INFO kablam! error: aborting due to 6 previous errors Sep 01 07:15:31.809 INFO kablam! Sep 01 07:15:31.809 INFO kablam! Some errors occurred: E0308, E0432, E0609. Sep 01 07:15:31.809 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 01 07:15:31.826 INFO kablam! error: Could not compile `speculate`. Sep 01 07:15:31.826 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:15:32.358 INFO kablam! error: build failed Sep 01 07:15:32.360 INFO kablam! su: No module specific data is present Sep 01 07:15:32.774 INFO running `"docker" "rm" "-f" "2d3f959b3c2790cc11254180eb86c8951c7a46b24c6496619705aef81acc8e95"` Sep 01 07:15:32.858 INFO blam! 2d3f959b3c2790cc11254180eb86c8951c7a46b24c6496619705aef81acc8e95