Oct 21 16:07:51.832 INFO checking logiclogue/hex-machine-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:07:51.832 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 16:07:52.282 INFO blam! 1ce18aca1a03f831b6d7757798804158a237e158efca88c3ed480eea66e564bc Oct 21 16:07:52.284 INFO running `"docker" "start" "-a" "1ce18aca1a03f831b6d7757798804158a237e158efca88c3ed480eea66e564bc"` Oct 21 16:07:53.764 INFO kablam! usermod: no changes Oct 21 16:07:53.884 INFO kablam! Checking hex-machine-rust v0.1.0 (/source) Oct 21 16:07:54.368 INFO kablam! warning: struct is never constructed: `Machine` Oct 21 16:07:54.368 INFO kablam! --> src/machine.rs:1:1 Oct 21 16:07:54.368 INFO kablam! | Oct 21 16:07:54.368 INFO kablam! 1 | pub struct Machine { Oct 21 16:07:54.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 16:07:54.368 INFO kablam! | Oct 21 16:07:54.368 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:07:54.368 INFO kablam! Oct 21 16:07:54.369 INFO kablam! warning: method is never used: `new` Oct 21 16:07:54.369 INFO kablam! --> src/machine.rs:10:5 Oct 21 16:07:54.369 INFO kablam! | Oct 21 16:07:54.369 INFO kablam! 10 | pub fn new() -> Self { Oct 21 16:07:54.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 16:07:54.369 INFO kablam! Oct 21 16:07:54.369 INFO kablam! warning: method is never used: `set_o_reg` Oct 21 16:07:54.369 INFO kablam! --> src/machine.rs:20:5 Oct 21 16:07:54.369 INFO kablam! | Oct 21 16:07:54.369 INFO kablam! 20 | pub fn set_o_reg(self, value: u8) -> Self { Oct 21 16:07:54.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:07:54.369 INFO kablam! Oct 21 16:07:54.369 INFO kablam! warning: method is never used: `set_a_reg` Oct 21 16:07:54.369 INFO kablam! --> src/machine.rs:30:5 Oct 21 16:07:54.369 INFO kablam! | Oct 21 16:07:54.369 INFO kablam! 30 | pub fn set_a_reg(self, value: u8) -> Self { Oct 21 16:07:54.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:07:54.369 INFO kablam! Oct 21 16:07:54.369 INFO kablam! warning: method is never used: `set_b_reg` Oct 21 16:07:54.369 INFO kablam! --> src/machine.rs:40:5 Oct 21 16:07:54.369 INFO kablam! | Oct 21 16:07:54.370 INFO kablam! 40 | pub fn set_b_reg(self, value: u8) -> Self { Oct 21 16:07:54.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:07:54.370 INFO kablam! Oct 21 16:07:54.370 INFO kablam! warning: enum is never used: `Instruction` Oct 21 16:07:54.370 INFO kablam! --> src/instruction.rs:4:1 Oct 21 16:07:54.370 INFO kablam! | Oct 21 16:07:54.370 INFO kablam! 4 | pub enum Instruction { Oct 21 16:07:54.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 16:07:54.370 INFO kablam! Oct 21 16:07:54.370 INFO kablam! warning: method is never used: `execute` Oct 21 16:07:54.370 INFO kablam! --> src/instruction.rs:24:5 Oct 21 16:07:54.370 INFO kablam! | Oct 21 16:07:54.370 INFO kablam! 24 | pub fn execute(self, machine: Machine, mut memory: Memory) -> (Machine, Memory) { Oct 21 16:07:54.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:07:54.370 INFO kablam! Oct 21 16:07:54.676 INFO kablam! warning: variable does not need to be mutable Oct 21 16:07:54.676 INFO kablam! --> src/instruction.rs:43:9 Oct 21 16:07:54.676 INFO kablam! | Oct 21 16:07:54.676 INFO kablam! 43 | let mut machine = Machine::new(); Oct 21 16:07:54.676 INFO kablam! | ----^^^^^^^ Oct 21 16:07:54.676 INFO kablam! | | Oct 21 16:07:54.676 INFO kablam! | help: remove this `mut` Oct 21 16:07:54.676 INFO kablam! | Oct 21 16:07:54.676 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:07:54.676 INFO kablam! Oct 21 16:07:54.676 INFO kablam! warning: variable does not need to be mutable Oct 21 16:07:54.676 INFO kablam! --> src/instruction.rs:44:9 Oct 21 16:07:54.676 INFO kablam! | Oct 21 16:07:54.676 INFO kablam! 44 | let mut memory = Memory::new(); Oct 21 16:07:54.677 INFO kablam! | ----^^^^^^ Oct 21 16:07:54.677 INFO kablam! | | Oct 21 16:07:54.677 INFO kablam! | help: remove this `mut` Oct 21 16:07:54.677 INFO kablam! Oct 21 16:07:54.682 INFO kablam! warning: variable does not need to be mutable Oct 21 16:07:54.682 INFO kablam! --> src/instruction.rs:96:9 Oct 21 16:07:54.688 INFO kablam! | Oct 21 16:07:54.688 INFO kablam! 96 | let mut memory = Memory::new(); Oct 21 16:07:54.688 INFO kablam! | ----^^^^^^ Oct 21 16:07:54.688 INFO kablam! | | Oct 21 16:07:54.688 INFO kablam! | help: remove this `mut` Oct 21 16:07:54.688 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `LDAC` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:8:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 8 | LDAC, Oct 21 16:07:54.689 INFO kablam! | ^^^^ Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `LDBC` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:9:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 9 | LDBC, Oct 21 16:07:54.689 INFO kablam! | ^^^^ Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `LDAP` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:10:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 10 | LDAP, Oct 21 16:07:54.689 INFO kablam! | ^^^^ Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `LDAI` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:11:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 11 | LDAI, Oct 21 16:07:54.689 INFO kablam! | ^^^^ Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `LDBI` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:12:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 12 | LDBI, Oct 21 16:07:54.689 INFO kablam! | ^^^^ Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `STAI` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:13:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 13 | STAI, Oct 21 16:07:54.689 INFO kablam! | ^^^^ Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `BR` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:14:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 14 | BR, Oct 21 16:07:54.689 INFO kablam! | ^^ Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `BRZ` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:15:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 15 | BRZ, Oct 21 16:07:54.689 INFO kablam! | ^^^ Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `BRN` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:16:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 16 | BRN, Oct 21 16:07:54.689 INFO kablam! | ^^^ Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `BRB` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:17:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 17 | BRB, Oct 21 16:07:54.689 INFO kablam! | ^^^ Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `ADD` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:18:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 18 | ADD, Oct 21 16:07:54.689 INFO kablam! | ^^^ Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `SUB` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:19:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 19 | SUB, Oct 21 16:07:54.689 INFO kablam! | ^^^ Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.689 INFO kablam! warning: variant is never constructed: `PFIX` Oct 21 16:07:54.689 INFO kablam! --> src/instruction.rs:20:5 Oct 21 16:07:54.689 INFO kablam! | Oct 21 16:07:54.689 INFO kablam! 20 | PFIX Oct 21 16:07:54.689 INFO kablam! | ^^^^ Oct 21 16:07:54.689 INFO kablam! Oct 21 16:07:54.729 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.92s Oct 21 16:07:54.729 INFO kablam! su: No module specific data is present Oct 21 16:07:55.596 INFO running `"docker" "rm" "-f" "1ce18aca1a03f831b6d7757798804158a237e158efca88c3ed480eea66e564bc"` Oct 21 16:07:55.980 INFO blam! 1ce18aca1a03f831b6d7757798804158a237e158efca88c3ed480eea66e564bc