[INFO] fetching crate xmlparser 0.13.6...
[INFO] testing xmlparser-0.13.6 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate xmlparser 0.13.6 into /workspace/builds/worker-6-tc2/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-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate xmlparser 0.13.6 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 87fb8ea8b94ead904de3400bca65e8f59143b2e6c135bf5cd0cafdaba0773b15
[INFO] running `Command { std: "docker" "start" "-a" "87fb8ea8b94ead904de3400bca65e8f59143b2e6c135bf5cd0cafdaba0773b15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "87fb8ea8b94ead904de3400bca65e8f59143b2e6c135bf5cd0cafdaba0773b15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87fb8ea8b94ead904de3400bca65e8f59143b2e6c135bf5cd0cafdaba0773b15", kill_on_drop: false }`
[INFO] [stdout] 87fb8ea8b94ead904de3400bca65e8f59143b2e6c135bf5cd0cafdaba0773b15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d5bb844e544d63449d18ec08ec4fa5d7a2b44501bf9dd9167a800b02ae84c34
[INFO] running `Command { std: "docker" "start" "-a" "5d5bb844e544d63449d18ec08ec4fa5d7a2b44501bf9dd9167a800b02ae84c34", kill_on_drop: false }`
[INFO] [stderr]    Compiling xmlparser v0.13.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'_`
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 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 1.57s
[INFO] running `Command { std: "docker" "inspect" "5d5bb844e544d63449d18ec08ec4fa5d7a2b44501bf9dd9167a800b02ae84c34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d5bb844e544d63449d18ec08ec4fa5d7a2b44501bf9dd9167a800b02ae84c34", kill_on_drop: false }`
[INFO] [stdout] 5d5bb844e544d63449d18ec08ec4fa5d7a2b44501bf9dd9167a800b02ae84c34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7b259655bb47aa4a8d4f0d9f4ea4799812e3630ab42fa8b7e062a4830bc7475c
[INFO] running `Command { std: "docker" "start" "-a" "7b259655bb47aa4a8d4f0d9f4ea4799812e3630ab42fa8b7e062a4830bc7475c", kill_on_drop: false }`
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'_`
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 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: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'_`
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 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 3.19s
[INFO] running `Command { std: "docker" "inspect" "7b259655bb47aa4a8d4f0d9f4ea4799812e3630ab42fa8b7e062a4830bc7475c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b259655bb47aa4a8d4f0d9f4ea4799812e3630ab42fa8b7e062a4830bc7475c", kill_on_drop: false }`
[INFO] [stdout] 7b259655bb47aa4a8d4f0d9f4ea4799812e3630ab42fa8b7e062a4830bc7475c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cd46654e1fabf8a234e18a7fa58df1cb5fa24d9832b417b4bfbad1a31ed1e311
[INFO] running `Command { std: "docker" "start" "-a" "cd46654e1fabf8a234e18a7fa58df1cb5fa24d9832b417b4bfbad1a31ed1e311", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 gets resolved as `'_`
[INFO] [stderr]    |                                     |
[INFO] [stderr]    |                                     this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 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
[INFO] [stderr] warning: `xmlparser` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xmlparser-22d3f5df78a69f5d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[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] [stderr]      Running tests/integration/main.rs (/opt/rustwide/target/debug/deps/integration-3f35afab69eb71ab)
[INFO] [stdout] 
[INFO] [stdout] running 179 tests
[INFO] [stdout] test api::err_size_1 ... ok
[INFO] [stdout] test api::err_size_2 ... ok
[INFO] [stdout] test api::text_pos_1 ... ok
[INFO] [stdout] test api::span_size ... 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_03 ... ok
[INFO] [stdout] test cdata::cdata_02 ... ok
[INFO] [stdout] test cdata::cdata_04 ... ok
[INFO] [stdout] test cdata::cdata_05 ... ok
[INFO] [stdout] test cdata::cdata_06 ... 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 comments::comment_01 ... ok
[INFO] [stdout] test comments::comment_04 ... ok
[INFO] [stdout] test comments::comment_06 ... ok
[INFO] [stdout] test comments::comment_07 ... ok
[INFO] [stdout] test comments::comment_03 ... 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_02 ... ok
[INFO] [stdout] test comments::comment_err_08 ... ok
[INFO] [stdout] test comments::comment_05 ... ok
[INFO] [stdout] test api::text_pos_2 ... ok
[INFO] [stdout] test comments::comment_err_11 ... ok
[INFO] [stdout] test comments::comment_err_12 ... ok
[INFO] [stdout] test comments::comment_err_13 ... ok
[INFO] [stdout] test comments::comment_err_15 ... ok
[INFO] [stdout] test comments::comment_err_09 ... 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_22 ... ok
[INFO] [stdout] test comments::comment_err_14 ... ok
[INFO] [stdout] test comments::comment_err_10 ... ok
[INFO] [stdout] test comments::comment_err_23 ... ok
[INFO] [stdout] test comments::comment_err_17 ... 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_16 ... ok
[INFO] [stdout] test comments::comment_err_30 ... ok
[INFO] [stdout] test comments::comment_err_29 ... ok
[INFO] [stdout] test comments::comment_err_31 ... ok
[INFO] [stdout] test comments::comment_err_32 ... ok
[INFO] [stdout] test doctype::dtd_02 ... ok
[INFO] [stdout] test doctype::dtd_05 ... ok
[INFO] [stdout] test comments::comment_err_21 ... ok
[INFO] [stdout] test doctype::dtd_03 ... ok
[INFO] [stdout] test doctype::dtd_06 ... ok
[INFO] [stdout] test doctype::dtd_04 ... ok
[INFO] [stdout] test doctype::dtd_07 ... ok
[INFO] [stdout] test doctype::dtd_entity_05 ... ok
[INFO] [stdout] test doctype::dtd_err_01 ... ok
[INFO] [stdout] test doctype::dtd_entity_07 ... ok
[INFO] [stdout] test doctype::dtd_err_02 ... 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 doctype::dtd_entity_04 ... ok
[INFO] [stdout] test document::document_05 ... ok
[INFO] [stdout] test comments::comment_err_35 ... ok
[INFO] [stdout] test document::document_06 ... ok
[INFO] [stdout] test comments::comment_err_34 ... ok
[INFO] [stdout] test document::document_07 ... ok
[INFO] [stdout] test doctype::dtd_01 ... ok
[INFO] [stdout] test doctype::dtd_entity_03 ... ok
[INFO] [stdout] test doctype::dtd_entity_01 ... ok
[INFO] [stdout] test doctype::dtd_08 ... ok
[INFO] [stdout] test comments::comment_err_33 ... ok
[INFO] [stdout] test document::document_08 ... ok
[INFO] [stdout] test document::document_09 ... ok
[INFO] [stdout] test document::document_err_01 ... ok
[INFO] [stdout] test document::document_err_02 ... ok
[INFO] [stdout] test document::document_err_03 ... ok
[INFO] [stdout] test document::document_err_05 ... ok
[INFO] [stdout] test document::document_err_04 ... ok
[INFO] [stdout] test elements::attribute_01 ... ok
[INFO] [stdout] test doctype::dtd_entity_02 ... ok
[INFO] [stdout] test document::parse_fragment_1 ... ok
[INFO] [stdout] test elements::attribute_03 ... ok
[INFO] [stdout] test document::document_err_06 ... ok
[INFO] [stdout] test elements::attribute_02 ... ok
[INFO] [stdout] test comments::comment_err_28 ... ok
[INFO] [stdout] test elements::attribute_05 ... ok
[INFO] [stdout] test doctype::dtd_entity_06 ... ok
[INFO] [stdout] test elements::attribute_04 ... ok
[INFO] [stdout] test elements::attribute_07 ... ok
[INFO] [stdout] test elements::attribute_err_01 ... ok
[INFO] [stdout] test elements::attribute_06 ... ok
[INFO] [stdout] test elements::attribute_err_02 ... ok
[INFO] [stdout] test elements::attribute_err_06 ... ok
[INFO] [stdout] test elements::attribute_err_03 ... ok
[INFO] [stdout] test elements::attribute_err_07 ... ok
[INFO] [stdout] test elements::element_07 ... ok
[INFO] [stdout] test elements::element_err_01 ... ok
[INFO] [stdout] test elements::element_02 ... ok
[INFO] [stdout] test elements::element_01 ... ok
[INFO] [stdout] test elements::element_04 ... ok
[INFO] [stdout] test elements::element_err_05 ... ok
[INFO] [stdout] test elements::element_06 ... ok
[INFO] [stdout] test elements::element_err_04 ... ok
[INFO] [stdout] test elements::element_08 ... ok
[INFO] [stdout] test elements::element_err_02 ... ok
[INFO] [stdout] test elements::element_err_08 ... ok
[INFO] [stdout] test doctype::dtd_err_03 ... ok
[INFO] [stdout] test elements::element_err_13 ... ok
[INFO] [stdout] test doctype::dtd_err_04 ... ok
[INFO] [stdout] test elements::element_err_14 ... ok
[INFO] [stdout] test elements::element_err_10 ... ok
[INFO] [stdout] test elements::element_err_09 ... ok
[INFO] [stdout] test doctype::dtd_err_05 ... ok
[INFO] [stdout] test elements::element_err_15 ... ok
[INFO] [stdout] test elements::element_err_12 ... ok
[INFO] [stdout] test elements::element_err_16 ... ok
[INFO] [stdout] test pi::declaration_01 ... ok
[INFO] [stdout] test pi::declaration_03 ... ok
[INFO] [stdout] test pi::declaration_04 ... ok
[INFO] [stdout] test elements::element_err_17 ... ok
[INFO] [stdout] test pi::declaration_05 ... ok
[INFO] [stdout] test pi::declaration_06 ... ok
[INFO] [stdout] test elements::element_err_18 ... ok
[INFO] [stdout] test pi::declaration_02 ... ok
[INFO] [stdout] test elements::attribute_err_04 ... ok
[INFO] [stdout] test pi::declaration_08 ... ok
[INFO] [stdout] test elements::attribute_err_05 ... ok
[INFO] [stdout] test pi::declaration_09 ... ok
[INFO] [stdout] test pi::declaration_err_01 ... ok
[INFO] [stdout] test elements::element_03 ... ok
[INFO] [stdout] test elements::element_err_19 ... ok
[INFO] [stdout] test pi::declaration_10 ... ok
[INFO] [stdout] test pi::declaration_err_02 ... ok
[INFO] [stdout] test pi::declaration_err_03 ... ok
[INFO] [stdout] test pi::declaration_err_04 ... ok
[INFO] [stdout] test pi::declaration_err_06 ... ok
[INFO] [stdout] test pi::declaration_err_05 ... ok
[INFO] [stdout] test pi::declaration_err_07 ... ok
[INFO] [stdout] test pi::declaration_err_08 ... ok
[INFO] [stdout] test pi::declaration_err_10 ... ok
[INFO] [stdout] test pi::declaration_err_09 ... ok
[INFO] [stdout] test pi::declaration_err_15 ... ok
[INFO] [stdout] test pi::declaration_err_16 ... ok
[INFO] [stdout] test pi::pi_01 ... ok
[INFO] [stdout] test pi::declaration_err_11 ... ok
[INFO] [stdout] test pi::pi_04 ... ok
[INFO] [stdout] test pi::pi_02 ... ok
[INFO] [stdout] test pi::pi_05 ... ok
[INFO] [stdout] test pi::pi_03 ... ok
[INFO] [stdout] test pi::pi_err_01 ... ok
[INFO] [stdout] test text::text_01 ... ok
[INFO] [stdout] test pi::declaration_err_12 ... ok
[INFO] [stdout] test pi::declaration_err_13 ... ok
[INFO] [stdout] test text::text_02 ... ok
[INFO] [stdout] test text::text_03 ... ok
[INFO] [stdout] test text::text_05 ... ok
[INFO] [stdout] test text::text_04 ... ok
[INFO] [stdout] test pi::declaration_err_14 ... ok
[INFO] [stdout] test text::text_06 ... ok
[INFO] [stdout] test text::text_err_02 ... ok
[INFO] [stdout] test text::text_07 ... ok
[INFO] [stdout] test text::text_err_01 ... ok
[INFO] [stdout] test elements::element_err_03 ... ok
[INFO] [stdout] test elements::element_err_06 ... ok
[INFO] [stdout] test elements::element_err_07 ... ok
[INFO] [stdout] test elements::element_err_11 ... ok
[INFO] [stdout] test pi::declaration_07 ... ok
[INFO] [stdout] test comments::comment_err_27 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 179 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests xmlparser
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[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>::starts_with (line 170) ... ok
[INFO] [stdout] test src/stream.rs - stream::Stream<'a>::advance (line 151) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 6) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/stream.rs - stream::Stream<'a>::advance (line 151) stdout ----
[INFO] [stdout] Test executable succeeded, but it's marked `should_panic`.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/stream.rs - stream::Stream<'a>::advance (line 151)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "cd46654e1fabf8a234e18a7fa58df1cb5fa24d9832b417b4bfbad1a31ed1e311", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd46654e1fabf8a234e18a7fa58df1cb5fa24d9832b417b4bfbad1a31ed1e311", kill_on_drop: false }`
[INFO] [stdout] cd46654e1fabf8a234e18a7fa58df1cb5fa24d9832b417b4bfbad1a31ed1e311
