Oct 27 05:43:56.037 INFO checking djanderson/riscv-5stage-simulator against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:43:56.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 05:43:56.488 INFO blam! d3b339e5c24d3373e0f3df1d4e75a6709cfcde606aa10f13b67aee9a9abae0b5 Oct 27 05:43:56.491 INFO running `"docker" "start" "-a" "d3b339e5c24d3373e0f3df1d4e75a6709cfcde606aa10f13b67aee9a9abae0b5"` Oct 27 05:43:58.603 INFO kablam! usermod: no changes Oct 27 05:43:58.687 INFO kablam! Checking libc v0.2.33 Oct 27 05:44:00.186 INFO kablam! Checking memchr v1.0.2 Oct 27 05:44:00.677 INFO kablam! Checking aho-corasick v0.6.3 Oct 27 05:44:01.671 INFO kablam! Checking regex v0.2.2 Oct 27 05:44:04.183 INFO kablam! Checking env_logger v0.4.3 Oct 27 05:44:05.084 INFO kablam! Checking riscv-5stage-simulator v0.1.0 (/source) Oct 27 05:44:05.866 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:44:05.866 INFO kablam! --> src/instruction/decoder.rs:154:26 Oct 27 05:44:05.866 INFO kablam! | Oct 27 05:44:05.866 INFO kablam! 154 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 27 05:44:05.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:44:05.866 INFO kablam! | Oct 27 05:44:05.866 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:44:05.866 INFO kablam! Oct 27 05:44:05.866 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:44:05.866 INFO kablam! --> src/instruction/decoder.rs:174:26 Oct 27 05:44:05.866 INFO kablam! | Oct 27 05:44:05.866 INFO kablam! 174 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 27 05:44:05.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:44:05.866 INFO kablam! Oct 27 05:44:05.866 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:44:05.866 INFO kablam! --> src/instruction/decoder.rs:193:26 Oct 27 05:44:05.866 INFO kablam! | Oct 27 05:44:05.866 INFO kablam! 193 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 27 05:44:05.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:44:05.866 INFO kablam! Oct 27 05:44:05.866 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:44:05.866 INFO kablam! --> src/instruction/decoder.rs:210:26 Oct 27 05:44:05.866 INFO kablam! | Oct 27 05:44:05.866 INFO kablam! 210 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 27 05:44:05.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:44:05.866 INFO kablam! Oct 27 05:44:05.866 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:44:05.866 INFO kablam! --> src/instruction/decoder.rs:231:26 Oct 27 05:44:05.866 INFO kablam! | Oct 27 05:44:05.866 INFO kablam! 231 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 27 05:44:05.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:44:05.866 INFO kablam! Oct 27 05:44:05.866 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:44:05.866 INFO kablam! --> src/instruction/decoder.rs:243:26 Oct 27 05:44:05.866 INFO kablam! | Oct 27 05:44:05.866 INFO kablam! 243 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 27 05:44:05.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:44:05.866 INFO kablam! Oct 27 05:44:07.116 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:44:07.117 INFO kablam! --> src/instruction/decoder.rs:154:26 Oct 27 05:44:07.117 INFO kablam! | Oct 27 05:44:07.117 INFO kablam! 154 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 27 05:44:07.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:44:07.118 INFO kablam! | Oct 27 05:44:07.118 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:44:07.119 INFO kablam! Oct 27 05:44:07.119 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:44:07.119 INFO kablam! --> src/instruction/decoder.rs:174:26 Oct 27 05:44:07.119 INFO kablam! | Oct 27 05:44:07.120 INFO kablam! 174 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 27 05:44:07.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:44:07.120 INFO kablam! Oct 27 05:44:07.120 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:44:07.121 INFO kablam! --> src/instruction/decoder.rs:193:26 Oct 27 05:44:07.121 INFO kablam! | Oct 27 05:44:07.121 INFO kablam! 193 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 27 05:44:07.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:44:07.122 INFO kablam! Oct 27 05:44:07.122 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:44:07.122 INFO kablam! --> src/instruction/decoder.rs:210:26 Oct 27 05:44:07.123 INFO kablam! | Oct 27 05:44:07.123 INFO kablam! 210 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 27 05:44:07.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:44:07.123 INFO kablam! Oct 27 05:44:07.124 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:44:07.124 INFO kablam! --> src/instruction/decoder.rs:231:26 Oct 27 05:44:07.124 INFO kablam! | Oct 27 05:44:07.125 INFO kablam! 231 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 27 05:44:07.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:44:07.125 INFO kablam! Oct 27 05:44:07.131 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:44:07.131 INFO kablam! --> src/instruction/decoder.rs:243:26 Oct 27 05:44:07.131 INFO kablam! | Oct 27 05:44:07.132 INFO kablam! 243 | fields.opcode = Some((insn & OPCODE_MASK)); Oct 27 05:44:07.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:44:07.132 INFO kablam! Oct 27 05:44:08.855 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.22s Oct 27 05:44:08.859 INFO kablam! su: No module specific data is present Oct 27 05:44:09.382 INFO running `"docker" "rm" "-f" "d3b339e5c24d3373e0f3df1d4e75a6709cfcde606aa10f13b67aee9a9abae0b5"` Oct 27 05:44:09.735 INFO blam! d3b339e5c24d3373e0f3df1d4e75a6709cfcde606aa10f13b67aee9a9abae0b5