Oct 14 13:22:02.090 INFO testing logiclogue/hex-machine-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:22:02.090 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 13:22:02.709 INFO blam! 63e10e868720af3d791cefbd5fbe2d4da72d5e7f3ebb1e90f00d903dbac636f2 Oct 14 13:22:02.711 INFO running `"docker" "start" "-a" "63e10e868720af3d791cefbd5fbe2d4da72d5e7f3ebb1e90f00d903dbac636f2"` Oct 14 13:22:04.955 INFO kablam! usermod: no changes Oct 14 13:22:05.011 INFO kablam! Compiling hex-machine-rust v0.1.0 (/source) Oct 14 13:22:05.263 INFO kablam! warning: struct is never constructed: `Machine` Oct 14 13:22:05.263 INFO kablam! --> src/machine.rs:1:1 Oct 14 13:22:05.263 INFO kablam! | Oct 14 13:22:05.263 INFO kablam! 1 | pub struct Machine { Oct 14 13:22:05.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 13:22:05.263 INFO kablam! | Oct 14 13:22:05.263 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:22:05.263 INFO kablam! Oct 14 13:22:05.263 INFO kablam! warning: method is never used: `new` Oct 14 13:22:05.263 INFO kablam! --> src/machine.rs:10:5 Oct 14 13:22:05.263 INFO kablam! | Oct 14 13:22:05.263 INFO kablam! 10 | pub fn new() -> Self { Oct 14 13:22:05.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:05.263 INFO kablam! Oct 14 13:22:05.263 INFO kablam! warning: method is never used: `set_o_reg` Oct 14 13:22:05.263 INFO kablam! --> src/machine.rs:20:5 Oct 14 13:22:05.263 INFO kablam! | Oct 14 13:22:05.263 INFO kablam! 20 | pub fn set_o_reg(self, value: u8) -> Self { Oct 14 13:22:05.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:05.263 INFO kablam! Oct 14 13:22:05.263 INFO kablam! warning: method is never used: `set_a_reg` Oct 14 13:22:05.263 INFO kablam! --> src/machine.rs:30:5 Oct 14 13:22:05.263 INFO kablam! | Oct 14 13:22:05.263 INFO kablam! 30 | pub fn set_a_reg(self, value: u8) -> Self { Oct 14 13:22:05.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:05.263 INFO kablam! Oct 14 13:22:05.263 INFO kablam! warning: method is never used: `set_b_reg` Oct 14 13:22:05.263 INFO kablam! --> src/machine.rs:40:5 Oct 14 13:22:05.263 INFO kablam! | Oct 14 13:22:05.263 INFO kablam! 40 | pub fn set_b_reg(self, value: u8) -> Self { Oct 14 13:22:05.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:05.263 INFO kablam! Oct 14 13:22:05.263 INFO kablam! warning: enum is never used: `Instruction` Oct 14 13:22:05.263 INFO kablam! --> src/instruction.rs:4:1 Oct 14 13:22:05.263 INFO kablam! | Oct 14 13:22:05.263 INFO kablam! 4 | pub enum Instruction { Oct 14 13:22:05.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:05.263 INFO kablam! Oct 14 13:22:05.263 INFO kablam! warning: method is never used: `execute` Oct 14 13:22:05.263 INFO kablam! --> src/instruction.rs:24:5 Oct 14 13:22:05.263 INFO kablam! | Oct 14 13:22:05.263 INFO kablam! 24 | pub fn execute(self, machine: Machine, mut memory: Memory) -> (Machine, Memory) { Oct 14 13:22:05.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:22:05.263 INFO kablam! Oct 14 13:22:05.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.67s Oct 14 13:22:05.647 INFO kablam! su: No module specific data is present Oct 14 13:22:07.347 INFO running `"docker" "rm" "-f" "63e10e868720af3d791cefbd5fbe2d4da72d5e7f3ebb1e90f00d903dbac636f2"` Oct 14 13:22:07.715 INFO blam! 63e10e868720af3d791cefbd5fbe2d4da72d5e7f3ebb1e90f00d903dbac636f2 Oct 14 13:22:07.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 13:22:08.091 INFO blam! b637ec7c38bf094cbdf8fae9b86402f86ce51597a1dc231289acbd0b4249fed6 Oct 14 13:22:08.107 INFO running `"docker" "start" "-a" "b637ec7c38bf094cbdf8fae9b86402f86ce51597a1dc231289acbd0b4249fed6"` Oct 14 13:22:09.532 INFO kablam! usermod: no changes Oct 14 13:22:09.603 INFO kablam! Compiling hex-machine-rust v0.1.0 (/source) Oct 14 13:22:09.934 INFO kablam! warning: variable does not need to be mutable Oct 14 13:22:09.934 INFO kablam! --> src/instruction.rs:43:9 Oct 14 13:22:09.934 INFO kablam! | Oct 14 13:22:09.935 INFO kablam! 43 | let mut machine = Machine::new(); Oct 14 13:22:09.935 INFO kablam! | ----^^^^^^^ Oct 14 13:22:09.935 INFO kablam! | | Oct 14 13:22:09.936 INFO kablam! | help: remove this `mut` Oct 14 13:22:09.936 INFO kablam! | Oct 14 13:22:09.936 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 13:22:09.937 INFO kablam! Oct 14 13:22:09.937 INFO kablam! warning: variable does not need to be mutable Oct 14 13:22:09.937 INFO kablam! --> src/instruction.rs:44:9 Oct 14 13:22:09.937 INFO kablam! | Oct 14 13:22:09.937 INFO kablam! 44 | let mut memory = Memory::new(); Oct 14 13:22:09.937 INFO kablam! | ----^^^^^^ Oct 14 13:22:09.937 INFO kablam! | | Oct 14 13:22:09.937 INFO kablam! | help: remove this `mut` Oct 14 13:22:09.937 INFO kablam! Oct 14 13:22:09.939 INFO kablam! warning: variable does not need to be mutable Oct 14 13:22:09.939 INFO kablam! --> src/instruction.rs:96:9 Oct 14 13:22:09.939 INFO kablam! | Oct 14 13:22:09.939 INFO kablam! 96 | let mut memory = Memory::new(); Oct 14 13:22:09.939 INFO kablam! | ----^^^^^^ Oct 14 13:22:09.939 INFO kablam! | | Oct 14 13:22:09.939 INFO kablam! | help: remove this `mut` Oct 14 13:22:09.939 INFO kablam! Oct 14 13:22:09.941 INFO kablam! warning: variant is never constructed: `LDAC` Oct 14 13:22:09.941 INFO kablam! --> src/instruction.rs:8:5 Oct 14 13:22:09.941 INFO kablam! | Oct 14 13:22:09.941 INFO kablam! 8 | LDAC, Oct 14 13:22:09.941 INFO kablam! | ^^^^ Oct 14 13:22:09.941 INFO kablam! | Oct 14 13:22:09.941 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:22:09.941 INFO kablam! Oct 14 13:22:09.941 INFO kablam! warning: variant is never constructed: `LDBC` Oct 14 13:22:09.941 INFO kablam! --> src/instruction.rs:9:5 Oct 14 13:22:09.941 INFO kablam! | Oct 14 13:22:09.941 INFO kablam! 9 | LDBC, Oct 14 13:22:09.941 INFO kablam! | ^^^^ Oct 14 13:22:09.941 INFO kablam! Oct 14 13:22:09.941 INFO kablam! warning: variant is never constructed: `LDAP` Oct 14 13:22:09.941 INFO kablam! --> src/instruction.rs:10:5 Oct 14 13:22:09.941 INFO kablam! | Oct 14 13:22:09.941 INFO kablam! 10 | LDAP, Oct 14 13:22:09.941 INFO kablam! | ^^^^ Oct 14 13:22:09.941 INFO kablam! Oct 14 13:22:09.941 INFO kablam! warning: variant is never constructed: `LDAI` Oct 14 13:22:09.941 INFO kablam! --> src/instruction.rs:11:5 Oct 14 13:22:09.941 INFO kablam! | Oct 14 13:22:09.941 INFO kablam! 11 | LDAI, Oct 14 13:22:09.941 INFO kablam! | ^^^^ Oct 14 13:22:09.941 INFO kablam! Oct 14 13:22:09.941 INFO kablam! warning: variant is never constructed: `LDBI` Oct 14 13:22:09.941 INFO kablam! --> src/instruction.rs:12:5 Oct 14 13:22:09.941 INFO kablam! | Oct 14 13:22:09.941 INFO kablam! 12 | LDBI, Oct 14 13:22:09.941 INFO kablam! | ^^^^ Oct 14 13:22:09.941 INFO kablam! Oct 14 13:22:09.941 INFO kablam! warning: variant is never constructed: `STAI` Oct 14 13:22:09.941 INFO kablam! --> src/instruction.rs:13:5 Oct 14 13:22:09.941 INFO kablam! | Oct 14 13:22:09.941 INFO kablam! 13 | STAI, Oct 14 13:22:09.941 INFO kablam! | ^^^^ Oct 14 13:22:09.941 INFO kablam! Oct 14 13:22:09.941 INFO kablam! warning: variant is never constructed: `BR` Oct 14 13:22:09.941 INFO kablam! --> src/instruction.rs:14:5 Oct 14 13:22:09.941 INFO kablam! | Oct 14 13:22:09.941 INFO kablam! 14 | BR, Oct 14 13:22:09.941 INFO kablam! | ^^ Oct 14 13:22:09.941 INFO kablam! Oct 14 13:22:09.941 INFO kablam! warning: variant is never constructed: `BRZ` Oct 14 13:22:09.941 INFO kablam! --> src/instruction.rs:15:5 Oct 14 13:22:09.941 INFO kablam! | Oct 14 13:22:09.941 INFO kablam! 15 | BRZ, Oct 14 13:22:09.941 INFO kablam! | ^^^ Oct 14 13:22:09.941 INFO kablam! Oct 14 13:22:09.941 INFO kablam! warning: variant is never constructed: `BRN` Oct 14 13:22:09.941 INFO kablam! --> src/instruction.rs:16:5 Oct 14 13:22:09.941 INFO kablam! | Oct 14 13:22:09.941 INFO kablam! 16 | BRN, Oct 14 13:22:09.941 INFO kablam! | ^^^ Oct 14 13:22:09.941 INFO kablam! Oct 14 13:22:09.941 INFO kablam! warning: variant is never constructed: `BRB` Oct 14 13:22:09.941 INFO kablam! --> src/instruction.rs:17:5 Oct 14 13:22:09.941 INFO kablam! | Oct 14 13:22:09.941 INFO kablam! 17 | BRB, Oct 14 13:22:09.941 INFO kablam! | ^^^ Oct 14 13:22:09.942 INFO kablam! Oct 14 13:22:09.942 INFO kablam! warning: variant is never constructed: `ADD` Oct 14 13:22:09.942 INFO kablam! --> src/instruction.rs:18:5 Oct 14 13:22:09.942 INFO kablam! | Oct 14 13:22:09.942 INFO kablam! 18 | ADD, Oct 14 13:22:09.942 INFO kablam! | ^^^ Oct 14 13:22:09.942 INFO kablam! Oct 14 13:22:09.942 INFO kablam! warning: variant is never constructed: `SUB` Oct 14 13:22:09.942 INFO kablam! --> src/instruction.rs:19:5 Oct 14 13:22:09.942 INFO kablam! | Oct 14 13:22:09.942 INFO kablam! 19 | SUB, Oct 14 13:22:09.942 INFO kablam! | ^^^ Oct 14 13:22:09.942 INFO kablam! Oct 14 13:22:09.942 INFO kablam! warning: variant is never constructed: `PFIX` Oct 14 13:22:09.942 INFO kablam! --> src/instruction.rs:20:5 Oct 14 13:22:09.942 INFO kablam! | Oct 14 13:22:09.942 INFO kablam! 20 | PFIX Oct 14 13:22:09.942 INFO kablam! | ^^^^ Oct 14 13:22:09.942 INFO kablam! Oct 14 13:22:10.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 14 13:22:10.549 INFO kablam! su: No module specific data is present Oct 14 13:22:11.695 INFO running `"docker" "rm" "-f" "b637ec7c38bf094cbdf8fae9b86402f86ce51597a1dc231289acbd0b4249fed6"` Oct 14 13:22:12.007 INFO blam! b637ec7c38bf094cbdf8fae9b86402f86ce51597a1dc231289acbd0b4249fed6 Oct 14 13:22:12.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 13:22:12.617 INFO blam! 85bb3224de4561b3fe7bdf510a372f6a30b2ba22a64ff1cef88b48d83628c7aa Oct 14 13:22:12.619 INFO running `"docker" "start" "-a" "85bb3224de4561b3fe7bdf510a372f6a30b2ba22a64ff1cef88b48d83628c7aa"` Oct 14 13:22:14.999 INFO kablam! usermod: no changes Oct 14 13:22:15.053 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 13:22:15.053 INFO kablam! Running /target/debug/deps/hex_machine_rust-51a3484fa10873a1 Oct 14 13:22:15.063 INFO blam! Oct 14 13:22:15.063 INFO blam! running 12 tests Oct 14 13:22:15.063 INFO blam! test instruction::execute_ldam_sets_a_reg_to_memory_value ... ok Oct 14 13:22:15.063 INFO blam! test instruction::execute_ldbm_sets_b_reg_to_memory_value ... ok Oct 14 13:22:15.063 INFO blam! test instruction::execute_ldam_sets_o_reg_to_0 ... ok Oct 14 13:22:15.063 INFO blam! test machine::test_machine_constructor_running_false ... ok Oct 14 13:22:15.063 INFO blam! test machine::test_machine_constructor_b_reg_0 ... ok Oct 14 13:22:15.063 INFO blam! test machine::test_machine_constructor_pc_0 ... ok Oct 14 13:22:15.063 INFO blam! test machine::test_machine_constructor_a_reg_0 ... ok Oct 14 13:22:15.063 INFO blam! test machine::test_machine_constructor_o_reg_0 ... ok Oct 14 13:22:15.063 INFO blam! test instruction::execute_stam_stores_a_reg_in_memory ... ok Oct 14 13:22:15.063 INFO blam! test instruction::execute_stam_sets_o_reg_to_0 ... ok Oct 14 13:22:15.063 INFO blam! test memory::test_memory_write_at_42_100_reads_100 ... ok Oct 14 13:22:15.066 INFO blam! test instruction::execute_ldbm_sets_o_reg_to_0 ... ok Oct 14 13:22:15.066 INFO blam! Oct 14 13:22:15.066 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:22:15.066 INFO blam! Oct 14 13:22:15.070 INFO kablam! su: No module specific data is present Oct 14 13:22:16.654 INFO running `"docker" "rm" "-f" "85bb3224de4561b3fe7bdf510a372f6a30b2ba22a64ff1cef88b48d83628c7aa"` Oct 14 13:22:16.996 INFO blam! 85bb3224de4561b3fe7bdf510a372f6a30b2ba22a64ff1cef88b48d83628c7aa