Oct 21 18:23:12.862 INFO checking djanderson/riscv-5stage-simulator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:23:12.862 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 18:23:13.292 INFO blam! 84997709de3e2d9c3d0f79f1c0060daf2a23a5cbcb1fd88eec48d941840ed309 Oct 21 18:23:13.296 INFO running `"docker" "start" "-a" "84997709de3e2d9c3d0f79f1c0060daf2a23a5cbcb1fd88eec48d941840ed309"` Oct 21 18:23:14.892 INFO kablam! usermod: no changes Oct 21 18:23:15.012 INFO kablam! Checking memchr v1.0.2 Oct 21 18:23:15.661 INFO kablam! Checking aho-corasick v0.6.3 Oct 21 18:23:16.524 INFO kablam! Checking regex v0.2.2 Oct 21 18:23:19.116 INFO kablam! Checking env_logger v0.4.3 Oct 21 18:23:19.972 INFO kablam! Checking riscv-5stage-simulator v0.1.0 (/source) Oct 21 18:23:20.636 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:23:20.636 INFO kablam! --> src/instruction/decoder.rs:154:26 Oct 21 18:23:20.636 INFO kablam! | Oct 21 18:23:20.636 INFO kablam! 154 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 21 18:23:20.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:23:20.636 INFO kablam! | Oct 21 18:23:20.636 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:23:20.636 INFO kablam! Oct 21 18:23:20.636 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:23:20.636 INFO kablam! --> src/instruction/decoder.rs:174:26 Oct 21 18:23:20.636 INFO kablam! | Oct 21 18:23:20.636 INFO kablam! 174 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 21 18:23:20.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:23:20.636 INFO kablam! Oct 21 18:23:20.636 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:23:20.637 INFO kablam! --> src/instruction/decoder.rs:193:26 Oct 21 18:23:20.637 INFO kablam! | Oct 21 18:23:20.637 INFO kablam! 193 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 21 18:23:20.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:23:20.637 INFO kablam! Oct 21 18:23:20.637 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:23:20.637 INFO kablam! --> src/instruction/decoder.rs:210:26 Oct 21 18:23:20.637 INFO kablam! | Oct 21 18:23:20.637 INFO kablam! 210 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 21 18:23:20.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:23:20.637 INFO kablam! Oct 21 18:23:20.637 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:23:20.637 INFO kablam! --> src/instruction/decoder.rs:231:26 Oct 21 18:23:20.637 INFO kablam! | Oct 21 18:23:20.637 INFO kablam! 231 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 21 18:23:20.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:23:20.637 INFO kablam! Oct 21 18:23:20.637 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:23:20.637 INFO kablam! --> src/instruction/decoder.rs:243:26 Oct 21 18:23:20.637 INFO kablam! | Oct 21 18:23:20.637 INFO kablam! 243 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 21 18:23:20.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:23:20.637 INFO kablam! Oct 21 18:23:21.192 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:23:21.192 INFO kablam! --> src/instruction/decoder.rs:154:26 Oct 21 18:23:21.192 INFO kablam! | Oct 21 18:23:21.192 INFO kablam! 154 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 21 18:23:21.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:23:21.192 INFO kablam! | Oct 21 18:23:21.192 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:23:21.192 INFO kablam! Oct 21 18:23:21.192 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:23:21.192 INFO kablam! --> src/instruction/decoder.rs:174:26 Oct 21 18:23:21.192 INFO kablam! | Oct 21 18:23:21.192 INFO kablam! 174 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 21 18:23:21.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:23:21.192 INFO kablam! Oct 21 18:23:21.192 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:23:21.192 INFO kablam! --> src/instruction/decoder.rs:193:26 Oct 21 18:23:21.192 INFO kablam! | Oct 21 18:23:21.193 INFO kablam! 193 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 21 18:23:21.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:23:21.193 INFO kablam! Oct 21 18:23:21.193 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:23:21.193 INFO kablam! --> src/instruction/decoder.rs:210:26 Oct 21 18:23:21.193 INFO kablam! | Oct 21 18:23:21.193 INFO kablam! 210 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 21 18:23:21.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:23:21.193 INFO kablam! Oct 21 18:23:21.193 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:23:21.193 INFO kablam! --> src/instruction/decoder.rs:231:26 Oct 21 18:23:21.193 INFO kablam! | Oct 21 18:23:21.193 INFO kablam! 231 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 21 18:23:21.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:23:21.196 INFO kablam! Oct 21 18:23:21.196 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:23:21.196 INFO kablam! --> src/instruction/decoder.rs:243:26 Oct 21 18:23:21.196 INFO kablam! | Oct 21 18:23:21.196 INFO kablam! 243 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 21 18:23:21.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:23:21.196 INFO kablam! Oct 21 18:23:23.597 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.68s Oct 21 18:23:23.597 INFO kablam! su: No module specific data is present Oct 21 18:23:24.558 INFO running `"docker" "rm" "-f" "84997709de3e2d9c3d0f79f1c0060daf2a23a5cbcb1fd88eec48d941840ed309"` Oct 21 18:23:24.869 INFO blam! 84997709de3e2d9c3d0f79f1c0060daf2a23a5cbcb1fd88eec48d941840ed309