[INFO] fetching crate xmlparser 0.13.6... [INFO] testing xmlparser-0.13.6 against 1.90.0 for beta-1.91-3 [INFO] extracting crate xmlparser 0.13.6 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate xmlparser 0.13.6 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 94ffc66a366c286a7ebda9d22bd6d3778ba27a1918a8d933fc88926481b3517a [INFO] running `Command { std: "docker" "start" "-a" "94ffc66a366c286a7ebda9d22bd6d3778ba27a1918a8d933fc88926481b3517a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94ffc66a366c286a7ebda9d22bd6d3778ba27a1918a8d933fc88926481b3517a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94ffc66a366c286a7ebda9d22bd6d3778ba27a1918a8d933fc88926481b3517a", kill_on_drop: false }` [INFO] [stdout] 94ffc66a366c286a7ebda9d22bd6d3778ba27a1918a8d933fc88926481b3517a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 265eb273ad767c99655373d81fabc432a1780659d5be78c754238c4c9122e633 [INFO] running `Command { std: "docker" "start" "-a" "265eb273ad767c99655373d81fabc432a1780659d5be78c754238c4c9122e633", 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.54s [INFO] running `Command { std: "docker" "inspect" "265eb273ad767c99655373d81fabc432a1780659d5be78c754238c4c9122e633", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "265eb273ad767c99655373d81fabc432a1780659d5be78c754238c4c9122e633", kill_on_drop: false }` [INFO] [stdout] 265eb273ad767c99655373d81fabc432a1780659d5be78c754238c4c9122e633 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d23cdb0bc652f40791b0a12f5505217f081ef7206728f27992dfb58fdff4a47 [INFO] running `Command { std: "docker" "start" "-a" "9d23cdb0bc652f40791b0a12f5505217f081ef7206728f27992dfb58fdff4a47", 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] [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.43s [INFO] running `Command { std: "docker" "inspect" "9d23cdb0bc652f40791b0a12f5505217f081ef7206728f27992dfb58fdff4a47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d23cdb0bc652f40791b0a12f5505217f081ef7206728f27992dfb58fdff4a47", kill_on_drop: false }` [INFO] [stdout] 9d23cdb0bc652f40791b0a12f5505217f081ef7206728f27992dfb58fdff4a47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 44bf76857c272519e9aef6143044688611d68284d8f1bf7e1d5c905a0261342d [INFO] running `Command { std: "docker" "start" "-a" "44bf76857c272519e9aef6143044688611d68284d8f1bf7e1d5c905a0261342d", 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 [INFO] [stderr] warning: `xmlparser` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xmlparser-ef1dcf04c1c6c228) [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-284d7e3d5323709a) [INFO] [stdout] [INFO] [stdout] running 179 tests [INFO] [stdout] test api::err_size_2 ... ok [INFO] [stdout] test api::err_size_1 ... ok [INFO] [stdout] test api::span_size ... ok [INFO] [stdout] test cdata::cdata_01 ... ok [INFO] [stdout] test cdata::cdata_03 ... ok [INFO] [stdout] test cdata::cdata_05 ... ok [INFO] [stdout] test cdata::cdata_04 ... ok [INFO] [stdout] test api::text_pos_3 ... 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_err_01 ... 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_06 ... ok [INFO] [stdout] test comments::comment_04 ... ok [INFO] [stdout] test comments::comment_05 ... ok [INFO] [stdout] test comments::comment_08 ... ok [INFO] [stdout] test comments::comment_07 ... ok [INFO] [stdout] test comments::comment_err_04 ... ok [INFO] [stdout] test comments::comment_err_08 ... ok [INFO] [stdout] test comments::comment_err_02 ... ok [INFO] [stdout] test comments::comment_err_03 ... ok [INFO] [stdout] test comments::comment_err_05 ... ok [INFO] [stdout] test comments::comment_11 ... ok [INFO] [stdout] test comments::comment_10 ... ok [INFO] [stdout] test comments::comment_err_06 ... ok [INFO] [stdout] test comments::comment_09 ... ok [INFO] [stdout] test comments::comment_err_12 ... 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_19 ... ok [INFO] [stdout] test comments::comment_err_18 ... ok [INFO] [stdout] test comments::comment_err_20 ... ok [INFO] [stdout] test api::token_size ... ok [INFO] [stdout] test comments::comment_err_07 ... ok [INFO] [stdout] test comments::comment_err_22 ... ok [INFO] [stdout] test comments::comment_err_11 ... ok [INFO] [stdout] test comments::comment_err_21 ... ok [INFO] [stdout] test cdata::cdata_02 ... ok [INFO] [stdout] test api::text_pos_1 ... ok [INFO] [stdout] test comments::comment_err_01 ... ok [INFO] [stdout] test comments::comment_err_24 ... ok [INFO] [stdout] test comments::comment_err_25 ... ok [INFO] [stdout] test comments::comment_err_23 ... ok [INFO] [stdout] test comments::comment_err_15 ... 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_26 ... ok [INFO] [stdout] test comments::comment_err_09 ... ok [INFO] [stdout] test comments::comment_err_32 ... ok [INFO] [stdout] test comments::comment_err_10 ... ok [INFO] [stdout] test comments::comment_err_34 ... ok [INFO] [stdout] test comments::comment_err_35 ... ok [INFO] [stdout] test doctype::dtd_02 ... ok [INFO] [stdout] test comments::comment_err_33 ... ok [INFO] [stdout] test doctype::dtd_04 ... ok [INFO] [stdout] test doctype::dtd_01 ... ok [INFO] [stdout] test doctype::dtd_05 ... ok [INFO] [stdout] test doctype::dtd_entity_06 ... ok [INFO] [stdout] test doctype::dtd_07 ... ok [INFO] [stdout] test doctype::dtd_entity_07 ... ok [INFO] [stdout] test doctype::dtd_06 ... ok [INFO] [stdout] test doctype::dtd_entity_03 ... ok [INFO] [stdout] test doctype::dtd_03 ... ok [INFO] [stdout] test doctype::dtd_err_01 ... ok [INFO] [stdout] test doctype::dtd_err_03 ... ok [INFO] [stdout] test doctype::dtd_err_04 ... ok [INFO] [stdout] test document::document_01 ... ok [INFO] [stdout] test document::document_05 ... ok [INFO] [stdout] test document::document_06 ... ok [INFO] [stdout] test document::document_07 ... ok [INFO] [stdout] test document::document_08 ... ok [INFO] [stdout] test document::document_09 ... ok [INFO] [stdout] test document::document_03 ... ok [INFO] [stdout] test document::document_02 ... ok [INFO] [stdout] test document::document_err_03 ... ok [INFO] [stdout] test document::document_err_01 ... ok [INFO] [stdout] test document::document_err_04 ... ok [INFO] [stdout] test document::parse_fragment_1 ... ok [INFO] [stdout] test elements::attribute_03 ... ok [INFO] [stdout] test elements::attribute_01 ... ok [INFO] [stdout] test elements::attribute_02 ... ok [INFO] [stdout] test elements::attribute_05 ... ok [INFO] [stdout] test doctype::dtd_err_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_03 ... ok [INFO] [stdout] test elements::attribute_err_02 ... ok [INFO] [stdout] test elements::attribute_err_06 ... ok [INFO] [stdout] test elements::attribute_err_04 ... ok [INFO] [stdout] test elements::attribute_err_05 ... ok [INFO] [stdout] test doctype::dtd_08 ... ok [INFO] [stdout] test elements::element_01 ... ok [INFO] [stdout] test elements::element_04 ... ok [INFO] [stdout] test elements::element_02 ... ok [INFO] [stdout] test elements::element_08 ... ok [INFO] [stdout] test elements::element_03 ... ok [INFO] [stdout] test elements::element_06 ... ok [INFO] [stdout] test elements::element_err_02 ... ok [INFO] [stdout] test elements::element_07 ... ok [INFO] [stdout] test elements::element_err_01 ... ok [INFO] [stdout] test cdata::cdata_09 ... ok [INFO] [stdout] test elements::element_err_03 ... ok [INFO] [stdout] test elements::element_err_04 ... ok [INFO] [stdout] test elements::element_err_05 ... ok [INFO] [stdout] test elements::element_err_10 ... ok [INFO] [stdout] test elements::element_err_11 ... ok [INFO] [stdout] test elements::attribute_err_07 ... ok [INFO] [stdout] test elements::element_err_06 ... ok [INFO] [stdout] test elements::element_err_13 ... ok [INFO] [stdout] test elements::element_err_12 ... ok [INFO] [stdout] test elements::element_err_14 ... ok [INFO] [stdout] test elements::element_err_15 ... ok [INFO] [stdout] test elements::element_err_16 ... ok [INFO] [stdout] test elements::element_err_17 ... ok [INFO] [stdout] test elements::element_err_18 ... ok [INFO] [stdout] test elements::element_err_19 ... ok [INFO] [stdout] test pi::declaration_01 ... ok [INFO] [stdout] test pi::declaration_02 ... ok [INFO] [stdout] test doctype::dtd_entity_04 ... ok [INFO] [stdout] test pi::declaration_03 ... ok [INFO] [stdout] test pi::declaration_06 ... ok [INFO] [stdout] test pi::declaration_04 ... ok [INFO] [stdout] test pi::declaration_05 ... ok [INFO] [stdout] test pi::declaration_07 ... ok [INFO] [stdout] test pi::declaration_10 ... ok [INFO] [stdout] test pi::declaration_08 ... ok [INFO] [stdout] test pi::declaration_09 ... ok [INFO] [stdout] test pi::declaration_err_01 ... 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_05 ... ok [INFO] [stdout] test pi::declaration_err_08 ... ok [INFO] [stdout] test pi::declaration_err_06 ... ok [INFO] [stdout] test pi::declaration_err_07 ... ok [INFO] [stdout] test pi::declaration_err_09 ... ok [INFO] [stdout] test pi::declaration_err_10 ... ok [INFO] [stdout] test pi::declaration_err_12 ... ok [INFO] [stdout] test pi::declaration_err_14 ... 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_03 ... ok [INFO] [stdout] test pi::pi_05 ... ok [INFO] [stdout] test pi::declaration_err_13 ... ok [INFO] [stdout] test text::text_02 ... ok [INFO] [stdout] test pi::pi_err_01 ... ok [INFO] [stdout] test text::text_01 ... ok [INFO] [stdout] test text::text_04 ... ok [INFO] [stdout] test text::text_03 ... ok [INFO] [stdout] test text::text_05 ... ok [INFO] [stdout] test text::text_06 ... ok [INFO] [stdout] test text::text_07 ... ok [INFO] [stdout] test text::text_err_01 ... ok [INFO] [stdout] test text::text_err_02 ... ok [INFO] [stdout] test doctype::dtd_entity_01 ... ok [INFO] [stdout] test document::document_err_05 ... ok [INFO] [stdout] test api::text_pos_2 ... ok [INFO] [stdout] test elements::element_err_09 ... ok [INFO] [stdout] test doctype::dtd_entity_02 ... ok [INFO] [stdout] test elements::attribute_err_01 ... ok [INFO] [stdout] test elements::element_err_08 ... ok [INFO] [stdout] test document::document_err_06 ... ok [INFO] [stdout] test elements::element_err_07 ... ok [INFO] [stdout] test doctype::dtd_entity_05 ... ok [INFO] [stdout] test doctype::dtd_err_02 ... ok [INFO] [stdout] test document::document_err_02 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 179 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] Doc-tests xmlparser [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/lib.rs - (line 6) ... ok [INFO] [stdout] test src/stream.rs - stream::Stream<'a>::consume_byte (line 192) ... 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>::starts_with (line 170) ... ok [INFO] [stdout] test src/stream.rs - stream::Stream<'a>::advance (line 151) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "44bf76857c272519e9aef6143044688611d68284d8f1bf7e1d5c905a0261342d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44bf76857c272519e9aef6143044688611d68284d8f1bf7e1d5c905a0261342d", kill_on_drop: false }` [INFO] [stdout] 44bf76857c272519e9aef6143044688611d68284d8f1bf7e1d5c905a0261342d