[INFO] fetching crate verynicetable 0.6.2...
[INFO] testing verynicetable-0.6.2 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate verynicetable 0.6.2 into /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate verynicetable 0.6.2 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 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 7f99aa36b27d2217c187ed014511fa0d51e5e7bfc81fc40f7cc385b928e3f8ec
[INFO] running `Command { std: "docker" "start" "-a" "7f99aa36b27d2217c187ed014511fa0d51e5e7bfc81fc40f7cc385b928e3f8ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f99aa36b27d2217c187ed014511fa0d51e5e7bfc81fc40f7cc385b928e3f8ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f99aa36b27d2217c187ed014511fa0d51e5e7bfc81fc40f7cc385b928e3f8ec", kill_on_drop: false }`
[INFO] [stdout] 7f99aa36b27d2217c187ed014511fa0d51e5e7bfc81fc40f7cc385b928e3f8ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 43feddbf2eb04e32616c07c11acbb742a54e6024d7c861137b12acda40d91f68
[INFO] running `Command { std: "docker" "start" "-a" "43feddbf2eb04e32616c07c11acbb742a54e6024d7c861137b12acda40d91f68", 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.60s
[INFO] running `Command { std: "docker" "inspect" "43feddbf2eb04e32616c07c11acbb742a54e6024d7c861137b12acda40d91f68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43feddbf2eb04e32616c07c11acbb742a54e6024d7c861137b12acda40d91f68", kill_on_drop: false }`
[INFO] [stdout] 43feddbf2eb04e32616c07c11acbb742a54e6024d7c861137b12acda40d91f68
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] e93a347d956a44fe97d3b808c20a8ebbe5965067a2a6b1ab9ff6cdcda4c49595
[INFO] running `Command { std: "docker" "start" "-a" "e93a347d956a44fe97d3b808c20a8ebbe5965067a2a6b1ab9ff6cdcda4c49595", 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] [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]    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 `test` profile [unoptimized + debuginfo] target(s) in 1.31s
[INFO] running `Command { std: "docker" "inspect" "e93a347d956a44fe97d3b808c20a8ebbe5965067a2a6b1ab9ff6cdcda4c49595", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e93a347d956a44fe97d3b808c20a8ebbe5965067a2a6b1ab9ff6cdcda4c49595", kill_on_drop: false }`
[INFO] [stdout] e93a347d956a44fe97d3b808c20a8ebbe5965067a2a6b1ab9ff6cdcda4c49595
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 3ff2bdbe72070e22fa96e72e6ffd73cc1d2e9e9c8d4405f015450c80facb3a0d
[INFO] running `Command { std: "docker" "start" "-a" "3ff2bdbe72070e22fa96e72e6ffd73cc1d2e9e9c8d4405f015450c80facb3a0d", 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.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/verynicetable-619c62c74631223d)
[INFO] [stdout] 
[INFO] [stdout] running 40 tests
[INFO] [stdout] test tests::strip_ansi_colors ... ok
[INFO] [stdout] test tests::table_accented_characters_count_as_one_aligned_center ... 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_ansi_colors_not_counted_in_column_width_align_center ... ok
[INFO] [stdout] test tests::table_all_empty_headers_not_rendered ... ok
[INFO] [stdout] test tests::table_ansi_colors_in_headers ... ok
[INFO] [stdout] test tests::table_completely_empty ... ok
[INFO] [stdout] test tests::table_column_separator ... ok
[INFO] [stdout] test tests::table_ansi_colors_not_counted_in_column_width_align_right ... ok
[INFO] [stdout] test tests::table_default_alignments ... ok
[INFO] [stdout] test tests::table_default_builder ... ok
[INFO] [stdout] test tests::table_completely_empty_with_default_alignments ... ok
[INFO] [stdout] test tests::table_empty_rows_dont_contain_whitespace ... ok
[INFO] [stdout] test tests::table_default_headers_and_alignments ... ok
[INFO] [stdout] test tests::table_headers_alignment ... ok
[INFO] [stdout] test tests::table_max_rows_elided_rows_do_not_impact_column_width ... ok
[INFO] [stdout] test tests::table_default_headers ... ok
[INFO] [stdout] test tests::table_max_rows_eq_nb_rows ... ok
[INFO] [stdout] test tests::table_max_rows_gt_nb_rows ... ok
[INFO] [stdout] test tests::table_max_rows_max_zero_with_empty_data ... ok
[INFO] [stdout] test tests::table_max_rows_max_zero_without_header ... ok
[INFO] [stdout] test tests::table_max_rows_max_one ... ok
[INFO] [stdout] test tests::table_max_rows_max_zero ... ok
[INFO] [stdout] test tests::table_max_rows_regular ... ok
[INFO] [stdout] test tests::table_regular ... ok
[INFO] [stdout] test tests::table_ansi_colors_not_counted_in_column_width_align_left ... ok
[INFO] [stdout] test tests::table_max_rows_smallest_regular_case ... ok
[INFO] [stdout] test tests::table_render_multiple_times ... 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_some_empty_headers_all_rendered ... ok
[INFO] [stdout] test tests::table_with_empty_data ... ok
[INFO] [stdout] test tests::table_values_alignment ... ok
[INFO] [stdout] test tests::table_width_of_longest_value_in_column ... ok
[INFO] [stdout] test tests::table_without_data ... ok
[INFO] [stdout] test tests::table_error_completely_empty_with_default_headers - should panic ... ok
[INFO] [stderr]    Doc-tests verynicetable
[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_and_alignments - should panic ... ok
[INFO] [stdout] test tests::table_error_nb_headers_neq_nb_alignments - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[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" "3ff2bdbe72070e22fa96e72e6ffd73cc1d2e9e9c8d4405f015450c80facb3a0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ff2bdbe72070e22fa96e72e6ffd73cc1d2e9e9c8d4405f015450c80facb3a0d", kill_on_drop: false }`
[INFO] [stdout] 3ff2bdbe72070e22fa96e72e6ffd73cc1d2e9e9c8d4405f015450c80facb3a0d
