[INFO] fetching crate quick-xml 0.38.0... [INFO] testing quick-xml-0.38.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate quick-xml 0.38.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate quick-xml 0.38.0 [INFO] finished tweaking crates.io crate quick-xml 0.38.0 [INFO] tweaked toml for crates.io crate quick-xml 0.38.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate quick-xml 0.38.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 quick-xml 0.38.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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 7702672d89b2ad5979ce56f73ac50cbb99e2f51290315351054be82ca565a41c [INFO] running `Command { std: "docker" "start" "-a" "7702672d89b2ad5979ce56f73ac50cbb99e2f51290315351054be82ca565a41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7702672d89b2ad5979ce56f73ac50cbb99e2f51290315351054be82ca565a41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7702672d89b2ad5979ce56f73ac50cbb99e2f51290315351054be82ca565a41c", kill_on_drop: false }` [INFO] [stdout] 7702672d89b2ad5979ce56f73ac50cbb99e2f51290315351054be82ca565a41c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 46993d4b1de26ac81a58687a4287b7894d1b7b9484654f32d6417a38dcdfd8f9 [INFO] running `Command { std: "docker" "start" "-a" "46993d4b1de26ac81a58687a4287b7894d1b7b9484654f32d6417a38dcdfd8f9", kill_on_drop: false }` [INFO] [stderr] Compiling quick-xml v0.38.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/escape.rs:210:22 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [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] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn borrow(&self) -> BytesStart { [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] 183 | pub fn borrow(&self) -> BytesStart<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:193:19 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn to_end(&self) -> BytesEnd { [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] 193 | pub fn to_end(&self) -> BytesEnd<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:213:17 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn name(&self) -> QName { [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] 213 | pub fn name(&self) -> QName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:222:23 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn local_name(&self) -> LocalName { [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] 222 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:283:23 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn attributes(&self) -> Attributes { [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] 283 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:288:28 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn html_attributes(&self) -> Attributes { [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] 288 | pub fn html_attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:432:19 [INFO] [stdout] | [INFO] [stdout] 432 | pub fn borrow(&self) -> BytesEnd { [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] 432 | pub fn borrow(&self) -> BytesEnd<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:440:17 [INFO] [stdout] | [INFO] [stdout] 440 | pub fn name(&self) -> QName { [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] 440 | pub fn name(&self) -> QName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:449:23 [INFO] [stdout] | [INFO] [stdout] 449 | pub fn local_name(&self) -> LocalName { [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] 449 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:571:19 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn borrow(&self) -> BytesText { [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] 571 | pub fn borrow(&self) -> BytesText<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:747:19 [INFO] [stdout] | [INFO] [stdout] 747 | pub fn borrow(&self) -> BytesCData { [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] 747 | pub fn borrow(&self) -> BytesCData<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:978:19 [INFO] [stdout] | [INFO] [stdout] 978 | pub fn borrow(&self) -> BytesPI { [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] 978 | pub fn borrow(&self) -> BytesPI<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1048:23 [INFO] [stdout] | [INFO] [stdout] 1048 | pub fn attributes(&self) -> Attributes { [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] 1048 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1208:20 [INFO] [stdout] | [INFO] [stdout] 1208 | pub fn version(&self) -> Result, Error> { [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] 1208 | pub fn version(&self) -> Result, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1263:21 [INFO] [stdout] | [INFO] [stdout] 1263 | pub fn encoding(&self) -> Option, AttrError>> { [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] 1263 | pub fn encoding(&self) -> Option, AttrError>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1305:23 [INFO] [stdout] | [INFO] [stdout] 1305 | pub fn standalone(&self) -> Option, AttrError>> { [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] 1305 | pub fn standalone(&self) -> Option, AttrError>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1334:19 [INFO] [stdout] | [INFO] [stdout] 1334 | pub fn borrow(&self) -> BytesDecl { [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] 1334 | pub fn borrow(&self) -> BytesDecl<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1431:19 [INFO] [stdout] | [INFO] [stdout] 1431 | pub fn borrow(&self) -> BytesRef { [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] 1431 | pub fn borrow(&self) -> BytesRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1566:19 [INFO] [stdout] | [INFO] [stdout] 1566 | pub fn borrow(&self) -> Event { [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] 1566 | pub fn borrow(&self) -> Event<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/name.rs:636:9 [INFO] [stdout] | [INFO] [stdout] 636 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 639 | ) -> (ResolveResult, LocalName<'n>) { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [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] 639 | ) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/name.rs:655:17 [INFO] [stdout] | [INFO] [stdout] 655 | pub fn find(&self, element_name: QName) -> ResolveResult { [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] 655 | pub fn find(&self, element_name: QName) -> ResolveResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/name.rs:659:23 [INFO] [stdout] | [INFO] [stdout] 659 | fn resolve_prefix(&self, prefix: Option, use_default: bool) -> ResolveResult { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [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] 659 | fn resolve_prefix(&self, prefix: Option, use_default: bool) -> ResolveResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/name.rs:693:23 [INFO] [stdout] | [INFO] [stdout] 693 | pub const fn iter(&self) -> PrefixIter { [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] 693 | pub const fn iter(&self) -> PrefixIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/mod.rs:973:19 [INFO] [stdout] | [INFO] [stdout] 973 | pub fn stream(&mut self) -> BinaryStream { [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] 973 | pub fn stream(&mut self) -> BinaryStream<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:133:27 [INFO] [stdout] | [INFO] [stdout] 133 | pub const fn prefixes(&self) -> PrefixIter { [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] 133 | pub const fn prefixes(&self) -> PrefixIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 189 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 190 | event: Result>, [INFO] [stdout] 191 | ) -> Result<(ResolveResult, Event<'i>)> { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [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] 191 | ) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:252:24 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn resolve<'n>(&self, name: QName<'n>, attribute: bool) -> (ResolveResult, LocalName<'n>) { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [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 resolve<'n>(&self, name: QName<'n>, attribute: bool) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:308:32 [INFO] [stdout] | [INFO] [stdout] 308 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult, LocalName<'n>) { [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] 308 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:378:34 [INFO] [stdout] | [INFO] [stdout] 378 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult, LocalName<'n>) { [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] 378 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:499:9 [INFO] [stdout] | [INFO] [stdout] 499 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 500 | buf: &'b mut Vec, [INFO] [stdout] 501 | ) -> Result<(ResolveResult, Event<'b>)> { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [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] 501 | ) -> Result<(ResolveResult<'_>, Event<'b>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:745:32 [INFO] [stdout] | [INFO] [stdout] 745 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult, Event<'i>)> { [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] 745 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `Command { std: "docker" "inspect" "46993d4b1de26ac81a58687a4287b7894d1b7b9484654f32d6417a38dcdfd8f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46993d4b1de26ac81a58687a4287b7894d1b7b9484654f32d6417a38dcdfd8f9", kill_on_drop: false }` [INFO] [stdout] 46993d4b1de26ac81a58687a4287b7894d1b7b9484654f32d6417a38dcdfd8f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 0fdb3f46e3215c477258a77ba6ffece6dd41e367f972adc1df1d74380c52925c [INFO] running `Command { std: "docker" "start" "-a" "0fdb3f46e3215c477258a77ba6ffece6dd41e367f972adc1df1d74380c52925c", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling clap_builder v4.5.40 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/escape.rs:210:22 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [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] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn borrow(&self) -> BytesStart { [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] 183 | pub fn borrow(&self) -> BytesStart<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:193:19 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn to_end(&self) -> BytesEnd { [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] 193 | pub fn to_end(&self) -> BytesEnd<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:213:17 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn name(&self) -> QName { [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] 213 | pub fn name(&self) -> QName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:222:23 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn local_name(&self) -> LocalName { [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] 222 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:283:23 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn attributes(&self) -> Attributes { [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] 283 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:288:28 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn html_attributes(&self) -> Attributes { [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] 288 | pub fn html_attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:432:19 [INFO] [stdout] | [INFO] [stdout] 432 | pub fn borrow(&self) -> BytesEnd { [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] 432 | pub fn borrow(&self) -> BytesEnd<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:440:17 [INFO] [stdout] | [INFO] [stdout] 440 | pub fn name(&self) -> QName { [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] 440 | pub fn name(&self) -> QName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:449:23 [INFO] [stdout] | [INFO] [stdout] 449 | pub fn local_name(&self) -> LocalName { [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] 449 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:571:19 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn borrow(&self) -> BytesText { [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] 571 | pub fn borrow(&self) -> BytesText<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:747:19 [INFO] [stdout] | [INFO] [stdout] 747 | pub fn borrow(&self) -> BytesCData { [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] 747 | pub fn borrow(&self) -> BytesCData<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:978:19 [INFO] [stdout] | [INFO] [stdout] 978 | pub fn borrow(&self) -> BytesPI { [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] 978 | pub fn borrow(&self) -> BytesPI<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1048:23 [INFO] [stdout] | [INFO] [stdout] 1048 | pub fn attributes(&self) -> Attributes { [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] 1048 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1208:20 [INFO] [stdout] | [INFO] [stdout] 1208 | pub fn version(&self) -> Result, Error> { [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] 1208 | pub fn version(&self) -> Result, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1263:21 [INFO] [stdout] | [INFO] [stdout] 1263 | pub fn encoding(&self) -> Option, AttrError>> { [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] 1263 | pub fn encoding(&self) -> Option, AttrError>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1305:23 [INFO] [stdout] | [INFO] [stdout] 1305 | pub fn standalone(&self) -> Option, AttrError>> { [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] 1305 | pub fn standalone(&self) -> Option, AttrError>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1334:19 [INFO] [stdout] | [INFO] [stdout] 1334 | pub fn borrow(&self) -> BytesDecl { [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] 1334 | pub fn borrow(&self) -> BytesDecl<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1431:19 [INFO] [stdout] | [INFO] [stdout] 1431 | pub fn borrow(&self) -> BytesRef { [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] 1431 | pub fn borrow(&self) -> BytesRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1566:19 [INFO] [stdout] | [INFO] [stdout] 1566 | pub fn borrow(&self) -> Event { [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] 1566 | pub fn borrow(&self) -> Event<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/name.rs:636:9 [INFO] [stdout] | [INFO] [stdout] 636 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 639 | ) -> (ResolveResult, LocalName<'n>) { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [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] 639 | ) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/name.rs:655:17 [INFO] [stdout] | [INFO] [stdout] 655 | pub fn find(&self, element_name: QName) -> ResolveResult { [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] 655 | pub fn find(&self, element_name: QName) -> ResolveResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/name.rs:659:23 [INFO] [stdout] | [INFO] [stdout] 659 | fn resolve_prefix(&self, prefix: Option, use_default: bool) -> ResolveResult { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [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] 659 | fn resolve_prefix(&self, prefix: Option, use_default: bool) -> ResolveResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/name.rs:693:23 [INFO] [stdout] | [INFO] [stdout] 693 | pub const fn iter(&self) -> PrefixIter { [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] 693 | pub const fn iter(&self) -> PrefixIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/mod.rs:973:19 [INFO] [stdout] | [INFO] [stdout] 973 | pub fn stream(&mut self) -> BinaryStream { [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] 973 | pub fn stream(&mut self) -> BinaryStream<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:133:27 [INFO] [stdout] | [INFO] [stdout] 133 | pub const fn prefixes(&self) -> PrefixIter { [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] 133 | pub const fn prefixes(&self) -> PrefixIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 189 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 190 | event: Result>, [INFO] [stdout] 191 | ) -> Result<(ResolveResult, Event<'i>)> { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [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] 191 | ) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:252:24 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn resolve<'n>(&self, name: QName<'n>, attribute: bool) -> (ResolveResult, LocalName<'n>) { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [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 resolve<'n>(&self, name: QName<'n>, attribute: bool) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:308:32 [INFO] [stdout] | [INFO] [stdout] 308 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult, LocalName<'n>) { [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] 308 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:378:34 [INFO] [stdout] | [INFO] [stdout] 378 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult, LocalName<'n>) { [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] 378 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:499:9 [INFO] [stdout] | [INFO] [stdout] 499 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 500 | buf: &'b mut Vec, [INFO] [stdout] 501 | ) -> Result<(ResolveResult, Event<'b>)> { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [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] 501 | ) -> Result<(ResolveResult<'_>, Event<'b>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:745:32 [INFO] [stdout] | [INFO] [stdout] 745 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult, Event<'i>)> { [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] 745 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling clap v4.5.40 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.6.0 [INFO] [stderr] Compiling quick-xml v0.38.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/escape.rs:210:22 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [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] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn borrow(&self) -> BytesStart { [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] 183 | pub fn borrow(&self) -> BytesStart<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:193:19 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn to_end(&self) -> BytesEnd { [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] 193 | pub fn to_end(&self) -> BytesEnd<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:213:17 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn name(&self) -> QName { [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] 213 | pub fn name(&self) -> QName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:222:23 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn local_name(&self) -> LocalName { [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] 222 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:283:23 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn attributes(&self) -> Attributes { [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] 283 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:288:28 [INFO] [stdout] | [INFO] [stdout] 288 | pub fn html_attributes(&self) -> Attributes { [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] 288 | pub fn html_attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:432:19 [INFO] [stdout] | [INFO] [stdout] 432 | pub fn borrow(&self) -> BytesEnd { [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] 432 | pub fn borrow(&self) -> BytesEnd<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:440:17 [INFO] [stdout] | [INFO] [stdout] 440 | pub fn name(&self) -> QName { [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] 440 | pub fn name(&self) -> QName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:449:23 [INFO] [stdout] | [INFO] [stdout] 449 | pub fn local_name(&self) -> LocalName { [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] 449 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:571:19 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn borrow(&self) -> BytesText { [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] 571 | pub fn borrow(&self) -> BytesText<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:747:19 [INFO] [stdout] | [INFO] [stdout] 747 | pub fn borrow(&self) -> BytesCData { [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] 747 | pub fn borrow(&self) -> BytesCData<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:978:19 [INFO] [stdout] | [INFO] [stdout] 978 | pub fn borrow(&self) -> BytesPI { [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] 978 | pub fn borrow(&self) -> BytesPI<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1048:23 [INFO] [stdout] | [INFO] [stdout] 1048 | pub fn attributes(&self) -> Attributes { [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] 1048 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1208:20 [INFO] [stdout] | [INFO] [stdout] 1208 | pub fn version(&self) -> Result, Error> { [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] 1208 | pub fn version(&self) -> Result, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1263:21 [INFO] [stdout] | [INFO] [stdout] 1263 | pub fn encoding(&self) -> Option, AttrError>> { [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] 1263 | pub fn encoding(&self) -> Option, AttrError>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1305:23 [INFO] [stdout] | [INFO] [stdout] 1305 | pub fn standalone(&self) -> Option, AttrError>> { [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] 1305 | pub fn standalone(&self) -> Option, AttrError>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1334:19 [INFO] [stdout] | [INFO] [stdout] 1334 | pub fn borrow(&self) -> BytesDecl { [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] 1334 | pub fn borrow(&self) -> BytesDecl<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1431:19 [INFO] [stdout] | [INFO] [stdout] 1431 | pub fn borrow(&self) -> BytesRef { [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] 1431 | pub fn borrow(&self) -> BytesRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/events/mod.rs:1566:19 [INFO] [stdout] | [INFO] [stdout] 1566 | pub fn borrow(&self) -> Event { [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] 1566 | pub fn borrow(&self) -> Event<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/name.rs:636:9 [INFO] [stdout] | [INFO] [stdout] 636 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 639 | ) -> (ResolveResult, LocalName<'n>) { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [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] 639 | ) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/name.rs:655:17 [INFO] [stdout] | [INFO] [stdout] 655 | pub fn find(&self, element_name: QName) -> ResolveResult { [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] 655 | pub fn find(&self, element_name: QName) -> ResolveResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/name.rs:659:23 [INFO] [stdout] | [INFO] [stdout] 659 | fn resolve_prefix(&self, prefix: Option, use_default: bool) -> ResolveResult { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [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] 659 | fn resolve_prefix(&self, prefix: Option, use_default: bool) -> ResolveResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/name.rs:693:23 [INFO] [stdout] | [INFO] [stdout] 693 | pub const fn iter(&self) -> PrefixIter { [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] 693 | pub const fn iter(&self) -> PrefixIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/mod.rs:973:19 [INFO] [stdout] | [INFO] [stdout] 973 | pub fn stream(&mut self) -> BinaryStream { [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] 973 | pub fn stream(&mut self) -> BinaryStream<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:133:27 [INFO] [stdout] | [INFO] [stdout] 133 | pub const fn prefixes(&self) -> PrefixIter { [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] 133 | pub const fn prefixes(&self) -> PrefixIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 189 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 190 | event: Result>, [INFO] [stdout] 191 | ) -> Result<(ResolveResult, Event<'i>)> { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [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] 191 | ) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:252:24 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn resolve<'n>(&self, name: QName<'n>, attribute: bool) -> (ResolveResult, LocalName<'n>) { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [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 resolve<'n>(&self, name: QName<'n>, attribute: bool) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:308:32 [INFO] [stdout] | [INFO] [stdout] 308 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult, LocalName<'n>) { [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] 308 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:378:34 [INFO] [stdout] | [INFO] [stdout] 378 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult, LocalName<'n>) { [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] 378 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:499:9 [INFO] [stdout] | [INFO] [stdout] 499 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 500 | buf: &'b mut Vec, [INFO] [stdout] 501 | ) -> Result<(ResolveResult, Event<'b>)> { [INFO] [stdout] | ------------- the lifetime gets resolved as `'_` [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] 501 | ) -> Result<(ResolveResult<'_>, Event<'b>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/reader/ns_reader.rs:745:32 [INFO] [stdout] | [INFO] [stdout] 745 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult, Event<'i>)> { [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] 745 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 12.46s [INFO] running `Command { std: "docker" "inspect" "0fdb3f46e3215c477258a77ba6ffece6dd41e367f972adc1df1d74380c52925c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fdb3f46e3215c477258a77ba6ffece6dd41e367f972adc1df1d74380c52925c", kill_on_drop: false }` [INFO] [stdout] 0fdb3f46e3215c477258a77ba6ffece6dd41e367f972adc1df1d74380c52925c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 9fa162cf2366b9a0f82587dc70121c55bbcbfacdc244af97de7e687aefe67fa3 [INFO] running `Command { std: "docker" "start" "-a" "9fa162cf2366b9a0f82587dc70121c55bbcbfacdc244af97de7e687aefe67fa3", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/escape.rs:210:22 [INFO] [stderr] | [INFO] [stderr] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [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] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:183:19 [INFO] [stderr] | [INFO] [stderr] 183 | pub fn borrow(&self) -> BytesStart { [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] 183 | pub fn borrow(&self) -> BytesStart<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:193:19 [INFO] [stderr] | [INFO] [stderr] 193 | pub fn to_end(&self) -> BytesEnd { [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] 193 | pub fn to_end(&self) -> BytesEnd<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:213:17 [INFO] [stderr] | [INFO] [stderr] 213 | pub fn name(&self) -> QName { [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] 213 | pub fn name(&self) -> QName<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:222:23 [INFO] [stderr] | [INFO] [stderr] 222 | pub fn local_name(&self) -> LocalName { [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] 222 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:283:23 [INFO] [stderr] | [INFO] [stderr] 283 | pub fn attributes(&self) -> Attributes { [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] 283 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:288:28 [INFO] [stderr] | [INFO] [stderr] 288 | pub fn html_attributes(&self) -> Attributes { [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] 288 | pub fn html_attributes(&self) -> Attributes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:432:19 [INFO] [stderr] | [INFO] [stderr] 432 | pub fn borrow(&self) -> BytesEnd { [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] 432 | pub fn borrow(&self) -> BytesEnd<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:440:17 [INFO] [stderr] | [INFO] [stderr] 440 | pub fn name(&self) -> QName { [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] 440 | pub fn name(&self) -> QName<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:449:23 [INFO] [stderr] | [INFO] [stderr] 449 | pub fn local_name(&self) -> LocalName { [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] 449 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:571:19 [INFO] [stderr] | [INFO] [stderr] 571 | pub fn borrow(&self) -> BytesText { [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] 571 | pub fn borrow(&self) -> BytesText<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:747:19 [INFO] [stderr] | [INFO] [stderr] 747 | pub fn borrow(&self) -> BytesCData { [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] 747 | pub fn borrow(&self) -> BytesCData<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:978:19 [INFO] [stderr] | [INFO] [stderr] 978 | pub fn borrow(&self) -> BytesPI { [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] 978 | pub fn borrow(&self) -> BytesPI<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:1048:23 [INFO] [stderr] | [INFO] [stderr] 1048 | pub fn attributes(&self) -> Attributes { [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] 1048 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:1208:20 [INFO] [stderr] | [INFO] [stderr] 1208 | pub fn version(&self) -> Result, Error> { [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] 1208 | pub fn version(&self) -> Result, Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:1263:21 [INFO] [stderr] | [INFO] [stderr] 1263 | pub fn encoding(&self) -> Option, AttrError>> { [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] 1263 | pub fn encoding(&self) -> Option, AttrError>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:1305:23 [INFO] [stderr] | [INFO] [stderr] 1305 | pub fn standalone(&self) -> Option, AttrError>> { [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] 1305 | pub fn standalone(&self) -> Option, AttrError>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:1334:19 [INFO] [stderr] | [INFO] [stderr] 1334 | pub fn borrow(&self) -> BytesDecl { [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] 1334 | pub fn borrow(&self) -> BytesDecl<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:1431:19 [INFO] [stderr] | [INFO] [stderr] 1431 | pub fn borrow(&self) -> BytesRef { [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] 1431 | pub fn borrow(&self) -> BytesRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/events/mod.rs:1566:19 [INFO] [stderr] | [INFO] [stderr] 1566 | pub fn borrow(&self) -> Event { [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] 1566 | pub fn borrow(&self) -> Event<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/name.rs:636:9 [INFO] [stderr] | [INFO] [stderr] 636 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 639 | ) -> (ResolveResult, LocalName<'n>) { [INFO] [stderr] | ------------- the lifetime gets resolved as `'_` [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] 639 | ) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/name.rs:655:17 [INFO] [stderr] | [INFO] [stderr] 655 | pub fn find(&self, element_name: QName) -> ResolveResult { [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] 655 | pub fn find(&self, element_name: QName) -> ResolveResult<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/name.rs:659:23 [INFO] [stderr] | [INFO] [stderr] 659 | fn resolve_prefix(&self, prefix: Option, use_default: bool) -> ResolveResult { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [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] 659 | fn resolve_prefix(&self, prefix: Option, use_default: bool) -> ResolveResult<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/name.rs:693:23 [INFO] [stderr] | [INFO] [stderr] 693 | pub const fn iter(&self) -> PrefixIter { [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] 693 | pub const fn iter(&self) -> PrefixIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/reader/mod.rs:973:19 [INFO] [stderr] | [INFO] [stderr] 973 | pub fn stream(&mut self) -> BinaryStream { [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] 973 | pub fn stream(&mut self) -> BinaryStream<'_, R> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/reader/ns_reader.rs:133:27 [INFO] [stderr] | [INFO] [stderr] 133 | pub const fn prefixes(&self) -> PrefixIter { [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] 133 | pub const fn prefixes(&self) -> PrefixIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/reader/ns_reader.rs:189:9 [INFO] [stderr] | [INFO] [stderr] 189 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stderr] 190 | event: Result>, [INFO] [stderr] 191 | ) -> Result<(ResolveResult, Event<'i>)> { [INFO] [stderr] | ------------- the lifetime gets resolved as `'_` [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] 191 | ) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/reader/ns_reader.rs:252:24 [INFO] [stderr] | [INFO] [stderr] 252 | pub fn resolve<'n>(&self, name: QName<'n>, attribute: bool) -> (ResolveResult, LocalName<'n>) { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [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 resolve<'n>(&self, name: QName<'n>, attribute: bool) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/reader/ns_reader.rs:308:32 [INFO] [stderr] | [INFO] [stderr] 308 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult, LocalName<'n>) { [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] 308 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/reader/ns_reader.rs:378:34 [INFO] [stderr] | [INFO] [stderr] 378 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult, LocalName<'n>) { [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] 378 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/reader/ns_reader.rs:499:9 [INFO] [stderr] | [INFO] [stderr] 499 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stderr] 500 | buf: &'b mut Vec, [INFO] [stderr] 501 | ) -> Result<(ResolveResult, Event<'b>)> { [INFO] [stderr] | ------------- the lifetime gets resolved as `'_` [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] 501 | ) -> Result<(ResolveResult<'_>, Event<'b>)> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/reader/ns_reader.rs:745:32 [INFO] [stderr] | [INFO] [stderr] 745 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult, Event<'i>)> { [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] 745 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `quick-xml` (lib) generated 32 warnings (run `cargo fix --lib -p quick-xml` to apply 32 suggestions) [INFO] [stderr] warning: `quick-xml` (lib test) generated 32 warnings (32 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/quick_xml-e329e043d1bc3e5b) [INFO] [stdout] [INFO] [stdout] running 203 tests [INFO] [stdout] test events::attributes::html::duplicated::with_check::double_quoted ... ok [INFO] [stdout] test events::attributes::html::duplicated::with_check::single_quoted ... ok [INFO] [stdout] test events::attributes::html::duplicated::with_check::key_only ... ok [INFO] [stdout] test events::attributes::html::duplicated::with_check::unquoted ... ok [INFO] [stdout] test events::attributes::html::duplicated::without_check::single_quoted ... ok [INFO] [stdout] test events::attributes::html::duplicated::without_check::key_only ... ok [INFO] [stdout] test events::attributes::html::duplicated::without_check::unquoted ... ok [INFO] [stdout] test events::attributes::html::first::double_quoted ... ok [INFO] [stdout] test events::attributes::html::duplicated::without_check::double_quoted ... ok [INFO] [stdout] test events::attributes::html::first::key_contains_invalid ... ok [INFO] [stdout] test events::attributes::html::first::key_only ... ok [INFO] [stdout] test events::attributes::html::first::key_start_invalid ... ok [INFO] [stdout] test events::attributes::html::first::missed_value ... ok [INFO] [stdout] test events::attributes::html::first::single_quoted ... ok [INFO] [stdout] test events::attributes::html::single::key_only ... ok [INFO] [stdout] test events::attributes::html::single::key_start_invalid ... ok [INFO] [stdout] test events::attributes::html::mixed_quote ... ok [INFO] [stdout] test events::attributes::html::single::missed_value ... ok [INFO] [stdout] test events::attributes::html::single::unquoted ... ok [INFO] [stdout] test events::attributes::html::first::unquoted ... ok [INFO] [stdout] test events::attributes::html::single::single_quoted ... ok [INFO] [stdout] test events::attributes::html::single::double_quoted ... ok [INFO] [stdout] test events::attributes::html::sparsed::double_quoted ... ok [INFO] [stdout] test events::attributes::html::single::key_contains_invalid ... ok [INFO] [stdout] test events::attributes::html::sparsed::key_contains_invalid ... ok [INFO] [stdout] test events::attributes::html::sparsed::key_only ... ok [INFO] [stdout] test events::attributes::html::sparsed::key_start_invalid ... ok [INFO] [stdout] test events::attributes::xml::duplicated::with_check::double_quoted ... ok [INFO] [stdout] test events::attributes::html::sparsed::unquoted ... ok [INFO] [stdout] test events::attributes::xml::duplicated::with_check::unquoted ... ok [INFO] [stdout] test events::attributes::xml::duplicated::without_check::double_quoted ... ok [INFO] [stdout] test events::attributes::xml::duplicated::without_check::key_only ... ok [INFO] [stdout] test events::attributes::xml::duplicated::without_check::single_quoted ... ok [INFO] [stdout] test events::attributes::xml::duplicated::with_check::single_quoted ... ok [INFO] [stdout] test events::attributes::html::sparsed::missed_value ... ok [INFO] [stdout] test events::attributes::xml::duplicated::with_check::key_only ... ok [INFO] [stdout] test events::attributes::html::sparsed::single_quoted ... ok [INFO] [stdout] test events::attributes::xml::duplicated::without_check::unquoted ... ok [INFO] [stdout] test events::attributes::xml::first::double_quoted ... ok [INFO] [stdout] test events::attributes::xml::first::key_contains_invalid ... ok [INFO] [stdout] test events::attributes::xml::first::key_only ... ok [INFO] [stdout] test events::attributes::xml::first::missed_value ... ok [INFO] [stdout] test events::attributes::xml::first::single_quoted ... ok [INFO] [stdout] test events::attributes::xml::first::key_start_invalid ... ok [INFO] [stdout] test events::attributes::xml::first::unquoted ... ok [INFO] [stdout] test events::attributes::xml::single::double_quoted ... ok [INFO] [stdout] test events::attributes::xml::single::key_contains_invalid ... ok [INFO] [stdout] test events::attributes::xml::mixed_quote ... ok [INFO] [stdout] test events::attributes::xml::single::unquoted ... ok [INFO] [stdout] test events::attributes::xml::single::key_only ... ok [INFO] [stdout] test events::attributes::xml::sparsed::double_quoted ... ok [INFO] [stdout] test events::attributes::xml::single::key_start_invalid ... ok [INFO] [stdout] test events::attributes::xml::single::missed_value ... ok [INFO] [stdout] test events::attributes::xml::sparsed::key_contains_invalid ... ok [INFO] [stdout] test events::attributes::xml::sparsed::key_only ... ok [INFO] [stdout] test events::attributes::xml::sparsed::key_start_invalid ... ok [INFO] [stdout] test events::attributes::xml::single::single_quoted ... ok [INFO] [stdout] test events::attributes::xml::sparsed::single_quoted ... ok [INFO] [stdout] test events::attributes::xml::sparsed::unquoted ... ok [INFO] [stdout] test events::test::bytestart_clear_attributes ... ok [INFO] [stdout] test events::test::bytestart_create ... ok [INFO] [stdout] test events::test::bytestart_set_name ... ok [INFO] [stdout] test events::attributes::xml::sparsed::missed_value ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xml::other_prefix_bound_to_xml_namespace ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xml::rebound_to_correct_ns ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xml::rebound_to_incorrect_ns ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xml::unbound ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xml::undeclared ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xmlns::other_prefix_bound_to_xmlns_namespace ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xmlns::rebound_to_incorrect_ns ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xmlns::undeclared ... ok [INFO] [stdout] test name::namespaces::declared_prefix::basic ... ok [INFO] [stdout] test name::namespaces::declared_prefix::override_namespace ... ok [INFO] [stdout] test name::namespaces::declared_prefix::reset ... ok [INFO] [stdout] test name::namespaces::prefix_and_local_name ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xmlns::rebound_to_correct_ns ... ok [INFO] [stdout] test name::namespaces::undeclared_prefix ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xmlns::unbound ... ok [INFO] [stdout] test name::namespaces::unprefixed::override_namespace ... ok [INFO] [stdout] test name::namespaces::unprefixed::reset ... ok [INFO] [stdout] test name::namespaces::unprefixed::basic ... ok [INFO] [stdout] test parser::element::parse ... ok [INFO] [stdout] test parser::pi::pi ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::cdata::empty ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::cdata::not_properly_start ... ignored, start CDATA sequence fully checked outside of `read_bang_element` [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::cdata::not_closed ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::comment::empty ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::cdata::with_content ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::comment::not_closed1 ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::comment::not_closed2 ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::comment::not_closed3 ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::comment::not_properly_start ... ignored, start comment sequence fully checked outside of `read_bang_element` [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::comment::not_properly_end ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::comment::with_content ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::doctype::lowercase::empty ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::doctype::lowercase::not_closed ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::doctype::lowercase::not_properly_start ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::doctype::lowercase::without_space ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::doctype::uppercase::empty ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::doctype::uppercase::not_closed ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::doctype::uppercase::not_properly_start ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::close::empty_ns ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::doctype::uppercase::without_space ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::close::with_attributes ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::close::empty_ns_empty_tag ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::close::empty_tag ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::empty ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::open::empty_ns ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::open::empty_tag ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::open::with_attributes ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::close::normal ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::open::empty_ns_empty_tag ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::open::normal ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::self_closed::empty_ns ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::self_closed::empty_ns_empty_tag ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::self_closed::normal ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::self_closed::with_attributes ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::bom_from_reader ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::self_closed::empty_tag ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::bom_from_str ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::cdata ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::comment ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::declaration ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::doctype ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::empty ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::eof ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::processing_instruction ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::start_and_end ... ok [INFO] [stdout] test reader::buffered_reader::test::read_ref::empty_ref ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::text ... ok [INFO] [stdout] test reader::buffered_reader::test::read_ref::normal ... ok [INFO] [stdout] test reader::buffered_reader::test::read_ref::up_to_eof ... ok [INFO] [stdout] test reader::buffered_reader::test::read_ref::up_to_markup ... ok [INFO] [stdout] test reader::buffered_reader::test::read_ref::up_to_ref ... ok [INFO] [stdout] test reader::buffered_reader::test::read_text::ref_ ... ok [INFO] [stdout] test reader::buffered_reader::test::read_text::up_to_eof ... ok [INFO] [stdout] test reader::buffered_reader::test::read_text::empty ... ok [INFO] [stdout] test reader::buffered_reader::test::read_text::markup ... ok [INFO] [stdout] test reader::buffered_reader::test::read_text::up_to_markup ... ok [INFO] [stdout] test reader::buffered_reader::test::read_text::up_to_ref ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::cdata::empty ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::cdata::not_closed ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::cdata::not_properly_start ... ignored, start CDATA sequence fully checked outside of `read_bang_element` [INFO] [stdout] test reader::slice_reader::test::read_bang_element::cdata::with_content ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::comment::empty ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::comment::not_closed1 ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::comment::not_closed2 ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::comment::not_closed3 ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::comment::not_properly_start ... ignored, start comment sequence fully checked outside of `read_bang_element` [INFO] [stdout] test reader::slice_reader::test::read_bang_element::comment::not_properly_end ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::comment::with_content ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::doctype::lowercase::not_closed ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::doctype::lowercase::empty ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::doctype::lowercase::not_properly_start ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::doctype::lowercase::without_space ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::doctype::uppercase::empty ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::doctype::uppercase::not_closed ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::doctype::uppercase::not_properly_start ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::doctype::uppercase::without_space ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::close::empty_ns ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::close::empty_tag ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::close::empty_ns_empty_tag ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::close::normal ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::close::with_attributes ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::empty ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::open::empty_ns ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::open::empty_ns_empty_tag ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::open::empty_tag ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::open::normal ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::open::with_attributes ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::self_closed::empty_ns ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::self_closed::empty_ns_empty_tag ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::self_closed::empty_tag ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::self_closed::normal ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::self_closed::with_attributes ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::bom_from_reader ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::cdata ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::declaration ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::doctype ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::empty ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::eof ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::processing_instruction ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::start_and_end ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::text ... ok [INFO] [stdout] test reader::slice_reader::test::read_ref::normal ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::comment ... ok [INFO] [stdout] test reader::slice_reader::test::read_ref::empty_ref ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::bom_from_str ... ok [INFO] [stdout] test reader::slice_reader::test::read_ref::up_to_markup ... ok [INFO] [stdout] test reader::slice_reader::test::read_ref::up_to_ref ... ok [INFO] [stdout] test reader::slice_reader::test::read_ref::up_to_eof ... ok [INFO] [stdout] test reader::slice_reader::test::read_text::empty ... ok [INFO] [stdout] test reader::slice_reader::test::read_text::markup ... ok [INFO] [stdout] test reader::slice_reader::test::read_text::ref_ ... ok [INFO] [stdout] test reader::slice_reader::test::read_text::up_to_eof ... ok [INFO] [stdout] test reader::slice_reader::test::read_text::up_to_markup ... ok [INFO] [stdout] test reader::slice_reader::test::read_text::up_to_ref ... ok [INFO] [stdout] test utils::tests::name_len ... ok [INFO] [stdout] test utils::tests::trim_xml_end ... ok [INFO] [stdout] test utils::tests::trim_xml_start ... ok [INFO] [stdout] test utils::tests::write_byte_string0 ... ok [INFO] [stdout] test utils::tests::write_byte_string1 ... ok [INFO] [stdout] test utils::tests::write_byte_string3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 199 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9fa162cf2366b9a0f82587dc70121c55bbcbfacdc244af97de7e687aefe67fa3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fa162cf2366b9a0f82587dc70121c55bbcbfacdc244af97de7e687aefe67fa3", kill_on_drop: false }` [INFO] [stdout] 9fa162cf2366b9a0f82587dc70121c55bbcbfacdc244af97de7e687aefe67fa3