[INFO] fetching crate quotemeta 0.1.2...
[INFO] testing quotemeta-0.1.2 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate quotemeta 0.1.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate quotemeta 0.1.2
[INFO] finished tweaking crates.io crate quotemeta 0.1.2
[INFO] tweaked toml for crates.io crate quotemeta 0.1.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate quotemeta 0.1.2 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate quotemeta 0.1.2 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1ca625a04e9cf281b2b0d1f7ab8d1c2ffefd849de7a5e3c0639f7761357b3dbc
[INFO] running `Command { std: "docker" "start" "-a" "1ca625a04e9cf281b2b0d1f7ab8d1c2ffefd849de7a5e3c0639f7761357b3dbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ca625a04e9cf281b2b0d1f7ab8d1c2ffefd849de7a5e3c0639f7761357b3dbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ca625a04e9cf281b2b0d1f7ab8d1c2ffefd849de7a5e3c0639f7761357b3dbc", kill_on_drop: false }`
[INFO] [stdout] 1ca625a04e9cf281b2b0d1f7ab8d1c2ffefd849de7a5e3c0639f7761357b3dbc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84b422a9329ee39999d336aded3e14b7063c9fa5ea47ae411b642ab7894fec4b
[INFO] running `Command { std: "docker" "start" "-a" "84b422a9329ee39999d336aded3e14b7063c9fa5ea47ae411b642ab7894fec4b", kill_on_drop: false }`
[INFO] [stderr]    Compiling quotemeta v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:86:23
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn quotemeta_inner(s: &[u8]) -> Cow<str> {
[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] 86 | fn quotemeta_inner(s: &[u8]) -> Cow<'_, str> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:154:50
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn quotemeta<P: AsRef<OsStr> + ?Sized>(path: &P) -> Cow<str> {
[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] 154 | pub fn quotemeta<P: AsRef<OsStr> + ?Sized>(path: &P) -> Cow<'_, str> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:160:29
[INFO] [stdout]     |
[INFO] [stdout] 160 | fn unquotemeta_inner(mut s: &[u8]) -> Cow<[u8]> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 | fn unquotemeta_inner(mut s: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:236:50
[INFO] [stdout]     |
[INFO] [stdout] 236 | pub fn unquotemeta<P: AsRef<[u8]> + ?Sized>(buf: &P) -> Cow<OsStr> {
[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] 236 | pub fn unquotemeta<P: AsRef<[u8]> + ?Sized>(buf: &P) -> Cow<'_, OsStr> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] running `Command { std: "docker" "inspect" "84b422a9329ee39999d336aded3e14b7063c9fa5ea47ae411b642ab7894fec4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84b422a9329ee39999d336aded3e14b7063c9fa5ea47ae411b642ab7894fec4b", kill_on_drop: false }`
[INFO] [stdout] 84b422a9329ee39999d336aded3e14b7063c9fa5ea47ae411b642ab7894fec4b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ff6d44f5bd643c2acc1886bb6e3de319d4ce354490e106eda3a9091114d2997
[INFO] running `Command { std: "docker" "start" "-a" "6ff6d44f5bd643c2acc1886bb6e3de319d4ce354490e106eda3a9091114d2997", kill_on_drop: false }`
[INFO] [stderr]    Compiling quotemeta v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:86:23
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn quotemeta_inner(s: &[u8]) -> Cow<str> {
[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] 86 | fn quotemeta_inner(s: &[u8]) -> Cow<'_, str> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:154:50
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn quotemeta<P: AsRef<OsStr> + ?Sized>(path: &P) -> Cow<str> {
[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] 154 | pub fn quotemeta<P: AsRef<OsStr> + ?Sized>(path: &P) -> Cow<'_, str> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:160:29
[INFO] [stdout]     |
[INFO] [stdout] 160 | fn unquotemeta_inner(mut s: &[u8]) -> Cow<[u8]> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 | fn unquotemeta_inner(mut s: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:236:50
[INFO] [stdout]     |
[INFO] [stdout] 236 | pub fn unquotemeta<P: AsRef<[u8]> + ?Sized>(buf: &P) -> Cow<OsStr> {
[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] 236 | pub fn unquotemeta<P: AsRef<[u8]> + ?Sized>(buf: &P) -> Cow<'_, OsStr> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `borrow::Cow`
[INFO] [stdout]  --> tests/tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     borrow::Cow,
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `unquotemeta_types`
[INFO] [stdout]   --> tests/tests.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 45 |     macro_rules! unquotemeta_types {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:86:23
[INFO] [stdout]    |
[INFO] [stdout] 86 | fn quotemeta_inner(s: &[u8]) -> Cow<str> {
[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] 86 | fn quotemeta_inner(s: &[u8]) -> Cow<'_, str> {
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:154:50
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn quotemeta<P: AsRef<OsStr> + ?Sized>(path: &P) -> Cow<str> {
[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] 154 | pub fn quotemeta<P: AsRef<OsStr> + ?Sized>(path: &P) -> Cow<'_, str> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:160:29
[INFO] [stdout]     |
[INFO] [stdout] 160 | fn unquotemeta_inner(mut s: &[u8]) -> Cow<[u8]> {
[INFO] [stdout]     |                             ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 | fn unquotemeta_inner(mut s: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:236:50
[INFO] [stdout]     |
[INFO] [stdout] 236 | pub fn unquotemeta<P: AsRef<[u8]> + ?Sized>(buf: &P) -> Cow<OsStr> {
[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] 236 | pub fn unquotemeta<P: AsRef<[u8]> + ?Sized>(buf: &P) -> Cow<'_, OsStr> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.93s
[INFO] running `Command { std: "docker" "inspect" "6ff6d44f5bd643c2acc1886bb6e3de319d4ce354490e106eda3a9091114d2997", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ff6d44f5bd643c2acc1886bb6e3de319d4ce354490e106eda3a9091114d2997", kill_on_drop: false }`
[INFO] [stdout] 6ff6d44f5bd643c2acc1886bb6e3de319d4ce354490e106eda3a9091114d2997
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 031e1325f299f677884edeffd40b2a3b911d90814a2170b02a8c6575cf657733
[INFO] running `Command { std: "docker" "start" "-a" "031e1325f299f677884edeffd40b2a3b911d90814a2170b02a8c6575cf657733", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:86:23
[INFO] [stderr]    |
[INFO] [stderr] 86 | fn quotemeta_inner(s: &[u8]) -> Cow<str> {
[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] 86 | fn quotemeta_inner(s: &[u8]) -> Cow<'_, str> {
[INFO] [stderr]    |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:154:50
[INFO] [stderr]     |
[INFO] [stderr] 154 | pub fn quotemeta<P: AsRef<OsStr> + ?Sized>(path: &P) -> Cow<str> {
[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] 154 | pub fn quotemeta<P: AsRef<OsStr> + ?Sized>(path: &P) -> Cow<'_, str> {
[INFO] [stderr]     |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:160:29
[INFO] [stderr]     |
[INFO] [stderr] 160 | fn unquotemeta_inner(mut s: &[u8]) -> Cow<[u8]> {
[INFO] [stderr]     |                             ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 160 | fn unquotemeta_inner(mut s: &[u8]) -> Cow<'_, [u8]> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:236:50
[INFO] [stderr]     |
[INFO] [stderr] 236 | pub fn unquotemeta<P: AsRef<[u8]> + ?Sized>(buf: &P) -> Cow<OsStr> {
[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] 236 | pub fn unquotemeta<P: AsRef<[u8]> + ?Sized>(buf: &P) -> Cow<'_, OsStr> {
[INFO] [stderr]     |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: `quotemeta` (lib) generated 4 warnings (run `cargo fix --lib -p quotemeta` to apply 4 suggestions)
[INFO] [stderr] warning: unused import: `borrow::Cow`
[INFO] [stderr]  --> tests/tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 |     borrow::Cow,
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused macro definition: `unquotemeta_types`
[INFO] [stderr]   --> tests/tests.rs:45:18
[INFO] [stderr]    |
[INFO] [stderr] 45 |     macro_rules! unquotemeta_types {
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `quotemeta` (test "tests") generated 2 warnings (run `cargo fix --test "tests" -p quotemeta` to apply 1 suggestion)
[INFO] [stderr] warning: `quotemeta` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/quotemeta-ca01c0f8e12a552f)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-269449d6e3731a32)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_types ... ok
[INFO] [stdout] test quotemeta_unquotemeta ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests quotemeta
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - unquotemeta (line 224) ... ok
[INFO] [stdout] test src/lib.rs - quotemeta (line 140) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "031e1325f299f677884edeffd40b2a3b911d90814a2170b02a8c6575cf657733", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "031e1325f299f677884edeffd40b2a3b911d90814a2170b02a8c6575cf657733", kill_on_drop: false }`
[INFO] [stdout] 031e1325f299f677884edeffd40b2a3b911d90814a2170b02a8c6575cf657733
