[INFO] fetching crate persistent_rope 0.1.3... [INFO] testing persistent_rope-0.1.3 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate persistent_rope 0.1.3 into /workspace/builds/worker-0-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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate persistent_rope 0.1.3 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bytecount v0.5.1 [INFO] [stderr] Downloaded macro-attr v0.2.0 [INFO] [stderr] Downloaded xi-rope v0.3.0 [INFO] [stderr] Downloaded an-rope v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e696e6fba711bbed96b68c9f5946760f10d6c72ac6b3808a8baf88d33e310e5f [INFO] running `Command { std: "docker" "start" "-a" "e696e6fba711bbed96b68c9f5946760f10d6c72ac6b3808a8baf88d33e310e5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e696e6fba711bbed96b68c9f5946760f10d6c72ac6b3808a8baf88d33e310e5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e696e6fba711bbed96b68c9f5946760f10d6c72ac6b3808a8baf88d33e310e5f", kill_on_drop: false }` [INFO] [stdout] e696e6fba711bbed96b68c9f5946760f10d6c72ac6b3808a8baf88d33e310e5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c646206c8dd7d76204484c6155b92bc18922a2540a81a41474e8f3c666d84b0c [INFO] running `Command { std: "docker" "start" "-a" "c646206c8dd7d76204484c6155b92bc18922a2540a81a41474e8f3c666d84b0c", 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" "c646206c8dd7d76204484c6155b92bc18922a2540a81a41474e8f3c666d84b0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c646206c8dd7d76204484c6155b92bc18922a2540a81a41474e8f3c666d84b0c", kill_on_drop: false }` [INFO] [stdout] c646206c8dd7d76204484c6155b92bc18922a2540a81a41474e8f3c666d84b0c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb1638784b2844b7e7927a188371cadd299c3970502d01da742631384a37576e [INFO] running `Command { std: "docker" "start" "-a" "eb1638784b2844b7e7927a188371cadd299c3970502d01da742631384a37576e", 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 str_indices v0.4.4 [INFO] [stderr] Compiling bytecount v0.5.1 [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 xi-rope v0.3.0 [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 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 2.55s [INFO] running `Command { std: "docker" "inspect" "eb1638784b2844b7e7927a188371cadd299c3970502d01da742631384a37576e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb1638784b2844b7e7927a188371cadd299c3970502d01da742631384a37576e", kill_on_drop: false }` [INFO] [stdout] eb1638784b2844b7e7927a188371cadd299c3970502d01da742631384a37576e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d06fe770d94d26bcedcdccba4ed22ea9c3928884252fa5a1d8512aa4ec87419e [INFO] running `Command { std: "docker" "start" "-a" "d06fe770d94d26bcedcdccba4ed22ea9c3928884252fa5a1d8512aa4ec87419e", 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-a7cc6b6d65f176f9) [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::count_lines (line 99) ... 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::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::insert (line 137) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::chars (line 498) ... ok [INFO] [stdout] test src/rope.rs - rope::&'aRope::add (line 619) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::eq (line 661) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::char_at (line 464) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::concat (line 421) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::concat_char (line 444) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::chunks (line 478) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::height (line 85) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::eq (line 703) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::eq (line 689) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::new (line 26) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::is_empty (line 72) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::insert_at_byte (line 123) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::lines (line 508) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::insert_range (line 172) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove_range_byte (line 260) ... 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::insert_char_at_byte (line 193) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::split (line 390) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::len (line 36) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove (line 320) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::insert_char (line 225) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove_range (line 276) ... ok [INFO] [stdout] test src/utils.rs - utils::split_at_char_index (line 2) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::insert_range_byte (line 151) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove_at_byte (line 292) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::to_string (line 635) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.93s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d06fe770d94d26bcedcdccba4ed22ea9c3928884252fa5a1d8512aa4ec87419e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d06fe770d94d26bcedcdccba4ed22ea9c3928884252fa5a1d8512aa4ec87419e", kill_on_drop: false }` [INFO] [stdout] d06fe770d94d26bcedcdccba4ed22ea9c3928884252fa5a1d8512aa4ec87419e