[INFO] fetching crate minidom-14 0.17.0...
[INFO] testing minidom-14-0.17.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate minidom-14 0.17.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate minidom-14 0.17.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate minidom-14 0.17.0
[INFO] tweaked toml for crates.io crate minidom-14 0.17.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate minidom-14 0.17.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate minidom-14 0.17.0 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.91.0" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a3f53b7342061c4892ebbf7006cf7a73405aa7c371f41fb6897edcdd20e1e4f0
[INFO] running `Command { std: "docker" "start" "-a" "a3f53b7342061c4892ebbf7006cf7a73405aa7c371f41fb6897edcdd20e1e4f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a3f53b7342061c4892ebbf7006cf7a73405aa7c371f41fb6897edcdd20e1e4f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3f53b7342061c4892ebbf7006cf7a73405aa7c371f41fb6897edcdd20e1e4f0", kill_on_drop: false }`
[INFO] [stdout] a3f53b7342061c4892ebbf7006cf7a73405aa7c371f41fb6897edcdd20e1e4f0
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8df59410e40243745a3873d8c4684333a27ccd7c3da0b6a411e247297e2b7168
[INFO] running `Command { std: "docker" "start" "-a" "8df59410e40243745a3873d8c4684333a27ccd7c3da0b6a411e247297e2b7168", kill_on_drop: false }`
[INFO] [stderr]    Compiling quick-xml v0.36.2
[INFO] [stderr]    Compiling minidom-14 v0.17.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/element.rs:40:20
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn escape(raw: &[u8]) -> Cow<[u8]> {
[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] 40 | pub fn escape(raw: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:244:18
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub fn attrs(&self) -> Attrs {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub fn attrs(&self) -> Attrs<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:252:22
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn attrs_mut(&mut self) -> AttrsMut {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn attrs_mut(&mut self) -> AttrsMut<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:575:18
[INFO] [stdout]     |
[INFO] [stdout] 575 |     pub fn nodes(&self) -> Nodes {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 575 |     pub fn nodes(&self) -> Nodes<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:581:22
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn nodes_mut(&mut self) -> NodesMut {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn nodes_mut(&mut self) -> NodesMut<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:601:21
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn children(&self) -> Children {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn children(&self) -> Children<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:609:25
[INFO] [stdout]     |
[INFO] [stdout] 609 |     pub fn children_mut(&mut self) -> ChildrenMut {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 609 |     pub fn children_mut(&mut self) -> ChildrenMut<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:630:18
[INFO] [stdout]     |
[INFO] [stdout] 630 |     pub fn texts(&self) -> Texts {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 630 |     pub fn texts(&self) -> Texts<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:638:22
[INFO] [stdout]     |
[INFO] [stdout] 638 |     pub fn texts_mut(&mut self) -> TextsMut {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 638 |     pub fn texts_mut(&mut self) -> TextsMut<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
[INFO] running `Command { std: "docker" "inspect" "8df59410e40243745a3873d8c4684333a27ccd7c3da0b6a411e247297e2b7168", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8df59410e40243745a3873d8c4684333a27ccd7c3da0b6a411e247297e2b7168", kill_on_drop: false }`
[INFO] [stdout] 8df59410e40243745a3873d8c4684333a27ccd7c3da0b6a411e247297e2b7168
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c16e005ba25a4803156a00cc2736b32f659ba83e5090299298aea4db55942827
[INFO] running `Command { std: "docker" "start" "-a" "c16e005ba25a4803156a00cc2736b32f659ba83e5090299298aea4db55942827", kill_on_drop: false }`
[INFO] [stderr]    Compiling minidom-14 v0.17.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/element.rs:40:20
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn escape(raw: &[u8]) -> Cow<[u8]> {
[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] 40 | pub fn escape(raw: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:244:18
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub fn attrs(&self) -> Attrs {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub fn attrs(&self) -> Attrs<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:252:22
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn attrs_mut(&mut self) -> AttrsMut {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn attrs_mut(&mut self) -> AttrsMut<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:575:18
[INFO] [stdout]     |
[INFO] [stdout] 575 |     pub fn nodes(&self) -> Nodes {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 575 |     pub fn nodes(&self) -> Nodes<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:581:22
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn nodes_mut(&mut self) -> NodesMut {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn nodes_mut(&mut self) -> NodesMut<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:601:21
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn children(&self) -> Children {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn children(&self) -> Children<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:609:25
[INFO] [stdout]     |
[INFO] [stdout] 609 |     pub fn children_mut(&mut self) -> ChildrenMut {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 609 |     pub fn children_mut(&mut self) -> ChildrenMut<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:630:18
[INFO] [stdout]     |
[INFO] [stdout] 630 |     pub fn texts(&self) -> Texts {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 630 |     pub fn texts(&self) -> Texts<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:638:22
[INFO] [stdout]     |
[INFO] [stdout] 638 |     pub fn texts_mut(&mut self) -> TextsMut {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 638 |     pub fn texts_mut(&mut self) -> TextsMut<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/element.rs:40:20
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn escape(raw: &[u8]) -> Cow<[u8]> {
[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] 40 | pub fn escape(raw: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:244:18
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub fn attrs(&self) -> Attrs {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub fn attrs(&self) -> Attrs<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:252:22
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn attrs_mut(&mut self) -> AttrsMut {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn attrs_mut(&mut self) -> AttrsMut<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:575:18
[INFO] [stdout]     |
[INFO] [stdout] 575 |     pub fn nodes(&self) -> Nodes {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 575 |     pub fn nodes(&self) -> Nodes<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:581:22
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn nodes_mut(&mut self) -> NodesMut {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn nodes_mut(&mut self) -> NodesMut<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:601:21
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn children(&self) -> Children {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn children(&self) -> Children<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:609:25
[INFO] [stdout]     |
[INFO] [stdout] 609 |     pub fn children_mut(&mut self) -> ChildrenMut {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 609 |     pub fn children_mut(&mut self) -> ChildrenMut<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:630:18
[INFO] [stdout]     |
[INFO] [stdout] 630 |     pub fn texts(&self) -> Texts {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 630 |     pub fn texts(&self) -> Texts<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/element.rs:638:22
[INFO] [stdout]     |
[INFO] [stdout] 638 |     pub fn texts_mut(&mut self) -> TextsMut {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 638 |     pub fn texts_mut(&mut self) -> TextsMut<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.44s
[INFO] running `Command { std: "docker" "inspect" "c16e005ba25a4803156a00cc2736b32f659ba83e5090299298aea4db55942827", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c16e005ba25a4803156a00cc2736b32f659ba83e5090299298aea4db55942827", kill_on_drop: false }`
[INFO] [stdout] c16e005ba25a4803156a00cc2736b32f659ba83e5090299298aea4db55942827
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3ee1dd206f653912d7028bdd04b858864b8a4c51f38c41145d26c30b052b293e
[INFO] running `Command { std: "docker" "start" "-a" "3ee1dd206f653912d7028bdd04b858864b8a4c51f38c41145d26c30b052b293e", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/element.rs:40:20
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub fn escape(raw: &[u8]) -> Cow<[u8]> {
[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] 40 | pub fn escape(raw: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stderr]    |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/element.rs:244:18
[INFO] [stderr]     |
[INFO] [stderr] 244 |     pub fn attrs(&self) -> Attrs {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 244 |     pub fn attrs(&self) -> Attrs<'_> {
[INFO] [stderr]     |                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/element.rs:252:22
[INFO] [stderr]     |
[INFO] [stderr] 252 |     pub fn attrs_mut(&mut self) -> AttrsMut {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 252 |     pub fn attrs_mut(&mut self) -> AttrsMut<'_> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/element.rs:575:18
[INFO] [stderr]     |
[INFO] [stderr] 575 |     pub fn nodes(&self) -> Nodes {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 575 |     pub fn nodes(&self) -> Nodes<'_> {
[INFO] [stderr]     |                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/element.rs:581:22
[INFO] [stderr]     |
[INFO] [stderr] 581 |     pub fn nodes_mut(&mut self) -> NodesMut {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 581 |     pub fn nodes_mut(&mut self) -> NodesMut<'_> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/element.rs:601:21
[INFO] [stderr]     |
[INFO] [stderr] 601 |     pub fn children(&self) -> Children {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 601 |     pub fn children(&self) -> Children<'_> {
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/element.rs:609:25
[INFO] [stderr]     |
[INFO] [stderr] 609 |     pub fn children_mut(&mut self) -> ChildrenMut {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 609 |     pub fn children_mut(&mut self) -> ChildrenMut<'_> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/element.rs:630:18
[INFO] [stderr]     |
[INFO] [stderr] 630 |     pub fn texts(&self) -> Texts {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 630 |     pub fn texts(&self) -> Texts<'_> {
[INFO] [stderr]     |                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/element.rs:638:22
[INFO] [stderr]     |
[INFO] [stderr] 638 |     pub fn texts_mut(&mut self) -> TextsMut {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 638 |     pub fn texts_mut(&mut self) -> TextsMut<'_> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `minidom-14` (lib) generated 9 warnings (run `cargo fix --lib -p minidom-14` to apply 9 suggestions)
[INFO] [stderr] warning: `minidom-14` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/minidom-5415a0f0f70c0dc0)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test element::tests::parses_spectest_xml ... ok
[INFO] [stdout] test element::tests::test_compare_all_ns ... ok
[INFO] [stdout] test element::tests::test_compare_empty_children ... ok
[INFO] [stdout] test element::tests::test_from_reader_nested ... ok
[INFO] [stdout] test element::tests::does_not_unescape_cdata ... ok
[INFO] [stdout] test convert::tests::test_into_attribute_value_on_ints ... ok
[INFO] [stdout] test element::tests::test_element_new ... ok
[INFO] [stdout] test element::tests::test_from_reader_simple ... ok
[INFO] [stdout] test element::tests::test_from_reader_split_prefix ... ok
[INFO] [stdout] test element::tests::test_from_reader_with_prefix ... ok
[INFO] [stdout] test tests::builder_works ... ok
[INFO] [stdout] test tests::get_child_works ... ok
[INFO] [stdout] test tests::invalid_element_error ... ok
[INFO] [stdout] test tests::missing_namespace_error ... ok
[INFO] [stdout] test tests::children_iter_works ... ok
[INFO] [stdout] test tests::namespace_attributes_works ... ok
[INFO] [stdout] test tests::namespace_inherited_prefixed2 ... ok
[INFO] [stdout] test tests::namespace_inherited_simple ... ok
[INFO] [stdout] test tests::namespace_simple ... ok
[INFO] [stdout] test tests::reader_no_deduplicate_sibling_prefixes ... ok
[INFO] [stdout] test tests::reader_deduplicate_prefixes ... ok
[INFO] [stdout] test tests::test_real_data ... ok
[INFO] [stdout] test tests::writer_with_decl_works ... ok
[INFO] [stdout] test tests::two_elements_with_same_arguments_different_order_are_equal ... ok
[INFO] [stdout] test tests::writer_with_prefix ... ok
[INFO] [stdout] test tests::writer_no_prefix_namespace ... ok
[INFO] [stdout] test tests::writer_with_prefix_deduplicate ... ok
[INFO] [stdout] test tests::wrongly_closed_elements_error ... ok
[INFO] [stdout] test tests::namespace_prefixed ... ok
[INFO] [stdout] test tests::writer_no_prefix_namespace_child ... ok
[INFO] [stdout] test tests::writer_escapes_text ... ok
[INFO] [stdout] test tests::writer_works ... ok
[INFO] [stdout] test tests::namespace_propagation_works ... ok
[INFO] [stdout] test tests::writer_prefix_namespace_child ... ok
[INFO] [stdout] test tests::xml_error ... ok
[INFO] [stdout] test tests::namespace_inherited_prefixed1 ... ok
[INFO] [stderr]    Doc-tests minidom
[INFO] [stdout] test tests::reader_works ... ok
[INFO] [stdout] test tests::writer_escapes_attributes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test src/lib.rs - (line 22) ... ignored
[INFO] [stdout] test src/element.rs - element::Element::texts (line 619) ... ok
[INFO] [stdout] test src/element.rs - element::Element::has_child (line 782) ... ok
[INFO] [stdout] test src/node.rs - node::Node::as_element (line 35) ... ok
[INFO] [stdout] test src/element.rs - element::Element::bare (line 191) ... ok
[INFO] [stdout] test src/element.rs - element::Element::remove_child (line 807) ... ok
[INFO] [stdout] test src/element.rs - element::Element::get_child (line 732) ... ok
[INFO] [stdout] test src/element.rs - element::Element::append_text_node (line 680) ... ok
[INFO] [stdout] test src/element.rs - element::Element::append_node (line 699) ... ok
[INFO] [stdout] test src/element.rs - element::Element::attrs (line 234) ... ok
[INFO] [stdout] test src/element.rs - element::Element::children (line 589) ... ok
[INFO] [stdout] test src/element.rs - element::Element::has_ns (line 301) ... ok
[INFO] [stdout] test src/element.rs - element::Element::text (line 716) ... ok
[INFO] [stdout] test src/element.rs - element::Element::nodes (line 560) ... ok
[INFO] [stdout] test src/node.rs - node::Node::as_text (line 98) ... ok
[INFO] [stdout] test src/node.rs - node::Node::into_text (line 146) ... ok
[INFO] [stdout] test src/node.rs - node::Node::into_element (line 77) ... ok
[INFO] [stdout] test src/node.rs - node::Node::as_element_mut (line 56) ... ok
[INFO] [stdout] test src/element.rs - element::Element::is (line 278) ... ok
[INFO] [stdout] test src/element.rs - element::Element::builder (line 160) ... ok
[INFO] [stdout] test src/element.rs - element::Element::append_child (line 648) ... ok
[INFO] [stdout] test src/node.rs - node::Node::as_text_mut (line 119) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.65s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3ee1dd206f653912d7028bdd04b858864b8a4c51f38c41145d26c30b052b293e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ee1dd206f653912d7028bdd04b858864b8a4c51f38c41145d26c30b052b293e", kill_on_drop: false }`
[INFO] [stdout] 3ee1dd206f653912d7028bdd04b858864b8a4c51f38c41145d26c30b052b293e
