Oct 11 13:29:58.038 INFO testing rmp-0.8.7 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 13:29:58.039 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 13:29:58.040 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 13:29:58.386 INFO blam! aa2ffa2efeda3bcb980081cab7c76dc83d39b867284979f77d3e0479f92bd459 Oct 11 13:29:58.396 INFO running `"docker" "start" "-a" "aa2ffa2efeda3bcb980081cab7c76dc83d39b867284979f77d3e0479f92bd459"` Oct 11 13:29:59.251 INFO kablam! usermod: no changes Oct 11 13:29:59.360 INFO kablam! Compiling rmp v0.8.7 (/source) Oct 11 13:30:00.300 INFO kablam! warning: use of deprecated item 'decode::str::read_str_ref': useless, use `read_str_from_slice` instead Oct 11 13:30:00.300 INFO kablam! --> src/decode/mod.rs:21:66 Oct 11 13:30:00.300 INFO kablam! | Oct 11 13:30:00.300 INFO kablam! 21 | pub use self::str::{read_str_len, read_str, read_str_from_slice, read_str_ref, DecodeStringError}; Oct 11 13:30:00.300 INFO kablam! | ^^^^^^^^^^^^ Oct 11 13:30:00.300 INFO kablam! | Oct 11 13:30:00.300 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 13:30:00.300 INFO kablam! Oct 11 13:30:00.625 INFO kablam! warning: variable does not need to be mutable Oct 11 13:30:00.625 INFO kablam! --> src/decode/str.rs:110:36 Oct 11 13:30:00.625 INFO kablam! | Oct 11 13:30:00.625 INFO kablam! 110 | pub fn read_str<'r, R>(rd: &mut R, mut buf: &'r mut [u8]) -> Result<&'r str, DecodeStringError<'r>> Oct 11 13:30:00.626 INFO kablam! | ----^^^ Oct 11 13:30:00.626 INFO kablam! | | Oct 11 13:30:00.626 INFO kablam! | help: remove this `mut` Oct 11 13:30:00.627 INFO kablam! | Oct 11 13:30:00.627 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 13:30:00.627 INFO kablam! Oct 11 13:30:00.989 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 11 13:30:01.004 INFO kablam! su: No module specific data is present Oct 11 13:30:01.496 INFO running `"docker" "rm" "-f" "aa2ffa2efeda3bcb980081cab7c76dc83d39b867284979f77d3e0479f92bd459"` Oct 11 13:30:01.756 INFO blam! aa2ffa2efeda3bcb980081cab7c76dc83d39b867284979f77d3e0479f92bd459 Oct 11 13:30:01.760 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 13:30:01.760 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 13:30:02.274 INFO blam! 7d2b54bfde6cfe97f0ae0edcd7857498d27faf9ba77c8e60725a253fc534eddc Oct 11 13:30:02.276 INFO running `"docker" "start" "-a" "7d2b54bfde6cfe97f0ae0edcd7857498d27faf9ba77c8e60725a253fc534eddc"` Oct 11 13:30:03.179 INFO kablam! usermod: no changes Oct 11 13:30:03.308 INFO kablam! Compiling quickcheck v0.3.2 Oct 11 13:30:07.261 INFO kablam! Compiling rmp v0.8.7 (/source) Oct 11 13:30:08.384 INFO kablam! warning: use of deprecated item 'decode::str::read_str_ref': useless, use `read_str_from_slice` instead Oct 11 13:30:08.384 INFO kablam! --> src/decode/mod.rs:21:66 Oct 11 13:30:08.384 INFO kablam! | Oct 11 13:30:08.384 INFO kablam! 21 | pub use self::str::{read_str_len, read_str, read_str_from_slice, read_str_ref, DecodeStringError}; Oct 11 13:30:08.384 INFO kablam! | ^^^^^^^^^^^^ Oct 11 13:30:08.384 INFO kablam! | Oct 11 13:30:08.384 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 13:30:08.384 INFO kablam! Oct 11 13:30:08.696 INFO kablam! warning: variable does not need to be mutable Oct 11 13:30:08.696 INFO kablam! --> src/decode/str.rs:110:36 Oct 11 13:30:08.696 INFO kablam! | Oct 11 13:30:08.696 INFO kablam! 110 | pub fn read_str<'r, R>(rd: &mut R, mut buf: &'r mut [u8]) -> Result<&'r str, DecodeStringError<'r>> Oct 11 13:30:08.696 INFO kablam! | ----^^^ Oct 11 13:30:08.696 INFO kablam! | | Oct 11 13:30:08.696 INFO kablam! | help: remove this `mut` Oct 11 13:30:08.696 INFO kablam! | Oct 11 13:30:08.696 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 13:30:08.696 INFO kablam! Oct 11 13:30:13.417 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.21s Oct 11 13:30:13.442 INFO kablam! su: No module specific data is present Oct 11 13:30:13.805 INFO running `"docker" "rm" "-f" "7d2b54bfde6cfe97f0ae0edcd7857498d27faf9ba77c8e60725a253fc534eddc"` Oct 11 13:30:13.919 INFO blam! 7d2b54bfde6cfe97f0ae0edcd7857498d27faf9ba77c8e60725a253fc534eddc Oct 11 13:30:13.923 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 13:30:13.923 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 13:30:14.115 INFO blam! fdc74b460f651c4ff2c80df247a2145fda50c8c50fb6ebddd6b1e061c2aa331d Oct 11 13:30:14.117 INFO running `"docker" "start" "-a" "fdc74b460f651c4ff2c80df247a2145fda50c8c50fb6ebddd6b1e061c2aa331d"` Oct 11 13:30:14.633 INFO kablam! usermod: no changes Oct 11 13:30:14.698 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 13:30:14.710 INFO kablam! Running /target/debug/deps/rmp-0fe3dbf9da1ab940 Oct 11 13:30:14.712 INFO blam! Oct 11 13:30:14.712 INFO blam! running 0 tests Oct 11 13:30:14.712 INFO blam! Oct 11 13:30:14.712 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:30:14.712 INFO kablam! Running /target/debug/deps/lib-94d402ef66e6f301 Oct 11 13:30:14.712 INFO blam! Oct 11 13:30:14.715 INFO blam! Oct 11 13:30:14.715 INFO blam! running 177 tests Oct 11 13:30:14.716 INFO blam! test func::decode::array::from_array16_max_read_size ... ok Oct 11 13:30:14.716 INFO blam! test func::decode::array::from_array32_max_read_size ... ok Oct 11 13:30:14.720 INFO blam! test func::decode::array::from_array32_min_read_size ... ok Oct 11 13:30:14.720 INFO blam! test func::decode::array::from_fixarray_max_read_size ... ok Oct 11 13:30:14.721 INFO blam! test func::decode::bin::from_bin32_max_read_len ... ok Oct 11 13:30:14.721 INFO blam! test func::decode::array::from_empty_array_read_size ... ok Oct 11 13:30:14.721 INFO blam! test func::decode::bin::from_bin16_max_read_len ... ok Oct 11 13:30:14.722 INFO blam! test func::decode::bin::from_null_read_len ... ok Oct 11 13:30:14.722 INFO blam! test func::decode::bool::from_bool_false ... ok Oct 11 13:30:14.733 INFO blam! test func::decode::bin::from_bin8_min_read_len ... ok Oct 11 13:30:14.733 INFO blam! test func::decode::bin::from_bin8_max_read_len ... ok Oct 11 13:30:14.733 INFO blam! test func::decode::bool::from_bool_true ... ok Oct 11 13:30:14.733 INFO blam! test func::decode::array::from_null_read_array_len ... ok Oct 11 13:30:14.733 INFO blam! test func::decode::ext::from_ext16_read_ext_meta ... ok Oct 11 13:30:14.733 INFO blam! test func::decode::ext::from_fixext16_read_ext_meta ... ok Oct 11 13:30:14.733 INFO blam! test func::decode::ext::from_fixext1_read_ext_meta ... ok Oct 11 13:30:14.739 INFO blam! test func::decode::ext::from_fixext1_read_fixext1 ... ok Oct 11 13:30:14.740 INFO blam! test func::decode::ext::from_fixext16_read_fixext16 ... ok Oct 11 13:30:14.740 INFO blam! test func::decode::ext::from_ext8_read_ext_meta ... ok Oct 11 13:30:14.740 INFO blam! test func::decode::ext::from_ext32_read_ext_meta ... ok Oct 11 13:30:14.741 INFO blam! test func::decode::array::from_array16_min_read_size ... ok Oct 11 13:30:14.741 INFO blam! test func::decode::ext::from_fixext2_read_fixext2 ... ok Oct 11 13:30:14.741 INFO blam! test func::decode::ext::from_fixext2_read_ext_meta ... ok Oct 11 13:30:14.741 INFO blam! test func::decode::bin::from_bin8_eof_read_len ... ok Oct 11 13:30:14.741 INFO blam! test func::decode::ext::from_fixext8_read_ext_meta ... ok Oct 11 13:30:14.742 INFO blam! test func::decode::ext::from_fixext8_read_fixext8 ... ok Oct 11 13:30:14.742 INFO blam! test func::decode::ext::from_fixext4_read_fixext4 ... ok Oct 11 13:30:14.742 INFO blam! test func::decode::float::from_f32_inf ... ok Oct 11 13:30:14.742 INFO blam! test func::decode::float::from_f32_max ... ok Oct 11 13:30:14.742 INFO blam! test func::decode::float::from_f32_neg_inf ... ok Oct 11 13:30:14.742 INFO blam! test func::decode::float::from_f32_zero_plus ... ok Oct 11 13:30:14.742 INFO blam! test func::decode::ext::from_fixext4_read_ext_meta ... ok Oct 11 13:30:14.743 INFO blam! test func::decode::float::from_f64_neg_inf ... ok Oct 11 13:30:14.743 INFO blam! test func::decode::float::from_f64_zero_minus ... ok Oct 11 13:30:14.743 INFO blam! test func::decode::float::from_f64_zero_plus ... ok Oct 11 13:30:14.743 INFO blam! test func::decode::float::from_null_read_f32 ... ok Oct 11 13:30:14.743 INFO blam! test func::decode::float::from_null_read_f64 ... ok Oct 11 13:30:14.743 INFO blam! test func::decode::map::from_fixmap_min_read_size ... ok Oct 11 13:30:14.744 INFO blam! test func::decode::float::from_f64_inf ... ok Oct 11 13:30:14.744 INFO blam! test func::decode::map::from_fixmap_max_read_size ... ok Oct 11 13:30:14.744 INFO blam! test func::decode::map::from_map16_max_read_size ... ok Oct 11 13:30:14.744 INFO blam! test func::decode::map::from_map16_min_read_size ... ok Oct 11 13:30:14.745 INFO blam! test func::decode::map::from_map32_min_read_size ... ok Oct 11 13:30:14.745 INFO blam! test func::decode::null::fail_invalid_marker ... ok Oct 11 13:30:14.745 INFO blam! test func::decode::map::from_null_read_map_len ... ok Oct 11 13:30:14.745 INFO blam! test func::decode::null::fail_unexpected_eof ... ok Oct 11 13:30:14.745 INFO blam! test func::decode::null::pass ... ok Oct 11 13:30:14.745 INFO blam! test func::decode::sint::from_i16_max ... ok Oct 11 13:30:14.745 INFO blam! test func::decode::null::interrupt_safe ... ok Oct 11 13:30:14.746 INFO blam! test func::decode::sint::from_i16_type_mismatch ... ok Oct 11 13:30:14.746 INFO blam! test func::decode::sint::from_i32_max ... ok Oct 11 13:30:14.746 INFO blam! test func::decode::sint::from_i16_min ... ok Oct 11 13:30:14.746 INFO blam! test func::decode::sint::from_i16_min_read_int ... ok Oct 11 13:30:14.746 INFO blam! test func::decode::sint::from_i16_max_read_int ... ok Oct 11 13:30:14.747 INFO blam! test func::decode::sint::from_i32_min ... ok Oct 11 13:30:14.747 INFO blam! test func::decode::sint::from_i64_max ... ok Oct 11 13:30:14.748 INFO blam! test func::decode::sint::from_i32_min_read_int ... ok Oct 11 13:30:14.748 INFO blam! test func::decode::sint::from_i64_max_read_int ... ok Oct 11 13:30:14.748 INFO blam! test func::decode::sint::from_i32_type_mismatch ... ok Oct 11 13:30:14.748 INFO blam! test func::decode::sint::from_i32_max_read_int ... ok Oct 11 13:30:14.749 INFO blam! test func::decode::sint::from_i64_min_read_int ... ok Oct 11 13:30:14.749 INFO blam! test func::decode::sint::from_i64_min ... ok Oct 11 13:30:14.749 INFO blam! test func::decode::sint::from_i8_max_read_int ... ok Oct 11 13:30:14.752 INFO blam! test func::decode::sint::from_i8_max ... ok Oct 11 13:30:14.756 INFO blam! test func::decode::sint::from_i8_min_read_int ... ok Oct 11 13:30:14.756 INFO blam! test func::decode::sint::from_i64_type_mismatch ... ok Oct 11 13:30:14.757 INFO blam! test func::decode::sint::from_i8_type_mismatch ... ok Oct 11 13:30:14.757 INFO blam! test func::decode::sint::from_i8_min ... ok Oct 11 13:30:14.761 INFO blam! test func::decode::sint::from_nfix_max ... ok Oct 11 13:30:14.761 INFO blam! test func::decode::sint::from_nfix_max_read_int ... ok Oct 11 13:30:14.762 INFO blam! test func::decode::array::from_array32_unexpected_eof_read_size ... FAILED Oct 11 13:30:14.762 INFO blam! test func::decode::sint::from_i8_unexpected_eof ... ok Oct 11 13:30:14.762 INFO blam! test func::decode::array::from_array16_unexpected_eof_read_size ... FAILED Oct 11 13:30:14.762 INFO blam! test func::decode::sint::from_i16_unexpected_eof ... FAILED Oct 11 13:30:14.762 INFO blam! test func::decode::sint::from_i32_unexpected_eof ... FAILED Oct 11 13:30:14.762 INFO blam! test func::decode::sint::from_i64_unexpected_eof ... FAILED Oct 11 13:30:14.762 INFO blam! test func::decode::string::from_null_read_str_len ... ok Oct 11 13:30:14.764 INFO blam! test func::decode::sint::from_nfix_min_read_int ... ok Oct 11 13:30:14.764 INFO blam! test func::decode::sint::from_nfix_min ... ok Oct 11 13:30:14.764 INFO blam! test func::decode::string::from_str16_min_read_str_len ... ok Oct 11 13:30:14.764 INFO blam! test func::decode::string::from_fixstr_rnd_read_str_len ... ok Oct 11 13:30:14.764 INFO blam! test func::decode::string::from_fixstr_min_read_str_len ... ok Oct 11 13:30:14.764 INFO blam! test func::decode::string::from_str32_min_read_str_len ... ok Oct 11 13:30:14.764 INFO blam! test func::decode::string::from_str32_max_read_str_len ... ok Oct 11 13:30:14.764 INFO blam! test func::decode::string::from_str8_max_read_str_len ... ok Oct 11 13:30:14.764 INFO blam! test func::decode::string::from_str8_read_str_len_eof ... ok Oct 11 13:30:14.764 INFO blam! test func::decode::string::from_str8_rnd_read_str_len ... ok Oct 11 13:30:14.764 INFO blam! test func::decode::string::from_str16_max_read_str_len ... ok Oct 11 13:30:14.765 INFO blam! test func::decode::string::from_str8_min_read_str_len ... ok Oct 11 13:30:14.765 INFO blam! test func::decode::string::from_str_strfix_buffer_too_small ... ok Oct 11 13:30:14.765 INFO blam! test func::decode::string::from_str16_read_str_len_eof ... FAILED Oct 11 13:30:14.765 INFO blam! test func::decode::string::from_fixstr_max_read_str_len ... ok Oct 11 13:30:14.765 INFO blam! test func::decode::string::from_str_strfix_decode_from_slice_with_trailing_bytes ... ok Oct 11 13:30:14.765 INFO blam! test func::decode::string::from_str_strfix ... ok Oct 11 13:30:14.765 INFO blam! test func::decode::string::example_process_sequence_of_strings ... ok Oct 11 13:30:14.766 INFO blam! test func::decode::string::from_str_strfix_decode_from_slice ... ok Oct 11 13:30:14.766 INFO blam! test func::decode::sint::from_nfix_type_mismatch ... ok Oct 11 13:30:14.766 INFO blam! test func::decode::string::from_str_strfix_extra_data ... ok Oct 11 13:30:14.766 INFO blam! test func::decode::string::from_str_strfix_exact_buffer ... ok Oct 11 13:30:14.766 INFO blam! test func::decode::string::from_str_strfix_invalid_utf8 ... ok Oct 11 13:30:14.766 INFO blam! test func::decode::uint::from_positive_fixnum ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::string::from_str32_read_str_len_eof ... FAILED Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_u8_type_mismatch ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_unsigned_invalid_unknown_marker_read_int ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_unsigned_u16_incomplete_read_int ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_unsigned_u16_read_int ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_u8_max ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_u8_unexpected_eof ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_u32_max ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_unsigned_fixnum_read_int ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_u16_min ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_u8_min ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_unsigned_u64_read_int ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_unsigned_invalid_marker_read_int ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_unsigned_u8_incomplete_read_int ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_unsigned_u32_incomplete_read_int ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_unsigned_u8_read_int ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::array::pass_pack_len_u16 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::array::pass_pack_len_fix ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_unsigned_u64_incomplete_read_int ... ok Oct 11 13:30:14.769 INFO blam! test func::decode::uint::from_unsigned_u32_read_int ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::bin::pass_pack_len_u16 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::bin::pass_pack_len_u32 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::bin::pass_pack_len_u8 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::ext::pass_pack_meta_16 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::array::pass_pack_len_u32 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::ext::pass_pack_meta_8 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::ext::pass_pack_meta_32 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::ext::pass_pack_meta_fix16 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::ext::pass_pack_meta_fix1 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::bool::pass_pack_false ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::ext::pass_pack_meta_fix2 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::bool::pass_pack_true ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::ext::pass_pack_meta_fix4 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::int::fail_pack_nfix_too_small ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::int::pass_pack_i32 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::int::pass_pack_i64 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::int::pass_pack_i8 ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::int::pass_pack_nfix ... ok Oct 11 13:30:14.769 INFO blam! test func::encode::int::pass_pack_pfix ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_sint_fix ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_sint_i16_max ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_sint_i16_min ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_sint_i32_max ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_sint_i32_min ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_sint_i64_max ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_sint_i64_min ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_sint_i8_min ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_u16 ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_u32 ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_u64 ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_u8 ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_uint_fix ... ok Oct 11 13:30:14.771 INFO blam! test func::encode::int::pass_pack_uint_u16 ... ok Oct 11 13:30:14.772 INFO blam! test func::encode::int::pass_pack_uint_u32 ... ok Oct 11 13:30:14.772 INFO blam! test func::encode::int::pass_pack_uint_u64 ... ok Oct 11 13:30:14.772 INFO blam! test func::encode::int::pass_pack_uint_u8 ... ok Oct 11 13:30:14.772 INFO blam! test func::encode::map::pass_pack_len_fix ... ok Oct 11 13:30:14.772 INFO blam! test func::encode::map::pass_pack_len_u16 ... ok Oct 11 13:30:14.772 INFO blam! test func::encode::map::pass_pack_len_u32 ... ok Oct 11 13:30:14.772 INFO blam! test func::encode::null::fail_pack_too_small_buffer ... ok Oct 11 13:30:14.772 INFO blam! test func::encode::null::pass_pack ... ok Oct 11 13:30:14.772 INFO blam! test func::encode::string::pass_pack_len_fix ... ok Oct 11 13:30:14.772 INFO blam! test func::encode::string::pass_pack_len_u16 ... ok Oct 11 13:30:14.772 INFO blam! test func::encode::string::pass_pack_len_u32 ... ok Oct 11 13:30:14.778 INFO blam! test func::encode::int::fail_pack_nfix_too_large ... ok Oct 11 13:30:14.778 INFO blam! test func::encode::float::pass_pack_f64 ... ok Oct 11 13:30:14.778 INFO blam! test func::encode::int::fail_pack_pfix_too_small_buffer ... ok Oct 11 13:30:14.778 INFO blam! test func::encode::int::pass_pack_i16 ... ok Oct 11 13:30:14.778 INFO blam! test func::encode::float::pass_pack_f32 ... ok Oct 11 13:30:14.778 INFO blam! test func::encode::ext::pass_pack_meta_fix8 ... ok Oct 11 13:30:14.778 INFO blam! test func::encode::int::fail_pack_pfix_too_large ... ok Oct 11 13:30:14.778 INFO blam! test func::encode::string::pass_pack_len_u8 ... ok Oct 11 13:30:14.779 INFO blam! test func::mirror::mirror_f64 ... ok Oct 11 13:30:14.788 INFO blam! test func::mirror::mirror_uint ... ok Oct 11 13:30:14.788 INFO blam! test func::mirror::mirror_sint ... ok Oct 11 13:30:14.788 INFO blam! test func::mirror::mirror_f32 ... ok Oct 11 13:30:14.788 INFO blam! Oct 11 13:30:14.788 INFO blam! failures: Oct 11 13:30:14.788 INFO blam! Oct 11 13:30:14.788 INFO blam! ---- func::decode::array::from_array32_unexpected_eof_read_size stdout ---- Oct 11 13:30:14.788 INFO blam! thread 'func::decode::array::from_array32_unexpected_eof_read_size' panicked at 'assertion failed: `(left == right)` Oct 11 13:30:14.788 INFO blam! left: `4`, Oct 11 13:30:14.788 INFO blam! right: `1`', tests/func/decode/array.rs:78:5 Oct 11 13:30:14.788 INFO blam! stack backtrace: Oct 11 13:30:14.788 INFO blam! 0: 0x5616de7489ce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 13:30:14.788 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 13:30:14.788 INFO blam! 1: 0x5616de751876 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 13:30:14.788 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 13:30:14.788 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 13:30:14.788 INFO blam! 2: 0x5616de74c5cd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 13:30:14.788 INFO blam! at libstd/panicking.rs:211 Oct 11 13:30:14.788 INFO blam! 3: 0x5616de74c2db - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 13:30:14.788 INFO blam! at libstd/panicking.rs:221 Oct 11 13:30:14.788 INFO blam! 4: 0x5616de74cc7c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 13:30:14.788 INFO blam! at libstd/panicking.rs:476 Oct 11 13:30:14.788 INFO blam! 5: 0x5616de74c839 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 13:30:14.788 INFO blam! at libstd/panicking.rs:390 Oct 11 13:30:14.788 INFO blam! 6: 0x5616de74c79d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 13:30:14.788 INFO blam! at libstd/panicking.rs:345 Oct 11 13:30:14.788 INFO blam! 7: 0x5616de5aab1a - lib::func::decode::array::from_array32_unexpected_eof_read_size::h2933949340b6bc50 Oct 11 13:30:14.788 INFO blam! at tests/func/decode/array.rs:78 Oct 11 13:30:14.788 INFO blam! 8: 0x5616de5aa909 - lib::func::decode::array::from_array32_unexpected_eof_read_size::{{closure}}::h393ecf850000058c Oct 11 13:30:14.788 INFO blam! at tests/func/decode/array.rs:73 Oct 11 13:30:14.789 INFO blam! 9: 0x5616de5a029d - core::ops::function::FnOnce::call_once::h1f94cfa5dda0d6f0 Oct 11 13:30:14.789 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.789 INFO blam! 10: 0x5616de5b692e - >::call_box::h95b7cb918af67b5d Oct 11 13:30:14.789 INFO blam! at libtest/lib.rs:1468 Oct 11 13:30:14.789 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.789 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.789 INFO blam! 11: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.789 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.789 INFO blam! 12: 0x5616de5d747d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 13:30:14.789 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.789 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.789 INFO blam! at libtest/lib.rs:1423 Oct 11 13:30:14.789 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 13:30:14.789 INFO blam! 13: 0x5616de5d8084 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 13:30:14.789 INFO blam! at libstd/thread/mod.rs:409 Oct 11 13:30:14.789 INFO blam! at libstd/panic.rs:313 Oct 11 13:30:14.789 INFO blam! at libstd/panicking.rs:310 Oct 11 13:30:14.789 INFO blam! 14: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.789 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.789 INFO blam! 15: 0x5616de5c5646 - >::call_box::h96125cb29a9ba44b Oct 11 13:30:14.789 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.789 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.789 INFO blam! at libstd/thread/mod.rs:408 Oct 11 13:30:14.789 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.789 INFO blam! 16: 0x5616de74aa0a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 13:30:14.789 INFO blam! at liballoc/boxed.rs:682 Oct 11 13:30:14.789 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 13:30:14.789 INFO blam! 17: 0x5616de740045 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 13:30:14.789 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 13:30:14.789 INFO blam! 18: 0x7f84174336b9 - start_thread Oct 11 13:30:14.789 INFO blam! 19: 0x7f8416f5341c - clone Oct 11 13:30:14.789 INFO blam! 20: 0x0 - Oct 11 13:30:14.789 INFO blam! Oct 11 13:30:14.789 INFO blam! ---- func::decode::array::from_array16_unexpected_eof_read_size stdout ---- Oct 11 13:30:14.789 INFO blam! thread 'func::decode::array::from_array16_unexpected_eof_read_size' panicked at 'assertion failed: `(left == right)` Oct 11 13:30:14.789 INFO blam! left: `2`, Oct 11 13:30:14.789 INFO blam! right: `1`', tests/func/decode/array.rs:51:5 Oct 11 13:30:14.789 INFO blam! stack backtrace: Oct 11 13:30:14.789 INFO blam! 0: 0x5616de7489ce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 13:30:14.789 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 13:30:14.789 INFO blam! 1: 0x5616de751876 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 13:30:14.789 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 13:30:14.789 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 13:30:14.789 INFO blam! 2: 0x5616de74c5cd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 13:30:14.789 INFO blam! at libstd/panicking.rs:211 Oct 11 13:30:14.789 INFO blam! 3: 0x5616de74c2db - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 13:30:14.789 INFO blam! at libstd/panicking.rs:221 Oct 11 13:30:14.789 INFO blam! 4: 0x5616de74cc7c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 13:30:14.789 INFO blam! at libstd/panicking.rs:476 Oct 11 13:30:14.789 INFO blam! 5: 0x5616de74c839 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 13:30:14.789 INFO blam! at libstd/panicking.rs:390 Oct 11 13:30:14.789 INFO blam! 6: 0x5616de74c79d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 13:30:14.789 INFO blam! at libstd/panicking.rs:345 Oct 11 13:30:14.789 INFO blam! 7: 0x5616de5aa1fa - lib::func::decode::array::from_array16_unexpected_eof_read_size::heb80dd50d863377d Oct 11 13:30:14.789 INFO blam! at tests/func/decode/array.rs:51 Oct 11 13:30:14.789 INFO blam! 8: 0x5616de5a9fe9 - lib::func::decode::array::from_array16_unexpected_eof_read_size::{{closure}}::h2d7dc837b33f4cf5 Oct 11 13:30:14.789 INFO blam! at tests/func/decode/array.rs:46 Oct 11 13:30:14.789 INFO blam! 9: 0x5616de5a065d - core::ops::function::FnOnce::call_once::h2fa6ad368cd1007c Oct 11 13:30:14.789 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.789 INFO blam! 10: 0x5616de5b692e - >::call_box::h95b7cb918af67b5d Oct 11 13:30:14.789 INFO blam! at libtest/lib.rs:1468 Oct 11 13:30:14.789 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.789 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.789 INFO blam! 11: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.789 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.789 INFO blam! 12: 0x5616de5d747d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 13:30:14.789 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.789 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.789 INFO blam! at libtest/lib.rs:1423 Oct 11 13:30:14.789 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 13:30:14.789 INFO blam! 13: 0x5616de5d8084 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 13:30:14.789 INFO blam! at libstd/thread/mod.rs:409 Oct 11 13:30:14.789 INFO blam! at libstd/panic.rs:313 Oct 11 13:30:14.789 INFO blam! at libstd/panicking.rs:310 Oct 11 13:30:14.789 INFO blam! 14: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.789 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.789 INFO blam! 15: 0x5616de5c5646 - >::call_box::h96125cb29a9ba44b Oct 11 13:30:14.789 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.789 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.789 INFO blam! at libstd/thread/mod.rs:408 Oct 11 13:30:14.789 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.789 INFO blam! 16: 0x5616de74aa0a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 13:30:14.789 INFO blam! at liballoc/boxed.rs:682 Oct 11 13:30:14.789 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 13:30:14.789 INFO blam! 17: 0x5616de740045 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 13:30:14.789 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 13:30:14.789 INFO blam! 18: 0x7f84174336b9 - start_thread Oct 11 13:30:14.789 INFO blam! 19: 0x7f8416f5341c - clone Oct 11 13:30:14.789 INFO blam! 20: 0x0 - Oct 11 13:30:14.789 INFO blam! Oct 11 13:30:14.790 INFO blam! ---- func::decode::sint::from_i16_unexpected_eof stdout ---- Oct 11 13:30:14.790 INFO blam! thread 'func::decode::sint::from_i16_unexpected_eof' panicked at 'assertion failed: `(left == right)` Oct 11 13:30:14.790 INFO blam! left: `2`, Oct 11 13:30:14.790 INFO blam! right: `1`', tests/func/decode/sint.rs:111:5 Oct 11 13:30:14.790 INFO blam! stack backtrace: Oct 11 13:30:14.790 INFO blam! 0: 0x5616de7489ce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 13:30:14.790 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 13:30:14.790 INFO blam! 1: 0x5616de751876 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 13:30:14.790 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 13:30:14.790 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 13:30:14.790 INFO blam! 2: 0x5616de74c5cd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:211 Oct 11 13:30:14.790 INFO blam! 3: 0x5616de74c2db - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:221 Oct 11 13:30:14.790 INFO blam! 4: 0x5616de74cc7c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:476 Oct 11 13:30:14.790 INFO blam! 5: 0x5616de74c839 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:390 Oct 11 13:30:14.790 INFO blam! 6: 0x5616de74c79d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:345 Oct 11 13:30:14.790 INFO blam! 7: 0x5616de5586a3 - lib::func::decode::sint::from_i16_unexpected_eof::h5befc1e06fa032e9 Oct 11 13:30:14.790 INFO blam! at tests/func/decode/sint.rs:111 Oct 11 13:30:14.790 INFO blam! 8: 0x5616de558479 - lib::func::decode::sint::from_i16_unexpected_eof::{{closure}}::h093c7739908a1da2 Oct 11 13:30:14.790 INFO blam! at tests/func/decode/sint.rs:106 Oct 11 13:30:14.790 INFO blam! 9: 0x5616de5a285d - core::ops::function::FnOnce::call_once::hecc6b6e4f9655554 Oct 11 13:30:14.790 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.790 INFO blam! 10: 0x5616de5b692e - >::call_box::h95b7cb918af67b5d Oct 11 13:30:14.790 INFO blam! at libtest/lib.rs:1468 Oct 11 13:30:14.790 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.790 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.790 INFO blam! 11: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.790 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.790 INFO blam! 12: 0x5616de5d747d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.790 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.790 INFO blam! at libtest/lib.rs:1423 Oct 11 13:30:14.790 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 13:30:14.790 INFO blam! 13: 0x5616de5d8084 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 13:30:14.790 INFO blam! at libstd/thread/mod.rs:409 Oct 11 13:30:14.790 INFO blam! at libstd/panic.rs:313 Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:310 Oct 11 13:30:14.790 INFO blam! 14: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.790 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.790 INFO blam! 15: 0x5616de5c5646 - >::call_box::h96125cb29a9ba44b Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.790 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.790 INFO blam! at libstd/thread/mod.rs:408 Oct 11 13:30:14.790 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.790 INFO blam! 16: 0x5616de74aa0a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 13:30:14.790 INFO blam! at liballoc/boxed.rs:682 Oct 11 13:30:14.790 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 13:30:14.790 INFO blam! 17: 0x5616de740045 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 13:30:14.790 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 13:30:14.790 INFO blam! 18: 0x7f84174336b9 - start_thread Oct 11 13:30:14.790 INFO blam! 19: 0x7f8416f5341c - clone Oct 11 13:30:14.790 INFO blam! 20: 0x0 - Oct 11 13:30:14.790 INFO blam! Oct 11 13:30:14.790 INFO blam! ---- func::decode::sint::from_i32_unexpected_eof stdout ---- Oct 11 13:30:14.790 INFO blam! thread 'func::decode::sint::from_i32_unexpected_eof' panicked at 'assertion failed: `(left == right)` Oct 11 13:30:14.790 INFO blam! left: `4`, Oct 11 13:30:14.790 INFO blam! right: `1`', tests/func/decode/sint.rs:150:5 Oct 11 13:30:14.790 INFO blam! stack backtrace: Oct 11 13:30:14.790 INFO blam! 0: 0x5616de7489ce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 13:30:14.790 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 13:30:14.790 INFO blam! 1: 0x5616de751876 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 13:30:14.790 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 13:30:14.790 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 13:30:14.790 INFO blam! 2: 0x5616de74c5cd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:211 Oct 11 13:30:14.790 INFO blam! 3: 0x5616de74c2db - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:221 Oct 11 13:30:14.790 INFO blam! 4: 0x5616de74cc7c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:476 Oct 11 13:30:14.790 INFO blam! 5: 0x5616de74c839 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:390 Oct 11 13:30:14.790 INFO blam! 6: 0x5616de74c79d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 13:30:14.790 INFO blam! at libstd/panicking.rs:345 Oct 11 13:30:14.790 INFO blam! 7: 0x5616de559385 - lib::func::decode::sint::from_i32_unexpected_eof::h856ae11ef4a843cc Oct 11 13:30:14.790 INFO blam! at tests/func/decode/sint.rs:150 Oct 11 13:30:14.790 INFO blam! 8: 0x5616de559159 - lib::func::decode::sint::from_i32_unexpected_eof::{{closure}}::hc605b1f233f2ebac Oct 11 13:30:14.790 INFO blam! at tests/func/decode/sint.rs:145 Oct 11 13:30:14.790 INFO blam! 9: 0x5616de5a141d - core::ops::function::FnOnce::call_once::h760ac99334799592 Oct 11 13:30:14.790 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.790 INFO blam! 10: 0x5616de5b692e - >::call_box::h95b7cb918af67b5d Oct 11 13:30:14.790 INFO blam! at libtest/lib.rs:1468 Oct 11 13:30:14.790 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.790 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.790 INFO blam! 11: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.790 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.791 INFO blam! 12: 0x5616de5d747d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 13:30:14.791 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.791 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.791 INFO blam! at libtest/lib.rs:1423 Oct 11 13:30:14.791 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 13:30:14.791 INFO blam! 13: 0x5616de5d8084 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 13:30:14.791 INFO blam! at libstd/thread/mod.rs:409 Oct 11 13:30:14.791 INFO blam! at libstd/panic.rs:313 Oct 11 13:30:14.791 INFO blam! at libstd/panicking.rs:310 Oct 11 13:30:14.791 INFO blam! 14: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.791 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.791 INFO blam! 15: 0x5616de5c5646 - >::call_box::h96125cb29a9ba44b Oct 11 13:30:14.791 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.791 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.791 INFO blam! at libstd/thread/mod.rs:408 Oct 11 13:30:14.791 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.791 INFO blam! 16: 0x5616de74aa0a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 13:30:14.791 INFO blam! at liballoc/boxed.rs:682 Oct 11 13:30:14.791 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 13:30:14.791 INFO blam! 17: 0x5616de740045 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 13:30:14.791 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 13:30:14.791 INFO blam! 18: 0x7f84174336b9 - start_thread Oct 11 13:30:14.791 INFO blam! 19: 0x7f8416f5341c - clone Oct 11 13:30:14.791 INFO blam! 20: 0x0 - Oct 11 13:30:14.791 INFO blam! Oct 11 13:30:14.791 INFO blam! ---- func::decode::sint::from_i64_unexpected_eof stdout ---- Oct 11 13:30:14.791 INFO blam! thread 'func::decode::sint::from_i64_unexpected_eof' panicked at 'assertion failed: `(left == right)` Oct 11 13:30:14.791 INFO blam! left: `8`, Oct 11 13:30:14.791 INFO blam! right: `1`', tests/func/decode/sint.rs:189:5 Oct 11 13:30:14.791 INFO blam! stack backtrace: Oct 11 13:30:14.791 INFO blam! 0: 0x5616de7489ce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 13:30:14.791 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 13:30:14.791 INFO blam! 1: 0x5616de751876 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 13:30:14.791 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 13:30:14.791 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 13:30:14.791 INFO blam! 2: 0x5616de74c5cd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 13:30:14.791 INFO blam! at libstd/panicking.rs:211 Oct 11 13:30:14.791 INFO blam! 3: 0x5616de74c2db - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 13:30:14.791 INFO blam! at libstd/panicking.rs:221 Oct 11 13:30:14.791 INFO blam! 4: 0x5616de74cc7c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 13:30:14.791 INFO blam! at libstd/panicking.rs:476 Oct 11 13:30:14.791 INFO blam! 5: 0x5616de74c839 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 13:30:14.791 INFO blam! at libstd/panicking.rs:390 Oct 11 13:30:14.791 INFO blam! 6: 0x5616de74c79d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 13:30:14.791 INFO blam! at libstd/panicking.rs:345 Oct 11 13:30:14.791 INFO blam! 7: 0x5616de55a0e1 - lib::func::decode::sint::from_i64_unexpected_eof::hc3be8d4c95a31c35 Oct 11 13:30:14.791 INFO blam! at tests/func/decode/sint.rs:189 Oct 11 13:30:14.791 INFO blam! 8: 0x5616de559e99 - lib::func::decode::sint::from_i64_unexpected_eof::{{closure}}::hac5e67e6c1eb665f Oct 11 13:30:14.791 INFO blam! at tests/func/decode/sint.rs:184 Oct 11 13:30:14.791 INFO blam! 9: 0x5616de5a19dd - core::ops::function::FnOnce::call_once::h94e8826d5ab1401b Oct 11 13:30:14.791 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.791 INFO blam! 10: 0x5616de5b692e - >::call_box::h95b7cb918af67b5d Oct 11 13:30:14.791 INFO blam! at libtest/lib.rs:1468 Oct 11 13:30:14.791 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.791 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.791 INFO blam! 11: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.791 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.791 INFO blam! 12: 0x5616de5d747d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 13:30:14.791 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.791 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.791 INFO blam! at libtest/lib.rs:1423 Oct 11 13:30:14.791 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 13:30:14.791 INFO blam! 13: 0x5616de5d8084 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 13:30:14.791 INFO blam! at libstd/thread/mod.rs:409 Oct 11 13:30:14.791 INFO blam! at libstd/panic.rs:313 Oct 11 13:30:14.791 INFO blam! at libstd/panicking.rs:310 Oct 11 13:30:14.791 INFO blam! 14: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.791 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.791 INFO blam! 15: 0x5616de5c5646 - >::call_box::h96125cb29a9ba44b Oct 11 13:30:14.791 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.791 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.791 INFO blam! at libstd/thread/mod.rs:408 Oct 11 13:30:14.791 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.791 INFO blam! 16: 0x5616de74aa0a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 13:30:14.791 INFO blam! at liballoc/boxed.rs:682 Oct 11 13:30:14.791 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 13:30:14.791 INFO blam! 17: 0x5616de740045 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 13:30:14.791 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 13:30:14.791 INFO blam! 18: 0x7f84174336b9 - start_thread Oct 11 13:30:14.791 INFO blam! 19: 0x7f8416f5341c - clone Oct 11 13:30:14.791 INFO blam! 20: 0x0 - Oct 11 13:30:14.791 INFO blam! Oct 11 13:30:14.791 INFO blam! ---- func::decode::string::from_str16_read_str_len_eof stdout ---- Oct 11 13:30:14.791 INFO blam! thread 'func::decode::string::from_str16_read_str_len_eof' panicked at 'assertion failed: `(left == right)` Oct 11 13:30:14.791 INFO blam! left: `2`, Oct 11 13:30:14.791 INFO blam! right: `1`', tests/func/decode/string.rs:93:5 Oct 11 13:30:14.791 INFO blam! stack backtrace: Oct 11 13:30:14.791 INFO blam! 0: 0x5616de7489ce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 13:30:14.791 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 13:30:14.792 INFO blam! 1: 0x5616de751876 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 13:30:14.792 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 13:30:14.792 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 13:30:14.792 INFO blam! 2: 0x5616de74c5cd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:211 Oct 11 13:30:14.792 INFO blam! 3: 0x5616de74c2db - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:221 Oct 11 13:30:14.792 INFO blam! 4: 0x5616de74cc7c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:476 Oct 11 13:30:14.792 INFO blam! 5: 0x5616de74c839 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:390 Oct 11 13:30:14.792 INFO blam! 6: 0x5616de74c79d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:345 Oct 11 13:30:14.792 INFO blam! 7: 0x5616de58edaa - lib::func::decode::string::from_str16_read_str_len_eof::h262dbdd8c7d34153 Oct 11 13:30:14.792 INFO blam! at tests/func/decode/string.rs:93 Oct 11 13:30:14.792 INFO blam! 8: 0x5616de58eb99 - lib::func::decode::string::from_str16_read_str_len_eof::{{closure}}::h136dcb82046ec53d Oct 11 13:30:14.792 INFO blam! at tests/func/decode/string.rs:88 Oct 11 13:30:14.792 INFO blam! 9: 0x5616de5a011d - core::ops::function::FnOnce::call_once::h15ff9d586f51732a Oct 11 13:30:14.792 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.792 INFO blam! 10: 0x5616de5b692e - >::call_box::h95b7cb918af67b5d Oct 11 13:30:14.792 INFO blam! at libtest/lib.rs:1468 Oct 11 13:30:14.792 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.792 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.792 INFO blam! 11: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.792 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.792 INFO blam! 12: 0x5616de5d747d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.792 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.792 INFO blam! at libtest/lib.rs:1423 Oct 11 13:30:14.792 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 13:30:14.792 INFO blam! 13: 0x5616de5d8084 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 13:30:14.792 INFO blam! at libstd/thread/mod.rs:409 Oct 11 13:30:14.792 INFO blam! at libstd/panic.rs:313 Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:310 Oct 11 13:30:14.792 INFO blam! 14: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.792 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.792 INFO blam! 15: 0x5616de5c5646 - >::call_box::h96125cb29a9ba44b Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.792 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.792 INFO blam! at libstd/thread/mod.rs:408 Oct 11 13:30:14.792 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.792 INFO blam! 16: 0x5616de74aa0a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 13:30:14.792 INFO blam! at liballoc/boxed.rs:682 Oct 11 13:30:14.792 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 13:30:14.792 INFO blam! 17: 0x5616de740045 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 13:30:14.792 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 13:30:14.792 INFO blam! 18: 0x7f84174336b9 - start_thread Oct 11 13:30:14.792 INFO blam! 19: 0x7f8416f5341c - clone Oct 11 13:30:14.792 INFO blam! 20: 0x0 - Oct 11 13:30:14.792 INFO blam! Oct 11 13:30:14.792 INFO blam! ---- func::decode::string::from_str32_read_str_len_eof stdout ---- Oct 11 13:30:14.792 INFO blam! thread 'func::decode::string::from_str32_read_str_len_eof' panicked at 'assertion failed: `(left == right)` Oct 11 13:30:14.792 INFO blam! left: `4`, Oct 11 13:30:14.792 INFO blam! right: `1`', tests/func/decode/string.rs:120:5 Oct 11 13:30:14.792 INFO blam! stack backtrace: Oct 11 13:30:14.792 INFO blam! 0: 0x5616de7489ce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 13:30:14.792 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 13:30:14.792 INFO blam! 1: 0x5616de751876 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 13:30:14.792 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 13:30:14.792 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 13:30:14.792 INFO blam! 2: 0x5616de74c5cd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:211 Oct 11 13:30:14.792 INFO blam! 3: 0x5616de74c2db - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:221 Oct 11 13:30:14.792 INFO blam! 4: 0x5616de74cc7c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:476 Oct 11 13:30:14.792 INFO blam! 5: 0x5616de74c839 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:390 Oct 11 13:30:14.792 INFO blam! 6: 0x5616de74c79d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 13:30:14.792 INFO blam! at libstd/panicking.rs:345 Oct 11 13:30:14.792 INFO blam! 7: 0x5616de58f6ca - lib::func::decode::string::from_str32_read_str_len_eof::h8ab7374447eb7e68 Oct 11 13:30:14.792 INFO blam! at tests/func/decode/string.rs:120 Oct 11 13:30:14.792 INFO blam! 8: 0x5616de58f4b9 - lib::func::decode::string::from_str32_read_str_len_eof::{{closure}}::h6f6f0cf884ff35a3 Oct 11 13:30:14.792 INFO blam! at tests/func/decode/string.rs:115 Oct 11 13:30:14.792 INFO blam! 9: 0x5616de5a1b9d - core::ops::function::FnOnce::call_once::ha0e9673b02ffdf03 Oct 11 13:30:14.792 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.792 INFO blam! 10: 0x5616de5b692e - >::call_box::h95b7cb918af67b5d Oct 11 13:30:14.792 INFO blam! at libtest/lib.rs:1468 Oct 11 13:30:14.792 INFO blam! at libcore/ops/function.rs:238 Oct 11 13:30:14.792 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.792 INFO blam! 11: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.792 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.792 INFO blam! 12: 0x5616de5d747d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 13:30:14.793 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.793 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.793 INFO blam! at libtest/lib.rs:1423 Oct 11 13:30:14.793 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 13:30:14.793 INFO blam! 13: 0x5616de5d8084 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 13:30:14.793 INFO blam! at libstd/thread/mod.rs:409 Oct 11 13:30:14.793 INFO blam! at libstd/panic.rs:313 Oct 11 13:30:14.793 INFO blam! at libstd/panicking.rs:310 Oct 11 13:30:14.793 INFO blam! 14: 0x5616de75ca49 - __rust_maybe_catch_panic Oct 11 13:30:14.793 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 13:30:14.793 INFO blam! 15: 0x5616de5c5646 - >::call_box::h96125cb29a9ba44b Oct 11 13:30:14.793 INFO blam! at libstd/panicking.rs:289 Oct 11 13:30:14.793 INFO blam! at libstd/panic.rs:392 Oct 11 13:30:14.793 INFO blam! at libstd/thread/mod.rs:408 Oct 11 13:30:14.793 INFO blam! at liballoc/boxed.rs:672 Oct 11 13:30:14.793 INFO blam! 16: 0x5616de74aa0a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 13:30:14.793 INFO blam! at liballoc/boxed.rs:682 Oct 11 13:30:14.793 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 13:30:14.793 INFO blam! 17: 0x5616de740045 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 13:30:14.793 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 13:30:14.793 INFO blam! 18: 0x7f84174336b9 - start_thread Oct 11 13:30:14.793 INFO blam! 19: 0x7f8416f5341c - clone Oct 11 13:30:14.793 INFO blam! 20: 0x0 - Oct 11 13:30:14.793 INFO blam! Oct 11 13:30:14.793 INFO blam! Oct 11 13:30:14.793 INFO blam! failures: Oct 11 13:30:14.793 INFO blam! func::decode::array::from_array16_unexpected_eof_read_size Oct 11 13:30:14.793 INFO blam! func::decode::array::from_array32_unexpected_eof_read_size Oct 11 13:30:14.793 INFO blam! func::decode::sint::from_i16_unexpected_eof Oct 11 13:30:14.793 INFO blam! func::decode::sint::from_i32_unexpected_eof Oct 11 13:30:14.793 INFO blam! func::decode::sint::from_i64_unexpected_eof Oct 11 13:30:14.793 INFO blam! func::decode::string::from_str16_read_str_len_eof Oct 11 13:30:14.793 INFO blam! func::decode::string::from_str32_read_str_len_eof Oct 11 13:30:14.793 INFO blam! Oct 11 13:30:14.793 INFO blam! test result: FAILED. 170 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:30:14.793 INFO blam! Oct 11 13:30:14.798 INFO kablam! error: test failed, to rerun pass '--test lib' Oct 11 13:30:14.798 INFO kablam! su: No module specific data is present Oct 11 13:30:15.020 INFO running `"docker" "rm" "-f" "fdc74b460f651c4ff2c80df247a2145fda50c8c50fb6ebddd6b1e061c2aa331d"` Oct 11 13:30:15.112 INFO blam! fdc74b460f651c4ff2c80df247a2145fda50c8c50fb6ebddd6b1e061c2aa331d