[INFO] fetching crate minidom-14 0.17.0... [INFO] testing minidom-14-0.17.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [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 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c477b5943575ac422247dcb3f850f006b89f05108c87710dbe0481f6092d41da [INFO] running `Command { std: "docker" "start" "-a" "c477b5943575ac422247dcb3f850f006b89f05108c87710dbe0481f6092d41da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c477b5943575ac422247dcb3f850f006b89f05108c87710dbe0481f6092d41da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c477b5943575ac422247dcb3f850f006b89f05108c87710dbe0481f6092d41da", kill_on_drop: false }` [INFO] [stdout] c477b5943575ac422247dcb3f850f006b89f05108c87710dbe0481f6092d41da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 8ef1f042b00dfe2c79a6a4b036e4ad1b0678142f85ea8d6e61db2620f24b276e [INFO] running `Command { std: "docker" "start" "-a" "8ef1f042b00dfe2c79a6a4b036e4ad1b0678142f85ea8d6e61db2620f24b276e", 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn escape(raw: &[u8]) -> Cow<[u8]> { [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] 40 | pub fn escape(raw: &[u8]) -> Cow<'_, [u8]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:244:18 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn attrs(&self) -> Attrs { [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 244 | pub fn attrs(&self) -> Attrs<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:252:22 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn attrs_mut(&mut self) -> AttrsMut { [INFO] [stdout] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 252 | pub fn attrs_mut(&mut self) -> AttrsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:575:18 [INFO] [stdout] | [INFO] [stdout] 575 | pub fn nodes(&self) -> Nodes { [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 575 | pub fn nodes(&self) -> Nodes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:581:22 [INFO] [stdout] | [INFO] [stdout] 581 | pub fn nodes_mut(&mut self) -> NodesMut { [INFO] [stdout] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 581 | pub fn nodes_mut(&mut self) -> NodesMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:601:21 [INFO] [stdout] | [INFO] [stdout] 601 | pub fn children(&self) -> Children { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 601 | pub fn children(&self) -> Children<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:609:25 [INFO] [stdout] | [INFO] [stdout] 609 | pub fn children_mut(&mut self) -> ChildrenMut { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 609 | pub fn children_mut(&mut self) -> ChildrenMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:630:18 [INFO] [stdout] | [INFO] [stdout] 630 | pub fn texts(&self) -> Texts { [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 630 | pub fn texts(&self) -> Texts<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:638:22 [INFO] [stdout] | [INFO] [stdout] 638 | pub fn texts_mut(&mut self) -> TextsMut { [INFO] [stdout] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.52s [INFO] running `Command { std: "docker" "inspect" "8ef1f042b00dfe2c79a6a4b036e4ad1b0678142f85ea8d6e61db2620f24b276e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ef1f042b00dfe2c79a6a4b036e4ad1b0678142f85ea8d6e61db2620f24b276e", kill_on_drop: false }` [INFO] [stdout] 8ef1f042b00dfe2c79a6a4b036e4ad1b0678142f85ea8d6e61db2620f24b276e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e8785a3c48f1e44461f52c77b395d92a85a50b176ea93c93a36c0b15b2cacc8e [INFO] running `Command { std: "docker" "start" "-a" "e8785a3c48f1e44461f52c77b395d92a85a50b176ea93c93a36c0b15b2cacc8e", kill_on_drop: false }` [INFO] [stderr] Compiling minidom-14 v0.17.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn escape(raw: &[u8]) -> Cow<[u8]> { [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] 40 | pub fn escape(raw: &[u8]) -> Cow<'_, [u8]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:244:18 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn attrs(&self) -> Attrs { [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 244 | pub fn attrs(&self) -> Attrs<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:252:22 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn attrs_mut(&mut self) -> AttrsMut { [INFO] [stdout] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 252 | pub fn attrs_mut(&mut self) -> AttrsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:575:18 [INFO] [stdout] | [INFO] [stdout] 575 | pub fn nodes(&self) -> Nodes { [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 575 | pub fn nodes(&self) -> Nodes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:581:22 [INFO] [stdout] | [INFO] [stdout] 581 | pub fn nodes_mut(&mut self) -> NodesMut { [INFO] [stdout] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 581 | pub fn nodes_mut(&mut self) -> NodesMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:601:21 [INFO] [stdout] | [INFO] [stdout] 601 | pub fn children(&self) -> Children { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 601 | pub fn children(&self) -> Children<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:609:25 [INFO] [stdout] | [INFO] [stdout] 609 | pub fn children_mut(&mut self) -> ChildrenMut { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 609 | pub fn children_mut(&mut self) -> ChildrenMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:630:18 [INFO] [stdout] | [INFO] [stdout] 630 | pub fn texts(&self) -> Texts { [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 630 | pub fn texts(&self) -> Texts<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:638:22 [INFO] [stdout] | [INFO] [stdout] 638 | pub fn texts_mut(&mut self) -> TextsMut { [INFO] [stdout] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 638 | pub fn texts_mut(&mut self) -> TextsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn escape(raw: &[u8]) -> Cow<[u8]> { [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] 40 | pub fn escape(raw: &[u8]) -> Cow<'_, [u8]> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:244:18 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn attrs(&self) -> Attrs { [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 244 | pub fn attrs(&self) -> Attrs<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:252:22 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn attrs_mut(&mut self) -> AttrsMut { [INFO] [stdout] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 252 | pub fn attrs_mut(&mut self) -> AttrsMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:575:18 [INFO] [stdout] | [INFO] [stdout] 575 | pub fn nodes(&self) -> Nodes { [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 575 | pub fn nodes(&self) -> Nodes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:581:22 [INFO] [stdout] | [INFO] [stdout] 581 | pub fn nodes_mut(&mut self) -> NodesMut { [INFO] [stdout] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 581 | pub fn nodes_mut(&mut self) -> NodesMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:601:21 [INFO] [stdout] | [INFO] [stdout] 601 | pub fn children(&self) -> Children { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 601 | pub fn children(&self) -> Children<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:609:25 [INFO] [stdout] | [INFO] [stdout] 609 | pub fn children_mut(&mut self) -> ChildrenMut { [INFO] [stdout] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 609 | pub fn children_mut(&mut self) -> ChildrenMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:630:18 [INFO] [stdout] | [INFO] [stdout] 630 | pub fn texts(&self) -> Texts { [INFO] [stdout] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 630 | pub fn texts(&self) -> Texts<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/element.rs:638:22 [INFO] [stdout] | [INFO] [stdout] 638 | pub fn texts_mut(&mut self) -> TextsMut { [INFO] [stdout] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.40s [INFO] running `Command { std: "docker" "inspect" "e8785a3c48f1e44461f52c77b395d92a85a50b176ea93c93a36c0b15b2cacc8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8785a3c48f1e44461f52c77b395d92a85a50b176ea93c93a36c0b15b2cacc8e", kill_on_drop: false }` [INFO] [stdout] e8785a3c48f1e44461f52c77b395d92a85a50b176ea93c93a36c0b15b2cacc8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d6867d55d979aeac17b8a049d9a970bdcf8008fa96caa809d8b615315de55d29 [INFO] running `Command { std: "docker" "start" "-a" "d6867d55d979aeac17b8a049d9a970bdcf8008fa96caa809d8b615315de55d29", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/element.rs:40:20 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn escape(raw: &[u8]) -> Cow<[u8]> { [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] 40 | pub fn escape(raw: &[u8]) -> Cow<'_, [u8]> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/element.rs:244:18 [INFO] [stderr] | [INFO] [stderr] 244 | pub fn attrs(&self) -> Attrs { [INFO] [stderr] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 244 | pub fn attrs(&self) -> Attrs<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/element.rs:252:22 [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 252 | pub fn attrs_mut(&mut self) -> AttrsMut { [INFO] [stdout] running 38 tests [INFO] [stderr] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 252 | pub fn attrs_mut(&mut self) -> AttrsMut<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/element.rs:575:18 [INFO] [stderr] | [INFO] [stderr] 575 | pub fn nodes(&self) -> Nodes { [INFO] [stderr] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 575 | pub fn nodes(&self) -> Nodes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] test convert::tests::test_into_attribute_value_on_ints ... ok [INFO] [stderr] --> src/element.rs:581:22 [INFO] [stdout] test element::tests::does_not_unescape_cdata ... ok [INFO] [stderr] | [INFO] [stdout] test element::tests::test_compare_empty_children ... ok [INFO] [stderr] 581 | pub fn nodes_mut(&mut self) -> NodesMut { [INFO] [stdout] test element::tests::parses_spectest_xml ... ok [INFO] [stderr] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] test element::tests::test_element_new ... ok [INFO] [stderr] | | [INFO] [stdout] test element::tests::test_from_reader_split_prefix ... ok [INFO] [stderr] | this lifetime flows to the output [INFO] [stdout] test element::tests::test_compare_all_ns ... ok [INFO] [stderr] | [INFO] [stdout] test tests::children_iter_works ... ok [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] test element::tests::test_from_reader_simple ... ok [INFO] [stderr] | [INFO] [stdout] test tests::get_child_works ... ok [INFO] [stderr] 581 | pub fn nodes_mut(&mut self) -> NodesMut<'_> { [INFO] [stdout] test element::tests::test_from_reader_nested ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test tests::invalid_element_error ... ok [INFO] [stderr] [INFO] [stdout] test tests::missing_namespace_error ... ok [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] test tests::namespace_attributes_works ... ok [INFO] [stderr] --> src/element.rs:601:21 [INFO] [stdout] test tests::builder_works ... ok [INFO] [stderr] | [INFO] [stdout] test element::tests::test_from_reader_with_prefix ... ok [INFO] [stderr] 601 | pub fn children(&self) -> Children { [INFO] [stdout] test tests::namespace_inherited_prefixed1 ... ok [INFO] [stderr] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] test tests::namespace_inherited_prefixed2 ... ok [INFO] [stderr] | | [INFO] [stdout] test tests::namespace_inherited_simple ... ok [INFO] [stderr] | this lifetime flows to the output [INFO] [stdout] test tests::namespace_prefixed ... ok [INFO] [stderr] | [INFO] [stdout] test tests::namespace_propagation_works ... ok [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] test tests::namespace_simple ... ok [INFO] [stderr] | [INFO] [stdout] test tests::reader_deduplicate_prefixes ... ok [INFO] [stderr] 601 | pub fn children(&self) -> Children<'_> { [INFO] [stdout] test tests::reader_no_deduplicate_sibling_prefixes ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test tests::reader_works ... ok [INFO] [stderr] [INFO] [stdout] test tests::writer_escapes_attributes ... ok [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] test tests::writer_escapes_text ... ok [INFO] [stderr] --> src/element.rs:609:25 [INFO] [stdout] test tests::writer_no_prefix_namespace ... ok [INFO] [stderr] | [INFO] [stdout] test tests::writer_no_prefix_namespace_child ... ok [INFO] [stderr] 609 | pub fn children_mut(&mut self) -> ChildrenMut { [INFO] [stdout] test tests::writer_prefix_namespace_child ... ok [INFO] [stderr] | ^^^^^^^^^ ----------- the lifetime gets resolved as `'_` [INFO] [stdout] test tests::two_elements_with_same_arguments_different_order_are_equal ... ok [INFO] [stderr] | | [INFO] [stdout] test tests::test_real_data ... ok [INFO] [stderr] | this lifetime flows to the output [INFO] [stdout] test tests::writer_with_decl_works ... ok [INFO] [stderr] | [INFO] [stdout] test tests::writer_with_prefix ... ok [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] test tests::writer_with_prefix_deduplicate ... ok [INFO] [stderr] | [INFO] [stdout] test tests::writer_works ... ok [INFO] [stderr] 609 | pub fn children_mut(&mut self) -> ChildrenMut<'_> { [INFO] [stdout] test tests::xml_error ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test tests::wrongly_closed_elements_error ... ok [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] --> src/element.rs:630:18 [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] 630 | pub fn texts(&self) -> Texts { [INFO] [stderr] | ^^^^^ ----- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 630 | pub fn texts(&self) -> Texts<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/element.rs:638:22 [INFO] [stderr] | [INFO] [stderr] 638 | pub fn texts_mut(&mut self) -> TextsMut { [INFO] [stderr] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/minidom-5de6ee7cd3c060ea) [INFO] running `Command { std: "docker" "inspect" "d6867d55d979aeac17b8a049d9a970bdcf8008fa96caa809d8b615315de55d29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6867d55d979aeac17b8a049d9a970bdcf8008fa96caa809d8b615315de55d29", kill_on_drop: false }` [INFO] [stdout] d6867d55d979aeac17b8a049d9a970bdcf8008fa96caa809d8b615315de55d29