Oct 15 00:36:00.893 INFO testing codec-abc/synacor-challenge-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:36:00.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:01.412 INFO blam! a397d22fd402a12e93f2b24715b3135f162019377e4434d4d4edac00a58fc040 Oct 15 00:36:01.414 INFO running `"docker" "start" "-a" "a397d22fd402a12e93f2b24715b3135f162019377e4434d4d4edac00a58fc040"` Oct 15 00:36:02.848 INFO kablam! usermod: no changes Oct 15 00:36:02.937 INFO kablam! Compiling num v0.1.42 Oct 15 00:36:03.420 INFO kablam! Compiling chrono v0.4.0 Oct 15 00:36:06.243 INFO kablam! Compiling synacor_challenge v0.1.0 (/source) Oct 15 00:36:06.795 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:06.795 INFO kablam! --> src/opcode.rs:231:51 Oct 15 00:36:06.795 INFO kablam! | Oct 15 00:36:06.795 INFO kablam! 231 | let register_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:06.795 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:06.795 INFO kablam! | Oct 15 00:36:06.795 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:36:06.795 INFO kablam! Oct 15 00:36:06.795 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:06.795 INFO kablam! --> src/opcode.rs:232:48 Oct 15 00:36:06.795 INFO kablam! | Oct 15 00:36:06.795 INFO kablam! 232 | let value_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 15 00:36:06.795 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:06.795 INFO kablam! Oct 15 00:36:06.795 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:06.795 INFO kablam! --> src/opcode.rs:256:48 Oct 15 00:36:06.795 INFO kablam! | Oct 15 00:36:06.795 INFO kablam! 256 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:06.795 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:06.795 INFO kablam! Oct 15 00:36:06.795 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:06.795 INFO kablam! --> src/opcode.rs:275:48 Oct 15 00:36:06.795 INFO kablam! | Oct 15 00:36:06.795 INFO kablam! 275 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:06.795 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:06.795 INFO kablam! Oct 15 00:36:06.795 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:06.795 INFO kablam! --> src/opcode.rs:294:47 Oct 15 00:36:06.795 INFO kablam! | Oct 15 00:36:06.795 INFO kablam! 294 | let cell_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:06.795 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:06.795 INFO kablam! Oct 15 00:36:06.795 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:06.795 INFO kablam! --> src/opcode.rs:295:56 Oct 15 00:36:06.795 INFO kablam! | Oct 15 00:36:06.795 INFO kablam! 295 | let first_operand_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 15 00:36:06.795 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:06.795 INFO kablam! Oct 15 00:36:06.795 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:06.795 INFO kablam! --> src/opcode.rs:296:57 Oct 15 00:36:06.795 INFO kablam! | Oct 15 00:36:06.795 INFO kablam! 296 | let second_operand_result = read_mem_as_u16_le(mem, (offset + 3)); Oct 15 00:36:06.795 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:06.795 INFO kablam! Oct 15 00:36:07.125 INFO kablam! warning: method is never used: `is_invalid_number` Oct 15 00:36:07.126 INFO kablam! --> src/opcode.rs:838:5 Oct 15 00:36:07.126 INFO kablam! | Oct 15 00:36:07.126 INFO kablam! 838 | pub fn is_invalid_number(&self) -> bool Oct 15 00:36:07.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:36:07.127 INFO kablam! | Oct 15 00:36:07.127 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:36:07.127 INFO kablam! Oct 15 00:36:08.203 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.32s Oct 15 00:36:08.204 INFO kablam! su: No module specific data is present Oct 15 00:36:09.059 INFO running `"docker" "rm" "-f" "a397d22fd402a12e93f2b24715b3135f162019377e4434d4d4edac00a58fc040"` Oct 15 00:36:09.331 INFO blam! a397d22fd402a12e93f2b24715b3135f162019377e4434d4d4edac00a58fc040 Oct 15 00:36:09.337 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:09.761 INFO blam! ef6a0a96775448ebfcafc426d19b5493b5e1e4d053e7a19467c70c4baa52b403 Oct 15 00:36:09.763 INFO running `"docker" "start" "-a" "ef6a0a96775448ebfcafc426d19b5493b5e1e4d053e7a19467c70c4baa52b403"` Oct 15 00:36:10.987 INFO kablam! usermod: no changes Oct 15 00:36:11.065 INFO kablam! Compiling synacor_challenge v0.1.0 (/source) Oct 15 00:36:11.559 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:11.559 INFO kablam! --> src/opcode.rs:231:51 Oct 15 00:36:11.560 INFO kablam! | Oct 15 00:36:11.560 INFO kablam! 231 | let register_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:11.560 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:11.561 INFO kablam! | Oct 15 00:36:11.561 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:36:11.561 INFO kablam! Oct 15 00:36:11.562 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:11.562 INFO kablam! --> src/opcode.rs:232:48 Oct 15 00:36:11.562 INFO kablam! | Oct 15 00:36:11.563 INFO kablam! 232 | let value_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 15 00:36:11.563 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:11.563 INFO kablam! Oct 15 00:36:11.564 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:11.564 INFO kablam! --> src/opcode.rs:256:48 Oct 15 00:36:11.564 INFO kablam! | Oct 15 00:36:11.565 INFO kablam! 256 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:11.565 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:11.565 INFO kablam! Oct 15 00:36:11.566 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:11.566 INFO kablam! --> src/opcode.rs:275:48 Oct 15 00:36:11.566 INFO kablam! | Oct 15 00:36:11.566 INFO kablam! 275 | let value_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:11.567 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:11.567 INFO kablam! Oct 15 00:36:11.567 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:11.568 INFO kablam! --> src/opcode.rs:294:47 Oct 15 00:36:11.568 INFO kablam! | Oct 15 00:36:11.568 INFO kablam! 294 | let cell_result = read_mem_as_u16_le(mem, (offset + 1)); Oct 15 00:36:11.568 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:11.569 INFO kablam! Oct 15 00:36:11.569 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:11.569 INFO kablam! --> src/opcode.rs:295:56 Oct 15 00:36:11.570 INFO kablam! | Oct 15 00:36:11.570 INFO kablam! 295 | let first_operand_result = read_mem_as_u16_le(mem, (offset + 2)); Oct 15 00:36:11.570 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:11.571 INFO kablam! Oct 15 00:36:11.571 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:36:11.571 INFO kablam! --> src/opcode.rs:296:57 Oct 15 00:36:11.571 INFO kablam! | Oct 15 00:36:11.572 INFO kablam! 296 | let second_operand_result = read_mem_as_u16_le(mem, (offset + 3)); Oct 15 00:36:11.572 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:36:11.572 INFO kablam! Oct 15 00:36:11.811 INFO kablam! warning: method is never used: `is_invalid_number` Oct 15 00:36:11.811 INFO kablam! --> src/opcode.rs:838:5 Oct 15 00:36:11.811 INFO kablam! | Oct 15 00:36:11.811 INFO kablam! 838 | pub fn is_invalid_number(&self) -> bool Oct 15 00:36:11.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:36:11.811 INFO kablam! | Oct 15 00:36:11.811 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:36:11.811 INFO kablam! Oct 15 00:36:12.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 15 00:36:12.360 INFO kablam! su: No module specific data is present Oct 15 00:36:12.999 INFO running `"docker" "rm" "-f" "ef6a0a96775448ebfcafc426d19b5493b5e1e4d053e7a19467c70c4baa52b403"` Oct 15 00:36:13.331 INFO blam! ef6a0a96775448ebfcafc426d19b5493b5e1e4d053e7a19467c70c4baa52b403 Oct 15 00:36:13.337 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:13.753 INFO blam! 0e36e17ebd85eb68cc9c4780090ab66394f31f07385342f02279aefe0009c9fc Oct 15 00:36:13.756 INFO running `"docker" "start" "-a" "0e36e17ebd85eb68cc9c4780090ab66394f31f07385342f02279aefe0009c9fc"` Oct 15 00:36:14.819 INFO kablam! usermod: no changes Oct 15 00:36:14.911 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 00:36:14.911 INFO blam! Oct 15 00:36:14.911 INFO kablam! Running /target/debug/deps/synacor_challenge-987a6138cd8ac7df Oct 15 00:36:14.911 INFO blam! running 0 tests Oct 15 00:36:14.911 INFO blam! Oct 15 00:36:14.911 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:36:14.911 INFO blam! Oct 15 00:36:14.914 INFO kablam! su: No module specific data is present Oct 15 00:36:15.595 INFO running `"docker" "rm" "-f" "0e36e17ebd85eb68cc9c4780090ab66394f31f07385342f02279aefe0009c9fc"` Oct 15 00:36:15.867 INFO blam! 0e36e17ebd85eb68cc9c4780090ab66394f31f07385342f02279aefe0009c9fc