Oct 15 05:50:10.129 INFO testing Virepri/synacor_challenge against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:50:10.130 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 05:50:10.525 INFO blam! 7f122618f800b2ee1aa771c35915cf1aa421999ffde254a6b84285869d0d8126 Oct 15 05:50:10.528 INFO running `"docker" "start" "-a" "7f122618f800b2ee1aa771c35915cf1aa421999ffde254a6b84285869d0d8126"` Oct 15 05:50:11.615 INFO kablam! usermod: no changes Oct 15 05:50:11.699 INFO kablam! Compiling synacor_challenge v0.1.0 (/source) Oct 15 05:50:12.147 INFO kablam! warning: struct is never constructed: `CPU` Oct 15 05:50:12.148 INFO kablam! --> src/cpu/mod.rs:6:1 Oct 15 05:50:12.148 INFO kablam! | Oct 15 05:50:12.148 INFO kablam! 6 | pub struct CPU { Oct 15 05:50:12.149 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 05:50:12.149 INFO kablam! | Oct 15 05:50:12.149 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:50:12.149 INFO kablam! Oct 15 05:50:12.150 INFO kablam! warning: method is never used: `load_program` Oct 15 05:50:12.150 INFO kablam! --> src/cpu/mod.rs:14:5 Oct 15 05:50:12.150 INFO kablam! | Oct 15 05:50:12.151 INFO kablam! 14 | pub fn load_program(&mut self, prog: &Vec) { Oct 15 05:50:12.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:50:12.151 INFO kablam! Oct 15 05:50:12.151 INFO kablam! warning: method is never used: `start_emulation` Oct 15 05:50:12.152 INFO kablam! --> src/cpu/mod.rs:20:5 Oct 15 05:50:12.152 INFO kablam! | Oct 15 05:50:12.152 INFO kablam! 20 | pub fn start_emulation(&mut self) { Oct 15 05:50:12.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:50:12.153 INFO kablam! Oct 15 05:50:12.153 INFO kablam! warning: method is never used: `get_from_mem` Oct 15 05:50:12.153 INFO kablam! --> src/cpu/mod.rs:88:5 Oct 15 05:50:12.154 INFO kablam! | Oct 15 05:50:12.154 INFO kablam! 88 | fn get_from_mem(&self, loc: usize, num: bool) -> u16 { Oct 15 05:50:12.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:50:12.154 INFO kablam! Oct 15 05:50:12.155 INFO kablam! warning: method is never used: `set_location` Oct 15 05:50:12.155 INFO kablam! --> src/cpu/mod.rs:98:5 Oct 15 05:50:12.155 INFO kablam! | Oct 15 05:50:12.156 INFO kablam! 98 | fn set_location(&mut self, loc: usize, data: u16) { Oct 15 05:50:12.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:50:12.156 INFO kablam! Oct 15 05:50:12.156 INFO kablam! warning: function is never used: `is_register` Oct 15 05:50:12.157 INFO kablam! --> src/cpu/mod.rs:108:1 Oct 15 05:50:12.157 INFO kablam! | Oct 15 05:50:12.157 INFO kablam! 108 | fn is_register(loc: &usize) -> bool { Oct 15 05:50:12.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:50:12.158 INFO kablam! Oct 15 05:50:12.158 INFO kablam! warning: function is never used: `make_cpu` Oct 15 05:50:12.158 INFO kablam! --> src/cpu/mod.rs:112:1 Oct 15 05:50:12.159 INFO kablam! | Oct 15 05:50:12.159 INFO kablam! 112 | pub fn make_cpu() -> CPU { Oct 15 05:50:12.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:50:12.159 INFO kablam! Oct 15 05:50:12.160 INFO kablam! warning: variable `Result` should have a snake case name such as `result` Oct 15 05:50:12.160 INFO kablam! --> src/cpu/mod.rs:72:30 Oct 15 05:50:12.160 INFO kablam! | Oct 15 05:50:12.160 INFO kablam! 72 | Some(Result) => {self.memory_pointer = Result as usize} Oct 15 05:50:12.161 INFO kablam! | ^^^^^^ Oct 15 05:50:12.161 INFO kablam! | Oct 15 05:50:12.161 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:50:12.162 INFO kablam! Oct 15 05:50:12.530 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 15 05:50:12.530 INFO kablam! su: No module specific data is present Oct 15 05:50:13.119 INFO running `"docker" "rm" "-f" "7f122618f800b2ee1aa771c35915cf1aa421999ffde254a6b84285869d0d8126"` Oct 15 05:50:13.275 INFO blam! 7f122618f800b2ee1aa771c35915cf1aa421999ffde254a6b84285869d0d8126 Oct 15 05:50:13.276 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 05:50:13.574 INFO blam! 31df9b09a6cff14d6b0132976ea85d9ef49d7d33e854977606e9779869099c0d Oct 15 05:50:13.576 INFO running `"docker" "start" "-a" "31df9b09a6cff14d6b0132976ea85d9ef49d7d33e854977606e9779869099c0d"` Oct 15 05:50:14.503 INFO kablam! usermod: no changes Oct 15 05:50:14.546 INFO kablam! Compiling synacor_challenge v0.1.0 (/source) Oct 15 05:50:15.099 INFO kablam! warning: variable does not need to be mutable Oct 15 05:50:15.100 INFO kablam! --> src/cpu/tests/mod.rs:47:13 Oct 15 05:50:15.100 INFO kablam! | Oct 15 05:50:15.100 INFO kablam! 47 | let mut program = [17,5,2,15,0]; Oct 15 05:50:15.100 INFO kablam! | ----^^^^^^^ Oct 15 05:50:15.101 INFO kablam! | | Oct 15 05:50:15.101 INFO kablam! | help: remove this `mut` Oct 15 05:50:15.101 INFO kablam! | Oct 15 05:50:15.102 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:50:15.102 INFO kablam! Oct 15 05:50:15.115 INFO kablam! warning: variable `Result` should have a snake case name such as `result` Oct 15 05:50:15.115 INFO kablam! --> src/cpu/mod.rs:72:30 Oct 15 05:50:15.116 INFO kablam! | Oct 15 05:50:15.116 INFO kablam! 72 | Some(Result) => {self.memory_pointer = Result as usize} Oct 15 05:50:15.116 INFO kablam! | ^^^^^^ Oct 15 05:50:15.117 INFO kablam! | Oct 15 05:50:15.117 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 05:50:15.117 INFO kablam! Oct 15 05:50:15.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 15 05:50:15.966 INFO kablam! su: No module specific data is present Oct 15 05:50:16.737 INFO running `"docker" "rm" "-f" "31df9b09a6cff14d6b0132976ea85d9ef49d7d33e854977606e9779869099c0d"` Oct 15 05:50:17.007 INFO blam! 31df9b09a6cff14d6b0132976ea85d9ef49d7d33e854977606e9779869099c0d Oct 15 05:50:17.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 05:50:17.435 INFO blam! c2961c4c5a66060858749e1664db2ec0ec535bd071cb1c0938048d52ebd07159 Oct 15 05:50:17.437 INFO running `"docker" "start" "-a" "c2961c4c5a66060858749e1664db2ec0ec535bd071cb1c0938048d52ebd07159"` Oct 15 05:50:18.762 INFO kablam! usermod: no changes Oct 15 05:50:18.833 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 05:50:18.839 INFO kablam! Running /target/debug/deps/synacor_challenge-f06f3b757c994539 Oct 15 05:50:18.859 INFO blam! Oct 15 05:50:18.859 INFO blam! running 4 tests Oct 15 05:50:18.859 INFO blam! test cpu::tests::cpu_tests::exec_simple ... ok Oct 15 05:50:18.859 INFO blam! test cpu::tests::cpu_tests::load_test ... ok Oct 15 05:50:18.859 INFO blam! test cpu::tests::stack_tests::call_ret ... ok Oct 15 05:50:18.863 INFO blam! test cpu::tests::stack_tests::push_pop ... ok Oct 15 05:50:18.863 INFO blam! Oct 15 05:50:18.863 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:50:18.863 INFO blam! Oct 15 05:50:18.871 INFO kablam! su: No module specific data is present Oct 15 05:50:19.593 INFO running `"docker" "rm" "-f" "c2961c4c5a66060858749e1664db2ec0ec535bd071cb1c0938048d52ebd07159"` Oct 15 05:50:19.901 INFO blam! c2961c4c5a66060858749e1664db2ec0ec535bd071cb1c0938048d52ebd07159