Oct 10 19:23:23.104 INFO testing logiclogue/hex-machine-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:23:23.104 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:23:23.104 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:23:23.532 INFO blam! 261ccd289e9b92fa859d75af869a2ce1f6fbc0203714fdea575e82dcabbd7801 Oct 10 19:23:23.538 INFO running `"docker" "start" "-a" "261ccd289e9b92fa859d75af869a2ce1f6fbc0203714fdea575e82dcabbd7801"` Oct 10 19:23:24.816 INFO kablam! usermod: no changes Oct 10 19:23:24.909 INFO kablam! Compiling hex-machine-rust v0.1.0 (/source) Oct 10 19:23:25.552 INFO kablam! warning: struct is never constructed: `Machine` Oct 10 19:23:25.552 INFO kablam! --> src/machine.rs:1:1 Oct 10 19:23:25.552 INFO kablam! | Oct 10 19:23:25.552 INFO kablam! 1 | pub struct Machine { Oct 10 19:23:25.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 19:23:25.552 INFO kablam! | Oct 10 19:23:25.552 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:23:25.552 INFO kablam! Oct 10 19:23:25.552 INFO kablam! warning: method is never used: `new` Oct 10 19:23:25.552 INFO kablam! --> src/machine.rs:10:5 Oct 10 19:23:25.552 INFO kablam! | Oct 10 19:23:25.552 INFO kablam! 10 | pub fn new() -> Self { Oct 10 19:23:25.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 19:23:25.552 INFO kablam! Oct 10 19:23:25.552 INFO kablam! warning: method is never used: `set_o_reg` Oct 10 19:23:25.552 INFO kablam! --> src/machine.rs:20:5 Oct 10 19:23:25.552 INFO kablam! | Oct 10 19:23:25.552 INFO kablam! 20 | pub fn set_o_reg(self, value: u8) -> Self { Oct 10 19:23:25.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:23:25.552 INFO kablam! Oct 10 19:23:25.552 INFO kablam! warning: method is never used: `set_a_reg` Oct 10 19:23:25.552 INFO kablam! --> src/machine.rs:30:5 Oct 10 19:23:25.552 INFO kablam! | Oct 10 19:23:25.552 INFO kablam! 30 | pub fn set_a_reg(self, value: u8) -> Self { Oct 10 19:23:25.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:23:25.552 INFO kablam! Oct 10 19:23:25.552 INFO kablam! warning: method is never used: `set_b_reg` Oct 10 19:23:25.552 INFO kablam! --> src/machine.rs:40:5 Oct 10 19:23:25.552 INFO kablam! | Oct 10 19:23:25.552 INFO kablam! 40 | pub fn set_b_reg(self, value: u8) -> Self { Oct 10 19:23:25.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:23:25.552 INFO kablam! Oct 10 19:23:25.552 INFO kablam! warning: enum is never used: `Instruction` Oct 10 19:23:25.552 INFO kablam! --> src/instruction.rs:4:1 Oct 10 19:23:25.552 INFO kablam! | Oct 10 19:23:25.552 INFO kablam! 4 | pub enum Instruction { Oct 10 19:23:25.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 19:23:25.552 INFO kablam! Oct 10 19:23:25.552 INFO kablam! warning: method is never used: `execute` Oct 10 19:23:25.552 INFO kablam! --> src/instruction.rs:24:5 Oct 10 19:23:25.552 INFO kablam! | Oct 10 19:23:25.552 INFO kablam! 24 | pub fn execute(self, machine: Machine, mut memory: Memory) -> (Machine, Memory) { Oct 10 19:23:25.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:23:25.552 INFO kablam! Oct 10 19:23:25.940 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 10 19:23:25.944 INFO kablam! su: No module specific data is present Oct 10 19:23:27.274 INFO running `"docker" "rm" "-f" "261ccd289e9b92fa859d75af869a2ce1f6fbc0203714fdea575e82dcabbd7801"` Oct 10 19:23:27.596 INFO blam! 261ccd289e9b92fa859d75af869a2ce1f6fbc0203714fdea575e82dcabbd7801 Oct 10 19:23:27.616 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:23:27.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:23:28.040 INFO blam! ed9840147d5a539a294308a71030bd682f92fc8f49a9ebce1a3698020bf00877 Oct 10 19:23:28.043 INFO running `"docker" "start" "-a" "ed9840147d5a539a294308a71030bd682f92fc8f49a9ebce1a3698020bf00877"` Oct 10 19:23:29.487 INFO kablam! usermod: no changes Oct 10 19:23:29.568 INFO kablam! Compiling hex-machine-rust v0.1.0 (/source) Oct 10 19:23:30.358 INFO kablam! warning: variable does not need to be mutable Oct 10 19:23:30.359 INFO kablam! --> src/instruction.rs:43:9 Oct 10 19:23:30.359 INFO kablam! | Oct 10 19:23:30.359 INFO kablam! 43 | let mut machine = Machine::new(); Oct 10 19:23:30.359 INFO kablam! | ----^^^^^^^ Oct 10 19:23:30.359 INFO kablam! | | Oct 10 19:23:30.359 INFO kablam! | help: remove this `mut` Oct 10 19:23:30.359 INFO kablam! | Oct 10 19:23:30.359 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:23:30.359 INFO kablam! Oct 10 19:23:30.359 INFO kablam! warning: variable does not need to be mutable Oct 10 19:23:30.359 INFO kablam! --> src/instruction.rs:44:9 Oct 10 19:23:30.359 INFO kablam! | Oct 10 19:23:30.359 INFO kablam! 44 | let mut memory = Memory::new(); Oct 10 19:23:30.359 INFO kablam! | ----^^^^^^ Oct 10 19:23:30.359 INFO kablam! | | Oct 10 19:23:30.359 INFO kablam! | help: remove this `mut` Oct 10 19:23:30.359 INFO kablam! Oct 10 19:23:30.369 INFO kablam! warning: variable does not need to be mutable Oct 10 19:23:30.369 INFO kablam! --> src/instruction.rs:96:9 Oct 10 19:23:30.369 INFO kablam! | Oct 10 19:23:30.369 INFO kablam! 96 | let mut memory = Memory::new(); Oct 10 19:23:30.369 INFO kablam! | ----^^^^^^ Oct 10 19:23:30.369 INFO kablam! | | Oct 10 19:23:30.369 INFO kablam! | help: remove this `mut` Oct 10 19:23:30.369 INFO kablam! Oct 10 19:23:30.369 INFO kablam! warning: variant is never constructed: `LDAC` Oct 10 19:23:30.369 INFO kablam! --> src/instruction.rs:8:5 Oct 10 19:23:30.369 INFO kablam! | Oct 10 19:23:30.369 INFO kablam! 8 | LDAC, Oct 10 19:23:30.369 INFO kablam! | ^^^^ Oct 10 19:23:30.369 INFO kablam! | Oct 10 19:23:30.369 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:23:30.369 INFO kablam! Oct 10 19:23:30.369 INFO kablam! warning: variant is never constructed: `LDBC` Oct 10 19:23:30.369 INFO kablam! --> src/instruction.rs:9:5 Oct 10 19:23:30.369 INFO kablam! | Oct 10 19:23:30.369 INFO kablam! 9 | LDBC, Oct 10 19:23:30.369 INFO kablam! | ^^^^ Oct 10 19:23:30.369 INFO kablam! Oct 10 19:23:30.369 INFO kablam! warning: variant is never constructed: `LDAP` Oct 10 19:23:30.369 INFO kablam! --> src/instruction.rs:10:5 Oct 10 19:23:30.369 INFO kablam! | Oct 10 19:23:30.369 INFO kablam! 10 | LDAP, Oct 10 19:23:30.369 INFO kablam! | ^^^^ Oct 10 19:23:30.369 INFO kablam! Oct 10 19:23:30.369 INFO kablam! warning: variant is never constructed: `LDAI` Oct 10 19:23:30.369 INFO kablam! --> src/instruction.rs:11:5 Oct 10 19:23:30.369 INFO kablam! | Oct 10 19:23:30.369 INFO kablam! 11 | LDAI, Oct 10 19:23:30.369 INFO kablam! | ^^^^ Oct 10 19:23:30.369 INFO kablam! Oct 10 19:23:30.369 INFO kablam! warning: variant is never constructed: `LDBI` Oct 10 19:23:30.369 INFO kablam! --> src/instruction.rs:12:5 Oct 10 19:23:30.369 INFO kablam! | Oct 10 19:23:30.369 INFO kablam! 12 | LDBI, Oct 10 19:23:30.369 INFO kablam! | ^^^^ Oct 10 19:23:30.369 INFO kablam! Oct 10 19:23:30.369 INFO kablam! warning: variant is never constructed: `STAI` Oct 10 19:23:30.369 INFO kablam! --> src/instruction.rs:13:5 Oct 10 19:23:30.369 INFO kablam! | Oct 10 19:23:30.369 INFO kablam! 13 | STAI, Oct 10 19:23:30.369 INFO kablam! | ^^^^ Oct 10 19:23:30.369 INFO kablam! Oct 10 19:23:30.369 INFO kablam! warning: variant is never constructed: `BR` Oct 10 19:23:30.369 INFO kablam! --> src/instruction.rs:14:5 Oct 10 19:23:30.369 INFO kablam! | Oct 10 19:23:30.369 INFO kablam! 14 | BR, Oct 10 19:23:30.369 INFO kablam! | ^^ Oct 10 19:23:30.369 INFO kablam! Oct 10 19:23:30.369 INFO kablam! warning: variant is never constructed: `BRZ` Oct 10 19:23:30.369 INFO kablam! --> src/instruction.rs:15:5 Oct 10 19:23:30.369 INFO kablam! | Oct 10 19:23:30.369 INFO kablam! 15 | BRZ, Oct 10 19:23:30.369 INFO kablam! | ^^^ Oct 10 19:23:30.369 INFO kablam! Oct 10 19:23:30.369 INFO kablam! warning: variant is never constructed: `BRN` Oct 10 19:23:30.369 INFO kablam! --> src/instruction.rs:16:5 Oct 10 19:23:30.370 INFO kablam! | Oct 10 19:23:30.370 INFO kablam! 16 | BRN, Oct 10 19:23:30.370 INFO kablam! | ^^^ Oct 10 19:23:30.370 INFO kablam! Oct 10 19:23:30.370 INFO kablam! warning: variant is never constructed: `BRB` Oct 10 19:23:30.370 INFO kablam! --> src/instruction.rs:17:5 Oct 10 19:23:30.370 INFO kablam! | Oct 10 19:23:30.370 INFO kablam! 17 | BRB, Oct 10 19:23:30.370 INFO kablam! | ^^^ Oct 10 19:23:30.370 INFO kablam! Oct 10 19:23:30.370 INFO kablam! warning: variant is never constructed: `ADD` Oct 10 19:23:30.370 INFO kablam! --> src/instruction.rs:18:5 Oct 10 19:23:30.370 INFO kablam! | Oct 10 19:23:30.370 INFO kablam! 18 | ADD, Oct 10 19:23:30.370 INFO kablam! | ^^^ Oct 10 19:23:30.370 INFO kablam! Oct 10 19:23:30.370 INFO kablam! warning: variant is never constructed: `SUB` Oct 10 19:23:30.370 INFO kablam! --> src/instruction.rs:19:5 Oct 10 19:23:30.370 INFO kablam! | Oct 10 19:23:30.370 INFO kablam! 19 | SUB, Oct 10 19:23:30.370 INFO kablam! | ^^^ Oct 10 19:23:30.370 INFO kablam! Oct 10 19:23:30.370 INFO kablam! warning: variant is never constructed: `PFIX` Oct 10 19:23:30.370 INFO kablam! --> src/instruction.rs:20:5 Oct 10 19:23:30.370 INFO kablam! | Oct 10 19:23:30.370 INFO kablam! 20 | PFIX Oct 10 19:23:30.370 INFO kablam! | ^^^^ Oct 10 19:23:30.370 INFO kablam! Oct 10 19:23:30.973 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 10 19:23:30.975 INFO kablam! su: No module specific data is present Oct 10 19:23:31.822 INFO running `"docker" "rm" "-f" "ed9840147d5a539a294308a71030bd682f92fc8f49a9ebce1a3698020bf00877"` Oct 10 19:23:32.160 INFO blam! ed9840147d5a539a294308a71030bd682f92fc8f49a9ebce1a3698020bf00877 Oct 10 19:23:32.165 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:23:32.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:23:32.664 INFO blam! 352bc1cc9e9e3764fb594e9a499fe15483ac09b08b1752c9326071b210f17ea6 Oct 10 19:23:32.669 INFO running `"docker" "start" "-a" "352bc1cc9e9e3764fb594e9a499fe15483ac09b08b1752c9326071b210f17ea6"` Oct 10 19:23:33.844 INFO kablam! usermod: no changes Oct 10 19:23:33.896 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 19:23:33.896 INFO kablam! Running /target/debug/deps/hex_machine_rust-51a3484fa10873a1 Oct 10 19:23:33.908 INFO blam! Oct 10 19:23:33.908 INFO blam! running 12 tests Oct 10 19:23:33.912 INFO blam! test instruction::execute_ldam_sets_a_reg_to_memory_value ... ok Oct 10 19:23:33.912 INFO blam! test instruction::execute_ldam_sets_o_reg_to_0 ... ok Oct 10 19:23:33.912 INFO blam! test instruction::execute_ldbm_sets_o_reg_to_0 ... ok Oct 10 19:23:33.912 INFO blam! test instruction::execute_ldbm_sets_b_reg_to_memory_value ... ok Oct 10 19:23:33.912 INFO blam! test instruction::execute_stam_sets_o_reg_to_0 ... ok Oct 10 19:23:33.912 INFO blam! test instruction::execute_stam_stores_a_reg_in_memory ... ok Oct 10 19:23:33.912 INFO blam! test memory::test_memory_write_at_42_100_reads_100 ... ok Oct 10 19:23:33.914 INFO blam! test machine::test_machine_constructor_o_reg_0 ... ok Oct 10 19:23:33.914 INFO blam! test machine::test_machine_constructor_pc_0 ... ok Oct 10 19:23:33.914 INFO blam! test machine::test_machine_constructor_running_false ... ok Oct 10 19:23:33.914 INFO blam! test machine::test_machine_constructor_b_reg_0 ... ok Oct 10 19:23:33.914 INFO blam! test machine::test_machine_constructor_a_reg_0 ... ok Oct 10 19:23:33.914 INFO blam! Oct 10 19:23:33.914 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:23:33.914 INFO blam! Oct 10 19:23:33.918 INFO kablam! su: No module specific data is present Oct 10 19:23:34.667 INFO running `"docker" "rm" "-f" "352bc1cc9e9e3764fb594e9a499fe15483ac09b08b1752c9326071b210f17ea6"` Oct 10 19:23:34.924 INFO blam! 352bc1cc9e9e3764fb594e9a499fe15483ac09b08b1752c9326071b210f17ea6