[INFO] fetching crate prettytable-rs 0.8.0... [INFO] building prettytable-rs-0.8.0 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate prettytable-rs 0.8.0 into /workspace/builds/worker-59/source [INFO] validating manifest of crates.io crate prettytable-rs 0.8.0 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-59/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e52a3bd48453beb0ceaa7c44929ad1a5a7c5b7394aba9b523d0307127ad7c580 [INFO] running `Command { std: "docker" "start" "-a" "e52a3bd48453beb0ceaa7c44929ad1a5a7c5b7394aba9b523d0307127ad7c580", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e52a3bd48453beb0ceaa7c44929ad1a5a7c5b7394aba9b523d0307127ad7c580", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e52a3bd48453beb0ceaa7c44929ad1a5a7c5b7394aba9b523d0307127ad7c580", kill_on_drop: false }` [INFO] [stdout] e52a3bd48453beb0ceaa7c44929ad1a5a7c5b7394aba9b523d0307127ad7c580 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1921fc05e94e3e714c10a8eca63defc608000549e483c7c56998bfc67a4ef76d [INFO] running `Command { std: "docker" "start" "-a" "1921fc05e94e3e714c10a8eca63defc608000549e483c7c56998bfc67a4ef76d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.99 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling 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:32 [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:32 [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 `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 `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:52 [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:52 [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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.05s [INFO] running `Command { std: "docker" "inspect" "1921fc05e94e3e714c10a8eca63defc608000549e483c7c56998bfc67a4ef76d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1921fc05e94e3e714c10a8eca63defc608000549e483c7c56998bfc67a4ef76d", kill_on_drop: false }` [INFO] [stdout] 1921fc05e94e3e714c10a8eca63defc608000549e483c7c56998bfc67a4ef76d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 339e3b7ebdc158d95bb442a56ecf0b8f9c26d9a572f725db21a9a4492eb98704 [INFO] running `Command { std: "docker" "start" "-a" "339e3b7ebdc158d95bb442a56ecf0b8f9c26d9a572f725db21a9a4492eb98704", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Compiling prettytable-rs v0.8.0 (/opt/rustwide/workdir) [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:32 [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:32 [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 `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 `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:52 [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:52 [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: 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:32 [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:32 [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 `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:52 [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:52 [INFO] [stdout] | [INFO] [stdout] 206 | self.__print(out, format, col_width, Cell::print_term) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.46s [INFO] running `Command { std: "docker" "inspect" "339e3b7ebdc158d95bb442a56ecf0b8f9c26d9a572f725db21a9a4492eb98704", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "339e3b7ebdc158d95bb442a56ecf0b8f9c26d9a572f725db21a9a4492eb98704", kill_on_drop: false }` [INFO] [stdout] 339e3b7ebdc158d95bb442a56ecf0b8f9c26d9a572f725db21a9a4492eb98704