Sep 19 20:33:41.918 INFO checking select-0.3.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 20:33:41.918 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 20:33:41.919 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:33:42.098 INFO blam! 129a14846741c2f4ac7eea6883108be003466e323d5f4e61e9d61a3ecc01d0e9 Sep 19 20:33:42.100 INFO running `"docker" "start" "-a" "129a14846741c2f4ac7eea6883108be003466e323d5f4e61e9d61a3ecc01d0e9"` Sep 19 20:33:42.877 INFO kablam! usermod: no changes Sep 19 20:33:43.060 INFO kablam! Compiling speculate v0.0.19 Sep 19 20:33:43.062 INFO kablam! Checking select v0.3.0 (/source) Sep 19 20:33:45.096 INFO kablam! error[E0432]: unresolved import `syntax::ast::TokenTree` Sep 19 20:33:45.096 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:7:5 Sep 19 20:33:45.096 INFO kablam! | Sep 19 20:33:45.096 INFO kablam! 7 | use syntax::ast::TokenTree; Sep 19 20:33:45.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ no `TokenTree` in `ast` Sep 19 20:33:45.096 INFO kablam! Sep 19 20:33:45.096 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 20:33:45.096 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:8:13 Sep 19 20:33:45.096 INFO kablam! | Sep 19 20:33:45.096 INFO kablam! 8 | use syntax::codemap::Span; Sep 19 20:33:45.096 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 20:33:45.096 INFO kablam! Sep 19 20:33:45.096 INFO kablam! error[E0432]: unresolved import `syntax::parse::tts_to_parser` Sep 19 20:33:45.097 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:10:5 Sep 19 20:33:45.097 INFO kablam! | Sep 19 20:33:45.097 INFO kablam! 10 | use syntax::parse::tts_to_parser; Sep 19 20:33:45.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `tts_to_parser` in `parse` Sep 19 20:33:45.097 INFO kablam! Sep 19 20:33:45.097 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 20:33:45.097 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:11:19 Sep 19 20:33:45.097 INFO kablam! | Sep 19 20:33:45.097 INFO kablam! 11 | use syntax::util::small_vector::SmallVector; Sep 19 20:33:45.097 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 19 20:33:45.097 INFO kablam! Sep 19 20:33:45.522 INFO kablam! error[E0308]: mismatched types Sep 19 20:33:45.522 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/parser.rs:30:60 Sep 19 20:33:45.522 INFO kablam! | Sep 19 20:33:45.522 INFO kablam! 30 | let block = Block::Describe(parse_describe(&name, parser)); Sep 19 20:33:45.522 INFO kablam! | ^^^^^ expected str, found struct `syntax::ast::Symbol` Sep 19 20:33:45.522 INFO kablam! | Sep 19 20:33:45.522 INFO kablam! = note: expected type `&str` Sep 19 20:33:45.522 INFO kablam! found type `&syntax::ast::Symbol` Sep 19 20:33:45.522 INFO kablam! Sep 19 20:33:45.538 INFO kablam! error[E0609]: no field `expr` on type `syntax::ptr::P` Sep 19 20:33:45.538 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/parser.rs:86:14 Sep 19 20:33:45.538 INFO kablam! | Sep 19 20:33:45.538 INFO kablam! 86 | if block.expr.is_some() { Sep 19 20:33:45.538 INFO kablam! | ^^^^ unknown field Sep 19 20:33:45.538 INFO kablam! Sep 19 20:33:45.577 INFO kablam! error: aborting due to 6 previous errors Sep 19 20:33:45.577 INFO kablam! Sep 19 20:33:45.577 INFO kablam! Some errors occurred: E0308, E0432, E0609. Sep 19 20:33:45.577 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 20:33:45.597 INFO kablam! error: Could not compile `speculate`. Sep 19 20:33:45.597 INFO kablam! Sep 19 20:33:45.597 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:33:45.610 INFO kablam! su: No module specific data is present Sep 19 20:33:46.531 INFO running `"docker" "rm" "-f" "129a14846741c2f4ac7eea6883108be003466e323d5f4e61e9d61a3ecc01d0e9"` Sep 19 20:33:46.631 INFO blam! 129a14846741c2f4ac7eea6883108be003466e323d5f4e61e9d61a3ecc01d0e9