Sep 04 02:29:04.112 INFO checking speculate-0.0.25 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 02:29:04.112 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 02:29:04.112 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:29:04.302 INFO blam! d7da8d92357f2527d3210c4ed2656bcbbb7cb18b30c967490bd546a4f40b6093 Sep 04 02:29:04.304 INFO running `"docker" "start" "-a" "d7da8d92357f2527d3210c4ed2656bcbbb7cb18b30c967490bd546a4f40b6093"` Sep 04 02:29:04.917 INFO kablam! Compiling speculate v0.0.25 (file:///source) Sep 04 02:29:07.195 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 02:29:07.195 INFO kablam! --> src/lib.rs:7:13 Sep 04 02:29:07.195 INFO kablam! | Sep 04 02:29:07.195 INFO kablam! 7 | use syntax::codemap::Span; Sep 04 02:29:07.195 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 02:29:07.195 INFO kablam! Sep 04 02:29:07.196 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 02:29:07.196 INFO kablam! --> src/lib.rs:11:19 Sep 04 02:29:07.196 INFO kablam! | Sep 04 02:29:07.196 INFO kablam! 11 | use syntax::util::small_vector::SmallVector; Sep 04 02:29:07.196 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 02:29:07.196 INFO kablam! Sep 04 02:29:07.342 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 02:29:07.343 INFO kablam! --> src/lib.rs:7:13 Sep 04 02:29:07.343 INFO kablam! | Sep 04 02:29:07.343 INFO kablam! 7 | use syntax::codemap::Span; Sep 04 02:29:07.343 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 02:29:07.343 INFO kablam! Sep 04 02:29:07.343 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 02:29:07.343 INFO kablam! --> src/lib.rs:11:19 Sep 04 02:29:07.343 INFO kablam! | Sep 04 02:29:07.343 INFO kablam! 11 | use syntax::util::small_vector::SmallVector; Sep 04 02:29:07.343 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 02:29:07.343 INFO kablam! Sep 04 02:29:07.483 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 02:29:07.483 INFO kablam! --> src/parser.rs:22:16 Sep 04 02:29:07.483 INFO kablam! | Sep 04 02:29:07.483 INFO kablam! 22 | if let token::Ident(ident) = parser.token { Sep 04 02:29:07.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 02:29:07.483 INFO kablam! Sep 04 02:29:07.560 INFO kablam! error: aborting due to 3 previous errors Sep 04 02:29:07.560 INFO kablam! Sep 04 02:29:07.561 INFO kablam! Some errors occurred: E0023, E0432. Sep 04 02:29:07.561 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 04 02:29:07.578 INFO kablam! error: Could not compile `speculate`. Sep 04 02:29:07.579 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 02:29:07.630 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 02:29:07.630 INFO kablam! --> src/parser.rs:22:16 Sep 04 02:29:07.630 INFO kablam! | Sep 04 02:29:07.630 INFO kablam! 22 | if let token::Ident(ident) = parser.token { Sep 04 02:29:07.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 02:29:07.630 INFO kablam! Sep 04 02:29:07.708 INFO kablam! error: aborting due to 3 previous errors Sep 04 02:29:07.708 INFO kablam! Sep 04 02:29:07.708 INFO kablam! Some errors occurred: E0023, E0432. Sep 04 02:29:07.708 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 04 02:29:07.728 INFO kablam! error: Could not compile `speculate`. Sep 04 02:29:07.728 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 02:29:07.750 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 02:29:07.750 INFO kablam! --> src/lib.rs:7:13 Sep 04 02:29:07.750 INFO kablam! | Sep 04 02:29:07.750 INFO kablam! 7 | use syntax::codemap::Span; Sep 04 02:29:07.750 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 02:29:07.750 INFO kablam! Sep 04 02:29:07.750 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 02:29:07.750 INFO kablam! --> src/lib.rs:11:19 Sep 04 02:29:07.750 INFO kablam! | Sep 04 02:29:07.750 INFO kablam! 11 | use syntax::util::small_vector::SmallVector; Sep 04 02:29:07.750 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 02:29:07.750 INFO kablam! Sep 04 02:29:08.042 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 02:29:08.042 INFO kablam! --> src/parser.rs:22:16 Sep 04 02:29:08.042 INFO kablam! | Sep 04 02:29:08.042 INFO kablam! 22 | if let token::Ident(ident) = parser.token { Sep 04 02:29:08.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 02:29:08.042 INFO kablam! Sep 04 02:29:08.125 INFO kablam! error: aborting due to 3 previous errors Sep 04 02:29:08.125 INFO kablam! Sep 04 02:29:08.125 INFO kablam! Some errors occurred: E0023, E0432. Sep 04 02:29:08.125 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 04 02:29:08.142 INFO kablam! error: Could not compile `speculate`. Sep 04 02:29:08.143 INFO kablam! Sep 04 02:29:08.143 INFO kablam! To learn more, run the command again with --verbose. Sep 04 02:29:08.144 INFO kablam! su: No module specific data is present Sep 04 02:29:08.567 INFO running `"docker" "rm" "-f" "d7da8d92357f2527d3210c4ed2656bcbbb7cb18b30c967490bd546a4f40b6093"` Sep 04 02:29:08.673 INFO blam! d7da8d92357f2527d3210c4ed2656bcbbb7cb18b30c967490bd546a4f40b6093