[INFO] fetching crate htmlparser 0.2.1...
[INFO] testing htmlparser-0.2.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1
[INFO] extracting crate htmlparser 0.2.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate htmlparser 0.2.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate htmlparser 0.2.1
[INFO] tweaked toml for crates.io crate htmlparser 0.2.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate htmlparser 0.2.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] crate crates.io crate htmlparser 0.2.1 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" "+b83b707f97d809763b7861afa7638871f3339a33" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b213685f3c93ad6621f83e1a0dd41107b160de0c70d49b9abc9d5acda0f2f5c3
[INFO] running `Command { std: "docker" "start" "-a" "b213685f3c93ad6621f83e1a0dd41107b160de0c70d49b9abc9d5acda0f2f5c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b213685f3c93ad6621f83e1a0dd41107b160de0c70d49b9abc9d5acda0f2f5c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b213685f3c93ad6621f83e1a0dd41107b160de0c70d49b9abc9d5acda0f2f5c3", kill_on_drop: false }`
[INFO] [stdout] b213685f3c93ad6621f83e1a0dd41107b160de0c70d49b9abc9d5acda0f2f5c3
[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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8e8e7235727a75ef9e460b6e213b8674a855f5d7722a231a53591902bbe19c14
[INFO] running `Command { std: "docker" "start" "-a" "8e8e7235727a75ef9e460b6e213b8674a855f5d7722a231a53591902bbe19c14", kill_on_drop: false }`
[INFO] [stderr] Compiling htmlparser v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/strspan.rs:49:37
[INFO] [stdout] |
[INFO] [stdout] 49 | 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] 49 | 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.64s
[INFO] running `Command { std: "docker" "inspect" "8e8e7235727a75ef9e460b6e213b8674a855f5d7722a231a53591902bbe19c14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e8e7235727a75ef9e460b6e213b8674a855f5d7722a231a53591902bbe19c14", kill_on_drop: false }`
[INFO] [stdout] 8e8e7235727a75ef9e460b6e213b8674a855f5d7722a231a53591902bbe19c14
[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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8fba8d88c05746fc4176cf7aa74c2beb203be9f6e998d664f73cbe7c955fadd8
[INFO] running `Command { std: "docker" "start" "-a" "8fba8d88c05746fc4176cf7aa74c2beb203be9f6e998d664f73cbe7c955fadd8", kill_on_drop: false }`
[INFO] [stderr] Compiling htmlparser v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/strspan.rs:49:37
[INFO] [stdout] |
[INFO] [stdout] 49 | 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] 49 | 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:49:37
[INFO] [stdout] |
[INFO] [stdout] 49 | 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] 49 | 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.41s
[INFO] running `Command { std: "docker" "inspect" "8fba8d88c05746fc4176cf7aa74c2beb203be9f6e998d664f73cbe7c955fadd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fba8d88c05746fc4176cf7aa74c2beb203be9f6e998d664f73cbe7c955fadd8", kill_on_drop: false }`
[INFO] [stdout] 8fba8d88c05746fc4176cf7aa74c2beb203be9f6e998d664f73cbe7c955fadd8
[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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7fd2663433b03cdbf5ec5b44846b4d2587efa8c8ccfe56846e07ce346ae4f3ea
[INFO] running `Command { std: "docker" "start" "-a" "7fd2663433b03cdbf5ec5b44846b4d2587efa8c8ccfe56846e07ce346ae4f3ea", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/strspan.rs:49:37
[INFO] [stderr] |
[INFO] [stderr] 49 | 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] 49 | pub(crate) fn from_substr(text: &str, start: usize, end: usize) -> StrSpan<'_> {
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: `htmlparser` (lib) generated 1 warning (run `cargo fix --lib -p htmlparser` to apply 1 suggestion)
[INFO] [stderr] warning: `htmlparser` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/htmlparser-4ada5ebcb1b4c3f7)
[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-10c739604107fe68)
[INFO] [stdout]
[INFO] [stdout] running 192 tests
[INFO] [stdout] test api::err_size_1 ... ok
[INFO] [stdout] test api::text_pos_3 ... ok
[INFO] [stdout] test api::text_pos_1 ... ok
[INFO] [stdout] test api::token_size ... ok
[INFO] [stdout] test api::span_size ... ok
[INFO] [stdout] test api::err_size_2 ... ok
[INFO] [stdout] test cdata::cdata_01 ... ok
[INFO] [stdout] test api::text_pos_2 ... ok
[INFO] [stdout] test cdata::cdata_02 ... ok
[INFO] [stdout] test cdata::cdata_04 ... ok
[INFO] [stdout] test cdata::cdata_03 ... ok
[INFO] [stdout] test cdata::cdata_05 ... ok
[INFO] [stdout] test cdata::cdata_06 ... ok
[INFO] [stdout] test cdata::cdata_08 ... ok
[INFO] [stdout] test cdata::cdata_err_01 ... ok
[INFO] [stdout] test cdata::cdata_09 ... ok
[INFO] [stdout] test comments::comment_02 ... ok
[INFO] [stdout] test comments::comment_01 ... ok
[INFO] [stdout] test comments::comment_04 ... ok
[INFO] [stdout] test comments::comment_07 ... ok
[INFO] [stdout] test comments::comment_08 ... ok
[INFO] [stdout] test comments::comment_03 ... ok
[INFO] [stdout] test comments::comment_09 ... ok
[INFO] [stdout] test comments::comment_06 ... ok
[INFO] [stdout] test comments::comment_11 ... ok
[INFO] [stdout] test comments::comment_err_05 ... ok
[INFO] [stdout] test comments::comment_err_06 ... ok
[INFO] [stdout] test comments::comment_05 ... ok
[INFO] [stdout] test comments::comment_err_08 ... ok
[INFO] [stdout] test comments::comment_err_07 ... ok
[INFO] [stdout] test comments::comment_err_10 ... ok
[INFO] [stdout] test comments::comment_err_01 ... ok
[INFO] [stdout] test comments::comment_err_11 ... ok
[INFO] [stdout] test comments::comment_err_02 ... ok
[INFO] [stdout] test comments::comment_err_04 ... ok
[INFO] [stdout] test comments::comment_err_13 ... ok
[INFO] [stdout] test comments::comment_err_14 ... ok
[INFO] [stdout] test comments::comment_err_15 ... ok
[INFO] [stdout] test comments::comment_err_03 ... ok
[INFO] [stdout] test comments::comment_err_12 ... 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_16 ... ok
[INFO] [stdout] test comments::comment_err_27 ... ok
[INFO] [stdout] test comments::comment_err_29 ... ok
[INFO] [stdout] test comments::comment_err_28 ... ok
[INFO] [stdout] test comments::comment_err_32 ... ok
[INFO] [stdout] test comments::comment_err_34 ... ok
[INFO] [stdout] test comments::comment_err_35 ... ok
[INFO] [stdout] test condition::conditional_comment_end_01 ... ok
[INFO] [stdout] test condition::conditional_comment_end_03 ... ok
[INFO] [stdout] test condition::conditional_comment_end_02 ... ok
[INFO] [stdout] test condition::conditional_comment_start_02 ... ok
[INFO] [stdout] test condition::conditional_comment_in_html ... ok
[INFO] [stdout] test cdata::cdata_07 ... ok
[INFO] [stdout] test condition::conditional_comment_start_01 ... ok
[INFO] [stdout] test condition::conditional_comment_start_05 ... ok
[INFO] [stdout] test condition::conditional_comment_start_03 ... ok
[INFO] [stdout] test doctype::dtd_02 ... ok
[INFO] [stdout] test condition::conditional_comment_start_04 ... ok
[INFO] [stdout] test doctype::dtd_06 ... ok
[INFO] [stdout] test doctype::dtd_05 ... ok
[INFO] [stdout] test doctype::dtd_08 ... ok
[INFO] [stdout] test doctype::dtd_04 ... ok
[INFO] [stdout] test doctype::dtd_01 ... ok
[INFO] [stdout] test doctype::dtd_10 ... ok
[INFO] [stdout] test doctype::dtd_09 ... ok
[INFO] [stdout] test doctype::dtd_03 ... ok
[INFO] [stdout] test comments::comment_err_09 ... ok
[INFO] [stdout] test doctype::dtd_entity_01 ... ok
[INFO] [stdout] test doctype::dtd_entity_03 ... ok
[INFO] [stdout] test comments::comment_err_26 ... ok
[INFO] [stdout] test comments::comment_err_31 ... ok
[INFO] [stdout] test doctype::dtd_entity_05 ... ok
[INFO] [stdout] test doctype::dtd_07 ... 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 comments::comment_err_33 ... ok
[INFO] [stdout] test doctype::dtd_entity_02 ... ok
[INFO] [stdout] test doctype::dtd_entity_04 ... ok
[INFO] [stdout] test document::document_03 ... ok
[INFO] [stdout] test doctype::dtd_entity_06 ... ok
[INFO] [stdout] test doctype::dtd_err_05 ... ok
[INFO] [stdout] test document::document_02 ... ok
[INFO] [stdout] test doctype::dtd_entity_07 ... ok
[INFO] [stdout] test document::document_01 ... ok
[INFO] [stdout] test document::document_05 ... ok
[INFO] [stdout] test doctype::dtd_err_02 ... ok
[INFO] [stdout] test document::document_06 ... ok
[INFO] [stdout] test document::document_07 ... ok
[INFO] [stdout] test comments::comment_err_30 ... 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 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_06 ... ok
[INFO] [stdout] test document::document_err_04 ... ok
[INFO] [stdout] test elements::attribute_02 ... ok
[INFO] [stdout] test elements::attribute_03 ... ok
[INFO] [stdout] test elements::attribute_06 ... ok
[INFO] [stdout] test document::parse_fragment_1 ... ok
[INFO] [stdout] test elements::attribute_07 ... ok
[INFO] [stdout] test elements::attribute_10 ... ok
[INFO] [stdout] test elements::attribute_08 ... ok
[INFO] [stdout] test elements::attribute_err_04 ... ok
[INFO] [stdout] test elements::attribute_11 ... ok
[INFO] [stdout] test elements::attribute_09 ... ok
[INFO] [stdout] test elements::attribute_err_01 ... ok
[INFO] [stdout] test elements::attribute_01 ... ok
[INFO] [stdout] test elements::attribute_04 ... ok
[INFO] [stdout] test elements::attribute_err_06 ... ok
[INFO] [stdout] test elements::attribute_05 ... ok
[INFO] [stdout] test elements::element_02 ... ok
[INFO] [stdout] test comments::comment_10 ... ok
[INFO] [stdout] test elements::element_01 ... ok
[INFO] [stdout] test elements::attribute_err_07 ... ok
[INFO] [stdout] test elements::element_03 ... ok
[INFO] [stdout] test elements::element_04 ... 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_err_02 ... ok
[INFO] [stdout] test elements::element_err_03 ... ok
[INFO] [stdout] test elements::element_err_05 ... ok
[INFO] [stdout] test elements::element_err_04 ... ok
[INFO] [stdout] test elements::element_err_06 ... ok
[INFO] [stdout] test elements::element_09 ... ok
[INFO] [stdout] test elements::element_err_12 ... 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_18 ... ok
[INFO] [stdout] test elements::element_08 ... ok
[INFO] [stdout] test elements::element_err_19 ... ok
[INFO] [stdout] test elements::element_err_09 ... ok
[INFO] [stdout] test elements::element_err_10 ... ok
[INFO] [stdout] test elements::element_err_08 ... ok
[INFO] [stdout] test elements::element_err_11 ... ok
[INFO] [stdout] test elements::element_err_16 ... ok
[INFO] [stdout] test pi::declaration_01 ... ok
[INFO] [stdout] test elements::element_err_07 ... ok
[INFO] [stdout] test pi::declaration_02 ... ok
[INFO] [stdout] test pi::declaration_03 ... 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_err_06 ... ok
[INFO] [stdout] test pi::declaration_err_07 ... ok
[INFO] [stdout] test pi::declaration_err_10 ... ok
[INFO] [stdout] test pi::declaration_err_12 ... ok
[INFO] [stdout] test pi::declaration_err_15 ... ok
[INFO] [stdout] test pi::declaration_err_13 ... ok
[INFO] [stdout] test pi::declaration_err_03 ... ok
[INFO] [stdout] test pi::declaration_err_16 ... ok
[INFO] [stdout] test pi::declaration_err_14 ... ok
[INFO] [stdout] test pi::declaration_err_08 ... ok
[INFO] [stdout] test pi::declaration_err_11 ... ok
[INFO] [stdout] test pi::pi_05 ... ok
[INFO] [stdout] test pi::declaration_err_09 ... ok
[INFO] [stdout] test pi::pi_err_01 ... ok
[INFO] [stdout] test text::text_01 ... ok
[INFO] [stdout] test text::text_03 ... ok
[INFO] [stdout] test text::text_02 ... ok
[INFO] [stdout] test pi::declaration_err_05 ... ok
[INFO] [stdout] test pi::pi_03 ... ok
[INFO] [stdout] test text::text_05 ... ok
[INFO] [stdout] test pi::pi_04 ... ok
[INFO] [stdout] test pi::declaration_10 ... ok
[INFO] [stdout] test text::text_04 ... 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 pi::pi_01 ... ok
[INFO] [stdout] test pi::pi_02 ... ok
[INFO] [stdout] test pi::declaration_err_01 ... ok
[INFO] [stdout] test pi::declaration_err_02 ... ok
[INFO] [stdout] test pi::declaration_err_04 ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 192 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout]
[INFO] [stderr] Doc-tests htmlparser
[INFO] [stdout]
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/lib.rs - (line 12) ... ok
[INFO] [stdout] test src/stream.rs - stream::Stream<'a>::gen_text_pos_from (line 606) ... ok
[INFO] [stdout] test src/stream.rs - stream::Stream<'a>::consume_byte (line 182) ... ok
[INFO] [stdout] test src/stream.rs - stream::Stream<'a>::advance (line 141) ... ok
[INFO] [stdout] test src/stream.rs - stream::Stream<'a>::starts_with (line 160) ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.45s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "7fd2663433b03cdbf5ec5b44846b4d2587efa8c8ccfe56846e07ce346ae4f3ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fd2663433b03cdbf5ec5b44846b4d2587efa8c8ccfe56846e07ce346ae4f3ea", kill_on_drop: false }`
[INFO] [stdout] 7fd2663433b03cdbf5ec5b44846b4d2587efa8c8ccfe56846e07ce346ae4f3ea