[INFO] fetching crate persistent_rope 0.1.3... [INFO] testing persistent_rope-0.1.3 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate persistent_rope 0.1.3 into /workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate persistent_rope 0.1.3 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "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" "+beta-2025-09-21" "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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b2b7748af18653a428fe9e7f20d736b2e5a2dbbcebbf75d504eddb3206e7158 [INFO] running `Command { std: "docker" "start" "-a" "9b2b7748af18653a428fe9e7f20d736b2e5a2dbbcebbf75d504eddb3206e7158", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b2b7748af18653a428fe9e7f20d736b2e5a2dbbcebbf75d504eddb3206e7158", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b2b7748af18653a428fe9e7f20d736b2e5a2dbbcebbf75d504eddb3206e7158", kill_on_drop: false }` [INFO] [stdout] 9b2b7748af18653a428fe9e7f20d736b2e5a2dbbcebbf75d504eddb3206e7158 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85e0c438324ba5af87c2772039f859e76627b1f4fc478061c998201cb3ac3f31 [INFO] running `Command { std: "docker" "start" "-a" "85e0c438324ba5af87c2772039f859e76627b1f4fc478061c998201cb3ac3f31", 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.22s [INFO] running `Command { std: "docker" "inspect" "85e0c438324ba5af87c2772039f859e76627b1f4fc478061c998201cb3ac3f31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85e0c438324ba5af87c2772039f859e76627b1f4fc478061c998201cb3ac3f31", kill_on_drop: false }` [INFO] [stdout] 85e0c438324ba5af87c2772039f859e76627b1f4fc478061c998201cb3ac3f31 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a4abf0af435cb9d458dcf662f3197e7cce8b4f27ba193f4aeeeffb670e54fdef [INFO] running `Command { std: "docker" "start" "-a" "a4abf0af435cb9d458dcf662f3197e7cce8b4f27ba193f4aeeeffb670e54fdef", 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 unicode-segmentation v1.12.0 [INFO] [stderr] Compiling bytecount v0.5.1 [INFO] [stderr] Compiling str_indices v0.4.4 [INFO] [stderr] Compiling macro-attr v0.2.0 [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 aho-corasick v1.1.3 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling ropey v1.6.1 [INFO] [stderr] Compiling newtype_derive v0.1.6 [INFO] [stderr] Compiling an-rope v0.3.1 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling regex v1.11.3 [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 7.20s [INFO] running `Command { std: "docker" "inspect" "a4abf0af435cb9d458dcf662f3197e7cce8b4f27ba193f4aeeeffb670e54fdef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4abf0af435cb9d458dcf662f3197e7cce8b4f27ba193f4aeeeffb670e54fdef", kill_on_drop: false }` [INFO] [stdout] a4abf0af435cb9d458dcf662f3197e7cce8b4f27ba193f4aeeeffb670e54fdef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 70e8fec3c734175cedaebb4d1b61be2768cc6feb578d2d72a98b55668903c64a [INFO] running `Command { std: "docker" "start" "-a" "70e8fec3c734175cedaebb4d1b61be2768cc6feb578d2d72a98b55668903c64a", 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] [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] 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.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/persistent_rope-02f0d87c4ed69972) [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] [stderr] Doc-tests persistent_rope [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test src/rope.rs - rope::Rope::height (line 85) ... ok [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::add (line 600) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::eq (line 703) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::chars (line 498) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::insert (line 137) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::concat (line 421) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::char_at (line 464) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::eq (line 689) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::chunks (line 478) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::bytes_len (line 46) ... ok [INFO] [stdout] test src/rope.rs - rope::&'aRope::add (line 619) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::count_lines (line 99) ... 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::concat_char (line 444) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::insert_at_byte (line 123) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::eq (line 661) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::lines (line 508) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::insert_range_byte (line 151) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::insert_range (line 172) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove_range (line 276) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::insert_char_at_byte (line 193) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::split_at_byte (line 352) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::split (line 390) ... ok [INFO] [stdout] test src/utils.rs - utils::char_to_byte_index (line 15) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::len (line 36) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::to_string (line 635) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove_range_byte (line 260) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::new (line 26) ... ok [INFO] [stdout] test src/utils.rs - utils::split_at_char_index (line 2) ... 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] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.97s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "70e8fec3c734175cedaebb4d1b61be2768cc6feb578d2d72a98b55668903c64a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70e8fec3c734175cedaebb4d1b61be2768cc6feb578d2d72a98b55668903c64a", kill_on_drop: false }` [INFO] [stdout] 70e8fec3c734175cedaebb4d1b61be2768cc6feb578d2d72a98b55668903c64a