[INFO] fetching crate hipstr 0.8.0... [INFO] testing hipstr-0.8.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate hipstr 0.8.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate hipstr 0.8.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate hipstr 0.8.0 [INFO] tweaked toml for crates.io crate hipstr 0.8.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hipstr 0.8.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate hipstr 0.8.0 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ecow v0.2.3 [INFO] [stderr] Downloaded condtype v1.3.0 [INFO] [stderr] Downloaded divan-macros v0.1.17 [INFO] [stderr] Downloaded divan v0.1.17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e8c41b1c7eda0c2f39a99e72968113520e0a1abf951d83e2ecca1798a8b5872 [INFO] running `Command { std: "docker" "start" "-a" "1e8c41b1c7eda0c2f39a99e72968113520e0a1abf951d83e2ecca1798a8b5872", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e8c41b1c7eda0c2f39a99e72968113520e0a1abf951d83e2ecca1798a8b5872", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e8c41b1c7eda0c2f39a99e72968113520e0a1abf951d83e2ecca1798a8b5872", kill_on_drop: false }` [INFO] [stdout] 1e8c41b1c7eda0c2f39a99e72968113520e0a1abf951d83e2ecca1798a8b5872 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 9a98e17170f92e8068d3e9f211108329721a4d0947f88409c20e97bff939a804 [INFO] running `Command { std: "docker" "start" "-a" "9a98e17170f92e8068d3e9f211108329721a4d0947f88409c20e97bff939a804", kill_on_drop: false }` [INFO] [stderr] Compiling hipstr v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytes.rs:647:22 [INFO] [stdout] | [INFO] [stdout] 647 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stdout] | ^^^^^ ------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 647 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytes.rs:1652:25 [INFO] [stdout] | [INFO] [stdout] 1652 | pub const fn source(&self) -> &HipByt { [INFO] [stdout] | ^^^^^ ---------- [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1652 | pub const fn source(&self) -> &HipByt<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/string.rs:541:22 [INFO] [stdout] | [INFO] [stdout] 541 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stdout] | ^^^^^ ------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 541 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/string.rs:1700:18 [INFO] [stdout] | [INFO] [stdout] 1700 | pub fn lines(&self) -> IterWrapper<'_, 'borrow, B, Lines> { [INFO] [stdout] | ^^^^^ -- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1700 | pub fn lines(&self) -> IterWrapper<'_, 'borrow, B, Lines<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `Command { std: "docker" "inspect" "9a98e17170f92e8068d3e9f211108329721a4d0947f88409c20e97bff939a804", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a98e17170f92e8068d3e9f211108329721a4d0947f88409c20e97bff939a804", kill_on_drop: false }` [INFO] [stdout] 9a98e17170f92e8068d3e9f211108329721a4d0947f88409c20e97bff939a804 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] b98771932c3858807528f3a7b8c8595bb4c5a4872eff6a05c953397c6c347570 [INFO] running `Command { std: "docker" "start" "-a" "b98771932c3858807528f3a7b8c8595bb4c5a4872eff6a05c953397c6c347570", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling serde_json v1.0.134 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling condtype v1.3.0 [INFO] [stderr] Compiling arcstr v1.2.0 [INFO] [stderr] Compiling ecow v0.2.3 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytes.rs:647:22 [INFO] [stdout] | [INFO] [stdout] 647 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stdout] | ^^^^^ ------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 647 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytes.rs:1652:25 [INFO] [stdout] | [INFO] [stdout] 1652 | pub const fn source(&self) -> &HipByt { [INFO] [stdout] | ^^^^^ ---------- [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1652 | pub const fn source(&self) -> &HipByt<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/string.rs:541:22 [INFO] [stdout] | [INFO] [stdout] 541 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stdout] | ^^^^^ ------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 541 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/string.rs:1700:18 [INFO] [stdout] | [INFO] [stdout] 1700 | pub fn lines(&self) -> IterWrapper<'_, 'borrow, B, Lines> { [INFO] [stdout] | ^^^^^ -- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1700 | pub fn lines(&self) -> IterWrapper<'_, 'borrow, B, Lines<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling kstring v2.0.2 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.93 [INFO] [stderr] Compiling terminal_size v0.4.1 [INFO] [stderr] Compiling clap_builder v4.5.23 [INFO] [stderr] Compiling clap v4.5.23 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling divan-macros v0.1.17 [INFO] [stderr] Compiling divan v0.1.17 [INFO] [stderr] Compiling serde_test v1.0.177 [INFO] [stderr] Compiling hipstr v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytes.rs:647:22 [INFO] [stdout] | [INFO] [stdout] 647 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stdout] | ^^^^^ ------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 647 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bytes.rs:1652:25 [INFO] [stdout] | [INFO] [stdout] 1652 | pub const fn source(&self) -> &HipByt { [INFO] [stdout] | ^^^^^ ---------- [INFO] [stdout] | | || [INFO] [stdout] | | |the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1652 | pub const fn source(&self) -> &HipByt<'_, B> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/string.rs:541:22 [INFO] [stdout] | [INFO] [stdout] 541 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stdout] | ^^^^^ ------------- [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output the lifetimes get resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 541 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/string.rs:1700:18 [INFO] [stdout] | [INFO] [stdout] 1700 | pub fn lines(&self) -> IterWrapper<'_, 'borrow, B, Lines> { [INFO] [stdout] | ^^^^^ -- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1700 | pub fn lines(&self) -> IterWrapper<'_, 'borrow, B, Lines<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 24.99s [INFO] running `Command { std: "docker" "inspect" "b98771932c3858807528f3a7b8c8595bb4c5a4872eff6a05c953397c6c347570", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b98771932c3858807528f3a7b8c8595bb4c5a4872eff6a05c953397c6c347570", kill_on_drop: false }` [INFO] [stdout] b98771932c3858807528f3a7b8c8595bb4c5a4872eff6a05c953397c6c347570 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c5c7153ceb323a0714bf53d47b0779c98a32642464e5caee9d866615264158fa [INFO] running `Command { std: "docker" "start" "-a" "c5c7153ceb323a0714bf53d47b0779c98a32642464e5caee9d866615264158fa", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bytes.rs:647:22 [INFO] [stderr] | [INFO] [stderr] 647 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stderr] | ^^^^^ ------------- [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'_` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 647 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bytes.rs:1652:25 [INFO] [stderr] | [INFO] [stderr] 1652 | pub const fn source(&self) -> &HipByt { [INFO] [stderr] | ^^^^^ ---------- [INFO] [stderr] | | || [INFO] [stderr] | | |the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1652 | pub const fn source(&self) -> &HipByt<'_, B> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/string.rs:541:22 [INFO] [stderr] | [INFO] [stderr] 541 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stderr] | ^^^^^ ------------- [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output the lifetimes get resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 541 | pub fn try_slice(&self, range: impl RangeBounds) -> Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/string.rs:1700:18 [INFO] [stderr] | [INFO] [stderr] 1700 | pub fn lines(&self) -> IterWrapper<'_, 'borrow, B, Lines> { [INFO] [stderr] | ^^^^^ -- ----- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1700 | pub fn lines(&self) -> IterWrapper<'_, 'borrow, B, Lines<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `hipstr` (lib) generated 4 warnings (run `cargo fix --lib -p hipstr` to apply 4 suggestions) [INFO] [stderr] warning: `hipstr` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/hipstr-88e6cd4647944f9d) [INFO] [stdout] [INFO] [stdout] running 279 tests [INFO] [stdout] test bytes::cmp::tests::test_eq ... ok [INFO] [stdout] test bytes::cmp::tests::test_ord_other ... ok [INFO] [stdout] test bytes::cmp::tests::test_ord ... ok [INFO] [stdout] test bytes::convert::tests::test_as_ref ... ok [INFO] [stdout] test bytes::convert::tests::test_into ... ok [INFO] [stdout] test bytes::convert::tests::test_into_cow ... ok [INFO] [stdout] test bytes::raw::allocated::tests::test_alloc ... ok [INFO] [stdout] test bytes::raw::borrowed::tests::test_clone ... ok [INFO] [stdout] test bytes::raw::inline::tests::test_inline ... ok [INFO] [stdout] test bytes::raw::allocated::tests::test_try_into_vec ... ok [INFO] [stdout] test bytes::raw::tests::test_niche ... ok [INFO] [stdout] test bytes::raw::tests::test_union ... ok [INFO] [stdout] test bytes::tests::test_as_borrowed ... ok [INFO] [stdout] test bytes::raw::inline::tests::test_zeroed ... ok [INFO] [stdout] test bytes::tests::test_as_mut_slice ... ok [INFO] [stdout] test bytes::tests::test_as_slice ... ok [INFO] [stdout] test bytes::tests::test_capacity_inline ... ok [INFO] [stdout] test bytes::tests::test_capacity_static ... ok [INFO] [stdout] test bytes::tests::test_clone ... ok [INFO] [stdout] test bytes::tests::test_concat_slices ... ok [INFO] [stdout] test bytes::tests::test_empty_vec ... ok [INFO] [stdout] test bytes::tests::test_clear ... ok [INFO] [stdout] test bytes::tests::test_borrow_and_hash ... ok [INFO] [stdout] test bytes::tests::test_clone_drop ... ok [INFO] [stdout] test bytes::tests::test_concat ... ok [INFO] [stdout] test bytes::convert::tests::test_from ... ok [INFO] [stdout] test bytes::tests::test_borrowed ... ok [INFO] [stdout] test bytes::tests::test_capacity_allocated ... ok [INFO] [stdout] test bytes::raw::inline::tests::test_clone ... ok [INFO] [stdout] test bytes::tests::test_empty_slice ... ok [INFO] [stdout] test bytes::tests::test_fmt ... ok [INFO] [stdout] test bytes::tests::test_from_owned ... ok [INFO] [stdout] test bytes::tests::test_from_slice ... ok [INFO] [stdout] test bytes::tests::test_inline ... ok [INFO] [stdout] test bytes::tests::test_join ... ok [INFO] [stdout] test bytes::tests::test_from_static ... ok [INFO] [stdout] test bytes::tests::test_into_borrowed ... ok [INFO] [stdout] test bytes::tests::test_into_vec ... ok [INFO] [stdout] test bytes::tests::test_join_slices ... ok [INFO] [stdout] test bytes::tests::test_make_ascii_lowercase ... ok [INFO] [stdout] test bytes::tests::test_mutate_inline ... ok [INFO] [stdout] test bytes::tests::test_ptr ... ok [INFO] [stdout] test bytes::tests::test_mutate_borrowed ... ok [INFO] [stdout] test bytes::tests::test_push_slice_allocated ... ok [INFO] [stdout] test bytes::tests::test_push_slice_borrowed ... ok [INFO] [stdout] test bytes::tests::test_push_slice_inline ... ok [INFO] [stdout] test bytes::tests::test_new_default ... ok [INFO] [stdout] test bytes::tests::test_make_ascii_uppercase ... ok [INFO] [stdout] test bytes::tests::test_pop ... ok [INFO] [stdout] test bytes::tests::test_mutate_allocated ... ok [INFO] [stdout] test bytes::tests::test_push ... ok [INFO] [stdout] test bytes::tests::test_repeat ... ok [INFO] [stdout] test bytes::tests::test_set_len ... ok [INFO] [stdout] test bytes::tests::test_shrink_to ... ok [INFO] [stdout] test bytes::tests::test_shrink_to_fit ... ok [INFO] [stdout] test bytes::tests::test_simplify_range ... ok [INFO] [stdout] test bytes::tests::test_slice_allocated ... ok [INFO] [stdout] test bytes::tests::test_slice_borrowed ... ok [INFO] [stdout] test bytes::tests::test_slice_ok ... ok [INFO] [stdout] test bytes::tests::test_slice_ref ... ok [INFO] [stdout] test bytes::tests::test_slice_unchecked ... ok [INFO] [stdout] test bytes::tests::test_slice_ref_unchecked ... ok [INFO] [stdout] test bytes::tests::test_slice_inline ... ok [INFO] [stdout] test bytes::raw::inline::tests::test_zeroed_panic - should panic ... ok [INFO] [stdout] test bytes::raw::tests::test_to_mut_slice_unchecked_panic - should panic ... ok [INFO] [stdout] test bytes::tests::test_spare_capacity_mut ... ok [INFO] [stdout] test bytes::tests::test_spare_capacity_mut_shared ... ok [INFO] [stdout] test bytes::tests::test_to_ascii_uppercase ... ok [INFO] [stdout] test bytes::tests::test_to_ascii_lowercase ... ok [INFO] [stdout] test bytes::tests::test_to_mut_slice_allocated ... ok [INFO] [stdout] test bytes::tests::test_to_mut_slice_borrowed ... ok [INFO] [stdout] test bytes::tests::test_to_mut_slice_inline ... ok [INFO] [stdout] test bytes::tests::test_to_owned ... ok [INFO] [stdout] test bytes::tests::test_truncate ... ok [INFO] [stdout] test bytes::tests::test_try_inline ... ok [INFO] [stdout] test bytes::tests::test_try_slice_end_out_of_bounds ... ok [INFO] [stdout] test bytes::tests::test_try_slice_ok ... ok [INFO] [stdout] test bytes::tests::test_try_slice_start_greater_than_end ... ok [INFO] [stdout] test bytes::tests::test_try_slice_start_out_of_bounds ... ok [INFO] [stdout] test bytes::tests::test_with_capacity ... ok [INFO] [stdout] test bytes::tests::test_join_bad_iter - should panic ... ok [INFO] [stdout] test bytes::tests::test_try_slice_ref ... ok [INFO] [stdout] test bytes::tests::test_inline_panic - should panic ... ok [INFO] [stdout] test os_string::cmp::tests::test_ord ... ok [INFO] [stdout] test os_string::convert::tests::test_as_ref ... ok [INFO] [stdout] test os_string::convert::tests::test_borrow ... ok [INFO] [stdout] test bytes::tests::test_join_bad_iter2 - should panic ... ok [INFO] [stdout] test os_string::cmp::tests::test_eq ... ok [INFO] [stdout] test bytes::tests::test_ptr_panic_borrowed - should panic ... ok [INFO] [stdout] test bytes::tests::test_concat_bad_iter - should panic ... ok [INFO] [stdout] test os_string::convert::tests::test_from ... ok [INFO] [stdout] test os_string::convert::tests::test_into_cow ... ok [INFO] [stdout] test os_string::convert::tests::test_into_hipbyt ... ok [INFO] [stdout] test os_string::convert::tests::test_into_os_string ... ok [INFO] [stdout] test os_string::convert::tests::test_into_vec ... ok [INFO] [stdout] test os_string::tests::test_as_borrowed ... ok [INFO] [stdout] test os_string::tests::test_borrow_and_hash ... ok [INFO] [stdout] test os_string::tests::test_borrowed ... ok [INFO] [stdout] test bytes::tests::test_ptr_panic_shared - should panic ... ok [INFO] [stdout] test os_string::tests::test_as_slice ... ok [INFO] [stdout] test os_string::tests::test_clone ... ok [INFO] [stdout] test os_string::tests::test_capacity ... ok [INFO] [stdout] test os_string::tests::test_deref ... ok [INFO] [stdout] test bytes::tests::test_set_len_debug_panic - should panic ... ok [INFO] [stdout] test os_string::tests::test_fmt ... ok [INFO] [stdout] test os_string::tests::test_from_slice ... ok [INFO] [stdout] test os_string::tests::test_from_static ... ok [INFO] [stdout] test os_string::tests::test_from_string ... ok [INFO] [stdout] test os_string::tests::test_into_borrowed ... ok [INFO] [stdout] test os_string::tests::test_into_bytes ... ok [INFO] [stdout] test os_string::tests::test_into_str ... ok [INFO] [stdout] test os_string::tests::test_mutate_allocated ... ok [INFO] [stdout] test os_string::tests::test_mutate_debug ... ok [INFO] [stdout] test bytes::tests::test_slice_panic_mixed - should panic ... ok [INFO] [stdout] test os_string::tests::test_mutate_borrowed ... ok [INFO] [stdout] test bytes::tests::test_slice_panic_start - should panic ... ok [INFO] [stdout] test os_string::tests::test_push ... ok [INFO] [stdout] test os_string::tests::test_shrink_to_fit ... ok [INFO] [stdout] test os_string::tests::test_slice_ref ... ok [INFO] [stdout] test bytes::tests::test_slice_ref_panic - should panic ... ok [INFO] [stdout] test os_string::tests::test_new_default ... ok [INFO] [stdout] test os_string::tests::test_slice_ref_unchecked ... ok [INFO] [stdout] test os_string::tests::test_to_owned ... ok [INFO] [stdout] test os_string::tests::test_shrink_to ... ok [INFO] [stdout] test os_string::tests::test_to_str_lossy ... ok [INFO] [stdout] test os_string::tests::test_mutate_inline ... ok [INFO] [stdout] test os_string::tests::test_try_slice_ref ... ok [INFO] [stdout] test os_string::tests::test_with_capacity ... ok [INFO] [stdout] test path::cmp::tests::test_ord ... ok [INFO] [stdout] test os_string::tests::test_slice_ref_panic - should panic ... ok [INFO] [stdout] test path::convert::tests::test_as_ref ... ok [INFO] [stdout] test path::convert::tests::test_borrow ... ok [INFO] [stdout] test path::convert::tests::test_from ... ok [INFO] [stdout] test path::convert::tests::test_into_cow ... ok [INFO] [stdout] test path::convert::tests::test_into_hip_os_str ... ok [INFO] [stdout] test path::convert::tests::test_into_os_string ... ok [INFO] [stdout] test path::convert::tests::test_into_path_buf ... ok [INFO] [stdout] test path::tests::test_as_slice ... ok [INFO] [stdout] test path::tests::test_borrow_and_hash ... ok [INFO] [stdout] test path::tests::test_borrowed ... ok [INFO] [stdout] test path::cmp::tests::test_eq ... ok [INFO] [stdout] test path::tests::test_as_borrowed ... ok [INFO] [stdout] test path::tests::test_capacity ... ok [INFO] [stdout] test path::tests::test_clone ... ok [INFO] [stdout] test path::tests::test_deref ... ok [INFO] [stdout] test os_string::tests::test_to_str ... ok [INFO] [stdout] test path::tests::test_fmt ... ok [INFO] [stdout] test path::tests::test_from_slice ... ok [INFO] [stdout] test path::tests::test_from_static ... ok [INFO] [stdout] test path::tests::test_from_string ... ok [INFO] [stdout] test path::tests::test_into_path_buf ... ok [INFO] [stdout] test path::tests::test_into_borrowed ... ok [INFO] [stdout] test path::tests::test_mutate_borrowed ... ok [INFO] [stdout] test path::tests::test_mutate_allocated ... ok [INFO] [stdout] test bytes::tests::test_slice_unchecked_debug_panic_end - should panic ... ok [INFO] [stdout] test bytes::tests::test_slice_unchecked_debug_panic_mixed - should panic ... ok [INFO] [stdout] test path::tests::test_into_os_string ... ok [INFO] [stdout] test path::tests::test_into_str ... ok [INFO] [stdout] test path::tests::test_mutate_debug ... ok [INFO] [stdout] test bytes::tests::test_slice_unchecked_debug_panic_start - should panic ... ok [INFO] [stdout] test bytes::tests::test_slice_panic_end - should panic ... ok [INFO] [stdout] test path::tests::test_mutate_inline ... ok [INFO] [stdout] test path::tests::test_new_default ... ok [INFO] [stdout] test path::tests::test_shrink_to_fit ... ok [INFO] [stdout] test path::tests::test_to_owned ... ok [INFO] [stdout] test smart::tests::test_atomic_misc ... ok [INFO] [stdout] test smart::tests::test_atomic_mt_clone_move_and_drop ... ok [INFO] [stdout] test smart::tests::test_atomic_st_clone_overflow ... ok [INFO] [stdout] test path::tests::test_shrink_to ... ok [INFO] [stdout] test smart::tests::test_atomic_mt_clone_overflow ... ok [INFO] [stdout] test smart::tests::test_atomic_mt_orderly_drop2 ... ok [INFO] [stdout] test smart::tests::test_atomic_st_clone_drop ... ok [INFO] [stdout] test smart::tests::test_atomic_st_drop ... ok [INFO] [stdout] test smart::tests::test_local_clone_drop ... ok [INFO] [stdout] test smart::tests::test_local_clone_overflow ... ok [INFO] [stdout] test smart::tests::test_local_drop ... ok [INFO] [stdout] test smart::tests::test_local_misc ... ok [INFO] [stdout] test smart::tests::test_unique_clone_drop ... ok [INFO] [stdout] test smart::tests::test_unique_drop ... ok [INFO] [stdout] test smart::tests::test_unique_misc ... ok [INFO] [stdout] test string::cmp::tests::test_cmp ... ok [INFO] [stdout] test smart::tests::test_atomic_mt_orderly_drop ... ok [INFO] [stdout] test string::cmp::tests::test_cmp_os_str ... ok [INFO] [stdout] test string::cmp::tests::test_cmp_os_string ... ok [INFO] [stdout] test string::cmp::tests::test_cmp_str ... ok [INFO] [stdout] test string::cmp::tests::test_cmp_string ... ok [INFO] [stdout] test string::cmp::tests::test_eq ... ok [INFO] [stdout] test string::cmp::tests::test_eq_os_string ... ok [INFO] [stdout] test string::convert::tests::as_ref_bytes ... ok [INFO] [stdout] test string::convert::tests::as_ref_os_str ... ok [INFO] [stdout] test string::convert::tests::test_as_ref ... ok [INFO] [stdout] test string::convert::tests::test_from ... ok [INFO] [stdout] test string::convert::tests::test_into_cow ... ok [INFO] [stdout] test string::convert::tests::test_into_hipbyt ... ok [INFO] [stdout] test string::convert::tests::test_try_from_err ... ok [INFO] [stdout] test string::tests::test_borrow_and_hash ... ok [INFO] [stdout] test string::tests::test_capacity ... ok [INFO] [stdout] test string::tests::test_clear ... ok [INFO] [stdout] test string::convert::tests::test_into_vec ... ok [INFO] [stdout] test string::convert::tests::test_try_from ... ok [INFO] [stdout] test string::convert::tests::to_sock_addrs ... ok [INFO] [stdout] test string::convert::tests::test_into_string ... ok [INFO] [stdout] test string::convert::tests::as_ref_path ... ok [INFO] [stdout] test string::tests::test_as_mut_str ... ok [INFO] [stdout] test string::tests::test_as_borrowed ... ok [INFO] [stdout] test string::convert::tests::into_os_string ... ok [INFO] [stdout] test string::tests::test_as_slice ... ok [INFO] [stdout] test string::tests::test_borrowed ... ok [INFO] [stdout] test string::tests::test_concat ... ok [INFO] [stdout] test string::tests::test_concat_slices ... ok [INFO] [stdout] test string::tests::test_fmt ... ok [INFO] [stdout] test string::tests::test_from_owned ... ok [INFO] [stdout] test string::tests::test_from_static ... ok [INFO] [stdout] test string::tests::test_from_utf16 ... ok [INFO] [stdout] test string::tests::test_from_utf16_lossy ... ok [INFO] [stdout] test string::tests::test_from_utf8 ... ok [INFO] [stdout] test string::tests::test_from_utf8_lossy ... ok [INFO] [stdout] test string::tests::test_into_bytes ... ok [INFO] [stdout] test string::tests::test_join ... ok [INFO] [stdout] test string::tests::test_into_borrowed ... ok [INFO] [stdout] test string::tests::test_join_slices ... ok [INFO] [stdout] test string::cmp::tests::test_eq_os_str ... ok [INFO] [stdout] test string::tests::test_from_slice ... ok [INFO] [stdout] test string::tests::test_make_case ... ok [INFO] [stdout] test string::tests::test_clone ... ok [INFO] [stdout] test string::tests::test_mutate_allocated ... ok [INFO] [stdout] test string::tests::test_mutate_borrowed ... ok [INFO] [stdout] test string::tests::test_pop ... ok [INFO] [stdout] test string::tests::test_new_default ... ok [INFO] [stdout] test string::tests::test_ptr ... ok [INFO] [stdout] test string::tests::test_push ... ok [INFO] [stdout] test string::tests::test_push_slice_allocated ... ok [INFO] [stdout] test string::tests::test_mutate_inline ... ok [INFO] [stdout] test string::tests::test_repeat ... ok [INFO] [stdout] test string::tests::test_shrink_to_fit ... ok [INFO] [stdout] test string::tests::test_shrink_to ... ok [INFO] [stdout] test string::tests::test_pattern ... ok [INFO] [stdout] test string::tests::test_join_bad_iter - should panic ... ok [INFO] [stdout] test string::tests::test_join_bad_iter2 - should panic ... ok [INFO] [stdout] test string::tests::test_concat_bad_iter - should panic ... ok [INFO] [stdout] test string::tests::test_ptr_panic_borrowed - should panic ... ok [INFO] [stdout] test string::tests::test_slice_allocated ... ok [INFO] [stdout] test string::tests::test_slice_borrowed ... ok [INFO] [stdout] test string::tests::test_ptr_panic_shared - should panic ... ok [INFO] [stdout] test string::tests::test_slice_inline ... ok [INFO] [stdout] test string::tests::test_slice_ok ... ok [INFO] [stdout] test string::tests::test_slice_unchecked ... ok [INFO] [stdout] test string::tests::test_slice_ref ... ok [INFO] [stdout] test string::tests::test_slice_ref_unchecked ... ok [INFO] [stdout] test string::tests::test_slice_panic_end - should panic ... ok [INFO] [stdout] test string::tests::test_slice_panic_mixed - should panic ... ok [INFO] [stdout] test string::tests::test_truncate ... ok [INFO] [stdout] test string::tests::test_to_case ... ok [INFO] [stdout] test string::tests::test_slice_unchecked_debug_start_char_boundary_panic - should panic ... ok [INFO] [stdout] test string::tests::test_slice_panic_end_char_boundary - should panic ... ok [INFO] [stdout] test string::tests::test_slice_panic_start - should panic ... ok [INFO] [stdout] test string::tests::test_to_mut_str_static ... ok [INFO] [stdout] test string::tests::test_to_mut_str_inline ... ok [INFO] [stdout] test string::tests::test_try_slice_end_not_a_char_boundary ... ok [INFO] [stdout] test string::tests::test_try_slice_end_out_of_bounds ... ok [INFO] [stdout] test string::tests::test_try_slice_ok ... ok [INFO] [stdout] test string::tests::test_try_slice_ref ... ok [INFO] [stdout] test string::tests::test_slice_unchecked_debug_end_char_boundary_panic - should panic ... ok [INFO] [stdout] test string::tests::test_try_slice_start_greater_than_end ... ok [INFO] [stdout] test string::tests::test_try_slice_start_not_a_char_boundary ... ok [INFO] [stdout] test string::tests::test_to_mut_str_allocated ... ok [INFO] [stdout] test string::tests::test_to_owned ... ok [INFO] [stdout] test string::tests::test_try_slice_start_out_of_bounds ... ok [INFO] [stdout] test tests::test_local ... ok [INFO] [stdout] test tests::test_threadsafe ... ok [INFO] [stdout] test tests::test_unique ... ok [INFO] [stdout] test string::tests::test_whitespace ... ok [INFO] [stdout] test string::tests::test_slice_panic_start_char_boundary - should panic ... ok [INFO] [stdout] test string::tests::test_with_capacity ... ok [INFO] [stdout] test string::tests::test_slice_unchecked_debug_panic_start - should panic ... ok [INFO] [stdout] test string::tests::test_slice_unchecked_debug_panic_mixed - should panic ... ok [INFO] [stdout] test string::tests::test_slice_unchecked_debug_panic_end - should panic ... ok [INFO] [stdout] test string::tests::test_slice_ref_panic - should panic ... ok [INFO] [stdout] test string::tests::test_truncate_char_boundary - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 279 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s [INFO] [stdout] [INFO] [stderr] Running tests/basic.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/basic-e53ebb3e0876c36e) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_eq ... ok [INFO] [stdout] test test_borrow ... ok [INFO] [stdout] test test_clone ... ok [INFO] [stdout] test test_new ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c5c7153ceb323a0714bf53d47b0779c98a32642464e5caee9d866615264158fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5c7153ceb323a0714bf53d47b0779c98a32642464e5caee9d866615264158fa", kill_on_drop: false }` [INFO] [stdout] c5c7153ceb323a0714bf53d47b0779c98a32642464e5caee9d866615264158fa