[INFO] fetching crate serde-xml-rs 0.8.2...
[INFO] testing serde-xml-rs-0.8.2 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate serde-xml-rs 0.8.2 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate serde-xml-rs 0.8.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate serde-xml-rs 0.8.2
[INFO] tweaked toml for crates.io crate serde-xml-rs 0.8.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate serde-xml-rs 0.8.2 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate serde-xml-rs 0.8.2 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a5f1109ddb27533dbb187b9788ceaed9198e6d9c7ffb8ebc18fcdde92e36f88c
[INFO] running `Command { std: "docker" "start" "-a" "a5f1109ddb27533dbb187b9788ceaed9198e6d9c7ffb8ebc18fcdde92e36f88c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5f1109ddb27533dbb187b9788ceaed9198e6d9c7ffb8ebc18fcdde92e36f88c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5f1109ddb27533dbb187b9788ceaed9198e6d9c7ffb8ebc18fcdde92e36f88c", kill_on_drop: false }`
[INFO] [stdout] a5f1109ddb27533dbb187b9788ceaed9198e6d9c7ffb8ebc18fcdde92e36f88c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] adce5d9e43c2b41edfb061b4c81e1b6cc55493261e6995d8ecb3f7eefe61e2e6
[INFO] running `Command { std: "docker" "start" "-a" "adce5d9e43c2b41edfb061b4c81e1b6cc55493261e6995d8ecb3f7eefe61e2e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling xml v1.0.0
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling serde-xml-rs v0.8.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/reader.rs:88:14
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn child(&mut self) -> ChildReader<R>;
[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] 88 |     fn child(&mut self) -> ChildReader<'_, R>;
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/reader.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn child(&mut self) -> ChildReader<R> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn child(&mut self) -> ChildReader<'_, R> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/reader.rs:277:14
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn child(&mut self) -> ChildReader<R> {
[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] help: use `'_` for type 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 7.36s
[INFO] running `Command { std: "docker" "inspect" "adce5d9e43c2b41edfb061b4c81e1b6cc55493261e6995d8ecb3f7eefe61e2e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adce5d9e43c2b41edfb061b4c81e1b6cc55493261e6995d8ecb3f7eefe61e2e6", kill_on_drop: false }`
[INFO] [stdout] adce5d9e43c2b41edfb061b4c81e1b6cc55493261e6995d8ecb3f7eefe61e2e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] deedd24c0c505294291e4af2ad34b6f82894a2a92914ad53bb4d12e0a57a41f1
[INFO] running `Command { std: "docker" "start" "-a" "deedd24c0c505294291e4af2ad34b6f82894a2a92914ad53bb4d12e0a57a41f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling winnow v0.7.9
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling rstest_macros v0.25.0
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling toml_edit v0.22.26
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling logos-derive v0.12.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-query-derive v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling test-log-macros v0.2.17
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling test-log v0.2.17
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling rstest v0.25.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling serde-query v0.2.0
[INFO] [stderr]    Compiling serde-xml-rs v0.8.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/reader.rs:88:14
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn child(&mut self) -> ChildReader<R>;
[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] 88 |     fn child(&mut self) -> ChildReader<'_, R>;
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/reader.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn child(&mut self) -> ChildReader<R> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn child(&mut self) -> ChildReader<'_, R> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/reader.rs:277:14
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn child(&mut self) -> ChildReader<R> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn child(&mut self) -> ChildReader<'_, R> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/reader.rs:88:14
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn child(&mut self) -> ChildReader<R>;
[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] 88 |     fn child(&mut self) -> ChildReader<'_, R>;
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/reader.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn child(&mut self) -> ChildReader<R> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn child(&mut self) -> ChildReader<'_, R> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/reader.rs:277:14
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn child(&mut self) -> ChildReader<R> {
[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] help: use `'_` for type 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 33.04s
[INFO] running `Command { std: "docker" "inspect" "deedd24c0c505294291e4af2ad34b6f82894a2a92914ad53bb4d12e0a57a41f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "deedd24c0c505294291e4af2ad34b6f82894a2a92914ad53bb4d12e0a57a41f1", kill_on_drop: false }`
[INFO] [stdout] deedd24c0c505294291e4af2ad34b6f82894a2a92914ad53bb4d12e0a57a41f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0113b75552634de256d698a3d4b690370db133d129d787027369b9d567e072e7
[INFO] running `Command { std: "docker" "start" "-a" "0113b75552634de256d698a3d4b690370db133d129d787027369b9d567e072e7", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/de/reader.rs:88:14
[INFO] [stderr]    |
[INFO] [stderr] 88 |     fn child(&mut self) -> ChildReader<R>;
[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] 88 |     fn child(&mut self) -> ChildReader<'_, R>;
[INFO] [stderr]    |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/de/reader.rs:164:14
[INFO] [stderr]     |
[INFO] [stderr] 164 |     fn child(&mut self) -> ChildReader<R> {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 164 |     fn child(&mut self) -> ChildReader<'_, R> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/de/reader.rs:277:14
[INFO] [stderr]     |
[INFO] [stderr] 277 |     fn child(&mut self) -> ChildReader<R> {
[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] help: use `'_` for type 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.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/serde_xml_rs-07cdfa3b611d52b7)
[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_04_bool_true ... 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_08_u8 ... 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_09_i32 ... 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_1_unit ... 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_serialize_then_ok::case_2_string ... 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_structs::when_serialize ... 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_struct_with_attributes_followed_by_elements::when_deserialize ... ok
[INFO] [stdout] test test::attributes::given_struct_with_attributes_followed_by_elements::when_serialize ... 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_interleved_elements_and_attributes::when_serialize_then_error ... ok
[INFO] [stdout] test test::attributes::given_struct_with_multiple_attributes::when_deserialize ... ok
[INFO] [stdout] test test::attributes::given_struct_with_multiple_attributes::when_serialize ... 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_structs::when_deserialize ... 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_struct_with_newtype_struct_attribute::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_06_bool_false ... 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_09_i32 ... 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_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_04_bool_true ... 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_08_u8 ... 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_4_bool_true ... 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_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_02_string ... ok
[INFO] [stdout] test test::attributes::given_struct_with_tuple_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_tuple_struct_attribute::when_serialize ... ok
[INFO] [stdout] test test::attributes::given_struct_with_unit_struct_attribute::when_serialize ... 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_deserialize ... 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_tuple_attribute::when_serialize ... 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::choice_sequence::given_nested_enum_sequences::vec_of_struct_first_parseable::case_2 ... ok
[INFO] [stdout] test test::choices::given_attribute_unit_choices::when_serialize::case_3_c ... ok
[INFO] [stdout] test test::choices::given_attribute_unit_choices::when_deserialize::case_1_a ... 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_child_element_choice_sequence_with_other_elements::when_serialize ... 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::choices::given_child_element_choice::when_deserialize::case_1_unit ... 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_deserialize::case_6_struct_with_attribute ... 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_3_empty_struct ... ok
[INFO] [stdout] test test::choices::given_child_element_choice::when_deserialize::case_2_newtype ... ok
[INFO] [stdout] test test::choices::given_attribute_unit_choices::when_serialize::case_2_b ... ok
[INFO] [stdout] test test::attributes::given_struct_with_single_attribute::when_deserialize ... 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_serialize::case_1_unit ... ok
[INFO] [stdout] test test::choices::given_child_element_choice::when_serialize::case_3_empty_struct ... 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::choices::given_child_element_choice::when_serialize::case_4_tuple ... 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_2_newtype ... ok
[INFO] [stdout] test test::choices::given_child_element_choice::when_serialize::case_5_struct_ ... ok
[INFO] [stdout] test test::attributes::given_struct_with_single_attribute::when_serialize ... 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::choices::given_root_choice::when_serialize::case_2_newtype ... 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_5_struct_ ... ok
[INFO] [stdout] test test::choices::given_root_choice::when_serialize::case_1_unit ... ok
[INFO] [stdout] test test::choices::given_root_choice::when_serialize::case_6_struct_with_attribute ... ok
[INFO] [stdout] test test::choices::given_root_choice::when_serialize::case_4_tuple ... ok
[INFO] [stdout] test test::choices::given_unit_choices_as_string::when_deserialize::case_1_a ... 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_deserialize::case_5_struct_ ... ok
[INFO] [stdout] test test::choices::given_root_choice::when_serialize::case_3_empty_struct ... 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::choice_sequence::given_child_element_choice_sequence::when_deserialize ... ok
[INFO] [stdout] test test::choices::given_root_choice::when_deserialize::case_1_unit ... 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::doctype::given_document_with_doctype_when_deserialize_then_ok::case_3 ... 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::ill_formed::given_ill_formed_document_when_deserialize_then_ko::case_1_unfinished ... ok
[INFO] [stdout] test test::maps::given_map::when_deserialize::case_3_none ... ok
[INFO] [stdout] test test::maps::given_map::when_deserialize::case_4_text ... ok
[INFO] [stdout] test test::maps::given_map::when_deserialize::case_1_many ... ok
[INFO] [stdout] test test::choices::given_unit_choices_as_string::when_deserialize::case_3_c ... ok
[INFO] [stdout] test test::maps::given_map::when_deserialize::case_2_one ... ok
[INFO] [stdout] test test::doctype::given_document_with_doctype_when_deserialize_then_ok::case_1 ... ok
[INFO] [stdout] test test::ignore::given_root_struct::when_deserialize::case_3_ignore_nested_elements ... ok
[INFO] [stdout] test test::choices::given_unit_choices_as_string::when_deserialize::case_2_b ... 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_serialize::case_4_text ... ok
[INFO] [stdout] test test::maps::given_newtype_map::when_deserialize::case_4_text ... 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_map_of_enum_values::when_deserialize ... 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_enum_values::when_serialize ... ok
[INFO] [stdout] test test::maps::given_struct_with_simple_map::when_serialize::case_3_none ... ok
[INFO] [stdout] test test::maps::given_struct_with_simple_map::when_serialize::case_4_text ... 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_2_one ... 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_4_text ... ok
[INFO] [stdout] test test::namespaces::given_enum_ns::when_serialize ... 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_deserialize::case_4_text ... ok
[INFO] [stdout] test test::namespaces::given_root_element_default_ns::when_serialize ... ok
[INFO] [stdout] test test::namespaces::given_root_element_default_ns::when_deserialize ... ok
[INFO] [stdout] test test::namespaces::given_root_element_attribute_ns::when_deserialize ... ok
[INFO] [stdout] test test::namespaces::given_root_element_attribute_ns::when_serialize ... ok
[INFO] [stdout] test test::maps::given_newtype_map::when_deserialize::case_2_one ... 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_absent_attribute_then_none::case_3_u8 ... ok
[INFO] [stdout] test test::namespaces::given_root_element_ns::when_deserialize ... 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_1_unit ... ok
[INFO] [stdout] test test::maps::given_newtype_map::when_serialize::case_2_one ... ok
[INFO] [stdout] test test::maps::given_struct_with_map_of_struct_values::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_2_string ... 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_enum_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_attribute_then_some::case_2_string ... 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_3_none ... ok
[INFO] [stdout] test test::maps::given_newtype_map::when_serialize::case_1_many ... 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_some_then_attribute::case_2_string ... ok
[INFO] [stdout] test test::optional::given_option_unit_field::when_serialize::case_1_some ... ok
[INFO] [stdout] test test::optional::given_option_unit_field::when_deserialize::case_2_none ... ok
[INFO] [stdout] test test::optional::given_option_unit_struct_field::when_serialize::case_2_none ... ok
[INFO] [stdout] test test::optional::given_option_unit_field::when_deserialize::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_struct_with_optional_attribute::when_deserialize::case_1_some ... ok
[INFO] [stdout] test test::optional::given_option_unit_struct_field::when_serialize::case_1_some ... 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_nested_struct_with_optional_attribute::when_serialize_some_then_attribute::case_4_u8 ... 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_struct_with_optional_attribute::when_serialize::case_2_none ... ok
[INFO] [stdout] test test::optional::given_struct_with_optional_field::when_deserialize::case_3_some_empty ... 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_struct_with_optional_attribute::when_serialize::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_struct_with_optional_field::when_deserialize::case_1_some ... 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_attribute::when_deserialize::case_2_some ... ok
[INFO] [stdout] test test::optional::given_struct_with_optional_field::when_deserialize::case_4_none ... 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_skipped_field::when_serialize::case_1_some ... ok
[INFO] [stdout] test test::optional::given_struct_with_optional_skipped_field::when_serialize::case_2_none ... ok
[INFO] [stdout] test test::sequences::given_multiple_root_elements::when_deserialize_then_ko ... ok
[INFO] [stdout] test test::overlapping::given_overlapping_sequence_fields::when_deserialize ... ok
[INFO] [stdout] test test::optional::given_struct_with_optional_field::when_serialize::case_2_none ... ok
[INFO] [stdout] test test::sequences::given_struct_with_plain_text_list::when_serialize ... 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_plain_text_list::when_deserialize ... ok
[INFO] [stdout] test test::sequence_container::test ... 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_list_attribute::when_deserialize::case_1_many ... 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_list_attribute::when_deserialize::case_2_one ... ok
[INFO] [stdout] test test::sequences::given_struct_with_list_attribute::when_serialize::case_1_many ... 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_3_none ... ok
[INFO] [stdout] test test::optional::given_struct_with_optional_field::when_serialize::case_1_some ... 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_struct::when_serialize ... 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_repeated_simple_element::when_serialize::case_2_one ... ok
[INFO] [stdout] test test::sequences::given_struct_with_repeated_struct_with_attribute::when_deserialize ... ok
[INFO] [stdout] test test::sequences::given_struct_with_repeated_struct::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::simple_datatypes::given_newtype_simple_type::given_empty_tag_when_deserialize_then_empty_value::case_2_option_none ... 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_value_when_serialize_then_empty_tag::case_1_unit ... 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::given_empty_value_when_serialize_then_empty_tag::case_2_option_none ... 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_04_string ... 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_deserialize_then_ok::case_06_byte_buf ... 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_03_string ... 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_07_char ... 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_serialize_then_ok::case_02_string ... 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_08_bool_true ... 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_serialize_then_ok::case_06_char ... 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_01_string ... 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_deserialize_then_ok::case_16_option_i32 ... 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_serialize_then_ok::case_03_string ... 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_serialize_then_ok::case_04_string ... 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_09_u8 ... 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_newtype_simple_type::when_serialize_then_ok::case_11_f32 ... 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_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_simple_type::when_deserialize_then_ok::case_03_string ... 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_07_string ... 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_10_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_13_u64 ... 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_11_i64 ... 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_15_bool ... 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_19_f64 ... 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_deserialize_then_ok::case_20_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_23_f64 ... 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_29_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_28_option ... 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_03_i64 ... 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_serialize_then_ko::case_08_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_04_u64 ... 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_27_option ... ok
[INFO] [stdout] test test::simple_datatypes::given_simple_type::when_serialize_then_ko::case_05_bool ... 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_09_option ... 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::structs::given_struct_with_single_field::when_serialize ... ok
[INFO] [stdout] test test::streaming::given_input_with_multiple_root_elements_when_deserializing_muliple_times_then_ok ... ok
[INFO] [stdout] test test::text::given_struct_with_single_attribute_and_text::and_empty_content::when_deserialize ... ok
[INFO] [stdout] test test::streaming::given_multiple_values_when_serializing_multiple_times_then_ok ... ok
[INFO] [stdout] test test::structs::given_nested_structs::when_deserialize ... ok
[INFO] [stdout] test test::structs::given_nested_structs::when_serialize ... 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_02_string ... ok
[INFO] [stdout] test test::structs::given_struct_with_multiple_fields::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_deserialize ... ok
[INFO] [stdout] test test::tuples::given_simple_tuple_struct::when_deserialize ... ok
[INFO] [stdout] test test::tuples::given_root_tuple::when_serialize_ko ... 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::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_empty_content::when_serialize ... 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] test test::tuples::given_simple_tuple_struct::when_serialize ... ok
[INFO] [stdout] test test::tuples::given_struct_with_tuple_struct_field::when_deserialize ... ok
[INFO] [stdout] test test::maps::given_newtype_map::when_serialize::case_3_none ... ok
[INFO] [stdout] test test::maps::given_struct_with_map_of_struct_values::when_deserialize ... ok
[INFO] [stdout] test test::simple_datatypes::given_simple_type::when_serialize_then_ko::case_01_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 289 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/api.rs (/opt/rustwide/target/debug/deps/api-230ccb1cc6172ced)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test given_whitespace_preserving_parser_config::when_serialize_then_only_preserve_whitespace_inside_elements ... ok
[INFO] [stdout] test given_whitespace_preserving_parser_config::when_deserialize_then_preserve_whitespace ... ok
[INFO] [stdout] test given_custom_event_writer::should_accept_custom_event_writer ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/baseball.rs (/opt/rustwide/target/debug/deps/baseball-925266ed601ae117)
[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] [stderr]      Running tests/encodings.rs (/opt/rustwide/target/debug/deps/encodings-01a6caf63a4c46b5)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test given_supported_encoding_when_deserialize_then_ok::path_2_tests_encodings_iso_8859_1_xml ... ok
[INFO] [stdout] test given_supported_encoding_when_deserialize_then_ok::path_1_tests_encodings_ascii_xml ... ok
[INFO] [stdout] test given_supported_encoding_when_deserialize_then_ok::path_3_tests_encodings_utf_16_xml ... ok
[INFO] [stdout] test given_supported_encoding_when_deserialize_then_ok::path_4_tests_encodings_utf_8_xml ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/hackernoon_rss.rs (/opt/rustwide/target/debug/deps/hackernoon_rss-b70be11e1bf8ca44)
[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/into_inner.rs (/opt/rustwide/target/debug/deps/into_inner-772bff4618b8038f)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_serialize_and_get_buffer_back ... ok
[INFO] [stdout] test test_continue_writing_after_serialization ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/maven_pom.rs (/opt/rustwide/target/debug/deps/maven_pom-eae62a2463c6a5fe)
[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.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/opentest.rs (/opt/rustwide/target/debug/deps/opentest-8cc64ce8e83bcac5)
[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/debug/deps/xml_rpc-569bab7ca680602a)
[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_2_tests_xml_rpc_method_response_ok_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_1_tests_xml_rpc_method_response_fault_xml ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests serde_xml_rs
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test src/lib.rs - (line 103) ... ignored
[INFO] [stdout] test src/lib.rs - (line 106) ... ignored
[INFO] [stdout] test src/lib.rs - (line 109) ... ignored
[INFO] [stdout] test src/lib.rs - (line 347) ... ok
[INFO] [stdout] test src/lib.rs - (line 156) ... ok
[INFO] [stdout] test src/lib.rs - (line 318) ... ok
[INFO] [stdout] test src/lib.rs - (line 476) ... ok
[INFO] [stdout] test src/lib.rs - (line 264) ... ok
[INFO] [stdout] test src/lib.rs - (line 49) ... ok
[INFO] [stdout] test src/lib.rs - (line 209) ... ok
[INFO] [stdout] test src/lib.rs - (line 238) ... ok
[INFO] [stdout] test src/lib.rs - (line 292) ... ok
[INFO] [stdout] test src/lib.rs - (line 520) ... ok
[INFO] [stdout] test src/de/mod.rs - de::from_str (line 27) ... ok
[INFO] [stdout] test src/lib.rs - (line 445) ... ok
[INFO] [stdout] test src/lib.rs - (line 168) ... ok
[INFO] [stdout] test src/de/mod.rs - de::from_reader (line 47) ... ok
[INFO] [stdout] test src/lib.rs - (line 397) ... ok
[INFO] [stdout] test src/lib.rs - (line 571) ... ok
[INFO] [stdout] test src/lib.rs - (line 983) ... ok
[INFO] [stdout] test src/lib.rs - (line 768) ... ok
[INFO] [stdout] test src/ser/mod.rs - ser::to_string (line 23) ... ok
[INFO] [stdout] test src/config.rs - config::SerdeXml::overlapping_sequences (line 67) ... ok
[INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 23) ... ok
[INFO] [stdout] test src/lib.rs - (line 943) ... ok
[INFO] [stdout] test src/ser/mod.rs - ser::to_writer (line 49) ... ok
[INFO] [stdout] test src/lib.rs - (line 695) ... ok
[INFO] [stdout] test src/lib.rs - (line 819) ... ok
[INFO] [stdout] test src/lib.rs - (line 868) ... ok
[INFO] [stdout] test src/lib.rs - (line 641) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 5.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0113b75552634de256d698a3d4b690370db133d129d787027369b9d567e072e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0113b75552634de256d698a3d4b690370db133d129d787027369b9d567e072e7", kill_on_drop: false }`
[INFO] [stdout] 0113b75552634de256d698a3d4b690370db133d129d787027369b9d567e072e7
