Oct 11 10:15:19.843 INFO testing terminal_thrift-0.3.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:15:19.844 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:15:19.845 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:15:20.227 INFO blam! 00f054782f1a8bef1bd74b578e1bf966a6d2b7cef4341e16e046a25d19152096 Oct 11 10:15:20.228 INFO running `"docker" "start" "-a" "00f054782f1a8bef1bd74b578e1bf966a6d2b7cef4341e16e046a25d19152096"` Oct 11 10:15:20.880 INFO kablam! usermod: no changes Oct 11 10:15:20.968 INFO kablam! Compiling terminal_thrift v0.3.2 (/source) Oct 11 10:15:22.146 INFO kablam! warning: unused `#[macro_use]` import Oct 11 10:15:22.146 INFO kablam! --> src/lib.rs:5:1 Oct 11 10:15:22.146 INFO kablam! | Oct 11 10:15:22.146 INFO kablam! 5 | #[macro_use] Oct 11 10:15:22.146 INFO kablam! | ^^^^^^^^^^^^ Oct 11 10:15:22.146 INFO kablam! | Oct 11 10:15:22.146 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:15:22.146 INFO kablam! Oct 11 10:15:22.146 INFO kablam! warning: unused import: `Protocol` Oct 11 10:15:22.146 INFO kablam! --> src/server/threaded.rs:25:16 Oct 11 10:15:22.146 INFO kablam! | Oct 11 10:15:22.146 INFO kablam! 25 | use protocol::{Protocol, ProtocolFactory}; Oct 11 10:15:22.146 INFO kablam! | ^^^^^^^^ Oct 11 10:15:22.146 INFO kablam! Oct 11 10:15:22.146 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 10:15:22.146 INFO kablam! --> src/server/threaded.rs:61:18 Oct 11 10:15:22.146 INFO kablam! | Oct 11 10:15:22.146 INFO kablam! 61 | for _ in (0..threads) { Oct 11 10:15:22.146 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 10:15:22.146 INFO kablam! | Oct 11 10:15:22.146 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:15:22.146 INFO kablam! Oct 11 10:15:22.772 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:22.772 INFO kablam! --> src/protocol/binary_protocol/mod.rs:128:44 Oct 11 10:15:22.772 INFO kablam! | Oct 11 10:15:22.772 INFO kablam! 128 | fn write_byte(&mut self, mut transport: &mut T, value: i8) -> Result<()> { Oct 11 10:15:22.772 INFO kablam! | ----^^^^^^^^^ Oct 11 10:15:22.772 INFO kablam! | | Oct 11 10:15:22.772 INFO kablam! | help: remove this `mut` Oct 11 10:15:22.772 INFO kablam! | Oct 11 10:15:22.772 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:15:22.772 INFO kablam! Oct 11 10:15:22.772 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:22.772 INFO kablam! --> src/protocol/binary_protocol/mod.rs:132:43 Oct 11 10:15:22.772 INFO kablam! | Oct 11 10:15:22.772 INFO kablam! 132 | fn write_i16(&mut self, mut transport: &mut T, value: i16) -> Result<()> { Oct 11 10:15:22.772 INFO kablam! | ----^^^^^^^^^ Oct 11 10:15:22.772 INFO kablam! | | Oct 11 10:15:22.772 INFO kablam! | help: remove this `mut` Oct 11 10:15:22.773 INFO kablam! Oct 11 10:15:22.773 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:22.773 INFO kablam! --> src/protocol/binary_protocol/mod.rs:136:43 Oct 11 10:15:22.773 INFO kablam! | Oct 11 10:15:22.773 INFO kablam! 136 | fn write_i32(&mut self, mut transport: &mut T, value: i32) -> Result<()> { Oct 11 10:15:22.773 INFO kablam! | ----^^^^^^^^^ Oct 11 10:15:22.773 INFO kablam! | | Oct 11 10:15:22.773 INFO kablam! | help: remove this `mut` Oct 11 10:15:22.773 INFO kablam! Oct 11 10:15:22.773 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:22.773 INFO kablam! --> src/protocol/binary_protocol/mod.rs:140:43 Oct 11 10:15:22.773 INFO kablam! | Oct 11 10:15:22.773 INFO kablam! 140 | fn write_i64(&mut self, mut transport: &mut T, value: i64) -> Result<()> { Oct 11 10:15:22.773 INFO kablam! | ----^^^^^^^^^ Oct 11 10:15:22.773 INFO kablam! | | Oct 11 10:15:22.773 INFO kablam! | help: remove this `mut` Oct 11 10:15:22.773 INFO kablam! Oct 11 10:15:22.773 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:22.773 INFO kablam! --> src/protocol/binary_protocol/mod.rs:144:46 Oct 11 10:15:22.773 INFO kablam! | Oct 11 10:15:22.773 INFO kablam! 144 | fn write_double(&mut self, mut transport: &mut T, value: f64) -> Result<()> { Oct 11 10:15:22.773 INFO kablam! | ----^^^^^^^^^ Oct 11 10:15:22.773 INFO kablam! | | Oct 11 10:15:22.773 INFO kablam! | help: remove this `mut` Oct 11 10:15:22.773 INFO kablam! Oct 11 10:15:22.816 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:22.816 INFO kablam! --> src/virt.rs:25:38 Oct 11 10:15:22.816 INFO kablam! | Oct 11 10:15:22.816 INFO kablam! 25 | fn encode<'p, 't, P1, T1>(&self, mut protocol: &'p mut P1, mut transport: &'t mut T1) -> Result<()> Oct 11 10:15:22.816 INFO kablam! | ----^^^^^^^^ Oct 11 10:15:22.816 INFO kablam! | | Oct 11 10:15:22.816 INFO kablam! | help: remove this `mut` Oct 11 10:15:22.816 INFO kablam! Oct 11 10:15:22.964 INFO kablam! warning: type alias is never used: `VirtualProxy` Oct 11 10:15:22.964 INFO kablam! --> src/proxy.rs:7:1 Oct 11 10:15:22.964 INFO kablam! | Oct 11 10:15:22.964 INFO kablam! 7 | type VirtualProxy = for<'e> Proxy>; Oct 11 10:15:22.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:22.964 INFO kablam! | Oct 11 10:15:22.964 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 10:15:22.964 INFO kablam! Oct 11 10:15:23.533 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.62s Oct 11 10:15:23.536 INFO kablam! su: No module specific data is present Oct 11 10:15:24.048 INFO running `"docker" "rm" "-f" "00f054782f1a8bef1bd74b578e1bf966a6d2b7cef4341e16e046a25d19152096"` Oct 11 10:15:24.349 INFO blam! 00f054782f1a8bef1bd74b578e1bf966a6d2b7cef4341e16e046a25d19152096 Oct 11 10:15:24.351 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:15:24.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:15:24.766 INFO blam! de3334c7ad3e9051fcae8e2124f6701f76b46a878a1580fbca0a331f3984cc08 Oct 11 10:15:24.774 INFO running `"docker" "start" "-a" "de3334c7ad3e9051fcae8e2124f6701f76b46a878a1580fbca0a331f3984cc08"` Oct 11 10:15:25.341 INFO kablam! usermod: no changes Oct 11 10:15:25.374 INFO kablam! Compiling terminal_thrift v0.3.2 (/source) Oct 11 10:15:26.681 INFO kablam! warning: unused `#[macro_use]` import Oct 11 10:15:26.681 INFO kablam! --> src/lib.rs:5:1 Oct 11 10:15:26.681 INFO kablam! | Oct 11 10:15:26.681 INFO kablam! 5 | #[macro_use] Oct 11 10:15:26.681 INFO kablam! | ^^^^^^^^^^^^ Oct 11 10:15:26.681 INFO kablam! | Oct 11 10:15:26.681 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:15:26.681 INFO kablam! Oct 11 10:15:26.683 INFO kablam! warning: unused import: `Protocol` Oct 11 10:15:26.683 INFO kablam! --> src/server/threaded.rs:25:16 Oct 11 10:15:26.683 INFO kablam! | Oct 11 10:15:26.683 INFO kablam! 25 | use protocol::{Protocol, ProtocolFactory}; Oct 11 10:15:26.683 INFO kablam! | ^^^^^^^^ Oct 11 10:15:26.683 INFO kablam! Oct 11 10:15:26.683 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 10:15:26.684 INFO kablam! --> src/server/threaded.rs:61:18 Oct 11 10:15:26.684 INFO kablam! | Oct 11 10:15:26.684 INFO kablam! 61 | for _ in (0..threads) { Oct 11 10:15:26.684 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 11 10:15:26.684 INFO kablam! | Oct 11 10:15:26.684 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:15:26.684 INFO kablam! Oct 11 10:15:26.689 INFO kablam! warning: unused import: `mock::*` Oct 11 10:15:26.689 INFO kablam! --> src/test/prim.rs:2:5 Oct 11 10:15:26.689 INFO kablam! | Oct 11 10:15:26.689 INFO kablam! 2 | use mock::*; Oct 11 10:15:26.689 INFO kablam! | ^^^^^^^ Oct 11 10:15:26.689 INFO kablam! Oct 11 10:15:26.689 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 10:15:26.689 INFO kablam! --> src/test/prim.rs:20:24 Oct 11 10:15:26.689 INFO kablam! | Oct 11 10:15:26.689 INFO kablam! 20 | { test_i8_encode, (0..100), Byte, i8 }, Oct 11 10:15:26.689 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 11 10:15:26.689 INFO kablam! Oct 11 10:15:26.694 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 10:15:26.694 INFO kablam! --> src/test/prim.rs:21:24 Oct 11 10:15:26.694 INFO kablam! | Oct 11 10:15:26.694 INFO kablam! 21 | { test_i16_encode, (0..100), I16, i16 }, Oct 11 10:15:26.694 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 11 10:15:26.694 INFO kablam! Oct 11 10:15:26.694 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 10:15:26.694 INFO kablam! --> src/test/prim.rs:22:24 Oct 11 10:15:26.694 INFO kablam! | Oct 11 10:15:26.694 INFO kablam! 22 | { test_i32_encode, (0..100), I32, i32 }, Oct 11 10:15:26.694 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 11 10:15:26.694 INFO kablam! Oct 11 10:15:26.694 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 10:15:26.694 INFO kablam! --> src/test/prim.rs:23:24 Oct 11 10:15:26.694 INFO kablam! | Oct 11 10:15:26.694 INFO kablam! 23 | { test_i64_encode, (0..100), I64, i64 }, Oct 11 10:15:26.694 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 11 10:15:26.694 INFO kablam! Oct 11 10:15:26.694 INFO kablam! warning: unused import: `mock::*` Oct 11 10:15:26.694 INFO kablam! --> src/test/strukt.rs:2:5 Oct 11 10:15:26.694 INFO kablam! | Oct 11 10:15:26.694 INFO kablam! 2 | use mock::*; Oct 11 10:15:26.694 INFO kablam! | ^^^^^^^ Oct 11 10:15:26.694 INFO kablam! Oct 11 10:15:26.694 INFO kablam! warning: unused import: `mock::*` Oct 11 10:15:26.694 INFO kablam! --> src/test/enom.rs:2:5 Oct 11 10:15:26.694 INFO kablam! | Oct 11 10:15:26.694 INFO kablam! 2 | use mock::*; Oct 11 10:15:26.694 INFO kablam! | ^^^^^^^ Oct 11 10:15:26.694 INFO kablam! Oct 11 10:15:27.540 INFO kablam! warning: unused import: `std::io::Read` Oct 11 10:15:27.540 INFO kablam! --> src/mock/mod.rs:2:5 Oct 11 10:15:27.540 INFO kablam! | Oct 11 10:15:27.540 INFO kablam! 2 | use std::io::Read as IoRead; Oct 11 10:15:27.541 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:15:27.541 INFO kablam! Oct 11 10:15:27.541 INFO kablam! warning: unused import: `std::io::Write` Oct 11 10:15:27.541 INFO kablam! --> src/mock/mod.rs:3:5 Oct 11 10:15:27.541 INFO kablam! | Oct 11 10:15:27.541 INFO kablam! 3 | use std::io::Write as IoWrite; Oct 11 10:15:27.541 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 10:15:27.541 INFO kablam! Oct 11 10:15:27.690 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:27.690 INFO kablam! --> src/protocol/binary_protocol/mod.rs:128:44 Oct 11 10:15:27.690 INFO kablam! | Oct 11 10:15:27.690 INFO kablam! 128 | fn write_byte(&mut self, mut transport: &mut T, value: i8) -> Result<()> { Oct 11 10:15:27.691 INFO kablam! | ----^^^^^^^^^ Oct 11 10:15:27.691 INFO kablam! | | Oct 11 10:15:27.691 INFO kablam! | help: remove this `mut` Oct 11 10:15:27.691 INFO kablam! | Oct 11 10:15:27.691 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:15:27.691 INFO kablam! Oct 11 10:15:27.691 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:27.691 INFO kablam! --> src/protocol/binary_protocol/mod.rs:132:43 Oct 11 10:15:27.691 INFO kablam! | Oct 11 10:15:27.691 INFO kablam! 132 | fn write_i16(&mut self, mut transport: &mut T, value: i16) -> Result<()> { Oct 11 10:15:27.691 INFO kablam! | ----^^^^^^^^^ Oct 11 10:15:27.691 INFO kablam! | | Oct 11 10:15:27.691 INFO kablam! | help: remove this `mut` Oct 11 10:15:27.691 INFO kablam! Oct 11 10:15:27.691 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:27.691 INFO kablam! --> src/protocol/binary_protocol/mod.rs:136:43 Oct 11 10:15:27.691 INFO kablam! | Oct 11 10:15:27.691 INFO kablam! 136 | fn write_i32(&mut self, mut transport: &mut T, value: i32) -> Result<()> { Oct 11 10:15:27.691 INFO kablam! | ----^^^^^^^^^ Oct 11 10:15:27.691 INFO kablam! | | Oct 11 10:15:27.691 INFO kablam! | help: remove this `mut` Oct 11 10:15:27.691 INFO kablam! Oct 11 10:15:27.692 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:27.692 INFO kablam! --> src/protocol/binary_protocol/mod.rs:140:43 Oct 11 10:15:27.692 INFO kablam! | Oct 11 10:15:27.692 INFO kablam! 140 | fn write_i64(&mut self, mut transport: &mut T, value: i64) -> Result<()> { Oct 11 10:15:27.692 INFO kablam! | ----^^^^^^^^^ Oct 11 10:15:27.692 INFO kablam! | | Oct 11 10:15:27.692 INFO kablam! | help: remove this `mut` Oct 11 10:15:27.692 INFO kablam! Oct 11 10:15:27.693 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:27.693 INFO kablam! --> src/protocol/binary_protocol/mod.rs:144:46 Oct 11 10:15:27.693 INFO kablam! | Oct 11 10:15:27.693 INFO kablam! 144 | fn write_double(&mut self, mut transport: &mut T, value: f64) -> Result<()> { Oct 11 10:15:27.693 INFO kablam! | ----^^^^^^^^^ Oct 11 10:15:27.693 INFO kablam! | | Oct 11 10:15:27.693 INFO kablam! | help: remove this `mut` Oct 11 10:15:27.693 INFO kablam! Oct 11 10:15:27.772 INFO kablam! warning: variable does not need to be mutable Oct 11 10:15:27.772 INFO kablam! --> src/virt.rs:25:38 Oct 11 10:15:27.773 INFO kablam! | Oct 11 10:15:27.773 INFO kablam! 25 | fn encode<'p, 't, P1, T1>(&self, mut protocol: &'p mut P1, mut transport: &'t mut T1) -> Result<()> Oct 11 10:15:27.773 INFO kablam! | ----^^^^^^^^ Oct 11 10:15:27.773 INFO kablam! | | Oct 11 10:15:27.773 INFO kablam! | help: remove this `mut` Oct 11 10:15:27.773 INFO kablam! Oct 11 10:15:28.067 INFO kablam! warning: type alias is never used: `VirtualProxy` Oct 11 10:15:28.067 INFO kablam! --> src/proxy.rs:7:1 Oct 11 10:15:28.067 INFO kablam! | Oct 11 10:15:28.067 INFO kablam! 7 | type VirtualProxy = for<'e> Proxy>; Oct 11 10:15:28.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:15:28.067 INFO kablam! | Oct 11 10:15:28.067 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 10:15:28.067 INFO kablam! Oct 11 10:15:29.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.43s Oct 11 10:15:29.804 INFO kablam! su: No module specific data is present Oct 11 10:15:30.300 INFO running `"docker" "rm" "-f" "de3334c7ad3e9051fcae8e2124f6701f76b46a878a1580fbca0a331f3984cc08"` Oct 11 10:15:30.580 INFO blam! de3334c7ad3e9051fcae8e2124f6701f76b46a878a1580fbca0a331f3984cc08 Oct 11 10:15:30.592 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:15:30.593 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:15:31.000 INFO blam! 5a9e131f9cacff3bf1ee9fbff92da0738d4329daa8adcbe267dfc7e60677d04c Oct 11 10:15:31.004 INFO running `"docker" "start" "-a" "5a9e131f9cacff3bf1ee9fbff92da0738d4329daa8adcbe267dfc7e60677d04c"` Oct 11 10:15:32.287 INFO kablam! usermod: no changes Oct 11 10:15:32.345 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 10:15:32.355 INFO kablam! Running /target/debug/deps/terminal_thrift-f28e6fe20ff78790 Oct 11 10:15:32.362 INFO blam! Oct 11 10:15:32.362 INFO blam! running 29 tests Oct 11 10:15:32.362 INFO blam! test protocol::binary_protocol::test::read_bool ... ok Oct 11 10:15:32.362 INFO blam! test protocol::binary_protocol::test::read_byte ... ok Oct 11 10:15:32.362 INFO blam! test protocol::binary_protocol::test::read_double ... ok Oct 11 10:15:32.372 INFO blam! test protocol::binary_protocol::test::read_field_begin ... ok Oct 11 10:15:32.372 INFO blam! test protocol::binary_protocol::test::read_i16 ... ok Oct 11 10:15:32.372 INFO blam! test protocol::binary_protocol::test::read_i32 ... ok Oct 11 10:15:32.373 INFO blam! test protocol::binary_protocol::test::read_map_begin ... ok Oct 11 10:15:32.373 INFO blam! test protocol::binary_protocol::test::read_binary ... ok Oct 11 10:15:32.373 INFO blam! test protocol::binary_protocol::test::read_list_begin ... ok Oct 11 10:15:32.373 INFO blam! test protocol::binary_protocol::test::read_i64 ... ok Oct 11 10:15:32.373 INFO blam! test protocol::binary_protocol::test::read_message_begin_bad_version ... ok Oct 11 10:15:32.373 INFO blam! test protocol::binary_protocol::test::read_message_begin ... ok Oct 11 10:15:32.373 INFO blam! test test::prim::test_i64_encode ... ok Oct 11 10:15:32.373 INFO blam! test test::prim::test_i8_encode ... ok Oct 11 10:15:32.373 INFO blam! test test::prim::test_i32_encode ... ok Oct 11 10:15:32.373 INFO blam! test protocol::binary_protocol::test::read_set_begin ... ok Oct 11 10:15:32.373 INFO blam! test test::prim::test_i16_encode ... ok Oct 11 10:15:32.373 INFO blam! test test::enom::test_enum ... ok Oct 11 10:15:32.373 INFO blam! test protocol::binary_protocol::test::read_string ... ok Oct 11 10:15:32.373 INFO blam! test test::strukt::test_empty_struct ... ok Oct 11 10:15:32.373 INFO blam! test test::prim::test_list ... ok Oct 11 10:15:32.373 INFO blam! test protocol::binary_protocol::test::read_message_begin_invalid_message_type ... ok Oct 11 10:15:32.373 INFO blam! test test::strukt::test_struct_with_optional_field_as_some ... ok Oct 11 10:15:32.373 INFO blam! test test::strukt::test_struct_with_many_fields ... ok Oct 11 10:15:32.384 INFO blam! test test::strukt::test_simple_struct ... ok Oct 11 10:15:32.384 INFO blam! test test::strukt::test_struct_with_optional_field_as_none ... ok Oct 11 10:15:32.384 INFO blam! test test::strukt::test_nested_list_in_struct ... ok Oct 11 10:15:32.384 INFO blam! test test::strukt::test_recursive_struct ... ok Oct 11 10:15:32.384 INFO blam! test test::prim::test_string_encode ... ok Oct 11 10:15:32.384 INFO blam! Oct 11 10:15:32.384 INFO blam! test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:15:32.384 INFO blam! Oct 11 10:15:32.388 INFO kablam! Doc-tests terminal_thrift Oct 11 10:15:34.661 INFO blam! Oct 11 10:15:34.661 INFO blam! running 0 tests Oct 11 10:15:34.661 INFO blam! Oct 11 10:15:34.661 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:15:34.661 INFO blam! Oct 11 10:15:34.668 INFO kablam! su: No module specific data is present Oct 11 10:15:35.248 INFO running `"docker" "rm" "-f" "5a9e131f9cacff3bf1ee9fbff92da0738d4329daa8adcbe267dfc7e60677d04c"` Oct 11 10:15:35.520 INFO blam! 5a9e131f9cacff3bf1ee9fbff92da0738d4329daa8adcbe267dfc7e60677d04c