[INFO] fetching crate comfy-table 7.2.0... [INFO] testing comfy-table-7.2.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate comfy-table 7.2.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate comfy-table 7.2.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate comfy-table 7.2.0 [INFO] tweaked toml for crates.io crate comfy-table 7.2.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate comfy-table 7.2.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate comfy-table 7.2.0 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37b9db6c4eef0f1714940e0ee12b65597fce0f3454130e821d461ab534283c97 [INFO] running `Command { std: "docker" "start" "-a" "37b9db6c4eef0f1714940e0ee12b65597fce0f3454130e821d461ab534283c97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37b9db6c4eef0f1714940e0ee12b65597fce0f3454130e821d461ab534283c97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37b9db6c4eef0f1714940e0ee12b65597fce0f3454130e821d461ab534283c97", kill_on_drop: false }` [INFO] [stdout] 37b9db6c4eef0f1714940e0ee12b65597fce0f3454130e821d461ab534283c97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d101c331b6d3759abdde7bc56fd742e7899b180a5b7a3759045f44ccc72bc68 [INFO] running `Command { std: "docker" "start" "-a" "9d101c331b6d3759abdde7bc56fd742e7899b180a5b7a3759045f44ccc72bc68", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling comfy-table v7.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/row.rs:80:22 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn cell_iter(&self) -> Iter { [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] 80 | pub fn cell_iter(&self) -> Iter<'_, Cell> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:606:24 [INFO] [stdout] | [INFO] [stdout] 606 | pub fn column_iter(&self) -> Iter { [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] 606 | pub fn column_iter(&self) -> Iter<'_, Column> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:634:28 [INFO] [stdout] | [INFO] [stdout] 634 | pub fn column_iter_mut(&mut self) -> IterMut { [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] 634 | pub fn column_iter_mut(&mut self) -> IterMut<'_, Column> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:656:30 [INFO] [stdout] | [INFO] [stdout] 656 | pub fn column_cells_iter(&self, column_index: usize) -> ColumnCellIter { [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] 656 | pub fn column_cells_iter(&self, column_index: usize) -> ColumnCellIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:685:42 [INFO] [stdout] | [INFO] [stdout] 685 | pub fn column_cells_with_header_iter(&self, column_index: usize) -> ColumnCellsWithHeaderIter { [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] 685 | pub fn column_cells_with_header_iter(&self, column_index: usize) -> ColumnCellsWithHeaderIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:706:21 [INFO] [stdout] | [INFO] [stdout] 706 | pub fn row_iter(&self) -> Iter { [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] 706 | pub fn row_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/table.rs:723:25 [INFO] [stdout] | [INFO] [stdout] 723 | pub fn row_iter_mut(&mut self) -> IterMut { [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] 723 | pub fn row_iter_mut(&mut self) -> IterMut<'_, Row> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s [INFO] running `Command { std: "docker" "inspect" "9d101c331b6d3759abdde7bc56fd742e7899b180a5b7a3759045f44ccc72bc68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d101c331b6d3759abdde7bc56fd742e7899b180a5b7a3759045f44ccc72bc68", kill_on_drop: false }` [INFO] [stdout] 9d101c331b6d3759abdde7bc56fd742e7899b180a5b7a3759045f44ccc72bc68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ccfb11e12c99e04a484c0b8d477e268d6c9b64e5246eeef5247a25271ea525cd [INFO] running `Command { std: "docker" "start" "-a" "ccfb11e12c99e04a484c0b8d477e268d6c9b64e5246eeef5247a25271ea525cd", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling winnow v0.7.12 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling clap_builder v4.5.41 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling criterion-plot v0.6.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling comfy-table v7.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling proptest v1.7.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/row.rs:80:22 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn cell_iter(&self) -> Iter { [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] 80 | pub fn cell_iter(&self) -> Iter<'_, Cell> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:606:24 [INFO] [stdout] | [INFO] [stdout] 606 | pub fn column_iter(&self) -> Iter { [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] 606 | pub fn column_iter(&self) -> Iter<'_, Column> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:634:28 [INFO] [stdout] | [INFO] [stdout] 634 | pub fn column_iter_mut(&mut self) -> IterMut { [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] 634 | pub fn column_iter_mut(&mut self) -> IterMut<'_, Column> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:656:30 [INFO] [stdout] | [INFO] [stdout] 656 | pub fn column_cells_iter(&self, column_index: usize) -> ColumnCellIter { [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] 656 | pub fn column_cells_iter(&self, column_index: usize) -> ColumnCellIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:685:42 [INFO] [stdout] | [INFO] [stdout] 685 | pub fn column_cells_with_header_iter(&self, column_index: usize) -> ColumnCellsWithHeaderIter { [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] 685 | pub fn column_cells_with_header_iter(&self, column_index: usize) -> ColumnCellsWithHeaderIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:706:21 [INFO] [stdout] | [INFO] [stdout] 706 | pub fn row_iter(&self) -> Iter { [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] 706 | pub fn row_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/table.rs:723:25 [INFO] [stdout] | [INFO] [stdout] 723 | pub fn row_iter_mut(&mut self) -> IterMut { [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] 723 | pub fn row_iter_mut(&mut self) -> IterMut<'_, Row> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v4.5.41 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling rstest v0.26.1 [INFO] [stderr] Compiling serde_json v1.0.141 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.7.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/row.rs:80:22 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn cell_iter(&self) -> Iter { [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] 80 | pub fn cell_iter(&self) -> Iter<'_, Cell> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:606:24 [INFO] [stdout] | [INFO] [stdout] 606 | pub fn column_iter(&self) -> Iter { [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] 606 | pub fn column_iter(&self) -> Iter<'_, Column> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:634:28 [INFO] [stdout] | [INFO] [stdout] 634 | pub fn column_iter_mut(&mut self) -> IterMut { [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] 634 | pub fn column_iter_mut(&mut self) -> IterMut<'_, Column> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:656:30 [INFO] [stdout] | [INFO] [stdout] 656 | pub fn column_cells_iter(&self, column_index: usize) -> ColumnCellIter { [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] 656 | pub fn column_cells_iter(&self, column_index: usize) -> ColumnCellIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:685:42 [INFO] [stdout] | [INFO] [stdout] 685 | pub fn column_cells_with_header_iter(&self, column_index: usize) -> ColumnCellsWithHeaderIter { [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] 685 | pub fn column_cells_with_header_iter(&self, column_index: usize) -> ColumnCellsWithHeaderIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/table.rs:706:21 [INFO] [stdout] | [INFO] [stdout] 706 | pub fn row_iter(&self) -> Iter { [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] 706 | pub fn row_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/table.rs:723:25 [INFO] [stdout] | [INFO] [stdout] 723 | pub fn row_iter_mut(&mut self) -> IterMut { [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] 723 | pub fn row_iter_mut(&mut self) -> IterMut<'_, Row> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 31.67s [INFO] running `Command { std: "docker" "inspect" "ccfb11e12c99e04a484c0b8d477e268d6c9b64e5246eeef5247a25271ea525cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccfb11e12c99e04a484c0b8d477e268d6c9b64e5246eeef5247a25271ea525cd", kill_on_drop: false }` [INFO] [stdout] ccfb11e12c99e04a484c0b8d477e268d6c9b64e5246eeef5247a25271ea525cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 57fb67f6403fde874429bd20363e30a25708f5d7dd9e808bd04c3f54659c8d2e [INFO] running `Command { std: "docker" "start" "-a" "57fb67f6403fde874429bd20363e30a25708f5d7dd9e808bd04c3f54659c8d2e", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/row.rs:80:22 [INFO] [stderr] | [INFO] [stderr] 80 | pub fn cell_iter(&self) -> Iter { [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] 80 | pub fn cell_iter(&self) -> Iter<'_, Cell> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/table.rs:606:24 [INFO] [stderr] | [INFO] [stderr] 606 | pub fn column_iter(&self) -> Iter { [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] 606 | pub fn column_iter(&self) -> Iter<'_, Column> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/table.rs:634:28 [INFO] [stderr] | [INFO] [stderr] 634 | pub fn column_iter_mut(&mut self) -> IterMut { [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] 634 | pub fn column_iter_mut(&mut self) -> IterMut<'_, Column> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/table.rs:656:30 [INFO] [stderr] | [INFO] [stderr] 656 | pub fn column_cells_iter(&self, column_index: usize) -> ColumnCellIter { [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] 656 | pub fn column_cells_iter(&self, column_index: usize) -> ColumnCellIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/table.rs:685:42 [INFO] [stderr] | [INFO] [stderr] 685 | pub fn column_cells_with_header_iter(&self, column_index: usize) -> ColumnCellsWithHeaderIter { [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] 685 | pub fn column_cells_with_header_iter(&self, column_index: usize) -> ColumnCellsWithHeaderIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/table.rs:706:21 [INFO] [stderr] | [INFO] [stderr] 706 | pub fn row_iter(&self) -> Iter { [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] 706 | pub fn row_iter(&self) -> Iter<'_, Row> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/table.rs:723:25 [INFO] [stderr] | [INFO] [stderr] 723 | pub fn row_iter_mut(&mut self) -> IterMut { [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] 723 | pub fn row_iter_mut(&mut self) -> IterMut<'_, Row> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `comfy-table` (lib) generated 7 warnings (run `cargo fix --lib -p comfy-table` to apply 7 suggestions) [INFO] [stderr] warning: `comfy-table` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/comfy_table-71cd75f9237cb301) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test cell::tests::test_column_generation ... ok [INFO] [stdout] test row::tests::test_correct_max_content_width ... ok [INFO] [stdout] test column::tests::test_column ... ok [INFO] [stdout] test table::tests::test_column_generation ... ok [INFO] [stdout] test row::tests::test_some_functions ... ok [INFO] [stdout] test utils::arrangement::tests::test_discover_columns ... ok [INFO] [stdout] test utils::arrangement::tests::test_disabled_arrangement ... ok [INFO] [stdout] test utils::formatting::content_split::tests::test_split_long_word ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/all_tests.rs (/opt/rustwide/target/debug/deps/all_tests-44131c9f061c5e90) [INFO] [stdout] [INFO] [stdout] running 70 tests [INFO] [stdout] test all::add_predicate::add_predicate_multi_wrong_rows_count ... ok [INFO] [stdout] test all::add_predicate::add_predicate_multi_false ... ok [INFO] [stdout] test all::add_predicate::add_predicate_multi_true ... ok [INFO] [stdout] test all::add_predicate::add_predicate_multi_mixed ... ok [INFO] [stdout] test all::add_predicate::add_predicate_single_mixed ... ok [INFO] [stdout] test all::constraints_test::empty_table::case_2 ... ok [INFO] [stdout] test all::add_predicate::add_predicate_single_wrong_row_count ... ok [INFO] [stdout] test all::constraints_test::empty_table::case_1 ... ok [INFO] [stdout] test all::add_predicate::add_predicate_single_false ... ok [INFO] [stdout] test all::add_predicate::add_predicate_single_true ... ok [INFO] [stdout] test all::constraints_test::max_percentage ... ok [INFO] [stdout] test all::constraints_test::min_max_boundary ... ok [INFO] [stdout] test all::combined_test::combined_features ... ok [INFO] [stdout] test all::constraints_test::fixed_max_min_constraints ... ok [INFO] [stdout] test all::constraints_test::max_100_percentage ... ok [INFO] [stdout] test all::constraints_test::percentage_second ... ok [INFO] [stdout] test all::content_arrangement_test::dynamic_full_width_after_split ... ok [INFO] [stdout] test all::alignment_test::cell_alignment ... ok [INFO] [stdout] test all::content_arrangement_test::distribute_space_after_split ... ok [INFO] [stdout] test all::constraints_test::constraints_bigger_than_table_width ... ok [INFO] [stdout] test all::content_arrangement_test::dynamic_full_width ... ok [INFO] [stdout] test all::counts::test_col_count_header ... ok [INFO] [stdout] test all::counts::test_row_count ... ok [INFO] [stdout] test all::counts::test_col_count_row ... ok [INFO] [stdout] test all::counts::test_is_empty ... ok [INFO] [stdout] test all::constraints_test::unnecessary_max_min_constraints ... ok [INFO] [stdout] test all::content_arrangement_test::dynamic_slightly_smaller ... ok [INFO] [stdout] test all::hidden_test::hidden_columns ... ok [INFO] [stdout] test all::constraints_test::percentage ... ok [INFO] [stdout] test all::hidden_test::hidden_columns_with_dynamic_adjustment ... ok [INFO] [stdout] test all::content_arrangement_test::unused_space_after_split ... ok [INFO] [stdout] test all::content_arrangement_test::polar_python_test_tbl_width_chars ... ok [INFO] [stdout] test all::presets_test::test_ascii_borders_only ... ok [INFO] [stdout] test all::padding_test::custom_padding ... ok [INFO] [stdout] test all::modifiers_test::utf8_round_corners ... ok [INFO] [stdout] test all::content_arrangement_test::simple_dynamic_table ... ok [INFO] [stdout] test all::hidden_test::only_hidden_columns ... ok [INFO] [stdout] test all::edge_cases::max_padding ... ok [INFO] [stdout] test all::custom_delimiter_test::full_custom_delimiters ... ok [INFO] [stdout] test all::presets_test::test_ascii_borders_only_condensed ... ok [INFO] [stdout] test all::presets_test::test_ascii_full_condensed ... ok [INFO] [stdout] test all::presets_test::test_ascii_horizontal_only ... ok [INFO] [stdout] test all::presets_test::test_ascii_markdown ... ok [INFO] [stdout] test all::simple_test::lines ... ok [INFO] [stdout] test all::presets_test::test_utf8_no_borders ... ok [INFO] [stdout] test all::simple_test::missing_column_table ... ok [INFO] [stdout] test all::presets_test::test_ascii_full ... ok [INFO] [stdout] test all::presets_test::test_ascii_no_borders ... ok [INFO] [stdout] test all::presets_test::test_nothing_without_padding ... ok [INFO] [stdout] test all::simple_test::single_column_table ... ok [INFO] [stdout] test all::styling_test::styled_table ... ok [INFO] [stdout] test all::styling_test::styled_text_only_table ... ok [INFO] [stdout] test all::presets_test::test_utf8_full ... ok [INFO] [stdout] test all::styling_test::no_style_styled_table ... ok [INFO] [stdout] test all::simple_test::simple_table ... ok [INFO] [stdout] test all::utf_8_characters::zwj_utf8_word_splitting ... ok [INFO] [stdout] test all::utf_8_characters::multi_character_utf8_word_splitting ... ok [INFO] [stdout] test all::utf_8_characters::multi_character_utf8_symbols ... ok [INFO] [stdout] test all::truncation::table_with_truncate_indicator ... ok [INFO] [stdout] test all::truncation::table_with_composite_utf8_strings ... ok [INFO] [stdout] test all::utf_8_characters::multi_character_cjk_word_splitting ... ok [INFO] [stdout] test all::truncation::table_with_truncate ... ok [INFO] [stdout] test all::truncation::table_with_composite_utf8_strings_2_lines ... ok [INFO] [stdout] test all::presets_test::test_nothing ... ok [INFO] [stdout] test all::presets_test::test_utf8_full_condensed ... ok [INFO] [stdout] test all::presets_test::test_utf8_horizontal_only ... ok [INFO] [stdout] test all::truncation::table_with_composite_utf8_emojis ... ok [INFO] [stdout] test all::content_arrangement_test::dynamic_exact_width ... ok [INFO] [stdout] test all::property_test::random_tables ... ok [INFO] [stdout] test all::edge_cases::giant_table ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.83s [INFO] [stdout] [INFO] [stderr] Doc-tests comfy_table [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test src/cell.rs - cell::Cell::fg (line 86) ... ok [INFO] [stdout] test src/cell.rs - cell::Cell::bg (line 104) ... ok [INFO] [stdout] test src/../README.md - (line 55) ... ok [INFO] [stdout] test src/row.rs - row::Row (line 90) ... ok [INFO] [stdout] test src/cell.rs - cell::Cells (line 171) ... ok [INFO] [stdout] test src/../README.md - (line 149) ... ok [INFO] [stdout] test src/cell.rs - cell::Cell::add_attribute (line 123) ... ok [INFO] [stdout] test src/column.rs - column::Column (line 13) ... ok [INFO] [stdout] test src/cell.rs - cell::Cell (line 150) ... ok [INFO] [stdout] test src/cell.rs - cell::Cell::set_alignment (line 69) ... ok [INFO] [stdout] test src/table.rs - table::Table::column_cells_with_header_iter (line 669) ... ok [INFO] [stdout] test src/row.rs - row::Row::add_cell (line 31) ... ok [INFO] [stdout] test src/table.rs - table::Table::add_rows (line 175) ... ok [INFO] [stdout] test src/table.rs - table::Table::column_count (line 123) ... ok [INFO] [stdout] test src/table.rs - table::Table::enforce_styling (line 376) ... ok [INFO] [stdout] test src/table.rs - table::Table::add_rows_if (line 202) ... ok [INFO] [stdout] test src/table.rs - table::Table::apply_modifier (line 508) ... ok [INFO] [stdout] test src/table.rs - table::Table::column_cells_iter (line 642) ... ok [INFO] [stdout] test src/table.rs - table::Table::row_count (line 227) ... ok [INFO] [stdout] test src/table.rs - table::Table::add_row_if (line 155) ... ok [INFO] [stdout] test src/table.rs - table::Table::add_row (line 138) ... ok [INFO] [stdout] test src/table.rs - table::Table::style (line 575) ... ok [INFO] [stdout] test src/table.rs - table::Table::set_header (line 102) ... ok [INFO] [stdout] test src/style/table.rs - style::table::ContentArrangement (line 3) ... ok [INFO] [stdout] test src/table.rs - table::Table::set_style (line 553) ... ok [INFO] [stdout] test src/table.rs - table::Table::set_content_arrangement (line 291) ... ok [INFO] [stdout] test src/table.rs - table::Table::set_constraints (line 417) ... ok [INFO] [stdout] test src/table.rs - table::Table::column_iter_mut (line 612) ... ok [INFO] [stdout] test src/table.rs - table::Table::row_iter_mut (line 712) ... ok [INFO] [stdout] test src/table.rs - table::Table::current_style_as_preset (line 481) ... ok [INFO] [stdout] test src/../README.md - (line 94) ... ok [INFO] [stdout] test src/row.rs - row::Row::max_height (line 45) ... ok [INFO] [stdout] test src/table.rs - table::Table::is_empty (line 241) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/../README.md - (line 261) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] all doctests ran in 0.87s; merged doctests compilation took 0.83s [INFO] running `Command { std: "docker" "inspect" "57fb67f6403fde874429bd20363e30a25708f5d7dd9e808bd04c3f54659c8d2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57fb67f6403fde874429bd20363e30a25708f5d7dd9e808bd04c3f54659c8d2e", kill_on_drop: false }` [INFO] [stdout] 57fb67f6403fde874429bd20363e30a25708f5d7dd9e808bd04c3f54659c8d2e