[INFO] fetching crate soft-ascii-string 1.1.0... [INFO] testing soft-ascii-string-1.1.0 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate soft-ascii-string 1.1.0 into /workspace/builds/worker-7-tc2/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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate soft-ascii-string 1.1.0 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 317d3348bb92b726aa3c7250912eaff39169df3687c1bf9a06b758e2252bc8ea [INFO] running `Command { std: "docker" "start" "-a" "317d3348bb92b726aa3c7250912eaff39169df3687c1bf9a06b758e2252bc8ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "317d3348bb92b726aa3c7250912eaff39169df3687c1bf9a06b758e2252bc8ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "317d3348bb92b726aa3c7250912eaff39169df3687c1bf9a06b758e2252bc8ea", kill_on_drop: false }` [INFO] [stdout] 317d3348bb92b726aa3c7250912eaff39169df3687c1bf9a06b758e2252bc8ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4e9dfb93155ccf25f476f77bbfb7d904c01f94b240412c9c123460b445d412f [INFO] running `Command { std: "docker" "start" "-a" "d4e9dfb93155ccf25f476f77bbfb7d904c01f94b240412c9c123460b445d412f", 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.40s [INFO] running `Command { std: "docker" "inspect" "d4e9dfb93155ccf25f476f77bbfb7d904c01f94b240412c9c123460b445d412f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4e9dfb93155ccf25f476f77bbfb7d904c01f94b240412c9c123460b445d412f", kill_on_drop: false }` [INFO] [stdout] d4e9dfb93155ccf25f476f77bbfb7d904c01f94b240412c9c123460b445d412f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b4303195e5c79110fd49be732520bc90c6dc941a166db5b3f9a014128b03fb4 [INFO] running `Command { std: "docker" "start" "-a" "1b4303195e5c79110fd49be732520bc90c6dc941a166db5b3f9a014128b03fb4", 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] [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.55s [INFO] running `Command { std: "docker" "inspect" "1b4303195e5c79110fd49be732520bc90c6dc941a166db5b3f9a014128b03fb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b4303195e5c79110fd49be732520bc90c6dc941a166db5b3f9a014128b03fb4", kill_on_drop: false }` [INFO] [stdout] 1b4303195e5c79110fd49be732520bc90c6dc941a166db5b3f9a014128b03fb4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e62d08e4c2c864259efef295ff58c6720280aec68459b330899d91a2b7000546 [INFO] running `Command { std: "docker" "start" "-a" "e62d08e4c2c864259efef295ff58c6720280aec68459b330899d91a2b7000546", 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::revalidate_soft_constraint ... ok [INFO] [stdout] test soft_str::test::SoftAsciiStr::compile_bounds__get_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_char::test::SoftAsciiChar::from_unchecked ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::borrow_str ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::as_ref_str ... 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::has_into_string ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::has_into_vec_u8 ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::from_string ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::revalidate_soft_constraint ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::from_unchecked ... ok [INFO] [stdout] test soft_string::tests::SoftAsciiString::str_eq_string ... ok [INFO] [stdout] test soft_str::test::SoftAsciiStr::from_unchecked ... ok [INFO] [stdout] test soft_char::test::SoftAsciiChar::from_char ... ok [INFO] [stderr] Doc-tests soft_ascii_string [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [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" "e62d08e4c2c864259efef295ff58c6720280aec68459b330899d91a2b7000546", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e62d08e4c2c864259efef295ff58c6720280aec68459b330899d91a2b7000546", kill_on_drop: false }` [INFO] [stdout] e62d08e4c2c864259efef295ff58c6720280aec68459b330899d91a2b7000546