Oct 15 16:50:03.828 INFO testing terminal_thrift-0.3.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:50:03.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 16:50:04.050 INFO blam! 2f486252e46ca19a21bec23938c552447c2877e2015380f702461f5afc77b36c Oct 15 16:50:04.052 INFO running `"docker" "start" "-a" "2f486252e46ca19a21bec23938c552447c2877e2015380f702461f5afc77b36c"` Oct 15 16:50:04.579 INFO kablam! usermod: no changes Oct 15 16:50:04.639 INFO kablam! Compiling terminal_thrift v0.3.2 (/source) Oct 15 16:50:05.351 INFO kablam! warning: unused `#[macro_use]` import Oct 15 16:50:05.351 INFO kablam! --> src/lib.rs:5:1 Oct 15 16:50:05.351 INFO kablam! | Oct 15 16:50:05.351 INFO kablam! 5 | #[macro_use] Oct 15 16:50:05.351 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:50:05.351 INFO kablam! | Oct 15 16:50:05.351 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:50:05.351 INFO kablam! Oct 15 16:50:05.351 INFO kablam! warning: unused import: `Protocol` Oct 15 16:50:05.351 INFO kablam! --> src/server/threaded.rs:25:16 Oct 15 16:50:05.351 INFO kablam! | Oct 15 16:50:05.351 INFO kablam! 25 | use protocol::{Protocol, ProtocolFactory}; Oct 15 16:50:05.351 INFO kablam! | ^^^^^^^^ Oct 15 16:50:05.351 INFO kablam! Oct 15 16:50:05.351 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 16:50:05.351 INFO kablam! --> src/server/threaded.rs:61:18 Oct 15 16:50:05.351 INFO kablam! | Oct 15 16:50:05.351 INFO kablam! 61 | for _ in (0..threads) { Oct 15 16:50:05.351 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:50:05.351 INFO kablam! | Oct 15 16:50:05.351 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 16:50:05.351 INFO kablam! Oct 15 16:50:05.952 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:05.952 INFO kablam! --> src/protocol/binary_protocol/mod.rs:128:44 Oct 15 16:50:05.952 INFO kablam! | Oct 15 16:50:05.953 INFO kablam! 128 | fn write_byte(&mut self, mut transport: &mut T, value: i8) -> Result<()> { Oct 15 16:50:05.953 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:05.953 INFO kablam! | | Oct 15 16:50:05.954 INFO kablam! | help: remove this `mut` Oct 15 16:50:05.954 INFO kablam! | Oct 15 16:50:05.954 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:50:05.955 INFO kablam! Oct 15 16:50:05.955 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:05.955 INFO kablam! --> src/protocol/binary_protocol/mod.rs:132:43 Oct 15 16:50:05.955 INFO kablam! | Oct 15 16:50:05.956 INFO kablam! 132 | fn write_i16(&mut self, mut transport: &mut T, value: i16) -> Result<()> { Oct 15 16:50:05.956 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:05.956 INFO kablam! | | Oct 15 16:50:05.957 INFO kablam! | help: remove this `mut` Oct 15 16:50:05.957 INFO kablam! Oct 15 16:50:05.957 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:05.958 INFO kablam! --> src/protocol/binary_protocol/mod.rs:136:43 Oct 15 16:50:05.958 INFO kablam! | Oct 15 16:50:05.958 INFO kablam! 136 | fn write_i32(&mut self, mut transport: &mut T, value: i32) -> Result<()> { Oct 15 16:50:05.959 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:05.959 INFO kablam! | | Oct 15 16:50:05.959 INFO kablam! | help: remove this `mut` Oct 15 16:50:05.960 INFO kablam! Oct 15 16:50:05.960 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:05.960 INFO kablam! --> src/protocol/binary_protocol/mod.rs:140:43 Oct 15 16:50:05.961 INFO kablam! | Oct 15 16:50:05.961 INFO kablam! 140 | fn write_i64(&mut self, mut transport: &mut T, value: i64) -> Result<()> { Oct 15 16:50:05.961 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:05.962 INFO kablam! | | Oct 15 16:50:05.962 INFO kablam! | help: remove this `mut` Oct 15 16:50:05.962 INFO kablam! Oct 15 16:50:05.963 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:05.963 INFO kablam! --> src/protocol/binary_protocol/mod.rs:144:46 Oct 15 16:50:05.963 INFO kablam! | Oct 15 16:50:05.964 INFO kablam! 144 | fn write_double(&mut self, mut transport: &mut T, value: f64) -> Result<()> { Oct 15 16:50:05.964 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:05.964 INFO kablam! | | Oct 15 16:50:05.965 INFO kablam! | help: remove this `mut` Oct 15 16:50:05.965 INFO kablam! Oct 15 16:50:05.983 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:05.983 INFO kablam! --> src/virt.rs:25:38 Oct 15 16:50:05.983 INFO kablam! | Oct 15 16:50:05.983 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.983 INFO kablam! | ----^^^^^^^^ Oct 15 16:50:05.983 INFO kablam! | | Oct 15 16:50:05.983 INFO kablam! | help: remove this `mut` Oct 15 16:50:05.983 INFO kablam! Oct 15 16:50:06.134 INFO kablam! warning: type alias is never used: `VirtualProxy` Oct 15 16:50:06.134 INFO kablam! --> src/proxy.rs:7:1 Oct 15 16:50:06.134 INFO kablam! | Oct 15 16:50:06.134 INFO kablam! 7 | type VirtualProxy = for<'e> Proxy>; Oct 15 16:50:06.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:06.134 INFO kablam! | Oct 15 16:50:06.134 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 16:50:06.134 INFO kablam! Oct 15 16:50:06.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.05s Oct 15 16:50:06.647 INFO kablam! su: No module specific data is present Oct 15 16:50:07.279 INFO running `"docker" "rm" "-f" "2f486252e46ca19a21bec23938c552447c2877e2015380f702461f5afc77b36c"` Oct 15 16:50:07.525 INFO blam! 2f486252e46ca19a21bec23938c552447c2877e2015380f702461f5afc77b36c Oct 15 16:50:07.525 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 16:50:07.929 INFO blam! 1e4a023981a3e66c96956ee2116041ca19f7fe4ab81b3881d627109d6a7e097e Oct 15 16:50:07.932 INFO running `"docker" "start" "-a" "1e4a023981a3e66c96956ee2116041ca19f7fe4ab81b3881d627109d6a7e097e"` Oct 15 16:50:08.687 INFO kablam! usermod: no changes Oct 15 16:50:08.751 INFO kablam! Compiling terminal_thrift v0.3.2 (/source) Oct 15 16:50:09.479 INFO kablam! warning: unused `#[macro_use]` import Oct 15 16:50:09.479 INFO kablam! --> src/lib.rs:5:1 Oct 15 16:50:09.479 INFO kablam! | Oct 15 16:50:09.479 INFO kablam! 5 | #[macro_use] Oct 15 16:50:09.479 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:50:09.479 INFO kablam! | Oct 15 16:50:09.479 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:50:09.479 INFO kablam! Oct 15 16:50:09.482 INFO kablam! warning: unused import: `Protocol` Oct 15 16:50:09.482 INFO kablam! --> src/server/threaded.rs:25:16 Oct 15 16:50:09.482 INFO kablam! | Oct 15 16:50:09.482 INFO kablam! 25 | use protocol::{Protocol, ProtocolFactory}; Oct 15 16:50:09.482 INFO kablam! | ^^^^^^^^ Oct 15 16:50:09.482 INFO kablam! Oct 15 16:50:09.482 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 16:50:09.482 INFO kablam! --> src/server/threaded.rs:61:18 Oct 15 16:50:09.482 INFO kablam! | Oct 15 16:50:09.482 INFO kablam! 61 | for _ in (0..threads) { Oct 15 16:50:09.482 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 15 16:50:09.482 INFO kablam! | Oct 15 16:50:09.482 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 16:50:09.482 INFO kablam! Oct 15 16:50:09.488 INFO kablam! warning: unused import: `mock::*` Oct 15 16:50:09.488 INFO kablam! --> src/test/prim.rs:2:5 Oct 15 16:50:09.488 INFO kablam! | Oct 15 16:50:09.489 INFO kablam! 2 | use mock::*; Oct 15 16:50:09.489 INFO kablam! | ^^^^^^^ Oct 15 16:50:09.489 INFO kablam! Oct 15 16:50:09.489 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 16:50:09.490 INFO kablam! --> src/test/prim.rs:20:24 Oct 15 16:50:09.490 INFO kablam! | Oct 15 16:50:09.490 INFO kablam! 20 | { test_i8_encode, (0..100), Byte, i8 }, Oct 15 16:50:09.491 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 15 16:50:09.491 INFO kablam! Oct 15 16:50:09.491 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 16:50:09.491 INFO kablam! --> src/test/prim.rs:21:24 Oct 15 16:50:09.492 INFO kablam! | Oct 15 16:50:09.492 INFO kablam! 21 | { test_i16_encode, (0..100), I16, i16 }, Oct 15 16:50:09.492 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 15 16:50:09.492 INFO kablam! Oct 15 16:50:09.493 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 16:50:09.493 INFO kablam! --> src/test/prim.rs:22:24 Oct 15 16:50:09.493 INFO kablam! | Oct 15 16:50:09.494 INFO kablam! 22 | { test_i32_encode, (0..100), I32, i32 }, Oct 15 16:50:09.494 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 15 16:50:09.494 INFO kablam! Oct 15 16:50:09.494 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 16:50:09.494 INFO kablam! --> src/test/prim.rs:23:24 Oct 15 16:50:09.494 INFO kablam! | Oct 15 16:50:09.494 INFO kablam! 23 | { test_i64_encode, (0..100), I64, i64 }, Oct 15 16:50:09.494 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 15 16:50:09.494 INFO kablam! Oct 15 16:50:09.494 INFO kablam! warning: unused import: `mock::*` Oct 15 16:50:09.494 INFO kablam! --> src/test/strukt.rs:2:5 Oct 15 16:50:09.494 INFO kablam! | Oct 15 16:50:09.494 INFO kablam! 2 | use mock::*; Oct 15 16:50:09.494 INFO kablam! | ^^^^^^^ Oct 15 16:50:09.494 INFO kablam! Oct 15 16:50:09.494 INFO kablam! warning: unused import: `mock::*` Oct 15 16:50:09.494 INFO kablam! --> src/test/enom.rs:2:5 Oct 15 16:50:09.494 INFO kablam! | Oct 15 16:50:09.494 INFO kablam! 2 | use mock::*; Oct 15 16:50:09.494 INFO kablam! | ^^^^^^^ Oct 15 16:50:09.494 INFO kablam! Oct 15 16:50:10.283 INFO kablam! warning: unused import: `std::io::Read` Oct 15 16:50:10.283 INFO kablam! --> src/mock/mod.rs:2:5 Oct 15 16:50:10.283 INFO kablam! | Oct 15 16:50:10.283 INFO kablam! 2 | use std::io::Read as IoRead; Oct 15 16:50:10.283 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 16:50:10.283 INFO kablam! Oct 15 16:50:10.283 INFO kablam! warning: unused import: `std::io::Write` Oct 15 16:50:10.283 INFO kablam! --> src/mock/mod.rs:3:5 Oct 15 16:50:10.283 INFO kablam! | Oct 15 16:50:10.283 INFO kablam! 3 | use std::io::Write as IoWrite; Oct 15 16:50:10.283 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 16:50:10.283 INFO kablam! Oct 15 16:50:10.445 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:10.445 INFO kablam! --> src/protocol/binary_protocol/mod.rs:128:44 Oct 15 16:50:10.445 INFO kablam! | Oct 15 16:50:10.445 INFO kablam! 128 | fn write_byte(&mut self, mut transport: &mut T, value: i8) -> Result<()> { Oct 15 16:50:10.445 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:10.445 INFO kablam! | | Oct 15 16:50:10.445 INFO kablam! | help: remove this `mut` Oct 15 16:50:10.445 INFO kablam! | Oct 15 16:50:10.445 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:50:10.445 INFO kablam! Oct 15 16:50:10.447 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:10.448 INFO kablam! --> src/protocol/binary_protocol/mod.rs:132:43 Oct 15 16:50:10.448 INFO kablam! | Oct 15 16:50:10.449 INFO kablam! 132 | fn write_i16(&mut self, mut transport: &mut T, value: i16) -> Result<()> { Oct 15 16:50:10.450 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:10.450 INFO kablam! | | Oct 15 16:50:10.450 INFO kablam! | help: remove this `mut` Oct 15 16:50:10.450 INFO kablam! Oct 15 16:50:10.450 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:10.450 INFO kablam! --> src/protocol/binary_protocol/mod.rs:136:43 Oct 15 16:50:10.450 INFO kablam! | Oct 15 16:50:10.450 INFO kablam! 136 | fn write_i32(&mut self, mut transport: &mut T, value: i32) -> Result<()> { Oct 15 16:50:10.450 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:10.450 INFO kablam! | | Oct 15 16:50:10.450 INFO kablam! | help: remove this `mut` Oct 15 16:50:10.450 INFO kablam! Oct 15 16:50:10.450 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:10.450 INFO kablam! --> src/protocol/binary_protocol/mod.rs:140:43 Oct 15 16:50:10.450 INFO kablam! | Oct 15 16:50:10.450 INFO kablam! 140 | fn write_i64(&mut self, mut transport: &mut T, value: i64) -> Result<()> { Oct 15 16:50:10.450 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:10.450 INFO kablam! | | Oct 15 16:50:10.450 INFO kablam! | help: remove this `mut` Oct 15 16:50:10.450 INFO kablam! Oct 15 16:50:10.450 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:10.450 INFO kablam! --> src/protocol/binary_protocol/mod.rs:144:46 Oct 15 16:50:10.450 INFO kablam! | Oct 15 16:50:10.450 INFO kablam! 144 | fn write_double(&mut self, mut transport: &mut T, value: f64) -> Result<()> { Oct 15 16:50:10.450 INFO kablam! | ----^^^^^^^^^ Oct 15 16:50:10.450 INFO kablam! | | Oct 15 16:50:10.450 INFO kablam! | help: remove this `mut` Oct 15 16:50:10.450 INFO kablam! Oct 15 16:50:10.523 INFO kablam! warning: variable does not need to be mutable Oct 15 16:50:10.523 INFO kablam! --> src/virt.rs:25:38 Oct 15 16:50:10.523 INFO kablam! | Oct 15 16:50:10.523 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.523 INFO kablam! | ----^^^^^^^^ Oct 15 16:50:10.523 INFO kablam! | | Oct 15 16:50:10.523 INFO kablam! | help: remove this `mut` Oct 15 16:50:10.523 INFO kablam! Oct 15 16:50:10.803 INFO kablam! warning: type alias is never used: `VirtualProxy` Oct 15 16:50:10.803 INFO kablam! --> src/proxy.rs:7:1 Oct 15 16:50:10.804 INFO kablam! | Oct 15 16:50:10.804 INFO kablam! 7 | type VirtualProxy = for<'e> Proxy>; Oct 15 16:50:10.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:50:10.805 INFO kablam! | Oct 15 16:50:10.805 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 16:50:10.805 INFO kablam! Oct 15 16:50:12.283 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.56s Oct 15 16:50:12.284 INFO kablam! su: No module specific data is present Oct 15 16:50:12.637 INFO running `"docker" "rm" "-f" "1e4a023981a3e66c96956ee2116041ca19f7fe4ab81b3881d627109d6a7e097e"` Oct 15 16:50:12.823 INFO blam! 1e4a023981a3e66c96956ee2116041ca19f7fe4ab81b3881d627109d6a7e097e Oct 15 16:50:12.832 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 16:50:13.102 INFO blam! a733c4fbbd299893407a664a6bdfde5041ccf479058f581da20229ca8fb3b290 Oct 15 16:50:13.105 INFO running `"docker" "start" "-a" "a733c4fbbd299893407a664a6bdfde5041ccf479058f581da20229ca8fb3b290"` Oct 15 16:50:13.512 INFO kablam! usermod: no changes Oct 15 16:50:13.545 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 16:50:13.545 INFO kablam! Running /target/debug/deps/terminal_thrift-f28e6fe20ff78790 Oct 15 16:50:13.548 INFO blam! Oct 15 16:50:13.549 INFO blam! running 29 tests Oct 15 16:50:13.549 INFO blam! test protocol::binary_protocol::test::read_bool ... ok Oct 15 16:50:13.549 INFO blam! test protocol::binary_protocol::test::read_binary ... ok Oct 15 16:50:13.549 INFO blam! test protocol::binary_protocol::test::read_field_begin ... ok Oct 15 16:50:13.549 INFO blam! test protocol::binary_protocol::test::read_list_begin ... ok Oct 15 16:50:13.549 INFO blam! test protocol::binary_protocol::test::read_i64 ... ok Oct 15 16:50:13.551 INFO blam! test protocol::binary_protocol::test::read_map_begin ... ok Oct 15 16:50:13.551 INFO blam! test protocol::binary_protocol::test::read_message_begin_invalid_message_type ... ok Oct 15 16:50:13.551 INFO blam! test protocol::binary_protocol::test::read_i32 ... ok Oct 15 16:50:13.552 INFO blam! test protocol::binary_protocol::test::read_i16 ... ok Oct 15 16:50:13.552 INFO blam! test protocol::binary_protocol::test::read_message_begin_bad_version ... ok Oct 15 16:50:13.552 INFO blam! test protocol::binary_protocol::test::read_byte ... ok Oct 15 16:50:13.552 INFO blam! test protocol::binary_protocol::test::read_double ... ok Oct 15 16:50:13.552 INFO blam! test protocol::binary_protocol::test::read_message_begin ... ok Oct 15 16:50:13.552 INFO blam! test protocol::binary_protocol::test::read_set_begin ... ok Oct 15 16:50:13.552 INFO blam! test test::prim::test_i8_encode ... ok Oct 15 16:50:13.554 INFO blam! test test::prim::test_string_encode ... ok Oct 15 16:50:13.554 INFO blam! test test::strukt::test_nested_list_in_struct ... ok Oct 15 16:50:13.554 INFO blam! test test::strukt::test_recursive_struct ... ok Oct 15 16:50:13.554 INFO blam! test test::strukt::test_simple_struct ... ok Oct 15 16:50:13.554 INFO blam! test test::strukt::test_struct_with_many_fields ... ok Oct 15 16:50:13.554 INFO blam! test test::strukt::test_struct_with_optional_field_as_none ... ok Oct 15 16:50:13.554 INFO blam! test protocol::binary_protocol::test::read_string ... ok Oct 15 16:50:13.555 INFO blam! test test::prim::test_list ... ok Oct 15 16:50:13.555 INFO blam! test test::strukt::test_empty_struct ... ok Oct 15 16:50:13.555 INFO blam! test test::strukt::test_struct_with_optional_field_as_some ... ok Oct 15 16:50:13.563 INFO blam! test test::prim::test_i32_encode ... ok Oct 15 16:50:13.563 INFO blam! test test::prim::test_i64_encode ... ok Oct 15 16:50:13.563 INFO blam! test test::prim::test_i16_encode ... ok Oct 15 16:50:13.563 INFO blam! test test::enom::test_enum ... ok Oct 15 16:50:13.563 INFO kablam! Doc-tests terminal_thrift Oct 15 16:50:13.563 INFO blam! Oct 15 16:50:13.563 INFO blam! test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:50:13.563 INFO blam! Oct 15 16:50:14.706 INFO blam! Oct 15 16:50:14.706 INFO blam! running 0 tests Oct 15 16:50:14.706 INFO blam! Oct 15 16:50:14.706 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:50:14.706 INFO blam! Oct 15 16:50:14.723 INFO kablam! su: No module specific data is present Oct 15 16:50:15.015 INFO running `"docker" "rm" "-f" "a733c4fbbd299893407a664a6bdfde5041ccf479058f581da20229ca8fb3b290"` Oct 15 16:50:15.305 INFO blam! a733c4fbbd299893407a664a6bdfde5041ccf479058f581da20229ca8fb3b290