[INFO] fetching crate verynicetable 0.6.2...
[INFO] testing verynicetable-0.6.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate verynicetable 0.6.2 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate verynicetable 0.6.2
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate verynicetable 0.6.2
[INFO] tweaked toml for crates.io crate verynicetable 0.6.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate verynicetable 0.6.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate verynicetable 0.6.2 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 01e06323d947fc2f1c0ecbfd449c60c2f92743a12ef14bb330388dd0d8c75fc4
[INFO] running `Command { std: "docker" "start" "-a" "01e06323d947fc2f1c0ecbfd449c60c2f92743a12ef14bb330388dd0d8c75fc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01e06323d947fc2f1c0ecbfd449c60c2f92743a12ef14bb330388dd0d8c75fc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01e06323d947fc2f1c0ecbfd449c60c2f92743a12ef14bb330388dd0d8c75fc4", kill_on_drop: false }`
[INFO] [stdout] 01e06323d947fc2f1c0ecbfd449c60c2f92743a12ef14bb330388dd0d8c75fc4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a9ec23925dc6a06223aa54dd3c6e1c3690c3b3301f6b4f7b2a20596306a9b8e7
[INFO] running `Command { std: "docker" "start" "-a" "a9ec23925dc6a06223aa54dd3c6e1c3690c3b3301f6b4f7b2a20596306a9b8e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling verynicetable v0.6.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:203:27
[INFO] [stdout]     |
[INFO] [stdout] 203 |     fn align_left(string: &str, width: usize) -> Cow<str> {
[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] 203 |     fn align_left(string: &str, width: usize) -> Cow<'_, str> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:215:28
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn align_right(string: &str, width: usize) -> Cow<str> {
[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] 215 |     fn align_right(string: &str, width: usize) -> Cow<'_, str> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:227:29
[INFO] [stdout]     |
[INFO] [stdout] 227 |     fn align_center(string: &str, width: usize) -> Cow<str> {
[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] 227 |     fn align_center(string: &str, width: usize) -> Cow<'_, str> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:259:34
[INFO] [stdout]     |
[INFO] [stdout] 259 |     fn strip_ansi_colors(string: &str) -> Cow<str> {
[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] 259 |     fn strip_ansi_colors(string: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:313:29
[INFO] [stdout]     |
[INFO] [stdout] 313 |     fn make_table_blueprint(&self) -> TableBlueprint {
[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] 313 |     fn make_table_blueprint(&self) -> TableBlueprint<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] running `Command { std: "docker" "inspect" "a9ec23925dc6a06223aa54dd3c6e1c3690c3b3301f6b4f7b2a20596306a9b8e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9ec23925dc6a06223aa54dd3c6e1c3690c3b3301f6b4f7b2a20596306a9b8e7", kill_on_drop: false }`
[INFO] [stdout] a9ec23925dc6a06223aa54dd3c6e1c3690c3b3301f6b4f7b2a20596306a9b8e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9148a3dac00728d3c1b66642fa7485fda34197c89ebeac48313ab0562f92ef09
[INFO] running `Command { std: "docker" "start" "-a" "9148a3dac00728d3c1b66642fa7485fda34197c89ebeac48313ab0562f92ef09", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:203:27
[INFO] [stdout]     |
[INFO] [stdout] 203 |     fn align_left(string: &str, width: usize) -> Cow<str> {
[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] 203 |     fn align_left(string: &str, width: usize) -> Cow<'_, str> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling verynicetable v0.6.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:215:28
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn align_right(string: &str, width: usize) -> Cow<str> {
[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] 215 |     fn align_right(string: &str, width: usize) -> Cow<'_, str> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:227:29
[INFO] [stdout]     |
[INFO] [stdout] 227 |     fn align_center(string: &str, width: usize) -> Cow<str> {
[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] 227 |     fn align_center(string: &str, width: usize) -> Cow<'_, str> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:259:34
[INFO] [stdout]     |
[INFO] [stdout] 259 |     fn strip_ansi_colors(string: &str) -> Cow<str> {
[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] 259 |     fn strip_ansi_colors(string: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:313:29
[INFO] [stdout]     |
[INFO] [stdout] 313 |     fn make_table_blueprint(&self) -> TableBlueprint {
[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] 313 |     fn make_table_blueprint(&self) -> TableBlueprint<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:203:27
[INFO] [stdout]     |
[INFO] [stdout] 203 |     fn align_left(string: &str, width: usize) -> Cow<str> {
[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] 203 |     fn align_left(string: &str, width: usize) -> Cow<'_, str> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:215:28
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn align_right(string: &str, width: usize) -> Cow<str> {
[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] 215 |     fn align_right(string: &str, width: usize) -> Cow<'_, str> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:227:29
[INFO] [stdout]     |
[INFO] [stdout] 227 |     fn align_center(string: &str, width: usize) -> Cow<str> {
[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] 227 |     fn align_center(string: &str, width: usize) -> Cow<'_, str> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:259:34
[INFO] [stdout]     |
[INFO] [stdout] 259 |     fn strip_ansi_colors(string: &str) -> Cow<str> {
[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] 259 |     fn strip_ansi_colors(string: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:313:29
[INFO] [stdout]     |
[INFO] [stdout] 313 |     fn make_table_blueprint(&self) -> TableBlueprint {
[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] 313 |     fn make_table_blueprint(&self) -> TableBlueprint<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.77s
[INFO] running `Command { std: "docker" "inspect" "9148a3dac00728d3c1b66642fa7485fda34197c89ebeac48313ab0562f92ef09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9148a3dac00728d3c1b66642fa7485fda34197c89ebeac48313ab0562f92ef09", kill_on_drop: false }`
[INFO] [stdout] 9148a3dac00728d3c1b66642fa7485fda34197c89ebeac48313ab0562f92ef09
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b49b92d2172bc9e5ffe6c072e4c5db9388b29f6b7e163be586e91fddd79e74ba
[INFO] running `Command { std: "docker" "start" "-a" "b49b92d2172bc9e5ffe6c072e4c5db9388b29f6b7e163be586e91fddd79e74ba", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:203:27
[INFO] [stderr]     |
[INFO] [stderr] 203 |     fn align_left(string: &str, width: usize) -> Cow<str> {
[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] 203 |     fn align_left(string: &str, width: usize) -> Cow<'_, str> {
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:215:28
[INFO] [stderr]     |
[INFO] [stderr] 215 |     fn align_right(string: &str, width: usize) -> Cow<str> {
[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] 215 |     fn align_right(string: &str, width: usize) -> Cow<'_, str> {
[INFO] [stderr]     |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:227:29
[INFO] [stderr]     |
[INFO] [stderr] 227 |     fn align_center(string: &str, width: usize) -> Cow<str> {
[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] 227 |     fn align_center(string: &str, width: usize) -> Cow<'_, str> {
[INFO] [stderr]     |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:259:34
[INFO] [stderr]     |
[INFO] [stderr] 259 |     fn strip_ansi_colors(string: &str) -> Cow<str> {
[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] 259 |     fn strip_ansi_colors(string: &str) -> Cow<'_, str> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:313:29
[INFO] [stderr]     |
[INFO] [stderr] 313 |     fn make_table_blueprint(&self) -> TableBlueprint {
[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] 313 |     fn make_table_blueprint(&self) -> TableBlueprint<'_> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `verynicetable` (lib) generated 5 warnings (run `cargo fix --lib -p verynicetable` to apply 5 suggestions)
[INFO] [stderr] warning: `verynicetable` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/verynicetable-9bbd2571750f44ca)
[INFO] [stdout] 
[INFO] [stdout] running 40 tests
[INFO] [stdout] test tests::table_all_empty_headers_not_rendered ... ok
[INFO] [stdout] test tests::table_accented_characters_count_as_one_aligned_center ... ok
[INFO] [stdout] test tests::table_ansi_colors_not_counted_in_column_width_align_center ... ok
[INFO] [stdout] test tests::table_ansi_colors_in_headers ... ok
[INFO] [stdout] test tests::table_ansi_colors_not_counted_in_column_width_align_left ... ok
[INFO] [stdout] test tests::table_ansi_colors_not_counted_in_column_width_align_right ... ok
[INFO] [stdout] test tests::strip_ansi_colors ... ok
[INFO] [stdout] test tests::table_accented_characters_count_as_one_aligned_left ... ok
[INFO] [stdout] test tests::table_accented_characters_count_as_one_aligned_right ... ok
[INFO] [stdout] test tests::table_column_separator ... ok
[INFO] [stdout] test tests::table_completely_empty_with_default_alignments ... ok
[INFO] [stdout] test tests::table_completely_empty ... ok
[INFO] [stdout] test tests::table_default_builder ... ok
[INFO] [stdout] test tests::table_default_headers_and_alignments ... ok
[INFO] [stdout] test tests::table_default_headers ... ok
[INFO] [stdout] test tests::table_empty_rows_dont_contain_whitespace ... ok
[INFO] [stdout] test tests::table_max_rows_max_zero ... ok
[INFO] [stdout] test tests::table_headers_alignment ... ok
[INFO] [stdout] test tests::table_max_rows_max_zero_with_empty_data ... ok
[INFO] [stdout] test tests::table_max_rows_elided_rows_do_not_impact_column_width ... ok
[INFO] [stdout] test tests::table_render_multiple_times ... ok
[INFO] [stdout] test tests::table_max_rows_eq_nb_rows ... ok
[INFO] [stdout] test tests::table_default_alignments ... ok
[INFO] [stdout] test tests::table_regular ... ok
[INFO] [stdout] test tests::table_rows_dont_end_with_trailing_whitespace ... ok
[INFO] [stdout] test tests::table_single_column ... ok
[INFO] [stdout] test tests::table_values_alignment ... ok
[INFO] [stdout] test tests::table_max_rows_gt_nb_rows ... ok
[INFO] [stdout] test tests::table_width_of_longest_value_in_column ... ok
[INFO] [stdout] test tests::table_with_empty_data ... ok
[INFO] [stdout] test tests::table_max_rows_max_one ... ok
[INFO] [stdout] test tests::table_max_rows_max_zero_without_header ... ok
[INFO] [stdout] test tests::table_max_rows_regular ... ok
[INFO] [stdout] test tests::table_without_data ... ok
[INFO] [stdout] test tests::table_max_rows_smallest_regular_case ... ok
[INFO] [stdout] test tests::table_error_nb_headers_neq_nb_alignments - should panic ... ok
[INFO] [stdout] test tests::table_error_completely_empty_with_default_headers_and_alignments - should panic ... ok
[INFO] [stdout] test tests::table_error_nb_headers_neq_nb_columns_in_data - should panic ... ok
[INFO] [stdout] test tests::table_error_completely_empty_with_default_headers - should panic ... ok
[INFO] [stdout] test tests::table_some_empty_headers_all_rendered ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests verynicetable
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 10) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.48s; merged doctests compilation took 0.47s
[INFO] running `Command { std: "docker" "inspect" "b49b92d2172bc9e5ffe6c072e4c5db9388b29f6b7e163be586e91fddd79e74ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b49b92d2172bc9e5ffe6c072e4c5db9388b29f6b7e163be586e91fddd79e74ba", kill_on_drop: false }`
[INFO] [stdout] b49b92d2172bc9e5ffe6c072e4c5db9388b29f6b7e163be586e91fddd79e74ba
