Oct 15 00:36:05.245 INFO testing codec-abc/synacor-challenge-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:36:05.245 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 00:36:05.797 INFO blam! e09686f067b20a8f96ee35ad33b5c3cd92ae4d5f468a57b2f8ab2aa8ba6ef107 Oct 15 00:36:05.799 INFO running `"docker" "start" "-a" "e09686f067b20a8f96ee35ad33b5c3cd92ae4d5f468a57b2f8ab2aa8ba6ef107"` Oct 15 00:36:06.949 INFO kablam! usermod: no changes Oct 15 00:36:07.063 INFO kablam! Compiling synacor_challenge v0.1.0 (/source) Oct 15 00:36:07.692 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:07.692 INFO kablam! --> src/opcode.rs:231:51 Oct 15 00:36:07.692 INFO kablam! | Oct 15 00:36:07.692 INFO kablam! 231 | let register_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:07.692 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:07.692 INFO kablam! | Oct 15 00:36:07.692 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:36:07.697 INFO kablam! Oct 15 00:36:07.697 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:07.697 INFO kablam! --> src/opcode.rs:232:48 Oct 15 00:36:07.697 INFO kablam! | Oct 15 00:36:07.697 INFO kablam! 232 | let value_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 15 00:36:07.697 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:07.697 INFO kablam! Oct 15 00:36:07.697 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:07.697 INFO kablam! --> src/opcode.rs:256:48 Oct 15 00:36:07.697 INFO kablam! | Oct 15 00:36:07.697 INFO kablam! 256 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:07.697 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:07.697 INFO kablam! Oct 15 00:36:07.697 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:07.697 INFO kablam! --> src/opcode.rs:275:48 Oct 15 00:36:07.697 INFO kablam! | Oct 15 00:36:07.697 INFO kablam! 275 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:07.697 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:07.697 INFO kablam! Oct 15 00:36:07.697 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:07.697 INFO kablam! --> src/opcode.rs:294:47 Oct 15 00:36:07.697 INFO kablam! | Oct 15 00:36:07.697 INFO kablam! 294 | let cell_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:07.697 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:07.697 INFO kablam! Oct 15 00:36:07.697 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:07.697 INFO kablam! --> src/opcode.rs:295:56 Oct 15 00:36:07.697 INFO kablam! | Oct 15 00:36:07.697 INFO kablam! 295 | let first_operand_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 15 00:36:07.697 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:07.697 INFO kablam! Oct 15 00:36:07.697 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:07.697 INFO kablam! --> src/opcode.rs:296:57 Oct 15 00:36:07.697 INFO kablam! | Oct 15 00:36:07.697 INFO kablam! 296 | let second_operand_result = read_mem_as_u16_le(mem, (offset + 3)); Oct 15 00:36:07.697 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:07.697 INFO kablam! Oct 15 00:36:08.059 INFO kablam! warning: method is never used: `is_invalid_number` Oct 15 00:36:08.059 INFO kablam! --> src/opcode.rs:838:5 Oct 15 00:36:08.059 INFO kablam! | Oct 15 00:36:08.059 INFO kablam! 838 | pub fn is_invalid_number(&self) -> bool Oct 15 00:36:08.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:36:08.059 INFO kablam! | Oct 15 00:36:08.059 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:36:08.059 INFO kablam! Oct 15 00:36:09.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.29s Oct 15 00:36:09.273 INFO kablam! su: No module specific data is present Oct 15 00:36:10.065 INFO running `"docker" "rm" "-f" "e09686f067b20a8f96ee35ad33b5c3cd92ae4d5f468a57b2f8ab2aa8ba6ef107"` Oct 15 00:36:10.341 INFO blam! e09686f067b20a8f96ee35ad33b5c3cd92ae4d5f468a57b2f8ab2aa8ba6ef107 Oct 15 00:36:10.347 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 00:36:10.845 INFO blam! c9e398ff66eb390eda4122bb44f2a62410d6231915cf9d38b25aa1759fae2338 Oct 15 00:36:10.847 INFO running `"docker" "start" "-a" "c9e398ff66eb390eda4122bb44f2a62410d6231915cf9d38b25aa1759fae2338"` Oct 15 00:36:12.030 INFO kablam! usermod: no changes Oct 15 00:36:12.104 INFO kablam! Compiling synacor_challenge v0.1.0 (/source) Oct 15 00:36:12.639 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:12.639 INFO kablam! --> src/opcode.rs:231:51 Oct 15 00:36:12.639 INFO kablam! | Oct 15 00:36:12.639 INFO kablam! 231 | let register_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:12.639 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:12.639 INFO kablam! | Oct 15 00:36:12.639 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:36:12.639 INFO kablam! Oct 15 00:36:12.639 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:12.639 INFO kablam! --> src/opcode.rs:232:48 Oct 15 00:36:12.639 INFO kablam! | Oct 15 00:36:12.639 INFO kablam! 232 | let value_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 15 00:36:12.639 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:12.639 INFO kablam! Oct 15 00:36:12.639 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:12.639 INFO kablam! --> src/opcode.rs:256:48 Oct 15 00:36:12.639 INFO kablam! | Oct 15 00:36:12.639 INFO kablam! 256 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:12.639 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:12.639 INFO kablam! Oct 15 00:36:12.639 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:12.639 INFO kablam! --> src/opcode.rs:275:48 Oct 15 00:36:12.639 INFO kablam! | Oct 15 00:36:12.639 INFO kablam! 275 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:12.639 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:12.639 INFO kablam! Oct 15 00:36:12.639 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:12.639 INFO kablam! --> src/opcode.rs:294:47 Oct 15 00:36:12.639 INFO kablam! | Oct 15 00:36:12.639 INFO kablam! 294 | let cell_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:12.639 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:12.639 INFO kablam! Oct 15 00:36:12.639 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:12.639 INFO kablam! --> src/opcode.rs:295:56 Oct 15 00:36:12.639 INFO kablam! | Oct 15 00:36:12.639 INFO kablam! 295 | let first_operand_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 15 00:36:12.639 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:12.639 INFO kablam! Oct 15 00:36:12.639 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:12.639 INFO kablam! --> src/opcode.rs:296:57 Oct 15 00:36:12.639 INFO kablam! | Oct 15 00:36:12.639 INFO kablam! 296 | let second_operand_result = read_mem_as_u16_le(mem, (offset + 3)); Oct 15 00:36:12.639 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:12.639 INFO kablam! Oct 15 00:36:12.935 INFO kablam! warning: method is never used: `is_invalid_number` Oct 15 00:36:12.935 INFO kablam! --> src/opcode.rs:838:5 Oct 15 00:36:12.935 INFO kablam! | Oct 15 00:36:12.935 INFO kablam! 838 | pub fn is_invalid_number(&self) -> bool Oct 15 00:36:12.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:36:12.935 INFO kablam! | Oct 15 00:36:12.935 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:36:12.935 INFO kablam! Oct 15 00:36:13.439 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 15 00:36:13.442 INFO kablam! su: No module specific data is present Oct 15 00:36:13.920 INFO running `"docker" "rm" "-f" "c9e398ff66eb390eda4122bb44f2a62410d6231915cf9d38b25aa1759fae2338"` Oct 15 00:36:14.275 INFO blam! c9e398ff66eb390eda4122bb44f2a62410d6231915cf9d38b25aa1759fae2338 Oct 15 00:36:14.283 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 00:36:14.831 INFO blam! de087fc1684cc82dc2af604bd30159c36f773bd31739f8ced5a425819346a021 Oct 15 00:36:14.839 INFO running `"docker" "start" "-a" "de087fc1684cc82dc2af604bd30159c36f773bd31739f8ced5a425819346a021"` Oct 15 00:36:15.975 INFO kablam! usermod: no changes Oct 15 00:36:16.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 00:36:16.088 INFO kablam! Running /target/debug/deps/synacor_challenge-17b5ef39429c823d Oct 15 00:36:16.091 INFO blam! Oct 15 00:36:16.091 INFO blam! running 0 tests Oct 15 00:36:16.091 INFO blam! Oct 15 00:36:16.091 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:36:16.091 INFO blam! Oct 15 00:36:16.092 INFO kablam! su: No module specific data is present Oct 15 00:36:16.952 INFO running `"docker" "rm" "-f" "de087fc1684cc82dc2af604bd30159c36f773bd31739f8ced5a425819346a021"` Oct 15 00:36:17.293 INFO blam! de087fc1684cc82dc2af604bd30159c36f773bd31739f8ced5a425819346a021