Sep 19 22:32:57.743 INFO checking marpa-0.2.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:32:57.743 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:32:57.743 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/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 22:32:57.999 INFO blam! e3b12163d930426906a8d51d96d9a04699d4db15abcb5cf809250f8b3ef9c840 Sep 19 22:32:58.004 INFO running `"docker" "start" "-a" "e3b12163d930426906a8d51d96d9a04699d4db15abcb5cf809250f8b3ef9c840"` Sep 19 22:32:58.982 INFO kablam! usermod: no changes Sep 19 22:32:59.042 INFO kablam! Compiling libmarpa-sys v0.1.2 Sep 19 22:33:00.557 INFO kablam! Checking marpa v0.2.1 (/source) Sep 19 22:33:01.063 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 22:33:01.063 INFO kablam! --> src/thin/grammar.rs:115:12 Sep 19 22:33:01.063 INFO kablam! | Sep 19 22:33:01.063 INFO kablam! 115 | Ok((0..try!(self.num_symbols()))) Sep 19 22:33:01.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:33:01.063 INFO kablam! | Sep 19 22:33:01.063 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:33:01.063 INFO kablam! help: remove these parentheses Sep 19 22:33:01.063 INFO kablam! | Sep 19 22:33:01.063 INFO kablam! 115 | Ok(0..match self.num_symbols() { Sep 19 22:33:01.063 INFO kablam! 116 | ::result::Result::Ok(val) => val, Sep 19 22:33:01.063 INFO kablam! 117 | ::result::Result::Err(err) => { Sep 19 22:33:01.063 INFO kablam! 118 | return ::result::Result::Err(::convert::From::from(err)) Sep 19 22:33:01.063 INFO kablam! 119 | } Sep 19 22:33:01.063 INFO kablam! 120 | }) Sep 19 22:33:01.063 INFO kablam! | Sep 19 22:33:01.063 INFO kablam! Sep 19 22:33:01.063 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 22:33:01.063 INFO kablam! --> src/thin/event.rs:27:19 Sep 19 22:33:01.063 INFO kablam! | Sep 19 22:33:01.063 INFO kablam! 27 | EventIter((0..count), grammar) Sep 19 22:33:01.063 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 19 22:33:01.063 INFO kablam! Sep 19 22:33:01.478 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 22:33:01.478 INFO kablam! --> src/thin/grammar.rs:115:12 Sep 19 22:33:01.478 INFO kablam! | Sep 19 22:33:01.478 INFO kablam! 115 | Ok((0..try!(self.num_symbols()))) Sep 19 22:33:01.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:33:01.478 INFO kablam! | Sep 19 22:33:01.478 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:33:01.478 INFO kablam! help: remove these parentheses Sep 19 22:33:01.478 INFO kablam! | Sep 19 22:33:01.478 INFO kablam! 115 | Ok(0..match self.num_symbols() { Sep 19 22:33:01.478 INFO kablam! 116 | ::result::Result::Ok(val) => val, Sep 19 22:33:01.478 INFO kablam! 117 | ::result::Result::Err(err) => { Sep 19 22:33:01.478 INFO kablam! 118 | return ::result::Result::Err(::convert::From::from(err)) Sep 19 22:33:01.478 INFO kablam! 119 | } Sep 19 22:33:01.478 INFO kablam! 120 | }) Sep 19 22:33:01.478 INFO kablam! | Sep 19 22:33:01.478 INFO kablam! Sep 19 22:33:01.483 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 22:33:01.483 INFO kablam! --> src/thin/event.rs:27:19 Sep 19 22:33:01.483 INFO kablam! | Sep 19 22:33:01.483 INFO kablam! 27 | EventIter((0..count), grammar) Sep 19 22:33:01.483 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 19 22:33:01.483 INFO kablam! Sep 19 22:33:01.971 INFO kablam! warning: type alias is never used: `EarleyItem` Sep 19 22:33:01.971 INFO kablam! --> src/thin/earley.rs:5:1 Sep 19 22:33:01.971 INFO kablam! | Sep 19 22:33:01.971 INFO kablam! 5 | pub type EarleyItem = Marpa_Earley_Item_ID; Sep 19 22:33:01.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:33:01.971 INFO kablam! | Sep 19 22:33:01.971 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:33:01.971 INFO kablam! Sep 19 22:33:02.015 INFO kablam! warning: type alias is never used: `EarleyItem` Sep 19 22:33:02.015 INFO kablam! --> src/thin/earley.rs:5:1 Sep 19 22:33:02.015 INFO kablam! | Sep 19 22:33:02.015 INFO kablam! 5 | pub type EarleyItem = Marpa_Earley_Item_ID; Sep 19 22:33:02.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:33:02.015 INFO kablam! | Sep 19 22:33:02.015 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 22:33:02.015 INFO kablam! Sep 19 22:33:02.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.72s Sep 19 22:33:02.739 INFO kablam! su: No module specific data is present Sep 19 22:33:03.837 INFO running `"docker" "rm" "-f" "e3b12163d930426906a8d51d96d9a04699d4db15abcb5cf809250f8b3ef9c840"` Sep 19 22:33:04.072 INFO blam! e3b12163d930426906a8d51d96d9a04699d4db15abcb5cf809250f8b3ef9c840