Sep 01 05:42:55.079 INFO checking earley-0.1.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 05:42:55.079 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 05:42:55.080 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-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:42:55.273 INFO blam! 2cb16b9faae97adc3ae4d7cbe6dbea9794e98bf969efc5461af20fc851223da1 Sep 01 05:42:55.275 INFO running `"docker" "start" "-a" "2cb16b9faae97adc3ae4d7cbe6dbea9794e98bf969efc5461af20fc851223da1"` Sep 01 05:42:56.016 INFO kablam! Checking earley v0.1.0 (file:///source) Sep 01 05:42:57.406 INFO kablam! warning: variable does not need to be mutable Sep 01 05:42:57.407 INFO kablam! --> src/item_table.rs:88:21 Sep 01 05:42:57.407 INFO kablam! | Sep 01 05:42:57.407 INFO kablam! 88 | if let Some(mut items) = self.table.get_mut(index) { Sep 01 05:42:57.407 INFO kablam! | ----^^^^^ Sep 01 05:42:57.407 INFO kablam! | | Sep 01 05:42:57.407 INFO kablam! | help: remove this `mut` Sep 01 05:42:57.407 INFO kablam! | Sep 01 05:42:57.407 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 05:42:57.407 INFO kablam! Sep 01 05:42:58.051 INFO kablam! warning: variable does not need to be mutable Sep 01 05:42:58.051 INFO kablam! --> src/item_table.rs:88:21 Sep 01 05:42:58.051 INFO kablam! | Sep 01 05:42:58.051 INFO kablam! 88 | if let Some(mut items) = self.table.get_mut(index) { Sep 01 05:42:58.051 INFO kablam! | ----^^^^^ Sep 01 05:42:58.051 INFO kablam! | | Sep 01 05:42:58.051 INFO kablam! | help: remove this `mut` Sep 01 05:42:58.051 INFO kablam! | Sep 01 05:42:58.051 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 05:42:58.051 INFO kablam! Sep 01 05:42:59.886 INFO kablam! error: no rules expected the token `:` Sep 01 05:42:59.886 INFO kablam! --> benches/basic.rs:12:82 Sep 01 05:42:59.886 INFO kablam! | Sep 01 05:42:59.886 INFO kablam! 12 | earley_production!("Sum" => [{"Sum"}, ["+"], {"Product"}] (result: u32) { result[0].get() + result[2].get() }), Sep 01 05:42:59.886 INFO kablam! | ^ Sep 01 05:42:59.886 INFO kablam! Sep 01 05:42:59.886 INFO kablam! error: no rules expected the token `:` Sep 01 05:42:59.886 INFO kablam! --> benches/basic.rs:13:82 Sep 01 05:42:59.886 INFO kablam! | Sep 01 05:42:59.886 INFO kablam! 13 | earley_production!("Sum" => [{"Product"}] (result: u32) { result[0].get() }), Sep 01 05:42:59.887 INFO kablam! | ^ Sep 01 05:42:59.887 INFO kablam! Sep 01 05:42:59.887 INFO kablam! error: no rules expected the token `:` Sep 01 05:42:59.887 INFO kablam! --> benches/basic.rs:14:82 Sep 01 05:42:59.887 INFO kablam! | Sep 01 05:42:59.887 INFO kablam! 14 | earley_production!("Product" => [{"Product"}, ["*"], {"Factor"}] (result: u32) { result[0].get() * result[2].get() }), Sep 01 05:42:59.887 INFO kablam! | ^ Sep 01 05:42:59.887 INFO kablam! Sep 01 05:42:59.887 INFO kablam! error: no rules expected the token `:` Sep 01 05:42:59.887 INFO kablam! --> benches/basic.rs:15:82 Sep 01 05:42:59.887 INFO kablam! | Sep 01 05:42:59.887 INFO kablam! 15 | earley_production!("Product" => [{"Factor"}] (result: u32) { result[0].get() }), Sep 01 05:42:59.887 INFO kablam! | ^ Sep 01 05:42:59.887 INFO kablam! Sep 01 05:42:59.887 INFO kablam! error: no rules expected the token `:` Sep 01 05:42:59.887 INFO kablam! --> benches/basic.rs:16:82 Sep 01 05:42:59.887 INFO kablam! | Sep 01 05:42:59.887 INFO kablam! 16 | earley_production!("Factor" => [["("], {"Sum"}, [")"]] (result: u32) { result[1].get() }), Sep 01 05:42:59.887 INFO kablam! | ^ Sep 01 05:42:59.887 INFO kablam! Sep 01 05:42:59.887 INFO kablam! error: no rules expected the token `:` Sep 01 05:42:59.887 INFO kablam! --> benches/basic.rs:17:82 Sep 01 05:42:59.887 INFO kablam! | Sep 01 05:42:59.888 INFO kablam! 17 | earley_production!("Factor" => [{"Number"}] (result: u32) { result[0].get() }), Sep 01 05:42:59.888 INFO kablam! | ^ Sep 01 05:42:59.888 INFO kablam! Sep 01 05:42:59.888 INFO kablam! error: no rules expected the token `:` Sep 01 05:42:59.888 INFO kablam! --> benches/basic.rs:18:82 Sep 01 05:42:59.888 INFO kablam! | Sep 01 05:42:59.888 INFO kablam! 18 | earley_production!("Number" => [["1"]] (result: u32) { 1 }), Sep 01 05:42:59.888 INFO kablam! | ^ Sep 01 05:42:59.888 INFO kablam! Sep 01 05:42:59.888 INFO kablam! error: no rules expected the token `:` Sep 01 05:42:59.888 INFO kablam! --> benches/basic.rs:19:82 Sep 01 05:42:59.888 INFO kablam! | Sep 01 05:42:59.888 INFO kablam! 19 | earley_production!("Number" => [["2"]] (result: u32) { 2 }), Sep 01 05:42:59.888 INFO kablam! | ^ Sep 01 05:42:59.888 INFO kablam! Sep 01 05:42:59.888 INFO kablam! error: no rules expected the token `:` Sep 01 05:42:59.888 INFO kablam! --> benches/basic.rs:20:82 Sep 01 05:42:59.888 INFO kablam! | Sep 01 05:42:59.888 INFO kablam! 20 | earley_production!("Number" => [["3"]] (result: u32) { 3 }), Sep 01 05:42:59.888 INFO kablam! | ^ Sep 01 05:42:59.888 INFO kablam! Sep 01 05:42:59.888 INFO kablam! error: aborting due to 9 previous errors Sep 01 05:42:59.889 INFO kablam! Sep 01 05:42:59.895 INFO kablam! error: Could not compile `earley`. Sep 01 05:42:59.895 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:43:00.737 INFO kablam! error[E0599]: no method named `unwrap` found for type `()` in the current scope Sep 01 05:43:00.737 INFO kablam! --> examples/basic.rs:8:24 Sep 01 05:43:00.737 INFO kablam! | Sep 01 05:43:00.737 INFO kablam! 8 | env_logger::init().unwrap(); Sep 01 05:43:00.737 INFO kablam! | ^^^^^^ Sep 01 05:43:00.737 INFO kablam! Sep 01 05:43:00.850 INFO kablam! error: aborting due to previous error Sep 01 05:43:00.850 INFO kablam! Sep 01 05:43:00.850 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 05:43:00.859 INFO kablam! error: Could not compile `earley`. Sep 01 05:43:00.859 INFO kablam! Sep 01 05:43:00.859 INFO kablam! To learn more, run the command again with --verbose. Sep 01 05:43:00.860 INFO kablam! su: No module specific data is present Sep 01 05:43:01.349 INFO running `"docker" "rm" "-f" "2cb16b9faae97adc3ae4d7cbe6dbea9794e98bf969efc5461af20fc851223da1"` Sep 01 05:43:01.483 INFO blam! 2cb16b9faae97adc3ae4d7cbe6dbea9794e98bf969efc5461af20fc851223da1