Oct 12 23:30:05.123 INFO checking codec-abc/synacor-challenge-rust against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 23:30:05.124 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 23:30:05.505 INFO blam! 3ce1bec10688510e8e1186f3f91dea67a96606337d3297ec560130708bc2736b Oct 12 23:30:05.509 INFO running `"docker" "start" "-a" "3ce1bec10688510e8e1186f3f91dea67a96606337d3297ec560130708bc2736b"` Oct 12 23:30:06.776 INFO kablam! usermod: no changes Oct 12 23:30:06.892 INFO kablam! Checking synacor_challenge v0.1.0 (/source) Oct 12 23:30:07.825 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:07.825 INFO kablam! --> src/opcode.rs:231:51 Oct 12 23:30:07.825 INFO kablam! | Oct 12 23:30:07.825 INFO kablam! 231 | let register_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 12 23:30:07.825 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:07.825 INFO kablam! | Oct 12 23:30:07.825 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 23:30:07.825 INFO kablam! Oct 12 23:30:07.825 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:07.825 INFO kablam! --> src/opcode.rs:232:48 Oct 12 23:30:07.825 INFO kablam! | Oct 12 23:30:07.825 INFO kablam! 232 | let value_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 12 23:30:07.825 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:07.826 INFO kablam! Oct 12 23:30:07.826 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:07.826 INFO kablam! --> src/opcode.rs:256:48 Oct 12 23:30:07.826 INFO kablam! | Oct 12 23:30:07.826 INFO kablam! 256 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 12 23:30:07.826 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:07.826 INFO kablam! Oct 12 23:30:07.826 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:07.826 INFO kablam! --> src/opcode.rs:275:48 Oct 12 23:30:07.826 INFO kablam! | Oct 12 23:30:07.826 INFO kablam! 275 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 12 23:30:07.826 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:07.826 INFO kablam! Oct 12 23:30:07.826 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:07.826 INFO kablam! --> src/opcode.rs:294:47 Oct 12 23:30:07.826 INFO kablam! | Oct 12 23:30:07.826 INFO kablam! 294 | let cell_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 12 23:30:07.826 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:07.826 INFO kablam! Oct 12 23:30:07.826 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:07.826 INFO kablam! --> src/opcode.rs:295:56 Oct 12 23:30:07.826 INFO kablam! | Oct 12 23:30:07.826 INFO kablam! 295 | let first_operand_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 12 23:30:07.826 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:07.826 INFO kablam! Oct 12 23:30:07.826 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:07.826 INFO kablam! --> src/opcode.rs:296:57 Oct 12 23:30:07.826 INFO kablam! | Oct 12 23:30:07.826 INFO kablam! 296 | let second_operand_result = read_mem_as_u16_le(mem, (offset + 3)); Oct 12 23:30:07.826 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:07.826 INFO kablam! Oct 12 23:30:08.154 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:08.154 INFO kablam! --> src/opcode.rs:231:51 Oct 12 23:30:08.154 INFO kablam! | Oct 12 23:30:08.154 INFO kablam! 231 | let register_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 12 23:30:08.154 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:08.154 INFO kablam! | Oct 12 23:30:08.154 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 23:30:08.154 INFO kablam! Oct 12 23:30:08.154 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:08.154 INFO kablam! --> src/opcode.rs:232:48 Oct 12 23:30:08.154 INFO kablam! | Oct 12 23:30:08.154 INFO kablam! 232 | let value_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 12 23:30:08.154 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:08.154 INFO kablam! Oct 12 23:30:08.154 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:08.154 INFO kablam! --> src/opcode.rs:256:48 Oct 12 23:30:08.154 INFO kablam! | Oct 12 23:30:08.154 INFO kablam! 256 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 12 23:30:08.154 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:08.155 INFO kablam! Oct 12 23:30:08.155 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:08.155 INFO kablam! --> src/opcode.rs:275:48 Oct 12 23:30:08.155 INFO kablam! | Oct 12 23:30:08.155 INFO kablam! 275 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 12 23:30:08.155 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:08.155 INFO kablam! Oct 12 23:30:08.163 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:08.163 INFO kablam! --> src/opcode.rs:294:47 Oct 12 23:30:08.163 INFO kablam! | Oct 12 23:30:08.163 INFO kablam! 294 | let cell_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 12 23:30:08.163 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:08.163 INFO kablam! Oct 12 23:30:08.163 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:08.163 INFO kablam! --> src/opcode.rs:295:56 Oct 12 23:30:08.163 INFO kablam! | Oct 12 23:30:08.163 INFO kablam! 295 | let first_operand_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 12 23:30:08.163 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:08.164 INFO kablam! Oct 12 23:30:08.164 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:30:08.164 INFO kablam! --> src/opcode.rs:296:57 Oct 12 23:30:08.164 INFO kablam! | Oct 12 23:30:08.164 INFO kablam! 296 | let second_operand_result = read_mem_as_u16_le(mem, (offset + 3)); Oct 12 23:30:08.164 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:30:08.164 INFO kablam! Oct 12 23:30:08.248 INFO kablam! warning: method is never used: `is_invalid_number` Oct 12 23:30:08.248 INFO kablam! --> src/opcode.rs:838:5 Oct 12 23:30:08.248 INFO kablam! | Oct 12 23:30:08.248 INFO kablam! 838 | pub fn is_invalid_number(&self) -> bool Oct 12 23:30:08.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:30:08.248 INFO kablam! | Oct 12 23:30:08.248 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:30:08.248 INFO kablam! Oct 12 23:30:08.578 INFO kablam! warning: method is never used: `is_invalid_number` Oct 12 23:30:08.578 INFO kablam! --> src/opcode.rs:838:5 Oct 12 23:30:08.578 INFO kablam! | Oct 12 23:30:08.578 INFO kablam! 838 | pub fn is_invalid_number(&self) -> bool Oct 12 23:30:08.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:30:08.579 INFO kablam! | Oct 12 23:30:08.579 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:30:08.580 INFO kablam! Oct 12 23:30:08.659 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.85s Oct 12 23:30:08.668 INFO kablam! su: No module specific data is present Oct 12 23:30:09.539 INFO running `"docker" "rm" "-f" "3ce1bec10688510e8e1186f3f91dea67a96606337d3297ec560130708bc2736b"` Oct 12 23:30:09.844 INFO blam! 3ce1bec10688510e8e1186f3f91dea67a96606337d3297ec560130708bc2736b