[INFO] fetching crate nxml-rs 0.5.1... [INFO] testing nxml-rs-0.5.1 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate nxml-rs 0.5.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate nxml-rs 0.5.1 [INFO] finished tweaking crates.io crate nxml-rs 0.5.1 [INFO] tweaked toml for crates.io crate nxml-rs 0.5.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate nxml-rs 0.5.1 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 17 packages to latest compatible versions [INFO] [stderr] Adding compact_str v0.8.1 (available: v0.9.0) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.17) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 213cda84ed501d09751214763e5e303ac73e14021344ef6c2c7df7d372635da3 [INFO] running `Command { std: "docker" "start" "-a" "213cda84ed501d09751214763e5e303ac73e14021344ef6c2c7df7d372635da3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "213cda84ed501d09751214763e5e303ac73e14021344ef6c2c7df7d372635da3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "213cda84ed501d09751214763e5e303ac73e14021344ef6c2c7df7d372635da3", kill_on_drop: false }` [INFO] [stdout] 213cda84ed501d09751214763e5e303ac73e14021344ef6c2c7df7d372635da3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34084e037af481f73ca86fc17a80f4a1c1b900793c1037bc20b7a67eebcb9d38 [INFO] running `Command { std: "docker" "start" "-a" "34084e037af481f73ca86fc17a80f4a1c1b900793c1037bc20b7a67eebcb9d38", kill_on_drop: false }` [INFO] [stderr] Compiling nxml-rs v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling nxml-rs-macros v0.5.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:165:19 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn as_ref(&self) -> ElementRef { [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] 165 | pub fn as_ref(&self) -> ElementRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn parse(s: &str) -> Result { [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] 35 | pub fn parse(s: &str) -> Result, NxmlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn parse_lenient(s: &str) -> (ElementRef, Vec) { [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] 39 | pub fn parse_lenient(s: &str) -> (ElementRef<'_>, Vec) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:53:18 [INFO] [stdout] | [INFO] [stdout] 53 | fn new(data: &str) -> Parser { [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] 53 | fn new(data: &str) -> Parser<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tokenizer.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn new(data: &str) -> Tokenizer { [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] 46 | pub fn new(data: &str) -> Tokenizer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s [INFO] running `Command { std: "docker" "inspect" "34084e037af481f73ca86fc17a80f4a1c1b900793c1037bc20b7a67eebcb9d38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34084e037af481f73ca86fc17a80f4a1c1b900793c1037bc20b7a67eebcb9d38", kill_on_drop: false }` [INFO] [stdout] 34084e037af481f73ca86fc17a80f4a1c1b900793c1037bc20b7a67eebcb9d38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d47af9ad7d6e58911ba5ba536f3ff26161e8af6f8ca0f2acb4bb26232cdc35ea [INFO] running `Command { std: "docker" "start" "-a" "d47af9ad7d6e58911ba5ba536f3ff26161e8af6f8ca0f2acb4bb26232cdc35ea", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:165:19 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn as_ref(&self) -> ElementRef { [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] 165 | pub fn as_ref(&self) -> ElementRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nxml-rs v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn parse(s: &str) -> Result { [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] 35 | pub fn parse(s: &str) -> Result, NxmlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn parse_lenient(s: &str) -> (ElementRef, Vec) { [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] 39 | pub fn parse_lenient(s: &str) -> (ElementRef<'_>, Vec) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:53:18 [INFO] [stdout] | [INFO] [stdout] 53 | fn new(data: &str) -> Parser { [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] 53 | fn new(data: &str) -> Parser<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tokenizer.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn new(data: &str) -> Tokenizer { [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] 46 | pub fn new(data: &str) -> Tokenizer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/element.rs:165:19 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn as_ref(&self) -> ElementRef { [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] 165 | pub fn as_ref(&self) -> ElementRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn parse(s: &str) -> Result { [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] 35 | pub fn parse(s: &str) -> Result, NxmlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn parse_lenient(s: &str) -> (ElementRef, Vec) { [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] 39 | pub fn parse_lenient(s: &str) -> (ElementRef<'_>, Vec) { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:53:18 [INFO] [stdout] | [INFO] [stdout] 53 | fn new(data: &str) -> Parser { [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] 53 | fn new(data: &str) -> Parser<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tokenizer.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn new(data: &str) -> Tokenizer { [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] 46 | pub fn new(data: &str) -> Tokenizer<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `Command { std: "docker" "inspect" "d47af9ad7d6e58911ba5ba536f3ff26161e8af6f8ca0f2acb4bb26232cdc35ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d47af9ad7d6e58911ba5ba536f3ff26161e8af6f8ca0f2acb4bb26232cdc35ea", kill_on_drop: false }` [INFO] [stdout] d47af9ad7d6e58911ba5ba536f3ff26161e8af6f8ca0f2acb4bb26232cdc35ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7b0b553cd2af54f24104a6908b6f85fb2b5f3eef42a13e0a1fdd2e8e312c8dde [INFO] running `Command { std: "docker" "start" "-a" "7b0b553cd2af54f24104a6908b6f85fb2b5f3eef42a13e0a1fdd2e8e312c8dde", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/element.rs:165:19 [INFO] [stderr] | [INFO] [stderr] 165 | pub fn as_ref(&self) -> ElementRef { [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] 165 | pub fn as_ref(&self) -> ElementRef<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:35:17 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn parse(s: &str) -> Result { [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] 35 | pub fn parse(s: &str) -> Result, NxmlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn parse_lenient(s: &str) -> (ElementRef, Vec) { [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] 39 | pub fn parse_lenient(s: &str) -> (ElementRef<'_>, Vec) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:53:18 [INFO] [stderr] | [INFO] [stderr] 53 | fn new(data: &str) -> Parser { [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] 53 | fn new(data: &str) -> Parser<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tokenizer.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | pub fn new(data: &str) -> Tokenizer { [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] 46 | pub fn new(data: &str) -> Tokenizer<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `nxml-rs` (lib) generated 5 warnings (run `cargo fix --lib -p nxml-rs` to apply 5 suggestions) [INFO] [stderr] warning: `nxml-rs` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nxml_rs-06645bce32f94257) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test parser::tests::parse_single_quote ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests nxml_rs [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test src/element.rs - element::&'eElement::div (line 448) ... ok [INFO] [stdout] test src/element.rs - element::&'emutElementRef<'s>::div (line 439) ... ok [INFO] [stdout] test src/element.rs - element::&'eElementRef<'s>::rem (line 439) ... ok [INFO] [stdout] test src/element.rs - element::&'eElementRef<'s>::div (line 439) ... ok [INFO] [stdout] test src/element.rs - element::Element::attr (line 448) ... ok [INFO] [stdout] test src/element.rs - element::&'eElement::rem (line 450) ... ok [INFO] [stdout] test src/element.rs - element::&'emutElement::div (line 448) ... ok [INFO] [stdout] test src/element.rs - element::Element::children_mut (line 448) ... ok [INFO] [stdout] test src/element.rs - element::&'eElement::rem (line 448) ... ok [INFO] [stdout] test src/element.rs - element::Element::remove_attr (line 448) ... ok [INFO] [stdout] test src/element.rs - element::Element::children (line 448) ... ok [INFO] [stdout] test src/element.rs - element::&'eElementRef<'s>::rem (line 441) ... ok [INFO] [stdout] test src/element.rs - element::Element::display (line 448) ... ok [INFO] [stdout] test src/element.rs - element::Element::child (line 448) ... ok [INFO] [stdout] test src/element.rs - element::Element::as_ref (line 157) ... ok [INFO] [stdout] test src/element.rs - element::Element::child_mut (line 448) ... ok [INFO] [stdout] test src/element.rs - element::Element::set_attr (line 448) ... ok [INFO] [stdout] test src/element.rs - element::Element::with_attr (line 448) ... ok [INFO] [stdout] test src/element.rs - element::ElementRef<'s>::children (line 439) ... ok [INFO] [stdout] test src/element.rs - element::Element::with_text (line 448) ... ok [INFO] [stdout] test src/element.rs - element::ElementRef<'s>::child (line 439) ... ok [INFO] [stdout] test src/element.rs - element::ElementRef<'s>::child_mut (line 439) ... ok [INFO] [stdout] test src/element.rs - element::ElementRef<'s>::remove_attr (line 439) ... ok [INFO] [stdout] test src/element.rs - element::Element::with_child (line 448) ... ok [INFO] [stdout] test src/element.rs - element::ElementRef<'s>::with_text (line 439) ... ok [INFO] [stdout] test src/element.rs - element::ElementRef<'s>::attr (line 439) ... ok [INFO] [stdout] test src/element.rs - element::ElementRef<'s>::children_mut (line 439) ... ok [INFO] [stdout] test src/element.rs - element::ElementRef<'s>::display (line 439) ... ok [INFO] [stdout] test src/element.rs - element::ElementRef<'s>::set_attr (line 439) ... ok [INFO] [stdout] test src/element.rs - element::ElementRef<'s>::with_child (line 439) ... ok [INFO] [stdout] test src/element.rs - element::ElementRef<'s>::with_attr (line 439) ... ok [INFO] [stdout] test src/element.rs - element::ElementRef<'s>::to_owned (line 65) ... ok [INFO] [stdout] test src/element.rs - element::PrettyDisplay<'a,E>::no_autoclose (line 536) ... ok [INFO] [stdout] test src/lib.rs - (line 33) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.08s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7b0b553cd2af54f24104a6908b6f85fb2b5f3eef42a13e0a1fdd2e8e312c8dde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b0b553cd2af54f24104a6908b6f85fb2b5f3eef42a13e0a1fdd2e8e312c8dde", kill_on_drop: false }` [INFO] [stdout] 7b0b553cd2af54f24104a6908b6f85fb2b5f3eef42a13e0a1fdd2e8e312c8dde