Sep 01 05:53:34.022 INFO checking speculate-0.0.25 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 05:53:34.022 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 05:53:34.022 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:53:34.207 INFO blam! 1da060042174aac900d2f8de8a3eb20bd706eb1c6b897d570569f94ada9f1b14 Sep 01 05:53:34.208 INFO running `"docker" "start" "-a" "1da060042174aac900d2f8de8a3eb20bd706eb1c6b897d570569f94ada9f1b14"` Sep 01 05:53:34.788 INFO kablam! Compiling speculate v0.0.25 (file:///source) Sep 01 05:53:37.219 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 05:53:37.219 INFO kablam! --> src/lib.rs:7:13 Sep 01 05:53:37.219 INFO kablam! | Sep 01 05:53:37.219 INFO kablam! 7 | use syntax::codemap::Span; Sep 01 05:53:37.219 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 05:53:37.219 INFO kablam! Sep 01 05:53:37.219 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 05:53:37.219 INFO kablam! --> src/lib.rs:11:19 Sep 01 05:53:37.219 INFO kablam! | Sep 01 05:53:37.219 INFO kablam! 11 | use syntax::util::small_vector::SmallVector; Sep 01 05:53:37.219 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 05:53:37.220 INFO kablam! Sep 01 05:53:37.339 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 05:53:37.339 INFO kablam! --> src/lib.rs:7:13 Sep 01 05:53:37.339 INFO kablam! | Sep 01 05:53:37.339 INFO kablam! 7 | use syntax::codemap::Span; Sep 01 05:53:37.339 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 05:53:37.339 INFO kablam! Sep 01 05:53:37.339 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 05:53:37.339 INFO kablam! --> src/lib.rs:11:19 Sep 01 05:53:37.339 INFO kablam! | Sep 01 05:53:37.339 INFO kablam! 11 | use syntax::util::small_vector::SmallVector; Sep 01 05:53:37.339 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 05:53:37.339 INFO kablam! Sep 01 05:53:37.465 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 05:53:37.465 INFO kablam! --> src/lib.rs:7:13 Sep 01 05:53:37.465 INFO kablam! | Sep 01 05:53:37.465 INFO kablam! 7 | use syntax::codemap::Span; Sep 01 05:53:37.465 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 01 05:53:37.465 INFO kablam! Sep 01 05:53:37.466 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 05:53:37.466 INFO kablam! --> src/lib.rs:11:19 Sep 01 05:53:37.466 INFO kablam! | Sep 01 05:53:37.466 INFO kablam! 11 | use syntax::util::small_vector::SmallVector; Sep 01 05:53:37.466 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 01 05:53:37.466 INFO kablam! Sep 01 05:53:37.485 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 01 05:53:37.485 INFO kablam! --> src/parser.rs:22:16 Sep 01 05:53:37.485 INFO kablam! | Sep 01 05:53:37.485 INFO kablam! 22 | if let token::Ident(ident) = parser.token { Sep 01 05:53:37.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 01 05:53:37.485 INFO kablam! Sep 01 05:53:37.570 INFO kablam! error: aborting due to 3 previous errors Sep 01 05:53:37.570 INFO kablam! Sep 01 05:53:37.570 INFO kablam! Some errors occurred: E0023, E0432. Sep 01 05:53:37.570 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 05:53:37.588 INFO kablam! error: Could not compile `speculate`. Sep 01 05:53:37.588 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:53:37.600 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 01 05:53:37.600 INFO kablam! --> src/parser.rs:22:16 Sep 01 05:53:37.600 INFO kablam! | Sep 01 05:53:37.600 INFO kablam! 22 | if let token::Ident(ident) = parser.token { Sep 01 05:53:37.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 01 05:53:37.600 INFO kablam! Sep 01 05:53:37.672 INFO kablam! error: aborting due to 3 previous errors Sep 01 05:53:37.672 INFO kablam! Sep 01 05:53:37.672 INFO kablam! Some errors occurred: E0023, E0432. Sep 01 05:53:37.672 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 05:53:37.689 INFO kablam! error: Could not compile `speculate`. Sep 01 05:53:37.689 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:53:37.714 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 01 05:53:37.714 INFO kablam! --> src/parser.rs:22:16 Sep 01 05:53:37.714 INFO kablam! | Sep 01 05:53:37.714 INFO kablam! 22 | if let token::Ident(ident) = parser.token { Sep 01 05:53:37.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 01 05:53:37.714 INFO kablam! Sep 01 05:53:37.788 INFO kablam! error: aborting due to 3 previous errors Sep 01 05:53:37.788 INFO kablam! Sep 01 05:53:37.788 INFO kablam! Some errors occurred: E0023, E0432. Sep 01 05:53:37.788 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 05:53:37.805 INFO kablam! error: Could not compile `speculate`. Sep 01 05:53:37.805 INFO kablam! Sep 01 05:53:37.805 INFO kablam! To learn more, run the command again with --verbose. Sep 01 05:53:37.806 INFO kablam! su: No module specific data is present Sep 01 05:53:38.263 INFO running `"docker" "rm" "-f" "1da060042174aac900d2f8de8a3eb20bd706eb1c6b897d570569f94ada9f1b14"` Sep 01 05:53:38.381 INFO blam! 1da060042174aac900d2f8de8a3eb20bd706eb1c6b897d570569f94ada9f1b14