Sep 20 00:22:23.363 INFO checking marpa-0.2.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 00:22:23.363 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 00:22:23.363 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:22:23.511 INFO blam! 596586f3acebb6cac781f5e511c015ba4c24bcf533b9abfb6d77cfa2c09bd667 Sep 20 00:22:23.512 INFO running `"docker" "start" "-a" "596586f3acebb6cac781f5e511c015ba4c24bcf533b9abfb6d77cfa2c09bd667"` Sep 20 00:22:24.426 INFO kablam! usermod: no changes Sep 20 00:22:24.485 INFO kablam! Compiling libmarpa-sys v0.1.2 Sep 20 00:22:25.807 INFO kablam! Checking marpa v0.2.1 (/source) Sep 20 00:22:26.460 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:22:26.460 INFO kablam! --> src/thin/grammar.rs:115:12 Sep 20 00:22:26.460 INFO kablam! | Sep 20 00:22:26.460 INFO kablam! 115 | Ok((0..try!(self.num_symbols()))) Sep 20 00:22:26.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:22:26.460 INFO kablam! | Sep 20 00:22:26.460 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:22:26.460 INFO kablam! help: remove these parentheses Sep 20 00:22:26.460 INFO kablam! | Sep 20 00:22:26.460 INFO kablam! 115 | Ok(0..match self.num_symbols() { Sep 20 00:22:26.460 INFO kablam! 116 | ::result::Result::Ok(val) => val, Sep 20 00:22:26.460 INFO kablam! 117 | ::result::Result::Err(err) => { Sep 20 00:22:26.460 INFO kablam! 118 | return ::result::Result::Err(::convert::From::from(err)) Sep 20 00:22:26.460 INFO kablam! 119 | } Sep 20 00:22:26.460 INFO kablam! 120 | }) Sep 20 00:22:26.460 INFO kablam! | Sep 20 00:22:26.460 INFO kablam! Sep 20 00:22:26.460 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:22:26.460 INFO kablam! --> src/thin/event.rs:27:19 Sep 20 00:22:26.460 INFO kablam! | Sep 20 00:22:26.460 INFO kablam! 27 | EventIter((0..count), grammar) Sep 20 00:22:26.460 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 20 00:22:26.460 INFO kablam! Sep 20 00:22:26.518 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:22:26.518 INFO kablam! --> src/thin/grammar.rs:115:12 Sep 20 00:22:26.518 INFO kablam! | Sep 20 00:22:26.518 INFO kablam! 115 | Ok((0..try!(self.num_symbols()))) Sep 20 00:22:26.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:22:26.518 INFO kablam! | Sep 20 00:22:26.518 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 00:22:26.518 INFO kablam! help: remove these parentheses Sep 20 00:22:26.518 INFO kablam! | Sep 20 00:22:26.518 INFO kablam! 115 | Ok(0..match self.num_symbols() { Sep 20 00:22:26.518 INFO kablam! 116 | ::result::Result::Ok(val) => val, Sep 20 00:22:26.518 INFO kablam! 117 | ::result::Result::Err(err) => { Sep 20 00:22:26.518 INFO kablam! 118 | return ::result::Result::Err(::convert::From::from(err)) Sep 20 00:22:26.518 INFO kablam! 119 | } Sep 20 00:22:26.518 INFO kablam! 120 | }) Sep 20 00:22:26.518 INFO kablam! | Sep 20 00:22:26.518 INFO kablam! Sep 20 00:22:26.522 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 00:22:26.522 INFO kablam! --> src/thin/event.rs:27:19 Sep 20 00:22:26.522 INFO kablam! | Sep 20 00:22:26.522 INFO kablam! 27 | EventIter((0..count), grammar) Sep 20 00:22:26.522 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 20 00:22:26.522 INFO kablam! Sep 20 00:22:27.030 INFO kablam! warning: type alias is never used: `EarleyItem` Sep 20 00:22:27.030 INFO kablam! --> src/thin/earley.rs:5:1 Sep 20 00:22:27.030 INFO kablam! | Sep 20 00:22:27.030 INFO kablam! 5 | pub type EarleyItem = Marpa_Earley_Item_ID; Sep 20 00:22:27.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:22:27.030 INFO kablam! | Sep 20 00:22:27.030 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 00:22:27.030 INFO kablam! Sep 20 00:22:27.354 INFO kablam! warning: type alias is never used: `EarleyItem` Sep 20 00:22:27.354 INFO kablam! --> src/thin/earley.rs:5:1 Sep 20 00:22:27.354 INFO kablam! | Sep 20 00:22:27.354 INFO kablam! 5 | pub type EarleyItem = Marpa_Earley_Item_ID; Sep 20 00:22:27.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:22:27.354 INFO kablam! | Sep 20 00:22:27.354 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 00:22:27.354 INFO kablam! Sep 20 00:22:27.750 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.30s Sep 20 00:22:27.751 INFO kablam! su: No module specific data is present Sep 20 00:22:28.930 INFO running `"docker" "rm" "-f" "596586f3acebb6cac781f5e511c015ba4c24bcf533b9abfb6d77cfa2c09bd667"` Sep 20 00:22:29.102 INFO blam! 596586f3acebb6cac781f5e511c015ba4c24bcf533b9abfb6d77cfa2c09bd667