Sep 21 03:25:07.720 INFO checking select-0.3.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 03:25:07.720 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 03:25:07.720 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 03:25:07.933 INFO blam! 4b7be491141f85ed64dda8362f8d1c8b7851f4c1122a9fca27f8745c0cb42ca6 Sep 21 03:25:07.936 INFO running `"docker" "start" "-a" "4b7be491141f85ed64dda8362f8d1c8b7851f4c1122a9fca27f8745c0cb42ca6"` Sep 21 03:25:09.485 INFO kablam! usermod: no changes Sep 21 03:25:09.701 INFO kablam! Compiling speculate v0.0.19 Sep 21 03:25:09.708 INFO kablam! Checking select v0.3.0 (/source) Sep 21 03:25:11.982 INFO kablam! error[E0432]: unresolved import `syntax::ast::TokenTree` Sep 21 03:25:11.982 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:7:5 Sep 21 03:25:11.982 INFO kablam! | Sep 21 03:25:11.982 INFO kablam! 7 | use syntax::ast::TokenTree; Sep 21 03:25:11.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ no `TokenTree` in `ast` Sep 21 03:25:11.982 INFO kablam! Sep 21 03:25:11.982 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 03:25:11.982 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:8:13 Sep 21 03:25:11.982 INFO kablam! | Sep 21 03:25:11.982 INFO kablam! 8 | use syntax::codemap::Span; Sep 21 03:25:11.982 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 21 03:25:11.982 INFO kablam! Sep 21 03:25:11.982 INFO kablam! error[E0432]: unresolved import `syntax::parse::tts_to_parser` Sep 21 03:25:11.982 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:10:5 Sep 21 03:25:11.982 INFO kablam! | Sep 21 03:25:11.982 INFO kablam! 10 | use syntax::parse::tts_to_parser; Sep 21 03:25:11.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `tts_to_parser` in `parse` Sep 21 03:25:11.982 INFO kablam! Sep 21 03:25:11.982 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 21 03:25:11.982 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:11:19 Sep 21 03:25:11.982 INFO kablam! | Sep 21 03:25:11.982 INFO kablam! 11 | use syntax::util::small_vector::SmallVector; Sep 21 03:25:11.982 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 21 03:25:11.982 INFO kablam! Sep 21 03:25:12.371 INFO kablam! error[E0308]: mismatched types Sep 21 03:25:12.371 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/parser.rs:30:60 Sep 21 03:25:12.371 INFO kablam! | Sep 21 03:25:12.371 INFO kablam! 30 | let block = Block::Describe(parse_describe(&name, parser)); Sep 21 03:25:12.371 INFO kablam! | ^^^^^ expected str, found struct `syntax::ast::Symbol` Sep 21 03:25:12.371 INFO kablam! | Sep 21 03:25:12.374 INFO kablam! = note: expected type `&str` Sep 21 03:25:12.374 INFO kablam! found type `&syntax::ast::Symbol` Sep 21 03:25:12.374 INFO kablam! Sep 21 03:25:12.381 INFO kablam! error[E0609]: no field `expr` on type `syntax::ptr::P` Sep 21 03:25:12.381 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/parser.rs:86:14 Sep 21 03:25:12.381 INFO kablam! | Sep 21 03:25:12.381 INFO kablam! 86 | if block.expr.is_some() { Sep 21 03:25:12.381 INFO kablam! | ^^^^ unknown field Sep 21 03:25:12.382 INFO kablam! Sep 21 03:25:12.418 INFO kablam! error: aborting due to 6 previous errors Sep 21 03:25:12.418 INFO kablam! Sep 21 03:25:12.418 INFO kablam! Some errors occurred: E0308, E0432, E0609. Sep 21 03:25:12.418 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 21 03:25:12.453 INFO kablam! error: Could not compile `speculate`. Sep 21 03:25:12.453 INFO kablam! Sep 21 03:25:12.453 INFO kablam! To learn more, run the command again with --verbose. Sep 21 03:25:12.454 INFO kablam! su: No module specific data is present Sep 21 03:25:13.497 INFO running `"docker" "rm" "-f" "4b7be491141f85ed64dda8362f8d1c8b7851f4c1122a9fca27f8745c0cb42ca6"` Sep 21 03:25:13.600 INFO blam! 4b7be491141f85ed64dda8362f8d1c8b7851f4c1122a9fca27f8745c0cb42ca6