[INFO] fetching crate persistent_rope 0.1.3...
[INFO] testing persistent_rope-0.1.3 against 1.91.0 for beta-1.92-2
[INFO] extracting crate persistent_rope 0.1.3 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate persistent_rope 0.1.3
[INFO] finished tweaking crates.io crate persistent_rope 0.1.3
[INFO] tweaked toml for crates.io crate persistent_rope 0.1.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate persistent_rope 0.1.3 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 16 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded newtype_derive v0.1.6
[INFO] [stderr]   Downloaded bytecount v0.5.1
[INFO] [stderr]   Downloaded str_indices v0.4.4
[INFO] [stderr]   Downloaded macro-attr v0.2.0
[INFO] [stderr]   Downloaded semver v0.1.20
[INFO] [stderr]   Downloaded rustc_version v0.1.7
[INFO] [stderr]   Downloaded xi-rope v0.3.0
[INFO] [stderr]   Downloaded ropey v1.6.1
[INFO] [stderr]   Downloaded an-rope v0.3.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 24939e3ec323211392d9b1c15c79b6e9763ebe815027378e43c77efc083d3a58
[INFO] running `Command { std: "docker" "start" "-a" "24939e3ec323211392d9b1c15c79b6e9763ebe815027378e43c77efc083d3a58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24939e3ec323211392d9b1c15c79b6e9763ebe815027378e43c77efc083d3a58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24939e3ec323211392d9b1c15c79b6e9763ebe815027378e43c77efc083d3a58", kill_on_drop: false }`
[INFO] [stdout] 24939e3ec323211392d9b1c15c79b6e9763ebe815027378e43c77efc083d3a58
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1755a7a0a729f29a4becf9f380b0766aa80908f3498fd792df7a3f8a9917cca0
[INFO] running `Command { std: "docker" "start" "-a" "1755a7a0a729f29a4becf9f380b0766aa80908f3498fd792df7a3f8a9917cca0", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling persistent_rope v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:484:17
[INFO] [stdout]     |
[INFO] [stdout] 484 |   pub fn chunks(&self) -> Chunks {
[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] 484 |   pub fn chunks(&self) -> Chunks<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:494:16
[INFO] [stdout]     |
[INFO] [stdout] 494 |   pub fn bytes(&self) -> Bytes {
[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] 494 |   pub fn bytes(&self) -> Bytes<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:504:16
[INFO] [stdout]     |
[INFO] [stdout] 504 |   pub fn chars(&self) -> Chars {
[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] 504 |   pub fn chars(&self) -> Chars<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:516:16
[INFO] [stdout]     |
[INFO] [stdout] 516 |   pub fn lines(&self) -> Lines {
[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] 516 |   pub fn lines(&self) -> Lines<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:520:15
[INFO] [stdout]     |
[INFO] [stdout] 520 |   pub fn iter(&self) -> Chars {
[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] 520 |   pub fn iter(&self) -> Chars<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] running `Command { std: "docker" "inspect" "1755a7a0a729f29a4becf9f380b0766aa80908f3498fd792df7a3f8a9917cca0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1755a7a0a729f29a4becf9f380b0766aa80908f3498fd792df7a3f8a9917cca0", kill_on_drop: false }`
[INFO] [stdout] 1755a7a0a729f29a4becf9f380b0766aa80908f3498fd792df7a3f8a9917cca0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e86ecc30140e68eb544fd1fc67186bfb023fa1e38764cefc7f6d24171e74cb50
[INFO] running `Command { std: "docker" "start" "-a" "e86ecc30140e68eb544fd1fc67186bfb023fa1e38764cefc7f6d24171e74cb50", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling macro-attr v0.2.0
[INFO] [stderr]    Compiling str_indices v0.4.4
[INFO] [stderr]    Compiling bytecount v0.5.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:484:17
[INFO] [stdout]     |
[INFO] [stdout] 484 |   pub fn chunks(&self) -> Chunks {
[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] 484 |   pub fn chunks(&self) -> Chunks<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:494:16
[INFO] [stdout]     |
[INFO] [stdout] 494 |   pub fn bytes(&self) -> Bytes {
[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] 494 |   pub fn bytes(&self) -> Bytes<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:504:16
[INFO] [stdout]     |
[INFO] [stdout] 504 |   pub fn chars(&self) -> Chars {
[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] 504 |   pub fn chars(&self) -> Chars<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:516:16
[INFO] [stdout]     |
[INFO] [stdout] 516 |   pub fn lines(&self) -> Lines {
[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] 516 |   pub fn lines(&self) -> Lines<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:520:15
[INFO] [stdout]     |
[INFO] [stdout] 520 |   pub fn iter(&self) -> Chars {
[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] 520 |   pub fn iter(&self) -> Chars<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling ropey v1.6.1
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]    Compiling newtype_derive v0.1.6
[INFO] [stderr]    Compiling an-rope v0.3.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling xi-rope v0.3.0
[INFO] [stderr]    Compiling persistent_rope v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:484:17
[INFO] [stdout]     |
[INFO] [stdout] 484 |   pub fn chunks(&self) -> Chunks {
[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] 484 |   pub fn chunks(&self) -> Chunks<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:494:16
[INFO] [stdout]     |
[INFO] [stdout] 494 |   pub fn bytes(&self) -> Bytes {
[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] 494 |   pub fn bytes(&self) -> Bytes<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:504:16
[INFO] [stdout]     |
[INFO] [stdout] 504 |   pub fn chars(&self) -> Chars {
[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] 504 |   pub fn chars(&self) -> Chars<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:516:16
[INFO] [stdout]     |
[INFO] [stdout] 516 |   pub fn lines(&self) -> Lines {
[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] 516 |   pub fn lines(&self) -> Lines<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rope.rs:520:15
[INFO] [stdout]     |
[INFO] [stdout] 520 |   pub fn iter(&self) -> Chars {
[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] 520 |   pub fn iter(&self) -> Chars<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.10s
[INFO] running `Command { std: "docker" "inspect" "e86ecc30140e68eb544fd1fc67186bfb023fa1e38764cefc7f6d24171e74cb50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e86ecc30140e68eb544fd1fc67186bfb023fa1e38764cefc7f6d24171e74cb50", kill_on_drop: false }`
[INFO] [stdout] e86ecc30140e68eb544fd1fc67186bfb023fa1e38764cefc7f6d24171e74cb50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d62c7d65195957ec1c906f152b029e0c9bd229f792bb899d4afe5a91067661bb
[INFO] running `Command { std: "docker" "start" "-a" "d62c7d65195957ec1c906f152b029e0c9bd229f792bb899d4afe5a91067661bb", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rope.rs:484:17
[INFO] [stderr]     |
[INFO] [stderr] 484 |   pub fn chunks(&self) -> Chunks {
[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] 484 |   pub fn chunks(&self) -> Chunks<'_> {
[INFO] [stderr]     |                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rope.rs:494:16
[INFO] [stderr]     |
[INFO] [stderr] 494 |   pub fn bytes(&self) -> Bytes {
[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] 494 |   pub fn bytes(&self) -> Bytes<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rope.rs:504:16
[INFO] [stderr]     |
[INFO] [stderr] 504 |   pub fn chars(&self) -> Chars {
[INFO] [stdout] 
[INFO] [stderr]     |                ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout] running 0 tests
[INFO] [stderr]     |                |
[INFO] [stdout] 
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     |
[INFO] [stdout] 
[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] 504 |   pub fn chars(&self) -> Chars<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rope.rs:516:16
[INFO] [stderr]     |
[INFO] [stderr] 516 |   pub fn lines(&self) -> Lines {
[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] 516 |   pub fn lines(&self) -> Lines<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/rope.rs:520:15
[INFO] [stderr]     |
[INFO] [stderr] 520 |   pub fn iter(&self) -> Chars {
[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] 520 |   pub fn iter(&self) -> Chars<'_> {
[INFO] [stderr]     |                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `persistent_rope` (lib) generated 5 warnings (run `cargo fix --lib -p persistent_rope` to apply 5 suggestions)
[INFO] [stderr] warning: `persistent_rope` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/persistent_rope-bc13b75849da165c)
[INFO] [stderr]    Doc-tests persistent_rope
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test src/rope.rs - rope::Rope::bytes (line 488) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::chars_len (line 59) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::chunks (line 478) ... ok
[INFO] [stdout] test src/rope.rs - rope::&'aRope::add (line 619) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::bytes_len (line 46) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::add (line 600) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::char_at (line 464) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::chars (line 498) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::eq (line 661) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::concat_char (line 444) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::concat (line 421) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::eq (line 689) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::count_lines (line 99) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::insert (line 137) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::height (line 85) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::insert_char_at_byte (line 193) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::eq (line 703) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::insert_range_byte (line 151) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::insert_at_byte (line 123) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::insert_range (line 172) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::len (line 36) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::insert_char (line 225) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::is_empty (line 72) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::new (line 26) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::lines (line 508) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::remove (line 320) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::remove_at_byte (line 292) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::split_at_byte (line 352) ... ok
[INFO] [stdout] test src/utils.rs - utils::char_to_byte_index (line 15) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::to_string (line 635) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::remove_range (line 276) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::remove_range_byte (line 260) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope::split (line 390) ... ok
[INFO] [stdout] test src/utils.rs - utils::split_at_char_index (line 2) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.88s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d62c7d65195957ec1c906f152b029e0c9bd229f792bb899d4afe5a91067661bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d62c7d65195957ec1c906f152b029e0c9bd229f792bb899d4afe5a91067661bb", kill_on_drop: false }`
[INFO] [stdout] d62c7d65195957ec1c906f152b029e0c9bd229f792bb899d4afe5a91067661bb
