Oct 14 16:52:32.766 INFO testing jfredett/synacor against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 16:52:32.766 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.179 INFO blam! ce9575f9f4639d7d8af608b5cebcd6418228446dc88bfa9e01d81632a302db37 Oct 14 16:52:33.184 INFO running `"docker" "start" "-a" "ce9575f9f4639d7d8af608b5cebcd6418228446dc88bfa9e01d81632a302db37"` Oct 14 16:52:34.043 INFO kablam! usermod: no changes Oct 14 16:52:34.102 INFO kablam! Compiling atty v0.2.3 Oct 14 16:52:34.382 INFO kablam! Compiling clap v2.29.0 Oct 14 16:52:55.251 INFO kablam! Compiling synacor v0.1.0 (/source) Oct 14 16:52:55.979 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:52:55.979 INFO kablam! --> src/vm.rs:186:9 Oct 14 16:52:55.979 INFO kablam! | Oct 14 16:52:55.979 INFO kablam! 186 | stdin.read_exact(&mut buf); Oct 14 16:52:55.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:52:55.979 INFO kablam! | Oct 14 16:52:55.979 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:52:55.979 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:52:55.979 INFO kablam! Oct 14 16:53:00.081 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.01s Oct 14 16:53:00.087 INFO kablam! su: No module specific data is present Oct 14 16:53:01.375 INFO running `"docker" "rm" "-f" "ce9575f9f4639d7d8af608b5cebcd6418228446dc88bfa9e01d81632a302db37"` Oct 14 16:53:01.627 INFO blam! ce9575f9f4639d7d8af608b5cebcd6418228446dc88bfa9e01d81632a302db37 Oct 14 16:53:01.642 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.027 INFO blam! 99bf96ea07284ec2de52afb6a9d24a093fcdae3b93b64998da219044940c3159 Oct 14 16:53:02.035 INFO running `"docker" "start" "-a" "99bf96ea07284ec2de52afb6a9d24a093fcdae3b93b64998da219044940c3159"` Oct 14 16:53:03.379 INFO kablam! usermod: no changes Oct 14 16:53:03.498 INFO kablam! Compiling synacor v0.1.0 (/source) Oct 14 16:53:08.567 INFO kablam! warning: unused arithmetic operation which must be used Oct 14 16:53:08.568 INFO kablam! --> src/u15.rs:163:30 Oct 14 16:53:08.568 INFO kablam! | Oct 14 16:53:08.568 INFO kablam! 163 | fn sub_underflow() { u15(0) - u15(2); } Oct 14 16:53:08.568 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:53:08.568 INFO kablam! | Oct 14 16:53:08.569 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:53:08.569 INFO kablam! Oct 14 16:53:08.569 INFO kablam! warning: unused arithmetic operation which must be used Oct 14 16:53:08.569 INFO kablam! --> src/u15.rs:167:28 Oct 14 16:53:08.570 INFO kablam! | Oct 14 16:53:08.570 INFO kablam! 167 | fn div_by_zero() { u15(1) / u15(0); } Oct 14 16:53:08.570 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 16:53:08.570 INFO kablam! Oct 14 16:53:08.571 INFO kablam! warning: unused arithmetic operation which must be used Oct 14 16:53:08.575 INFO kablam! --> src/u15.rs:223:26 Oct 14 16:53:08.575 INFO kablam! | Oct 14 16:53:08.575 INFO kablam! 223 | fn sub_panic() { u15(16) - u15(17); } Oct 14 16:53:08.576 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 16:53:08.576 INFO kablam! Oct 14 16:53:08.683 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:53:08.684 INFO kablam! --> src/vm.rs:186:9 Oct 14 16:53:08.684 INFO kablam! | Oct 14 16:53:08.684 INFO kablam! 186 | stdin.read_exact(&mut buf); Oct 14 16:53:08.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:53:08.685 INFO kablam! | Oct 14 16:53:08.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:53:08.685 INFO kablam! Oct 14 16:53:12.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.68s Oct 14 16:53:12.091 INFO kablam! su: No module specific data is present Oct 14 16:53:13.092 INFO running `"docker" "rm" "-f" "99bf96ea07284ec2de52afb6a9d24a093fcdae3b93b64998da219044940c3159"` Oct 14 16:53:13.389 INFO blam! 99bf96ea07284ec2de52afb6a9d24a093fcdae3b93b64998da219044940c3159 Oct 14 16:53:13.395 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:13.820 INFO blam! 29695d09bf03976cb1902dc9cda88c92900c68a5be891497c108fed0d663caf0 Oct 14 16:53:13.822 INFO running `"docker" "start" "-a" "29695d09bf03976cb1902dc9cda88c92900c68a5be891497c108fed0d663caf0"` Oct 14 16:53:15.833 INFO kablam! usermod: no changes Oct 14 16:53:15.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 16:53:15.939 INFO kablam! Running /target/debug/deps/synacor-6647592b5ea96e4a Oct 14 16:53:15.947 INFO blam! Oct 14 16:53:15.947 INFO blam! running 312 tests Oct 14 16:53:15.948 INFO blam! test address::tests::next ... ok Oct 14 16:53:15.948 INFO blam! test address::tests::register_none ... ok Oct 14 16:53:15.948 INFO blam! test address::tests::register_some ... ok Oct 14 16:53:15.948 INFO blam! test address::tests::valid ... ok Oct 14 16:53:15.948 INFO blam! test argument::tests::new_lit ... ok Oct 14 16:53:15.948 INFO blam! test argument::tests::new_reg ... ok Oct 14 16:53:15.951 INFO blam! test address::tests::invalid ... ok Oct 14 16:53:15.975 INFO blam! test instruction::tests::display::add::lit_lit ... ok Oct 14 16:53:15.979 INFO blam! test instruction::tests::display::and::reg_lit ... ok Oct 14 16:53:15.979 INFO blam! test instruction::tests::display::and::lit_reg ... ok Oct 14 16:53:15.979 INFO blam! test instruction::tests::display::add::lit_reg ... ok Oct 14 16:53:15.979 INFO blam! test instruction::tests::display::and::lit_lit ... ok Oct 14 16:53:15.979 INFO blam! test instruction::tests::display::add::reg_lit ... ok Oct 14 16:53:15.979 INFO blam! test instruction::tests::display::add::reg_reg ... ok Oct 14 16:53:15.980 INFO blam! test instruction::tests::display::eq::lit_lit ... ok Oct 14 16:53:15.980 INFO blam! test instruction::tests::display::call::reg ... ok Oct 14 16:53:15.980 INFO blam! test instruction::tests::display::eq::reg_lit ... ok Oct 14 16:53:15.980 INFO blam! test instruction::tests::display::eq::reg_reg ... ok Oct 14 16:53:15.980 INFO blam! test instruction::tests::display::gt::lit_reg ... ok Oct 14 16:53:15.980 INFO blam! test instruction::tests::display::gt::reg_lit ... ok Oct 14 16:53:15.980 INFO blam! test instruction::tests::display::gt::reg_reg ... ok Oct 14 16:53:15.980 INFO blam! test instruction::tests::display::eq::lit_reg ... ok Oct 14 16:53:15.980 INFO blam! test instruction::tests::display::and::reg_reg ... ok Oct 14 16:53:15.987 INFO blam! test instruction::tests::display::call::lit ... ok Oct 14 16:53:15.987 INFO blam! test instruction::tests::display::gt::lit_lit ... ok Oct 14 16:53:15.987 INFO blam! test instruction::tests::display::halt::test ... ok Oct 14 16:53:15.987 INFO blam! test instruction::tests::display::jf::lit_lit ... ok Oct 14 16:53:15.987 INFO blam! test instruction::tests::display::in_val::lit ... ok Oct 14 16:53:15.987 INFO blam! test instruction::tests::display::in_val::reg ... ok Oct 14 16:53:15.991 INFO blam! test instruction::tests::display::jmp::reg ... ok Oct 14 16:53:15.991 INFO blam! test instruction::tests::display::jt::lit_lit ... ok Oct 14 16:53:15.991 INFO blam! test instruction::tests::display::jt::lit_reg ... ok Oct 14 16:53:15.991 INFO blam! test instruction::tests::display::jt::reg_lit ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::jf::reg_lit ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::jt::reg_reg ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::jf::reg_reg ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::modulo::lit_lit ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::jmp::lit ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::jf::lit_reg ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::modulo::reg_lit ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::mult::lit_lit ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::mult::lit_reg ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::not::reg ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::mult::reg_reg ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::modulo::lit_reg ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::mult::reg_lit ... ok Oct 14 16:53:15.995 INFO blam! test instruction::tests::display::or::lit_lit ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::or::reg_reg ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::out::lit ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::out::reg ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::pop::reg ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::noop::test ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::not::lit ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::push::lit ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::rmem::lit ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::push::reg ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::rmem::reg ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::set::reg ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::set::lit ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::wmem::lit_lit ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::wmem::lit_reg ... ok Oct 14 16:53:15.999 INFO blam! test instruction::tests::display::wmem::reg_lit ... ok Oct 14 16:53:16.011 INFO blam! test instruction::tests::display::or::lit_reg ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::display::modulo::reg_reg ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::from_u16_sequence::add::reg_lit ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::from_u16_sequence::add::lit_reg ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::display::wmem::reg_reg ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::from_u16_sequence::add::lit_lit ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::display::ret::test ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::display::or::reg_lit ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::from_u16_sequence::add::reg_reg ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::from_u16_sequence::and::lit_lit ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::from_u16_sequence::and::lit_reg ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::from_u16_sequence::and::reg_lit ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::from_u16_sequence::and::reg_reg ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::from_u16_sequence::call::lit ... ok Oct 14 16:53:16.012 INFO blam! test instruction::tests::from_u16_sequence::call::reg ... ok Oct 14 16:53:16.013 INFO blam! test instruction::tests::from_u16_sequence::eq::lit_lit ... ok Oct 14 16:53:16.013 INFO blam! test instruction::tests::from_u16_sequence::eq::lit_reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::eq::reg_lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::eq::reg_reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::gt::lit_lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::gt::lit_reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::gt::reg_lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::gt::reg_reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::halt::halt ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::in_val::lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::in_val::reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::jf::lit_lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::jf::lit_reg ... ok Oct 14 16:53:16.015 INFO blam! test argument::tests::new_panic_on_out_of_range ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::jf::reg_lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::jf::reg_reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::jmp::lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::jmp::reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::jt::lit_lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::jt::lit_reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::jt::reg_lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::jt::reg_reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::modulo::lit_lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::modulo::lit_reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::modulo::reg_lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::modulo::reg_reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::mult::lit_lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::mult::lit_reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::mult::reg_lit ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::mult::reg_reg ... ok Oct 14 16:53:16.015 INFO blam! test instruction::tests::from_u16_sequence::noop::noop ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::out::lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::out::reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::not::lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::not::reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::pop::reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::push::lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::or::lit_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::or::lit_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::push::reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::or::reg_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::or::reg_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::ret::ret ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::rmem::lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::set::lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::set::reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::wmem::lit_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::wmem::lit_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::wmem::reg_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::from_u16_sequence::wmem::reg_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::add::lit_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::add::lit_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::add::reg_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::add::reg_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::and::lit_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::and::lit_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::and::reg_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::and::reg_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::call::lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::call::reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::eq::lit_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::eq::lit_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::eq::reg_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::eq::reg_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::gt::lit_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::gt::lit_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::gt::reg_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::gt::reg_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::halt::halt ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::in_val::lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::in_val::reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::jf::lit_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::jf::lit_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::jf::reg_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::jf::reg_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::jmp::lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::jmp::reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::jt::lit_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::jt::lit_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::jt::reg_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::jt::reg_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::modulo::lit_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::modulo::lit_reg ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::modulo::reg_lit ... ok Oct 14 16:53:16.019 INFO blam! test instruction::tests::to_u16_sequence::modulo::reg_reg ... ok Oct 14 16:53:16.020 INFO blam! test instruction::tests::to_u16_sequence::mult::lit_lit ... ok Oct 14 16:53:16.020 INFO blam! test instruction::tests::to_u16_sequence::mult::lit_reg ... ok Oct 14 16:53:16.020 INFO blam! test instruction::tests::to_u16_sequence::mult::reg_lit ... ok Oct 14 16:53:16.020 INFO blam! test instruction::tests::to_u16_sequence::mult::reg_reg ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::noop::noop ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::not::lit ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::not::reg ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::or::lit_lit ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::or::lit_reg ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::from_u16_sequence::rmem::reg ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::or::reg_lit ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::ret::ret ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::or::reg_reg ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::out::lit ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::out::reg ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::pop::reg ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::rmem::lit ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::rmem::reg ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::push::reg ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::push::lit ... ok Oct 14 16:53:16.027 INFO blam! test register::tests::new ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::wmem::reg_reg ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::wmem::reg_lit ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::wmem::lit_lit ... ok Oct 14 16:53:16.027 INFO blam! test instruction::tests::to_u16_sequence::set::reg ... ok Oct 14 16:53:16.029 INFO blam! test instruction::tests::to_u16_sequence::set::lit ... ok Oct 14 16:53:16.029 INFO blam! test u15::tests::basics::add ... ok Oct 14 16:53:16.029 INFO blam! test instruction::tests::to_u16_sequence::wmem::lit_reg ... ok Oct 14 16:53:16.030 INFO blam! test register::tests::new_panics_with_invalid_value ... ok Oct 14 16:53:16.030 INFO blam! test register::tests::new_panics_with_lit_value ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::add_assign ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::bitand ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::div ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::bitxor_assign ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::div_non_even ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::div_assign ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::div_non_even_assign ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::mul ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::bitand_assign ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::mul_assign ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::not ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::rem ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::rem_assign ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::rem_assign_nonzero_remainder ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::bitxor ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::rem_non_even ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::shl ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::bitor ... ok Oct 14 16:53:16.030 INFO blam! test u15::tests::basics::bitor_assign ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shl_u32 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shl_i16 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shl_i32 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shl_i64 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shl_u16 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shl_i8 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shr_i64 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shr_i32 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shr_i8 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shr_u16 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shr_u32 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shl_u64 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shr_u64 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shl_u8 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::sub_assign ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shr_u8 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::sub ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::sub_panic ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::modular_arithmetic::max_val ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shr ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::modular_arithmetic::add_overflow ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::sub_panic_assign ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::basics::shr_i16 ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::modular_arithmetic::div_by_zero ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::modular_arithmetic::min_val ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::modular_arithmetic::mul_overflow ... ok Oct 14 16:53:16.035 INFO blam! test vm::tests::instructions::add::lit_lit_nowrap ... ok Oct 14 16:53:16.035 INFO blam! test vm::tests::instructions::add::lit_reg_nowrap ... ok Oct 14 16:53:16.035 INFO blam! test vm::tests::instructions::add::lit_lit_wrap ... ok Oct 14 16:53:16.035 INFO blam! test vm::tests::instructions::add::lit_reg_wrap ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::modular_arithmetic::sub_underflow ... ok Oct 14 16:53:16.035 INFO blam! test u15::tests::modular_arithmetic::not_is_15b ... ok Oct 14 16:53:16.035 INFO blam! test vm::tests::instructions::add::reg_lit_nowrap ... ok Oct 14 16:53:16.035 INFO blam! test vm::tests::instructions::add::reg_lit_wrap ... ok Oct 14 16:53:16.035 INFO blam! test vm::tests::instructions::add::reg_reg_nowrap ... ok Oct 14 16:53:16.035 INFO blam! test vm::tests::instructions::add::reg_reg_wrap ... ok Oct 14 16:53:16.035 INFO blam! test vm::tests::instructions::and::lit_lit ... ok Oct 14 16:53:16.035 INFO blam! test vm::tests::instructions::and::lit_reg ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::and::reg_lit ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::and::reg_reg ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::call::lit ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::call::reg ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::eq::lit_lit ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::eq::lit_reg ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::eq::reg_lit ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::eq::reg_reg ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::gt::lit_lit_false ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::gt::lit_lit_true ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::gt::lit_reg ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::gt::reg_lit ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::gt::reg_reg ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::jf::lit_lit ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::jf::lit_reg ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::jf::reg_lit ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::jf::reg_reg ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::jt::lit_lit ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::jt::lit_reg ... ok Oct 14 16:53:16.039 INFO blam! test vm::tests::instructions::jt::reg_lit ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::jt::reg_reg ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::jump::lit ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::jump::reg ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::modulo::lit_lit ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::modulo::lit_reg ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::modulo::reg_lit ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::modulo::reg_reg ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::mult::lit_lit_nowrap ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::mult::lit_lit_wrap ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::mult::lit_reg_nowrap ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::mult::lit_reg_wrap ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::mult::reg_lit_nowrap ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::mult::reg_lit_wrap ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::mult::reg_reg_nowrap ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::mult::reg_reg_wrap ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::not::lit ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::not::reg ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::or::lit_lit ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::or::lit_reg ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::or::reg_lit ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::or::reg_reg ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::pop::happy ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::pop::nonempty_remaining_stack ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::pop::stack_underflow_error ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::push::lit ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::push::reg ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::ret::lit ... ok Oct 14 16:53:16.043 INFO blam! test vm::tests::instructions::ret::reg ... ok Oct 14 16:53:16.044 INFO blam! test vm::tests::instructions::rmem::lit ... ok Oct 14 16:53:16.044 INFO blam! test vm::tests::instructions::rmem::reg ... ok Oct 14 16:53:16.044 INFO blam! test vm::tests::instructions::set::lit ... ok Oct 14 16:53:16.044 INFO blam! test vm::tests::instructions::set::reg ... ok Oct 14 16:53:16.044 INFO blam! test vm::tests::instructions::wmem::lit_lit ... ok Oct 14 16:53:16.045 INFO blam! test vm::tests::instructions::wmem::lit_reg ... ok Oct 14 16:53:16.045 INFO blam! test vm::tests::instructions::wmem::reg_reg ... ok Oct 14 16:53:16.045 INFO blam! test vm::tests::load_program::valid_program_load ... ok Oct 14 16:53:16.059 INFO blam! test vm::tests::step::advance ... ok Oct 14 16:53:16.059 INFO blam! test vm::tests::step::current_instruction_bad_opcode ... ok Oct 14 16:53:16.059 INFO blam! test vm::tests::step::current_instruction_happy ... ok Oct 14 16:53:16.063 INFO blam! test vm::tests::step::current_instruction_malformed ... ok Oct 14 16:53:16.063 INFO blam! test vm::tests::step::read_memory_happy ... ok Oct 14 16:53:16.063 INFO blam! test vm::tests::step::read_memory_invalid ... ok Oct 14 16:53:16.063 INFO blam! test vm::tests::step::step ... ok Oct 14 16:53:16.063 INFO blam! Oct 14 16:53:16.063 INFO blam! test result: ok. 312 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:53:16.063 INFO blam! Oct 14 16:53:16.071 INFO kablam! Running /target/debug/deps/syn_asm-8ec73bdea9bbfbfa Oct 14 16:53:16.071 INFO kablam! Running /target/debug/deps/syn_dis-931ea1d33d03ceb2 Oct 14 16:53:16.071 INFO blam! Oct 14 16:53:16.071 INFO blam! running 0 tests Oct 14 16:53:16.071 INFO blam! Oct 14 16:53:16.071 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:53:16.071 INFO blam! Oct 14 16:53:16.071 INFO blam! Oct 14 16:53:16.071 INFO blam! running 0 tests Oct 14 16:53:16.071 INFO blam! Oct 14 16:53:16.071 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:53:16.071 INFO blam! Oct 14 16:53:16.075 INFO kablam! Running /target/debug/deps/syn_vm-cb9158b24b710f1f Oct 14 16:53:16.075 INFO blam! Oct 14 16:53:16.075 INFO blam! running 0 tests Oct 14 16:53:16.075 INFO blam! Oct 14 16:53:16.075 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:53:16.075 INFO blam! Oct 14 16:53:16.087 INFO kablam! Doc-tests synacor Oct 14 16:53:16.407 INFO blam! Oct 14 16:53:16.407 INFO blam! running 0 tests Oct 14 16:53:16.407 INFO blam! Oct 14 16:53:16.407 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:53:16.407 INFO blam! Oct 14 16:53:16.409 INFO kablam! su: No module specific data is present Oct 14 16:53:17.640 INFO running `"docker" "rm" "-f" "29695d09bf03976cb1902dc9cda88c92900c68a5be891497c108fed0d663caf0"` Oct 14 16:53:18.007 INFO blam! 29695d09bf03976cb1902dc9cda88c92900c68a5be891497c108fed0d663caf0