[INFO] fetching crate any-rope 1.2.5... [INFO] testing any-rope-1.2.5 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate any-rope 1.2.5 into /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate any-rope 1.2.5 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 497dc2f253ec07dd5122d4d2ed707ca52750309e7a9404971d64ccdc62630845 [INFO] running `Command { std: "docker" "start" "-a" "497dc2f253ec07dd5122d4d2ed707ca52750309e7a9404971d64ccdc62630845", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "497dc2f253ec07dd5122d4d2ed707ca52750309e7a9404971d64ccdc62630845", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "497dc2f253ec07dd5122d4d2ed707ca52750309e7a9404971d64ccdc62630845", kill_on_drop: false }` [INFO] [stdout] 497dc2f253ec07dd5122d4d2ed707ca52750309e7a9404971d64ccdc62630845 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 0df8a880fe4bc394598fd9298e6931174d5f2d0a150d3177a9b03df32c2e3baf [INFO] running `Command { std: "docker" "start" "-a" "0df8a880fe4bc394598fd9298e6931174d5f2d0a150d3177a9b03df32c2e3baf", 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:791:9 [INFO] [stdout] | [INFO] [stdout] 791 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 794 | ) -> RopeSlice { [INFO] [stdout] | ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 794 | ) -> RopeSlice<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:827:17 [INFO] [stdout] | [INFO] [stdout] 827 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 827 | pub fn iter(&self) -> Iter<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:851:9 [INFO] [stdout] | [INFO] [stdout] 851 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 854 | ) -> Iter { [INFO] [stdout] | ------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 854 | ) -> Iter<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:870:19 [INFO] [stdout] | [INFO] [stdout] 870 | pub fn chunks(&self) -> Chunks { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 870 | pub fn chunks(&self) -> Chunks<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:926:9 [INFO] [stdout] | [INFO] [stdout] 926 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 929 | ) -> (Chunks, usize, M::Measure) { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 929 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:1280:9 [INFO] [stdout] | [INFO] [stdout] 1280 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1283 | ) -> Result, M> { [INFO] [stdout] | ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1283 | ) -> Result, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:1297:9 [INFO] [stdout] | [INFO] [stdout] 1297 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1298 | index_range: impl RangeBounds, [INFO] [stdout] 1299 | ) -> Result, M> { [INFO] [stdout] | ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1299 | ) -> Result, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:1344:9 [INFO] [stdout] | [INFO] [stdout] 1344 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1347 | ) -> Option> { [INFO] [stdout] | ------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1347 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:1382:9 [INFO] [stdout] | [INFO] [stdout] 1382 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1385 | ) -> Option<(Chunks, usize, M::Measure)> { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1385 | ) -> Option<(Chunks<'_, M>, usize, M::Measure)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 300 | pub fn iter(&self) -> Zip>, slice::Iter<'_, Arc>>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/iter.rs:435:15 [INFO] [stdout] | [INFO] [stdout] 435 | node: &Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 439 | ) -> (Chunks, usize, M::Measure) { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.27s [INFO] running `Command { std: "docker" "inspect" "0df8a880fe4bc394598fd9298e6931174d5f2d0a150d3177a9b03df32c2e3baf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0df8a880fe4bc394598fd9298e6931174d5f2d0a150d3177a9b03df32c2e3baf", kill_on_drop: false }` [INFO] [stdout] 0df8a880fe4bc394598fd9298e6931174d5f2d0a150d3177a9b03df32c2e3baf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 20326ae7a6174f14d85a888b5a0bd670a06a7ce3b17a865b100cf811aaeaef1f [INFO] running `Command { std: "docker" "start" "-a" "20326ae7a6174f14d85a888b5a0bd670a06a7ce3b17a865b100cf811aaeaef1f", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:791:9 [INFO] [stdout] | [INFO] [stdout] 791 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 794 | ) -> RopeSlice { [INFO] [stdout] | ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 794 | ) -> RopeSlice<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:827:17 [INFO] [stdout] | [INFO] [stdout] 827 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 827 | pub fn iter(&self) -> Iter<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:851:9 [INFO] [stdout] | [INFO] [stdout] 851 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 854 | ) -> Iter { [INFO] [stdout] | ------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 854 | ) -> Iter<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:870:19 [INFO] [stdout] | [INFO] [stdout] 870 | pub fn chunks(&self) -> Chunks { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 870 | pub fn chunks(&self) -> Chunks<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:926:9 [INFO] [stdout] | [INFO] [stdout] 926 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 929 | ) -> (Chunks, usize, M::Measure) { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 929 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:1280:9 [INFO] [stdout] | [INFO] [stdout] 1280 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1283 | ) -> Result, M> { [INFO] [stdout] | ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1283 | ) -> Result, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:1297:9 [INFO] [stdout] | [INFO] [stdout] 1297 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1298 | index_range: impl RangeBounds, [INFO] [stdout] 1299 | ) -> Result, M> { [INFO] [stdout] | ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1299 | ) -> Result, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:1344:9 [INFO] [stdout] | [INFO] [stdout] 1344 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1347 | ) -> Option> { [INFO] [stdout] | ------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1347 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:1382:9 [INFO] [stdout] | [INFO] [stdout] 1382 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1385 | ) -> Option<(Chunks, usize, M::Measure)> { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1385 | ) -> Option<(Chunks<'_, M>, usize, M::Measure)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 300 | pub fn iter(&self) -> Zip>, slice::Iter<'_, Arc>>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/iter.rs:435:15 [INFO] [stdout] | [INFO] [stdout] 435 | node: &Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 439 | ) -> (Chunks, usize, M::Measure) { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 439 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:791:9 [INFO] [stdout] | [INFO] [stdout] 791 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 794 | ) -> RopeSlice { [INFO] [stdout] | ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 794 | ) -> RopeSlice<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:827:17 [INFO] [stdout] | [INFO] [stdout] 827 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 827 | pub fn iter(&self) -> Iter<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:851:9 [INFO] [stdout] | [INFO] [stdout] 851 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 854 | ) -> Iter { [INFO] [stdout] | ------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 854 | ) -> Iter<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:870:19 [INFO] [stdout] | [INFO] [stdout] 870 | pub fn chunks(&self) -> Chunks { [INFO] [stdout] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 870 | pub fn chunks(&self) -> Chunks<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:926:9 [INFO] [stdout] | [INFO] [stdout] 926 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 929 | ) -> (Chunks, usize, M::Measure) { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 929 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:1280:9 [INFO] [stdout] | [INFO] [stdout] 1280 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1283 | ) -> Result, M> { [INFO] [stdout] | ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1283 | ) -> Result, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:1297:9 [INFO] [stdout] | [INFO] [stdout] 1297 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] 1298 | index_range: impl RangeBounds, [INFO] [stdout] 1299 | ) -> Result, M> { [INFO] [stdout] | ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1299 | ) -> Result, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:1344:9 [INFO] [stdout] | [INFO] [stdout] 1344 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1347 | ) -> Option> { [INFO] [stdout] | ------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1347 | ) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rope.rs:1382:9 [INFO] [stdout] | [INFO] [stdout] 1382 | &self, [INFO] [stdout] | ^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 1385 | ) -> Option<(Chunks, usize, M::Measure)> { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1385 | ) -> Option<(Chunks<'_, M>, usize, M::Measure)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 300 | pub fn iter(&self) -> Zip>, slice::Iter<'_, Arc>>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/iter.rs:435:15 [INFO] [stdout] | [INFO] [stdout] 435 | node: &Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 439 | ) -> (Chunks, usize, M::Measure) { [INFO] [stdout] | --------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 7.31s [INFO] running `Command { std: "docker" "inspect" "20326ae7a6174f14d85a888b5a0bd670a06a7ce3b17a865b100cf811aaeaef1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20326ae7a6174f14d85a888b5a0bd670a06a7ce3b17a865b100cf811aaeaef1f", kill_on_drop: false }` [INFO] [stdout] 20326ae7a6174f14d85a888b5a0bd670a06a7ce3b17a865b100cf811aaeaef1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 637fdc7a9a4e0343f7812bf4fcc2ce1d43daaf748825d1eb6b1b58a478840246 [INFO] running `Command { std: "docker" "start" "-a" "637fdc7a9a4e0343f7812bf4fcc2ce1d43daaf748825d1eb6b1b58a478840246", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rope.rs:791:9 [INFO] [stderr] | [INFO] [stderr] 791 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 794 | ) -> RopeSlice { [INFO] [stderr] | ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 794 | ) -> RopeSlice<'_, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 810 | pub fn index_slice(&self, index_range: impl RangeBounds) -> RopeSlice<'_, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rope.rs:827:17 [INFO] [stderr] | [INFO] [stderr] 827 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 827 | pub fn iter(&self) -> Iter<'_, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rope.rs:851:9 [INFO] [stderr] | [INFO] [stderr] 851 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 854 | ) -> Iter { [INFO] [stderr] | ------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 854 | ) -> Iter<'_, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rope.rs:870:19 [INFO] [stderr] | [INFO] [stderr] 870 | pub fn chunks(&self) -> Chunks { [INFO] [stderr] | ^^^^^ --------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 870 | pub fn chunks(&self) -> Chunks<'_, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rope.rs:926:9 [INFO] [stderr] | [INFO] [stderr] 926 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 929 | ) -> (Chunks, usize, M::Measure) { [INFO] [stderr] | --------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 929 | ) -> (Chunks<'_, M>, usize, M::Measure) { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rope.rs:1280:9 [INFO] [stderr] | [INFO] [stderr] 1280 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 1283 | ) -> Result, M> { [INFO] [stderr] | ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1283 | ) -> Result, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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] | ^^^^^ this lifetime flows to the output ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1292 | pub fn get_index_slice(&self, index_range: impl RangeBounds) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rope.rs:1297:9 [INFO] [stderr] | [INFO] [stderr] 1297 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 1298 | index_range: impl RangeBounds, [INFO] [stderr] 1299 | ) -> Result, M> { [INFO] [stderr] | ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1299 | ) -> Result, M> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rope.rs:1344:9 [INFO] [stderr] | [INFO] [stderr] 1344 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 1347 | ) -> Option> { [INFO] [stderr] | ------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1347 | ) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/rope.rs:1382:9 [INFO] [stderr] | [INFO] [stderr] 1382 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 1385 | ) -> Option<(Chunks, usize, M::Measure)> { [INFO] [stderr] | --------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1385 | ) -> Option<(Chunks<'_, M>, usize, M::Measure)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 300 | pub fn iter(&self) -> Zip>, slice::Iter<'_, Arc>>> { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/iter.rs:435:15 [INFO] [stderr] | [INFO] [stderr] 435 | node: &Arc>, [INFO] [stderr] | ^^^^^^^^^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 439 | ) -> (Chunks, usize, M::Measure) { [INFO] [stderr] | --------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/any_rope-621640c846ced4c7) [INFO] [stdout] [INFO] [stdout] running 158 tests [INFO] [stdout] test iter::tests::chunks_02 ... ok [INFO] [stdout] test iter::tests::chunks_reverse_04 ... ok [INFO] [stdout] test iter::tests::empty_iter ... ok [INFO] [stdout] test iter::tests::chunks_sliced_01 ... ok [INFO] [stdout] test iter::tests::chunks_at_02 ... ok [INFO] [stdout] test iter::tests::chunks_03 ... ok [INFO] [stdout] test iter::tests::chunks_sliced_reverse_01 ... ok [INFO] [stdout] test iter::tests::exact_size_iter_03 ... ok [INFO] [stdout] test iter::tests::exact_size_iter_01 ... ok [INFO] [stdout] test iter::tests::chunks_reverse_03 ... ok [INFO] [stdout] test iter::tests::chunks_at_03 ... ok [INFO] [stdout] test iter::tests::chunks_04 ... ok [INFO] [stdout] test iter::tests::chunks_reverse_02 ... ok [INFO] [stdout] test iter::tests::iter_04 ... ok [INFO] [stdout] test iter::tests::iter_03 ... ok [INFO] [stdout] test iter::tests::iter_05 ... ok [INFO] [stdout] test iter::tests::chunks_reverse_01 ... ok [INFO] [stdout] test iter::tests::iter_06 ... ok [INFO] [stdout] test iter::tests::chunks_at_01 ... ok [INFO] [stdout] test iter::tests::iter_at_01 ... ok [INFO] [stdout] test iter::tests::iter_at_sliced_02 ... ok [INFO] [stdout] test iter::tests::iter_07 ... ok [INFO] [stdout] test iter::tests::exact_size_iter_02 ... ok [INFO] [stdout] test iter::tests::iter_at_03 ... ok [INFO] [stdout] test iter::tests::iter_08 ... 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_01 ... ok [INFO] [stdout] test iter::tests::iter_reverse_02 ... ok [INFO] [stdout] test iter::tests::iter_at_02 ... 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::eq_rope_01 ... ok [INFO] [stdout] test rope::tests::chunk_at_measure ... ok [INFO] [stdout] test iter::tests::iter_sliced_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::append_01 ... ok [INFO] [stdout] test iter::tests::chunks_01 ... 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 rope::tests::from_measure_01 ... ok [INFO] [stdout] test rope::tests::from_rope_slice_01 ... ok [INFO] [stdout] test rope::tests::from_rope_slice_02 ... ok [INFO] [stdout] test rope::tests::from_rope_slice_03 ... ok [INFO] [stdout] test rope::tests::from_rope_slice_04 ... ok [INFO] [stdout] test rope::tests::from_slice ... ok [INFO] [stdout] test rope::tests::index_slice_03 ... ok [INFO] [stdout] test rope::tests::index_slice_04 ... 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_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_from_measures_01 ... ok [INFO] [stdout] test rope::tests::len_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::measure_slice_03 ... ok [INFO] [stdout] test rope::tests::measure_to_index_01 ... 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::measure_slice_04 ... ok [INFO] [stdout] test rope::tests::remove_04 ... ok [INFO] [stdout] test rope::tests::measure_slice_02 ... ok [INFO] [stdout] test rope::tests::split_off_01 ... ok [INFO] [stdout] test rope::tests::remove_06 ... ok [INFO] [stdout] test rope::tests::remove_03 ... ok [INFO] [stdout] test rope::tests::split_off_02 ... ok [INFO] [stdout] test rope::tests::remove_05 ... ok [INFO] [stdout] test rope::tests::split_off_03 ... 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_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 slice::tests::chunk_at_index_01 ... ok [INFO] [stdout] test slice::tests::chunk_at_measure_01 ... ok [INFO] [stdout] test rope::tests::to_cow_03 ... ok [INFO] [stdout] test slice::tests::cmp_rope_slice_01 ... ok [INFO] [stdout] test slice::tests::cmp_rope_slice_02 ... 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_04 ... ok [INFO] [stdout] test slice::tests::eq_slice_02 ... 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_measure_01 ... ok [INFO] [stdout] test rope::tests::from_index_02 - should panic ... ok [INFO] [stdout] test rope::tests::from_index_03 - should panic ... ok [INFO] [stdout] test slice::tests::index_to_measure_01 ... ok [INFO] [stdout] test slice::tests::len_02 ... ok [INFO] [stdout] test slice::tests::measure_01 ... ok [INFO] [stdout] test slice::tests::measure_02 ... ok [INFO] [stdout] test rope::tests::from_measure_02 - should panic ... ok [INFO] [stdout] test slice::tests::len_01 ... 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_01 ... ok [INFO] [stdout] test slice::tests::slice_02 ... ok [INFO] [stdout] test rope::tests::from_measure_03 - should panic ... ok [INFO] [stdout] test slice::tests::slice_03 ... ok [INFO] [stdout] test rope::tests::index_slice_05 - should panic ... ok [INFO] [stdout] test slice::tests::slice_04 ... 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::slice_05 - should panic ... ok [INFO] [stdout] test slice::tests::to_vec_03 ... ok [INFO] [stdout] test slice::tests::to_vec_02 ... ok [INFO] [stdout] test rope::tests::index_slice_06 - should panic ... ok [INFO] [stdout] test rope::tests::measure_slice_06 - should panic ... ok [INFO] [stdout] test rope::tests::remove_07 - should panic ... ok [INFO] [stdout] test slice::tests::to_vec_04 ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::insert_slice_01 ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::remove_range_01 ... ok [INFO] [stdout] test tree::branch_children::tests::search_width_01 ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::split_off_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::truncate_01 ... ok [INFO] [stdout] test tree::leaf_slice::inner::tests::remove_range_03 - should panic ... 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 slice::tests::from_index_02 - should panic ... ok [INFO] [stdout] test slice::tests::from_index_03 - should panic ... ok [INFO] [stdout] test slice::tests::from_measure_03 - should panic ... ok [INFO] [stdout] test slice::tests::from_measure_02 - should panic ... ok [INFO] [stdout] test slice::tests::slice_07 - should panic ... ok [INFO] [stdout] test rope::tests::remove_08 - should panic ... ok [INFO] [stdout] test rope::tests::measure_slice_05 - should panic ... 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_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::split_off_02 - should panic ... ok [INFO] [stdout] test rope::tests::split_off_06 - 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.26s [INFO] [stdout] [INFO] [stderr] Running tests/fix_tree.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/fix_tree-7ee7d3feee56ca2c) [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.14s [INFO] [stdout] [INFO] [stderr] Running tests/from_slice.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/from_slice-f2c8183e51335629) [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] [stderr] Running tests/shrink_to_fit.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/shrink_to_fit-cfde4fec44782689) [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.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "637fdc7a9a4e0343f7812bf4fcc2ce1d43daaf748825d1eb6b1b58a478840246", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "637fdc7a9a4e0343f7812bf4fcc2ce1d43daaf748825d1eb6b1b58a478840246", kill_on_drop: false }` [INFO] [stdout] 637fdc7a9a4e0343f7812bf4fcc2ce1d43daaf748825d1eb6b1b58a478840246