Oct 14 16:52:33.224 INFO testing jfredett/synacor against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:52:33.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16:52:33.728 INFO blam! afdb322f42430406c2f50cb8faed7ad70dac6c574676c61894bcd7cc3076a1d0 Oct 14 16:52:33.730 INFO running `"docker" "start" "-a" "afdb322f42430406c2f50cb8faed7ad70dac6c574676c61894bcd7cc3076a1d0"` Oct 14 16:52:34.478 INFO kablam! usermod: no changes Oct 14 16:52:34.551 INFO kablam! Compiling atty v0.2.3 Oct 14 16:52:34.887 INFO kablam! Compiling clap v2.29.0 Oct 14 16:52:56.271 INFO kablam! Compiling synacor v0.1.0 (/source) Oct 14 16:52:56.935 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:52:56.936 INFO kablam! --> src/vm.rs:186:9 Oct 14 16:52:56.936 INFO kablam! | Oct 14 16:52:56.937 INFO kablam! 186 | stdin.read_exact(&mut buf); Oct 14 16:52:56.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:52:56.938 INFO kablam! | Oct 14 16:52:56.938 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:52:56.939 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:52:56.939 INFO kablam! Oct 14 16:53:00.311 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.80s Oct 14 16:53:00.319 INFO kablam! su: No module specific data is present Oct 14 16:53:01.395 INFO running `"docker" "rm" "-f" "afdb322f42430406c2f50cb8faed7ad70dac6c574676c61894bcd7cc3076a1d0"` Oct 14 16:53:01.663 INFO blam! afdb322f42430406c2f50cb8faed7ad70dac6c574676c61894bcd7cc3076a1d0 Oct 14 16:53:01.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16:53:02.131 INFO blam! ef6c62c6036d82ae3f35f67a160857128d4fe2733e5b0041a3f201b17b60e05d Oct 14 16:53:02.139 INFO running `"docker" "start" "-a" "ef6c62c6036d82ae3f35f67a160857128d4fe2733e5b0041a3f201b17b60e05d"` Oct 14 16:53:03.372 INFO kablam! usermod: no changes Oct 14 16:53:03.498 INFO kablam! Compiling synacor v0.1.0 (/source) Oct 14 16:53:07.907 INFO kablam! warning: unused arithmetic operation which must be used Oct 14 16:53:07.907 INFO kablam! --> src/u15.rs:163:30 Oct 14 16:53:07.907 INFO kablam! | Oct 14 16:53:07.907 INFO kablam! 163 | fn sub_underflow() { u15(0) - u15(2); } Oct 14 16:53:07.907 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:53:07.907 INFO kablam! | Oct 14 16:53:07.907 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:53:07.907 INFO kablam! Oct 14 16:53:07.907 INFO kablam! warning: unused arithmetic operation which must be used Oct 14 16:53:07.907 INFO kablam! --> src/u15.rs:167:28 Oct 14 16:53:07.907 INFO kablam! | Oct 14 16:53:07.907 INFO kablam! 167 | fn div_by_zero() { u15(1) / u15(0); } Oct 14 16:53:07.907 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:53:07.907 INFO kablam! Oct 14 16:53:07.907 INFO kablam! warning: unused arithmetic operation which must be used Oct 14 16:53:07.907 INFO kablam! --> src/u15.rs:223:26 Oct 14 16:53:07.907 INFO kablam! | Oct 14 16:53:07.907 INFO kablam! 223 | fn sub_panic() { u15(16) - u15(17); } Oct 14 16:53:07.907 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 16:53:07.907 INFO kablam! Oct 14 16:53:07.975 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:53:07.976 INFO kablam! --> src/vm.rs:186:9 Oct 14 16:53:07.976 INFO kablam! | Oct 14 16:53:07.976 INFO kablam! 186 | stdin.read_exact(&mut buf); Oct 14 16:53:07.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:53:07.977 INFO kablam! | Oct 14 16:53:07.977 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:53:07.978 INFO kablam! Oct 14 16:53:10.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.56s Oct 14 16:53:10.961 INFO kablam! su: No module specific data is present Oct 14 16:53:12.026 INFO running `"docker" "rm" "-f" "ef6c62c6036d82ae3f35f67a160857128d4fe2733e5b0041a3f201b17b60e05d"` Oct 14 16:53:12.339 INFO blam! ef6c62c6036d82ae3f35f67a160857128d4fe2733e5b0041a3f201b17b60e05d Oct 14 16:53:12.356 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16:53:12.851 INFO blam! 8b28bff3e4d893b62e6ed6f8f08bc37dd345d153e6f4f162bc4265a76d56ef43 Oct 14 16:53:12.854 INFO running `"docker" "start" "-a" "8b28bff3e4d893b62e6ed6f8f08bc37dd345d153e6f4f162bc4265a76d56ef43"` Oct 14 16:53:14.286 INFO kablam! usermod: no changes Oct 14 16:53:14.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 16:53:14.403 INFO kablam! Running /target/debug/deps/synacor-dd11e1a97f3332c2 Oct 14 16:53:14.407 INFO blam! Oct 14 16:53:14.407 INFO blam! running 312 tests Oct 14 16:53:14.415 INFO blam! test address::tests::register_none ... ok Oct 14 16:53:14.415 INFO blam! test address::tests::register_some ... ok Oct 14 16:53:14.415 INFO blam! test address::tests::valid ... ok Oct 14 16:53:14.423 INFO blam! test argument::tests::new_reg ... ok Oct 14 16:53:14.423 INFO blam! test address::tests::next ... ok Oct 14 16:53:14.423 INFO blam! test argument::tests::new_lit ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::add::reg_lit ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::add::lit_lit ... ok Oct 14 16:53:14.423 INFO blam! test address::tests::invalid ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::add::lit_reg ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::add::reg_reg ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::call::reg ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::eq::lit_lit ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::eq::lit_reg ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::eq::reg_lit ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::eq::reg_reg ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::gt::lit_lit ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::gt::lit_reg ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::gt::reg_lit ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::halt::test ... ok Oct 14 16:53:14.423 INFO blam! test instruction::tests::display::gt::reg_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::in_val::lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::in_val::reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::jf::lit_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::jf::lit_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::jf::reg_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::jf::reg_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::jmp::lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::jmp::reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::jt::lit_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::jt::lit_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::jt::reg_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::jt::reg_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::modulo::lit_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::modulo::lit_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::modulo::reg_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::modulo::reg_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::mult::lit_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::mult::lit_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::mult::reg_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::mult::reg_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::noop::test ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::not::lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::not::reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::or::lit_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::or::lit_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::or::reg_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::or::reg_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::out::lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::out::reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::pop::reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::push::lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::push::reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::ret::test ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::rmem::lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::rmem::reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::set::lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::set::reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::wmem::lit_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::wmem::lit_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::wmem::reg_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::wmem::reg_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::from_u16_sequence::add::lit_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::from_u16_sequence::add::lit_reg ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::from_u16_sequence::add::reg_lit ... ok Oct 14 16:53:14.431 INFO blam! test instruction::tests::display::and::lit_lit ... ok Oct 14 16:53:14.439 INFO blam! test instruction::tests::display::and::reg_lit ... ok Oct 14 16:53:14.439 INFO blam! test instruction::tests::display::and::reg_reg ... ok Oct 14 16:53:14.439 INFO blam! test instruction::tests::from_u16_sequence::and::lit_lit ... ok Oct 14 16:53:14.439 INFO blam! test instruction::tests::from_u16_sequence::add::reg_reg ... ok Oct 14 16:53:14.439 INFO blam! test instruction::tests::from_u16_sequence::call::lit ... ok Oct 14 16:53:14.440 INFO blam! test instruction::tests::from_u16_sequence::eq::lit_lit ... ok Oct 14 16:53:14.440 INFO blam! test instruction::tests::from_u16_sequence::eq::lit_reg ... ok Oct 14 16:53:14.440 INFO blam! test instruction::tests::display::and::lit_reg ... ok Oct 14 16:53:14.440 INFO blam! test instruction::tests::from_u16_sequence::eq::reg_lit ... ok Oct 14 16:53:14.440 INFO blam! test instruction::tests::display::call::lit ... ok Oct 14 16:53:14.440 INFO blam! test instruction::tests::from_u16_sequence::and::reg_reg ... ok Oct 14 16:53:14.440 INFO blam! test instruction::tests::from_u16_sequence::and::reg_lit ... ok Oct 14 16:53:14.440 INFO blam! test instruction::tests::from_u16_sequence::and::lit_reg ... ok Oct 14 16:53:14.440 INFO blam! test instruction::tests::from_u16_sequence::gt::reg_lit ... ok Oct 14 16:53:14.440 INFO blam! test instruction::tests::from_u16_sequence::gt::reg_reg ... ok Oct 14 16:53:14.440 INFO blam! test instruction::tests::from_u16_sequence::halt::halt ... ok Oct 14 16:53:14.440 INFO blam! test instruction::tests::from_u16_sequence::call::reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::gt::lit_reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::gt::lit_lit ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::eq::reg_reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::in_val::lit ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::in_val::reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::jf::lit_lit ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::jf::lit_reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::jmp::lit ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::jmp::reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::jt::lit_lit ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::jf::reg_reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::jf::reg_lit ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::jt::lit_reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::jt::reg_lit ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::modulo::reg_reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::modulo::lit_reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::modulo::reg_lit ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::mult::lit_lit ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::modulo::lit_lit ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::jt::reg_reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::mult::lit_reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::mult::reg_reg ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::noop::noop ... ok Oct 14 16:53:14.451 INFO blam! test instruction::tests::from_u16_sequence::mult::reg_lit ... ok Oct 14 16:53:14.471 INFO blam! test instruction::tests::from_u16_sequence::or::lit_lit ... ok Oct 14 16:53:14.471 INFO blam! test instruction::tests::from_u16_sequence::not::lit ... ok Oct 14 16:53:14.471 INFO blam! test instruction::tests::from_u16_sequence::out::reg ... ok Oct 14 16:53:14.471 INFO blam! test instruction::tests::from_u16_sequence::pop::reg ... ok Oct 14 16:53:14.471 INFO blam! test instruction::tests::from_u16_sequence::push::lit ... ok Oct 14 16:53:14.471 INFO blam! test instruction::tests::from_u16_sequence::push::reg ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::or::lit_reg ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::or::reg_lit ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::or::reg_reg ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::out::lit ... ok Oct 14 16:53:14.475 INFO blam! test argument::tests::new_panic_on_out_of_range ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::not::reg ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::ret::ret ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::rmem::lit ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::rmem::reg ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::set::lit ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::set::reg ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::wmem::lit_lit ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::wmem::lit_reg ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::wmem::reg_lit ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::from_u16_sequence::wmem::reg_reg ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::to_u16_sequence::add::lit_lit ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::to_u16_sequence::add::lit_reg ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::to_u16_sequence::add::reg_lit ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::to_u16_sequence::add::reg_reg ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::to_u16_sequence::and::lit_lit ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::to_u16_sequence::and::lit_reg ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::to_u16_sequence::and::reg_lit ... ok Oct 14 16:53:14.475 INFO blam! test instruction::tests::to_u16_sequence::and::reg_reg ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::call::lit ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::call::reg ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::eq::lit_reg ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::eq::reg_reg ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::gt::lit_reg ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::gt::lit_lit ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::eq::reg_lit ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::eq::lit_lit ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::in_val::reg ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::gt::reg_lit ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::jf::lit_lit ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::jf::lit_reg ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::jf::reg_reg ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::jt::lit_reg ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::jt::reg_lit ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::jt::reg_reg ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::modulo::lit_lit ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::modulo::lit_reg ... ok Oct 14 16:53:14.483 INFO blam! test instruction::tests::to_u16_sequence::jf::reg_lit ... ok Oct 14 16:53:14.484 INFO blam! test instruction::tests::to_u16_sequence::modulo::reg_reg ... ok Oct 14 16:53:14.484 INFO blam! test instruction::tests::to_u16_sequence::modulo::reg_lit ... ok Oct 14 16:53:14.484 INFO blam! test instruction::tests::to_u16_sequence::jmp::lit ... ok Oct 14 16:53:14.484 INFO blam! test instruction::tests::to_u16_sequence::mult::lit_lit ... ok Oct 14 16:53:14.484 INFO blam! test instruction::tests::to_u16_sequence::jmp::reg ... ok Oct 14 16:53:14.484 INFO blam! test instruction::tests::to_u16_sequence::jt::lit_lit ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::mult::lit_reg ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::mult::reg_lit ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::gt::reg_reg ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::halt::halt ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::in_val::lit ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::or::reg_reg ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::or::reg_lit ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::or::lit_reg ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::out::lit ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::out::reg ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::pop::reg ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::push::lit ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::push::reg ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::ret::ret ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::rmem::lit ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::rmem::reg ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::set::lit ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::set::reg ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::wmem::lit_lit ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::wmem::lit_reg ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::wmem::reg_lit ... ok Oct 14 16:53:14.491 INFO blam! test instruction::tests::to_u16_sequence::wmem::reg_reg ... ok Oct 14 16:53:14.491 INFO blam! test register::tests::new ... ok Oct 14 16:53:14.491 INFO blam! test register::tests::new_panics_with_lit_value ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::add ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::bitand ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::add_assign ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::bitand_assign ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::bitor ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::bitor_assign ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::bitxor ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::bitxor_assign ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::div ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::div_assign ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::div_non_even ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::div_non_even_assign ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::mul ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::mul_assign ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::not ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::rem ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::rem_assign ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::rem_assign_nonzero_remainder ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::rem_non_even ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::shl ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::shl_i16 ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::shl_i32 ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::shl_i64 ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::shl_i8 ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::shl_u16 ... ok Oct 14 16:53:14.491 INFO blam! test u15::tests::basics::shl_u32 ... ok Oct 14 16:53:14.492 INFO blam! test u15::tests::basics::shl_u64 ... ok Oct 14 16:53:14.492 INFO blam! test instruction::tests::to_u16_sequence::mult::reg_reg ... ok Oct 14 16:53:14.499 INFO blam! test instruction::tests::to_u16_sequence::noop::noop ... ok Oct 14 16:53:14.499 INFO blam! test instruction::tests::to_u16_sequence::not::lit ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::shl_u8 ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::shr_i32 ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::shr_i8 ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::shr_i64 ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::shr_u16 ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::shr_u32 ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::shr_u8 ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::sub ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::sub_assign ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::shr_i16 ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::shr_u64 ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::sub_panic ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::sub_panic_assign ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::modular_arithmetic::min_val ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::modular_arithmetic::mul_overflow ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::modular_arithmetic::not_is_15b ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::modular_arithmetic::add_overflow ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::modular_arithmetic::max_val ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::modular_arithmetic::div_by_zero ... ok Oct 14 16:53:14.499 INFO blam! test vm::tests::instructions::add::lit_lit_nowrap ... ok Oct 14 16:53:14.499 INFO blam! test vm::tests::instructions::add::lit_lit_wrap ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::modular_arithmetic::sub_underflow ... ok Oct 14 16:53:14.499 INFO blam! test vm::tests::instructions::add::lit_reg_nowrap ... ok Oct 14 16:53:14.499 INFO blam! test vm::tests::instructions::add::lit_reg_wrap ... ok Oct 14 16:53:14.499 INFO blam! test vm::tests::instructions::add::reg_lit_nowrap ... ok Oct 14 16:53:14.499 INFO blam! test vm::tests::instructions::add::reg_lit_wrap ... ok Oct 14 16:53:14.499 INFO blam! test u15::tests::basics::shr ... ok Oct 14 16:53:14.499 INFO blam! test vm::tests::instructions::add::reg_reg_nowrap ... ok Oct 14 16:53:14.503 INFO blam! test register::tests::new_panics_with_invalid_value ... ok Oct 14 16:53:14.503 INFO blam! test instruction::tests::to_u16_sequence::not::reg ... ok Oct 14 16:53:14.503 INFO blam! test instruction::tests::to_u16_sequence::or::lit_lit ... ok Oct 14 16:53:14.503 INFO blam! test vm::tests::instructions::and::reg_reg ... ok Oct 14 16:53:14.503 INFO blam! test vm::tests::instructions::and::reg_lit ... ok Oct 14 16:53:14.503 INFO blam! test vm::tests::instructions::and::lit_reg ... ok Oct 14 16:53:14.503 INFO blam! test vm::tests::instructions::and::lit_lit ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::eq::reg_lit ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::gt::lit_lit_false ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::call::lit ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::call::reg ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::eq::lit_lit ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::jf::lit_lit ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::gt::reg_lit ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::gt::lit_reg ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::gt::lit_lit_true ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::eq::reg_reg ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::gt::reg_reg ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::eq::lit_reg ... ok Oct 14 16:53:14.515 INFO blam! test vm::tests::instructions::add::reg_reg_wrap ... ok Oct 14 16:53:14.527 INFO blam! test vm::tests::instructions::jf::lit_reg ... ok Oct 14 16:53:14.527 INFO blam! test vm::tests::instructions::jt::lit_reg ... ok Oct 14 16:53:14.527 INFO blam! test vm::tests::instructions::jf::reg_lit ... ok Oct 14 16:53:14.527 INFO blam! test vm::tests::instructions::jt::lit_lit ... ok Oct 14 16:53:14.527 INFO blam! test vm::tests::instructions::jf::reg_reg ... ok Oct 14 16:53:14.527 INFO blam! test vm::tests::instructions::jt::reg_lit ... ok Oct 14 16:53:14.527 INFO blam! test vm::tests::instructions::jump::reg ... ok Oct 14 16:53:14.527 INFO blam! test vm::tests::instructions::modulo::lit_reg ... ok Oct 14 16:53:14.527 INFO blam! test vm::tests::instructions::jt::reg_reg ... ok Oct 14 16:53:14.527 INFO blam! test vm::tests::instructions::jump::lit ... ok Oct 14 16:53:14.535 INFO blam! test vm::tests::instructions::mult::lit_reg_nowrap ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::mult::reg_lit_wrap ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::mult::lit_lit_wrap ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::modulo::reg_reg ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::mult::lit_lit_nowrap ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::modulo::reg_lit ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::modulo::lit_lit ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::mult::reg_lit_nowrap ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::mult::lit_reg_wrap ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::or::lit_lit ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::or::lit_reg ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::or::reg_reg ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::or::reg_lit ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::pop::stack_underflow_error ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::pop::nonempty_remaining_stack ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::push::lit ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::pop::happy ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::ret::lit ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::push::reg ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::rmem::lit ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::mult::reg_reg_nowrap ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::not::lit ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::mult::reg_reg_wrap ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::ret::reg ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::not::reg ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::set::lit ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::instructions::rmem::reg ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::step::current_instruction_happy ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::step::current_instruction_malformed ... ok Oct 14 16:53:14.543 INFO blam! test vm::tests::step::read_memory_happy ... ok Oct 14 16:53:14.547 INFO blam! test vm::tests::step::read_memory_invalid ... ok Oct 14 16:53:14.566 INFO blam! test vm::tests::instructions::set::reg ... ok Oct 14 16:53:14.566 INFO blam! test vm::tests::step::advance ... ok Oct 14 16:53:14.567 INFO blam! test vm::tests::step::current_instruction_bad_opcode ... ok Oct 14 16:53:14.567 INFO blam! test vm::tests::instructions::wmem::reg_reg ... ok Oct 14 16:53:14.567 INFO blam! test vm::tests::instructions::wmem::lit_reg ... ok Oct 14 16:53:14.567 INFO blam! test vm::tests::instructions::wmem::lit_lit ... ok Oct 14 16:53:14.567 INFO blam! test vm::tests::load_program::valid_program_load ... ok Oct 14 16:53:14.571 INFO kablam! Running /target/debug/deps/syn_asm-7f6c6b618fe646be Oct 14 16:53:14.571 INFO kablam! Running /target/debug/deps/syn_dis-870a043955cdf24f Oct 14 16:53:14.571 INFO kablam! Running /target/debug/deps/syn_vm-06bdf1f8f8d6a9ee Oct 14 16:53:14.571 INFO blam! test vm::tests::step::step ... ok Oct 14 16:53:14.571 INFO blam! Oct 14 16:53:14.571 INFO blam! test result: ok. 312 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:53:14.571 INFO blam! Oct 14 16:53:14.571 INFO blam! Oct 14 16:53:14.571 INFO blam! running 0 tests Oct 14 16:53:14.571 INFO blam! Oct 14 16:53:14.571 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:53:14.571 INFO blam! Oct 14 16:53:14.571 INFO blam! Oct 14 16:53:14.571 INFO blam! running 0 tests Oct 14 16:53:14.571 INFO blam! Oct 14 16:53:14.571 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:53:14.571 INFO blam! Oct 14 16:53:14.579 INFO blam! Oct 14 16:53:14.579 INFO kablam! Doc-tests synacor Oct 14 16:53:14.579 INFO blam! running 0 tests Oct 14 16:53:14.579 INFO blam! Oct 14 16:53:14.579 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:53:14.579 INFO blam! Oct 14 16:53:15.115 INFO blam! Oct 14 16:53:15.115 INFO blam! running 0 tests Oct 14 16:53:15.115 INFO blam! Oct 14 16:53:15.115 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:53:15.115 INFO blam! Oct 14 16:53:15.127 INFO kablam! su: No module specific data is present Oct 14 16:53:16.224 INFO running `"docker" "rm" "-f" "8b28bff3e4d893b62e6ed6f8f08bc37dd345d153e6f4f162bc4265a76d56ef43"` Oct 14 16:53:16.595 INFO blam! 8b28bff3e4d893b62e6ed6f8f08bc37dd345d153e6f4f162bc4265a76d56ef43