[INFO] fetching crate quick-xml 0.38.1... [INFO] testing quick-xml-0.38.1 against master#a1531335fe2807715fff569904d99602022643a7 for pr-145277 [INFO] extracting crate quick-xml 0.38.1 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate quick-xml 0.38.1 [INFO] finished tweaking crates.io crate quick-xml 0.38.1 [INFO] tweaked toml for crates.io crate quick-xml 0.38.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate quick-xml 0.38.1 on toolchain a1531335fe2807715fff569904d99602022643a7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a1531335fe2807715fff569904d99602022643a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate quick-xml 0.38.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a1531335fe2807715fff569904d99602022643a7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde-value v0.7.0 [INFO] [stderr] Downloaded async-stream v0.3.6 [INFO] [stderr] Downloaded ordered-float v2.10.1 [INFO] [stderr] Downloaded async-stream-impl v0.3.6 [INFO] [stderr] Downloaded derive_arbitrary v1.4.1 [INFO] [stderr] Downloaded litrs v0.4.2 [INFO] [stderr] Downloaded clap v4.5.42 [INFO] [stderr] Downloaded clap_builder v4.5.42 [INFO] [stderr] Downloaded criterion v0.6.0 [INFO] [stderr] Downloaded itertools v0.13.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a1531335fe2807715fff569904d99602022643a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e58dc52260ed09621fa625e805f3c61c991675c9fc39e1692c54912208d491ee [INFO] running `Command { std: "docker" "start" "-a" "e58dc52260ed09621fa625e805f3c61c991675c9fc39e1692c54912208d491ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e58dc52260ed09621fa625e805f3c61c991675c9fc39e1692c54912208d491ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e58dc52260ed09621fa625e805f3c61c991675c9fc39e1692c54912208d491ee", kill_on_drop: false }` [INFO] [stdout] e58dc52260ed09621fa625e805f3c61c991675c9fc39e1692c54912208d491ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a1531335fe2807715fff569904d99602022643a7" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 960da224d6caa0c148a391ae48281870fb47b0e4223613afbca37b4083cafed9 [INFO] running `Command { std: "docker" "start" "-a" "960da224d6caa0c148a391ae48281870fb47b0e4223613afbca37b4083cafed9", kill_on_drop: false }` [INFO] [stderr] Compiling quick-xml v0.38.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/escape.rs:210:22 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [INFO] [stdout] | ^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:186:19 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn borrow(&self) -> BytesStart { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 186 | pub fn borrow(&self) -> BytesStart<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:196:19 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn to_end(&self) -> BytesEnd { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 196 | pub fn to_end(&self) -> BytesEnd<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | pub fn name(&self) -> QName { [INFO] [stdout] | ^^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 216 | pub fn name(&self) -> QName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:225:23 [INFO] [stdout] | [INFO] [stdout] 225 | pub fn local_name(&self) -> LocalName { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 225 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:286:23 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn attributes(&self) -> Attributes { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:291:28 [INFO] [stdout] | [INFO] [stdout] 291 | pub fn html_attributes(&self) -> Attributes { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 291 | pub fn html_attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:435:19 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn borrow(&self) -> BytesEnd { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 435 | pub fn borrow(&self) -> BytesEnd<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | pub fn name(&self) -> QName { [INFO] [stdout] | ^^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 443 | pub fn name(&self) -> QName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:452:23 [INFO] [stdout] | [INFO] [stdout] 452 | pub fn local_name(&self) -> LocalName { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 452 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:574:19 [INFO] [stdout] | [INFO] [stdout] 574 | pub fn borrow(&self) -> BytesText { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 574 | pub fn borrow(&self) -> BytesText<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:795:19 [INFO] [stdout] | [INFO] [stdout] 795 | pub fn borrow(&self) -> BytesCData { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 795 | pub fn borrow(&self) -> BytesCData<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1073:19 [INFO] [stdout] | [INFO] [stdout] 1073 | pub fn borrow(&self) -> BytesPI { [INFO] [stdout] | ^^^^^ ------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1073 | pub fn borrow(&self) -> BytesPI<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1143:23 [INFO] [stdout] | [INFO] [stdout] 1143 | pub fn attributes(&self) -> Attributes { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1143 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1303:20 [INFO] [stdout] | [INFO] [stdout] 1303 | pub fn version(&self) -> Result, Error> { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1303 | pub fn version(&self) -> Result, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1358:21 [INFO] [stdout] | [INFO] [stdout] 1358 | pub fn encoding(&self) -> Option, AttrError>> { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1358 | pub fn encoding(&self) -> Option, AttrError>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1400:23 [INFO] [stdout] | [INFO] [stdout] 1400 | pub fn standalone(&self) -> Option, AttrError>> { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1400 | pub fn standalone(&self) -> Option, AttrError>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1429:19 [INFO] [stdout] | [INFO] [stdout] 1429 | pub fn borrow(&self) -> BytesDecl { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1429 | pub fn borrow(&self) -> BytesDecl<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1526:19 [INFO] [stdout] | [INFO] [stdout] 1526 | pub fn borrow(&self) -> BytesRef { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1526 | pub fn borrow(&self) -> BytesRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1706:19 [INFO] [stdout] | [INFO] [stdout] 1706 | pub fn borrow(&self) -> Event { [INFO] [stdout] | ^^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1706 | pub fn borrow(&self) -> Event<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/name.rs:636:9 [INFO] [stdout] | [INFO] [stdout] 636 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 639 | ) -> (ResolveResult, LocalName<'n>) { [INFO] [stdout] | ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 639 | ) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/name.rs:655:17 [INFO] [stdout] | [INFO] [stdout] 655 | pub fn find(&self, element_name: QName) -> ResolveResult { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 655 | pub fn find(&self, element_name: QName) -> ResolveResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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] | ^^^^^ the lifetime is elided here ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/name.rs:693:23 [INFO] [stdout] | [INFO] [stdout] 693 | pub const fn iter(&self) -> PrefixIter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 693 | pub const fn iter(&self) -> PrefixIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reader/mod.rs:973:19 [INFO] [stdout] | [INFO] [stdout] 973 | pub fn stream(&mut self) -> BinaryStream { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 973 | pub fn stream(&mut self) -> BinaryStream<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reader/ns_reader.rs:133:27 [INFO] [stdout] | [INFO] [stdout] 133 | pub const fn prefixes(&self) -> PrefixIter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 133 | pub const fn prefixes(&self) -> PrefixIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reader/ns_reader.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 189 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 190 | event: Result>, [INFO] [stdout] 191 | ) -> Result<(ResolveResult, Event<'i>)> { [INFO] [stdout] | ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 191 | ) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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] | ^^^^^ the lifetime is elided here ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 308 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 378 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reader/ns_reader.rs:499:9 [INFO] [stdout] | [INFO] [stdout] 499 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 500 | buf: &'b mut Vec, [INFO] [stdout] 501 | ) -> Result<(ResolveResult, Event<'b>)> { [INFO] [stdout] | ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 501 | ) -> Result<(ResolveResult<'_>, Event<'b>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 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 1.28s [INFO] running `Command { std: "docker" "inspect" "960da224d6caa0c148a391ae48281870fb47b0e4223613afbca37b4083cafed9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "960da224d6caa0c148a391ae48281870fb47b0e4223613afbca37b4083cafed9", kill_on_drop: false }` [INFO] [stdout] 960da224d6caa0c148a391ae48281870fb47b0e4223613afbca37b4083cafed9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a1531335fe2807715fff569904d99602022643a7" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c7e63252b90cdf4238d8db8c8d3b4c719e5da59d8b852cc769f51ecc54e70d0 [INFO] running `Command { std: "docker" "start" "-a" "2c7e63252b90cdf4238d8db8c8d3b4c719e5da59d8b852cc769f51ecc54e70d0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/escape.rs:210:22 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [INFO] [stdout] | ^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:186:19 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn borrow(&self) -> BytesStart { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 186 | pub fn borrow(&self) -> BytesStart<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:196:19 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn to_end(&self) -> BytesEnd { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 196 | pub fn to_end(&self) -> BytesEnd<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | pub fn name(&self) -> QName { [INFO] [stdout] | ^^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 216 | pub fn name(&self) -> QName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:225:23 [INFO] [stdout] | [INFO] [stdout] 225 | pub fn local_name(&self) -> LocalName { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 225 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:286:23 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn attributes(&self) -> Attributes { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:291:28 [INFO] [stdout] | [INFO] [stdout] 291 | pub fn html_attributes(&self) -> Attributes { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 291 | pub fn html_attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:435:19 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn borrow(&self) -> BytesEnd { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 435 | pub fn borrow(&self) -> BytesEnd<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | pub fn name(&self) -> QName { [INFO] [stdout] | ^^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 443 | pub fn name(&self) -> QName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:452:23 [INFO] [stdout] | [INFO] [stdout] 452 | pub fn local_name(&self) -> LocalName { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 452 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:574:19 [INFO] [stdout] | [INFO] [stdout] 574 | pub fn borrow(&self) -> BytesText { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 574 | pub fn borrow(&self) -> BytesText<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:795:19 [INFO] [stdout] | [INFO] [stdout] 795 | pub fn borrow(&self) -> BytesCData { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 795 | pub fn borrow(&self) -> BytesCData<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1073:19 [INFO] [stdout] | [INFO] [stdout] 1073 | pub fn borrow(&self) -> BytesPI { [INFO] [stdout] | ^^^^^ ------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1073 | pub fn borrow(&self) -> BytesPI<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1143:23 [INFO] [stdout] | [INFO] [stdout] 1143 | pub fn attributes(&self) -> Attributes { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1143 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1303:20 [INFO] [stdout] | [INFO] [stdout] 1303 | pub fn version(&self) -> Result, Error> { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1303 | pub fn version(&self) -> Result, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1358:21 [INFO] [stdout] | [INFO] [stdout] 1358 | pub fn encoding(&self) -> Option, AttrError>> { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1358 | pub fn encoding(&self) -> Option, AttrError>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1400:23 [INFO] [stdout] | [INFO] [stdout] 1400 | pub fn standalone(&self) -> Option, AttrError>> { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1400 | pub fn standalone(&self) -> Option, AttrError>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1429:19 [INFO] [stdout] | [INFO] [stdout] 1429 | pub fn borrow(&self) -> BytesDecl { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1429 | pub fn borrow(&self) -> BytesDecl<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1526:19 [INFO] [stdout] | [INFO] [stdout] 1526 | pub fn borrow(&self) -> BytesRef { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1526 | pub fn borrow(&self) -> BytesRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1706:19 [INFO] [stdout] | [INFO] [stdout] 1706 | pub fn borrow(&self) -> Event { [INFO] [stdout] | ^^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1706 | pub fn borrow(&self) -> Event<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/name.rs:636:9 [INFO] [stdout] | [INFO] [stdout] 636 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 639 | ) -> (ResolveResult, LocalName<'n>) { [INFO] [stdout] | ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 639 | ) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/name.rs:655:17 [INFO] [stdout] | [INFO] [stdout] 655 | pub fn find(&self, element_name: QName) -> ResolveResult { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 655 | pub fn find(&self, element_name: QName) -> ResolveResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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] | ^^^^^ the lifetime is elided here ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/name.rs:693:23 [INFO] [stdout] | [INFO] [stdout] 693 | pub const fn iter(&self) -> PrefixIter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 693 | pub const fn iter(&self) -> PrefixIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reader/mod.rs:973:19 [INFO] [stdout] | [INFO] [stdout] 973 | pub fn stream(&mut self) -> BinaryStream { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 973 | pub fn stream(&mut self) -> BinaryStream<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reader/ns_reader.rs:133:27 [INFO] [stdout] | [INFO] [stdout] 133 | pub const fn prefixes(&self) -> PrefixIter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 133 | pub const fn prefixes(&self) -> PrefixIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reader/ns_reader.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 189 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 190 | event: Result>, [INFO] [stdout] 191 | ) -> Result<(ResolveResult, Event<'i>)> { [INFO] [stdout] | ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 191 | ) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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] | ^^^^^ the lifetime is elided here ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 308 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 378 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reader/ns_reader.rs:499:9 [INFO] [stdout] | [INFO] [stdout] 499 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 500 | buf: &'b mut Vec, [INFO] [stdout] 501 | ) -> Result<(ResolveResult, Event<'b>)> { [INFO] [stdout] | ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 501 | ) -> Result<(ResolveResult<'_>, Event<'b>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 745 | pub fn read_resolved_event(&mut self) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling clap_builder v4.5.42 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap v4.5.42 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling serde_json v1.0.142 [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.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/escape.rs:210:22 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [INFO] [stdout] | ^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:186:19 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn borrow(&self) -> BytesStart { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 186 | pub fn borrow(&self) -> BytesStart<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:196:19 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn to_end(&self) -> BytesEnd { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 196 | pub fn to_end(&self) -> BytesEnd<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | pub fn name(&self) -> QName { [INFO] [stdout] | ^^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 216 | pub fn name(&self) -> QName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:225:23 [INFO] [stdout] | [INFO] [stdout] 225 | pub fn local_name(&self) -> LocalName { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 225 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:286:23 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn attributes(&self) -> Attributes { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 286 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:291:28 [INFO] [stdout] | [INFO] [stdout] 291 | pub fn html_attributes(&self) -> Attributes { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 291 | pub fn html_attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:435:19 [INFO] [stdout] | [INFO] [stdout] 435 | pub fn borrow(&self) -> BytesEnd { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 435 | pub fn borrow(&self) -> BytesEnd<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | pub fn name(&self) -> QName { [INFO] [stdout] | ^^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 443 | pub fn name(&self) -> QName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:452:23 [INFO] [stdout] | [INFO] [stdout] 452 | pub fn local_name(&self) -> LocalName { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 452 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:574:19 [INFO] [stdout] | [INFO] [stdout] 574 | pub fn borrow(&self) -> BytesText { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 574 | pub fn borrow(&self) -> BytesText<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:795:19 [INFO] [stdout] | [INFO] [stdout] 795 | pub fn borrow(&self) -> BytesCData { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 795 | pub fn borrow(&self) -> BytesCData<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1073:19 [INFO] [stdout] | [INFO] [stdout] 1073 | pub fn borrow(&self) -> BytesPI { [INFO] [stdout] | ^^^^^ ------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1073 | pub fn borrow(&self) -> BytesPI<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1143:23 [INFO] [stdout] | [INFO] [stdout] 1143 | pub fn attributes(&self) -> Attributes { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1143 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1303:20 [INFO] [stdout] | [INFO] [stdout] 1303 | pub fn version(&self) -> Result, Error> { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1303 | pub fn version(&self) -> Result, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1358:21 [INFO] [stdout] | [INFO] [stdout] 1358 | pub fn encoding(&self) -> Option, AttrError>> { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1358 | pub fn encoding(&self) -> Option, AttrError>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1400:23 [INFO] [stdout] | [INFO] [stdout] 1400 | pub fn standalone(&self) -> Option, AttrError>> { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1400 | pub fn standalone(&self) -> Option, AttrError>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1429:19 [INFO] [stdout] | [INFO] [stdout] 1429 | pub fn borrow(&self) -> BytesDecl { [INFO] [stdout] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1429 | pub fn borrow(&self) -> BytesDecl<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1526:19 [INFO] [stdout] | [INFO] [stdout] 1526 | pub fn borrow(&self) -> BytesRef { [INFO] [stdout] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1526 | pub fn borrow(&self) -> BytesRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/events/mod.rs:1706:19 [INFO] [stdout] | [INFO] [stdout] 1706 | pub fn borrow(&self) -> Event { [INFO] [stdout] | ^^^^^ ----- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1706 | pub fn borrow(&self) -> Event<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/name.rs:636:9 [INFO] [stdout] | [INFO] [stdout] 636 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 639 | ) -> (ResolveResult, LocalName<'n>) { [INFO] [stdout] | ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 639 | ) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/name.rs:655:17 [INFO] [stdout] | [INFO] [stdout] 655 | pub fn find(&self, element_name: QName) -> ResolveResult { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 655 | pub fn find(&self, element_name: QName) -> ResolveResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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] | ^^^^^ the lifetime is elided here ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/name.rs:693:23 [INFO] [stdout] | [INFO] [stdout] 693 | pub const fn iter(&self) -> PrefixIter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 693 | pub const fn iter(&self) -> PrefixIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reader/mod.rs:973:19 [INFO] [stdout] | [INFO] [stdout] 973 | pub fn stream(&mut self) -> BinaryStream { [INFO] [stdout] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 973 | pub fn stream(&mut self) -> BinaryStream<'_, R> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reader/ns_reader.rs:133:27 [INFO] [stdout] | [INFO] [stdout] 133 | pub const fn prefixes(&self) -> PrefixIter { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 133 | pub const fn prefixes(&self) -> PrefixIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reader/ns_reader.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 189 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 190 | event: Result>, [INFO] [stdout] 191 | ) -> Result<(ResolveResult, Event<'i>)> { [INFO] [stdout] | ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 191 | ) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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] | ^^^^^ the lifetime is elided here ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 308 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 378 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reader/ns_reader.rs:499:9 [INFO] [stdout] | [INFO] [stdout] 499 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 500 | buf: &'b mut Vec, [INFO] [stdout] 501 | ) -> Result<(ResolveResult, Event<'b>)> { [INFO] [stdout] | ------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 501 | ) -> Result<(ResolveResult<'_>, Event<'b>)> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 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 24.56s [INFO] running `Command { std: "docker" "inspect" "2c7e63252b90cdf4238d8db8c8d3b4c719e5da59d8b852cc769f51ecc54e70d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c7e63252b90cdf4238d8db8c8d3b4c719e5da59d8b852cc769f51ecc54e70d0", kill_on_drop: false }` [INFO] [stdout] 2c7e63252b90cdf4238d8db8c8d3b4c719e5da59d8b852cc769f51ecc54e70d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a1531335fe2807715fff569904d99602022643a7" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3b5dfc71bafa2b4c2d23f928c9d04f4233e0c1098f157d6f498a47a477179cc9 [INFO] running `Command { std: "docker" "start" "-a" "3b5dfc71bafa2b4c2d23f928c9d04f4233e0c1098f157d6f498a47a477179cc9", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/escape.rs:210:22 [INFO] [stderr] | [INFO] [stderr] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [INFO] [stderr] | ^^^^ -------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 210 | pub fn unescape(raw: &str) -> Result, EscapeError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:186:19 [INFO] [stderr] | [INFO] [stderr] 186 | pub fn borrow(&self) -> BytesStart { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 186 | pub fn borrow(&self) -> BytesStart<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:196:19 [INFO] [stderr] | [INFO] [stderr] 196 | pub fn to_end(&self) -> BytesEnd { [INFO] [stderr] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 196 | pub fn to_end(&self) -> BytesEnd<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:216:17 [INFO] [stderr] | [INFO] [stderr] 216 | pub fn name(&self) -> QName { [INFO] [stderr] | ^^^^^ ----- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 216 | pub fn name(&self) -> QName<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:225:23 [INFO] [stderr] | [INFO] [stderr] 225 | pub fn local_name(&self) -> LocalName { [INFO] [stderr] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 225 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:286:23 [INFO] [stderr] | [INFO] [stderr] 286 | pub fn attributes(&self) -> Attributes { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 286 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:291:28 [INFO] [stderr] | [INFO] [stderr] 291 | pub fn html_attributes(&self) -> Attributes { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 291 | pub fn html_attributes(&self) -> Attributes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:435:19 [INFO] [stderr] | [INFO] [stderr] 435 | pub fn borrow(&self) -> BytesEnd { [INFO] [stderr] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 435 | pub fn borrow(&self) -> BytesEnd<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:443:17 [INFO] [stderr] | [INFO] [stderr] 443 | pub fn name(&self) -> QName { [INFO] [stderr] | ^^^^^ ----- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 443 | pub fn name(&self) -> QName<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:452:23 [INFO] [stderr] | [INFO] [stderr] 452 | pub fn local_name(&self) -> LocalName { [INFO] [stderr] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 452 | pub fn local_name(&self) -> LocalName<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:574:19 [INFO] [stderr] | [INFO] [stderr] 574 | pub fn borrow(&self) -> BytesText { [INFO] [stderr] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 574 | pub fn borrow(&self) -> BytesText<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:795:19 [INFO] [stderr] | [INFO] [stderr] 795 | pub fn borrow(&self) -> BytesCData { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 795 | pub fn borrow(&self) -> BytesCData<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:1073:19 [INFO] [stderr] | [INFO] [stderr] 1073 | pub fn borrow(&self) -> BytesPI { [INFO] [stderr] | ^^^^^ ------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1073 | pub fn borrow(&self) -> BytesPI<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:1143:23 [INFO] [stderr] | [INFO] [stderr] 1143 | pub fn attributes(&self) -> Attributes { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1143 | pub fn attributes(&self) -> Attributes<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:1303:20 [INFO] [stderr] | [INFO] [stderr] 1303 | pub fn version(&self) -> Result, Error> { [INFO] [stderr] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1303 | pub fn version(&self) -> Result, Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:1358:21 [INFO] [stderr] | [INFO] [stderr] 1358 | pub fn encoding(&self) -> Option, AttrError>> { [INFO] [stderr] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1358 | pub fn encoding(&self) -> Option, AttrError>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:1400:23 [INFO] [stderr] | [INFO] [stderr] 1400 | pub fn standalone(&self) -> Option, AttrError>> { [INFO] [stderr] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1400 | pub fn standalone(&self) -> Option, AttrError>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:1429:19 [INFO] [stderr] | [INFO] [stderr] 1429 | pub fn borrow(&self) -> BytesDecl { [INFO] [stderr] | ^^^^^ --------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1429 | pub fn borrow(&self) -> BytesDecl<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:1526:19 [INFO] [stderr] | [INFO] [stderr] 1526 | pub fn borrow(&self) -> BytesRef { [INFO] [stderr] | ^^^^^ -------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1526 | pub fn borrow(&self) -> BytesRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/events/mod.rs:1706:19 [INFO] [stderr] | [INFO] [stderr] 1706 | pub fn borrow(&self) -> Event { [INFO] [stderr] | ^^^^^ ----- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1706 | pub fn borrow(&self) -> Event<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/name.rs:636:9 [INFO] [stderr] | [INFO] [stderr] 636 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 639 | ) -> (ResolveResult, LocalName<'n>) { [INFO] [stderr] | ------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 639 | ) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/name.rs:655:17 [INFO] [stderr] | [INFO] [stderr] 655 | pub fn find(&self, element_name: QName) -> ResolveResult { [INFO] [stderr] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 655 | pub fn find(&self, element_name: QName) -> ResolveResult<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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] | ^^^^^ the lifetime is elided here ------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 659 | fn resolve_prefix(&self, prefix: Option, use_default: bool) -> ResolveResult<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/name.rs:693:23 [INFO] [stderr] | [INFO] [stderr] 693 | pub const fn iter(&self) -> PrefixIter { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 693 | pub const fn iter(&self) -> PrefixIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/reader/mod.rs:973:19 [INFO] [stderr] | [INFO] [stderr] 973 | pub fn stream(&mut self) -> BinaryStream { [INFO] [stderr] | ^^^^^^^^^ --------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 973 | pub fn stream(&mut self) -> BinaryStream<'_, R> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/reader/ns_reader.rs:133:27 [INFO] [stderr] | [INFO] [stderr] 133 | pub const fn prefixes(&self) -> PrefixIter { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 133 | pub const fn prefixes(&self) -> PrefixIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/reader/ns_reader.rs:189:9 [INFO] [stderr] | [INFO] [stderr] 189 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 190 | event: Result>, [INFO] [stdout] [INFO] [stderr] 191 | ) -> Result<(ResolveResult, Event<'i>)> { [INFO] [stdout] running 220 tests [INFO] [stderr] | ------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 191 | ) -> Result<(ResolveResult<'_>, Event<'i>)> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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] | ^^^^^ the lifetime is elided here ------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 308 | pub fn resolve_element<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 378 | pub fn resolve_attribute<'n>(&self, name: QName<'n>) -> (ResolveResult<'_>, LocalName<'n>) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/reader/ns_reader.rs:499:9 [INFO] [stderr] | [INFO] [stderr] 499 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 500 | buf: &'b mut Vec, [INFO] [stderr] 501 | ) -> Result<(ResolveResult, Event<'b>)> { [INFO] [stderr] | ------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 501 | ) -> Result<(ResolveResult<'_>, Event<'b>)> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 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.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/quick_xml-f1edafa68a79295f) [INFO] [stdout] test escape::normalization::eol::html::cr_lf ... ok [INFO] [stdout] test escape::normalization::eol::html::cr_u0085 ... ok [INFO] [stdout] test escape::normalization::eol::html::u0085 ... ok [INFO] [stdout] test escape::normalization::eol::html::mixed ... ok [INFO] [stdout] test escape::normalization::eol::html::u2028 ... ok [INFO] [stdout] test escape::normalization::eol::html::empty ... ok [INFO] [stdout] test escape::normalization::eol::html::already_normalized ... ok [INFO] [stdout] test escape::normalization::eol::xml::already_normalized ... ok [INFO] [stdout] test escape::normalization::eol::xml::cr_u0085 ... ok [INFO] [stdout] test escape::normalization::eol::xml::empty ... ok [INFO] [stdout] test escape::normalization::eol::xml::cr_lf ... ok [INFO] [stdout] test escape::normalization::eol::xml::mixed ... ok [INFO] [stdout] test escape::normalization::eol::xml::u2028 ... ok [INFO] [stdout] test escape::normalization::eol::xml::utf8_0x0d_0xc2 ... ok [INFO] [stdout] test escape::normalization::eol::xml::utf8_0xc2 ... ok [INFO] [stdout] test events::attributes::html::duplicated::with_check::double_quoted ... ok [INFO] [stdout] test events::attributes::html::duplicated::with_check::key_only ... ok [INFO] [stdout] test events::attributes::html::duplicated::with_check::single_quoted ... ok [INFO] [stdout] test events::attributes::html::duplicated::with_check::unquoted ... ok [INFO] [stdout] test escape::normalization::eol::xml::u0085 ... 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::first::key_contains_invalid ... ok [INFO] [stdout] test events::attributes::html::duplicated::without_check::double_quoted ... 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::single_quoted ... ok [INFO] [stdout] test events::attributes::html::first::missed_value ... ok [INFO] [stdout] test events::attributes::html::first::unquoted ... ok [INFO] [stdout] test events::attributes::html::single::double_quoted ... ok [INFO] [stdout] test events::attributes::html::single::key_contains_invalid ... ok [INFO] [stdout] test events::attributes::html::mixed_quote ... ok [INFO] [stdout] test events::attributes::html::single::key_only ... ok [INFO] [stdout] test events::attributes::html::single::unquoted ... ok [INFO] [stdout] test events::attributes::html::sparsed::key_contains_invalid ... ok [INFO] [stdout] test events::attributes::html::single::missed_value ... 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::html::sparsed::unquoted ... ok [INFO] [stdout] test events::attributes::xml::duplicated::with_check::double_quoted ... ok [INFO] [stdout] test events::attributes::html::duplicated::without_check::single_quoted ... ok [INFO] [stdout] test events::attributes::html::sparsed::missed_value ... ok [INFO] [stdout] test events::attributes::html::single::key_start_invalid ... ok [INFO] [stdout] test events::attributes::html::sparsed::double_quoted ... ok [INFO] [stdout] test events::attributes::html::single::single_quoted ... ok [INFO] [stdout] test events::attributes::html::sparsed::single_quoted ... ok [INFO] [stdout] test events::attributes::xml::duplicated::with_check::single_quoted ... ok [INFO] [stdout] test events::attributes::xml::duplicated::with_check::key_only ... 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::first::double_quoted ... ok [INFO] [stdout] test events::attributes::xml::first::key_only ... ok [INFO] [stdout] test events::attributes::xml::first::key_start_invalid ... 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::unquoted ... ok [INFO] [stdout] test events::attributes::xml::first::key_contains_invalid ... ok [INFO] [stdout] test events::attributes::xml::mixed_quote ... ok [INFO] [stdout] test events::attributes::xml::duplicated::without_check::unquoted ... ok [INFO] [stdout] test events::attributes::xml::single::double_quoted ... ok [INFO] [stdout] test events::attributes::xml::single::key_only ... ok [INFO] [stdout] test events::attributes::xml::single::key_contains_invalid ... 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::single::unquoted ... ok [INFO] [stdout] test events::attributes::xml::sparsed::key_only ... ok [INFO] [stdout] test events::attributes::xml::sparsed::missed_value ... ok [INFO] [stdout] test events::attributes::xml::sparsed::unquoted ... ok [INFO] [stdout] test events::test::bytestart_create ... ok [INFO] [stdout] test events::test::bytestart_clear_attributes ... ok [INFO] [stdout] test events::attributes::xml::sparsed::key_contains_invalid ... 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::test::bytestart_set_name ... ok [INFO] [stdout] test events::attributes::xml::sparsed::double_quoted ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xml::rebound_to_correct_ns ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xml::undeclared ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xmlns::rebound_to_correct_ns ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xmlns::unbound ... ok [INFO] [stdout] test name::namespaces::declared_prefix::basic ... 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::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::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::undeclared_prefix ... ok [INFO] [stdout] test name::namespaces::unprefixed::basic ... ok [INFO] [stdout] test name::namespaces::unprefixed::override_namespace ... ok [INFO] [stdout] test name::namespaces::unprefixed::reset ... ok [INFO] [stdout] test parser::element::parse ... ok [INFO] [stdout] test name::namespaces::builtin_prefixes::xml::other_prefix_bound_to_xml_namespace ... ok [INFO] [stdout] test parser::pi::pi ... 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::empty ... 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_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_closed3 ... 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::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::cdata::not_closed ... 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_properly_end ... 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::lowercase::empty ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::close::empty_tag ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::close::with_attributes ... 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_ns_empty_tag ... 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::empty_ns_empty_tag ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::doctype::uppercase::not_closed ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::open::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_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::empty_tag ... 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::open::with_attributes ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::close::empty_ns ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::self_closed::empty_ns ... ok [INFO] [stdout] test reader::buffered_reader::test::read_element::close::normal ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::bom_from_reader ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::cdata ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::declaration ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::empty ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::start_and_end ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::text ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::processing_instruction ... ok [INFO] [stdout] test reader::buffered_reader::test::read_ref::up_to_eof ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::eof ... ok [INFO] [stdout] test reader::buffered_reader::test::read_ref::normal ... ok [INFO] [stdout] test reader::buffered_reader::test::read_ref::up_to_ref ... ok [INFO] [stdout] test reader::buffered_reader::test::read_text::empty ... ok [INFO] [stdout] test reader::buffered_reader::test::read_ref::empty_ref ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::comment ... ok [INFO] [stdout] test reader::buffered_reader::test::read_text::ref_ ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::bom_from_str ... ok [INFO] [stdout] test reader::buffered_reader::test::read_text::up_to_eof ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::cdata::with_content ... ok [INFO] [stdout] test reader::buffered_reader::test::read_event_impl::doctype ... ok [INFO] [stdout] test reader::buffered_reader::test::read_text::up_to_ref ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::comment::empty ... ok [INFO] [stdout] test reader::buffered_reader::test::read_text::up_to_markup ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::cdata::empty ... ok [INFO] [stdout] test reader::buffered_reader::test::read_bang_element::doctype::lowercase::without_space ... ok [INFO] [stdout] test reader::buffered_reader::test::read_ref::up_to_markup ... ok [INFO] [stdout] test reader::buffered_reader::test::read_text::markup ... 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::buffered_reader::test::read_element::self_closed::with_attributes ... ok [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::not_properly_start ... ignored, start comment sequence fully checked outside of `read_bang_element` [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::not_properly_start ... 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_bang_element::comment::not_closed2 ... 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_bang_element::comment::not_closed1 ... 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_closed3 ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::close::empty_tag ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::comment::not_properly_end ... 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::empty ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::doctype::lowercase::empty ... 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_bang_element::doctype::lowercase::without_space ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::open::empty_tag ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::doctype::uppercase::empty ... 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_bang_element::doctype::uppercase::not_closed ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::declaration ... ok [INFO] [stdout] test reader::slice_reader::test::read_bang_element::comment::with_content ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::doctype ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::close::empty_ns ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::empty ... 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::eof ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::bom_from_str ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::comment ... 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::empty_tag ... 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::cdata ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::processing_instruction ... 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_ref::up_to_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 utils::tests::name_len ... ok [INFO] [stdout] test reader::slice_reader::test::read_text::up_to_ref ... ok [INFO] [stdout] test utils::tests::write_byte_string0 ... ok [INFO] [stdout] test utils::tests::write_byte_string1 ... ok [INFO] [stdout] test reader::slice_reader::test::read_event_impl::start_and_end ... ok [INFO] [stdout] test reader::slice_reader::test::read_ref::empty_ref ... ok [INFO] [stdout] test utils::tests::write_byte_string3 ... ok [INFO] [stdout] test reader::slice_reader::test::read_ref::up_to_ref ... 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::up_to_markup ... ok [INFO] [stdout] test reader::slice_reader::test::read_ref::up_to_eof ... ok [INFO] [stdout] test utils::tests::trim_xml_end ... ok [INFO] [stdout] test utils::tests::trim_xml_start ... ok [INFO] [stdout] test reader::slice_reader::test::read_element::close::with_attributes ... ok [INFO] [stdout] test escape::normalization::eol::xml::utf8_0xe2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 216 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Doc-tests quick_xml [INFO] [stdout] [INFO] [stdout] running 57 tests [INFO] [stdout] test src/events/attributes.rs - events::attributes::Attribute<'a>::from (line 192) ... ok [INFO] [stdout] test src/events/attributes.rs - events::attributes::Attribute<'a>::from (line 171) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesDecl<'a>::version (line 1268) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesDecl<'a>::standalone (line 1375) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesDecl<'a>::encoding (line 1333) ... ok [INFO] [stdout] test src/events/attributes.rs - events::attributes::Attribute<'a>::as_bool (line 125) ... ok [INFO] [stdout] test src/escape.rs - escape::resolve_xml_entity (line 536) ... ok [INFO] [stdout] test src/events/attributes.rs - events::attributes::Attribute<'a>::from (line 216) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesDecl (line 1185) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesCData (line 695) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesEnd (line 381) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesCData<'a>::escaped (line 746) ... ok [INFO] [stdout] test src/events/attributes.rs - events::attributes::Attributes<'a>::has_nil (line 345) ... ok [INFO] [stdout] test src/escape.rs - escape::unescape_with (line 230) ... ok [INFO] [stdout] test src/events/attributes.rs - events::attributes::Attributes<'a>::new (line 290) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesPI (line 1008) ... ok [INFO] [stdout] test src/name.rs - name::QName<'a>::local_name (line 101) ... ok [INFO] [stdout] test src/events/attributes.rs - events::attributes::Attributes<'a>::html (line 315) ... ok [INFO] [stdout] test src/name.rs - name::LocalName<'a>::from (line 229) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesRef<'a>::resolve_char_ref (line 1607) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesStart<'a>::borrow (line 165) ... ok [INFO] [stdout] test src/name.rs - name::QName<'a>::prefix (line 118) ... ok [INFO] [stdout] test src/name.rs - name::QName<'a>::as_namespace_binding (line 145) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesRef<'a>::is_char_ref (line 1589) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesPI<'a>::content (line 1101) ... ok [INFO] [stdout] test src/reader/ns_reader.rs - reader::ns_reader::NsReader<&'i[u8]>::read_text (line 861) ... ignored [INFO] [stdout] test src/events/mod.rs - events::BytesPI<'a>::attributes (line 1127) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesRef (line 1466) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesStart (line 67) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesPI<'a>::target (line 1083) ... ok [INFO] [stdout] test src/events/mod.rs - events::BytesText (line 501) ... ok [INFO] [stdout] test src/parser/element.rs - parser::element::ElementParser (line 26) ... ok [INFO] [stdout] test src/reader/buffered_reader.rs - reader::buffered_reader::Reader::read_event_into (line 358) ... ok [INFO] [stdout] test src/parser/pi.rs - parser::pi::PiParser (line 20) ... ok [INFO] [stdout] test src/reader/ns_reader.rs - reader::ns_reader::NsReader<&'i[u8]>::read_resolved_event (line 701) ... ok [INFO] [stdout] test src/reader/slice_reader.rs - reader::slice_reader::Reader<&'a[u8]>::read_text (line 177) ... ignored [INFO] [stdout] test src/reader/mod.rs - reader::Config::allow_dangling_amp (line 35) ... ok [INFO] [stdout] test src/reader/mod.rs - reader::Reader (line 725) ... ok [INFO] [stdout] test src/reader/mod.rs - reader::Reader::into_inner (line 807) ... ok [INFO] [stdout] test src/reader/ns_reader.rs - reader::ns_reader::NsReader<&'i[u8]>::read_event (line 640) ... ok [INFO] [stdout] test src/reader/ns_reader.rs - reader::ns_reader::NsReader<&'i[u8]>::read_to_end (line 789) ... ok [INFO] [stdout] test src/reader/ns_reader.rs - reader::ns_reader::NsReader::read_event_into (line 394) ... ok [INFO] [stdout] test src/reader/buffered_reader.rs - reader::buffered_reader::Reader::read_to_end_into (line 438) ... ok [INFO] [stdout] test src/reader/ns_reader.rs - reader::ns_reader::NsReader::read_resolved_event_into (line 452) ... ok [INFO] [stdout] test src/reader/ns_reader.rs - reader::ns_reader::NsReader::prefixes (line 60) ... ok [INFO] [stdout] test src/reader/mod.rs - reader::Reader::stream (line 934) ... ok [INFO] [stdout] test src/writer.rs - writer::ElementWriter<'a,W>::new_line (line 416) ... ok [INFO] [stdout] test src/reader/ns_reader.rs - reader::ns_reader::NsReader<&'i[u8]>::read_text (line 870) ... ok [INFO] [stdout] test src/reader/ns_reader.rs - reader::ns_reader::NsReader::resolve_attribute (line 338) ... ok [INFO] [stdout] test src/writer.rs - writer::Writer (line 20) ... ok [INFO] [stdout] test src/reader/slice_reader.rs - reader::slice_reader::Reader<&'a[u8]>::read_to_end (line 120) ... ok [INFO] [stdout] test src/reader/slice_reader.rs - reader::slice_reader::Reader<&'a[u8]>::read_text (line 186) ... ok [INFO] [stdout] test src/reader/ns_reader.rs - reader::ns_reader::NsReader::resolve_element (line 286) ... ok [INFO] [stdout] test src/reader/slice_reader.rs - reader::slice_reader::Reader<&'a[u8]>::read_event (line 47) ... ok [INFO] [stdout] test src/reader/ns_reader.rs - reader::ns_reader::NsReader::read_to_end_into (line 551) ... ok [INFO] [stdout] test src/writer.rs - writer::Writer::write_bom (line 162) ... ok [INFO] [stdout] test src/writer.rs - writer::Writer::create_element (line 107) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 55 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 3.19s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3b5dfc71bafa2b4c2d23f928c9d04f4233e0c1098f157d6f498a47a477179cc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b5dfc71bafa2b4c2d23f928c9d04f4233e0c1098f157d6f498a47a477179cc9", kill_on_drop: false }` [INFO] [stdout] 3b5dfc71bafa2b4c2d23f928c9d04f4233e0c1098f157d6f498a47a477179cc9