[INFO] fetching crate any-rope 1.2.5...
[INFO] testing any-rope-1.2.5 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate any-rope 1.2.5 into /workspace/builds/worker-3-tc1/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-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate any-rope 1.2.5 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 63a58aac716f1565be01466ea78dcb8bf2423cf465416886a4221360f328ca8b
[INFO] running `Command { std: "docker" "start" "-a" "63a58aac716f1565be01466ea78dcb8bf2423cf465416886a4221360f328ca8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "63a58aac716f1565be01466ea78dcb8bf2423cf465416886a4221360f328ca8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63a58aac716f1565be01466ea78dcb8bf2423cf465416886a4221360f328ca8b", kill_on_drop: false }`
[INFO] [stdout] 63a58aac716f1565be01466ea78dcb8bf2423cf465416886a4221360f328ca8b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d01f8bdbd376576cc96cd1882f8f0dff86a607163d0175e8ceb28326c2bd137
[INFO] running `Command { std: "docker" "start" "-a" "4d01f8bdbd376576cc96cd1882f8f0dff86a607163d0175e8ceb28326c2bd137", 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<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]     = 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<usize>) -> RopeSlice<M> {
[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<usize>) -> 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<M> {
[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<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] 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<M> {
[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<M>, 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<M>, 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<RopeSlice<M>, 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<RopeSlice<'_, M>, 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<usize>) -> Option<RopeSlice<M>> {
[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<usize>) -> Option<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:1297:9
[INFO] [stdout]      |
[INFO] [stdout] 1297 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1298 |         index_range: impl RangeBounds<usize>,
[INFO] [stdout] 1299 |     ) -> Result<RopeSlice<M>, 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<RopeSlice<'_, M>, 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<Iter<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] 1347 |     ) -> Option<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:1364:32
[INFO] [stdout]      |
[INFO] [stdout] 1364 |     pub fn get_chunks_at_index(&self, index: usize) -> Option<(Chunks<M>, 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<M>, 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<SliceInfo<M::Measure>>, slice::Iter<Arc<Node<M>>>> {
[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<'_, SliceInfo<M::Measure>>, slice::Iter<'_, Arc<Node<M>>>> {
[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<Node<M>>,
[INFO] [stdout]     |               ^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 439 |     ) -> (Chunks<M>, 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.13s
[INFO] running `Command { std: "docker" "inspect" "4d01f8bdbd376576cc96cd1882f8f0dff86a607163d0175e8ceb28326c2bd137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d01f8bdbd376576cc96cd1882f8f0dff86a607163d0175e8ceb28326c2bd137", kill_on_drop: false }`
[INFO] [stdout] 4d01f8bdbd376576cc96cd1882f8f0dff86a607163d0175e8ceb28326c2bd137
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b28046f0bc9c6a35283bc224756c0f72ec982f852dfe43d0c0c04d4ffced056c
[INFO] running `Command { std: "docker" "start" "-a" "b28046f0bc9c6a35283bc224756c0f72ec982f852dfe43d0c0c04d4ffced056c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling cfg-if v1.0.4
[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<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]     = 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<usize>) -> RopeSlice<M> {
[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<usize>) -> 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<M> {
[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<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] 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<M> {
[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<M>, 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<M>, 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<RopeSlice<M>, 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<RopeSlice<'_, M>, 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<usize>) -> Option<RopeSlice<M>> {
[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<usize>) -> Option<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:1297:9
[INFO] [stdout]      |
[INFO] [stdout] 1297 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1298 |         index_range: impl RangeBounds<usize>,
[INFO] [stdout] 1299 |     ) -> Result<RopeSlice<M>, 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<RopeSlice<'_, M>, 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<Iter<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] 1347 |     ) -> Option<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:1364:32
[INFO] [stdout]      |
[INFO] [stdout] 1364 |     pub fn get_chunks_at_index(&self, index: usize) -> Option<(Chunks<M>, 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<M>, 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<SliceInfo<M::Measure>>, slice::Iter<Arc<Node<M>>>> {
[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<'_, SliceInfo<M::Measure>>, slice::Iter<'_, Arc<Node<M>>>> {
[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<Node<M>>,
[INFO] [stdout]     |               ^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 439 |     ) -> (Chunks<M>, 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 ppv-lite86 v0.2.21
[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<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]     = 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<usize>) -> RopeSlice<M> {
[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<usize>) -> 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<M> {
[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<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] 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<M> {
[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<M>, 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<M>, 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<RopeSlice<M>, 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<RopeSlice<'_, M>, 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<usize>) -> Option<RopeSlice<M>> {
[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<usize>) -> Option<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:1297:9
[INFO] [stdout]      |
[INFO] [stdout] 1297 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1298 |         index_range: impl RangeBounds<usize>,
[INFO] [stdout] 1299 |     ) -> Result<RopeSlice<M>, 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<RopeSlice<'_, M>, 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<Iter<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] 1347 |     ) -> Option<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:1364:32
[INFO] [stdout]      |
[INFO] [stdout] 1364 |     pub fn get_chunks_at_index(&self, index: usize) -> Option<(Chunks<M>, 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<M>, 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<SliceInfo<M::Measure>>, slice::Iter<Arc<Node<M>>>> {
[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<'_, SliceInfo<M::Measure>>, slice::Iter<'_, Arc<Node<M>>>> {
[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<Node<M>>,
[INFO] [stdout]     |               ^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 439 |     ) -> (Chunks<M>, 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 11.04s
[INFO] running `Command { std: "docker" "inspect" "b28046f0bc9c6a35283bc224756c0f72ec982f852dfe43d0c0c04d4ffced056c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b28046f0bc9c6a35283bc224756c0f72ec982f852dfe43d0c0c04d4ffced056c", kill_on_drop: false }`
[INFO] [stdout] b28046f0bc9c6a35283bc224756c0f72ec982f852dfe43d0c0c04d4ffced056c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9ba907d18e7a5e3a06ba2495a10abc4347e3302e8d7633e9873632d304eca3e7
[INFO] running `Command { std: "docker" "start" "-a" "9ba907d18e7a5e3a06ba2495a10abc4347e3302e8d7633e9873632d304eca3e7", 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<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]     = 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<usize>) -> RopeSlice<M> {
[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<usize>) -> 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<M> {
[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<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] 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<M> {
[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<M>, 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<M>, 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<RopeSlice<M>, 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<RopeSlice<'_, M>, 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<usize>) -> Option<RopeSlice<M>> {
[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<usize>) -> Option<RopeSlice<'_, M>> {
[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<usize>,
[INFO] [stderr] 1299 |     ) -> Result<RopeSlice<M>, 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<RopeSlice<'_, M>, 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<Iter<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] 1347 |     ) -> Option<Iter<'_, M>> {
[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<M>, 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<M>, 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<SliceInfo<M::Measure>>, slice::Iter<Arc<Node<M>>>> {
[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<'_, SliceInfo<M::Measure>>, slice::Iter<'_, Arc<Node<M>>>> {
[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<Node<M>>,
[INFO] [stderr]     |               ^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 439 |     ) -> (Chunks<M>, 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.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/any_rope-01bbcbea0ea66d21)
[INFO] [stdout] 
[INFO] [stdout] running 158 tests
[INFO] [stdout] test iter::tests::chunks_03 ... ok
[INFO] [stdout] test iter::tests::chunks_reverse_01 ... ok
[INFO] [stdout] test iter::tests::chunks_04 ... ok
[INFO] [stdout] test iter::tests::chunks_at_02 ... ok
[INFO] [stdout] test iter::tests::chunks_at_03 ... ok
[INFO] [stdout] test iter::tests::chunks_02 ... ok
[INFO] [stdout] test iter::tests::chunks_reverse_04 ... ok
[INFO] [stdout] test iter::tests::chunks_reverse_02 ... ok
[INFO] [stdout] test iter::tests::chunks_sliced_01 ... ok
[INFO] [stdout] test iter::tests::empty_iter ... ok
[INFO] [stdout] test iter::tests::chunks_reverse_03 ... ok
[INFO] [stdout] test iter::tests::chunks_sliced_reverse_01 ... ok
[INFO] [stdout] test iter::tests::iter_01 ... ok
[INFO] [stdout] test iter::tests::iter_04 ... ok
[INFO] [stdout] test iter::tests::iter_05 ... ok
[INFO] [stdout] test iter::tests::iter_06 ... ok
[INFO] [stdout] test iter::tests::iter_03 ... ok
[INFO] [stdout] test iter::tests::exact_size_iter_02 ... ok
[INFO] [stdout] test iter::tests::iter_07 ... ok
[INFO] [stdout] test iter::tests::iter_at_01 ... ok
[INFO] [stdout] test iter::tests::chunks_at_01 ... ok
[INFO] [stdout] test iter::tests::exact_size_iter_03 ... ok
[INFO] [stdout] test iter::tests::iter_at_02 ... ok
[INFO] [stdout] test iter::tests::chunks_01 ... ok
[INFO] [stdout] test iter::tests::iter_at_03 ... ok
[INFO] [stdout] test iter::tests::iter_at_sliced_03 ... ok
[INFO] [stdout] test iter::tests::iter_at_sliced_reverse_01 ... ok
[INFO] [stdout] test iter::tests::iter_reverse_01 ... ok
[INFO] [stdout] test iter::tests::iter_reverse_02 ... ok
[INFO] [stdout] test iter::tests::iter_sliced_01 ... ok
[INFO] [stdout] test rope::tests::append_01 ... ok
[INFO] [stdout] test rope::tests::append_02 ... ok
[INFO] [stdout] test rope::tests::append_03 ... ok
[INFO] [stdout] test rope::tests::append_04 ... ok
[INFO] [stdout] test rope::tests::append_05 ... ok
[INFO] [stdout] test rope::tests::chunk_at_index ... ok
[INFO] [stdout] test rope::tests::chunk_at_measure ... ok
[INFO] [stdout] test rope::tests::eq_rope_01 ... 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 rope::tests::from_iter_01 ... ok
[INFO] [stdout] test iter::tests::iter_at_sliced_02 ... ok
[INFO] [stdout] test rope::tests::from_measure_01 ... ok
[INFO] [stdout] test rope::tests::from_rope_slice_01 ... ok
[INFO] [stdout] test iter::tests::iter_08 ... ok
[INFO] [stdout] test rope::tests::from_rope_slice_02 ... ok
[INFO] [stdout] test rope::tests::from_rope_slice_04 ... ok
[INFO] [stdout] test rope::tests::from_rope_slice_03 ... ok
[INFO] [stdout] test rope::tests::from_slice ... ok
[INFO] [stdout] test rope::tests::index_slice_01 ... ok
[INFO] [stdout] test rope::tests::index_slice_02 ... 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_index_03 - should panic ... ok
[INFO] [stdout] test rope::tests::insert_01 ... ok
[INFO] [stdout] test rope::tests::insert_02 ... 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::insert_06 ... ok
[INFO] [stdout] test rope::tests::is_instance_01 ... ok
[INFO] [stdout] test rope::tests::len_01 ... ok
[INFO] [stdout] test rope::tests::len_from_measures_01 ... ok
[INFO] [stdout] test rope::tests::from_measure_03 - should panic ... ok
[INFO] [stdout] test rope::tests::measure_02 ... ok
[INFO] [stdout] test rope::tests::index_slice_05 - should panic ... ok
[INFO] [stdout] test rope::tests::measure_slice_01 ... ok
[INFO] [stdout] test rope::tests::from_index_02 - should panic ... ok
[INFO] [stdout] test rope::tests::index_slice_06 - should panic ... ok
[INFO] [stdout] test rope::tests::measure_slice_04 ... ok
[INFO] [stdout] test rope::tests::measure_slice_02 ... ok
[INFO] [stdout] test rope::tests::measure_to_index_01 ... ok
[INFO] [stdout] test rope::tests::measure_slice_05 - should panic ... ok
[INFO] [stdout] test rope::tests::new_01 ... ok
[INFO] [stdout] test rope::tests::remove_01 ... ok
[INFO] [stdout] test rope::tests::measure_slice_06 - should panic ... ok
[INFO] [stdout] test rope::tests::remove_02 ... ok
[INFO] [stdout] test rope::tests::remove_04 ... ok
[INFO] [stdout] test rope::tests::remove_03 ... ok
[INFO] [stdout] test rope::tests::remove_05 ... ok
[INFO] [stdout] test rope::tests::remove_06 ... ok
[INFO] [stdout] test rope::tests::remove_07 - should panic ... ok
[INFO] [stdout] test rope::tests::split_off_01 ... ok
[INFO] [stdout] test rope::tests::remove_08 - should panic ... ok
[INFO] [stdout] test rope::tests::split_off_02 ... ok
[INFO] [stdout] test rope::tests::split_off_04 ... ok
[INFO] [stdout] test rope::tests::len_from_measures_02 ... ok
[INFO] [stdout] test rope::tests::measure_slice_03 ... ok
[INFO] [stdout] test rope::tests::to_cow_01 ... ok
[INFO] [stdout] test rope::tests::to_cow_03 ... ok
[INFO] [stdout] test rope::tests::to_cow_02 ... ok
[INFO] [stdout] test rope::tests::to_vec_01 ... 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 rope::tests::split_off_05 ... ok
[INFO] [stdout] test rope::tests::split_off_03 ... ok
[INFO] [stdout] test slice::tests::chunk_at_index_01 ... ok
[INFO] [stdout] test slice::tests::cmp_rope_slice_02 ... ok
[INFO] [stdout] test slice::tests::eq_rope_slice_02 ... ok
[INFO] [stdout] test slice::tests::chunk_at_measure_01 ... ok
[INFO] [stdout] test slice::tests::cmp_rope_slice_01 ... ok
[INFO] [stdout] test rope::tests::split_off_06 - should panic ... ok
[INFO] [stdout] test slice::tests::eq_rope_slice_01 ... ok
[INFO] [stdout] test slice::tests::eq_rope_slice_05 ... ok
[INFO] [stdout] test slice::tests::eq_rope_slice_04 ... 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_rope_slice_03 ... ok
[INFO] [stdout] test slice::tests::eq_slice_04 ... ok
[INFO] [stdout] test slice::tests::eq_slice_03 ... ok
[INFO] [stdout] test slice::tests::from_index_01 ... ok
[INFO] [stdout] test slice::tests::from_index_03 - should panic ... ok
[INFO] [stdout] test slice::tests::from_measure_01 ... ok
[INFO] [stdout] test slice::tests::from_measure_02 - should panic ... ok
[INFO] [stdout] test slice::tests::from_index_02 - should panic ... ok
[INFO] [stdout] test slice::tests::from_measure_03 - should panic ... ok
[INFO] [stdout] test slice::tests::measure_01 ... ok
[INFO] [stdout] test slice::tests::measure_02 ... ok
[INFO] [stdout] test slice::tests::index_to_measure_01 ... ok
[INFO] [stdout] test slice::tests::slice_01 ... ok
[INFO] [stdout] test slice::tests::slice_02 ... ok
[INFO] [stdout] test slice::tests::measure_03 ... ok
[INFO] [stdout] test slice::tests::measure_to_index_01 ... ok
[INFO] [stdout] test slice::tests::slice_05 - should panic ... ok
[INFO] [stdout] test slice::tests::slice_03 ... ok
[INFO] [stdout] test slice::tests::slice_07 - should panic ... ok
[INFO] [stdout] test slice::tests::to_cow_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::to_vec_02 ... ok
[INFO] [stdout] test slice::tests::to_vec_03 ... ok
[INFO] [stdout] test slice::tests::to_vec_04 ... ok
[INFO] [stdout] test tree::branch_children::tests::search_index_range_02 - should panic ... ok
[INFO] [stdout] test tree::branch_children::tests::search_width_01 ... 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 tree::leaf_slice::inner::tests::insert_slice_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_02 - should panic ... ok
[INFO] [stdout] test tree::leaf_slice::inner::tests::remove_range_03 - should panic ... ok
[INFO] [stdout] test slice::tests::len_02 ... ok
[INFO] [stdout] test slice::tests::slice_04 ... ok
[INFO] [stdout] test rope::tests::from_measure_02 - should panic ... ok
[INFO] [stdout] test tree::leaf_slice::inner::tests::split_off_01 ... ok
[INFO] [stdout] test slice::tests::len_01 ... ok
[INFO] [stdout] test tree::leaf_slice::inner::tests::truncate_02 - should panic ... ok
[INFO] [stdout] test tree::leaf_slice::inner::tests::vec_basics ... ok
[INFO] [stdout] test tree::leaf_slice::inner::tests::split_off_02 - should panic ... ok
[INFO] [stdout] test iter::tests::exact_size_iter_01 ... ok
[INFO] [stdout] test tree::leaf_slice::inner::tests::truncate_01 ... 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.15s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fix_tree.rs (/opt/rustwide/target/debug/deps/fix_tree-f912e29b38a80e90)
[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.20s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[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] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/from_slice.rs (/opt/rustwide/target/debug/deps/from_slice-5bb80081546fd607)
[INFO] [stderr]      Running tests/shrink_to_fit.rs (/opt/rustwide/target/debug/deps/shrink_to_fit-af52646399b98118)
[INFO] [stderr]    Doc-tests any_rope
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test src/lib.rs - FallibleOrd::fallible_cmp (line 157) ... 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<M>::measure_slice (line 767) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope (line 88) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope (line 31) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope (line 58) ... ok
[INFO] [stdout] test src/iter.rs - iter::Iter<'a,M>::reversed (line 224) ... ok
[INFO] [stdout] test src/lib.rs - (line 32) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope<M>::remove_exclusive (line 457) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope<M>::remove_exclusive (line 497) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope<M>::remove_exclusive (line 478) ... ok
[INFO] [stdout] test src/rope_builder.rs - rope_builder::RopeBuilder (line 21) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope<M>::remove_inclusive (line 395) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope<M>::remove_inclusive (line 377) ... ok
[INFO] [stdout] test src/slice.rs - slice::RopeSlice<'a,M>::measure_slice (line 416) ... ok
[INFO] [stdout] test src/rope.rs - rope::Rope<M>::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 4.22s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9ba907d18e7a5e3a06ba2495a10abc4347e3302e8d7633e9873632d304eca3e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ba907d18e7a5e3a06ba2495a10abc4347e3302e8d7633e9873632d304eca3e7", kill_on_drop: false }`
[INFO] [stdout] 9ba907d18e7a5e3a06ba2495a10abc4347e3302e8d7633e9873632d304eca3e7
