[INFO] fetching crate soft-ascii-string 1.1.0...
[INFO] testing soft-ascii-string-1.1.0 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate soft-ascii-string 1.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate soft-ascii-string 1.1.0
[INFO] finished tweaking crates.io crate soft-ascii-string 1.1.0
[INFO] tweaked toml for crates.io crate soft-ascii-string 1.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate soft-ascii-string 1.1.0 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fb13dde7fbf4e1730f85b01692f527fa1906b104f634c9892160b2b7da9ac6bc
[INFO] running `Command { std: "docker" "start" "-a" "fb13dde7fbf4e1730f85b01692f527fa1906b104f634c9892160b2b7da9ac6bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fb13dde7fbf4e1730f85b01692f527fa1906b104f634c9892160b2b7da9ac6bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb13dde7fbf4e1730f85b01692f527fa1906b104f634c9892160b2b7da9ac6bc", kill_on_drop: false }`
[INFO] [stdout] fb13dde7fbf4e1730f85b01692f527fa1906b104f634c9892160b2b7da9ac6bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 778bd5762df768189eb851e28db73375bfe89d056027f36eac1643fab218779d
[INFO] running `Command { std: "docker" "start" "-a" "778bd5762df768189eb851e28db73375bfe89d056027f36eac1643fab218779d", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling soft-ascii-string v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:15:33
[INFO] [stdout]    |
[INFO] [stdout] 15 |         write!(fter, "{}", self.description())
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:114:18
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn lines(&self) -> SoftAsciiLines {
[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] 114 |     pub fn lines(&self) -> SoftAsciiLines<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:119:29
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn split_whitespace(&self) -> SoftAsciiSplitWhitespace {
[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] 119 |     pub fn split_whitespace(&self) -> SoftAsciiSplitWhitespace<'_> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn char_indices(&self) -> SoftAsciiCharIndices {
[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] 124 |     pub fn char_indices(&self) -> SoftAsciiCharIndices<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:129:18
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn chars(&self) -> SoftAsciiChars {
[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] 129 |     pub fn chars(&self) -> SoftAsciiChars<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:270:26
[INFO] [stdout]     |
[INFO] [stdout] 270 |               pub fn $name(&self $(, $param: $tp)*) -> $ret {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 277 | / impl_wrapping! {
[INFO] [stdout] 278 | |     pub >
[INFO] [stdout] 279 | |     fn len(&self) -> usize,
[INFO] [stdout] 280 | |     fn is_empty(&self) -> bool,
[INFO] [stdout] ...   |
[INFO] [stdout] 283 | |     fn encode_utf16(&self) -> EncodeUtf16,
[INFO] [stdout]     | |                               ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 284 | |     fn is_ascii(&self) -> bool,
[INFO] [stdout] 285 | |     fn as_bytes(&self) -> &[u8]
[INFO] [stdout] 286 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_wrapping` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 283 |     fn encode_utf16(&self) -> EncodeUtf16<'_>,
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] running `Command { std: "docker" "inspect" "778bd5762df768189eb851e28db73375bfe89d056027f36eac1643fab218779d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "778bd5762df768189eb851e28db73375bfe89d056027f36eac1643fab218779d", kill_on_drop: false }`
[INFO] [stdout] 778bd5762df768189eb851e28db73375bfe89d056027f36eac1643fab218779d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c9261e5a5952bd1386ad6f50bb85f7266c39e08b40242ad1af612976b02fc26b
[INFO] running `Command { std: "docker" "start" "-a" "c9261e5a5952bd1386ad6f50bb85f7266c39e08b40242ad1af612976b02fc26b", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:15:33
[INFO] [stdout]    |
[INFO] [stdout] 15 |         write!(fter, "{}", self.description())
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling soft-ascii-string v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:114:18
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn lines(&self) -> SoftAsciiLines {
[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] 114 |     pub fn lines(&self) -> SoftAsciiLines<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:119:29
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn split_whitespace(&self) -> SoftAsciiSplitWhitespace {
[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] 119 |     pub fn split_whitespace(&self) -> SoftAsciiSplitWhitespace<'_> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn char_indices(&self) -> SoftAsciiCharIndices {
[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] 124 |     pub fn char_indices(&self) -> SoftAsciiCharIndices<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:129:18
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn chars(&self) -> SoftAsciiChars {
[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] 129 |     pub fn chars(&self) -> SoftAsciiChars<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:270:26
[INFO] [stdout]     |
[INFO] [stdout] 270 |               pub fn $name(&self $(, $param: $tp)*) -> $ret {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 277 | / impl_wrapping! {
[INFO] [stdout] 278 | |     pub >
[INFO] [stdout] 279 | |     fn len(&self) -> usize,
[INFO] [stdout] 280 | |     fn is_empty(&self) -> bool,
[INFO] [stdout] ...   |
[INFO] [stdout] 283 | |     fn encode_utf16(&self) -> EncodeUtf16,
[INFO] [stdout]     | |                               ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 284 | |     fn is_ascii(&self) -> bool,
[INFO] [stdout] 285 | |     fn as_bytes(&self) -> &[u8]
[INFO] [stdout] 286 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_wrapping` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 283 |     fn encode_utf16(&self) -> EncodeUtf16<'_>,
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:15:33
[INFO] [stdout]    |
[INFO] [stdout] 15 |         write!(fter, "{}", self.description())
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:114:18
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn lines(&self) -> SoftAsciiLines {
[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] 114 |     pub fn lines(&self) -> SoftAsciiLines<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:119:29
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn split_whitespace(&self) -> SoftAsciiSplitWhitespace {
[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] 119 |     pub fn split_whitespace(&self) -> SoftAsciiSplitWhitespace<'_> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn char_indices(&self) -> SoftAsciiCharIndices {
[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] 124 |     pub fn char_indices(&self) -> SoftAsciiCharIndices<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:129:18
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn chars(&self) -> SoftAsciiChars {
[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] 129 |     pub fn chars(&self) -> SoftAsciiChars<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/soft_str.rs:270:26
[INFO] [stdout]     |
[INFO] [stdout] 270 |               pub fn $name(&self $(, $param: $tp)*) -> $ret {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 277 | / impl_wrapping! {
[INFO] [stdout] 278 | |     pub >
[INFO] [stdout] 279 | |     fn len(&self) -> usize,
[INFO] [stdout] 280 | |     fn is_empty(&self) -> bool,
[INFO] [stdout] ...   |
[INFO] [stdout] 283 | |     fn encode_utf16(&self) -> EncodeUtf16,
[INFO] [stdout]     | |                               ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 284 | |     fn is_ascii(&self) -> bool,
[INFO] [stdout] 285 | |     fn as_bytes(&self) -> &[u8]
[INFO] [stdout] 286 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `impl_wrapping` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 283 |     fn encode_utf16(&self) -> EncodeUtf16<'_>,
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] running `Command { std: "docker" "inspect" "c9261e5a5952bd1386ad6f50bb85f7266c39e08b40242ad1af612976b02fc26b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9261e5a5952bd1386ad6f50bb85f7266c39e08b40242ad1af612976b02fc26b", kill_on_drop: false }`
[INFO] [stdout] c9261e5a5952bd1386ad6f50bb85f7266c39e08b40242ad1af612976b02fc26b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] af37358b8fe2073af3c36f1908daaf3d4d33b37e5a88613027b32aa269882719
[INFO] running `Command { std: "docker" "start" "-a" "af37358b8fe2073af3c36f1908daaf3d4d33b37e5a88613027b32aa269882719", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]   --> src/error.rs:15:33
[INFO] [stderr]    |
[INFO] [stderr] 15 |         write!(fter, "{}", self.description())
[INFO] [stderr]    |                                 ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/soft_str.rs:114:18
[INFO] [stderr]     |
[INFO] [stderr] 114 |     pub fn lines(&self) -> SoftAsciiLines {
[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] 114 |     pub fn lines(&self) -> SoftAsciiLines<'_> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/soft_str.rs:119:29
[INFO] [stderr]     |
[INFO] [stderr] 119 |     pub fn split_whitespace(&self) -> SoftAsciiSplitWhitespace {
[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] 119 |     pub fn split_whitespace(&self) -> SoftAsciiSplitWhitespace<'_> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/soft_str.rs:124:25
[INFO] [stderr]     |
[INFO] [stderr] 124 |     pub fn char_indices(&self) -> SoftAsciiCharIndices {
[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] 124 |     pub fn char_indices(&self) -> SoftAsciiCharIndices<'_> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/soft_str.rs:129:18
[INFO] [stderr]     |
[INFO] [stderr] 129 |     pub fn chars(&self) -> SoftAsciiChars {
[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] 129 |     pub fn chars(&self) -> SoftAsciiChars<'_> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/soft_str.rs:270:26
[INFO] [stderr]     |
[INFO] [stderr] 270 |               pub fn $name(&self $(, $param: $tp)*) -> $ret {
[INFO] [stderr]     |                            ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 277 | / impl_wrapping! {
[INFO] [stderr] 278 | |     pub >
[INFO] [stderr] 279 | |     fn len(&self) -> usize,
[INFO] [stderr] 280 | |     fn is_empty(&self) -> bool,
[INFO] [stderr] ...   |
[INFO] [stderr] 283 | |     fn encode_utf16(&self) -> EncodeUtf16,
[INFO] [stderr]     | |                               ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] 284 | |     fn is_ascii(&self) -> bool,
[INFO] [stderr] 285 | |     fn as_bytes(&self) -> &[u8]
[INFO] [stderr] 286 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `impl_wrapping` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 283 |     fn encode_utf16(&self) -> EncodeUtf16<'_>,
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `soft-ascii-string` (lib) generated 6 warnings (run `cargo fix --lib -p soft-ascii-string` to apply 5 suggestions)
[INFO] [stderr] warning: `soft-ascii-string` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/soft_ascii_string-2ca7d942dc599551)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test soft_char::test::SoftAsciiChar::from_unchecked ... ok
[INFO] [stdout] test soft_str::test::SoftAsciiStr::compile_bounds__get_unchecked ... ok
[INFO] [stdout] test soft_char::test::SoftAsciiChar::revalidate_soft_constraint ... ok
[INFO] [stdout] test soft_str::test::SoftAsciiStr::from_unchecked ... ok
[INFO] [stdout] test soft_str::test::SoftAsciiStr::from_str ... ok
[INFO] [stdout] test soft_str::test::SoftAsciiStr::revalidate_soft_constraint ... ok
[INFO] [stdout] test soft_string::tests::SoftAsciiString::as_ref_str ... ok
[INFO] [stdout] test soft_string::tests::SoftAsciiString::borrow_str ... ok
[INFO] [stdout] test soft_char::test::SoftAsciiChar::from_char ... ok
[INFO] [stdout] test soft_string::tests::SoftAsciiString::buffer ... ok
[INFO] [stdout] test soft_string::tests::SoftAsciiString::from_str ... ok
[INFO] [stdout] test soft_string::tests::SoftAsciiString::from_string ... ok
[INFO] [stdout] test soft_string::tests::SoftAsciiString::has_into_string ... ok
[INFO] [stdout] test soft_string::tests::SoftAsciiString::has_into_vec_u8 ... ok
[INFO] [stdout] test soft_string::tests::SoftAsciiString::from_unchecked ... ok
[INFO] [stdout] test soft_string::tests::SoftAsciiString::revalidate_soft_constraint ... ok
[INFO] [stdout] test soft_string::tests::SoftAsciiString::str_eq_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests soft_ascii_string
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[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] running `Command { std: "docker" "inspect" "af37358b8fe2073af3c36f1908daaf3d4d33b37e5a88613027b32aa269882719", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af37358b8fe2073af3c36f1908daaf3d4d33b37e5a88613027b32aa269882719", kill_on_drop: false }`
[INFO] [stdout] af37358b8fe2073af3c36f1908daaf3d4d33b37e5a88613027b32aa269882719
