Oct 15 16:50:03.341 INFO testing terminal_thrift-0.3.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:50:03.341 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 15 16:50:03.631 INFO blam! 637b9dd2614130bb5b68b2419c6f7f0f7f5e351e3ab9ab4a286361b4841e1fce Oct 15 16:50:03.643 INFO running `"docker" "start" "-a" "637b9dd2614130bb5b68b2419c6f7f0f7f5e351e3ab9ab4a286361b4841e1fce"` Oct 15 16:50:04.107 INFO kablam! usermod: no changes Oct 15 16:50:04.160 INFO kablam! Compiling terminal_thrift v0.3.2 (/source) Oct 15 16:50:04.861 INFO kablam! warning: unused `#[macro_use]` import Oct 15 16:50:04.861 INFO kablam! --> src/lib.rs:5:1 Oct 15 16:50:04.861 INFO kablam! | Oct 15 16:50:04.861 INFO kablam! 5 | #[macro_use] Oct 15 16:50:04.861 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:50:04.861 INFO kablam! | Oct 15 16:50:04.861 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:50:04.861 INFO kablam! Oct 15 16:50:04.863 INFO kablam! warning: unused import: `Protocol` Oct 15 16:50:04.863 INFO kablam! --> src/server/threaded.rs:25:16 Oct 15 16:50:04.863 INFO kablam! | Oct 15 16:50:04.863 INFO kablam! 25 | use protocol::{Protocol, ProtocolFactory}; Oct 15 16:50:04.863 INFO kablam! | ^^^^^^^^ Oct 15 16:50:04.863 INFO kablam! Oct 15 16:50:04.863 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 16:50:04.863 INFO kablam! --> src/server/threaded.rs:61:18 Oct 15 16:50:04.863 INFO kablam! | Oct 15 16:50:04.863 INFO kablam! 61 | for _ in (0..threads) { Oct 15 16:50:04.863 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:50:04.863 INFO kablam! | Oct 15 16:50:04.863 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 16:50:04.863 INFO kablam! Oct 15 16:50:05.456 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:05.456 INFO kablam! --> src/protocol/binary_protocol/mod.rs:128:44 Oct 15 16:50:05.456 INFO kablam! | Oct 15 16:50:05.456 INFO kablam! 128 | fn write_byte(&mut self, mut transport: &mut T, value: i8) -> Result<()> { Oct 15 16:50:05.456 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:05.456 INFO kablam! | | Oct 15 16:50:05.456 INFO kablam! | help: remove this `mut` Oct 15 16:50:05.456 INFO kablam! | Oct 15 16:50:05.456 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:50:05.456 INFO kablam! Oct 15 16:50:05.459 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:05.459 INFO kablam! --> src/protocol/binary_protocol/mod.rs:132:43 Oct 15 16:50:05.459 INFO kablam! | Oct 15 16:50:05.459 INFO kablam! 132 | fn write_i16(&mut self, mut transport: &mut T, value: i16) -> Result<()> { Oct 15 16:50:05.459 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:05.460 INFO kablam! | | Oct 15 16:50:05.460 INFO kablam! | help: remove this `mut` Oct 15 16:50:05.460 INFO kablam! Oct 15 16:50:05.460 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:05.460 INFO kablam! --> src/protocol/binary_protocol/mod.rs:136:43 Oct 15 16:50:05.460 INFO kablam! | Oct 15 16:50:05.461 INFO kablam! 136 | fn write_i32(&mut self, mut transport: &mut T, value: i32) -> Result<()> { Oct 15 16:50:05.461 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:05.461 INFO kablam! | | Oct 15 16:50:05.461 INFO kablam! | help: remove this `mut` Oct 15 16:50:05.461 INFO kablam! Oct 15 16:50:05.461 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:05.461 INFO kablam! --> src/protocol/binary_protocol/mod.rs:140:43 Oct 15 16:50:05.462 INFO kablam! | Oct 15 16:50:05.462 INFO kablam! 140 | fn write_i64(&mut self, mut transport: &mut T, value: i64) -> Result<()> { Oct 15 16:50:05.462 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:05.462 INFO kablam! | | Oct 15 16:50:05.462 INFO kablam! | help: remove this `mut` Oct 15 16:50:05.462 INFO kablam! Oct 15 16:50:05.467 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:05.467 INFO kablam! --> src/protocol/binary_protocol/mod.rs:144:46 Oct 15 16:50:05.467 INFO kablam! | Oct 15 16:50:05.467 INFO kablam! 144 | fn write_double(&mut self, mut transport: &mut T, value: f64) -> Result<()> { Oct 15 16:50:05.469 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:05.469 INFO kablam! | | Oct 15 16:50:05.469 INFO kablam! | help: remove this `mut` Oct 15 16:50:05.469 INFO kablam! Oct 15 16:50:05.499 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:05.499 INFO kablam! --> src/virt.rs:25:38 Oct 15 16:50:05.499 INFO kablam! | Oct 15 16:50:05.499 INFO kablam! 25 | fn encode<'p, 't, P1, T1>(&self, mut protocol: &'p mut P1, mut transport: &'t mut T1) -> Result<()> Oct 15 16:50:05.499 INFO kablam! | ----^^^^^^^^ Oct 15 16:50:05.499 INFO kablam! | | Oct 15 16:50:05.499 INFO kablam! | help: remove this `mut` Oct 15 16:50:05.499 INFO kablam! Oct 15 16:50:05.636 INFO kablam! warning: type alias is never used: `VirtualProxy` Oct 15 16:50:05.636 INFO kablam! --> src/proxy.rs:7:1 Oct 15 16:50:05.636 INFO kablam! | Oct 15 16:50:05.636 INFO kablam! 7 | type VirtualProxy = for<'e> Proxy>; Oct 15 16:50:05.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:05.636 INFO kablam! | Oct 15 16:50:05.636 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 16:50:05.636 INFO kablam! Oct 15 16:50:06.041 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.91s Oct 15 16:50:06.045 INFO kablam! su: No module specific data is present Oct 15 16:50:06.317 INFO running `"docker" "rm" "-f" "637b9dd2614130bb5b68b2419c6f7f0f7f5e351e3ab9ab4a286361b4841e1fce"` Oct 15 16:50:06.619 INFO blam! 637b9dd2614130bb5b68b2419c6f7f0f7f5e351e3ab9ab4a286361b4841e1fce Oct 15 16:50:06.621 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 15 16:50:07.013 INFO blam! a74297a7ba6c9e34bca8e1301101f709f644dcf9c1e3b68bce783aba8c990938 Oct 15 16:50:07.016 INFO running `"docker" "start" "-a" "a74297a7ba6c9e34bca8e1301101f709f644dcf9c1e3b68bce783aba8c990938"` Oct 15 16:50:08.243 INFO kablam! usermod: no changes Oct 15 16:50:08.286 INFO kablam! Compiling terminal_thrift v0.3.2 (/source) Oct 15 16:50:09.103 INFO kablam! warning: unused `#[macro_use]` import Oct 15 16:50:09.103 INFO kablam! --> src/lib.rs:5:1 Oct 15 16:50:09.103 INFO kablam! | Oct 15 16:50:09.103 INFO kablam! 5 | #[macro_use] Oct 15 16:50:09.103 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:50:09.103 INFO kablam! | Oct 15 16:50:09.103 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:50:09.103 INFO kablam! Oct 15 16:50:09.106 INFO kablam! warning: unused import: `Protocol` Oct 15 16:50:09.106 INFO kablam! --> src/server/threaded.rs:25:16 Oct 15 16:50:09.107 INFO kablam! | Oct 15 16:50:09.107 INFO kablam! 25 | use protocol::{Protocol, ProtocolFactory}; Oct 15 16:50:09.107 INFO kablam! | ^^^^^^^^ Oct 15 16:50:09.107 INFO kablam! Oct 15 16:50:09.108 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 16:50:09.108 INFO kablam! --> src/server/threaded.rs:61:18 Oct 15 16:50:09.108 INFO kablam! | Oct 15 16:50:09.108 INFO kablam! 61 | for _ in (0..threads) { Oct 15 16:50:09.109 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:50:09.109 INFO kablam! | Oct 15 16:50:09.109 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 16:50:09.110 INFO kablam! Oct 15 16:50:09.112 INFO kablam! warning: unused import: `mock::*` Oct 15 16:50:09.112 INFO kablam! --> src/test/prim.rs:2:5 Oct 15 16:50:09.113 INFO kablam! | Oct 15 16:50:09.113 INFO kablam! 2 | use mock::*; Oct 15 16:50:09.113 INFO kablam! | ^^^^^^^ Oct 15 16:50:09.113 INFO kablam! Oct 15 16:50:09.114 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 16:50:09.114 INFO kablam! --> src/test/prim.rs:20:24 Oct 15 16:50:09.114 INFO kablam! | Oct 15 16:50:09.115 INFO kablam! 20 | { test_i8_encode, (0..100), Byte, i8 }, Oct 15 16:50:09.115 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 15 16:50:09.115 INFO kablam! Oct 15 16:50:09.116 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 16:50:09.116 INFO kablam! --> src/test/prim.rs:21:24 Oct 15 16:50:09.116 INFO kablam! | Oct 15 16:50:09.117 INFO kablam! 21 | { test_i16_encode, (0..100), I16, i16 }, Oct 15 16:50:09.117 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 15 16:50:09.117 INFO kablam! Oct 15 16:50:09.118 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 16:50:09.118 INFO kablam! --> src/test/prim.rs:22:24 Oct 15 16:50:09.118 INFO kablam! | Oct 15 16:50:09.118 INFO kablam! 22 | { test_i32_encode, (0..100), I32, i32 }, Oct 15 16:50:09.119 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 15 16:50:09.119 INFO kablam! Oct 15 16:50:09.119 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 16:50:09.119 INFO kablam! --> src/test/prim.rs:23:24 Oct 15 16:50:09.120 INFO kablam! | Oct 15 16:50:09.120 INFO kablam! 23 | { test_i64_encode, (0..100), I64, i64 }, Oct 15 16:50:09.120 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 15 16:50:09.120 INFO kablam! Oct 15 16:50:09.121 INFO kablam! warning: unused import: `mock::*` Oct 15 16:50:09.121 INFO kablam! --> src/test/strukt.rs:2:5 Oct 15 16:50:09.121 INFO kablam! | Oct 15 16:50:09.121 INFO kablam! 2 | use mock::*; Oct 15 16:50:09.122 INFO kablam! | ^^^^^^^ Oct 15 16:50:09.122 INFO kablam! Oct 15 16:50:09.122 INFO kablam! warning: unused import: `mock::*` Oct 15 16:50:09.122 INFO kablam! --> src/test/enom.rs:2:5 Oct 15 16:50:09.123 INFO kablam! | Oct 15 16:50:09.123 INFO kablam! 2 | use mock::*; Oct 15 16:50:09.123 INFO kablam! | ^^^^^^^ Oct 15 16:50:09.124 INFO kablam! Oct 15 16:50:10.075 INFO kablam! warning: unused import: `std::io::Read` Oct 15 16:50:10.075 INFO kablam! --> src/mock/mod.rs:2:5 Oct 15 16:50:10.075 INFO kablam! | Oct 15 16:50:10.075 INFO kablam! 2 | use std::io::Read as IoRead; Oct 15 16:50:10.075 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:50:10.075 INFO kablam! Oct 15 16:50:10.075 INFO kablam! warning: unused import: `std::io::Write` Oct 15 16:50:10.075 INFO kablam! --> src/mock/mod.rs:3:5 Oct 15 16:50:10.075 INFO kablam! | Oct 15 16:50:10.075 INFO kablam! 3 | use std::io::Write as IoWrite; Oct 15 16:50:10.075 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 16:50:10.075 INFO kablam! Oct 15 16:50:10.255 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:10.255 INFO kablam! --> src/protocol/binary_protocol/mod.rs:128:44 Oct 15 16:50:10.255 INFO kablam! | Oct 15 16:50:10.255 INFO kablam! 128 | fn write_byte(&mut self, mut transport: &mut T, value: i8) -> Result<()> { Oct 15 16:50:10.255 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:10.255 INFO kablam! | | Oct 15 16:50:10.255 INFO kablam! | help: remove this `mut` Oct 15 16:50:10.255 INFO kablam! | Oct 15 16:50:10.255 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:50:10.255 INFO kablam! Oct 15 16:50:10.255 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:10.255 INFO kablam! --> src/protocol/binary_protocol/mod.rs:132:43 Oct 15 16:50:10.255 INFO kablam! | Oct 15 16:50:10.255 INFO kablam! 132 | fn write_i16(&mut self, mut transport: &mut T, value: i16) -> Result<()> { Oct 15 16:50:10.255 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:10.255 INFO kablam! | | Oct 15 16:50:10.255 INFO kablam! | help: remove this `mut` Oct 15 16:50:10.255 INFO kablam! Oct 15 16:50:10.255 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:10.255 INFO kablam! --> src/protocol/binary_protocol/mod.rs:136:43 Oct 15 16:50:10.255 INFO kablam! | Oct 15 16:50:10.255 INFO kablam! 136 | fn write_i32(&mut self, mut transport: &mut T, value: i32) -> Result<()> { Oct 15 16:50:10.255 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:10.255 INFO kablam! | | Oct 15 16:50:10.255 INFO kablam! | help: remove this `mut` Oct 15 16:50:10.255 INFO kablam! Oct 15 16:50:10.255 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:10.255 INFO kablam! --> src/protocol/binary_protocol/mod.rs:140:43 Oct 15 16:50:10.255 INFO kablam! | Oct 15 16:50:10.255 INFO kablam! 140 | fn write_i64(&mut self, mut transport: &mut T, value: i64) -> Result<()> { Oct 15 16:50:10.255 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:10.255 INFO kablam! | | Oct 15 16:50:10.255 INFO kablam! | help: remove this `mut` Oct 15 16:50:10.255 INFO kablam! Oct 15 16:50:10.255 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:10.255 INFO kablam! --> src/protocol/binary_protocol/mod.rs:144:46 Oct 15 16:50:10.255 INFO kablam! | Oct 15 16:50:10.255 INFO kablam! 144 | fn write_double(&mut self, mut transport: &mut T, value: f64) -> Result<()> { Oct 15 16:50:10.255 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:10.255 INFO kablam! | | Oct 15 16:50:10.256 INFO kablam! | help: remove this `mut` Oct 15 16:50:10.256 INFO kablam! Oct 15 16:50:10.340 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:10.340 INFO kablam! --> src/virt.rs:25:38 Oct 15 16:50:10.340 INFO kablam! | Oct 15 16:50:10.340 INFO kablam! 25 | fn encode<'p, 't, P1, T1>(&self, mut protocol: &'p mut P1, mut transport: &'t mut T1) -> Result<()> Oct 15 16:50:10.340 INFO kablam! | ----^^^^^^^^ Oct 15 16:50:10.340 INFO kablam! | | Oct 15 16:50:10.340 INFO kablam! | help: remove this `mut` Oct 15 16:50:10.340 INFO kablam! Oct 15 16:50:10.655 INFO kablam! warning: type alias is never used: `VirtualProxy` Oct 15 16:50:10.655 INFO kablam! --> src/proxy.rs:7:1 Oct 15 16:50:10.655 INFO kablam! | Oct 15 16:50:10.655 INFO kablam! 7 | type VirtualProxy = for<'e> Proxy>; Oct 15 16:50:10.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:10.655 INFO kablam! | Oct 15 16:50:10.655 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 16:50:10.655 INFO kablam! Oct 15 16:50:12.257 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.99s Oct 15 16:50:12.259 INFO kablam! su: No module specific data is present Oct 15 16:50:12.626 INFO running `"docker" "rm" "-f" "a74297a7ba6c9e34bca8e1301101f709f644dcf9c1e3b68bce783aba8c990938"` Oct 15 16:50:12.795 INFO blam! a74297a7ba6c9e34bca8e1301101f709f644dcf9c1e3b68bce783aba8c990938 Oct 15 16:50:12.802 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 15 16:50:13.083 INFO blam! 3c6b75b0b6114d2fdd3c68cea1e37d5714f3dce15252598f956ed9b94cb6aa20 Oct 15 16:50:13.085 INFO running `"docker" "start" "-a" "3c6b75b0b6114d2fdd3c68cea1e37d5714f3dce15252598f956ed9b94cb6aa20"` Oct 15 16:50:13.467 INFO kablam! usermod: no changes Oct 15 16:50:13.506 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 16:50:13.508 INFO kablam! Running /target/debug/deps/terminal_thrift-fd390fd9054bfe2c Oct 15 16:50:13.511 INFO blam! Oct 15 16:50:13.512 INFO blam! running 29 tests Oct 15 16:50:13.512 INFO blam! test protocol::binary_protocol::test::read_field_begin ... ok Oct 15 16:50:13.513 INFO blam! test protocol::binary_protocol::test::read_double ... ok Oct 15 16:50:13.513 INFO blam! test protocol::binary_protocol::test::read_binary ... ok Oct 15 16:50:13.513 INFO blam! test protocol::binary_protocol::test::read_i32 ... ok Oct 15 16:50:13.514 INFO blam! test protocol::binary_protocol::test::read_bool ... ok Oct 15 16:50:13.514 INFO blam! test protocol::binary_protocol::test::read_message_begin_bad_version ... ok Oct 15 16:50:13.514 INFO blam! test protocol::binary_protocol::test::read_list_begin ... ok Oct 15 16:50:13.515 INFO blam! test protocol::binary_protocol::test::read_map_begin ... ok Oct 15 16:50:13.515 INFO blam! test protocol::binary_protocol::test::read_message_begin ... ok Oct 15 16:50:13.515 INFO blam! test protocol::binary_protocol::test::read_i64 ... ok Oct 15 16:50:13.516 INFO blam! test protocol::binary_protocol::test::read_string ... ok Oct 15 16:50:13.516 INFO blam! test test::enom::test_enum ... ok Oct 15 16:50:13.516 INFO blam! test test::prim::test_i16_encode ... ok Oct 15 16:50:13.517 INFO blam! test test::prim::test_i8_encode ... ok Oct 15 16:50:13.517 INFO blam! test test::prim::test_list ... ok Oct 15 16:50:13.517 INFO blam! test protocol::binary_protocol::test::read_message_begin_invalid_message_type ... ok Oct 15 16:50:13.518 INFO blam! test test::prim::test_i64_encode ... ok Oct 15 16:50:13.518 INFO blam! test test::prim::test_i32_encode ... ok Oct 15 16:50:13.520 INFO blam! test protocol::binary_protocol::test::read_byte ... ok Oct 15 16:50:13.521 INFO blam! test test::strukt::test_empty_struct ... ok Oct 15 16:50:13.521 INFO blam! test protocol::binary_protocol::test::read_i16 ... ok Oct 15 16:50:13.521 INFO blam! test test::prim::test_string_encode ... ok Oct 15 16:50:13.524 INFO blam! test test::strukt::test_nested_list_in_struct ... ok Oct 15 16:50:13.525 INFO blam! test protocol::binary_protocol::test::read_set_begin ... ok Oct 15 16:50:13.525 INFO blam! test test::strukt::test_recursive_struct ... ok Oct 15 16:50:13.525 INFO blam! test test::strukt::test_simple_struct ... ok Oct 15 16:50:13.525 INFO blam! test test::strukt::test_struct_with_many_fields ... ok Oct 15 16:50:13.527 INFO blam! test test::strukt::test_struct_with_optional_field_as_none ... ok Oct 15 16:50:13.527 INFO kablam! Doc-tests terminal_thrift Oct 15 16:50:13.527 INFO blam! test test::strukt::test_struct_with_optional_field_as_some ... ok Oct 15 16:50:13.527 INFO blam! Oct 15 16:50:13.527 INFO blam! test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:50:13.527 INFO blam! Oct 15 16:50:14.723 INFO blam! Oct 15 16:50:14.723 INFO blam! running 0 tests Oct 15 16:50:14.723 INFO blam! Oct 15 16:50:14.723 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:50:14.723 INFO blam! Oct 15 16:50:14.730 INFO kablam! su: No module specific data is present Oct 15 16:50:14.987 INFO running `"docker" "rm" "-f" "3c6b75b0b6114d2fdd3c68cea1e37d5714f3dce15252598f956ed9b94cb6aa20"` Oct 15 16:50:15.194 INFO blam! 3c6b75b0b6114d2fdd3c68cea1e37d5714f3dce15252598f956ed9b94cb6aa20