[INFO] fetching crate serde-xml-rs 0.8.1... [INFO] testing serde-xml-rs-0.8.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate serde-xml-rs 0.8.1 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate serde-xml-rs 0.8.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate serde-xml-rs 0.8.1 [INFO] tweaked toml for crates.io crate serde-xml-rs 0.8.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate serde-xml-rs 0.8.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate serde-xml-rs 0.8.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde-query-derive v0.2.0 [INFO] [stderr] Downloaded serde-query-core v0.2.0 [INFO] [stderr] Downloaded serde-query v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ce6b236f087471bae5d95989260274deb3305ec79f464a6650895e9ffe624ac1 [INFO] running `Command { std: "docker" "start" "-a" "ce6b236f087471bae5d95989260274deb3305ec79f464a6650895e9ffe624ac1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce6b236f087471bae5d95989260274deb3305ec79f464a6650895e9ffe624ac1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce6b236f087471bae5d95989260274deb3305ec79f464a6650895e9ffe624ac1", kill_on_drop: false }` [INFO] [stdout] ce6b236f087471bae5d95989260274deb3305ec79f464a6650895e9ffe624ac1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] f1e25b6a28d21e1e2e9504e6bf37bbf96ccaa7010ce05b92df8dc469534b894b [INFO] running `Command { std: "docker" "start" "-a" "f1e25b6a28d21e1e2e9504e6bf37bbf96ccaa7010ce05b92df8dc469534b894b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling serde-xml-rs v0.8.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de/reader.rs:88:14 [INFO] [stdout] | [INFO] [stdout] 88 | fn child(&mut self) -> ChildReader; [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 88 | fn child(&mut self) -> ChildReader<'_, R>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de/reader.rs:164:14 [INFO] [stdout] | [INFO] [stdout] 164 | fn child(&mut self) -> ChildReader { [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 164 | fn child(&mut self) -> ChildReader<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de/reader.rs:277:14 [INFO] [stdout] | [INFO] [stdout] 277 | fn child(&mut self) -> ChildReader { [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 277 | fn child(&mut self) -> ChildReader<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s [INFO] running `Command { std: "docker" "inspect" "f1e25b6a28d21e1e2e9504e6bf37bbf96ccaa7010ce05b92df8dc469534b894b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1e25b6a28d21e1e2e9504e6bf37bbf96ccaa7010ce05b92df8dc469534b894b", kill_on_drop: false }` [INFO] [stdout] f1e25b6a28d21e1e2e9504e6bf37bbf96ccaa7010ce05b92df8dc469534b894b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 12c1449218f091899dfb786015c099595e01015c9f9b6b27a468c665d07884fe [INFO] running `Command { std: "docker" "start" "-a" "12c1449218f091899dfb786015c099595e01015c9f9b6b27a468c665d07884fe", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling winnow v0.7.9 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling rstest_macros v0.25.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Compiling logos-derive v0.12.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling logos v0.12.1 [INFO] [stderr] Compiling serde-query-core v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling test-log-macros v0.2.17 [INFO] [stderr] Compiling test-log v0.2.17 [INFO] [stderr] Compiling serde-query-derive v0.2.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling rstest v0.25.0 [INFO] [stderr] Compiling serde-query v0.2.0 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling serde_bytes v0.11.17 [INFO] [stderr] Compiling serde-xml-rs v0.8.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de/reader.rs:88:14 [INFO] [stdout] | [INFO] [stdout] 88 | fn child(&mut self) -> ChildReader; [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 88 | fn child(&mut self) -> ChildReader<'_, R>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de/reader.rs:164:14 [INFO] [stdout] | [INFO] [stdout] 164 | fn child(&mut self) -> ChildReader { [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 164 | fn child(&mut self) -> ChildReader<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de/reader.rs:277:14 [INFO] [stdout] | [INFO] [stdout] 277 | fn child(&mut self) -> ChildReader { [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 277 | fn child(&mut self) -> ChildReader<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de/reader.rs:88:14 [INFO] [stdout] | [INFO] [stdout] 88 | fn child(&mut self) -> ChildReader; [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 88 | fn child(&mut self) -> ChildReader<'_, R>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de/reader.rs:164:14 [INFO] [stdout] | [INFO] [stdout] 164 | fn child(&mut self) -> ChildReader { [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 164 | fn child(&mut self) -> ChildReader<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de/reader.rs:277:14 [INFO] [stdout] | [INFO] [stdout] 277 | fn child(&mut self) -> ChildReader { [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 277 | fn child(&mut self) -> ChildReader<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 51.11s [INFO] running `Command { std: "docker" "inspect" "12c1449218f091899dfb786015c099595e01015c9f9b6b27a468c665d07884fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12c1449218f091899dfb786015c099595e01015c9f9b6b27a468c665d07884fe", kill_on_drop: false }` [INFO] [stdout] 12c1449218f091899dfb786015c099595e01015c9f9b6b27a468c665d07884fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 2889a8728811bcc22733a0da563f9b266d4f253abfc17a8a995b0092c090c2ce [INFO] running `Command { std: "docker" "start" "-a" "2889a8728811bcc22733a0da563f9b266d4f253abfc17a8a995b0092c090c2ce", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/de/reader.rs:88:14 [INFO] [stderr] | [INFO] [stderr] 88 | fn child(&mut self) -> ChildReader; [INFO] [stderr] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 88 | fn child(&mut self) -> ChildReader<'_, R>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/de/reader.rs:164:14 [INFO] [stderr] | [INFO] [stderr] 164 | fn child(&mut self) -> ChildReader { [INFO] [stderr] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 164 | fn child(&mut self) -> ChildReader<'_, R> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/de/reader.rs:277:14 [INFO] [stderr] | [INFO] [stderr] 277 | fn child(&mut self) -> ChildReader { [INFO] [stderr] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 277 | fn child(&mut self) -> ChildReader<'_, R> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `serde-xml-rs` (lib) generated 3 warnings (run `cargo fix --lib -p serde-xml-rs` to apply 3 suggestions) [INFO] [stderr] warning: `serde-xml-rs` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/serde_xml_rs-806c30de37a6f490) [INFO] [stdout] [INFO] [stdout] running 290 tests [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_01_unit ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_02_string ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_03_char ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_04_bool_true ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_05_bool_true ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_06_bool_false ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_08_u8 ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_07_bool_false ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_10_f32 ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_3_char ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_4_bool_true ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_5_bool_false ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_6_u8 ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_09_i32 ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_1_unit ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_7_i32 ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_8_f32 ... ok [INFO] [stdout] test test::attributes::given_nested_structs::when_serialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_interleved_elements_and_attributes::when_serialize_then_error ... ok [INFO] [stdout] test test::attributes::given_nested_structs::when_deserialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_attributes_followed_by_elements::when_deserialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_interleved_elements_and_attributes::when_deserialize_ok ... ok [INFO] [stdout] test test::attributes::given_struct_with_multiple_attributes::when_serialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_attributes_followed_by_elements::when_serialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_multiple_attributes::when_deserialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_newtype_struct_attribute::when_serialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_01_unit ... ok [INFO] [stdout] test test::attributes::given_struct_with_newtype_struct_attribute::when_deserialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_03_char ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_04_bool_true ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_02_string ... ok [INFO] [stdout] test test::attributes::given_nested_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_2_string ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_05_bool_true ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_06_bool_false ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_07_bool_false ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_08_u8 ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_10_f32 ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_deserialize_then_ok::case_09_i32 ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_1_unit ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_2_string ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_3_char ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_5_bool_false ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_4_bool_true ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_6_u8 ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_7_i32 ... ok [INFO] [stdout] test test::attributes::given_struct_with_simple_datatype_attribute::when_serialize_then_ok::case_8_f32 ... ok [INFO] [stdout] test test::attributes::given_struct_with_single_attribute::when_deserialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_tuple_struct_attribute::when_deserialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_single_attribute::when_serialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_tuple_struct_attribute::when_serialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_tuple_attribute::when_serialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_tuple_attribute::when_deserialize ... ok [INFO] [stdout] test test::choice_sequence::given_child_element_choice_sequence::when_deserialize ... ok [INFO] [stdout] test test::choice_sequence::given_child_element_choice_sequence::when_serialize ... ok [INFO] [stdout] test test::choice_sequence::given_child_element_choice_sequence_with_other_elements::when_serialize ... ok [INFO] [stdout] test test::choice_sequence::given_nested_enum_sequences::vec_of_struct_first_parseable::case_1 ... ok [INFO] [stdout] test test::choice_sequence::given_nested_enum_sequences::vec_of_struct_first_parseable::case_2 ... ok [INFO] [stdout] test test::choice_sequence::given_child_element_choice_sequence_with_other_elements::when_deserialize ... ok [INFO] [stdout] test test::choices::given_attribute_unit_choices::when_deserialize::case_1_a ... ok [INFO] [stdout] test test::choices::given_attribute_unit_choices::when_deserialize::case_2_b ... ok [INFO] [stdout] test test::choices::given_attribute_unit_choices::when_deserialize::case_3_c ... ok [INFO] [stdout] test test::choices::given_attribute_unit_choices::when_serialize::case_1_a ... ok [INFO] [stdout] test test::attributes::given_struct_with_unit_struct_attribute::when_deserialize ... ok [INFO] [stdout] test test::attributes::given_struct_with_unit_struct_attribute::when_serialize ... ok [INFO] [stdout] test test::choices::given_attribute_unit_choices::when_serialize::case_2_b ... ok [INFO] [stdout] test test::choices::given_child_element_choice::when_deserialize::case_1_unit ... ok [INFO] [stdout] test test::choices::given_child_element_choice::when_serialize::case_1_unit ... ok [INFO] [stdout] test test::choices::given_child_element_choice::when_serialize::case_2_newtype ... ok [INFO] [stdout] test test::choices::given_child_element_choice::when_deserialize::case_4_tuple ... ok [INFO] [stdout] test test::choices::given_child_element_choice::when_serialize::case_3_empty_struct ... ok [INFO] [stdout] test test::choices::given_child_element_choice::when_serialize::case_4_tuple ... ok [INFO] [stdout] test test::choices::given_child_element_choice::when_deserialize::case_2_newtype ... ok [INFO] [stdout] test test::choices::given_child_element_choice::when_serialize::case_6_struct_with_attribute ... ok [INFO] [stdout] test test::choices::given_root_choice::when_deserialize::case_1_unit ... ok [INFO] [stdout] test test::choices::given_child_element_choice::when_serialize::case_5_struct_ ... ok [INFO] [stdout] test test::choices::given_root_choice::when_deserialize::case_2_newtype ... ok [INFO] [stdout] test test::choices::given_root_choice::when_deserialize::case_3_empty_struct ... ok [INFO] [stdout] test test::choices::given_root_choice::when_deserialize::case_4_tuple ... ok [INFO] [stdout] test test::choices::given_root_choice::when_serialize::case_1_unit ... ok [INFO] [stdout] test test::choices::given_root_choice::when_deserialize::case_5_struct_ ... ok [INFO] [stdout] test test::choices::given_root_choice::when_serialize::case_3_empty_struct ... ok [INFO] [stdout] test test::choices::given_root_choice::when_deserialize::case_6_struct_with_attribute ... ok [INFO] [stdout] test test::choices::given_root_choice::when_serialize::case_2_newtype ... ok [INFO] [stdout] test test::choices::given_root_choice::when_serialize::case_4_tuple ... ok [INFO] [stdout] test test::choices::given_root_choice::when_serialize::case_5_struct_ ... ok [INFO] [stdout] test test::choices::given_root_choice::when_serialize::case_6_struct_with_attribute ... ok [INFO] [stdout] test test::choices::given_unit_choices_as_string::when_deserialize::case_1_a ... ok [INFO] [stdout] test test::choices::given_unit_choices_as_string::when_deserialize::case_2_b ... ok [INFO] [stdout] test test::choices::given_unit_choices_as_string::when_deserialize::case_3_c ... ok [INFO] [stdout] test test::choices::given_child_element_choice::when_deserialize::case_3_empty_struct ... ok [INFO] [stdout] test test::choices::given_attribute_unit_choices::when_serialize::case_3_c ... ok [INFO] [stdout] test test::choices::given_child_element_choice::when_deserialize::case_5_struct_ ... ok [INFO] [stdout] test test::choices::given_child_element_choice::when_deserialize::case_6_struct_with_attribute ... ok [INFO] [stdout] test test::doctype::given_document_with_doctype_when_deserialize_then_ok::case_1 ... ok [INFO] [stdout] test test::doctype::given_document_with_doctype_when_deserialize_then_ok::case_2 ... ok [INFO] [stdout] test test::ignore::given_root_struct::when_deserialize::case_1_ignore_simple_element ... ok [INFO] [stdout] test test::ignore::given_root_struct::when_deserialize::case_2_ignore_attribute ... ok [INFO] [stdout] test test::ignore::given_root_struct::when_deserialize::case_3_ignore_nested_elements ... ok [INFO] [stdout] test test::ill_formed::given_ill_formed_document_when_deserialize_then_ko::case_1_unfinished ... ok [INFO] [stdout] test test::ill_formed::given_ill_formed_document_when_deserialize_then_ko::case_2_ill_formed_element ... ok [INFO] [stdout] test test::ill_formed::given_mismatching_document_when_deserialize_then_ko::case_1_attributes_instead_of_elements ... ok [INFO] [stdout] test test::maps::given_map::when_deserialize::case_3_none ... ok [INFO] [stdout] test test::maps::given_map::when_serialize_ko::case_1_many ... ok [INFO] [stdout] test test::maps::given_map::when_serialize_ko::case_3_none ... ok [INFO] [stdout] test test::maps::given_map::when_serialize_ko::case_2_one ... ok [INFO] [stdout] test test::maps::given_map::when_serialize_ko::case_4_text ... ok [INFO] [stdout] test test::maps::given_newtype_map::when_deserialize::case_1_many ... ok [INFO] [stdout] test test::maps::given_newtype_map::when_deserialize::case_3_none ... ok [INFO] [stdout] test test::maps::given_newtype_map::when_deserialize::case_4_text ... ok [INFO] [stdout] test test::maps::given_newtype_map::when_serialize::case_2_one ... ok [INFO] [stdout] test test::maps::given_newtype_map::when_serialize::case_1_many ... ok [INFO] [stdout] test test::maps::given_newtype_map::when_serialize::case_3_none ... ok [INFO] [stdout] test test::maps::given_newtype_map::when_serialize::case_4_text ... ok [INFO] [stdout] test test::maps::given_struct_with_map_of_enum_values::when_deserialize ... ok [INFO] [stdout] test test::maps::given_struct_with_map_of_enum_values::when_serialize ... ok [INFO] [stdout] test test::maps::given_struct_with_map_of_struct_values::when_deserialize ... ok [INFO] [stdout] test test::doctype::given_document_with_doctype_when_deserialize_then_ok::case_3 ... ok [INFO] [stdout] test test::maps::given_map::when_deserialize::case_1_many ... ok [INFO] [stdout] test test::maps::given_struct_with_simple_map::when_deserialize::case_2_one ... ok [INFO] [stdout] test test::maps::given_struct_with_map_of_struct_values::when_serialize ... ok [INFO] [stdout] test test::maps::given_struct_with_simple_map::when_deserialize::case_1_many ... ok [INFO] [stdout] test test::maps::given_struct_with_simple_map::when_deserialize::case_4_text ... ok [INFO] [stdout] test test::maps::given_map::when_deserialize::case_2_one ... ok [INFO] [stdout] test test::maps::given_newtype_map::when_deserialize::case_2_one ... ok [INFO] [stdout] test test::maps::given_struct_with_simple_map::when_deserialize::case_3_none ... ok [INFO] [stdout] test test::maps::given_struct_with_simple_map::when_serialize::case_1_many ... ok [INFO] [stdout] test test::maps::given_struct_with_simple_map::when_serialize::case_4_text ... ok [INFO] [stdout] test test::namespaces::given_enum_ns::when_serialize ... ok [INFO] [stdout] test test::namespaces::given_enum_ns::when_deserialize ... ok [INFO] [stdout] test test::namespaces::given_root_element_attribute_ns::when_serialize ... ok [INFO] [stdout] test test::namespaces::given_root_element_attribute_ns::when_deserialize ... ok [INFO] [stdout] test test::maps::given_struct_with_simple_map::when_serialize::case_2_one ... ok [INFO] [stdout] test test::maps::given_map::when_deserialize::case_4_text ... ok [INFO] [stdout] test test::maps::given_struct_with_simple_map::when_serialize::case_3_none ... ok [INFO] [stdout] test test::namespaces::given_root_element_default_ns::when_deserialize ... ok [INFO] [stdout] test test::namespaces::given_root_element_default_ns::when_serialize ... ok [INFO] [stdout] test test::namespaces::given_root_element_ns::when_deserialize ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_deserialize_absent_attribute_then_none::case_1_unit ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_deserialize_absent_attribute_then_none::case_3_u8 ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_deserialize_absent_attribute_then_none::case_2_string ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_deserialize_attribute_then_some::case_2_string ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_deserialize_attribute_then_some::case_1_unit ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_deserialize_attribute_then_some::case_4_u8 ... ok [INFO] [stdout] test test::namespaces::given_root_element_ns::when_serialize ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_deserialize_attribute_then_some::case_3_string ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_serialize_none_then_empty_no_attribute::case_1_unit ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_serialize_none_then_empty_no_attribute::case_2_string ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_serialize_none_then_empty_no_attribute::case_3_u8 ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_serialize_some_then_attribute::case_2_string ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_serialize_some_then_attribute::case_3_string ... ok [INFO] [stdout] test test::optional::given_option_unit_field::when_deserialize::case_2_none ... ok [INFO] [stdout] test test::optional::given_option_unit_field::when_serialize::case_1_some ... ok [INFO] [stdout] test test::optional::given_option_unit_struct_field::when_deserialize::case_1_some ... ok [INFO] [stdout] test test::optional::given_option_unit_field::when_deserialize::case_1_some ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_serialize_some_then_attribute::case_1_unit ... ok [INFO] [stdout] test test::optional::given_option_unit_field::when_serialize::case_2_none ... ok [INFO] [stdout] test test::optional::given_option_unit_struct_field::when_serialize::case_1_some ... ok [INFO] [stdout] test test::optional::given_option_unit_struct_field::when_serialize::case_2_none ... ok [INFO] [stdout] test test::optional::given_struct_with_optional_attribute::when_deserialize::case_1_some ... ok [INFO] [stdout] test test::optional::given_struct_with_optional_attribute::when_deserialize::case_2_some ... ok [INFO] [stdout] test test::optional::given_struct_with_optional_attribute::when_serialize::case_1_some ... ok [INFO] [stdout] test test::optional::given_struct_with_optional_attribute::when_serialize::case_2_none ... ok [INFO] [stdout] test test::optional::given_option_unit_struct_field::when_deserialize::case_2_none ... ok [INFO] [stdout] test test::optional::given_struct_with_optional_attribute::when_deserialize::case_3_none ... ok [INFO] [stdout] test test::optional::given_nested_struct_with_optional_attribute::when_serialize_some_then_attribute::case_4_u8 ... ok [INFO] [stdout] test test::optional::given_struct_with_optional_field::when_serialize::case_1_some ... ok [INFO] [stdout] test test::optional::given_struct_with_optional_skipped_field::when_serialize::case_1_some ... ok [INFO] [stdout] test test::overlapping::given_out_of_order_tuple::when_deserialize ... ignored, not sure this is the right design [INFO] [stdout] test test::optional::given_struct_with_optional_field::when_serialize::case_2_none ... ok [INFO] [stdout] test test::optional::given_struct_with_optional_field::when_deserialize::case_1_some ... ok [INFO] [stdout] test test::optional::given_struct_with_optional_field::when_deserialize::case_4_none ... ok [INFO] [stdout] test test::optional::given_struct_with_optional_field::when_deserialize::case_2_some_empty ... ok [INFO] [stdout] test test::optional::given_struct_with_optional_skipped_field::when_serialize::case_2_none ... ok [INFO] [stdout] test test::sequences::given_struct_with_list_attribute::when_deserialize::case_3_none ... ok [INFO] [stdout] test test::sequences::given_struct_with_list_attribute::when_serialize::case_1_many ... ok [INFO] [stdout] test test::sequences::given_multiple_root_elements::when_deserialize_then_ko ... ok [INFO] [stdout] test test::sequences::given_struct_with_list_attribute::when_deserialize::case_1_many ... ok [INFO] [stdout] test test::sequences::given_struct_with_list_attribute::when_deserialize::case_2_one ... ok [INFO] [stdout] test test::overlapping::given_overlapping_sequence_fields::when_deserialize ... ok [INFO] [stdout] test test::optional::given_struct_with_optional_field::when_deserialize::case_3_some_empty ... ok [INFO] [stdout] test test::sequences::given_struct_with_plain_text_list::when_deserialize ... ok [INFO] [stdout] test test::sequences::given_struct_with_plain_text_list::when_serialize ... ok [INFO] [stdout] test test::sequence_container::test ... ok [INFO] [stdout] test test::sequences::given_struct_with_repeated_simple_element::when_deserialize::case_1_many ... ok [INFO] [stdout] test test::sequences::given_struct_with_repeated_simple_element::when_deserialize::case_2_one ... ok [INFO] [stdout] test test::sequences::given_struct_with_repeated_simple_element::when_deserialize::case_3_none ... ok [INFO] [stdout] test test::sequences::given_struct_with_list_attribute::when_serialize::case_2_one ... ok [INFO] [stdout] test test::sequences::given_struct_with_list_attribute::when_serialize::case_3_none ... ok [INFO] [stdout] test test::sequences::given_struct_with_repeated_simple_element::when_serialize::case_1_many ... ok [INFO] [stdout] test test::sequences::given_struct_with_repeated_simple_element::when_serialize::case_3_none ... ok [INFO] [stdout] test test::sequences::given_struct_with_repeated_simple_element::when_serialize::case_2_one ... ok [INFO] [stdout] test test::sequences::given_struct_with_repeated_struct::when_deserialize ... ok [INFO] [stdout] test test::sequences::given_struct_with_repeated_struct::when_serialize ... ok [INFO] [stdout] test test::sequences::given_struct_with_repeated_struct_with_attribute::when_deserialize ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ko::case_1_not_a_bool ... ok [INFO] [stdout] test test::sequences::given_struct_with_repeated_struct_with_attribute::when_serialize ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::given_empty_tag_when_deserialize_then_empty_value::case_2_option_none ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::given_empty_value_when_serialize_then_empty_tag::case_1_unit ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::given_empty_value_when_serialize_then_empty_tag::case_2_option_none ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::given_empty_tag_when_deserialize_then_empty_value::case_1_unit ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_01_string ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_03_string ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_04_string ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_05_string ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_06_byte_buf ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_07_char ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_08_bool_true ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_09_bool_true ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_10_bool_false ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_11_bool_false ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_12_u8 ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_13_i32 ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_14_f32 ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_15_option_string ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_01_string ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_03_string ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_04_string ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_06_char ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_08_bool_false ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_16_option_i32 ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_05_byte_buf ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_07_bool_true ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_11_f32 ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_deserialize_then_ok::case_02_string ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_02_string ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_09_u8 ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_12_option_string ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_13_option_i32 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_01_string ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_02_string ... ok [INFO] [stdout] test test::simple_datatypes::given_newtype_simple_type::when_serialize_then_ok::case_10_i32 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_05_string ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_06_string ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_04_string ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_07_string ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_08_i64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_03_string ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_10_i64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_11_i64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_13_u64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_16_bool ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_15_bool ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_09_i64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_12_u64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_17_unit ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_19_f64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_21_f64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_22_f64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_20_f64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_28_option ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_24_f64_precision_troubles ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_29_option ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_27_option ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_14_u64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_18_f64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_serialize_then_ko::case_01_string ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_26_option ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_23_f64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_deserialize_then_ok::case_25_f64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_serialize_then_ko::case_07_unit ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_serialize_then_ko::case_06_bool ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_serialize_then_ko::case_08_f64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_serialize_then_ko::case_03_i64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_serialize_then_ko::case_04_u64 ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_serialize_then_ko::case_02_string ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_serialize_then_ko::case_09_option ... ok [INFO] [stdout] test test::streaming::given_input_with_multiple_root_elements_when_deserializing_muliple_times_then_ok ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_serialize_then_ko::case_05_bool ... ok [INFO] [stdout] test test::structs::given_nested_structs::when_serialize ... ok [INFO] [stdout] test test::structs::given_struct_with_multiple_fields::when_serialize ... ok [INFO] [stdout] test test::simple_datatypes::given_simple_type::when_serialize_then_ko::case_10_option ... ok [INFO] [stdout] test test::structs::given_struct_with_single_field::when_deserialize ... ok [INFO] [stdout] test test::streaming::given_multiple_values_when_serializing_multiple_times_then_ok ... ok [INFO] [stdout] test test::text::given_struct_with_single_attribute_and_text::and_non_empty_content::when_deserialize ... ok [INFO] [stdout] test test::text::given_struct_with_single_attribute_and_text::and_non_empty_content::when_serialize ... ok [INFO] [stdout] test test::tuples::given_root_tuple::when_serialize_ko ... ok [INFO] [stdout] test test::text::given_struct_with_single_attribute_and_text::and_empty_content::when_deserialize ... ok [INFO] [stdout] test test::structs::given_nested_structs::when_deserialize ... ok [INFO] [stdout] test test::structs::given_struct_with_single_field::when_serialize ... ok [INFO] [stdout] test test::structs::given_struct_with_multiple_fields::when_deserialize ... ok [INFO] [stdout] test test::tuples::given_root_tuple::when_deserialize ... ok [INFO] [stdout] test test::tuples::given_simple_tuple_struct::when_serialize ... ok [INFO] [stdout] test test::text::given_struct_with_single_attribute_and_text::and_empty_content::when_serialize ... ok [INFO] [stdout] test test::tuples::given_simple_tuple_struct::when_deserialize ... ok [INFO] [stdout] test test::tuples::given_struct_with_tuple_field::when_deserialize ... ok [INFO] [stdout] test test::tuples::given_struct_with_tuple_field::when_serialize ... ok [INFO] [stdout] test test::tuples::given_struct_with_tuple_struct_field::when_deserialize ... ok [INFO] [stdout] test test::tuples::given_struct_with_tuple_struct_field::when_serialize ... ok [INFO] [stdout] test test::unit_struct::when_deserialize_then_empty_value ... ok [INFO] [stdout] test test::unit_struct::when_serialize_then_empty_value ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 289 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stderr] Running tests/api.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/api-71484571acfc9443) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test given_whitespace_preserving_parser_config::when_deserialize_then_preserve_whitespace ... ok [INFO] [stderr] Running tests/baseball.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/baseball-796d7a89a5788d0c) [INFO] [stdout] test given_custom_event_writer::should_accept_custom_event_writer ... ok [INFO] [stderr] Running tests/hackernoon_rss.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/hackernoon_rss-2408b1d71d26bcde) [INFO] [stdout] test given_whitespace_preserving_parser_config::when_serialize_then_only_preserve_whitespace_inside_elements ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test main ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test when_deserialize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s [INFO] [stdout] [INFO] [stderr] Running tests/maven_pom.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/maven_pom-f978a76968162025) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/opentest.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/opentest-e01256ce3f16088a) [INFO] [stdout] test when_deserialize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test given_test_execution_when_deserialize ... ok [INFO] [stdout] test given_test_events_when_deserialize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/xml_rpc.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/xml_rpc-38ea7721cebebe0e) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test given_method_call_when_deserialize_ok::path_1_tests_xml_rpc_method_call_1_xml ... ok [INFO] [stdout] test given_method_reponse_when_deserialize_ok::path_1_tests_xml_rpc_method_response_fault_xml ... ok [INFO] [stdout] test given_method_call_when_deserialize_ok::path_2_tests_xml_rpc_method_call_2_xml ... ok [INFO] [stdout] test given_method_reponse_when_deserialize_ok::path_2_tests_xml_rpc_method_response_ok_xml ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2889a8728811bcc22733a0da563f9b266d4f253abfc17a8a995b0092c090c2ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2889a8728811bcc22733a0da563f9b266d4f253abfc17a8a995b0092c090c2ce", kill_on_drop: false }` [INFO] [stdout] 2889a8728811bcc22733a0da563f9b266d4f253abfc17a8a995b0092c090c2ce