[INFO] fetching crate xml2json-rs 1.0.1... [INFO] testing xml2json-rs-1.0.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate xml2json-rs 1.0.1 into /workspace/builds/worker-2-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-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate xml2json-rs 1.0.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 23 packages to latest compatible versions [INFO] [stderr] Adding indoc v1.0.9 (available: v2.0.6) [INFO] [stderr] Adding quick-xml v0.23.1 (available: v0.38.3) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8f5cced5a00e926f46a2b8b765a8b3118ae5dd6727d3597fb31c69eebccd6fdd [INFO] running `Command { std: "docker" "start" "-a" "8f5cced5a00e926f46a2b8b765a8b3118ae5dd6727d3597fb31c69eebccd6fdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f5cced5a00e926f46a2b8b765a8b3118ae5dd6727d3597fb31c69eebccd6fdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f5cced5a00e926f46a2b8b765a8b3118ae5dd6727d3597fb31c69eebccd6fdd", kill_on_drop: false }` [INFO] [stdout] 8f5cced5a00e926f46a2b8b765a8b3118ae5dd6727d3597fb31c69eebccd6fdd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02ceed713e0ab4ad6ce97e5dd98809289492360c99f6ca1d086159495f75565a [INFO] running `Command { std: "docker" "start" "-a" "02ceed713e0ab4ad6ce97e5dd98809289492360c99f6ca1d086159495f75565a", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling quick-xml v0.23.1 [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.53s [INFO] running `Command { std: "docker" "inspect" "02ceed713e0ab4ad6ce97e5dd98809289492360c99f6ca1d086159495f75565a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02ceed713e0ab4ad6ce97e5dd98809289492360c99f6ca1d086159495f75565a", kill_on_drop: false }` [INFO] [stdout] 02ceed713e0ab4ad6ce97e5dd98809289492360c99f6ca1d086159495f75565a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86a83c2fd193be746efa9adacb8fbdb4aa4e9d331a3f048d3ce742ed549e2b13 [INFO] running `Command { std: "docker" "start" "-a" "86a83c2fd193be746efa9adacb8fbdb4aa4e9d331a3f048d3ce742ed549e2b13", 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.73s [INFO] running `Command { std: "docker" "inspect" "86a83c2fd193be746efa9adacb8fbdb4aa4e9d331a3f048d3ce742ed549e2b13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86a83c2fd193be746efa9adacb8fbdb4aa4e9d331a3f048d3ce742ed549e2b13", kill_on_drop: false }` [INFO] [stdout] 86a83c2fd193be746efa9adacb8fbdb4aa4e9d331a3f048d3ce742ed549e2b13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 365579607cd77412e5ead22f6feb6406a43ddd068be009ba3da716eead35458b [INFO] running `Command { std: "docker" "start" "-a" "365579607cd77412e5ead22f6feb6406a43ddd068be009ba3da716eead35458b", kill_on_drop: false }` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stdout] [INFO] [stderr] --> src/json.rs:400:17 [INFO] [stdout] running 22 tests [INFO] [stderr] | [INFO] [stdout] test json::tests::assign_or_push1 ... ok [INFO] [stderr] 400 | if let Some(mut last_node) = stack.last_mut() { [INFO] [stdout] test json::tests::invalid_xml ... ok [INFO] [stderr] | ----^^^^^^^^^ [INFO] [stdout] test xml::tests::attrkey1 ... ok [INFO] [stderr] | | [INFO] [stdout] test xml::tests::charkey1 ... ok [INFO] [stderr] | help: remove this `mut` [INFO] [stdout] test xml::tests::build_simple ... ok [INFO] [stderr] | [INFO] [stdout] test xml::tests::attrkey2 ... ok [INFO] [stderr] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] test xml::tests::charkey2 ... ok [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.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xml2json_rs-4a596096534dca1c) [INFO] [stdout] test json::tests::is_whitespace1 ... ok [INFO] [stdout] test json::tests::is_whitespace2 ... ok [INFO] [stdout] test xml::tests::empty_tag1 ... ok [INFO] [stdout] test xml::tests::empty_tag3 ... ok [INFO] [stdout] test xml::tests::empty_tag2 ... ok [INFO] [stdout] test xml::tests::tag_attributes1 ... ok [INFO] [stdout] test xml::tests::leaf_node4 ... ok [INFO] [stdout] test xml::tests::empty_tag4 ... ok [INFO] [stdout] test xml::tests::tag_attributes3 ... ok [INFO] [stdout] test xml::tests::tag_attributes2 ... ok [INFO] [stdout] test xml::tests::empty_tag5 ... ok [INFO] [stdout] test xml::tests::leaf_node1 ... ok [INFO] [stdout] test xml::tests::leaf_node2 ... ok [INFO] [stdout] test json::tests::assign_or_push2 ... ok [INFO] [stdout] test xml::tests::leaf_node3 ... ok [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-9010eb514de29035) [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 80 tests [INFO] [stdout] test integration::json::build_cds_ignore_attrs_true ... ok [INFO] [stdout] test integration::json::build_complex_charkey_charkey ... ok [INFO] [stdout] test integration::json::build_complex_charkey_c ... ok [INFO] [stdout] test integration::json::build_cds_explicit_charkey_true ... ok [INFO] [stdout] test integration::json::build_complex_default ... 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_normalize_tags_true ... ok [INFO] [stdout] test integration::json::build_complex_empty_tag_e ... 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_cds_explicit_root_false ... ok [INFO] [stdout] test integration::json::build_cds_merge_attrs_true ... ok [INFO] [stdout] test integration::json::build_complex_empty_tag_empty ... ok [INFO] [stdout] test integration::json::build_complex_attrkey_attrkey ... ok [INFO] [stdout] test integration::json::build_lists_attrkey_a ... ok [INFO] [stdout] test integration::json::build_lists_charkey_c ... ok [INFO] [stdout] test integration::json::build_lists_attrkey_attrkey ... ok [INFO] [stdout] test integration::json::build_complex_explicit_charkey_true ... ok [INFO] [stdout] test integration::json::build_complex_ignore_attrs_true ... ok [INFO] [stdout] test integration::json::build_complex_merge_attrs_true ... ok [INFO] [stdout] test integration::json::build_complex_normalize_tags_true ... 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_standalone_false ... ok [INFO] [stdout] test integration::json::build_lists_ignore_attrs_true ... ok [INFO] [stdout] test integration::json::build_lists_explicit_root_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::json::build_lists_merge_attrs_true ... ok [INFO] [stdout] test integration::json::build_lists_trim_true ... ok [INFO] [stdout] test integration::xml::build_cds_root_name_object ... ok [INFO] [stdout] test integration::xml::build_cds_version_11 ... ok [INFO] [stdout] test integration::json::build_complex_explicit_root_false ... 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_complex_default ... ok [INFO] [stdout] test integration::xml::build_cds_pretty_false ... ok [INFO] [stdout] test integration::json::build_lists_normalize_true ... ok [INFO] [stdout] test integration::xml::build_cds_indent_tab ... ok [INFO] [stdout] test integration::xml::build_childobj_indent_tab ... ok [INFO] [stdout] test integration::xml::build_childobj_root_name_object ... ok [INFO] [stdout] test integration::xml::build_complex_indent_empty ... ok [INFO] [stdout] test integration::xml::build_childobj_standalone_false ... ok [INFO] [stdout] test integration::xml::build_lists_indent_empty ... ok [INFO] [stdout] test integration::xml::build_complex_pretty_false ... ok [INFO] [stdout] test integration::xml::build_complex_standalone_false ... ok [INFO] [stdout] test integration::xml::build_complex_version_11 ... ok [INFO] [stdout] test integration::xml::build_complex_indent_tab ... ok [INFO] [stdout] test integration::xml::build_lists_indent_tab ... ok [INFO] [stdout] test integration::xml::build_complex_root_name_object ... ok [INFO] [stdout] test integration::xml::build_lists_root_name_object ... ok [INFO] [stdout] test integration::json::build_complex_trim_true ... ok [INFO] [stdout] test integration::xml::build_lists_default ... ok [INFO] [stdout] test integration::xml::build_childobj_pretty_false ... ok [INFO] [stdout] test integration::xml::build_childobj_version_11 ... 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_indent_tab ... ok [INFO] [stdout] test integration::xml::build_multiroot_pretty_false ... ok [INFO] [stdout] test integration::xml::build_multiroot_root_name_object ... ok [INFO] [stdout] test integration::xml::build_multiroot_standalone_false ... ok [INFO] [stdout] test integration::xml::build_multiroot_version_11 ... ok [INFO] [stdout] test integration::xml::build_singleroot_default ... ok [INFO] [stdout] test integration::xml::build_singleroot_standalone_false ... ok [INFO] [stdout] test integration::xml::build_singleroot_root_name_object ... ok [INFO] [stdout] test integration::xml::build_singleroot_pretty_false ... ok [INFO] [stdout] test integration::xml::build_singleroot_version_11 ... ok [INFO] [stdout] test integration::xml::build_lists_version_11 ... ok [INFO] [stdout] test integration::xml::build_soap_default ... ok [INFO] [stdout] test integration::xml::build_multiroot_default ... ok [INFO] [stdout] test integration::xml::build_multiroot_indent_empty ... ok [INFO] [stdout] test integration::xml::build_soap_indent_empty ... ok [INFO] [stdout] test integration::xml::build_soap_indent_tab ... ok [INFO] [stdout] test integration::xml::build_soap_pretty_false ... 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_version_11 ... ok [INFO] [stderr] Doc-tests xml2json_rs [INFO] [stdout] test integration::json::build_complex_normalize_true ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 31) ... ok [INFO] [stdout] test src/lib.rs - (line 87) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] test src/lib.rs - (line 69) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.78s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "365579607cd77412e5ead22f6feb6406a43ddd068be009ba3da716eead35458b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "365579607cd77412e5ead22f6feb6406a43ddd068be009ba3da716eead35458b", kill_on_drop: false }` [INFO] [stdout] 365579607cd77412e5ead22f6feb6406a43ddd068be009ba3da716eead35458b