[INFO] cloning repository https://github.com/brouberol/bo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brouberol/bo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrouberol%2Fbo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrouberol%2Fbo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 547591a8167758ae1f9768d2b09eeb36b5029fbd
[INFO] testing brouberol/bo against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrouberol%2Fbo" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/brouberol/bo
[INFO] finished tweaking git repo https://github.com/brouberol/bo
[INFO] tweaked toml for git repo https://github.com/brouberol/bo written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/brouberol/bo on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/brouberol/bo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5bc9dd13b10885bc2bfd656b0e88f8f4df3323cd6f7dfe9e5c0d0bc2fe87e462
[INFO] running `Command { std: "docker" "start" "-a" "5bc9dd13b10885bc2bfd656b0e88f8f4df3323cd6f7dfe9e5c0d0bc2fe87e462", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5bc9dd13b10885bc2bfd656b0e88f8f4df3323cd6f7dfe9e5c0d0bc2fe87e462", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5bc9dd13b10885bc2bfd656b0e88f8f4df3323cd6f7dfe9e5c0d0bc2fe87e462", kill_on_drop: false }`
[INFO] [stdout] 5bc9dd13b10885bc2bfd656b0e88f8f4df3323cd6f7dfe9e5c0d0bc2fe87e462
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa208b59ffdf446457efab55699055aacf7afc7f90a00e05421779d9be655a94
[INFO] running `Command { std: "docker" "start" "-a" "fa208b59ffdf446457efab55699055aacf7afc7f90a00e05421779d9be655a94", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.91
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling libc v0.2.124
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling numtoa v0.1.0
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling termion v1.5.6
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling bo-bin v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/terminal.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 152 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:188:17
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn iter(&self) -> Iter<Row> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn iter(&self) -> Iter<'_, Row> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:192:21
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn iter_mut(&mut self) -> IterMut<Row> {
[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] 192 |     pub fn iter_mut(&mut self) -> IterMut<'_, Row> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/row.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn chars(&self) -> std::str::Chars {
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn chars(&self) -> std::str::Chars<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/row.rs:43:22
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn graphemes(&self) -> unicode_segmentation::Graphemes {
[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] 43 |     pub fn graphemes(&self) -> unicode_segmentation::Graphemes<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.89s
[INFO] running `Command { std: "docker" "inspect" "fa208b59ffdf446457efab55699055aacf7afc7f90a00e05421779d9be655a94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa208b59ffdf446457efab55699055aacf7afc7f90a00e05421779d9be655a94", kill_on_drop: false }`
[INFO] [stdout] fa208b59ffdf446457efab55699055aacf7afc7f90a00e05421779d9be655a94
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea7818964e3d312073f4ad41281a75fb9440e888022cb48f4db240478c580550
[INFO] running `Command { std: "docker" "start" "-a" "ea7818964e3d312073f4ad41281a75fb9440e888022cb48f4db240478c580550", kill_on_drop: false }`
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling bo-bin v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/./editor_test.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     #[must_use]
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/terminal.rs:152:5
[INFO] [stdout]     |
[INFO] [stdout] 152 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:188:17
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn iter(&self) -> Iter<Row> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn iter(&self) -> Iter<'_, Row> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/document.rs:192:21
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn iter_mut(&mut self) -> IterMut<Row> {
[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] 192 |     pub fn iter_mut(&mut self) -> IterMut<'_, Row> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/row.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn chars(&self) -> std::str::Chars {
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn chars(&self) -> std::str::Chars<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/row.rs:43:22
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn graphemes(&self) -> unicode_segmentation::Graphemes {
[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] 43 |     pub fn graphemes(&self) -> unicode_segmentation::Graphemes<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.79s
[INFO] running `Command { std: "docker" "inspect" "ea7818964e3d312073f4ad41281a75fb9440e888022cb48f4db240478c580550", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea7818964e3d312073f4ad41281a75fb9440e888022cb48f4db240478c580550", kill_on_drop: false }`
[INFO] [stdout] ea7818964e3d312073f4ad41281a75fb9440e888022cb48f4db240478c580550
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fefd4e44f2327727c047ae08239b9ab9620bbb25f0c309e4a32ee33aa4f3ec81
[INFO] running `Command { std: "docker" "start" "-a" "fefd4e44f2327727c047ae08239b9ab9620bbb25f0c309e4a32ee33aa4f3ec81", kill_on_drop: false }`
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]   --> src/./editor_test.rs:80:5
[INFO] [stderr]    |
[INFO] [stderr] 80 |     #[must_use]
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stderr]    --> src/terminal.rs:152:5
[INFO] [stderr]     |
[INFO] [stderr] 152 |     #[must_use]
[INFO] [stderr]     |     ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/document.rs:188:17
[INFO] [stderr]     |
[INFO] [stderr] 188 |     pub fn iter(&self) -> Iter<Row> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 188 |     pub fn iter(&self) -> Iter<'_, Row> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/document.rs:192:21
[INFO] [stderr]     |
[INFO] [stderr] 192 |     pub fn iter_mut(&mut self) -> IterMut<Row> {
[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] 192 |     pub fn iter_mut(&mut self) -> IterMut<'_, Row> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/row.rs:38:18
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn chars(&self) -> std::str::Chars {
[INFO] [stderr]    |                  ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn chars(&self) -> std::str::Chars<'_> {
[INFO] [stderr]    |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/row.rs:43:22
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub fn graphemes(&self) -> unicode_segmentation::Graphemes {
[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] 43 |     pub fn graphemes(&self) -> unicode_segmentation::Graphemes<'_> {
[INFO] [stderr]    |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `bo-bin` (bin "bo" test) generated 6 warnings (run `cargo fix --bin "bo" -p bo-bin --tests` to apply 6 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bo-a5c899e25bc59d68)
[INFO] [stdout] 
[INFO] [stdout] running 118 tests
[INFO] [stdout] test config::config_test::test_config_toggle ... ok
[INFO] [stdout] test document::document_test::test_document_delete ... ok
[INFO] [stdout] test document::document_test::test_document_delete_at_start_of_line ... ok
[INFO] [stdout] test document::document_test::test_document_get_row ... ok
[INFO] [stdout] test document::document_test::test_document_delete_string ... ok
[INFO] [stdout] test document::document_test::test_document_insert ... ok
[INFO] [stdout] test document::document_test::test_document_insert_string ... ok
[INFO] [stdout] test document::document_test::test_document_delete_all_rows ... ok
[INFO] [stdout] test document::document_test::test_document_num_rows ... ok
[INFO] [stdout] test document::document_test::test_document_last_line_number ... ok
[INFO] [stdout] test document::document_test::test_document_num_words ... ok
[INFO] [stdout] test document::document_test::test_document_trim_trailing_spaces ... ok
[INFO] [stdout] test document::document_test::test_document_row_for_line_number ... ok
[INFO] [stdout] test document::document_test::test_document_join_row_with_previous_one ... ok
[INFO] [stdout] test editor::editor_test::test_autocompletion_single_suggestion ... ok
[INFO] [stdout] test editor::editor_test::test_delete_last_line ... ok
[INFO] [stdout] test document::document_test::test_document_is_empty ... ok
[INFO] [stdout] test document::document_test::test_document_swapfile ... ok
[INFO] [stdout] test document::document_test::test_insert_newline ... ok
[INFO] [stdout] test document::document_test::test_insert_newline_row_split ... ok
[INFO] [stdout] test document::document_test::test_document_insert_newline_at_the_end ... ok
[INFO] [stdout] test editor::editor_test::test_delete_line_then_undo ... ok
[INFO] [stdout] test editor::editor_test::test_delete_line_longer_than_previous_one ... ok
[INFO] [stdout] test editor::editor_test::test_display_stats ... ok
[INFO] [stdout] test editor::editor_test::test_editor_change_x_position_when_moving_down_or_up ... ok
[INFO] [stdout] test editor::editor_test::test_editor_command_buffer ... ok
[INFO] [stdout] test editor::editor_test::test_editor_deletion ... ok
[INFO] [stdout] test editor::editor_test::test_editor_enter_mode ... ok
[INFO] [stdout] test editor::editor_test::test_editor_edition ... ok
[INFO] [stdout] test editor::editor_test::test_editor_edit_long_document ... ok
[INFO] [stdout] test editor::editor_test::test_editor_help_command ... ok
[INFO] [stdout] test editor::editor_test::test_editor_move_cursor_to_position_x ... ok
[INFO] [stdout] test editor::editor_test::test_editor_goto_line ... ok
[INFO] [stdout] test editor::editor_test::test_display_line_numbers ... ok
[INFO] [stdout] test editor::editor_test::test_editor_insert_spaces_for_tab ... ok
[INFO] [stdout] test editor::editor_test::test_editor_process_keystroke_command ... ok
[INFO] [stdout] test editor::editor_test::test_editor_move_cursor_to_position_y ... ok
[INFO] [stdout] test editor::editor_test::test_editor_navigate_long_document ... ok
[INFO] [stdout] test editor::editor_test::test_editor_process_keystroke_navigation ... ok
[INFO] [stdout] test editor::editor_test::test_editor_quit ... ok
[INFO] [stdout] test editor::editor_test::test_editor_simple_utilities ... ok
[INFO] [stdout] test editor::editor_test::test_editor_unknown_command ... ok
[INFO] [stdout] test editor::editor_test::test_editor_search ... ok
[INFO] [stdout] test editor::editor_test::test_goto_matching_closing_symbol ... ok
[INFO] [stdout] test editor::editor_test::test_go_to_start_of_line ... ok
[INFO] [stdout] test editor::editor_test::test_move_by_paragraph ... ok
[INFO] [stdout] test editor::editor_test::test_editor_goto_percentage_in_document ... ok
[INFO] [stdout] test editor::editor_test::test_new_file ... ok
[INFO] [stdout] test editor::editor_test::test_editor_join_lines ... ok
[INFO] [stdout] test editor::editor_test::test_open_non_existing_file ... ok
[INFO] [stdout] test editor::editor_test::test_process_backspace_mid_receiving_command ... ok
[INFO] [stdout] test editor::editor_test::test_editor_serialize ... ok
[INFO] [stdout] test editor::editor_test::test_position_from_ansiposition ... ok
[INFO] [stdout] test editor::editor_test::test_process_command_autocompletions_and_keep_typing ... ok
[INFO] [stdout] test editor::editor_test::test_editor_status ... ok
[INFO] [stdout] test editor::editor_test::test_process_command_not_found ... ok
[INFO] [stdout] test editor::editor_test::test_open_existing_file ... ok
[INFO] [stdout] test editor::editor_test::test_reset_history_at_open ... ok
[INFO] [stdout] test editor::editor_test::test_editor_pop_normal_command_repetitions ... ok
[INFO] [stdout] test editor::editor_test::test_editor_navigation ... ok
[INFO] [stdout] test editor::editor_test::test_repoen_same_file ... ok
[INFO] [stdout] test editor::editor_test::test_process_command_autocompletions ... ok
[INFO] [stdout] test editor::editor_test::test_save_and_quit ... ok
[INFO] [stdout] test editor::editor_test::test_save_file ... ok
[INFO] [stdout] test editor::editor_test::test_save_file_trim_whitespaces ... ok
[INFO] [stdout] test editor::editor_test::test_undo_delete ... ok
[INFO] [stdout] test editor::editor_test::test_stop_receiving_command_after_processing_esc_key ... ok
[INFO] [stdout] test help::help_test::test_help_section_format ... ok
[INFO] [stdout] test history::history_test::test_delete_operation_end_position ... ok
[INFO] [stdout] test editor::editor_test::test_undo_insert ... ok
[INFO] [stdout] test help::help_test::test_help_format ... ok
[INFO] [stdout] test history::history_test::test_insert_operation_with_multiple_adjacent_newlines_end_position ... ok
[INFO] [stdout] test history::history_test::test_insert_operation_end_position ... ok
[INFO] [stdout] test history::history_test::test_operation_end_position_delete_multi_line ... ok
[INFO] [stdout] test history::history_test::test_operation_end_position_delete_single_line ... ok
[INFO] [stdout] test history::history_test::test_operation_end_position_delete_multiple_words ... ok
[INFO] [stdout] test history::history_test::test_operation_end_position_insert_multi_line_starting_with_newline ... ok
[INFO] [stdout] test history::history_test::test_operation_end_position_insert_single_line ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_index_of_first_non_whitespace ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_index_of_next_word ... ok
[INFO] [stdout] test history::history_test::test_operation_reversed ... ok
[INFO] [stdout] test history::history_test::test_operation_end_position_insert_multiple_words ... ok
[INFO] [stdout] test mode::mode_test::test_mode_display ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_index_of_previous_word ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_index_of_next_word_with_unicode_chars ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_line_number_of_end_of_paragraph ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_index_of_previous_word_with_unicode ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_line_number_of_start_of_paragraph ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_line_number_of_start_of_paragraph_when_at_first_line ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_matching_closing_symbol ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_matching_closing_symbol_no_match ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_matching_closing_symbol_multiline ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_matching_opening_symbol_multiline ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_matching_opening_symbol ... ok
[INFO] [stdout] test navigator::navigator_test::test_is_word_delimiter_true ... ok
[INFO] [stdout] test navigator::navigator_test::test_is_word_delimiter_false ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_matching_opening_symbol_no_match ... ok
[INFO] [stdout] test navigator::navigator_test::test_is_word_delimited_unicode ... ok
[INFO] [stdout] test row::row_test::test_row_append ... ok
[INFO] [stdout] test row::row_test::test_row_contains ... ok
[INFO] [stdout] test row::row_test::test_row_delete ... ok
[INFO] [stdout] test history::history_test::test_operation_end_position_delete_multi_line_starting_with_newline ... ok
[INFO] [stdout] test history::history_test::test_operation_end_position_insert_multi_line ... ok
[INFO] [stdout] test navigator::navigator_test::test_find_line_number_of_end_of_paragraph_when_at_end_of_document ... ok
[INFO] [stdout] test row::row_test::test_row_find_all ... ok
[INFO] [stdout] test row::row_test::test_row_index ... ok
[INFO] [stdout] test row::row_test::test_row_insert ... ok
[INFO] [stdout] test row::row_test::test_row_is_empty ... ok
[INFO] [stdout] test row::row_test::test_row_len ... ok
[INFO] [stdout] test row::row_test::test_row_render ... ok
[INFO] [stdout] test row::row_test::test_row_string_chars ... ok
[INFO] [stdout] test row::row_test::test_row_split ... ok
[INFO] [stdout] test terminal::terminal_test::test_position_to_ansi_position_conversion ... ok
[INFO] [stdout] test row::row_test::test_row_num_words ... ok
[INFO] [stdout] test row::row_test::test_row_graphemes_index ... ok
[INFO] [stdout] test row::row_test::test_row_is_whitespace ... ok
[INFO] [stdout] test utils::utils_test::test_expand_tilde ... ok
[INFO] [stdout] test utils::utils_test::test_zfill ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 118 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fefd4e44f2327727c047ae08239b9ab9620bbb25f0c309e4a32ee33aa4f3ec81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fefd4e44f2327727c047ae08239b9ab9620bbb25f0c309e4a32ee33aa4f3ec81", kill_on_drop: false }`
[INFO] [stdout] fefd4e44f2327727c047ae08239b9ab9620bbb25f0c309e4a32ee33aa4f3ec81
