Sep 19 18:36:51.737 INFO checking select-0.3.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 18:36:51.737 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 18:36:51.737 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:36:51.958 INFO blam! bab512cd2f88c27177fdbeb7b866d4c61beaa237c28ef349c6990946b41deed9 Sep 19 18:36:51.968 INFO running `"docker" "start" "-a" "bab512cd2f88c27177fdbeb7b866d4c61beaa237c28ef349c6990946b41deed9"` Sep 19 18:36:52.883 INFO kablam! usermod: no changes Sep 19 18:36:53.082 INFO kablam! Compiling speculate v0.0.19 Sep 19 18:36:53.083 INFO kablam! Checking utf-8 v0.6.0 Sep 19 18:36:53.084 INFO kablam! Compiling string_cache v0.2.29 Sep 19 18:36:53.085 INFO kablam! Compiling html5ever v0.5.4 Sep 19 18:36:53.918 INFO kablam! Checking tendril v0.2.4 Sep 19 18:36:57.851 INFO kablam! error[E0432]: unresolved import `syntax::ast::TokenTree` Sep 19 18:36:57.852 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:7:5 Sep 19 18:36:57.853 INFO kablam! | Sep 19 18:36:57.854 INFO kablam! 7 | use syntax::ast::TokenTree; Sep 19 18:36:57.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ no `TokenTree` in `ast` Sep 19 18:36:57.855 INFO kablam! Sep 19 18:36:57.856 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 18:36:57.857 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:8:13 Sep 19 18:36:57.857 INFO kablam! | Sep 19 18:36:57.858 INFO kablam! 8 | use syntax::codemap::Span; Sep 19 18:36:57.858 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 18:36:57.858 INFO kablam! Sep 19 18:36:57.859 INFO kablam! error[E0432]: unresolved import `syntax::parse::tts_to_parser` Sep 19 18:36:57.859 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:10:5 Sep 19 18:36:57.860 INFO kablam! | Sep 19 18:36:57.860 INFO kablam! 10 | use syntax::parse::tts_to_parser; Sep 19 18:36:57.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `tts_to_parser` in `parse` Sep 19 18:36:57.861 INFO kablam! Sep 19 18:36:57.861 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 18:36:57.861 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/lib.rs:11:19 Sep 19 18:36:57.862 INFO kablam! | Sep 19 18:36:57.862 INFO kablam! 11 | use syntax::util::small_vector::SmallVector; Sep 19 18:36:57.862 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 19 18:36:57.862 INFO kablam! Sep 19 18:36:59.176 INFO kablam! error[E0308]: mismatched types Sep 19 18:36:59.176 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/parser.rs:30:60 Sep 19 18:36:59.176 INFO kablam! | Sep 19 18:36:59.176 INFO kablam! 30 | let block = Block::Describe(parse_describe(&name, parser)); Sep 19 18:36:59.176 INFO kablam! | ^^^^^ expected str, found struct `syntax::ast::Symbol` Sep 19 18:36:59.176 INFO kablam! | Sep 19 18:36:59.176 INFO kablam! = note: expected type `&str` Sep 19 18:36:59.176 INFO kablam! found type `&syntax::ast::Symbol` Sep 19 18:36:59.176 INFO kablam! Sep 19 18:36:59.191 INFO kablam! error[E0609]: no field `expr` on type `syntax::ptr::P` Sep 19 18:36:59.191 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/speculate-0.0.19/src/parser.rs:86:14 Sep 19 18:36:59.191 INFO kablam! | Sep 19 18:36:59.191 INFO kablam! 86 | if block.expr.is_some() { Sep 19 18:36:59.191 INFO kablam! | ^^^^ unknown field Sep 19 18:36:59.191 INFO kablam! Sep 19 18:36:59.251 INFO kablam! error: aborting due to 6 previous errors Sep 19 18:36:59.251 INFO kablam! Sep 19 18:36:59.251 INFO kablam! Some errors occurred: E0308, E0432, E0609. Sep 19 18:36:59.252 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 18:36:59.283 INFO kablam! error: Could not compile `speculate`. Sep 19 18:36:59.284 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:37:00.385 INFO kablam! error: build failed Sep 19 18:37:00.387 INFO kablam! su: No module specific data is present Sep 19 18:37:01.089 INFO running `"docker" "rm" "-f" "bab512cd2f88c27177fdbeb7b866d4c61beaa237c28ef349c6990946b41deed9"` Sep 19 18:37:01.343 INFO blam! bab512cd2f88c27177fdbeb7b866d4c61beaa237c28ef349c6990946b41deed9