Oct 13 05:11:36.330 INFO checking CoiledSpring/zsteamy against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 05:11:36.330 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 13 05:11:36.613 INFO blam! 90e7d2fbc14d74e6a489d799ee522692dc06a4c7fc6bc7a6eeb3912b1a14b880 Oct 13 05:11:36.624 INFO running `"docker" "start" "-a" "90e7d2fbc14d74e6a489d799ee522692dc06a4c7fc6bc7a6eeb3912b1a14b880"` Oct 13 05:11:37.767 INFO kablam! usermod: no changes Oct 13 05:11:37.856 INFO kablam! Checking zsteamy v0.1.0 (/source) Oct 13 05:11:38.312 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 05:11:38.312 INFO kablam! --> src/instructions.rs:130:13 Oct 13 05:11:38.312 INFO kablam! | Oct 13 05:11:38.312 INFO kablam! 130 | let b = (op.operands[1].get_value(machine) as usize); Oct 13 05:11:38.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:11:38.312 INFO kablam! | Oct 13 05:11:38.312 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:11:38.312 INFO kablam! Oct 13 05:11:38.312 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 05:11:38.312 INFO kablam! --> src/instructions.rs:187:24 Oct 13 05:11:38.312 INFO kablam! | Oct 13 05:11:38.312 INFO kablam! 187 | machine.write_byte((base + off), value as u8); Oct 13 05:11:38.312 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:11:38.312 INFO kablam! Oct 13 05:11:38.408 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 05:11:38.408 INFO kablam! --> src/instructions.rs:130:13 Oct 13 05:11:38.408 INFO kablam! | Oct 13 05:11:38.408 INFO kablam! 130 | let b = (op.operands[1].get_value(machine) as usize); Oct 13 05:11:38.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:11:38.408 INFO kablam! | Oct 13 05:11:38.408 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:11:38.408 INFO kablam! Oct 13 05:11:38.408 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 05:11:38.408 INFO kablam! --> src/instructions.rs:187:24 Oct 13 05:11:38.408 INFO kablam! | Oct 13 05:11:38.408 INFO kablam! 187 | machine.write_byte((base + off), value as u8); Oct 13 05:11:38.408 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:11:38.408 INFO kablam! Oct 13 05:11:38.492 INFO kablam! warning: unused variable: `machine` Oct 13 05:11:38.492 INFO kablam! --> src/instructions.rs:27:25 Oct 13 05:11:38.492 INFO kablam! | Oct 13 05:11:38.492 INFO kablam! 27 | fn z_newline(_: Opcode, machine: &mut Machine) { Oct 13 05:11:38.492 INFO kablam! | ^^^^^^^ help: consider using `_machine` instead Oct 13 05:11:38.492 INFO kablam! | Oct 13 05:11:38.492 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:11:38.492 INFO kablam! Oct 13 05:11:38.544 INFO kablam! warning: method is never used: `set_object_parent` Oct 13 05:11:38.544 INFO kablam! --> src/machine.rs:173:5 Oct 13 05:11:38.544 INFO kablam! | Oct 13 05:11:38.544 INFO kablam! 173 | pub fn set_object_parent(&mut self, n: u8, v: u8) { Oct 13 05:11:38.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:11:38.544 INFO kablam! | Oct 13 05:11:38.544 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:11:38.544 INFO kablam! Oct 13 05:11:38.544 INFO kablam! warning: method is never used: `set_object_attribute` Oct 13 05:11:38.544 INFO kablam! --> src/machine.rs:188:5 Oct 13 05:11:38.544 INFO kablam! | Oct 13 05:11:38.544 INFO kablam! 188 | pub fn set_object_attribute(&mut self, n: u8, attr: u8, v: bool) { Oct 13 05:11:38.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:11:38.544 INFO kablam! Oct 13 05:11:38.544 INFO kablam! warning: method is never used: `get_object_sibling` Oct 13 05:11:38.544 INFO kablam! --> src/machine.rs:206:5 Oct 13 05:11:38.544 INFO kablam! | Oct 13 05:11:38.544 INFO kablam! 206 | pub fn get_object_sibling(&mut self, n: u8) -> u8 { Oct 13 05:11:38.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:11:38.544 INFO kablam! Oct 13 05:11:38.604 INFO kablam! warning: unused variable: `machine` Oct 13 05:11:38.604 INFO kablam! --> src/instructions.rs:27:25 Oct 13 05:11:38.604 INFO kablam! | Oct 13 05:11:38.604 INFO kablam! 27 | fn z_newline(_: Opcode, machine: &mut Machine) { Oct 13 05:11:38.604 INFO kablam! | ^^^^^^^ help: consider using `_machine` instead Oct 13 05:11:38.604 INFO kablam! | Oct 13 05:11:38.604 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:11:38.604 INFO kablam! Oct 13 05:11:38.653 INFO kablam! warning: method is never used: `set_object_parent` Oct 13 05:11:38.653 INFO kablam! --> src/machine.rs:173:5 Oct 13 05:11:38.653 INFO kablam! | Oct 13 05:11:38.653 INFO kablam! 173 | pub fn set_object_parent(&mut self, n: u8, v: u8) { Oct 13 05:11:38.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:11:38.653 INFO kablam! | Oct 13 05:11:38.653 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:11:38.653 INFO kablam! Oct 13 05:11:38.653 INFO kablam! warning: method is never used: `set_object_attribute` Oct 13 05:11:38.653 INFO kablam! --> src/machine.rs:188:5 Oct 13 05:11:38.653 INFO kablam! | Oct 13 05:11:38.653 INFO kablam! 188 | pub fn set_object_attribute(&mut self, n: u8, attr: u8, v: bool) { Oct 13 05:11:38.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:11:38.653 INFO kablam! Oct 13 05:11:38.653 INFO kablam! warning: method is never used: `get_object_sibling` Oct 13 05:11:38.653 INFO kablam! --> src/machine.rs:206:5 Oct 13 05:11:38.653 INFO kablam! | Oct 13 05:11:38.653 INFO kablam! 206 | pub fn get_object_sibling(&mut self, n: u8) -> u8 { Oct 13 05:11:38.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:11:38.653 INFO kablam! Oct 13 05:11:38.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.92s Oct 13 05:11:38.716 INFO kablam! su: No module specific data is present Oct 13 05:11:39.642 INFO running `"docker" "rm" "-f" "90e7d2fbc14d74e6a489d799ee522692dc06a4c7fc6bc7a6eeb3912b1a14b880"` Oct 13 05:11:39.833 INFO blam! 90e7d2fbc14d74e6a489d799ee522692dc06a4c7fc6bc7a6eeb3912b1a14b880