Oct 11 01:09:26.319 INFO testing codec-abc/synacor-challenge-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:09:26.319 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:09:26.321 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:09:26.741 INFO blam! ee238fabd16777f23c90cbc8e7d9b293eb1741c798f85a7e17f8905412d9a90a Oct 11 01:09:26.742 INFO running `"docker" "start" "-a" "ee238fabd16777f23c90cbc8e7d9b293eb1741c798f85a7e17f8905412d9a90a"` Oct 11 01:09:27.688 INFO kablam! usermod: no changes Oct 11 01:09:27.788 INFO kablam! Compiling synacor_challenge v0.1.0 (/source) Oct 11 01:09:28.860 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:28.860 INFO kablam! --> src/opcode.rs:231:51 Oct 11 01:09:28.860 INFO kablam! | Oct 11 01:09:28.860 INFO kablam! 231 | let register_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 11 01:09:28.860 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:28.860 INFO kablam! | Oct 11 01:09:28.860 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 01:09:28.860 INFO kablam! Oct 11 01:09:28.860 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:28.860 INFO kablam! --> src/opcode.rs:232:48 Oct 11 01:09:28.860 INFO kablam! | Oct 11 01:09:28.860 INFO kablam! 232 | let value_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 11 01:09:28.860 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:28.860 INFO kablam! Oct 11 01:09:28.860 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:28.860 INFO kablam! --> src/opcode.rs:256:48 Oct 11 01:09:28.860 INFO kablam! | Oct 11 01:09:28.860 INFO kablam! 256 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 11 01:09:28.860 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:28.860 INFO kablam! Oct 11 01:09:28.860 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:28.860 INFO kablam! --> src/opcode.rs:275:48 Oct 11 01:09:28.860 INFO kablam! | Oct 11 01:09:28.860 INFO kablam! 275 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 11 01:09:28.860 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:28.860 INFO kablam! Oct 11 01:09:28.860 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:28.860 INFO kablam! --> src/opcode.rs:294:47 Oct 11 01:09:28.860 INFO kablam! | Oct 11 01:09:28.860 INFO kablam! 294 | let cell_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 11 01:09:28.860 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:28.860 INFO kablam! Oct 11 01:09:28.860 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:28.860 INFO kablam! --> src/opcode.rs:295:56 Oct 11 01:09:28.861 INFO kablam! | Oct 11 01:09:28.861 INFO kablam! 295 | let first_operand_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 11 01:09:28.861 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:28.861 INFO kablam! Oct 11 01:09:28.861 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:28.861 INFO kablam! --> src/opcode.rs:296:57 Oct 11 01:09:28.861 INFO kablam! | Oct 11 01:09:28.861 INFO kablam! 296 | let second_operand_result = read_mem_as_u16_le(mem, (offset + 3)); Oct 11 01:09:28.861 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:28.861 INFO kablam! Oct 11 01:09:29.164 INFO kablam! warning: method is never used: `is_invalid_number` Oct 11 01:09:29.164 INFO kablam! --> src/opcode.rs:838:5 Oct 11 01:09:29.164 INFO kablam! | Oct 11 01:09:29.164 INFO kablam! 838 | pub fn is_invalid_number(&self) -> bool Oct 11 01:09:29.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:09:29.164 INFO kablam! | Oct 11 01:09:29.164 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:09:29.164 INFO kablam! Oct 11 01:09:30.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.55s Oct 11 01:09:30.278 INFO kablam! su: No module specific data is present Oct 11 01:09:31.214 INFO running `"docker" "rm" "-f" "ee238fabd16777f23c90cbc8e7d9b293eb1741c798f85a7e17f8905412d9a90a"` Oct 11 01:09:31.528 INFO blam! ee238fabd16777f23c90cbc8e7d9b293eb1741c798f85a7e17f8905412d9a90a Oct 11 01:09:31.529 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:09:31.531 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:09:31.987 INFO blam! 980284c52e55207cf464a49f8e0529613a7a92219a38f9b263c48e075a959999 Oct 11 01:09:31.994 INFO running `"docker" "start" "-a" "980284c52e55207cf464a49f8e0529613a7a92219a38f9b263c48e075a959999"` Oct 11 01:09:33.172 INFO kablam! usermod: no changes Oct 11 01:09:33.214 INFO kablam! Compiling synacor_challenge v0.1.0 (/source) Oct 11 01:09:34.263 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:34.263 INFO kablam! --> src/opcode.rs:231:51 Oct 11 01:09:34.263 INFO kablam! | Oct 11 01:09:34.263 INFO kablam! 231 | let register_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 11 01:09:34.263 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:34.263 INFO kablam! | Oct 11 01:09:34.263 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 01:09:34.263 INFO kablam! Oct 11 01:09:34.263 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:34.263 INFO kablam! --> src/opcode.rs:232:48 Oct 11 01:09:34.263 INFO kablam! | Oct 11 01:09:34.263 INFO kablam! 232 | let value_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 11 01:09:34.263 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:34.263 INFO kablam! Oct 11 01:09:34.263 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:34.263 INFO kablam! --> src/opcode.rs:256:48 Oct 11 01:09:34.263 INFO kablam! | Oct 11 01:09:34.263 INFO kablam! 256 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 11 01:09:34.263 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:34.263 INFO kablam! Oct 11 01:09:34.263 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:34.263 INFO kablam! --> src/opcode.rs:275:48 Oct 11 01:09:34.263 INFO kablam! | Oct 11 01:09:34.263 INFO kablam! 275 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 11 01:09:34.263 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:34.263 INFO kablam! Oct 11 01:09:34.263 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:34.263 INFO kablam! --> src/opcode.rs:294:47 Oct 11 01:09:34.263 INFO kablam! | Oct 11 01:09:34.263 INFO kablam! 294 | let cell_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 11 01:09:34.263 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:34.263 INFO kablam! Oct 11 01:09:34.263 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:34.263 INFO kablam! --> src/opcode.rs:295:56 Oct 11 01:09:34.263 INFO kablam! | Oct 11 01:09:34.263 INFO kablam! 295 | let first_operand_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 11 01:09:34.263 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:34.263 INFO kablam! Oct 11 01:09:34.263 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:09:34.263 INFO kablam! --> src/opcode.rs:296:57 Oct 11 01:09:34.263 INFO kablam! | Oct 11 01:09:34.263 INFO kablam! 296 | let second_operand_result = read_mem_as_u16_le(mem, (offset + 3)); Oct 11 01:09:34.263 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:09:34.263 INFO kablam! Oct 11 01:09:34.526 INFO kablam! warning: method is never used: `is_invalid_number` Oct 11 01:09:34.526 INFO kablam! --> src/opcode.rs:838:5 Oct 11 01:09:34.526 INFO kablam! | Oct 11 01:09:34.526 INFO kablam! 838 | pub fn is_invalid_number(&self) -> bool Oct 11 01:09:34.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:09:34.527 INFO kablam! | Oct 11 01:09:34.527 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:09:34.528 INFO kablam! Oct 11 01:09:34.890 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 11 01:09:34.893 INFO kablam! su: No module specific data is present Oct 11 01:09:35.443 INFO running `"docker" "rm" "-f" "980284c52e55207cf464a49f8e0529613a7a92219a38f9b263c48e075a959999"` Oct 11 01:09:35.652 INFO blam! 980284c52e55207cf464a49f8e0529613a7a92219a38f9b263c48e075a959999 Oct 11 01:09:35.668 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:09:35.668 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:09:35.968 INFO blam! 6b6b8d4442e387c64958e6cabf141d223f08d88f01ceaa8cf0c930407e84854a Oct 11 01:09:35.978 INFO running `"docker" "start" "-a" "6b6b8d4442e387c64958e6cabf141d223f08d88f01ceaa8cf0c930407e84854a"` Oct 11 01:09:37.193 INFO kablam! usermod: no changes Oct 11 01:09:37.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 01:09:37.269 INFO kablam! Running /target/debug/deps/synacor_challenge-17b5ef39429c823d Oct 11 01:09:37.273 INFO kablam! su: No module specific data is present Oct 11 01:09:37.273 INFO blam! Oct 11 01:09:37.273 INFO blam! running 0 tests Oct 11 01:09:37.273 INFO blam! Oct 11 01:09:37.273 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:09:37.273 INFO blam! Oct 11 01:09:37.861 INFO running `"docker" "rm" "-f" "6b6b8d4442e387c64958e6cabf141d223f08d88f01ceaa8cf0c930407e84854a"` Oct 11 01:09:38.172 INFO blam! 6b6b8d4442e387c64958e6cabf141d223f08d88f01ceaa8cf0c930407e84854a