[INFO] fetching crate any-rope 1.2.5... [INFO] testing any-rope-1.2.5 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate any-rope 1.2.5 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate any-rope 1.2.5 [INFO] finished tweaking crates.io crate any-rope 1.2.5 [INFO] tweaked toml for crates.io crate any-rope 1.2.5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate any-rope 1.2.5 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0cc49eb74921445cf0e96fdf260ea2f2a0385d68d9cf7f3097924a0e159dd0a4 [INFO] running `Command { std: "docker" "start" "-a" "0cc49eb74921445cf0e96fdf260ea2f2a0385d68d9cf7f3097924a0e159dd0a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0cc49eb74921445cf0e96fdf260ea2f2a0385d68d9cf7f3097924a0e159dd0a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cc49eb74921445cf0e96fdf260ea2f2a0385d68d9cf7f3097924a0e159dd0a4", kill_on_drop: false }` [INFO] [stdout] 0cc49eb74921445cf0e96fdf260ea2f2a0385d68d9cf7f3097924a0e159dd0a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1be2b39a843d6e7b266daf367ad15f6239eda24c1f72e1d14e9befe4f828cd7a [INFO] running `Command { std: "docker" "start" "-a" "1be2b39a843d6e7b266daf367ad15f6239eda24c1f72e1d14e9befe4f828cd7a", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling any-rope v1.2.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:791:9 [INFO] [stdout] | [INFO] [stdout] 791 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 794 | ) -> RopeSlice { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 794 | ) -> RopeSlice<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:810:24 [INFO] [stdout] | [INFO] [stdout] 810 | pub fn index_slice(&self, index_range: impl RangeBounds) -> RopeSlice { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden 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] 810 | pub fn index_slice(&self, index_range: impl RangeBounds) -> RopeSlice<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:827:17 [INFO] [stdout] | [INFO] [stdout] 827 | pub fn iter(&self) -> Iter { [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] 827 | pub fn iter(&self) -> Iter<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:851:9 [INFO] [stdout] | [INFO] [stdout] 851 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 854 | ) -> Iter { [INFO] [stdout] | ^^^^^^^ the same lifetime is hidden 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] 854 | ) -> Iter<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:870:19 [INFO] [stdout] | [INFO] [stdout] 870 | 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 870 | pub fn chunks(&self) -> Chunks<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:893:28 [INFO] [stdout] | [INFO] [stdout] 893 | pub fn chunks_at_index(&self, index: usize) -> (Chunks, usize, M::Measure) { [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] 893 | pub fn chunks_at_index(&self, index: usize) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:926:9 [INFO] [stdout] | [INFO] [stdout] 926 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 929 | ) -> (Chunks, usize, M::Measure) { [INFO] [stdout] | ^^^^^^^^^ the same lifetime is hidden 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] 929 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1280:9 [INFO] [stdout] | [INFO] [stdout] 1280 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1283 | ) -> Result, M> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 1283 | ) -> Result, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | pub fn get_index_slice(&self, index_range: impl RangeBounds) -> Option> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden 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] 1292 | pub fn get_index_slice(&self, index_range: impl RangeBounds) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1297:9 [INFO] [stdout] | [INFO] [stdout] 1297 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1298 | index_range: impl RangeBounds, [INFO] [stdout] 1299 | ) -> Result, M> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 1299 | ) -> Result, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1344:9 [INFO] [stdout] | [INFO] [stdout] 1344 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1347 | ) -> Option> { [INFO] [stdout] | ^^^^^^^ the same lifetime is hidden 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] 1347 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1364:32 [INFO] [stdout] | [INFO] [stdout] 1364 | pub fn get_chunks_at_index(&self, index: usize) -> Option<(Chunks, usize, M::Measure)> { [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] 1364 | pub fn get_chunks_at_index(&self, index: usize) -> Option<(Chunks<'_, M>, usize, M::Measure)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1382:9 [INFO] [stdout] | [INFO] [stdout] 1382 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1385 | ) -> Option<(Chunks, usize, M::Measure)> { [INFO] [stdout] | ^^^^^^^^^ the same lifetime is hidden 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] 1385 | ) -> Option<(Chunks<'_, M>, usize, M::Measure)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/branch_children.rs:300:17 [INFO] [stdout] | [INFO] [stdout] 300 | pub fn iter(&self) -> Zip>, slice::Iter>>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 300 | pub fn iter(&self) -> Zip>, slice::Iter<'_, Arc>>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:435:15 [INFO] [stdout] | [INFO] [stdout] 435 | node: &Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 439 | ) -> (Chunks, usize, M::Measure) { [INFO] [stdout] | ^^^^^^^^^ the same lifetime is hidden 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] 439 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `Command { std: "docker" "inspect" "1be2b39a843d6e7b266daf367ad15f6239eda24c1f72e1d14e9befe4f828cd7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1be2b39a843d6e7b266daf367ad15f6239eda24c1f72e1d14e9befe4f828cd7a", kill_on_drop: false }` [INFO] [stdout] 1be2b39a843d6e7b266daf367ad15f6239eda24c1f72e1d14e9befe4f828cd7a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da41f171d98b3ba235fb829e0082a016d84732ad5a2d13de9415543f9d73fd9c [INFO] running `Command { std: "docker" "start" "-a" "da41f171d98b3ba235fb829e0082a016d84732ad5a2d13de9415543f9d73fd9c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:791:9 [INFO] [stdout] | [INFO] [stdout] 791 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 794 | ) -> RopeSlice { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 794 | ) -> RopeSlice<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:810:24 [INFO] [stdout] | [INFO] [stdout] 810 | pub fn index_slice(&self, index_range: impl RangeBounds) -> RopeSlice { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden 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] 810 | pub fn index_slice(&self, index_range: impl RangeBounds) -> RopeSlice<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:827:17 [INFO] [stdout] | [INFO] [stdout] 827 | pub fn iter(&self) -> Iter { [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] 827 | pub fn iter(&self) -> Iter<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:851:9 [INFO] [stdout] | [INFO] [stdout] 851 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 854 | ) -> Iter { [INFO] [stdout] | ^^^^^^^ the same lifetime is hidden 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] 854 | ) -> Iter<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:870:19 [INFO] [stdout] | [INFO] [stdout] 870 | 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 870 | pub fn chunks(&self) -> Chunks<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:893:28 [INFO] [stdout] | [INFO] [stdout] 893 | pub fn chunks_at_index(&self, index: usize) -> (Chunks, usize, M::Measure) { [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] 893 | pub fn chunks_at_index(&self, index: usize) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:926:9 [INFO] [stdout] | [INFO] [stdout] 926 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 929 | ) -> (Chunks, usize, M::Measure) { [INFO] [stdout] | ^^^^^^^^^ the same lifetime is hidden 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] 929 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1280:9 [INFO] [stdout] | [INFO] [stdout] 1280 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1283 | ) -> Result, M> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 1283 | ) -> Result, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | pub fn get_index_slice(&self, index_range: impl RangeBounds) -> Option> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden 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] 1292 | pub fn get_index_slice(&self, index_range: impl RangeBounds) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1297:9 [INFO] [stdout] | [INFO] [stdout] 1297 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1298 | index_range: impl RangeBounds, [INFO] [stdout] 1299 | ) -> Result, M> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 1299 | ) -> Result, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1344:9 [INFO] [stdout] | [INFO] [stdout] 1344 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1347 | ) -> Option> { [INFO] [stdout] | ^^^^^^^ the same lifetime is hidden 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] 1347 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1364:32 [INFO] [stdout] | [INFO] [stdout] 1364 | pub fn get_chunks_at_index(&self, index: usize) -> Option<(Chunks, usize, M::Measure)> { [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] 1364 | pub fn get_chunks_at_index(&self, index: usize) -> Option<(Chunks<'_, M>, usize, M::Measure)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1382:9 [INFO] [stdout] | [INFO] [stdout] 1382 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1385 | ) -> Option<(Chunks, usize, M::Measure)> { [INFO] [stdout] | ^^^^^^^^^ the same lifetime is hidden 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] 1385 | ) -> Option<(Chunks<'_, M>, usize, M::Measure)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/branch_children.rs:300:17 [INFO] [stdout] | [INFO] [stdout] 300 | pub fn iter(&self) -> Zip>, slice::Iter>>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 300 | pub fn iter(&self) -> Zip>, slice::Iter<'_, Arc>>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:435:15 [INFO] [stdout] | [INFO] [stdout] 435 | node: &Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 439 | ) -> (Chunks, usize, M::Measure) { [INFO] [stdout] | ^^^^^^^^^ the same lifetime is hidden 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] 439 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling any-rope v1.2.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:791:9 [INFO] [stdout] | [INFO] [stdout] 791 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 794 | ) -> RopeSlice { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 794 | ) -> RopeSlice<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:810:24 [INFO] [stdout] | [INFO] [stdout] 810 | pub fn index_slice(&self, index_range: impl RangeBounds) -> RopeSlice { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden 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] 810 | pub fn index_slice(&self, index_range: impl RangeBounds) -> RopeSlice<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:827:17 [INFO] [stdout] | [INFO] [stdout] 827 | pub fn iter(&self) -> Iter { [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] 827 | pub fn iter(&self) -> Iter<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:851:9 [INFO] [stdout] | [INFO] [stdout] 851 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 854 | ) -> Iter { [INFO] [stdout] | ^^^^^^^ the same lifetime is hidden 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] 854 | ) -> Iter<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:870:19 [INFO] [stdout] | [INFO] [stdout] 870 | 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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 870 | pub fn chunks(&self) -> Chunks<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:893:28 [INFO] [stdout] | [INFO] [stdout] 893 | pub fn chunks_at_index(&self, index: usize) -> (Chunks, usize, M::Measure) { [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] 893 | pub fn chunks_at_index(&self, index: usize) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:926:9 [INFO] [stdout] | [INFO] [stdout] 926 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 929 | ) -> (Chunks, usize, M::Measure) { [INFO] [stdout] | ^^^^^^^^^ the same lifetime is hidden 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] 929 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1280:9 [INFO] [stdout] | [INFO] [stdout] 1280 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1283 | ) -> Result, M> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 1283 | ) -> Result, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1292:28 [INFO] [stdout] | [INFO] [stdout] 1292 | pub fn get_index_slice(&self, index_range: impl RangeBounds) -> Option> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden 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] 1292 | pub fn get_index_slice(&self, index_range: impl RangeBounds) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1297:9 [INFO] [stdout] | [INFO] [stdout] 1297 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 1298 | index_range: impl RangeBounds, [INFO] [stdout] 1299 | ) -> Result, M> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 1299 | ) -> Result, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1344:9 [INFO] [stdout] | [INFO] [stdout] 1344 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1347 | ) -> Option> { [INFO] [stdout] | ^^^^^^^ the same lifetime is hidden 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] 1347 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1364:32 [INFO] [stdout] | [INFO] [stdout] 1364 | pub fn get_chunks_at_index(&self, index: usize) -> Option<(Chunks, usize, M::Measure)> { [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] 1364 | pub fn get_chunks_at_index(&self, index: usize) -> Option<(Chunks<'_, M>, usize, M::Measure)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rope.rs:1382:9 [INFO] [stdout] | [INFO] [stdout] 1382 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1385 | ) -> Option<(Chunks, usize, M::Measure)> { [INFO] [stdout] | ^^^^^^^^^ the same lifetime is hidden 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] 1385 | ) -> Option<(Chunks<'_, M>, usize, M::Measure)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/tree/branch_children.rs:300:17 [INFO] [stdout] | [INFO] [stdout] 300 | pub fn iter(&self) -> Zip>, slice::Iter>>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 300 | pub fn iter(&self) -> Zip>, slice::Iter<'_, Arc>>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter.rs:435:15 [INFO] [stdout] | [INFO] [stdout] 435 | node: &Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 439 | ) -> (Chunks, usize, M::Measure) { [INFO] [stdout] | ^^^^^^^^^ the same lifetime is hidden 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] 439 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.90s [INFO] running `Command { std: "docker" "inspect" "da41f171d98b3ba235fb829e0082a016d84732ad5a2d13de9415543f9d73fd9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da41f171d98b3ba235fb829e0082a016d84732ad5a2d13de9415543f9d73fd9c", kill_on_drop: false }` [INFO] [stdout] da41f171d98b3ba235fb829e0082a016d84732ad5a2d13de9415543f9d73fd9c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e8a482e9df861142f483afe14cf5cbde8e238d599d4d1799d294a3a625b41f70 [INFO] running `Command { std: "docker" "start" "-a" "e8a482e9df861142f483afe14cf5cbde8e238d599d4d1799d294a3a625b41f70", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:791:9 [INFO] [stderr] | [INFO] [stderr] 791 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 794 | ) -> RopeSlice { [INFO] [stderr] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 794 | ) -> RopeSlice<'_, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:810:24 [INFO] [stderr] | [INFO] [stderr] 810 | pub fn index_slice(&self, index_range: impl RangeBounds) -> RopeSlice { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden 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] 810 | pub fn index_slice(&self, index_range: impl RangeBounds) -> RopeSlice<'_, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:827:17 [INFO] [stderr] | [INFO] [stderr] 827 | pub fn iter(&self) -> Iter { [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] 827 | pub fn iter(&self) -> Iter<'_, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:851:9 [INFO] [stderr] | [INFO] [stderr] 851 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 854 | ) -> Iter { [INFO] [stderr] | ^^^^^^^ the same lifetime is hidden 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] 854 | ) -> Iter<'_, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:870:19 [INFO] [stderr] | [INFO] [stderr] 870 | 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] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 870 | pub fn chunks(&self) -> Chunks<'_, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:893:28 [INFO] [stderr] | [INFO] [stderr] 893 | pub fn chunks_at_index(&self, index: usize) -> (Chunks, usize, M::Measure) { [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] 893 | pub fn chunks_at_index(&self, index: usize) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:926:9 [INFO] [stderr] | [INFO] [stderr] 926 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 929 | ) -> (Chunks, usize, M::Measure) { [INFO] [stderr] | ^^^^^^^^^ the same lifetime is hidden 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] 929 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1280:9 [INFO] [stderr] | [INFO] [stderr] 1280 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 1283 | ) -> Result, M> { [INFO] [stderr] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 1283 | ) -> Result, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1292:28 [INFO] [stderr] | [INFO] [stderr] 1292 | pub fn get_index_slice(&self, index_range: impl RangeBounds) -> Option> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden 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] 1292 | pub fn get_index_slice(&self, index_range: impl RangeBounds) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1297:9 [INFO] [stderr] | [INFO] [stderr] 1297 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 1298 | index_range: impl RangeBounds, [INFO] [stderr] 1299 | ) -> Result, M> { [INFO] [stderr] | ^^^^^^^^^^^^ the same lifetime is hidden 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] 1299 | ) -> Result, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1344:9 [INFO] [stderr] | [INFO] [stderr] 1344 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 1347 | ) -> Option> { [INFO] [stderr] | ^^^^^^^ the same lifetime is hidden 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] 1347 | ) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1364:32 [INFO] [stderr] | [INFO] [stderr] 1364 | pub fn get_chunks_at_index(&self, index: usize) -> Option<(Chunks, usize, M::Measure)> { [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] 1364 | pub fn get_chunks_at_index(&self, index: usize) -> Option<(Chunks<'_, M>, usize, M::Measure)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/rope.rs:1382:9 [INFO] [stderr] | [INFO] [stderr] 1382 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 1385 | ) -> Option<(Chunks, usize, M::Measure)> { [INFO] [stderr] | ^^^^^^^^^ the same lifetime is hidden 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] 1385 | ) -> Option<(Chunks<'_, M>, usize, M::Measure)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/tree/branch_children.rs:300:17 [INFO] [stderr] | [INFO] [stderr] 300 | pub fn iter(&self) -> Zip>, slice::Iter>>> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [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] 300 | pub fn iter(&self) -> Zip>, slice::Iter<'_, Arc>>> { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter.rs:435:15 [INFO] [stderr] | [INFO] [stderr] 435 | node: &Arc>, [INFO] [stderr] | ^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 439 | ) -> (Chunks, usize, M::Measure) { [INFO] [stderr] | ^^^^^^^^^ the same lifetime is hidden 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] 439 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `any-rope` (lib) generated 15 warnings (run `cargo fix --lib -p any-rope` to apply 15 suggestions) [INFO] [stderr] warning: `any-rope` (lib test) generated 15 warnings (15 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/any_rope-9edd6cc9a3bbb533) [INFO] [stdout] [INFO] [stdout] running 158 tests [INFO] [stdout] test iter::tests::chunks_02 ... ok [INFO] [stdout] test iter::tests::chunks_03 ... ok [INFO] [stdout] test iter::tests::chunks_reverse_01 ... ok [INFO] [stdout] test iter::tests::chunks_at_03 ... ok [INFO] [stdout] test iter::tests::chunks_04 ... ok [INFO] [stdout] test iter::tests::chunks_at_02 ... ok [INFO] [stdout] test iter::tests::chunks_reverse_02 ... ok [INFO] [stdout] test iter::tests::empty_iter ... ok [INFO] [stdout] test iter::tests::chunks_reverse_04 ... ok [INFO] [stdout] test iter::tests::exact_size_iter_02 ... ok [INFO] [stdout] test iter::tests::iter_03 ... ok [INFO] [stdout] test iter::tests::exact_size_iter_01 ... ok [INFO] [stdout] test iter::tests::chunks_sliced_01 ... ok [INFO] [stdout] test iter::tests::exact_size_iter_03 ... ok [INFO] [stdout] test iter::tests::iter_08 ... ok [INFO] [stdout] test iter::tests::iter_01 ... ok [INFO] [stdout] test iter::tests::chunks_sliced_reverse_01 ... ok [INFO] [stdout] test iter::tests::iter_at_sliced_reverse_01 ... ok [INFO] [stdout] test iter::tests::iter_04 ... ok [INFO] [stdout] test iter::tests::iter_07 ... ok [INFO] [stdout] test iter::tests::iter_05 ... ok [INFO] [stdout] test iter::tests::iter_reverse_02 ... ok [INFO] [stdout] test rope::tests::append_02 ... ok [INFO] [stdout] test iter::tests::iter_reverse_01 ... ok [INFO] [stdout] test rope::tests::append_03 ... ok [INFO] [stdout] test rope::tests::append_04 ... ok [INFO] [stdout] test iter::tests::iter_06 ... ok [INFO] [stdout] test rope::tests::append_05 ... ok [INFO] [stdout] test iter::tests::iter_at_03 ... ok [INFO] [stdout] test iter::tests::iter_at_02 ... ok [INFO] [stdout] test iter::tests::iter_at_sliced_02 ... ok [INFO] [stdout] test rope::tests::chunk_at_index ... ok [INFO] [stdout] test rope::tests::eq_rope_01 ... ok [INFO] [stdout] test iter::tests::iter_at_sliced_03 ... ok [INFO] [stdout] test iter::tests::chunks_reverse_03 ... ok [INFO] [stdout] test rope::tests::eq_rope_02 ... ok [INFO] [stdout] test rope::tests::eq_rope_03 ... ok [INFO] [stdout] test rope::tests::eq_rope_04 ... ok [INFO] [stdout] test rope::tests::eq_rope_05 ... ok [INFO] [stdout] test rope::tests::eq_rope_06 ... ok [INFO] [stdout] test rope::tests::eq_rope_07 ... ok [INFO] [stdout] test rope::tests::from_index_01 ... ok [INFO] [stdout] test iter::tests::chunks_01 ... ok [INFO] [stdout] test iter::tests::iter_sliced_01 ... ok [INFO] [stdout] test iter::tests::iter_at_01 ... ok [INFO] [stdout] test iter::tests::chunks_at_01 ... ok [INFO] [stdout] test rope::tests::from_rope_slice_02 ... ok [INFO] [stdout] test rope::tests::from_rope_slice_01 ... ok [INFO] [stdout] test rope::tests::from_iter_01 ... ok [INFO] [stdout] test rope::tests::from_rope_slice_03 ... ok [INFO] [stdout] test rope::tests::from_measure_01 ... ok [INFO] [stdout] test rope::tests::index_slice_03 ... ok [INFO] [stdout] test rope::tests::index_slice_04 ... ok [INFO] [stdout] test rope::tests::from_rope_slice_04 ... ok [INFO] [stdout] test rope::tests::from_slice ... ok [INFO] [stdout] test rope::tests::append_01 ... ok [INFO] [stdout] test rope::tests::chunk_at_measure ... ok [INFO] [stdout] test rope::tests::index_slice_02 ... ok [INFO] [stdout] test rope::tests::index_slice_01 ... ok [INFO] [stdout] test rope::tests::insert_02 ... ok [INFO] [stdout] test rope::tests::insert_01 ... ok [INFO] [stdout] test rope::tests::insert_03 ... ok [INFO] [stdout] test rope::tests::insert_04 ... ok [INFO] [stdout] test rope::tests::insert_05 ... ok [INFO] [stdout] test rope::tests::len_from_measures_01 ... ok [INFO] [stdout] test rope::tests::len_from_measures_02 ... ok [INFO] [stdout] test rope::tests::measure_02 ... ok [INFO] [stdout] test rope::tests::measure_slice_01 ... ok [INFO] [stdout] test rope::tests::is_instance_01 ... ok [INFO] [stdout] test rope::tests::measure_slice_02 ... ok [INFO] [stdout] test rope::tests::len_01 ... ok [INFO] [stdout] test rope::tests::measure_slice_04 ... ok [INFO] [stdout] test rope::tests::insert_06 ... ok [INFO] [stdout] test rope::tests::measure_slice_03 ... ok [INFO] [stdout] test rope::tests::new_01 ... ok [INFO] [stdout] test rope::tests::remove_01 ... ok [INFO] [stdout] test rope::tests::remove_02 ... ok [INFO] [stdout] test rope::tests::remove_05 ... ok [INFO] [stdout] test rope::tests::remove_03 ... ok [INFO] [stdout] test rope::tests::remove_06 ... ok [INFO] [stdout] test rope::tests::remove_04 ... ok [INFO] [stdout] test rope::tests::split_off_01 ... ok [INFO] [stdout] test rope::tests::split_off_04 ... ok [INFO] [stdout] test rope::tests::split_off_05 ... ok [INFO] [stdout] test rope::tests::to_cow_01 ... ok [INFO] [stdout] test rope::tests::to_cow_02 ... ok [INFO] [stdout] test rope::tests::to_cow_03 ... ok [INFO] [stdout] test rope::tests::split_off_02 ... ok [INFO] [stdout] test rope::tests::to_vec_01 ... ok [INFO] [stdout] test rope::tests::split_off_03 ... ok [INFO] [stdout] test rope_builder::tests::rope_builder_01 ... ok [INFO] [stdout] test rope_builder::tests::rope_builder_02 ... ok [INFO] [stdout] test rope_builder::tests::rope_builder_default_01 ... ok [INFO] [stdout] test slice::tests::chunk_at_index_01 ... ok [INFO] [stdout] test slice::tests::chunk_at_measure_01 ... ok [INFO] [stdout] test slice::tests::cmp_rope_slice_02 ... ok [INFO] [stdout] test slice::tests::cmp_rope_slice_01 ... ok [INFO] [stdout] test slice::tests::eq_rope_slice_01 ... ok [INFO] [stdout] test slice::tests::eq_rope_slice_02 ... ok [INFO] [stdout] test slice::tests::eq_rope_slice_03 ... ok [INFO] [stdout] test slice::tests::eq_rope_slice_04 ... ok [INFO] [stdout] test slice::tests::eq_rope_slice_05 ... ok [INFO] [stdout] test slice::tests::eq_slice_01 ... ok [INFO] [stdout] test slice::tests::eq_slice_02 ... ok [INFO] [stdout] test slice::tests::eq_slice_03 ... ok [INFO] [stdout] test slice::tests::eq_slice_04 ... ok [INFO] [stdout] test slice::tests::from_index_01 ... ok [INFO] [stdout] test slice::tests::from_measure_01 ... ok [INFO] [stdout] test rope::tests::measure_to_index_01 ... ok [INFO] [stdout] test rope::tests::from_index_02 - should panic ... ok [INFO] [stdout] test rope::tests::from_measure_03 - should panic ... ok [INFO] [stdout] test rope::tests::from_index_03 - should panic ... ok [INFO] [stdout] test rope::tests::index_slice_05 - should panic ... ok [INFO] [stdout] test rope::tests::from_measure_02 - should panic ... ok [INFO] [stdout] test rope::tests::index_slice_06 - should panic ... ok [INFO] [stdout] test slice::tests::len_01 ... ok [INFO] [stdout] test rope::tests::measure_slice_05 - should panic ... ok [INFO] [stdout] test rope::tests::measure_slice_06 - should panic ... ok [INFO] [stdout] test slice::tests::index_to_measure_01 ... ok [INFO] [stdout] test slice::tests::len_02 ... ok [INFO] [stdout] test rope::tests::remove_07 - should panic ... ok [INFO] [stdout] test slice::tests::measure_02 ... ok [INFO] [stdout] test slice::tests::measure_03 ... ok [INFO] [stdout] test slice::tests::slice_01 ... ok [INFO] [stdout] test rope::tests::remove_08 - should panic ... ok [INFO] [stdout] test slice::tests::measure_to_index_01 ... ok [INFO] [stdout] test slice::tests::slice_02 ... ok [INFO] [stdout] test slice::tests::slice_03 ... ok [INFO] [stdout] test rope::tests::split_off_06 - should panic ... ok [INFO] [stdout] test slice::tests::slice_04 ... ok [INFO] [stdout] test slice::tests::measure_01 ... ok [INFO] [stdout] test slice::tests::to_cow_02 ... ok [INFO] [stdout] test slice::tests::to_vec_01 ... ok [INFO] [stdout] test slice::tests::from_index_02 - should panic ... ok [INFO] [stdout] test slice::tests::from_index_03 - should panic ... ok [INFO] [stdout] test slice::tests::to_vec_02 ... ok [INFO] [stdout] test slice::tests::from_measure_02 - should panic ... ok [INFO] [stdout] test slice::tests::to_vec_04 ... ok [INFO] [stdout] test tree::branch_children::tests::search_width_01 ... ok [INFO] [stdout] test slice::tests::slice_07 - should panic ... ok [INFO] [stdout] test slice::tests::from_measure_03 - should panic ... ok [INFO] [stdout] test slice::tests::to_cow_01 ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::truncate_01 ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::vec_basics ... ok [INFO] [stdout] test tree::branch_children::tests::search_width_02 - should panic ... ok [INFO] [stdout] test tree::branch_children::tests::search_width_range_01 ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::insert_slice_01 ... ok [INFO] [stdout] test slice::tests::to_vec_03 ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::split_off_01 ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::insert_slice_02 - should panic ... ok [INFO] [stdout] test tree::branch_children::tests::search_index_range_02 - should panic ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::remove_range_01 ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::remove_range_03 - should panic ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::split_off_02 - should panic ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::remove_range_02 - should panic ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::truncate_02 - should panic ... ok [INFO] [stdout] test slice::tests::slice_05 - should panic ... ok [INFO] [stdout] test iter::tests::iter_02 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 158 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] Running tests/fix_tree.rs (/opt/rustwide/target/debug/deps/fix_tree-6476cea3aee65c9d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test remove_at_chunk_boundery ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running tests/from_slice.rs (/opt/rustwide/target/debug/deps/from_slice-a261cb1a5fee2136) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/shrink_to_fit.rs (/opt/rustwide/target/debug/deps/shrink_to_fit-2e6ab0999c7eb390) [INFO] [stdout] test from_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test shrink_to_fit ... ok [INFO] [stderr] Doc-tests any_rope [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test src/lib.rs - FallibleOrd::fallible_cmp (line 157) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope (line 88) ... ok [INFO] [stdout] test src/lib.rs - Measurable::Measure (line 207) ... ok [INFO] [stdout] test src/iter.rs - iter::Chunks<'a,M>::reversed (line 572) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove_exclusive (line 497) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove_exclusive (line 457) ... ok [INFO] [stdout] test src/slice.rs - slice::RopeSlice<'a,M>::measure_slice (line 416) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope (line 31) ... ok [INFO] [stdout] test src/rope_builder.rs - rope_builder::RopeBuilder (line 21) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::measure_slice (line 767) ... ok [INFO] [stdout] test src/iter.rs - iter::Iter<'a,M>::reversed (line 224) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove_exclusive (line 478) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope (line 58) ... ok [INFO] [stdout] test src/lib.rs - (line 32) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove_inclusive (line 377) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove_inclusive (line 395) ... ok [INFO] [stdout] test src/rope.rs - rope::Rope::remove_inclusive (line 413) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e8a482e9df861142f483afe14cf5cbde8e238d599d4d1799d294a3a625b41f70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8a482e9df861142f483afe14cf5cbde8e238d599d4d1799d294a3a625b41f70", kill_on_drop: false }` [INFO] [stdout] e8a482e9df861142f483afe14cf5cbde8e238d599d4d1799d294a3a625b41f70