[INFO] fetching crate soft-ascii-string 1.1.0... [INFO] testing soft-ascii-string-1.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate soft-ascii-string 1.1.0 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate soft-ascii-string 1.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b819cb7d0b04cd0590640afdf78ef9550f00b80e49975906f743fcc9a61ce45 [INFO] running `Command { std: "docker" "start" "-a" "2b819cb7d0b04cd0590640afdf78ef9550f00b80e49975906f743fcc9a61ce45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b819cb7d0b04cd0590640afdf78ef9550f00b80e49975906f743fcc9a61ce45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b819cb7d0b04cd0590640afdf78ef9550f00b80e49975906f743fcc9a61ce45", kill_on_drop: false }` [INFO] [stdout] 2b819cb7d0b04cd0590640afdf78ef9550f00b80e49975906f743fcc9a61ce45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1cee7bcf6a67722bc520ae66cf1e262d0525c0b6ed589af231f47da3c54a91af [INFO] running `Command { std: "docker" "start" "-a" "1cee7bcf6a67722bc520ae66cf1e262d0525c0b6ed589af231f47da3c54a91af", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.44s [INFO] running `Command { std: "docker" "inspect" "1cee7bcf6a67722bc520ae66cf1e262d0525c0b6ed589af231f47da3c54a91af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cee7bcf6a67722bc520ae66cf1e262d0525c0b6ed589af231f47da3c54a91af", kill_on_drop: false }` [INFO] [stdout] 1cee7bcf6a67722bc520ae66cf1e262d0525c0b6ed589af231f47da3c54a91af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d17f167ed509631b5317a2741e38436cf8a2e6d27dbde39978e48fe2a6f02a0c [INFO] running `Command { std: "docker" "start" "-a" "d17f167ed509631b5317a2741e38436cf8a2e6d27dbde39978e48fe2a6f02a0c", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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] [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] 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 `test` profile [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `Command { std: "docker" "inspect" "d17f167ed509631b5317a2741e38436cf8a2e6d27dbde39978e48fe2a6f02a0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d17f167ed509631b5317a2741e38436cf8a2e6d27dbde39978e48fe2a6f02a0c", kill_on_drop: false }` [INFO] [stdout] d17f167ed509631b5317a2741e38436cf8a2e6d27dbde39978e48fe2a6f02a0c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 31b3db7258e5bac2179b8e77d822cbc87899e83b5b606b3e95d9b33fff297fda [INFO] running `Command { std: "docker" "start" "-a" "31b3db7258e5bac2179b8e77d822cbc87899e83b5b606b3e95d9b33fff297fda", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/soft_ascii_string-bb0bfe0e576dae4a) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test soft_char::test::SoftAsciiChar::from_char ... ok [INFO] [stdout] test soft_char::test::SoftAsciiChar::from_unchecked ... ok [INFO] [stdout] test soft_str::test::SoftAsciiStr::from_str ... ok [INFO] [stdout] test soft_str::test::SoftAsciiStr::compile_bounds__get_unchecked ... ok [INFO] [stdout] test soft_str::test::SoftAsciiStr::from_unchecked ... ok [INFO] [stdout] test soft_str::test::SoftAsciiStr::revalidate_soft_constraint ... ok [INFO] [stdout] test soft_char::test::SoftAsciiChar::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_string::tests::SoftAsciiString::buffer ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::from_string ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::from_str ... ok [INFO] [stderr] Doc-tests soft_ascii_string [INFO] [stdout] test soft_string::tests::SoftAsciiString::has_into_string ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::str_eq_string ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::has_into_vec_u8 ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::revalidate_soft_constraint ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::from_unchecked ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [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" "31b3db7258e5bac2179b8e77d822cbc87899e83b5b606b3e95d9b33fff297fda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31b3db7258e5bac2179b8e77d822cbc87899e83b5b606b3e95d9b33fff297fda", kill_on_drop: false }` [INFO] [stdout] 31b3db7258e5bac2179b8e77d822cbc87899e83b5b606b3e95d9b33fff297fda