Oct 10 21:00:27.595 INFO testing jfredett/synacor against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:00:27.596 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:00:27.597 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 10 21:00:27.931 INFO blam! 91b7d540a03a90263d0c369fb10d8b58193a36734b4362cce08df2cf5e469be4 Oct 10 21:00:27.940 INFO running `"docker" "start" "-a" "91b7d540a03a90263d0c369fb10d8b58193a36734b4362cce08df2cf5e469be4"` Oct 10 21:00:28.810 INFO kablam! usermod: no changes Oct 10 21:00:30.848 INFO kablam! Compiling synacor v0.1.0 (/source) Oct 10 21:00:31.812 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:00:31.812 INFO kablam! --> src/vm.rs:186:9 Oct 10 21:00:31.812 INFO kablam! | Oct 10 21:00:31.812 INFO kablam! 186 | stdin.read_exact(&mut buf); Oct 10 21:00:31.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:00:31.812 INFO kablam! | Oct 10 21:00:31.812 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 21:00:31.812 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:00:31.812 INFO kablam! Oct 10 21:00:35.448 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.62s Oct 10 21:00:35.454 INFO kablam! su: No module specific data is present Oct 10 21:00:35.892 INFO running `"docker" "rm" "-f" "91b7d540a03a90263d0c369fb10d8b58193a36734b4362cce08df2cf5e469be4"` Oct 10 21:00:35.985 INFO blam! 91b7d540a03a90263d0c369fb10d8b58193a36734b4362cce08df2cf5e469be4 Oct 10 21:00:35.989 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:00:35.989 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 10 21:00:36.176 INFO blam! fd254debad83e68d03fbf97bec195b879a5b6be3555f81872cb107ce7b13c4b0 Oct 10 21:00:36.182 INFO running `"docker" "start" "-a" "fd254debad83e68d03fbf97bec195b879a5b6be3555f81872cb107ce7b13c4b0"` Oct 10 21:00:36.569 INFO kablam! usermod: no changes Oct 10 21:00:36.636 INFO kablam! Compiling synacor v0.1.0 (/source) Oct 10 21:00:39.896 INFO kablam! warning: unused arithmetic operation which must be used Oct 10 21:00:39.896 INFO kablam! --> src/u15.rs:163:30 Oct 10 21:00:39.896 INFO kablam! | Oct 10 21:00:39.896 INFO kablam! 163 | fn sub_underflow() { u15(0) - u15(2); } Oct 10 21:00:39.896 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 21:00:39.896 INFO kablam! | Oct 10 21:00:39.896 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 21:00:39.896 INFO kablam! Oct 10 21:00:39.896 INFO kablam! warning: unused arithmetic operation which must be used Oct 10 21:00:39.896 INFO kablam! --> src/u15.rs:167:28 Oct 10 21:00:39.896 INFO kablam! | Oct 10 21:00:39.896 INFO kablam! 167 | fn div_by_zero() { u15(1) / u15(0); } Oct 10 21:00:39.896 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 21:00:39.896 INFO kablam! Oct 10 21:00:39.896 INFO kablam! warning: unused arithmetic operation which must be used Oct 10 21:00:39.896 INFO kablam! --> src/u15.rs:223:26 Oct 10 21:00:39.896 INFO kablam! | Oct 10 21:00:39.896 INFO kablam! 223 | fn sub_panic() { u15(16) - u15(17); } Oct 10 21:00:39.896 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 21:00:39.896 INFO kablam! Oct 10 21:00:39.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:00:39.957 INFO kablam! --> src/vm.rs:186:9 Oct 10 21:00:39.957 INFO kablam! | Oct 10 21:00:39.957 INFO kablam! 186 | stdin.read_exact(&mut buf); Oct 10 21:00:39.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:00:39.957 INFO kablam! | Oct 10 21:00:39.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:00:39.957 INFO kablam! Oct 10 21:00:41.868 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.28s Oct 10 21:00:41.870 INFO kablam! su: No module specific data is present Oct 10 21:00:42.239 INFO running `"docker" "rm" "-f" "fd254debad83e68d03fbf97bec195b879a5b6be3555f81872cb107ce7b13c4b0"` Oct 10 21:00:42.313 INFO blam! fd254debad83e68d03fbf97bec195b879a5b6be3555f81872cb107ce7b13c4b0 Oct 10 21:00:42.317 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:00:42.317 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 10 21:00:42.520 INFO blam! a55675b1c426131d733b737de713ca36d6d78bd59b4d81be8350ba7cd99f593a Oct 10 21:00:42.526 INFO running `"docker" "start" "-a" "a55675b1c426131d733b737de713ca36d6d78bd59b4d81be8350ba7cd99f593a"` Oct 10 21:00:43.090 INFO kablam! usermod: no changes Oct 10 21:00:43.136 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 21:00:43.149 INFO kablam! Running /target/debug/deps/synacor-dd11e1a97f3332c2 Oct 10 21:00:43.151 INFO blam! Oct 10 21:00:43.151 INFO blam! running 312 tests Oct 10 21:00:43.153 INFO blam! test address::tests::register_none ... ok Oct 10 21:00:43.153 INFO blam! test address::tests::invalid ... ok Oct 10 21:00:43.153 INFO blam! test address::tests::valid ... ok Oct 10 21:00:43.153 INFO blam! test address::tests::register_some ... ok Oct 10 21:00:43.153 INFO blam! test argument::tests::new_reg ... ok Oct 10 21:00:43.153 INFO blam! test argument::tests::new_lit ... ok Oct 10 21:00:43.160 INFO blam! test address::tests::next ... ok Oct 10 21:00:43.160 INFO blam! test instruction::tests::display::add::lit_lit ... ok Oct 10 21:00:43.160 INFO blam! test instruction::tests::display::add::reg_lit ... ok Oct 10 21:00:43.160 INFO blam! test instruction::tests::display::add::lit_reg ... ok Oct 10 21:00:43.161 INFO blam! test instruction::tests::display::add::reg_reg ... ok Oct 10 21:00:43.161 INFO blam! test instruction::tests::display::and::lit_lit ... ok Oct 10 21:00:43.161 INFO blam! test instruction::tests::display::eq::lit_lit ... ok Oct 10 21:00:43.161 INFO blam! test instruction::tests::display::eq::lit_reg ... ok Oct 10 21:00:43.161 INFO blam! test instruction::tests::display::and::reg_reg ... ok Oct 10 21:00:43.161 INFO blam! test instruction::tests::display::call::lit ... ok Oct 10 21:00:43.161 INFO blam! test instruction::tests::display::and::lit_reg ... ok Oct 10 21:00:43.162 INFO blam! test instruction::tests::display::and::reg_lit ... ok Oct 10 21:00:43.162 INFO blam! test instruction::tests::display::call::reg ... ok Oct 10 21:00:43.162 INFO blam! test instruction::tests::display::gt::lit_reg ... ok Oct 10 21:00:43.164 INFO blam! test instruction::tests::display::gt::lit_lit ... ok Oct 10 21:00:43.164 INFO blam! test instruction::tests::display::eq::reg_reg ... ok Oct 10 21:00:43.164 INFO blam! test instruction::tests::display::eq::reg_lit ... ok Oct 10 21:00:43.164 INFO blam! test instruction::tests::display::halt::test ... ok Oct 10 21:00:43.164 INFO blam! test instruction::tests::display::gt::reg_reg ... ok Oct 10 21:00:43.164 INFO blam! test instruction::tests::display::gt::reg_lit ... ok Oct 10 21:00:43.164 INFO blam! test instruction::tests::display::jf::lit_reg ... ok Oct 10 21:00:43.164 INFO blam! test instruction::tests::display::jf::reg_lit ... ok Oct 10 21:00:43.164 INFO blam! test instruction::tests::display::jf::lit_lit ... ok Oct 10 21:00:43.165 INFO blam! test instruction::tests::display::jmp::reg ... ok Oct 10 21:00:43.165 INFO blam! test instruction::tests::display::jt::lit_lit ... ok Oct 10 21:00:43.165 INFO blam! test instruction::tests::display::jt::reg_lit ... ok Oct 10 21:00:43.165 INFO blam! test instruction::tests::display::jmp::lit ... ok Oct 10 21:00:43.165 INFO blam! test instruction::tests::display::modulo::lit_lit ... ok Oct 10 21:00:43.165 INFO blam! test instruction::tests::display::jf::reg_reg ... ok Oct 10 21:00:43.165 INFO blam! test instruction::tests::display::in_val::reg ... ok Oct 10 21:00:43.165 INFO blam! test instruction::tests::display::mult::lit_lit ... ok Oct 10 21:00:43.165 INFO blam! test instruction::tests::display::modulo::reg_lit ... ok Oct 10 21:00:43.165 INFO blam! test instruction::tests::display::modulo::reg_reg ... ok Oct 10 21:00:43.165 INFO blam! test instruction::tests::display::modulo::lit_reg ... ok Oct 10 21:00:43.165 INFO blam! test instruction::tests::display::mult::lit_reg ... ok Oct 10 21:00:43.169 INFO blam! test instruction::tests::display::jt::reg_reg ... ok Oct 10 21:00:43.170 INFO blam! test instruction::tests::display::mult::reg_reg ... ok Oct 10 21:00:43.170 INFO blam! test instruction::tests::display::mult::reg_lit ... ok Oct 10 21:00:43.178 INFO blam! test instruction::tests::display::noop::test ... ok Oct 10 21:00:43.178 INFO blam! test instruction::tests::display::in_val::lit ... ok Oct 10 21:00:43.178 INFO blam! test instruction::tests::display::not::lit ... ok Oct 10 21:00:43.180 INFO blam! test instruction::tests::display::or::lit_lit ... ok Oct 10 21:00:43.181 INFO blam! test instruction::tests::display::not::reg ... ok Oct 10 21:00:43.182 INFO blam! test instruction::tests::display::jt::lit_reg ... ok Oct 10 21:00:43.182 INFO blam! test instruction::tests::display::or::reg_lit ... ok Oct 10 21:00:43.185 INFO blam! test instruction::tests::display::push::reg ... ok Oct 10 21:00:43.185 INFO blam! test instruction::tests::display::or::lit_reg ... ok Oct 10 21:00:43.185 INFO blam! test instruction::tests::display::out::lit ... ok Oct 10 21:00:43.188 INFO blam! test instruction::tests::display::push::lit ... ok Oct 10 21:00:43.188 INFO blam! test instruction::tests::display::pop::reg ... ok Oct 10 21:00:43.192 INFO blam! test instruction::tests::display::set::lit ... ok Oct 10 21:00:43.192 INFO blam! test instruction::tests::display::ret::test ... ok Oct 10 21:00:43.194 INFO blam! test instruction::tests::display::wmem::lit_lit ... ok Oct 10 21:00:43.194 INFO blam! test instruction::tests::display::rmem::reg ... ok Oct 10 21:00:43.194 INFO blam! test instruction::tests::display::rmem::lit ... ok Oct 10 21:00:43.195 INFO blam! test instruction::tests::display::set::reg ... ok Oct 10 21:00:43.195 INFO blam! test instruction::tests::display::out::reg ... ok Oct 10 21:00:43.195 INFO blam! test instruction::tests::from_u16_sequence::add::lit_reg ... ok Oct 10 21:00:43.195 INFO blam! test instruction::tests::display::wmem::lit_reg ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::display::wmem::reg_lit ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::from_u16_sequence::and::lit_lit ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::display::wmem::reg_reg ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::from_u16_sequence::and::lit_reg ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::from_u16_sequence::and::reg_reg ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::from_u16_sequence::add::lit_lit ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::from_u16_sequence::call::lit ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::from_u16_sequence::call::reg ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::from_u16_sequence::eq::lit_reg ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::display::or::reg_reg ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::from_u16_sequence::add::reg_lit ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::from_u16_sequence::eq::reg_lit ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::from_u16_sequence::eq::reg_reg ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::from_u16_sequence::gt::lit_lit ... ok Oct 10 21:00:43.197 INFO blam! test instruction::tests::from_u16_sequence::and::reg_lit ... ok Oct 10 21:00:43.202 INFO blam! test instruction::tests::from_u16_sequence::add::reg_reg ... ok Oct 10 21:00:43.202 INFO blam! test instruction::tests::from_u16_sequence::halt::halt ... ok Oct 10 21:00:43.202 INFO blam! test instruction::tests::from_u16_sequence::gt::lit_reg ... ok Oct 10 21:00:43.202 INFO blam! test instruction::tests::from_u16_sequence::gt::reg_lit ... ok Oct 10 21:00:43.202 INFO blam! test instruction::tests::from_u16_sequence::gt::reg_reg ... ok Oct 10 21:00:43.204 INFO blam! test instruction::tests::from_u16_sequence::eq::lit_lit ... ok Oct 10 21:00:43.204 INFO blam! test instruction::tests::from_u16_sequence::jf::reg_reg ... ok Oct 10 21:00:43.205 INFO blam! test instruction::tests::from_u16_sequence::jmp::lit ... ok Oct 10 21:00:43.209 INFO blam! test instruction::tests::from_u16_sequence::jf::lit_lit ... ok Oct 10 21:00:43.209 INFO blam! test instruction::tests::from_u16_sequence::jf::lit_reg ... ok Oct 10 21:00:43.209 INFO blam! test instruction::tests::from_u16_sequence::in_val::lit ... ok Oct 10 21:00:43.209 INFO blam! test instruction::tests::from_u16_sequence::in_val::reg ... ok Oct 10 21:00:43.209 INFO blam! test instruction::tests::from_u16_sequence::jf::reg_lit ... ok Oct 10 21:00:43.209 INFO blam! test instruction::tests::from_u16_sequence::jt::reg_lit ... ok Oct 10 21:00:43.209 INFO blam! test instruction::tests::from_u16_sequence::modulo::reg_lit ... ok Oct 10 21:00:43.209 INFO blam! test instruction::tests::from_u16_sequence::modulo::reg_reg ... ok Oct 10 21:00:43.210 INFO blam! test instruction::tests::from_u16_sequence::jt::reg_reg ... ok Oct 10 21:00:43.210 INFO blam! test instruction::tests::from_u16_sequence::jt::lit_reg ... ok Oct 10 21:00:43.210 INFO blam! test instruction::tests::from_u16_sequence::modulo::lit_lit ... ok Oct 10 21:00:43.210 INFO blam! test instruction::tests::from_u16_sequence::jmp::reg ... ok Oct 10 21:00:43.211 INFO blam! test instruction::tests::from_u16_sequence::modulo::lit_reg ... ok Oct 10 21:00:43.211 INFO blam! test instruction::tests::from_u16_sequence::jt::lit_lit ... ok Oct 10 21:00:43.211 INFO blam! test instruction::tests::from_u16_sequence::mult::reg_lit ... ok Oct 10 21:00:43.217 INFO blam! test instruction::tests::from_u16_sequence::noop::noop ... ok Oct 10 21:00:43.217 INFO blam! test instruction::tests::from_u16_sequence::mult::lit_reg ... ok Oct 10 21:00:43.217 INFO blam! test instruction::tests::from_u16_sequence::mult::reg_reg ... ok Oct 10 21:00:43.217 INFO blam! test instruction::tests::from_u16_sequence::not::lit ... ok Oct 10 21:00:43.217 INFO blam! test instruction::tests::from_u16_sequence::not::reg ... ok Oct 10 21:00:43.217 INFO blam! test instruction::tests::from_u16_sequence::or::lit_lit ... ok Oct 10 21:00:43.217 INFO blam! test instruction::tests::from_u16_sequence::or::lit_reg ... ok Oct 10 21:00:43.217 INFO blam! test instruction::tests::from_u16_sequence::or::reg_lit ... ok Oct 10 21:00:43.217 INFO blam! test instruction::tests::from_u16_sequence::or::reg_reg ... ok Oct 10 21:00:43.217 INFO blam! test instruction::tests::from_u16_sequence::mult::lit_lit ... ok Oct 10 21:00:43.219 INFO blam! test instruction::tests::from_u16_sequence::out::lit ... ok Oct 10 21:00:43.219 INFO blam! test instruction::tests::from_u16_sequence::out::reg ... ok Oct 10 21:00:43.219 INFO blam! test instruction::tests::from_u16_sequence::push::reg ... ok Oct 10 21:00:43.220 INFO blam! test instruction::tests::from_u16_sequence::rmem::lit ... ok Oct 10 21:00:43.220 INFO blam! test instruction::tests::from_u16_sequence::push::lit ... ok Oct 10 21:00:43.220 INFO blam! test instruction::tests::from_u16_sequence::ret::ret ... ok Oct 10 21:00:43.220 INFO blam! test instruction::tests::from_u16_sequence::set::reg ... ok Oct 10 21:00:43.223 INFO blam! test instruction::tests::from_u16_sequence::rmem::reg ... ok Oct 10 21:00:43.223 INFO blam! test instruction::tests::from_u16_sequence::set::lit ... ok Oct 10 21:00:43.223 INFO blam! test instruction::tests::from_u16_sequence::pop::reg ... ok Oct 10 21:00:43.223 INFO blam! test instruction::tests::from_u16_sequence::wmem::lit_reg ... ok Oct 10 21:00:43.223 INFO blam! test instruction::tests::from_u16_sequence::wmem::reg_lit ... ok Oct 10 21:00:43.223 INFO blam! test instruction::tests::from_u16_sequence::wmem::lit_lit ... ok Oct 10 21:00:43.223 INFO blam! test instruction::tests::to_u16_sequence::and::lit_lit ... ok Oct 10 21:00:43.223 INFO blam! test instruction::tests::to_u16_sequence::add::lit_reg ... ok Oct 10 21:00:43.223 INFO blam! test instruction::tests::to_u16_sequence::add::reg_lit ... ok Oct 10 21:00:43.225 INFO blam! test instruction::tests::to_u16_sequence::and::lit_reg ... ok Oct 10 21:00:43.225 INFO blam! test instruction::tests::to_u16_sequence::add::reg_reg ... ok Oct 10 21:00:43.225 INFO blam! test instruction::tests::to_u16_sequence::call::lit ... ok Oct 10 21:00:43.225 INFO blam! test instruction::tests::to_u16_sequence::and::reg_lit ... ok Oct 10 21:00:43.225 INFO blam! test instruction::tests::to_u16_sequence::call::reg ... ok Oct 10 21:00:43.229 INFO blam! test instruction::tests::to_u16_sequence::add::lit_lit ... ok Oct 10 21:00:43.229 INFO blam! test instruction::tests::from_u16_sequence::wmem::reg_reg ... ok Oct 10 21:00:43.229 INFO blam! test instruction::tests::to_u16_sequence::eq::lit_reg ... ok Oct 10 21:00:43.229 INFO blam! test instruction::tests::to_u16_sequence::and::reg_reg ... ok Oct 10 21:00:43.229 INFO blam! test instruction::tests::to_u16_sequence::eq::reg_lit ... ok Oct 10 21:00:43.229 INFO blam! test instruction::tests::to_u16_sequence::eq::lit_lit ... ok Oct 10 21:00:43.230 INFO blam! test instruction::tests::to_u16_sequence::gt::lit_lit ... ok Oct 10 21:00:43.230 INFO blam! test instruction::tests::to_u16_sequence::halt::halt ... ok Oct 10 21:00:43.230 INFO blam! test instruction::tests::to_u16_sequence::in_val::lit ... ok Oct 10 21:00:43.230 INFO blam! test instruction::tests::to_u16_sequence::in_val::reg ... ok Oct 10 21:00:43.230 INFO blam! test instruction::tests::to_u16_sequence::gt::reg_reg ... ok Oct 10 21:00:43.230 INFO blam! test instruction::tests::to_u16_sequence::jf::lit_lit ... ok Oct 10 21:00:43.231 INFO blam! test instruction::tests::to_u16_sequence::gt::reg_lit ... ok Oct 10 21:00:43.231 INFO blam! test instruction::tests::to_u16_sequence::gt::lit_reg ... ok Oct 10 21:00:43.231 INFO blam! test instruction::tests::to_u16_sequence::eq::reg_reg ... ok Oct 10 21:00:43.231 INFO blam! test instruction::tests::to_u16_sequence::jf::reg_lit ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::jf::reg_reg ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::jmp::lit ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::jf::lit_reg ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::jmp::reg ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::jt::lit_lit ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::jt::lit_reg ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::modulo::lit_reg ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::modulo::reg_lit ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::mult::lit_lit ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::modulo::reg_reg ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::modulo::lit_lit ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::mult::lit_reg ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::jt::reg_lit ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::or::lit_lit ... ok Oct 10 21:00:43.232 INFO blam! test instruction::tests::to_u16_sequence::or::lit_reg ... ok Oct 10 21:00:43.233 INFO blam! test instruction::tests::to_u16_sequence::jt::reg_reg ... ok Oct 10 21:00:43.233 INFO blam! test instruction::tests::to_u16_sequence::or::reg_reg ... ok Oct 10 21:00:43.233 INFO blam! test instruction::tests::to_u16_sequence::out::lit ... ok Oct 10 21:00:43.233 INFO blam! test instruction::tests::to_u16_sequence::out::reg ... ok Oct 10 21:00:43.233 INFO blam! test instruction::tests::to_u16_sequence::pop::reg ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::mult::reg_lit ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::mult::reg_reg ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::noop::noop ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::not::lit ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::not::reg ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::push::lit ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::ret::ret ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::rmem::lit ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::wmem::lit_reg ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::set::reg ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::set::lit ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::wmem::lit_lit ... ok Oct 10 21:00:43.235 INFO blam! test instruction::tests::to_u16_sequence::wmem::reg_lit ... ok Oct 10 21:00:43.236 INFO blam! test instruction::tests::to_u16_sequence::rmem::reg ... ok Oct 10 21:00:43.236 INFO blam! test instruction::tests::to_u16_sequence::push::reg ... ok Oct 10 21:00:43.236 INFO blam! test register::tests::new ... ok Oct 10 21:00:43.237 INFO blam! test instruction::tests::to_u16_sequence::wmem::reg_reg ... ok Oct 10 21:00:43.237 INFO blam! test instruction::tests::to_u16_sequence::or::reg_lit ... ok Oct 10 21:00:43.237 INFO blam! test u15::tests::basics::add_assign ... ok Oct 10 21:00:43.237 INFO blam! test u15::tests::basics::bitand ... ok Oct 10 21:00:43.237 INFO blam! test u15::tests::basics::bitand_assign ... ok Oct 10 21:00:43.237 INFO blam! test u15::tests::basics::bitor ... ok Oct 10 21:00:43.237 INFO blam! test u15::tests::basics::bitor_assign ... ok Oct 10 21:00:43.237 INFO blam! test u15::tests::basics::bitxor ... ok Oct 10 21:00:43.237 INFO blam! test u15::tests::basics::bitxor_assign ... ok Oct 10 21:00:43.237 INFO blam! test u15::tests::basics::div ... ok Oct 10 21:00:43.237 INFO blam! test u15::tests::basics::div_non_even ... ok Oct 10 21:00:43.237 INFO blam! test u15::tests::basics::div_non_even_assign ... ok Oct 10 21:00:43.237 INFO blam! test u15::tests::basics::add ... ok Oct 10 21:00:43.237 INFO blam! test u15::tests::basics::div_assign ... ok Oct 10 21:00:43.238 INFO blam! test u15::tests::basics::mul_assign ... ok Oct 10 21:00:43.239 INFO blam! test u15::tests::basics::rem ... ok Oct 10 21:00:43.239 INFO blam! test u15::tests::basics::rem_assign_nonzero_remainder ... ok Oct 10 21:00:43.239 INFO blam! test u15::tests::basics::rem_assign ... ok Oct 10 21:00:43.239 INFO blam! test u15::tests::basics::not ... ok Oct 10 21:00:43.239 INFO blam! test register::tests::new_panics_with_invalid_value ... ok Oct 10 21:00:43.239 INFO blam! test u15::tests::basics::shl ... ok Oct 10 21:00:43.239 INFO blam! test u15::tests::basics::shl_i16 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::rem_non_even ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::mul ... ok Oct 10 21:00:43.241 INFO blam! test register::tests::new_panics_with_lit_value ... ok Oct 10 21:00:43.241 INFO blam! test argument::tests::new_panic_on_out_of_range ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shl_i32 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shl_u8 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shr ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shl_i64 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shl_u16 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shl_u64 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shl_u32 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shl_i8 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shr_u8 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shr_i8 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shr_i32 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::sub ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shr_u16 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::shr_i16 ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::basics::sub_assign ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::modular_arithmetic::add_overflow ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::modular_arithmetic::max_val ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::modular_arithmetic::mul_overflow ... ok Oct 10 21:00:43.241 INFO blam! test u15::tests::modular_arithmetic::min_val ... ok Oct 10 21:00:43.244 INFO blam! test u15::tests::basics::shr_i64 ... ok Oct 10 21:00:43.245 INFO blam! test u15::tests::modular_arithmetic::not_is_15b ... ok Oct 10 21:00:43.245 INFO blam! test vm::tests::instructions::add::lit_lit_wrap ... ok Oct 10 21:00:43.245 INFO blam! test vm::tests::instructions::add::lit_lit_nowrap ... ok Oct 10 21:00:43.245 INFO blam! test vm::tests::instructions::add::lit_reg_nowrap ... ok Oct 10 21:00:43.245 INFO blam! test u15::tests::basics::sub_panic ... ok Oct 10 21:00:43.245 INFO blam! test vm::tests::instructions::add::reg_lit_nowrap ... ok Oct 10 21:00:43.245 INFO blam! test u15::tests::basics::sub_panic_assign ... ok Oct 10 21:00:43.245 INFO blam! test vm::tests::instructions::add::lit_reg_wrap ... ok Oct 10 21:00:43.245 INFO blam! test u15::tests::modular_arithmetic::sub_underflow ... ok Oct 10 21:00:43.245 INFO blam! test vm::tests::instructions::add::reg_lit_wrap ... ok Oct 10 21:00:43.246 INFO blam! test u15::tests::modular_arithmetic::div_by_zero ... ok Oct 10 21:00:43.246 INFO blam! test vm::tests::instructions::and::lit_lit ... ok Oct 10 21:00:43.246 INFO blam! test vm::tests::instructions::add::reg_reg_wrap ... ok Oct 10 21:00:43.246 INFO blam! test vm::tests::instructions::add::reg_reg_nowrap ... ok Oct 10 21:00:43.246 INFO blam! test vm::tests::instructions::eq::lit_lit ... ok Oct 10 21:00:43.247 INFO blam! test vm::tests::instructions::and::reg_reg ... ok Oct 10 21:00:43.247 INFO blam! test vm::tests::instructions::call::lit ... ok Oct 10 21:00:43.247 INFO blam! test vm::tests::instructions::eq::lit_reg ... ok Oct 10 21:00:43.247 INFO blam! test vm::tests::instructions::eq::reg_lit ... ok Oct 10 21:00:43.248 INFO blam! test vm::tests::instructions::and::reg_lit ... ok Oct 10 21:00:43.248 INFO blam! test vm::tests::instructions::eq::reg_reg ... ok Oct 10 21:00:43.248 INFO blam! test vm::tests::instructions::gt::lit_lit_false ... ok Oct 10 21:00:43.248 INFO blam! test u15::tests::basics::shr_u64 ... ok Oct 10 21:00:43.249 INFO blam! test u15::tests::basics::shr_u32 ... ok Oct 10 21:00:43.249 INFO blam! test vm::tests::instructions::call::reg ... ok Oct 10 21:00:43.249 INFO blam! test vm::tests::instructions::gt::reg_reg ... ok Oct 10 21:00:43.249 INFO blam! test vm::tests::instructions::gt::lit_lit_true ... ok Oct 10 21:00:43.249 INFO blam! test vm::tests::instructions::and::lit_reg ... ok Oct 10 21:00:43.249 INFO blam! test vm::tests::instructions::jf::lit_lit ... ok Oct 10 21:00:43.249 INFO blam! test vm::tests::instructions::jf::reg_lit ... ok Oct 10 21:00:43.250 INFO blam! test vm::tests::instructions::jt::reg_reg ... ok Oct 10 21:00:43.250 INFO blam! test vm::tests::instructions::jf::lit_reg ... ok Oct 10 21:00:43.250 INFO blam! test vm::tests::instructions::gt::reg_lit ... ok Oct 10 21:00:43.251 INFO blam! test vm::tests::instructions::jt::lit_lit ... ok Oct 10 21:00:43.251 INFO blam! test vm::tests::instructions::jf::reg_reg ... ok Oct 10 21:00:43.251 INFO blam! test vm::tests::instructions::gt::lit_reg ... ok Oct 10 21:00:43.251 INFO blam! test vm::tests::instructions::jt::lit_reg ... ok Oct 10 21:00:43.251 INFO blam! test vm::tests::instructions::jt::reg_lit ... ok Oct 10 21:00:43.252 INFO blam! test vm::tests::instructions::jump::lit ... ok Oct 10 21:00:43.252 INFO blam! test vm::tests::instructions::modulo::lit_lit ... ok Oct 10 21:00:43.252 INFO blam! test vm::tests::instructions::mult::lit_lit_nowrap ... ok Oct 10 21:00:43.253 INFO blam! test vm::tests::instructions::jump::reg ... ok Oct 10 21:00:43.253 INFO blam! test vm::tests::instructions::modulo::reg_lit ... ok Oct 10 21:00:43.253 INFO blam! test vm::tests::instructions::modulo::lit_reg ... ok Oct 10 21:00:43.253 INFO blam! test vm::tests::instructions::mult::lit_lit_wrap ... ok Oct 10 21:00:43.254 INFO blam! test vm::tests::instructions::mult::reg_reg_nowrap ... ok Oct 10 21:00:43.254 INFO blam! test vm::tests::instructions::mult::lit_reg_nowrap ... ok Oct 10 21:00:43.254 INFO blam! test vm::tests::instructions::not::lit ... ok Oct 10 21:00:43.255 INFO blam! test vm::tests::instructions::mult::reg_lit_nowrap ... ok Oct 10 21:00:43.255 INFO blam! test vm::tests::instructions::not::reg ... ok Oct 10 21:00:43.255 INFO blam! test vm::tests::instructions::mult::lit_reg_wrap ... ok Oct 10 21:00:43.255 INFO blam! test vm::tests::instructions::or::lit_lit ... ok Oct 10 21:00:43.255 INFO blam! test vm::tests::instructions::or::lit_reg ... ok Oct 10 21:00:43.256 INFO blam! test vm::tests::instructions::or::reg_lit ... ok Oct 10 21:00:43.256 INFO blam! test vm::tests::instructions::modulo::reg_reg ... ok Oct 10 21:00:43.256 INFO blam! test vm::tests::instructions::pop::nonempty_remaining_stack ... ok Oct 10 21:00:43.256 INFO blam! test vm::tests::instructions::ret::lit ... ok Oct 10 21:00:43.256 INFO blam! test vm::tests::instructions::or::reg_reg ... ok Oct 10 21:00:43.257 INFO blam! test vm::tests::instructions::mult::reg_reg_wrap ... ok Oct 10 21:00:43.258 INFO blam! test vm::tests::instructions::rmem::reg ... ok Oct 10 21:00:43.258 INFO blam! test vm::tests::instructions::pop::stack_underflow_error ... ok Oct 10 21:00:43.258 INFO blam! test vm::tests::instructions::pop::happy ... ok Oct 10 21:00:43.259 INFO blam! test vm::tests::instructions::mult::reg_lit_wrap ... ok Oct 10 21:00:43.259 INFO blam! test vm::tests::instructions::ret::reg ... ok Oct 10 21:00:43.260 INFO blam! test vm::tests::instructions::wmem::lit_reg ... ok Oct 10 21:00:43.260 INFO blam! test vm::tests::instructions::set::reg ... ok Oct 10 21:00:43.260 INFO blam! test vm::tests::instructions::set::lit ... ok Oct 10 21:00:43.260 INFO blam! test vm::tests::instructions::push::lit ... ok Oct 10 21:00:43.260 INFO blam! test vm::tests::instructions::wmem::reg_reg ... ok Oct 10 21:00:43.260 INFO blam! test vm::tests::step::advance ... ok Oct 10 21:00:43.261 INFO blam! test vm::tests::load_program::valid_program_load ... ok Oct 10 21:00:43.261 INFO blam! test vm::tests::step::current_instruction_happy ... ok Oct 10 21:00:43.261 INFO blam! test vm::tests::instructions::push::reg ... ok Oct 10 21:00:43.263 INFO blam! test vm::tests::step::read_memory_happy ... ok Oct 10 21:00:43.263 INFO blam! test vm::tests::step::step ... ok Oct 10 21:00:43.263 INFO blam! test vm::tests::step::current_instruction_bad_opcode ... ok Oct 10 21:00:43.263 INFO blam! test vm::tests::instructions::wmem::lit_lit ... ok Oct 10 21:00:43.263 INFO blam! test vm::tests::step::read_memory_invalid ... ok Oct 10 21:00:43.263 INFO blam! test vm::tests::step::current_instruction_malformed ... ok Oct 10 21:00:43.264 INFO blam! test vm::tests::instructions::rmem::lit ... ok Oct 10 21:00:43.264 INFO blam! Oct 10 21:00:43.264 INFO blam! test result: ok. 312 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:00:43.264 INFO blam! Oct 10 21:00:43.265 INFO kablam! Running /target/debug/deps/syn_asm-7f6c6b618fe646be Oct 10 21:00:43.267 INFO blam! Oct 10 21:00:43.267 INFO blam! running 0 tests Oct 10 21:00:43.267 INFO blam! Oct 10 21:00:43.267 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:00:43.267 INFO blam! Oct 10 21:00:43.268 INFO kablam! Running /target/debug/deps/syn_dis-870a043955cdf24f Oct 10 21:00:43.269 INFO blam! Oct 10 21:00:43.269 INFO blam! running 0 tests Oct 10 21:00:43.269 INFO blam! Oct 10 21:00:43.269 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:00:43.269 INFO blam! Oct 10 21:00:43.269 INFO kablam! Running /target/debug/deps/syn_vm-06bdf1f8f8d6a9ee Oct 10 21:00:43.270 INFO blam! Oct 10 21:00:43.270 INFO blam! running 0 tests Oct 10 21:00:43.271 INFO blam! Oct 10 21:00:43.271 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:00:43.271 INFO blam! Oct 10 21:00:43.272 INFO kablam! Doc-tests synacor Oct 10 21:00:44.142 INFO blam! Oct 10 21:00:44.142 INFO blam! running 0 tests Oct 10 21:00:44.142 INFO blam! Oct 10 21:00:44.142 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:00:44.142 INFO blam! Oct 10 21:00:44.144 INFO kablam! su: No module specific data is present Oct 10 21:00:44.589 INFO running `"docker" "rm" "-f" "a55675b1c426131d733b737de713ca36d6d78bd59b4d81be8350ba7cd99f593a"` Oct 10 21:00:44.780 INFO blam! a55675b1c426131d733b737de713ca36d6d78bd59b4d81be8350ba7cd99f593a