Oct 27 09:15:05.948 INFO checking Virepri/synacor_challenge against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:15:05.948 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 09:15:06.539 INFO blam! 316bfdb85f32ee2130e2770d7780ef9ea0106ee17f89475d0962e6ef5ddea57d Oct 27 09:15:06.547 INFO running `"docker" "start" "-a" "316bfdb85f32ee2130e2770d7780ef9ea0106ee17f89475d0962e6ef5ddea57d"` Oct 27 09:15:07.887 INFO kablam! usermod: no changes Oct 27 09:15:07.961 INFO kablam! Checking synacor_challenge v0.1.0 (/source) Oct 27 09:15:08.771 INFO kablam! warning: variable does not need to be mutable Oct 27 09:15:08.771 INFO kablam! --> src/cpu/tests/mod.rs:47:13 Oct 27 09:15:08.772 INFO kablam! | Oct 27 09:15:08.772 INFO kablam! 47 | let mut program = [17,5,2,15,0]; Oct 27 09:15:08.772 INFO kablam! | ----^^^^^^^ Oct 27 09:15:08.772 INFO kablam! | | Oct 27 09:15:08.773 INFO kablam! | help: remove this `mut` Oct 27 09:15:08.773 INFO kablam! | Oct 27 09:15:08.773 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:15:08.773 INFO kablam! Oct 27 09:15:08.774 INFO kablam! warning: variable `Result` should have a snake case name such as `result` Oct 27 09:15:08.774 INFO kablam! --> src/cpu/mod.rs:72:30 Oct 27 09:15:08.774 INFO kablam! | Oct 27 09:15:08.775 INFO kablam! 72 | Some(Result) => {self.memory_pointer = Result as usize} Oct 27 09:15:08.775 INFO kablam! | ^^^^^^ Oct 27 09:15:08.775 INFO kablam! | Oct 27 09:15:08.775 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:15:08.776 INFO kablam! Oct 27 09:15:08.854 INFO kablam! warning: struct is never constructed: `CPU` Oct 27 09:15:08.855 INFO kablam! --> src/cpu/mod.rs:6:1 Oct 27 09:15:08.855 INFO kablam! | Oct 27 09:15:08.855 INFO kablam! 6 | pub struct CPU { Oct 27 09:15:08.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:15:08.856 INFO kablam! | Oct 27 09:15:08.856 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:15:08.857 INFO kablam! Oct 27 09:15:08.857 INFO kablam! warning: method is never used: `load_program` Oct 27 09:15:08.857 INFO kablam! --> src/cpu/mod.rs:14:5 Oct 27 09:15:08.858 INFO kablam! | Oct 27 09:15:08.858 INFO kablam! 14 | pub fn load_program(&mut self, prog: &Vec) { Oct 27 09:15:08.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:15:08.859 INFO kablam! Oct 27 09:15:08.859 INFO kablam! warning: method is never used: `start_emulation` Oct 27 09:15:08.859 INFO kablam! --> src/cpu/mod.rs:20:5 Oct 27 09:15:08.859 INFO kablam! | Oct 27 09:15:08.860 INFO kablam! 20 | pub fn start_emulation(&mut self) { Oct 27 09:15:08.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:15:08.860 INFO kablam! Oct 27 09:15:08.861 INFO kablam! warning: method is never used: `get_from_mem` Oct 27 09:15:08.861 INFO kablam! --> src/cpu/mod.rs:88:5 Oct 27 09:15:08.861 INFO kablam! | Oct 27 09:15:08.862 INFO kablam! 88 | fn get_from_mem(&self, loc: usize, num: bool) -> u16 { Oct 27 09:15:08.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:15:08.862 INFO kablam! Oct 27 09:15:08.863 INFO kablam! warning: method is never used: `set_location` Oct 27 09:15:08.863 INFO kablam! --> src/cpu/mod.rs:98:5 Oct 27 09:15:08.863 INFO kablam! | Oct 27 09:15:08.863 INFO kablam! 98 | fn set_location(&mut self, loc: usize, data: u16) { Oct 27 09:15:08.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:15:08.864 INFO kablam! Oct 27 09:15:08.864 INFO kablam! warning: function is never used: `is_register` Oct 27 09:15:08.865 INFO kablam! --> src/cpu/mod.rs:108:1 Oct 27 09:15:08.865 INFO kablam! | Oct 27 09:15:08.865 INFO kablam! 108 | fn is_register(loc: &usize) -> bool { Oct 27 09:15:08.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:15:08.866 INFO kablam! Oct 27 09:15:08.866 INFO kablam! warning: function is never used: `make_cpu` Oct 27 09:15:08.867 INFO kablam! --> src/cpu/mod.rs:112:1 Oct 27 09:15:08.867 INFO kablam! | Oct 27 09:15:08.867 INFO kablam! 112 | pub fn make_cpu() -> CPU { Oct 27 09:15:08.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:15:08.868 INFO kablam! Oct 27 09:15:08.868 INFO kablam! warning: variable `Result` should have a snake case name such as `result` Oct 27 09:15:08.868 INFO kablam! --> src/cpu/mod.rs:72:30 Oct 27 09:15:08.869 INFO kablam! | Oct 27 09:15:08.869 INFO kablam! 72 | Some(Result) => {self.memory_pointer = Result as usize} Oct 27 09:15:08.869 INFO kablam! | ^^^^^^ Oct 27 09:15:08.870 INFO kablam! | Oct 27 09:15:08.870 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:15:08.870 INFO kablam! Oct 27 09:15:08.908 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 27 09:15:08.908 INFO kablam! su: No module specific data is present Oct 27 09:15:09.501 INFO running `"docker" "rm" "-f" "316bfdb85f32ee2130e2770d7780ef9ea0106ee17f89475d0962e6ef5ddea57d"` Oct 27 09:15:09.959 INFO blam! 316bfdb85f32ee2130e2770d7780ef9ea0106ee17f89475d0962e6ef5ddea57d