Sep 04 07:05:30.439 INFO checking select-0.3.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:05:30.439 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:05:30.440 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:05:30.625 INFO blam! 02db91960ccbff960bdf6f42eef4ba0348e332d9466d830a7f5601295e11ba0b Sep 04 07:05:30.627 INFO running `"docker" "start" "-a" "02db91960ccbff960bdf6f42eef4ba0348e332d9466d830a7f5601295e11ba0b"` Sep 04 07:05:31.537 INFO kablam! Compiling speculate v0.0.19 Sep 04 07:05:31.538 INFO kablam! Compiling string_cache v0.2.29 Sep 04 07:05:31.544 INFO kablam! Compiling html5ever v0.5.4 Sep 04 07:05:36.140 INFO kablam! error[E0432]: unresolved import `syntax::ast::TokenTree` Sep 04 07:05:36.140 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:7:5 Sep 04 07:05:36.140 INFO kablam! | Sep 04 07:05:36.140 INFO kablam! 7 | use syntax::ast::TokenTree; Sep 04 07:05:36.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ no `TokenTree` in `ast` Sep 04 07:05:36.141 INFO kablam! Sep 04 07:05:36.141 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:05:36.141 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:8:13 Sep 04 07:05:36.141 INFO kablam! | Sep 04 07:05:36.141 INFO kablam! 8 | use syntax::codemap::Span; Sep 04 07:05:36.141 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:05:36.141 INFO kablam! Sep 04 07:05:36.141 INFO kablam! error[E0432]: unresolved import `syntax::parse::tts_to_parser` Sep 04 07:05:36.141 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:10:5 Sep 04 07:05:36.141 INFO kablam! | Sep 04 07:05:36.141 INFO kablam! 10 | use syntax::parse::tts_to_parser; Sep 04 07:05:36.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `tts_to_parser` in `parse` Sep 04 07:05:36.141 INFO kablam! Sep 04 07:05:36.141 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 07:05:36.141 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:11:19 Sep 04 07:05:36.141 INFO kablam! | Sep 04 07:05:36.141 INFO kablam! 11 | use syntax::util::small_vector::SmallVector; Sep 04 07:05:36.141 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 07:05:36.141 INFO kablam! Sep 04 07:05:36.657 INFO kablam! error[E0308]: mismatched types Sep 04 07:05:36.657 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/parser.rs:30:60 Sep 04 07:05:36.657 INFO kablam! | Sep 04 07:05:36.657 INFO kablam! 30 | let block = Block::Describe(parse_describe(&name, parser)); Sep 04 07:05:36.657 INFO kablam! | ^^^^^ expected str, found struct `syntax::ast::Symbol` Sep 04 07:05:36.657 INFO kablam! | Sep 04 07:05:36.658 INFO kablam! = note: expected type `&str` Sep 04 07:05:36.658 INFO kablam! found type `&syntax::ast::Symbol` Sep 04 07:05:36.658 INFO kablam! Sep 04 07:05:36.670 INFO kablam! error[E0609]: no field `expr` on type `syntax::ptr::P` Sep 04 07:05:36.670 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/parser.rs:86:14 Sep 04 07:05:36.670 INFO kablam! | Sep 04 07:05:36.670 INFO kablam! 86 | if block.expr.is_some() { Sep 04 07:05:36.670 INFO kablam! | ^^^^ unknown field Sep 04 07:05:36.670 INFO kablam! Sep 04 07:05:36.707 INFO kablam! error: aborting due to 6 previous errors Sep 04 07:05:36.707 INFO kablam! Sep 04 07:05:36.707 INFO kablam! Some errors occurred: E0308, E0432, E0609. Sep 04 07:05:36.707 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 07:05:36.719 INFO kablam! error: Could not compile `speculate`. Sep 04 07:05:36.719 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:05:37.501 INFO kablam! error: build failed Sep 04 07:05:37.503 INFO kablam! su: No module specific data is present Sep 04 07:05:37.905 INFO running `"docker" "rm" "-f" "02db91960ccbff960bdf6f42eef4ba0348e332d9466d830a7f5601295e11ba0b"` Sep 04 07:05:38.016 INFO blam! 02db91960ccbff960bdf6f42eef4ba0348e332d9466d830a7f5601295e11ba0b