Oct 27 12:19:58.506 INFO checking CoiledSpring/zsteamy against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:19:58.507 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 12:19:58.973 INFO blam! 7e285f6e272d3d15fcaf9dc2573cc48363041ddc93145a6e4dc9d928a91af1d2 Oct 27 12:19:58.983 INFO running `"docker" "start" "-a" "7e285f6e272d3d15fcaf9dc2573cc48363041ddc93145a6e4dc9d928a91af1d2"` Oct 27 12:20:00.151 INFO kablam! usermod: no changes Oct 27 12:20:00.215 INFO kablam! Checking zsteamy v0.1.0 (/source) Oct 27 12:20:01.059 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 12:20:01.059 INFO kablam! --> src/instructions.rs:130:13 Oct 27 12:20:01.059 INFO kablam! | Oct 27 12:20:01.059 INFO kablam! 130 | let b = (op.operands[1].get_value(machine) as usize); Oct 27 12:20:01.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:20:01.059 INFO kablam! | Oct 27 12:20:01.059 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:20:01.059 INFO kablam! Oct 27 12:20:01.059 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 12:20:01.059 INFO kablam! --> src/instructions.rs:187:24 Oct 27 12:20:01.059 INFO kablam! | Oct 27 12:20:01.059 INFO kablam! 187 | machine.write_byte((base + off), value as u8); Oct 27 12:20:01.059 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:20:01.059 INFO kablam! Oct 27 12:20:01.179 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 12:20:01.179 INFO kablam! --> src/instructions.rs:130:13 Oct 27 12:20:01.179 INFO kablam! | Oct 27 12:20:01.180 INFO kablam! 130 | let b = (op.operands[1].get_value(machine) as usize); Oct 27 12:20:01.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:20:01.183 INFO kablam! | Oct 27 12:20:01.183 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:20:01.183 INFO kablam! Oct 27 12:20:01.183 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 12:20:01.183 INFO kablam! --> src/instructions.rs:187:24 Oct 27 12:20:01.183 INFO kablam! | Oct 27 12:20:01.183 INFO kablam! 187 | machine.write_byte((base + off), value as u8); Oct 27 12:20:01.183 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:20:01.183 INFO kablam! Oct 27 12:20:01.344 INFO kablam! warning: unused variable: `machine` Oct 27 12:20:01.344 INFO kablam! --> src/instructions.rs:27:25 Oct 27 12:20:01.344 INFO kablam! | Oct 27 12:20:01.344 INFO kablam! 27 | fn z_newline(_: Opcode, machine: &mut Machine) { Oct 27 12:20:01.344 INFO kablam! | ^^^^^^^ help: consider using `_machine` instead Oct 27 12:20:01.344 INFO kablam! | Oct 27 12:20:01.344 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:20:01.344 INFO kablam! Oct 27 12:20:01.456 INFO kablam! warning: method is never used: `set_object_parent` Oct 27 12:20:01.456 INFO kablam! --> src/machine.rs:173:5 Oct 27 12:20:01.456 INFO kablam! | Oct 27 12:20:01.456 INFO kablam! 173 | pub fn set_object_parent(&mut self, n: u8, v: u8) { Oct 27 12:20:01.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:20:01.456 INFO kablam! | Oct 27 12:20:01.456 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:20:01.456 INFO kablam! Oct 27 12:20:01.456 INFO kablam! warning: method is never used: `set_object_attribute` Oct 27 12:20:01.456 INFO kablam! --> src/machine.rs:188:5 Oct 27 12:20:01.456 INFO kablam! | Oct 27 12:20:01.456 INFO kablam! 188 | pub fn set_object_attribute(&mut self, n: u8, attr: u8, v: bool) { Oct 27 12:20:01.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:20:01.456 INFO kablam! Oct 27 12:20:01.456 INFO kablam! warning: method is never used: `get_object_sibling` Oct 27 12:20:01.456 INFO kablam! --> src/machine.rs:206:5 Oct 27 12:20:01.456 INFO kablam! | Oct 27 12:20:01.456 INFO kablam! 206 | pub fn get_object_sibling(&mut self, n: u8) -> u8 { Oct 27 12:20:01.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:20:01.456 INFO kablam! Oct 27 12:20:01.505 INFO kablam! warning: unused variable: `machine` Oct 27 12:20:01.505 INFO kablam! --> src/instructions.rs:27:25 Oct 27 12:20:01.505 INFO kablam! | Oct 27 12:20:01.505 INFO kablam! 27 | fn z_newline(_: Opcode, machine: &mut Machine) { Oct 27 12:20:01.505 INFO kablam! | ^^^^^^^ help: consider using `_machine` instead Oct 27 12:20:01.505 INFO kablam! | Oct 27 12:20:01.505 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:20:01.505 INFO kablam! Oct 27 12:20:01.614 INFO kablam! warning: method is never used: `set_object_parent` Oct 27 12:20:01.614 INFO kablam! --> src/machine.rs:173:5 Oct 27 12:20:01.615 INFO kablam! | Oct 27 12:20:01.615 INFO kablam! 173 | pub fn set_object_parent(&mut self, n: u8, v: u8) { Oct 27 12:20:01.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:20:01.616 INFO kablam! | Oct 27 12:20:01.616 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:20:01.616 INFO kablam! Oct 27 12:20:01.616 INFO kablam! warning: method is never used: `set_object_attribute` Oct 27 12:20:01.616 INFO kablam! --> src/machine.rs:188:5 Oct 27 12:20:01.616 INFO kablam! | Oct 27 12:20:01.616 INFO kablam! 188 | pub fn set_object_attribute(&mut self, n: u8, attr: u8, v: bool) { Oct 27 12:20:01.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:20:01.616 INFO kablam! Oct 27 12:20:01.616 INFO kablam! warning: method is never used: `get_object_sibling` Oct 27 12:20:01.616 INFO kablam! --> src/machine.rs:206:5 Oct 27 12:20:01.616 INFO kablam! | Oct 27 12:20:01.617 INFO kablam! 206 | pub fn get_object_sibling(&mut self, n: u8) -> u8 { Oct 27 12:20:01.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:20:01.617 INFO kablam! Oct 27 12:20:01.667 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 27 12:20:01.675 INFO kablam! su: No module specific data is present Oct 27 12:20:02.561 INFO running `"docker" "rm" "-f" "7e285f6e272d3d15fcaf9dc2573cc48363041ddc93145a6e4dc9d928a91af1d2"` Oct 27 12:20:02.846 INFO blam! 7e285f6e272d3d15fcaf9dc2573cc48363041ddc93145a6e4dc9d928a91af1d2