[INFO] fetching crate prettytable-rs 0.8.0... [INFO] checking prettytable-rs-0.8.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate prettytable-rs 0.8.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate prettytable-rs 0.8.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate prettytable-rs 0.8.0 [INFO] finished tweaking crates.io crate prettytable-rs 0.8.0 [INFO] tweaked toml for crates.io crate prettytable-rs 0.8.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6a412123cd1ef4ff2fc8af03276cfaaad075490d0aacd5ebdb279bd9b64975a8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6a412123cd1ef4ff2fc8af03276cfaaad075490d0aacd5ebdb279bd9b64975a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6a412123cd1ef4ff2fc8af03276cfaaad075490d0aacd5ebdb279bd9b64975a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a412123cd1ef4ff2fc8af03276cfaaad075490d0aacd5ebdb279bd9b64975a8", kill_on_drop: false }` [INFO] [stdout] 6a412123cd1ef4ff2fc8af03276cfaaad075490d0aacd5ebdb279bd9b64975a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e034d36c9b8e4b4b616e19a78e8eb14db360c645705f5696cb792f988a6f1ad [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5e034d36c9b8e4b4b616e19a78e8eb14db360c645705f5696cb792f988a6f1ad", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Checking csv v1.1.5 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking prettytable-rs v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `row::Row::column_count`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:76:23 [INFO] [stdout] | [INFO] [stdout] 76 | let l = r.column_count(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `row::Row::get_column_width`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | Some(ref t) => t.get_column_width(col_idx, self.format), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `row::Row::get_column_width`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:107:23 [INFO] [stdout] | [INFO] [stdout] 107 | let l = r.get_column_width(col_idx, self.format); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `TableSlice::<'a>::get_column_num`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:118:27 [INFO] [stdout] | [INFO] [stdout] 118 | let colnum = self.get_column_num(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_line_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:145:14 [INFO] [stdout] | [INFO] [stdout] 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_line_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:149:18 [INFO] [stdout] | [INFO] [stdout] 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_line_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:157:22 [INFO] [stdout] | [INFO] [stdout] 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_line_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:161:14 [INFO] [stdout] | [INFO] [stdout] 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `row::Row::print`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:169:27 [INFO] [stdout] | [INFO] [stdout] 169 | self.__print(out, Row::print) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `row::Row::print_term`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:175:27 [INFO] [stdout] | [INFO] [stdout] 175 | self.__print(out, Row::print_term) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `TableSlice::<'a>::get_column_num`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:249:23 [INFO] [stdout] | [INFO] [stdout] 249 | self.as_ref().get_column_num() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `row::Row::column_count`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:76:23 [INFO] [stdout] | [INFO] [stdout] 76 | let l = r.column_count(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `row::Row::get_column_width`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | Some(ref t) => t.get_column_width(col_idx, self.format), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `row::Row::get_column_width`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:107:23 [INFO] [stdout] | [INFO] [stdout] 107 | let l = r.get_column_width(col_idx, self.format); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `TableSlice::<'a>::get_column_num`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:118:27 [INFO] [stdout] | [INFO] [stdout] 118 | let colnum = self.get_column_num(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::print`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:239:14 [INFO] [stdout] | [INFO] [stdout] 239 | self.print(out, idx, col_width, skip_right_fill)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::get_height`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | let h = cell.get_height(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_line_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:145:14 [INFO] [stdout] | [INFO] [stdout] 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_line_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:149:18 [INFO] [stdout] | [INFO] [stdout] 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_line_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:157:22 [INFO] [stdout] | [INFO] [stdout] 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_line_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:161:14 [INFO] [stdout] | [INFO] [stdout] 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `row::Row::print`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:169:27 [INFO] [stdout] | [INFO] [stdout] 169 | self.__print(out, Row::print) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `row::Row::print_term`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:175:27 [INFO] [stdout] | [INFO] [stdout] 175 | self.__print(out, Row::print_term) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::get_width`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | return c.get_width(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `TableSlice::<'a>::get_column_num`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:249:23 [INFO] [stdout] | [INFO] [stdout] 249 | self.as_ref().get_column_num() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::get_width`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | let mut w = c.get_width(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `row::Row::get_height`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:149:27 [INFO] [stdout] | [INFO] [stdout] 149 | let height = self.get_height(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_column_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:153:20 [INFO] [stdout] | [INFO] [stdout] 153 | format.print_column_separator(out, ColumnPosition::Left)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_column_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:177:28 [INFO] [stdout] | [INFO] [stdout] 177 | format.print_column_separator(out, ColumnPosition::Intern)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_column_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | format.print_column_separator(out, ColumnPosition::Right)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::print`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:195:46 [INFO] [stdout] | [INFO] [stdout] 195 | self.__print(out, format, col_width, Cell::print) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::print_term`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:206:46 [INFO] [stdout] | [INFO] [stdout] 206 | self.__print(out, format, col_width, Cell::print_term) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `Table::get_column_num`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:659:26 [INFO] [stdout] | [INFO] [stdout] 659 | assert_eq!(table.get_column_num(), 0); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `TableSlice::<'a>::get_column_num`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:660:35 [INFO] [stdout] | [INFO] [stdout] 660 | assert_eq!(table.as_ref().get_column_num(), 0); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `Table::get_column_num`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:666:26 [INFO] [stdout] | [INFO] [stdout] 666 | assert_eq!(table.get_column_num(), 0); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `TableSlice::<'a>::get_column_num`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:667:35 [INFO] [stdout] | [INFO] [stdout] 667 | assert_eq!(table.as_ref().get_column_num(), 0); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `Table::get_column_num`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:669:26 [INFO] [stdout] | [INFO] [stdout] 669 | assert_eq!(table.get_column_num(), 1); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `TableSlice::<'a>::get_column_num`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/lib.rs:670:35 [INFO] [stdout] | [INFO] [stdout] 670 | assert_eq!(table.as_ref().get_column_num(), 1); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::print`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:239:14 [INFO] [stdout] | [INFO] [stdout] 239 | self.print(out, idx, col_width, skip_right_fill)?; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::get_width`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:337:31 [INFO] [stdout] | [INFO] [stdout] 337 | assert_eq!(ascii_cell.get_width(), 5); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::print`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:340:28 [INFO] [stdout] | [INFO] [stdout] 340 | let _ = ascii_cell.print(&mut out, 0, 10, false); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::get_width`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:347:33 [INFO] [stdout] | [INFO] [stdout] 347 | assert_eq!(unicode_cell.get_width(), 6); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::print`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:350:30 [INFO] [stdout] | [INFO] [stdout] 350 | let _ = unicode_cell.print(&mut out, 0, 10, false); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::get_width`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:357:33 [INFO] [stdout] | [INFO] [stdout] 357 | assert_eq!(unicode_cell.get_width(), 14); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::print`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:359:30 [INFO] [stdout] | [INFO] [stdout] 359 | let _ = unicode_cell.print(&mut out, 0, 20, false); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::print`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:367:22 [INFO] [stdout] | [INFO] [stdout] 367 | let _ = cell.print(&mut out, 0, 10, false); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::print`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:375:22 [INFO] [stdout] | [INFO] [stdout] 375 | let _ = cell.print(&mut out, 0, 10, false); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::print`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:383:22 [INFO] [stdout] | [INFO] [stdout] 383 | let _ = cell.print(&mut out, 0, 10, false); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::get_height`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:444:25 [INFO] [stdout] | [INFO] [stdout] 444 | assert_eq!(cell.get_height(), 1); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::get_width`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/cell.rs:445:25 [INFO] [stdout] | [INFO] [stdout] 445 | assert_eq!(cell.get_width(), 0); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::get_height`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | let h = cell.get_height(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::get_width`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | return c.get_width(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::get_width`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | let mut w = c.get_width(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `row::Row::get_height`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:149:27 [INFO] [stdout] | [INFO] [stdout] 149 | let height = self.get_height(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_column_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:153:20 [INFO] [stdout] | [INFO] [stdout] 153 | format.print_column_separator(out, ColumnPosition::Left)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_column_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:177:28 [INFO] [stdout] | [INFO] [stdout] 177 | format.print_column_separator(out, ColumnPosition::Intern)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `format::TableFormat::print_column_separator`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | format.print_column_separator(out, ColumnPosition::Right)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::print`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:195:46 [INFO] [stdout] | [INFO] [stdout] 195 | self.__print(out, format, col_width, Cell::print) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `cell::Cell::print_term`: Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) [INFO] [stdout] --> src/row.rs:206:46 [INFO] [stdout] | [INFO] [stdout] 206 | self.__print(out, format, col_width, Cell::print_term) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.46s [INFO] running `Command { std: "docker" "inspect" "5e034d36c9b8e4b4b616e19a78e8eb14db360c645705f5696cb792f988a6f1ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e034d36c9b8e4b4b616e19a78e8eb14db360c645705f5696cb792f988a6f1ad", kill_on_drop: false }` [INFO] [stdout] 5e034d36c9b8e4b4b616e19a78e8eb14db360c645705f5696cb792f988a6f1ad