[INFO] fetching crate il2-iltags 1.4.0...
[INFO] testing il2-iltags-1.4.0 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate il2-iltags 1.4.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate il2-iltags 1.4.0
[INFO] finished tweaking crates.io crate il2-iltags 1.4.0
[INFO] tweaked toml for crates.io crate il2-iltags 1.4.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate il2-iltags 1.4.0 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 55310fda0e150121d101e963fcf7004986c4c4d6f1f91ea225f0fc52532ac687
[INFO] running `Command { std: "docker" "start" "-a" "55310fda0e150121d101e963fcf7004986c4c4d6f1f91ea225f0fc52532ac687", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55310fda0e150121d101e963fcf7004986c4c4d6f1f91ea225f0fc52532ac687", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55310fda0e150121d101e963fcf7004986c4c4d6f1f91ea225f0fc52532ac687", kill_on_drop: false }`
[INFO] [stdout] 55310fda0e150121d101e963fcf7004986c4c4d6f1f91ea225f0fc52532ac687
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a5fb5b8e0f4572729e6b34a0f81a3c84fa9f3d5190c2a439ada982d168533a4a
[INFO] running `Command { std: "docker" "start" "-a" "a5fb5b8e0f4572729e6b34a0f81a3c84fa9f3d5190c2a439ada982d168533a4a", kill_on_drop: false }`
[INFO] [stderr]    Compiling il2-iltags v1.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/tags/payload/mod.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 209 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io/mod.rs:218:21
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub fn new(src: &mut dyn Reader, available: usize) -> LimitedReader {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^                       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub fn new(src: &mut dyn Reader, available: usize) -> LimitedReader<'_> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
[INFO] running `Command { std: "docker" "inspect" "a5fb5b8e0f4572729e6b34a0f81a3c84fa9f3d5190c2a439ada982d168533a4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5fb5b8e0f4572729e6b34a0f81a3c84fa9f3d5190c2a439ada982d168533a4a", kill_on_drop: false }`
[INFO] [stdout] a5fb5b8e0f4572729e6b34a0f81a3c84fa9f3d5190c2a439ada982d168533a4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d7b4dac5232082acdfd10e461ba46d66413ff63d750b662c9fb10795521986b6
[INFO] running `Command { std: "docker" "start" "-a" "d7b4dac5232082acdfd10e461ba46d66413ff63d750b662c9fb10795521986b6", kill_on_drop: false }`
[INFO] [stderr]    Compiling il2-iltags v1.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/tags/payload/mod.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 209 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io/mod.rs:218:21
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub fn new(src: &mut dyn Reader, available: usize) -> LimitedReader {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^                       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub fn new(src: &mut dyn Reader, available: usize) -> LimitedReader<'_> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/tags/payload/mod.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 209 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io/mod.rs:218:21
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub fn new(src: &mut dyn Reader, available: usize) -> LimitedReader {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^                       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub fn new(src: &mut dyn Reader, available: usize) -> LimitedReader<'_> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.33s
[INFO] running `Command { std: "docker" "inspect" "d7b4dac5232082acdfd10e461ba46d66413ff63d750b662c9fb10795521986b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7b4dac5232082acdfd10e461ba46d66413ff63d750b662c9fb10795521986b6", kill_on_drop: false }`
[INFO] [stdout] d7b4dac5232082acdfd10e461ba46d66413ff63d750b662c9fb10795521986b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e3c565ef0b7a5745f4db7e2206893acdc3a6b2e090185edea68e1d665c690dd6
[INFO] running `Command { std: "docker" "start" "-a" "e3c565ef0b7a5745f4db7e2206893acdc3a6b2e090185edea68e1d665c690dd6", kill_on_drop: false }`
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/tags/payload/mod.rs:209:5
[INFO] [stderr]     |
[INFO] [stderr] 209 |     #[must_use]
[INFO] [stderr]     |     ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, traits, and unions
[INFO] [stderr]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/io/mod.rs:218:21
[INFO] [stderr]     |
[INFO] [stderr] 218 |     pub fn new(src: &mut dyn Reader, available: usize) -> LimitedReader {
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^                       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 218 |     pub fn new(src: &mut dyn Reader, available: usize) -> LimitedReader<'_> {
[INFO] [stderr]     |                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `il2-iltags` (lib) generated 2 warnings (run `cargo fix --lib -p il2-iltags` to apply 2 suggestions)
[INFO] [stderr] warning: `il2-iltags` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/il2_iltags-2d60b1a7b8ee66d1)
[INFO] [stdout] 
[INFO] [stdout] running 328 tests
[INFO] [stdout] test ilint::tests::test_constants ... ok
[INFO] [stdout] test ilint::tests::test_decode_sign ... ok
[INFO] [stdout] test ilint::tests::test_decoded_size ... ok
[INFO] [stdout] test ilint::tests::test_encode_decode_sign ... ok
[INFO] [stdout] test ilint::tests::test_encode_sign ... ok
[INFO] [stdout] test ilint::tests::test_encode ... ok
[INFO] [stdout] test ilint::tests::test_encoded_size ... ok
[INFO] [stdout] test ilint::tests::test_errorkind_debug ... ok
[INFO] [stdout] test ilint::tests::test_signed_encode ... ok
[INFO] [stdout] test ilint::tests::test_signed_encoded_size ... ok
[INFO] [stdout] test ilint::tests::test_signed_decode ... ok
[INFO] [stdout] test io::array::tests::test_borrowedvecwriter_can_write ... ok
[INFO] [stdout] test io::array::tests::test_borrowedvecwriter_get_set_read_only ... ok
[INFO] [stdout] test io::array::tests::test_borrowedvecwriter_get_vec ... ok
[INFO] [stdout] test io::array::tests::test_borrowedvecwriter_new ... ok
[INFO] [stdout] test io::array::tests::test_borrowedvecwriter_writer_write ... ok
[INFO] [stdout] test io::array::tests::test_borrowedvecwriter_writer_write_all ... ok
[INFO] [stdout] test io::array::tests::test_bytearrayreader_as_slice ... ok
[INFO] [stdout] test io::array::tests::test_bytearrayreader_available ... ok
[INFO] [stdout] test io::array::tests::test_bytearrayreader_can_read ... ok
[INFO] [stdout] test io::array::tests::test_bytearrayreader_get_set_offset ... ok
[INFO] [stdout] test io::array::tests::test_bytearrayreader_new ... ok
[INFO] [stdout] test io::array::tests::test_bytearrayreader_reader_read ... ok
[INFO] [stdout] test io::array::tests::test_bytearrayreader_reader_readall ... ok
[INFO] [stdout] test io::array::tests::test_bytearrayreader_skip ... ok
[INFO] [stdout] test io::array::tests::test_bytearraywriter_impl_can_write ... ok
[INFO] [stdout] test io::array::tests::test_bytearraywriter_impl_new ... ok
[INFO] [stdout] test io::array::tests::test_bytearraywriter_impl_offset_available ... ok
[INFO] [stdout] test io::array::tests::test_bytearraywriter_writer_all ... ok
[INFO] [stdout] test io::array::tests::test_bytearraywriter_writer_write ... ok
[INFO] [stdout] test io::array::tests::test_memoryreader ... ok
[INFO] [stdout] test io::array::tests::test_vecreader_available ... ok
[INFO] [stdout] test io::array::tests::test_vecreader_can_read ... ok
[INFO] [stdout] test io::array::tests::test_vecreader_get_set_offset ... ok
[INFO] [stdout] test ilint::tests::test_decode_body ... ok
[INFO] [stdout] test ilint::tests::test_decode_from_bytes ... ok
[INFO] [stdout] test io::array::tests::test_vecreader_get_vec ... ok
[INFO] [stdout] test io::array::tests::test_vecwriter_can_write ... ok
[INFO] [stdout] test ilint::tests::test_decode ... ok
[INFO] [stdout] test io::array::tests::test_vecwriter_get_set_read_only ... ok
[INFO] [stdout] test io::array::tests::test_vecwriter_get_vec ... ok
[INFO] [stdout] test io::array::tests::test_vecreader_reader_readall ... ok
[INFO] [stdout] test io::array::tests::test_vecwriter_with_capacity ... ok
[INFO] [stdout] test io::array::tests::test_vecwriter_new ... ok
[INFO] [stdout] test io::array::tests::test_vecwriter_writer_write ... ok
[INFO] [stdout] test io::array::tests::test_vecwriter_writer_write_all ... ok
[INFO] [stdout] test io::data::tests::test_data_reader ... ok
[INFO] [stdout] test io::data::tests::test_data_writer ... ok
[INFO] [stdout] test io::array::tests::test_vecreader_new ... ok
[INFO] [stdout] test io::array::tests::test_vecreader_reader_read ... ok
[INFO] [stdout] test io::array::tests::test_vecreader_skip ... ok
[INFO] [stdout] test io::data::tests::test_datareader_trait_impl ... ok
[INFO] [stdout] test io::data::tests::test_datawriter_trait_impl ... ok
[INFO] [stdout] test io::data::tests::test_float_data_reader_f32 ... ok
[INFO] [stdout] test io::array::tests::test_vecwriter_as_slice ... ok
[INFO] [stdout] test io::data::tests::test_float_data_reader_f64 ... ok
[INFO] [stdout] test io::data::tests::test_float_data_writer_f32 ... ok
[INFO] [stdout] test io::data::tests::test_float_data_writer_f64 ... ok
[INFO] [stdout] test io::data::tests::test_ilint_data_reader ... ok
[INFO] [stdout] test io::data::tests::test_ilint_data_writer ... ok
[INFO] [stdout] test io::data::tests::test_int_data_reader_i16 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_reader_i32 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_reader_i64 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_reader_i8 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_reader_u16 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_reader_u64 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_reader_u8 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_writer_i16 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_writer_i32 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_writer_i64 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_reader_u32 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_writer_i8 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_writer_u32 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_writer_u16 ... ok
[INFO] [stdout] test io::data::tests::test_int_data_writer_u64 ... ok
[INFO] [stdout] test io::data::tests::test_read_signed_ilint ... ok
[INFO] [stdout] test io::data::tests::test_int_data_writer_u8 ... ok
[INFO] [stdout] test io::data::tests::test_signedilintreader_dyn_reader ... ok
[INFO] [stdout] test io::data::tests::test_signedilintreader_reader ... ok
[INFO] [stdout] test io::data::tests::test_signedilintwriter_dyn_writer ... ok
[INFO] [stdout] test io::data::tests::test_string_data_reader ... ok
[INFO] [stdout] test io::data::tests::test_write_signed_ilint ... ok
[INFO] [stdout] test io::std_io::tests::test_errorkind_debug ... ok
[INFO] [stdout] test io::std_io::tests::test_limitedreader_available ... ok
[INFO] [stdout] test io::std_io::tests::test_limitedreader_can_read ... ok
[INFO] [stdout] test io::std_io::tests::test_limitedreader_empty ... ok
[INFO] [stdout] test io::std_io::tests::test_limitedreader_goto_end ... ok
[INFO] [stdout] test io::std_io::tests::test_limitedreader_read ... ok
[INFO] [stdout] test io::data::tests::test_string_data_writer_f64 ... ok
[INFO] [stdout] test io::std_io::tests::test_limitedreader_read_all ... ok
[INFO] [stdout] test io::std_io::tests::test_limitedreader_new ... ok
[INFO] [stdout] test io::data::tests::test_signedilintwriter_writer ... ok
[INFO] [stdout] test io::std_io::tests::test_reader_for_read_seek_skip ... ok
[INFO] [stdout] test io::std_io::tests::test_reader_for_read_seek_read ... ok
[INFO] [stdout] test io::std_io::tests::test_reader_for_read_seek_read_all ... ok
[INFO] [stdout] test io::std_io::tests::test_reader_for_read_seek_skip_u64 ... ok
[INFO] [stdout] test io::std_io::tests::test_readreader_read ... ok
[INFO] [stdout] test io::std_io::tests::test_skiptestreader_skip ... ok
[INFO] [stdout] test io::std_io::tests::test_skiptestreader_skip_u64 ... ok
[INFO] [stdout] test io::std_io::tests::test_readreader_new ... ok
[INFO] [stdout] test io::tests::test_limitedreader_empty ... ok
[INFO] [stdout] test io::tests::test_limitedreader_goto_end ... ok
[INFO] [stdout] test io::tests::test_limitedreader_new ... ok
[INFO] [stdout] test io::tests::test_limitedreader_read ... ok
[INFO] [stdout] test io::tests::test_limitedreader_read_all ... ok
[INFO] [stdout] test io::tests::test_skiptestreader_skip ... ok
[INFO] [stdout] test io::tests::test_skiptestreader_skip_u64 ... ok
[INFO] [stdout] test tags::payload::tests::test_testtagpayload_default ... ok
[INFO] [stdout] test io::std_io::tests::test_writer_write_seek_as_writer ... ok
[INFO] [stdout] test io::std_io::tests::test_writer_write_seek_write ... ok
[INFO] [stdout] test io::std_io::tests::test_writer_write_seek_write_all ... ok
[INFO] [stdout] test io::std_io::tests::test_writewriter_new ... ok
[INFO] [stdout] test io::std_io::tests::test_writewriter_write ... ok
[INFO] [stdout] test io::std_io::tests::test_writewriter_write_all ... ok
[INFO] [stdout] test io::tests::test_errorkind_debug ... ok
[INFO] [stdout] test tags::payload::tests::test_testtagpayload_iltagpayload_deserialize ... ok
[INFO] [stdout] test tags::payload::tests::test_testtagpayload_iltagpayload_serialize ... ok
[INFO] [stdout] test io::tests::test_limitedreader_available ... ok
[INFO] [stdout] test tags::payload::tests::test_testtagpayload_iltagpayload_serialized_size ... ok
[INFO] [stdout] test io::tests::test_limitedreader_can_read ... ok
[INFO] [stdout] test tags::payload::tests::test_testtagpayloadtag_defaultwithid ... ok
[INFO] [stdout] test tags::payload::tests::test_testtagpayloadtag_iltag_serialize_value ... ok
[INFO] [stdout] test tags::payload::tests::test_testtagpayloadtag_iltag_value_size ... ok
[INFO] [stdout] test tags::payload::tests::test_testtagpayloadtag_impl ... ok
[INFO] [stdout] test tags::raw::tests::test_create_sample_tag_seq ... ok
[INFO] [stdout] test tags::raw::tests::test_rawragoffset_impl_value_slice ... ok
[INFO] [stdout] test tags::raw::tests::test_rawragoffset_impl_to_parent_space ... ok
[INFO] [stdout] test tags::raw::tests::test_rawragoffset_impl ... ok
[INFO] [stdout] test tags::payload::tests::test_testtagpayloadtag_iltag_deserialize_value ... ok
[INFO] [stdout] test tags::serialization::tests::test_deserializer_dyn_reader ... ok
[INFO] [stdout] test tags::raw::tests::test_rawragscanner_next_tag_if_id ... ok
[INFO] [stdout] test tags::serialization::tests::test_deserializer_struct ... ok
[INFO] [stdout] test tags::raw::tests::test_rawragscanner_next_tag ... ok
[INFO] [stdout] test tags::serialization::tests::test_serializer_dyn_writer ... ok
[INFO] [stdout] test tags::serialization::tests::test_signedilintdeserializer_reader ... ok
[INFO] [stdout] test tags::serialization::tests::test_signedilintserializer_dyn_signedilintwriter ... ok
[INFO] [stdout] test tags::serialization::tests::test_signedilintserializer_dyn_writer ... ok
[INFO] [stdout] test tags::serialization::tests::test_signedilintdeserializer_dyn_reader ... ok
[INFO] [stdout] test tags::serialization::tests::test_signedilintdeserializer_dyn_signedilintreader ... ok
[INFO] [stdout] test tags::serialization::tests::test_serializer_struct ... ok
[INFO] [stdout] test tags::serialization::tests::test_signedilintserializer_writer ... ok
[INFO] [stdout] test tags::raw::tests::test_serialize_tag_seq ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_deserialize_string_tag_from_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_deserialize_string_tag_from_value_into ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbigdectag_iltag_deserialize_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbigdectag_iltag_value_size ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbiginttag_default ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbiginttag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbiginttag_impl ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbytearraytag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbytearraytag_iltag_value_size ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ildicttag_iltag_deserialze_value_non_strict ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ililintarraytag_impl ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbigdectag_iltag_serialize_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbigdectag_impl ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbiginttag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbiginttag_iltag_value_size ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbytearraytag_default ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbytearraytag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilbytearraytag_impl ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ildicttag_iltag_deserialze_value_strict ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ildicttag_iltag_serialze_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ildicttag_iltag_value_size ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ildicttag_impl ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ililintarraytag_iltag_deserialize_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ililintarraytag_iltag_serialize_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ililintarraytag_iltag_value_size ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iloidtag_iltag_serialize_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iloidtag_impl ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iloidtag_iltag_value_size ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilrangetag_impl ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilstrdicttag_iltag_value_size ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilrangetag_iltag_serialize_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilstringtag_iltag_value_size ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilrangetag_iltag_value_size ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilstringtag_impl ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilstringtag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilstrdicttag_impl ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iltagarraytag_iltag_deserialize_value_strict ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilstrdicttag_iltag_deserialze_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iltagarraytag_iltag_deserialize_value_non_strict ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilrangetag_iltag_deserialize_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iltagarraytag_iltag_value_size ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iltagarraytag_iltag_serialize_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iltagarraytag_impl ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_create_std_engine_non_strict ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilstrdicttag_iltag_serialze_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iltagseqtag_iltag_deserialize_value_non_strict ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iltagseqtag_iltag_deserialize_value_strict ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iltagseqtag_iltag_serialize_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iltagseqtag_iltag_value_size ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iltagseqtag_impl ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilversiontag_iltag_deserialize_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilversiontag_iltag_serialize_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilversiontag_iltag_value_size ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilversiontag_impl ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_serialize_string_tag_from_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_ilstringtag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_string_tag_size_from_value ... ok
[INFO] [stdout] test tags::standard::explicit::tests::test_iloidtag_iltag_deserialize_value ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_create_tag_strict ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_deserialize_into_explicit ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_create_tag_non_strict ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_deserialize_into_implicit_fixed ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_deserialize_non_strict ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_deserialize_strict ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_deserialize_tag_value_into_fixed ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_deserialize_tag_size ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_deserialize_tag_value_into_ilint ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_struct ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_from_bytes ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_deserialize_tag_value_into_signed_ilint ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbin32tag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbin128tag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbin128tag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_deserialize_into_implicit_signed_ilint ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbin128tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbin32tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbin32tag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbin64tag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbin32tag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbooltag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbooltag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ililint64tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ililint64tag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbin64tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbin64tag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbin64tag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbooltag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ililint64tag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbooltag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ililint64tag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint16tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint16tag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint16tag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint16tag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint32tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint32tag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint32tag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint32tag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint64tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint64tag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint8tag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint8tag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint64tag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint8tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint8tag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilint64tag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilnulltag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilnulltag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilnulltag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilsignedilint64tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilsignedilint64tag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilsignedilint64tag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilsignedilint64tag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iluint16tag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iluint16tag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilnulltag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iluint16tag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iluint64tag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iluint8tag_iltag_serialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iluint8tag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iluint8tag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_implicit_tag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iulint16tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iulint64tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iulint8tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::tests::test_assert_tag_id_and_type ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iluint32tag_new ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iluint64tag_iltag_size ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iluint32tag_iltag_serialize ... ok
[INFO] [stdout] test tags::tests::test_deserialize_bytes ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iluint32tag_iltag_size ... ok
[INFO] [stdout] test tags::tests::test_deserialize_bytes_into_vec ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iluint64tag_new ... ok
[INFO] [stdout] test tags::tests::test_deserialize_ilint ... ok
[INFO] [stdout] test tags::tests::test_errorkind_debug ... ok
[INFO] [stdout] test tags::tests::test_ildefaulttagcreator ... ok
[INFO] [stdout] test tags::tests::test_ilrawtag_default_with_id ... ok
[INFO] [stdout] test tags::tests::test_ilrawtag_iltag_base ... ok
[INFO] [stdout] test tags::tests::test_ilrawtag_with_capacity ... ok
[INFO] [stdout] test io::std_io::tests::test_readreader_read_all ... FAILED
[INFO] [stdout] test tags::tests::test_ildefaulttagcreator_bad_id - should panic ... ok
[INFO] [stdout] test tags::tests::test_ilrawtag_iltag_value_size ... ok
[INFO] [stdout] test tags::tests::test_ilrawtag_with_value ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_create_std_engine_strict ... ok
[INFO] [stdout] test tags::tests::test_ilrawtag_mut_value ... ok
[INFO] [stdout] test tags::standard::factory::tests::test_ilstandardtagfactory_iltagfactory_deserialize_into_implicit_ilint ... ok
[INFO] [stdout] test tags::tests::test_iltag_is_reserved ... ok
[INFO] [stdout] test tags::tests::test_ilrawtag_with_capacity_bad_id - should panic ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_iulint32tag_iltag_deserialize ... ok
[INFO] [stdout] test tags::standard::tests::test_constants ... ok
[INFO] [stdout] test tags::tests::test_assert_tag_id_and_type_or_error ... ok
[INFO] [stdout] test tags::tests::test_constants ... ok
[INFO] [stdout] test tags::tests::test_iltagcreator_for_dummytagcreator ... ok
[INFO] [stdout] test tags::tests::test_ildefaultwithidtagcreator ... ok
[INFO] [stdout] test tags::tests::test_iltagcreatorengine_normal ... ok
[INFO] [stdout] test tags::tests::test_ilrawtag_iltag_deserialize_value ... ok
[INFO] [stdout] test tags::standard::implicit::tests::test_ilbin128tag_new ... ok
[INFO] [stdout] test tags::tests::test_iltagcreatorengine_strict ... ok
[INFO] [stdout] test tags::tests::test_iltag_serialize ... ok
[INFO] [stdout] test tags::tests::test_ilrawtag_new ... ok
[INFO] [stdout] test tags::tests::test_is_implicit_tag ... ok
[INFO] [stdout] test tags::tests::test_iltag_size ... ok
[INFO] [stdout] test tags::tests::test_iltag_to_bytes ... ok
[INFO] [stdout] test tags::tests::test_serialize_bytes ... ok
[INFO] [stdout] test tags::tests::test_serialize_ilint ... ok
[INFO] [stdout] test tags::tests::test_iltagcreatorengine_new ... ok
[INFO] [stdout] test tags::tests::test_iltag_is_implicity ... ok
[INFO] [stdout] test tags::tests::test_is_reserved_tag ... ok
[INFO] [stdout] test tags::tests::test_tag_downcast_mut ... ok
[INFO] [stdout] test tags::tests::test_tag_downcast_mut_with_id ... ok
[INFO] [stdout] test tags::tests::test_tag_downcast_ref_with_id ... ok
[INFO] [stdout] test tags::tests::test_tag_downcast_ref ... ok
[INFO] [stdout] test tags::tests::test_tag_id_downcast_ref ... ok
[INFO] [stdout] test tags::tests::test_tag_id_downcast_mut ... ok
[INFO] [stdout] test tags::util::tests::test_iltag_are_equal ... ok
[INFO] [stdout] test tags::util::tests::test_iltag_clone_with_factory ... ok
[INFO] [stdout] test tags::util::tests::test_iltag_clone ... ok
[INFO] [stdout] test tags::util::tests::test_limited_reader_ensure_empty ... ok
[INFO] [stdout] test tags::tests::test_ilrawtag_with_value_bad_id - should panic ... ok
[INFO] [stdout] test tags::tests::test_iltagcreator_for_dummytagcreator_error - should panic ... ok
[INFO] [stdout] test tags::tests::test_ilrawtag_new_bad_id - should panic ... ok
[INFO] [stdout] test tags::tests::test_tag_size_to_usize ... ok
[INFO] [stdout] test tags::util::tests::test_untouchbletagfactory_deserialize_into - should panic ... ok
[INFO] [stdout] test tags::tests::test_iltagcreatorengine_deregister ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test tags::util::tests::test_untouchbletagfactory_deserialize - should panic ... ok
[INFO] [stdout] test tags::util::tests::test_untouchbletagfactory_create_tag - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- io::std_io::tests::test_readreader_read_all stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::std_io::tests::test_readreader_read_all' (123) panicked at src/io/std_io/tests.rs:333:14:
[INFO] [stdout] Unexpected error!
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d5e8d68e6b2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d5e8d68e6b2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d5e8d68e6b2 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d5e8d68e6b2 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d5e8d6a3faa - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d5e8d6a3faa - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x5d5e8d6935f6 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d5e8d6935f6 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d5e8d66ca9f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d5e8d66ca9f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d5e8d6868b9 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d5e8d62215e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5d5e8d62215e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d5e8d686a72 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5d5e8d686a72 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d5e8d66c06c - std[716c9a7a72e5c14e]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x5d5e8d6644d9 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d5e8d65f9d0 - std[716c9a7a72e5c14e]::panicking::begin_panic::<&str>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x5d5e8d60cd89 - il2_iltags[6092a052c9656e65]::io::std_io::tests::test_readreader_read_all
[INFO] [stdout]                                at /opt/rustwide/workdir/src/io/std_io/tests.rs:333:14
[INFO] [stdout]   19:     0x5d5e8d609017 - il2_iltags[6092a052c9656e65]::io::std_io::tests::test_readreader_read_all::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/io/std_io/tests.rs:309:30
[INFO] [stdout]   20:     0x5d5e8d5a4c56 - <il2_iltags[6092a052c9656e65]::io::std_io::tests::test_readreader_read_all::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x5d5e8d61650b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5d5e8d61650b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   23:     0x5d5e8d622d6a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   24:     0x5d5e8d622d6a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x5d5e8d622d6a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5d5e8d622d6a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   27:     0x5d5e8d622d6a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x5d5e8d622d6a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   29:     0x5d5e8d622d6a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   30:     0x5d5e8d61d234 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   31:     0x5d5e8d61d234 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   32:     0x5d5e8d625862 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   33:     0x5d5e8d625862 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x5d5e8d625862 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35:     0x5d5e8d625862 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36:     0x5d5e8d625862 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x5d5e8d625862 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   38:     0x5d5e8d625862 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x5d5e8d68df5f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   40:     0x5d5e8d68df5f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   41:     0x74081a599aa4 - <unknown>
[INFO] [stdout]   42:     0x74081a626a64 - clone
[INFO] [stdout]   43:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     io::std_io::tests::test_readreader_read_all
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 327 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e3c565ef0b7a5745f4db7e2206893acdc3a6b2e090185edea68e1d665c690dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3c565ef0b7a5745f4db7e2206893acdc3a6b2e090185edea68e1d665c690dd6", kill_on_drop: false }`
[INFO] [stdout] e3c565ef0b7a5745f4db7e2206893acdc3a6b2e090185edea68e1d665c690dd6
