[INFO] fetching crate verynicetable 0.6.2... [INFO] testing verynicetable-0.6.2 against 1.91.0 for beta-1.92-2 [INFO] extracting crate verynicetable 0.6.2 into /workspace/builds/worker-7-tc1/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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate verynicetable 0.6.2 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 24f43bd21df96da04272ca3b6a2a9409c9c2726379f69e187e93cbf6934e0f1f [INFO] running `Command { std: "docker" "start" "-a" "24f43bd21df96da04272ca3b6a2a9409c9c2726379f69e187e93cbf6934e0f1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "24f43bd21df96da04272ca3b6a2a9409c9c2726379f69e187e93cbf6934e0f1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24f43bd21df96da04272ca3b6a2a9409c9c2726379f69e187e93cbf6934e0f1f", kill_on_drop: false }` [INFO] [stdout] 24f43bd21df96da04272ca3b6a2a9409c9c2726379f69e187e93cbf6934e0f1f [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee5dcb21255ce70cdd93b23582d46d26d9884acf2be07e294afd5dc37e450492 [INFO] running `Command { std: "docker" "start" "-a" "ee5dcb21255ce70cdd93b23582d46d26d9884acf2be07e294afd5dc37e450492", 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 { [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 { [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 { [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 { [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.46s [INFO] running `Command { std: "docker" "inspect" "ee5dcb21255ce70cdd93b23582d46d26d9884acf2be07e294afd5dc37e450492", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee5dcb21255ce70cdd93b23582d46d26d9884acf2be07e294afd5dc37e450492", kill_on_drop: false }` [INFO] [stdout] ee5dcb21255ce70cdd93b23582d46d26d9884acf2be07e294afd5dc37e450492 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2be4f5f57ea12c1f44f5cf9ab5221ad091bc0859fe88ffac0d217be782fe7bc5 [INFO] running `Command { std: "docker" "start" "-a" "2be4f5f57ea12c1f44f5cf9ab5221ad091bc0859fe88ffac0d217be782fe7bc5", 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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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.48s [INFO] running `Command { std: "docker" "inspect" "2be4f5f57ea12c1f44f5cf9ab5221ad091bc0859fe88ffac0d217be782fe7bc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2be4f5f57ea12c1f44f5cf9ab5221ad091bc0859fe88ffac0d217be782fe7bc5", kill_on_drop: false }` [INFO] [stdout] 2be4f5f57ea12c1f44f5cf9ab5221ad091bc0859fe88ffac0d217be782fe7bc5 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 13bc637550d0d28b5c1cf9f77b58ba0190cc99678ecd7349fa4d5942ef4b50f0 [INFO] running `Command { std: "docker" "start" "-a" "13bc637550d0d28b5c1cf9f77b58ba0190cc99678ecd7349fa4d5942ef4b50f0", kill_on_drop: false }` [INFO] [stdout] [INFO] [stdout] running 40 tests [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_not_counted_in_column_width_align_left ... ok [INFO] [stdout] test tests::table_column_separator ... ok [INFO] [stdout] test tests::table_completely_empty ... ok [INFO] [stdout] test tests::table_all_empty_headers_not_rendered ... ok [INFO] [stdout] test tests::table_completely_empty_with_default_alignments ... ok [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 { [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 { [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 { [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 { [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.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/verynicetable-934dcb54d09777db) [INFO] [stdout] test tests::table_default_builder ... ok [INFO] [stdout] test tests::table_accented_characters_count_as_one_aligned_left ... ok [INFO] [stdout] test tests::table_headers_alignment ... 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_default_alignments ... 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_max_rows_max_zero ... ok [INFO] [stdout] test tests::table_max_rows_gt_nb_rows ... ok [INFO] [stdout] test tests::table_max_rows_regular ... 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_max_rows_max_zero_without_header ... ok [INFO] [stdout] test tests::table_default_headers_and_alignments ... ok [INFO] [stdout] test tests::table_ansi_colors_in_headers ... ok [INFO] [stdout] test tests::table_max_rows_eq_nb_rows ... 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_with_empty_data ... ok [INFO] [stdout] test tests::table_max_rows_max_one ... ok [INFO] [stdout] test tests::table_ansi_colors_not_counted_in_column_width_align_right ... ok [INFO] [stdout] test tests::table_error_completely_empty_with_default_headers - 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] test tests::table_error_nb_headers_neq_nb_columns_in_data - should panic ... ok [INFO] [stdout] test tests::strip_ansi_colors ... ok [INFO] [stdout] test tests::table_max_rows_smallest_regular_case ... ok [INFO] [stdout] test tests::table_regular ... ok [INFO] [stdout] test tests::table_accented_characters_count_as_one_aligned_right ... ok [INFO] [stderr] Doc-tests verynicetable [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [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.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "13bc637550d0d28b5c1cf9f77b58ba0190cc99678ecd7349fa4d5942ef4b50f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13bc637550d0d28b5c1cf9f77b58ba0190cc99678ecd7349fa4d5942ef4b50f0", kill_on_drop: false }` [INFO] [stdout] 13bc637550d0d28b5c1cf9f77b58ba0190cc99678ecd7349fa4d5942ef4b50f0