[INFO] fetching crate xmlparser 0.13.6...
[INFO] testing xmlparser-0.13.6 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate xmlparser 0.13.6 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate xmlparser 0.13.6
[INFO] finished tweaking crates.io crate xmlparser 0.13.6
[INFO] tweaked toml for crates.io crate xmlparser 0.13.6 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate xmlparser 0.13.6 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate xmlparser 0.13.6 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a1170e7f64339866408099622c7d769143fa7d24ff61fd2f3e147af612808f99
[INFO] running `Command { std: "docker" "start" "-a" "a1170e7f64339866408099622c7d769143fa7d24ff61fd2f3e147af612808f99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a1170e7f64339866408099622c7d769143fa7d24ff61fd2f3e147af612808f99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1170e7f64339866408099622c7d769143fa7d24ff61fd2f3e147af612808f99", kill_on_drop: false }`
[INFO] [stdout] a1170e7f64339866408099622c7d769143fa7d24ff61fd2f3e147af612808f99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14cc6b7739708218ab8ce1c5cc185714f932d1a12f9d47a75da97ee159da9a07
[INFO] running `Command { std: "docker" "start" "-a" "14cc6b7739708218ab8ce1c5cc185714f932d1a12f9d47a75da97ee159da9a07", kill_on_drop: false }`
[INFO] [stderr]    Compiling xmlparser v0.13.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/strspan.rs:53:37
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub(crate) fn from_substr(text: &str, start: usize, end: usize) -> StrSpan {
[INFO] [stdout]    |                                     ^^^^ the lifetime is elided here   ^^^^^^^ the same lifetime is hidden 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] 53 |     pub(crate) fn from_substr(text: &str, start: usize, end: usize) -> StrSpan<'_> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
[INFO] running `Command { std: "docker" "inspect" "14cc6b7739708218ab8ce1c5cc185714f932d1a12f9d47a75da97ee159da9a07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14cc6b7739708218ab8ce1c5cc185714f932d1a12f9d47a75da97ee159da9a07", kill_on_drop: false }`
[INFO] [stdout] 14cc6b7739708218ab8ce1c5cc185714f932d1a12f9d47a75da97ee159da9a07
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 09b1bf8659ed433691fa1f9ac54c06367d51029c3953d5c01d8b6c239b67dde8
[INFO] running `Command { std: "docker" "start" "-a" "09b1bf8659ed433691fa1f9ac54c06367d51029c3953d5c01d8b6c239b67dde8", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/strspan.rs:53:37
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub(crate) fn from_substr(text: &str, start: usize, end: usize) -> StrSpan {
[INFO] [stdout]    |                                     ^^^^ the lifetime is elided here   ^^^^^^^ the same lifetime is hidden 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] 53 |     pub(crate) fn from_substr(text: &str, start: usize, end: usize) -> StrSpan<'_> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling xmlparser v0.13.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/strspan.rs:53:37
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub(crate) fn from_substr(text: &str, start: usize, end: usize) -> StrSpan {
[INFO] [stdout]    |                                     ^^^^ the lifetime is elided here   ^^^^^^^ the same lifetime is hidden 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] 53 |     pub(crate) fn from_substr(text: &str, start: usize, end: usize) -> StrSpan<'_> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.68s
[INFO] running `Command { std: "docker" "inspect" "09b1bf8659ed433691fa1f9ac54c06367d51029c3953d5c01d8b6c239b67dde8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09b1bf8659ed433691fa1f9ac54c06367d51029c3953d5c01d8b6c239b67dde8", kill_on_drop: false }`
[INFO] [stdout] 09b1bf8659ed433691fa1f9ac54c06367d51029c3953d5c01d8b6c239b67dde8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e819c44c38a4d093003c268dc082ff28f15be3b0ddbd55e4df5b70f932888be7
[INFO] running `Command { std: "docker" "start" "-a" "e819c44c38a4d093003c268dc082ff28f15be3b0ddbd55e4df5b70f932888be7", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/strspan.rs:53:37
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub(crate) fn from_substr(text: &str, start: usize, end: usize) -> StrSpan {
[INFO] [stderr]    |                                     ^^^^ the lifetime is elided here   ^^^^^^^ the same lifetime is hidden 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] 53 |     pub(crate) fn from_substr(text: &str, start: usize, end: usize) -> StrSpan<'_> {
[INFO] [stderr]    |                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `xmlparser` (lib) generated 1 warning (run `cargo fix --lib -p xmlparser` to apply 1 suggestion)
[INFO] [stderr] warning: `xmlparser` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xmlparser-ac6eaac45bc9ac84)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/integration/main.rs (/opt/rustwide/target/debug/deps/integration-d472d1b9f15bbdc3)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 179 tests
[INFO] [stdout] test api::err_size_1 ... ok
[INFO] [stdout] test api::span_size ... ok
[INFO] [stdout] test api::text_pos_1 ... ok
[INFO] [stdout] test api::text_pos_3 ... ok
[INFO] [stdout] test api::token_size ... ok
[INFO] [stdout] test cdata::cdata_01 ... ok
[INFO] [stdout] test cdata::cdata_04 ... ok
[INFO] [stdout] test cdata::cdata_02 ... ok
[INFO] [stdout] test cdata::cdata_05 ... ok
[INFO] [stdout] test cdata::cdata_07 ... ok
[INFO] [stdout] test cdata::cdata_08 ... ok
[INFO] [stdout] test cdata::cdata_09 ... ok
[INFO] [stdout] test cdata::cdata_err_01 ... ok
[INFO] [stdout] test cdata::cdata_06 ... ok
[INFO] [stdout] test comments::comment_01 ... ok
[INFO] [stdout] test comments::comment_02 ... ok
[INFO] [stdout] test comments::comment_03 ... ok
[INFO] [stdout] test comments::comment_04 ... ok
[INFO] [stdout] test comments::comment_05 ... ok
[INFO] [stdout] test comments::comment_06 ... ok
[INFO] [stdout] test cdata::cdata_03 ... ok
[INFO] [stdout] test comments::comment_07 ... ok
[INFO] [stdout] test comments::comment_08 ... ok
[INFO] [stdout] test comments::comment_09 ... ok
[INFO] [stdout] test comments::comment_10 ... ok
[INFO] [stdout] test comments::comment_11 ... ok
[INFO] [stdout] test comments::comment_err_01 ... ok
[INFO] [stdout] test comments::comment_err_02 ... ok
[INFO] [stdout] test comments::comment_err_03 ... ok
[INFO] [stdout] test comments::comment_err_04 ... ok
[INFO] [stdout] test comments::comment_err_05 ... ok
[INFO] [stdout] test comments::comment_err_06 ... ok
[INFO] [stdout] test comments::comment_err_07 ... ok
[INFO] [stdout] test comments::comment_err_08 ... ok
[INFO] [stdout] test comments::comment_err_09 ... ok
[INFO] [stdout] test comments::comment_err_10 ... ok
[INFO] [stdout] test comments::comment_err_11 ... ok
[INFO] [stdout] test comments::comment_err_12 ... ok
[INFO] [stdout] test comments::comment_err_15 ... ok
[INFO] [stdout] test comments::comment_err_13 ... ok
[INFO] [stdout] test comments::comment_err_14 ... ok
[INFO] [stdout] test comments::comment_err_16 ... ok
[INFO] [stdout] test comments::comment_err_17 ... ok
[INFO] [stdout] test comments::comment_err_18 ... ok
[INFO] [stdout] test comments::comment_err_19 ... ok
[INFO] [stdout] test comments::comment_err_20 ... ok
[INFO] [stdout] test comments::comment_err_21 ... ok
[INFO] [stdout] test comments::comment_err_22 ... ok
[INFO] [stdout] test comments::comment_err_23 ... ok
[INFO] [stdout] test comments::comment_err_24 ... ok
[INFO] [stdout] test comments::comment_err_25 ... ok
[INFO] [stdout] test comments::comment_err_26 ... ok
[INFO] [stdout] test comments::comment_err_27 ... ok
[INFO] [stdout] test comments::comment_err_28 ... ok
[INFO] [stdout] test comments::comment_err_29 ... ok
[INFO] [stdout] test comments::comment_err_30 ... ok
[INFO] [stdout] test comments::comment_err_31 ... ok
[INFO] [stdout] test comments::comment_err_32 ... ok
[INFO] [stdout] test comments::comment_err_33 ... ok
[INFO] [stdout] test comments::comment_err_34 ... ok
[INFO] [stdout] test comments::comment_err_35 ... ok
[INFO] [stdout] test doctype::dtd_01 ... ok
[INFO] [stdout] test doctype::dtd_02 ... ok
[INFO] [stdout] test doctype::dtd_03 ... ok
[INFO] [stdout] test doctype::dtd_04 ... ok
[INFO] [stdout] test doctype::dtd_05 ... ok
[INFO] [stdout] test doctype::dtd_06 ... ok
[INFO] [stdout] test doctype::dtd_07 ... ok
[INFO] [stdout] test doctype::dtd_08 ... ok
[INFO] [stdout] test doctype::dtd_entity_01 ... ok
[INFO] [stdout] test doctype::dtd_entity_02 ... ok
[INFO] [stdout] test doctype::dtd_entity_03 ... ok
[INFO] [stdout] test doctype::dtd_entity_04 ... ok
[INFO] [stdout] test doctype::dtd_entity_05 ... ok
[INFO] [stdout] test doctype::dtd_err_01 ... ok
[INFO] [stdout] test doctype::dtd_entity_06 ... ok
[INFO] [stdout] test doctype::dtd_err_03 ... ok
[INFO] [stdout] test doctype::dtd_err_02 ... ok
[INFO] [stdout] test doctype::dtd_err_04 ... ok
[INFO] [stdout] test doctype::dtd_err_05 ... ok
[INFO] [stdout] test document::document_01 ... ok
[INFO] [stdout] test document::document_02 ... ok
[INFO] [stdout] test document::document_03 ... ok
[INFO] [stdout] test document::document_05 ... ok
[INFO] [stdout] test document::document_06 ... ok
[INFO] [stdout] test document::document_09 ... ok
[INFO] [stdout] test document::document_08 ... ok
[INFO] [stdout] test document::document_err_01 ... ok
[INFO] [stdout] test doctype::dtd_entity_07 ... ok
[INFO] [stdout] test document::document_err_03 ... ok
[INFO] [stdout] test document::document_err_04 ... ok
[INFO] [stdout] test document::document_err_02 ... ok
[INFO] [stdout] test document::document_err_05 ... ok
[INFO] [stdout] test document::document_err_06 ... ok
[INFO] [stdout] test elements::attribute_01 ... ok
[INFO] [stdout] test elements::attribute_02 ... ok
[INFO] [stdout] test elements::attribute_03 ... ok
[INFO] [stdout] test document::parse_fragment_1 ... ok
[INFO] [stdout] test elements::attribute_05 ... ok
[INFO] [stdout] test elements::attribute_04 ... ok
[INFO] [stdout] test elements::attribute_06 ... ok
[INFO] [stdout] test elements::attribute_07 ... ok
[INFO] [stdout] test elements::attribute_err_02 ... ok
[INFO] [stdout] test elements::attribute_err_01 ... ok
[INFO] [stdout] test elements::attribute_err_03 ... ok
[INFO] [stdout] test elements::attribute_err_05 ... ok
[INFO] [stdout] test elements::attribute_err_04 ... ok
[INFO] [stdout] test elements::attribute_err_07 ... ok
[INFO] [stdout] test elements::attribute_err_06 ... ok
[INFO] [stdout] test elements::element_02 ... ok
[INFO] [stdout] test elements::element_03 ... ok
[INFO] [stdout] test elements::element_04 ... ok
[INFO] [stdout] test elements::element_01 ... ok
[INFO] [stdout] test elements::element_06 ... ok
[INFO] [stdout] test elements::element_07 ... ok
[INFO] [stdout] test elements::element_err_01 ... ok
[INFO] [stdout] test elements::element_08 ... ok
[INFO] [stdout] test elements::element_err_02 ... ok
[INFO] [stdout] test elements::element_err_05 ... ok
[INFO] [stdout] test elements::element_err_07 ... ok
[INFO] [stdout] test elements::element_err_06 ... ok
[INFO] [stdout] test elements::element_err_04 ... ok
[INFO] [stdout] test elements::element_err_03 ... ok
[INFO] [stdout] test api::text_pos_2 ... ok
[INFO] [stdout] test elements::element_err_08 ... ok
[INFO] [stdout] test elements::element_err_10 ... ok
[INFO] [stdout] test elements::element_err_11 ... ok
[INFO] [stdout] test elements::element_err_12 ... ok
[INFO] [stdout] test elements::element_err_09 ... ok
[INFO] [stdout] test elements::element_err_13 ... ok
[INFO] [stdout] test elements::element_err_14 ... ok
[INFO] [stdout] test elements::element_err_15 ... ok
[INFO] [stdout] test elements::element_err_17 ... ok
[INFO] [stdout] test elements::element_err_16 ... ok
[INFO] [stdout] test elements::element_err_18 ... ok
[INFO] [stdout] test pi::declaration_01 ... ok
[INFO] [stdout] test elements::element_err_19 ... ok
[INFO] [stdout] test pi::declaration_03 ... ok
[INFO] [stdout] test pi::declaration_02 ... ok
[INFO] [stdout] test pi::declaration_04 ... ok
[INFO] [stdout] test pi::declaration_05 ... ok
[INFO] [stdout] test pi::declaration_06 ... ok
[INFO] [stdout] test pi::declaration_07 ... ok
[INFO] [stdout] test pi::declaration_08 ... ok
[INFO] [stdout] test pi::declaration_09 ... ok
[INFO] [stdout] test pi::declaration_10 ... ok
[INFO] [stdout] test pi::declaration_err_02 ... ok
[INFO] [stdout] test pi::declaration_err_01 ... ok
[INFO] [stdout] test pi::declaration_err_03 ... ok
[INFO] [stdout] test pi::declaration_err_05 ... ok
[INFO] [stdout] test pi::declaration_err_06 ... ok
[INFO] [stdout] test pi::declaration_err_04 ... ok
[INFO] [stdout] test pi::declaration_err_10 ... ok
[INFO] [stdout] test pi::declaration_err_07 ... ok
[INFO] [stdout] test pi::declaration_err_11 ... ok
[INFO] [stdout] test pi::declaration_err_12 ... ok
[INFO] [stdout] test pi::declaration_err_14 ... ok
[INFO] [stdout] test pi::declaration_err_13 ... ok
[INFO] [stdout] test pi::declaration_err_16 ... ok
[INFO] [stdout] test pi::declaration_err_15 ... ok
[INFO] [stdout] test pi::pi_01 ... ok
[INFO] [stdout] test pi::pi_02 ... ok
[INFO] [stdout] test pi::pi_04 ... ok
[INFO] [stdout] test pi::pi_03 ... ok
[INFO] [stdout] test pi::declaration_err_08 ... ok
[INFO] [stdout] test pi::pi_05 ... ok
[INFO] [stdout] test pi::pi_err_01 ... ok
[INFO] [stdout] test pi::declaration_err_09 ... ok
[INFO] [stdout] test text::text_01 ... ok
[INFO] [stdout] test text::text_03 ... ok
[INFO] [stdout] test text::text_04 ... ok
[INFO] [stdout] test text::text_02 ... ok
[INFO] [stdout] test text::text_05 ... ok
[INFO] [stdout] test text::text_07 ... ok
[INFO] [stdout] test text::text_06 ... ok
[INFO] [stdout] test text::text_err_01 ... ok
[INFO] [stdout] test text::text_err_02 ... ok
[INFO] [stdout] test document::document_07 ... ok
[INFO] [stdout] test api::err_size_2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 179 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests xmlparser
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/stream.rs - stream::Stream<'a>::starts_with (line 170) ... ok
[INFO] [stdout] test src/stream.rs - stream::Stream<'a>::gen_text_pos_from (line 592) ... ok
[INFO] [stdout] test src/stream.rs - stream::Stream<'a>::consume_byte (line 192) ... ok
[INFO] [stdout] test src/stream.rs - stream::Stream<'a>::advance (line 151) ... ok
[INFO] [stdout] test src/lib.rs - (line 6) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e819c44c38a4d093003c268dc082ff28f15be3b0ddbd55e4df5b70f932888be7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e819c44c38a4d093003c268dc082ff28f15be3b0ddbd55e4df5b70f932888be7", kill_on_drop: false }`
[INFO] [stdout] e819c44c38a4d093003c268dc082ff28f15be3b0ddbd55e4df5b70f932888be7
