[INFO] fetching crate prettytable-rs 0.8.0... [INFO] testing prettytable-rs-0.8.0 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate prettytable-rs 0.8.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate prettytable-rs 0.8.0 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 620b481e684521ba518a4e0a8811629abe16c88ec1f584137519cd7e1ba22f61 [INFO] running `Command { std: "docker" "start" "-a" "620b481e684521ba518a4e0a8811629abe16c88ec1f584137519cd7e1ba22f61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "620b481e684521ba518a4e0a8811629abe16c88ec1f584137519cd7e1ba22f61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "620b481e684521ba518a4e0a8811629abe16c88ec1f584137519cd7e1ba22f61", kill_on_drop: false }` [INFO] [stdout] 620b481e684521ba518a4e0a8811629abe16c88ec1f584137519cd7e1ba22f61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7d26cf7f8e7d19003d92e28af0eff8c6e5c7b651bc6408d918c999e74ed9eb89 [INFO] running `Command { std: "docker" "start" "-a" "7d26cf7f8e7d19003d92e28af0eff8c6e5c7b651bc6408d918c999e74ed9eb89", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling bstr v0.2.16 [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 20.10s [INFO] running `Command { std: "docker" "inspect" "7d26cf7f8e7d19003d92e28af0eff8c6e5c7b651bc6408d918c999e74ed9eb89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d26cf7f8e7d19003d92e28af0eff8c6e5c7b651bc6408d918c999e74ed9eb89", kill_on_drop: false }` [INFO] [stdout] 7d26cf7f8e7d19003d92e28af0eff8c6e5c7b651bc6408d918c999e74ed9eb89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4cf657228104bc86aa0e1a1eb322317750dd64dc1137a3661f9050c0cc400e8a [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" "4cf657228104bc86aa0e1a1eb322317750dd64dc1137a3661f9050c0cc400e8a", kill_on_drop: false }` [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] [stderr] Compiling prettytable-rs v0.8.0 (/opt/rustwide/workdir) [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 9.66s [INFO] running `Command { std: "docker" "inspect" "4cf657228104bc86aa0e1a1eb322317750dd64dc1137a3661f9050c0cc400e8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4cf657228104bc86aa0e1a1eb322317750dd64dc1137a3661f9050c0cc400e8a", kill_on_drop: false }` [INFO] [stdout] 4cf657228104bc86aa0e1a1eb322317750dd64dc1137a3661f9050c0cc400e8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8838c48eff067dcda60047eddb05c2b591d631e6077cdf85bdad2b3f5f34097d [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" "8838c48eff067dcda60047eddb05c2b591d631e6077cdf85bdad2b3f5f34097d", kill_on_drop: false }` [INFO] [stderr] 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] [stderr] --> src/lib.rs:76:23 [INFO] [stderr] | [INFO] [stderr] 76 | let l = r.column_count(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:103:30 [INFO] [stderr] | [INFO] [stderr] 103 | Some(ref t) => t.get_column_width(col_idx, self.format), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:107:23 [INFO] [stderr] | [INFO] [stderr] 107 | let l = r.get_column_width(col_idx, self.format); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:118:27 [INFO] [stderr] | [INFO] [stderr] 118 | let colnum = self.get_column_num(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:145:14 [INFO] [stderr] | [INFO] [stderr] 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:149:18 [INFO] [stderr] | [INFO] [stderr] 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:157:22 [INFO] [stderr] | [INFO] [stderr] 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:161:14 [INFO] [stderr] | [INFO] [stderr] 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:169:32 [INFO] [stderr] | [INFO] [stderr] 169 | self.__print(out, Row::print) [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:175:32 [INFO] [stderr] | [INFO] [stderr] 175 | self.__print(out, Row::print_term) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:249:23 [INFO] [stderr] | [INFO] [stderr] 249 | self.as_ref().get_column_num() [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:239:14 [INFO] [stderr] | [INFO] [stderr] 239 | self.print(out, idx, col_width, skip_right_fill)?; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:55:26 [INFO] [stderr] | [INFO] [stderr] 55 | let h = cell.get_height(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:71:30 [INFO] [stderr] | [INFO] [stderr] 71 | return c.get_width(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:76:31 [INFO] [stderr] | [INFO] [stderr] 76 | let mut w = c.get_width(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:149:27 [INFO] [stderr] | [INFO] [stderr] 149 | let height = self.get_height(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:153:20 [INFO] [stderr] | [INFO] [stderr] 153 | format.print_column_separator(out, ColumnPosition::Left)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:177:28 [INFO] [stderr] | [INFO] [stderr] 177 | format.print_column_separator(out, ColumnPosition::Intern)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:181:20 [INFO] [stderr] | [INFO] [stderr] 181 | format.print_column_separator(out, ColumnPosition::Right)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:195:52 [INFO] [stderr] | [INFO] [stderr] 195 | self.__print(out, format, col_width, Cell::print) [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:206:52 [INFO] [stderr] | [INFO] [stderr] 206 | self.__print(out, format, col_width, Cell::print_term) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 21 warnings emitted [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:76:23 [INFO] [stderr] | [INFO] [stderr] 76 | let l = r.column_count(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:103:30 [INFO] [stderr] | [INFO] [stderr] 103 | Some(ref t) => t.get_column_width(col_idx, self.format), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:107:23 [INFO] [stderr] | [INFO] [stderr] 107 | let l = r.get_column_width(col_idx, self.format); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:118:27 [INFO] [stderr] | [INFO] [stderr] 118 | let colnum = self.get_column_num(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:145:14 [INFO] [stderr] | [INFO] [stderr] 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:149:18 [INFO] [stderr] | [INFO] [stderr] 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:157:22 [INFO] [stderr] | [INFO] [stderr] 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:161:14 [INFO] [stderr] | [INFO] [stderr] 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:169:32 [INFO] [stderr] | [INFO] [stderr] 169 | self.__print(out, Row::print) [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:175:32 [INFO] [stderr] | [INFO] [stderr] 175 | self.__print(out, Row::print_term) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:249:23 [INFO] [stderr] | [INFO] [stderr] 249 | self.as_ref().get_column_num() [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:659:26 [INFO] [stderr] | [INFO] [stderr] 659 | assert_eq!(table.get_column_num(), 0); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:660:35 [INFO] [stderr] | [INFO] [stderr] 660 | assert_eq!(table.as_ref().get_column_num(), 0); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:666:26 [INFO] [stderr] | [INFO] [stderr] 666 | assert_eq!(table.get_column_num(), 0); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:667:35 [INFO] [stderr] | [INFO] [stderr] 667 | assert_eq!(table.as_ref().get_column_num(), 0); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:669:26 [INFO] [stderr] | [INFO] [stderr] 669 | assert_eq!(table.get_column_num(), 1); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/lib.rs:670:35 [INFO] [stderr] | [INFO] [stderr] 670 | assert_eq!(table.as_ref().get_column_num(), 1); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:239:14 [INFO] [stderr] | [INFO] [stderr] 239 | self.print(out, idx, col_width, skip_right_fill)?; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:337:31 [INFO] [stderr] | [INFO] [stderr] 337 | assert_eq!(ascii_cell.get_width(), 5); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:340:28 [INFO] [stderr] | [INFO] [stderr] 340 | let _ = ascii_cell.print(&mut out, 0, 10, false); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:347:33 [INFO] [stderr] | [INFO] [stderr] 347 | assert_eq!(unicode_cell.get_width(), 6); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:350:30 [INFO] [stderr] | [INFO] [stderr] 350 | let _ = unicode_cell.print(&mut out, 0, 10, false); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:357:33 [INFO] [stderr] | [INFO] [stderr] 357 | assert_eq!(unicode_cell.get_width(), 14); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:359:30 [INFO] [stderr] | [INFO] [stderr] 359 | let _ = unicode_cell.print(&mut out, 0, 20, false); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:367:22 [INFO] [stderr] | [INFO] [stderr] 367 | let _ = cell.print(&mut out, 0, 10, false); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:375:22 [INFO] [stderr] | [INFO] [stderr] 375 | let _ = cell.print(&mut out, 0, 10, false); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:383:22 [INFO] [stderr] | [INFO] [stderr] 383 | let _ = cell.print(&mut out, 0, 10, false); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:444:25 [INFO] [stderr] | [INFO] [stderr] 444 | assert_eq!(cell.get_height(), 1); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/cell.rs:445:25 [INFO] [stderr] | [INFO] [stderr] 445 | assert_eq!(cell.get_width(), 0); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:55:26 [INFO] [stderr] | [INFO] [stderr] 55 | let h = cell.get_height(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:71:30 [INFO] [stderr] | [INFO] [stderr] 71 | return c.get_width(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:76:31 [INFO] [stderr] | [INFO] [stderr] 76 | let mut w = c.get_width(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:149:27 [INFO] [stderr] | [INFO] [stderr] 149 | let height = self.get_height(); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:153:20 [INFO] [stderr] | [INFO] [stderr] 153 | format.print_column_separator(out, ColumnPosition::Left)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:177:28 [INFO] [stderr] | [INFO] [stderr] 177 | format.print_column_separator(out, ColumnPosition::Intern)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:181:20 [INFO] [stderr] | [INFO] [stderr] 181 | format.print_column_separator(out, ColumnPosition::Right)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:195:52 [INFO] [stderr] | [INFO] [stderr] 195 | self.__print(out, format, col_width, Cell::print) [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] 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] [stderr] --> src/row.rs:206:52 [INFO] [stderr] | [INFO] [stderr] 206 | self.__print(out, format, col_width, Cell::print_term) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 38 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/prettytable-24ece8e58fe7e393) [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test row::tests::extend_row ... ok [INFO] [stdout] test csv::tests::trans ... ok [INFO] [stdout] test csv::tests::from ... ok [INFO] [stdout] test csv::tests::to ... ok [INFO] [stdout] test row::tests::row_default_empty ... ok [INFO] [stdout] test row::tests::remove_cell ... ok [INFO] [stdout] test tests::add_empty_row ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/main-8cafcbd60a2c2a7d) [INFO] [stdout] test cell::tests::get_content ... ok [INFO] [stderr] Doc-tests prettytable [INFO] [stdout] test cell::tests::reset_style ... ok [INFO] [stdout] test cell::tests::align_center ... ok [INFO] [stdout] test cell::tests::print_cjk ... ok [INFO] [stdout] test cell::tests::print_unicode ... ok [INFO] [stdout] test cell::tests::style_spec ... ok [INFO] [stdout] test tests::clean ... ok [INFO] [stdout] test cell::tests::align_left ... ok [INFO] [stdout] test tests::get_row ... ok [INFO] [stdout] test csv::tests::extend_table ... ok [INFO] [stdout] test row::tests::get_add_set_cell ... ok [INFO] [stdout] test tests::table_size ... ok [INFO] [stdout] test row::tests::insert_cell ... ok [INFO] [stdout] test cell::tests::align_right ... ok [INFO] [stdout] test cell::tests::default_empty_cell ... ok [INFO] [stdout] test cell::tests::print_ascii ... ok [INFO] [stdout] test tests::test_unicode_separators ... ok [INFO] [stdout] test utils::tests::skip_right_fill ... ok [INFO] [stdout] test utils::tests::string_writer ... ok [INFO] [stdout] test utils::tests::utf8_error ... ok [INFO] [stdout] test utils::tests::fill_align ... ok [INFO] [stdout] test tests::insert_row ... ok [INFO] [stdout] test tests::no_linesep ... ok [INFO] [stdout] test tests::indent ... ok [INFO] [stdout] test tests::remove_row ... ok [INFO] [stdout] test tests::test_horizontal_span ... ok [INFO] [stdout] test tests::no_colsep ... ok [INFO] [stdout] test tests::test_readme_format_with_title ... ok [INFO] [stdout] test tests::test_readme_format ... ok [INFO] [stdout] test tests::set_element ... ok [INFO] [stdout] test tests::table ... ok [INFO] [stdout] test tests::index ... ok [INFO] [stdout] test tests::padding ... ok [INFO] [stdout] test tests::slices ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/lib.rs - table (line 556) ... ok [INFO] [stdout] test src/row.rs - row (line 286) ... ok [INFO] [stdout] test src/cell.rs - cell (line 297) ... ok [INFO] [stdout] test src/lib.rs - table (line 542) ... ok [INFO] [stdout] test src/lib.rs - TableSlice (line 48) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.65s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8838c48eff067dcda60047eddb05c2b591d631e6077cdf85bdad2b3f5f34097d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8838c48eff067dcda60047eddb05c2b591d631e6077cdf85bdad2b3f5f34097d", kill_on_drop: false }` [INFO] [stdout] 8838c48eff067dcda60047eddb05c2b591d631e6077cdf85bdad2b3f5f34097d