[INFO] fetching crate xml2json-rs 1.0.1... [INFO] testing xml2json-rs-1.0.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate xml2json-rs 1.0.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate xml2json-rs 1.0.1 [INFO] finished tweaking crates.io crate xml2json-rs 1.0.1 [INFO] tweaked toml for crates.io crate xml2json-rs 1.0.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate xml2json-rs 1.0.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 24 packages to latest compatible versions [INFO] [stderr] Adding indoc v1.0.9 (available: v2.0.7) [INFO] [stderr] Adding quick-xml v0.23.1 (available: v0.38.4) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8211835ae751b28d7f6ac2112d10ad7c0e30da874faf0527a01e55e6518cbed9 [INFO] running `Command { std: "docker" "start" "-a" "8211835ae751b28d7f6ac2112d10ad7c0e30da874faf0527a01e55e6518cbed9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8211835ae751b28d7f6ac2112d10ad7c0e30da874faf0527a01e55e6518cbed9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8211835ae751b28d7f6ac2112d10ad7c0e30da874faf0527a01e55e6518cbed9", kill_on_drop: false }` [INFO] [stdout] 8211835ae751b28d7f6ac2112d10ad7c0e30da874faf0527a01e55e6518cbed9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c12e41875161c8b56ff43d78efd4f0705f8fa398c3d0cfe93230569367772b5 [INFO] running `Command { std: "docker" "start" "-a" "1c12e41875161c8b56ff43d78efd4f0705f8fa398c3d0cfe93230569367772b5", kill_on_drop: false }` [INFO] [stderr] Compiling quick-xml v0.23.1 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling xml2json-rs v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/json.rs:400:17 [INFO] [stdout] | [INFO] [stdout] 400 | if let Some(mut last_node) = stack.last_mut() { [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xml.rs:109:20 [INFO] [stdout] | [INFO] [stdout] 109 | fn as_bytes_decl(&self) -> BytesDecl { [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] 109 | fn as_bytes_decl(&self) -> BytesDecl<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s [INFO] running `Command { std: "docker" "inspect" "1c12e41875161c8b56ff43d78efd4f0705f8fa398c3d0cfe93230569367772b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c12e41875161c8b56ff43d78efd4f0705f8fa398c3d0cfe93230569367772b5", kill_on_drop: false }` [INFO] [stdout] 1c12e41875161c8b56ff43d78efd4f0705f8fa398c3d0cfe93230569367772b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67bdd97e06e5d208ff40770b904442040c148e07cff7526feb11de163ea318dd [INFO] running `Command { std: "docker" "start" "-a" "67bdd97e06e5d208ff40770b904442040c148e07cff7526feb11de163ea318dd", kill_on_drop: false }` [INFO] [stderr] Compiling indoc v1.0.9 [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/json.rs:400:17 [INFO] [stdout] | [INFO] [stdout] 400 | if let Some(mut last_node) = stack.last_mut() { [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xml.rs:109:20 [INFO] [stdout] | [INFO] [stdout] 109 | fn as_bytes_decl(&self) -> BytesDecl { [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] 109 | fn as_bytes_decl(&self) -> BytesDecl<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling xml2json-rs v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/json.rs:400:17 [INFO] [stdout] | [INFO] [stdout] 400 | if let Some(mut last_node) = stack.last_mut() { [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/xml.rs:109:20 [INFO] [stdout] | [INFO] [stdout] 109 | fn as_bytes_decl(&self) -> BytesDecl { [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] 109 | fn as_bytes_decl(&self) -> BytesDecl<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.93s [INFO] running `Command { std: "docker" "inspect" "67bdd97e06e5d208ff40770b904442040c148e07cff7526feb11de163ea318dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67bdd97e06e5d208ff40770b904442040c148e07cff7526feb11de163ea318dd", kill_on_drop: false }` [INFO] [stdout] 67bdd97e06e5d208ff40770b904442040c148e07cff7526feb11de163ea318dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f551c351c08f140dd634616262f0ba5ad651ac06d32ebeefe6ba89f2e0a4b462 [INFO] running `Command { std: "docker" "start" "-a" "f551c351c08f140dd634616262f0ba5ad651ac06d32ebeefe6ba89f2e0a4b462", kill_on_drop: false }` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/json.rs:400:17 [INFO] [stderr] | [INFO] [stderr] 400 | if let Some(mut last_node) = stack.last_mut() { [INFO] [stderr] | ----^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/xml.rs:109:20 [INFO] [stderr] | [INFO] [stderr] 109 | fn as_bytes_decl(&self) -> BytesDecl { [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] 109 | fn as_bytes_decl(&self) -> BytesDecl<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `xml2json-rs` (lib) generated 2 warnings (run `cargo fix --lib -p xml2json-rs` to apply 2 suggestions) [INFO] [stderr] warning: `xml2json-rs` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xml2json_rs-617e4f90139d1ac6) [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test json::tests::assign_or_push2 ... ok [INFO] [stdout] test json::tests::invalid_xml ... ok [INFO] [stdout] test xml::tests::charkey1 ... ok [INFO] [stdout] test xml::tests::attrkey1 ... ok [INFO] [stdout] test json::tests::assign_or_push1 ... ok [INFO] [stdout] test json::tests::is_whitespace2 ... ok [INFO] [stdout] test json::tests::is_whitespace1 ... ok [INFO] [stdout] test xml::tests::charkey2 ... ok [INFO] [stdout] test xml::tests::build_simple ... ok [INFO] [stdout] test xml::tests::empty_tag2 ... ok [INFO] [stdout] test xml::tests::empty_tag4 ... ok [INFO] [stdout] test xml::tests::empty_tag5 ... ok [INFO] [stdout] test xml::tests::leaf_node1 ... ok [INFO] [stdout] test xml::tests::attrkey2 ... ok [INFO] [stdout] test xml::tests::empty_tag1 ... ok [INFO] [stdout] test xml::tests::leaf_node2 ... ok [INFO] [stdout] test xml::tests::empty_tag3 ... ok [INFO] [stdout] test xml::tests::leaf_node3 ... ok [INFO] [stdout] test xml::tests::tag_attributes1 ... ok [INFO] [stdout] test xml::tests::leaf_node4 ... ok [INFO] [stdout] test xml::tests::tag_attributes2 ... ok [INFO] [stdout] test xml::tests::tag_attributes3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-21eb64810881d047) [INFO] [stdout] [INFO] [stdout] running 80 tests [INFO] [stdout] test integration::json::build_cds_explicit_root_false ... ok [INFO] [stdout] test integration::json::build_cds_ignore_attrs_true ... ok [INFO] [stdout] test integration::json::build_cds_default ... ok [INFO] [stdout] test integration::json::build_cds_attrkey_a ... ok [INFO] [stdout] test integration::json::build_cds_merge_attrs_true ... ok [INFO] [stdout] test integration::json::build_cds_normalize_tags_true ... ok [INFO] [stdout] test integration::json::build_cds_attrkey_attrkey ... ok [INFO] [stdout] test integration::json::build_complex_attrkey_a ... ok [INFO] [stdout] test integration::json::build_complex_attrkey_attrkey ... ok [INFO] [stdout] test integration::json::build_cds_explicit_charkey_true ... ok [INFO] [stdout] test integration::json::build_complex_charkey_c ... ok [INFO] [stdout] test integration::json::build_complex_ignore_attrs_true ... ok [INFO] [stdout] test integration::json::build_complex_explicit_root_false ... ok [INFO] [stdout] test integration::json::build_complex_explicit_charkey_true ... ok [INFO] [stdout] test integration::json::build_complex_empty_tag_e ... ok [INFO] [stdout] test integration::json::build_complex_normalize_tags_true ... ok [INFO] [stdout] test integration::json::build_complex_merge_attrs_true ... ok [INFO] [stdout] test integration::json::build_complex_empty_tag_empty ... ok [INFO] [stdout] test integration::json::build_complex_trim_true ... ok [INFO] [stdout] test integration::json::build_lists_attrkey_a ... ok [INFO] [stdout] test integration::json::build_complex_default ... ok [INFO] [stdout] test integration::json::build_lists_charkey_c ... ok [INFO] [stdout] test integration::json::build_lists_charkey_charkey ... ok [INFO] [stdout] test integration::json::build_lists_default ... ok [INFO] [stdout] test integration::json::build_lists_explicit_charkey_true ... ok [INFO] [stdout] test integration::xml::build_cds_indent_tab ... ok [INFO] [stdout] test integration::xml::build_cds_pretty_false ... ok [INFO] [stdout] test integration::json::build_lists_trim_true ... ok [INFO] [stdout] test integration::json::build_lists_ignore_attrs_true ... ok [INFO] [stdout] test integration::json::build_lists_merge_attrs_true ... ok [INFO] [stdout] test integration::json::build_lists_explicit_root_false ... ok [INFO] [stdout] test integration::json::build_lists_attrkey_attrkey ... ok [INFO] [stdout] test integration::json::build_complex_charkey_charkey ... ok [INFO] [stdout] test integration::json::build_lists_normalize_true ... ok [INFO] [stdout] test integration::json::build_complex_normalize_true ... ok [INFO] [stdout] test integration::xml::build_cds_indent_empty ... ok [INFO] [stdout] test integration::xml::build_cds_default ... ok [INFO] [stdout] test integration::xml::build_cds_root_name_object ... ok [INFO] [stdout] test integration::xml::build_cds_standalone_false ... ok [INFO] [stdout] test integration::xml::build_childobj_default ... ok [INFO] [stdout] test integration::xml::build_childobj_indent_empty ... ok [INFO] [stdout] test integration::xml::build_childobj_indent_tab ... ok [INFO] [stdout] test integration::xml::build_cds_version_11 ... ok [INFO] [stdout] test integration::xml::build_childobj_pretty_false ... ok [INFO] [stdout] test integration::xml::build_childobj_root_name_object ... ok [INFO] [stdout] test integration::xml::build_childobj_standalone_false ... ok [INFO] [stdout] test integration::xml::build_lists_indent_tab ... ok [INFO] [stdout] test integration::xml::build_lists_pretty_false ... ok [INFO] [stdout] test integration::xml::build_lists_standalone_false ... ok [INFO] [stdout] test integration::xml::build_multiroot_default ... ok [INFO] [stdout] test integration::xml::build_complex_indent_empty ... ok [INFO] [stdout] test integration::xml::build_lists_root_name_object ... ok [INFO] [stdout] test integration::xml::build_complex_version_11 ... ok [INFO] [stdout] test integration::xml::build_lists_version_11 ... ok [INFO] [stdout] test integration::xml::build_complex_default ... ok [INFO] [stdout] test integration::xml::build_complex_standalone_false ... ok [INFO] [stdout] test integration::xml::build_lists_indent_empty ... ok [INFO] [stdout] test integration::xml::build_complex_indent_tab ... ok [INFO] [stdout] test integration::xml::build_complex_root_name_object ... ok [INFO] [stdout] test integration::xml::build_singleroot_default ... ok [INFO] [stdout] test integration::xml::build_complex_pretty_false ... ok [INFO] [stdout] test integration::xml::build_multiroot_indent_empty ... ok [INFO] [stdout] test integration::xml::build_multiroot_indent_tab ... ok [INFO] [stdout] test integration::xml::build_multiroot_pretty_false ... ok [INFO] [stdout] test integration::xml::build_singleroot_pretty_false ... ok [INFO] [stdout] test integration::xml::build_singleroot_standalone_false ... ok [INFO] [stdout] test integration::xml::build_singleroot_version_11 ... ok [INFO] [stdout] test integration::xml::build_multiroot_root_name_object ... ok [INFO] [stdout] test integration::xml::build_childobj_version_11 ... ok [INFO] [stdout] test integration::xml::build_multiroot_standalone_false ... ok [INFO] [stdout] test integration::xml::build_soap_default ... ok [INFO] [stdout] test integration::xml::build_multiroot_version_11 ... ok [INFO] [stdout] test integration::xml::build_lists_default ... ok [INFO] [stdout] test integration::xml::build_singleroot_root_name_object ... ok [INFO] [stdout] test integration::xml::build_soap_pretty_false ... ok [INFO] [stdout] test integration::xml::build_soap_indent_empty ... ok [INFO] [stdout] test integration::xml::build_soap_root_name_object ... ok [INFO] [stdout] test integration::xml::build_soap_standalone_false ... ok [INFO] [stdout] test integration::xml::build_soap_indent_tab ... ok [INFO] [stdout] test integration::xml::build_soap_version_11 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests xml2json_rs [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 31) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] test src/lib.rs - (line 69) ... ok [INFO] [stdout] test src/lib.rs - (line 87) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f551c351c08f140dd634616262f0ba5ad651ac06d32ebeefe6ba89f2e0a4b462", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f551c351c08f140dd634616262f0ba5ad651ac06d32ebeefe6ba89f2e0a4b462", kill_on_drop: false }` [INFO] [stdout] f551c351c08f140dd634616262f0ba5ad651ac06d32ebeefe6ba89f2e0a4b462