Oct 13 05:11:35.997 INFO checking CoiledSpring/zsteamy against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 05:11:35.998 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.189 INFO blam! 7eeb5d4c3ff464ac9ade18534839ca8bc7cea155ea51abb3db4123fada80e53e Oct 13 05:11:36.190 INFO running `"docker" "start" "-a" "7eeb5d4c3ff464ac9ade18534839ca8bc7cea155ea51abb3db4123fada80e53e"` Oct 13 05:11:36.853 INFO kablam! usermod: no changes Oct 13 05:11:36.904 INFO kablam! Checking zsteamy v0.1.0 (/source) Oct 13 05:11:37.516 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 05:11:37.516 INFO kablam! --> src/instructions.rs:130:13 Oct 13 05:11:37.516 INFO kablam! | Oct 13 05:11:37.516 INFO kablam! 130 | let b = (op.operands[1].get_value(machine) as usize); Oct 13 05:11:37.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:11:37.516 INFO kablam! | Oct 13 05:11:37.516 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:11:37.516 INFO kablam! Oct 13 05:11:37.516 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 05:11:37.516 INFO kablam! --> src/instructions.rs:187:24 Oct 13 05:11:37.516 INFO kablam! | Oct 13 05:11:37.516 INFO kablam! 187 | machine.write_byte((base + off), value as u8); Oct 13 05:11:37.516 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:11:37.516 INFO kablam! Oct 13 05:11:37.576 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 05:11:37.576 INFO kablam! --> src/instructions.rs:130:13 Oct 13 05:11:37.576 INFO kablam! | Oct 13 05:11:37.576 INFO kablam! 130 | let b = (op.operands[1].get_value(machine) as usize); Oct 13 05:11:37.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:11:37.576 INFO kablam! | Oct 13 05:11:37.576 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:11:37.576 INFO kablam! Oct 13 05:11:37.576 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 05:11:37.576 INFO kablam! --> src/instructions.rs:187:24 Oct 13 05:11:37.576 INFO kablam! | Oct 13 05:11:37.576 INFO kablam! 187 | machine.write_byte((base + off), value as u8); Oct 13 05:11:37.576 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:11:37.576 INFO kablam! Oct 13 05:11:37.780 INFO kablam! warning: unused variable: `machine` Oct 13 05:11:37.780 INFO kablam! --> src/instructions.rs:27:25 Oct 13 05:11:37.780 INFO kablam! | Oct 13 05:11:37.780 INFO kablam! 27 | fn z_newline(_: Opcode, machine: &mut Machine) { Oct 13 05:11:37.780 INFO kablam! | ^^^^^^^ help: consider using `_machine` instead Oct 13 05:11:37.780 INFO kablam! | Oct 13 05:11:37.780 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:11:37.780 INFO kablam! Oct 13 05:11:37.830 INFO kablam! warning: method is never used: `set_object_parent` Oct 13 05:11:37.830 INFO kablam! --> src/machine.rs:173:5 Oct 13 05:11:37.830 INFO kablam! | Oct 13 05:11:37.830 INFO kablam! 173 | pub fn set_object_parent(&mut self, n: u8, v: u8) { Oct 13 05:11:37.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:11:37.830 INFO kablam! | Oct 13 05:11:37.830 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:11:37.830 INFO kablam! Oct 13 05:11:37.832 INFO kablam! warning: method is never used: `set_object_attribute` Oct 13 05:11:37.832 INFO kablam! --> src/machine.rs:188:5 Oct 13 05:11:37.832 INFO kablam! | Oct 13 05:11:37.832 INFO kablam! 188 | pub fn set_object_attribute(&mut self, n: u8, attr: u8, v: bool) { Oct 13 05:11:37.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:11:37.832 INFO kablam! Oct 13 05:11:37.832 INFO kablam! warning: method is never used: `get_object_sibling` Oct 13 05:11:37.832 INFO kablam! --> src/machine.rs:206:5 Oct 13 05:11:37.832 INFO kablam! | Oct 13 05:11:37.832 INFO kablam! 206 | pub fn get_object_sibling(&mut self, n: u8) -> u8 { Oct 13 05:11:37.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:11:37.832 INFO kablam! Oct 13 05:11:37.884 INFO kablam! warning: unused variable: `machine` Oct 13 05:11:37.884 INFO kablam! --> src/instructions.rs:27:25 Oct 13 05:11:37.884 INFO kablam! | Oct 13 05:11:37.884 INFO kablam! 27 | fn z_newline(_: Opcode, machine: &mut Machine) { Oct 13 05:11:37.884 INFO kablam! | ^^^^^^^ help: consider using `_machine` instead Oct 13 05:11:37.884 INFO kablam! | Oct 13 05:11:37.884 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:11:37.884 INFO kablam! Oct 13 05:11:37.936 INFO kablam! warning: method is never used: `set_object_parent` Oct 13 05:11:37.936 INFO kablam! --> src/machine.rs:173:5 Oct 13 05:11:37.936 INFO kablam! | Oct 13 05:11:37.936 INFO kablam! 173 | pub fn set_object_parent(&mut self, n: u8, v: u8) { Oct 13 05:11:37.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:11:37.936 INFO kablam! | Oct 13 05:11:37.936 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:11:37.936 INFO kablam! Oct 13 05:11:37.936 INFO kablam! warning: method is never used: `set_object_attribute` Oct 13 05:11:37.936 INFO kablam! --> src/machine.rs:188:5 Oct 13 05:11:37.936 INFO kablam! | Oct 13 05:11:37.936 INFO kablam! 188 | pub fn set_object_attribute(&mut self, n: u8, attr: u8, v: bool) { Oct 13 05:11:37.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:11:37.936 INFO kablam! Oct 13 05:11:37.936 INFO kablam! warning: method is never used: `get_object_sibling` Oct 13 05:11:37.936 INFO kablam! --> src/machine.rs:206:5 Oct 13 05:11:37.936 INFO kablam! | Oct 13 05:11:37.936 INFO kablam! 206 | pub fn get_object_sibling(&mut self, n: u8) -> u8 { Oct 13 05:11:37.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:11:37.936 INFO kablam! Oct 13 05:11:37.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 13 05:11:37.996 INFO kablam! su: No module specific data is present Oct 13 05:11:39.140 INFO running `"docker" "rm" "-f" "7eeb5d4c3ff464ac9ade18534839ca8bc7cea155ea51abb3db4123fada80e53e"` Oct 13 05:11:39.444 INFO blam! 7eeb5d4c3ff464ac9ade18534839ca8bc7cea155ea51abb3db4123fada80e53e