Oct 16 17:06:04.288 INFO testing bencode-0.1.16 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 17:06:04.290 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 17:06:04.746 INFO blam! 53144f0da003aca88b682d877e566b66adf2b841e7602a229b07ff02c5d933ba Oct 16 17:06:04.748 INFO running `"docker" "start" "-a" "53144f0da003aca88b682d877e566b66adf2b841e7602a229b07ff02c5d933ba"` Oct 16 17:06:06.754 INFO kablam! usermod: no changes Oct 16 17:06:06.807 INFO kablam! warning: path `/source/src/bencode.rs` was erroneously implicitly accepted for library `bencode`, Oct 16 17:06:06.807 INFO kablam! please rename the file to `src/lib.rs` or set lib.path in Cargo.toml Oct 16 17:06:06.818 INFO kablam! Compiling bencode v0.1.16 (/source) Oct 16 17:06:07.611 INFO kablam! warning: unused macro definition Oct 16 17:06:07.612 INFO kablam! --> src/bencode.rs:710:1 Oct 16 17:06:07.612 INFO kablam! | Oct 16 17:06:07.612 INFO kablam! 710 | / macro_rules! tryenc(($e:expr) => ( Oct 16 17:06:07.613 INFO kablam! 711 | | match $e { Oct 16 17:06:07.613 INFO kablam! 712 | | Ok(e) => e, Oct 16 17:06:07.613 INFO kablam! 713 | | Err(e) => { Oct 16 17:06:07.614 INFO kablam! ... | Oct 16 17:06:07.614 INFO kablam! 716 | | } Oct 16 17:06:07.614 INFO kablam! 717 | | )); Oct 16 17:06:07.614 INFO kablam! | |___^ Oct 16 17:06:07.615 INFO kablam! | Oct 16 17:06:07.615 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 17:06:07.615 INFO kablam! Oct 16 17:06:09.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.08s Oct 16 17:06:09.871 INFO kablam! su: No module specific data is present Oct 16 17:06:10.837 INFO running `"docker" "rm" "-f" "53144f0da003aca88b682d877e566b66adf2b841e7602a229b07ff02c5d933ba"` Oct 16 17:06:11.143 INFO blam! 53144f0da003aca88b682d877e566b66adf2b841e7602a229b07ff02c5d933ba Oct 16 17:06:11.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 17:06:11.562 INFO blam! e9d17ada5fb7b48db116b5b86d4d570401634e88682e650e47b90868a96a9139 Oct 16 17:06:11.565 INFO running `"docker" "start" "-a" "e9d17ada5fb7b48db116b5b86d4d570401634e88682e650e47b90868a96a9139"` Oct 16 17:06:12.843 INFO kablam! usermod: no changes Oct 16 17:06:12.875 INFO kablam! warning: path `/source/src/bencode.rs` was erroneously implicitly accepted for library `bencode`, Oct 16 17:06:12.875 INFO kablam! please rename the file to `src/lib.rs` or set lib.path in Cargo.toml Oct 16 17:06:12.878 INFO kablam! Compiling bencode v0.1.16 (/source) Oct 16 17:06:14.064 INFO kablam! warning: unused macro definition Oct 16 17:06:14.064 INFO kablam! --> src/bencode.rs:710:1 Oct 16 17:06:14.064 INFO kablam! | Oct 16 17:06:14.064 INFO kablam! 710 | / macro_rules! tryenc(($e:expr) => ( Oct 16 17:06:14.064 INFO kablam! 711 | | match $e { Oct 16 17:06:14.064 INFO kablam! 712 | | Ok(e) => e, Oct 16 17:06:14.064 INFO kablam! 713 | | Err(e) => { Oct 16 17:06:14.064 INFO kablam! ... | Oct 16 17:06:14.064 INFO kablam! 716 | | } Oct 16 17:06:14.064 INFO kablam! 717 | | )); Oct 16 17:06:14.064 INFO kablam! | |___^ Oct 16 17:06:14.064 INFO kablam! | Oct 16 17:06:14.064 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 17:06:14.064 INFO kablam! Oct 16 17:06:20.621 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.76s Oct 16 17:06:20.623 INFO kablam! su: No module specific data is present Oct 16 17:06:20.881 INFO running `"docker" "rm" "-f" "e9d17ada5fb7b48db116b5b86d4d570401634e88682e650e47b90868a96a9139"` Oct 16 17:06:20.980 INFO blam! e9d17ada5fb7b48db116b5b86d4d570401634e88682e650e47b90868a96a9139 Oct 16 17:06:20.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 17:06:21.180 INFO blam! 5082583e82f64af32adcc9def1b9938276b3438955f8ece1928b3c9101718e5a Oct 16 17:06:21.183 INFO running `"docker" "start" "-a" "5082583e82f64af32adcc9def1b9938276b3438955f8ece1928b3c9101718e5a"` Oct 16 17:06:21.663 INFO kablam! usermod: no changes Oct 16 17:06:21.710 INFO kablam! warning: path `/source/src/bencode.rs` was erroneously implicitly accepted for library `bencode`, Oct 16 17:06:21.711 INFO kablam! please rename the file to `src/lib.rs` or set lib.path in Cargo.toml Oct 16 17:06:21.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 17:06:21.719 INFO kablam! Running /target/debug/deps/bencode-bcbc300154edfa66 Oct 16 17:06:21.719 INFO blam! Oct 16 17:06:21.720 INFO blam! running 204 tests Oct 16 17:06:21.720 INFO blam! test streaming::test::parse_error_on_empty_number ... ok Oct 16 17:06:21.720 INFO blam! test streaming::test::parse_error_on_key_of_wrong_type ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parse_empty_list ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parse_error_on_malformed_bytestring ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parse_error_on_invalid_first_character ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parse_error_on_number_with_leading_zero ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_dict_with_number_value ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parse_error_on_more_than_one_value_outside_of_containers ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_empty_bytestring ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_empty_input ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_empty_dict ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_list_with_bytestring ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_list_with_number ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_list_with_mixed_elements ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_long_bytestring ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_negative_numbers ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_nested_dicts ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_nested_lists ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_positive_numbers ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_number_zero ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_short_bytestring ... ok Oct 16 17:06:21.721 INFO blam! test streaming::test::parses_short_bytestring_length_pad ... ok Oct 16 17:06:21.721 INFO blam! test tests::bencode_hashmap ... ok Oct 16 17:06:21.724 INFO blam! test tests::bencode_nested_hashmap ... ok Oct 16 17:06:21.724 INFO blam! test tests::decode_error_on_parse_error ... ok Oct 16 17:06:21.724 INFO blam! test streaming::test::parses_dict_with_bytestring_value ... ok Oct 16 17:06:21.724 INFO blam! test tests::decode_error_on_wrong_map_key_type ... ok Oct 16 17:06:21.724 INFO blam! test streaming::test::parses_dict_with_list_value ... ok Oct 16 17:06:21.724 INFO blam! test tests::decodes_bytestring ... ok Oct 16 17:06:21.724 INFO blam! test tests::decodes_empty_input ... ok Oct 16 17:06:21.724 INFO blam! test tests::decodes_dict_with_value ... ok Oct 16 17:06:21.724 INFO blam! test tests::decodes_dict_with_values ... ok Oct 16 17:06:21.724 INFO blam! test tests::decodes_empty_dict ... ok Oct 16 17:06:21.724 INFO blam! test tests::decodes_empty_list ... ok Oct 16 17:06:21.724 INFO blam! test tests::decodes_list_with_elements ... ok Oct 16 17:06:21.724 INFO blam! test tests::decodes_nested_dict ... ok Oct 16 17:06:21.724 INFO blam! test tests::encode_empty_str ... ok Oct 16 17:06:21.724 INFO blam! test tests::decodes_number ... ok Oct 16 17:06:21.724 INFO blam! test tests::encode_str ... ok Oct 16 17:06:21.724 INFO blam! test tests::encode_error_on_wrong_map_key_type ... ok Oct 16 17:06:21.724 INFO blam! test tests::decodes_nested_list ... ok Oct 16 17:06:21.724 INFO blam! test tests::encode_str_with_multibyte_chars ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_bool ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_control_char ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_dict_with_items ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_dict_fields_in_sorted_order ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_empty_bytestring ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_empty_dict ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_empty_list ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_empty_vec ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_hashmap ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_lower_letter_char ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_multibyte_char ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_negative_f32 ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_negative_f64 ... ok Oct 16 17:06:21.724 INFO blam! test tests::encodes_negative_i16 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_negative_i32 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_negative_i64 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_negative_i8 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_negative_isize ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_nested_dict ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_nested_hashmap ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_nested_list ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_nested_option ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_nested_struct ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_nested_struct_fields ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_nested_vec ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_nonempty_bytestring ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_nonempty_list ... ok Oct 16 17:06:21.731 INFO blam! test streaming::test::parse_error_on_number_without_ending ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_nonmpty_vec ... ok Oct 16 17:06:21.731 INFO blam! test streaming::test::parse_error_on_too_short_data ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_option_none ... ok Oct 16 17:06:21.731 INFO blam! test streaming::test::parse_error_on_unmatched_value_ending ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_option_some ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_positive_i64 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_positive_isize ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_positive_i16 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_positive_f32 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_positive_f64 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_positive_i32 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_positive_i8 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_positive_u16 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_positive_u32 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_positive_u8 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_positive_usize ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_struct ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_struct_fields_in_sorted_order ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_unit ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_upper_letter_char ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_zero_f32 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_zero_f64 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_zero_i16 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_zero_i32 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_zero_u8 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_zero_i64 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_zero_i8 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_zero_isize ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_zero_u16 ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_zero_usize ... ok Oct 16 17:06:21.731 INFO blam! test tests::identity_bool ... ok Oct 16 17:06:21.731 INFO blam! test tests::encodes_positive_u64 ... ok Oct 16 17:06:21.731 INFO blam! test tests::identity_empty_str ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_empty_vec ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_control_char ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_multibyte_char ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_negative_f32 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_hashmap ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_lower_letter_char ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_negative_f64 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_negative_i16 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_negative_i64 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_negative_isize ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_nested_hashmap ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_negative_i8 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_nested_vec ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_nested_option ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_option_some ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_nested_struct ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_positive_f32 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_positive_f64 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_nested_struct_field ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_option_none ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_positive_i32 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_nonmpty_vec ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_positive_i8 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_positive_i16 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_positive_i64 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_positive_u32 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_positive_u64 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_positive_isize ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_positive_u16 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_positive_u8 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_positive_usize ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_str ... ok Oct 16 17:06:21.732 INFO blam! test tests::encodes_zero_u32 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_str_with_multibyte_chars ... ok Oct 16 17:06:21.732 INFO blam! test tests::encodes_zero_u64 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_zero_i16 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_negative_i32 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_struct ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_zero_i8 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_zero_isize ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_zero_u16 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_unit ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_zero_i64 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_upper_letter_char ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_zero_f32 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_zero_u32 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_zero_u64 ... ok Oct 16 17:06:21.732 INFO blam! test tests::struct_option_none_fields_are_not_encoded ... ok Oct 16 17:06:21.732 INFO blam! test tests::tobencode_bool ... ok Oct 16 17:06:21.732 INFO blam! test tests::option_is_none_if_any_nested_option_is_none ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_zero_i32 ... ok Oct 16 17:06:21.732 INFO blam! test tests::identity_zero_f64 ... ok Oct 16 17:06:21.732 INFO blam! test tests::tobencode_control_char ... ok Oct 16 17:06:21.732 INFO blam! test tests::tobencode_empty_str ... ok Oct 16 17:06:21.732 INFO blam! test tests::tobencode_negative_f32 ... ok Oct 16 17:06:21.732 INFO blam! test tests::tobencode_multibyte_char ... ok Oct 16 17:06:21.732 INFO blam! test tests::tobencode_lower_letter_char ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_negative_i32 ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_negative_i64 ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_negative_isize ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_nested_option ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_nested_vec ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_nonmpty_vec ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_option_none ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_option_some ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_positive_f32 ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_positive_f64 ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_negative_i16 ... ok Oct 16 17:06:21.735 INFO blam! test tests::identity_zero_usize ... ok Oct 16 17:06:21.735 INFO blam! test tests::struct_options_not_present_default_to_none ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_positive_i16 ... ok Oct 16 17:06:21.735 INFO blam! test tests::identity_zero_u8 ... ok Oct 16 17:06:21.735 INFO blam! test tests::tobencode_positive_u16 ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_positive_isize ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_positive_i32 ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_positive_i64 ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_positive_u8 ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_str ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_positive_i8 ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_positive_u32 ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_upper_letter_char ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_positive_u64 ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_positive_usize ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_str_with_multibyte_chars ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_unit ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_zero_f32 ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_empty_vec ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_negative_i8 ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_zero_isize ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_zero_u32 ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_zero_u64 ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_zero_u8 ... ok Oct 16 17:06:21.739 INFO blam! test tests::tobencode_zero_usize ... ok Oct 16 17:06:21.739 INFO blam! test util::test::test_encoding_bytestring_with_invalid_utf8 ... ok Oct 16 17:06:21.743 INFO blam! test tests::tobencode_negative_f64 ... ok Oct 16 17:06:21.743 INFO blam! test tests::tobencode_zero_i32 ... ok Oct 16 17:06:21.743 INFO blam! test tests::tobencode_zero_i64 ... ok Oct 16 17:06:21.743 INFO blam! test tests::tobencode_zero_i8 ... ok Oct 16 17:06:21.743 INFO blam! test tests::tobencode_zero_u16 ... ok Oct 16 17:06:21.748 INFO blam! test tests::tobencode_zero_i16 ... ok Oct 16 17:06:21.749 INFO blam! test tests::tobencode_zero_f64 ... ok Oct 16 17:06:21.749 INFO blam! Oct 16 17:06:21.749 INFO blam! test result: ok. 204 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:06:21.749 INFO blam! Oct 16 17:06:21.749 INFO kablam! Doc-tests bencode Oct 16 17:06:22.782 INFO blam! Oct 16 17:06:22.782 INFO blam! running 5 tests Oct 16 17:06:26.471 INFO blam! test src/bencode.rs - (line 19) ... ok Oct 16 17:06:26.843 INFO blam! test src/bencode.rs - (line 164) ... ok Oct 16 17:06:26.927 INFO blam! test src/bencode.rs - (line 41) ... ok Oct 16 17:06:27.254 INFO blam! test src/bencode.rs - (line 77) ... ok Oct 16 17:06:27.346 INFO blam! test src/bencode.rs - (line 105) ... ok Oct 16 17:06:27.346 INFO blam! Oct 16 17:06:27.346 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:06:27.346 INFO blam! Oct 16 17:06:27.359 INFO kablam! su: No module specific data is present Oct 16 17:06:27.779 INFO running `"docker" "rm" "-f" "5082583e82f64af32adcc9def1b9938276b3438955f8ece1928b3c9101718e5a"` Oct 16 17:06:28.009 INFO blam! 5082583e82f64af32adcc9def1b9938276b3438955f8ece1928b3c9101718e5a