Oct 11 03:58:40.895 INFO testing Virepri/synacor_challenge against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:58:40.895 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:58:40.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 03:58:41.328 INFO blam! 63763e424e6941188f69afa4fdf89b277eafe61b9de826af36419bea8116aa27 Oct 11 03:58:41.329 INFO running `"docker" "start" "-a" "63763e424e6941188f69afa4fdf89b277eafe61b9de826af36419bea8116aa27"` Oct 11 03:58:42.678 INFO kablam! usermod: no changes Oct 11 03:58:42.752 INFO kablam! Compiling synacor_challenge v0.1.0 (/source) Oct 11 03:58:43.537 INFO kablam! warning: struct is never constructed: `CPU` Oct 11 03:58:43.537 INFO kablam! --> src/cpu/mod.rs:6:1 Oct 11 03:58:43.537 INFO kablam! | Oct 11 03:58:43.537 INFO kablam! 6 | pub struct CPU { Oct 11 03:58:43.537 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 03:58:43.537 INFO kablam! | Oct 11 03:58:43.537 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:58:43.537 INFO kablam! Oct 11 03:58:43.537 INFO kablam! warning: method is never used: `load_program` Oct 11 03:58:43.537 INFO kablam! --> src/cpu/mod.rs:14:5 Oct 11 03:58:43.537 INFO kablam! | Oct 11 03:58:43.537 INFO kablam! 14 | pub fn load_program(&mut self, prog: &Vec) { Oct 11 03:58:43.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:58:43.537 INFO kablam! Oct 11 03:58:43.537 INFO kablam! warning: method is never used: `start_emulation` Oct 11 03:58:43.537 INFO kablam! --> src/cpu/mod.rs:20:5 Oct 11 03:58:43.538 INFO kablam! | Oct 11 03:58:43.538 INFO kablam! 20 | pub fn start_emulation(&mut self) { Oct 11 03:58:43.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:58:43.538 INFO kablam! Oct 11 03:58:43.538 INFO kablam! warning: method is never used: `get_from_mem` Oct 11 03:58:43.538 INFO kablam! --> src/cpu/mod.rs:88:5 Oct 11 03:58:43.538 INFO kablam! | Oct 11 03:58:43.538 INFO kablam! 88 | fn get_from_mem(&self, loc: usize, num: bool) -> u16 { Oct 11 03:58:43.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:58:43.538 INFO kablam! Oct 11 03:58:43.538 INFO kablam! warning: method is never used: `set_location` Oct 11 03:58:43.538 INFO kablam! --> src/cpu/mod.rs:98:5 Oct 11 03:58:43.538 INFO kablam! | Oct 11 03:58:43.538 INFO kablam! 98 | fn set_location(&mut self, loc: usize, data: u16) { Oct 11 03:58:43.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:58:43.538 INFO kablam! Oct 11 03:58:43.538 INFO kablam! warning: function is never used: `is_register` Oct 11 03:58:43.538 INFO kablam! --> src/cpu/mod.rs:108:1 Oct 11 03:58:43.538 INFO kablam! | Oct 11 03:58:43.538 INFO kablam! 108 | fn is_register(loc: &usize) -> bool { Oct 11 03:58:43.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:58:43.538 INFO kablam! Oct 11 03:58:43.538 INFO kablam! warning: function is never used: `make_cpu` Oct 11 03:58:43.538 INFO kablam! --> src/cpu/mod.rs:112:1 Oct 11 03:58:43.538 INFO kablam! | Oct 11 03:58:43.538 INFO kablam! 112 | pub fn make_cpu() -> CPU { Oct 11 03:58:43.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:58:43.538 INFO kablam! Oct 11 03:58:43.538 INFO kablam! warning: variable `Result` should have a snake case name such as `result` Oct 11 03:58:43.538 INFO kablam! --> src/cpu/mod.rs:72:30 Oct 11 03:58:43.538 INFO kablam! | Oct 11 03:58:43.538 INFO kablam! 72 | Some(Result) => {self.memory_pointer = Result as usize} Oct 11 03:58:43.538 INFO kablam! | ^^^^^^ Oct 11 03:58:43.538 INFO kablam! | Oct 11 03:58:43.538 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:58:43.538 INFO kablam! Oct 11 03:58:43.882 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 11 03:58:43.889 INFO kablam! su: No module specific data is present Oct 11 03:58:44.549 INFO running `"docker" "rm" "-f" "63763e424e6941188f69afa4fdf89b277eafe61b9de826af36419bea8116aa27"` Oct 11 03:58:44.820 INFO blam! 63763e424e6941188f69afa4fdf89b277eafe61b9de826af36419bea8116aa27 Oct 11 03:58:44.827 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:58:44.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 03:58:45.254 INFO blam! 990b5eba8e355ff2120bcaad4ef0631871a6f0f5555363cc20703056651827f5 Oct 11 03:58:45.260 INFO running `"docker" "start" "-a" "990b5eba8e355ff2120bcaad4ef0631871a6f0f5555363cc20703056651827f5"` Oct 11 03:58:46.680 INFO kablam! usermod: no changes Oct 11 03:58:46.740 INFO kablam! Compiling synacor_challenge v0.1.0 (/source) Oct 11 03:58:47.818 INFO kablam! warning: variable does not need to be mutable Oct 11 03:58:47.818 INFO kablam! --> src/cpu/tests/mod.rs:47:13 Oct 11 03:58:47.818 INFO kablam! | Oct 11 03:58:47.819 INFO kablam! 47 | let mut program = [17,5,2,15,0]; Oct 11 03:58:47.819 INFO kablam! | ----^^^^^^^ Oct 11 03:58:47.819 INFO kablam! | | Oct 11 03:58:47.819 INFO kablam! | help: remove this `mut` Oct 11 03:58:47.820 INFO kablam! | Oct 11 03:58:47.820 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:58:47.820 INFO kablam! Oct 11 03:58:47.832 INFO kablam! warning: variable `Result` should have a snake case name such as `result` Oct 11 03:58:47.833 INFO kablam! --> src/cpu/mod.rs:72:30 Oct 11 03:58:47.833 INFO kablam! | Oct 11 03:58:47.833 INFO kablam! 72 | Some(Result) => {self.memory_pointer = Result as usize} Oct 11 03:58:47.834 INFO kablam! | ^^^^^^ Oct 11 03:58:47.834 INFO kablam! | Oct 11 03:58:47.834 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 03:58:47.835 INFO kablam! Oct 11 03:58:48.704 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.99s Oct 11 03:58:48.708 INFO kablam! su: No module specific data is present Oct 11 03:58:49.686 INFO running `"docker" "rm" "-f" "990b5eba8e355ff2120bcaad4ef0631871a6f0f5555363cc20703056651827f5"` Oct 11 03:58:50.060 INFO blam! 990b5eba8e355ff2120bcaad4ef0631871a6f0f5555363cc20703056651827f5 Oct 11 03:58:50.068 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:58:50.070 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 03:58:50.526 INFO blam! f65f3ac7f3e1d6648ff654cf7e3128676b1fc06c32c86ce3cc4e6be2325e8841 Oct 11 03:58:50.528 INFO running `"docker" "start" "-a" "f65f3ac7f3e1d6648ff654cf7e3128676b1fc06c32c86ce3cc4e6be2325e8841"` Oct 11 03:58:52.511 INFO kablam! usermod: no changes Oct 11 03:58:52.574 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 03:58:52.596 INFO blam! Oct 11 03:58:52.596 INFO blam! running 4 tests Oct 11 03:58:52.596 INFO blam! test cpu::tests::cpu_tests::load_test ... ok Oct 11 03:58:52.596 INFO blam! test cpu::tests::cpu_tests::exec_simple ... ok Oct 11 03:58:52.596 INFO blam! test cpu::tests::stack_tests::call_ret ... ok Oct 11 03:58:52.596 INFO blam! test cpu::tests::stack_tests::push_pop ... ok Oct 11 03:58:52.596 INFO blam! Oct 11 03:58:52.596 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:58:52.596 INFO blam! Oct 11 03:58:52.596 INFO kablam! Running /target/debug/deps/synacor_challenge-f06f3b757c994539 Oct 11 03:58:52.601 INFO kablam! su: No module specific data is present Oct 11 03:58:53.640 INFO running `"docker" "rm" "-f" "f65f3ac7f3e1d6648ff654cf7e3128676b1fc06c32c86ce3cc4e6be2325e8841"` Oct 11 03:58:53.912 INFO blam! f65f3ac7f3e1d6648ff654cf7e3128676b1fc06c32c86ce3cc4e6be2325e8841