[INFO] fetching crate prettytable-rs 0.8.0... [INFO] testing prettytable-rs-0.8.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate prettytable-rs 0.8.0 into /workspace/builds/worker-31/source [INFO] validating manifest of crates.io crate prettytable-rs 0.8.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-31/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e548a76bee741262666de747541ad42638ddabbf497c8e8a6474856886f59ec8 [INFO] running `Command { std: "docker" "start" "-a" "e548a76bee741262666de747541ad42638ddabbf497c8e8a6474856886f59ec8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e548a76bee741262666de747541ad42638ddabbf497c8e8a6474856886f59ec8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e548a76bee741262666de747541ad42638ddabbf497c8e8a6474856886f59ec8", kill_on_drop: false }` [INFO] [stdout] e548a76bee741262666de747541ad42638ddabbf497c8e8a6474856886f59ec8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 552b9b31a9f4c878c4723f68916d4269887630b2bdd53750f932eb1dbe5237c1 [INFO] running `Command { std: "docker" "start" "-a" "552b9b31a9f4c878c4723f68916d4269887630b2bdd53750f932eb1dbe5237c1", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling encode_unicode v0.3.6 [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-core v0.1.10 [INFO] [stderr] Compiling bstr v0.2.17 [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 `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] = note: `#[warn(deprecated)]` on by default [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: 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] [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: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.14s [INFO] running `Command { std: "docker" "inspect" "552b9b31a9f4c878c4723f68916d4269887630b2bdd53750f932eb1dbe5237c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "552b9b31a9f4c878c4723f68916d4269887630b2bdd53750f932eb1dbe5237c1", kill_on_drop: false }` [INFO] [stdout] 552b9b31a9f4c878c4723f68916d4269887630b2bdd53750f932eb1dbe5237c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b56d46471dd1a313f19458b4c43a1c79d1e5bd5e2414fa69c86a372552097948 [INFO] running `Command { std: "docker" "start" "-a" "b56d46471dd1a313f19458b4c43a1c79d1e5bd5e2414fa69c86a372552097948", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling prettytable-rs v0.8.0 (/opt/rustwide/workdir) [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] = note: `#[warn(deprecated)]` on by default [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: 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] [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: 21 warnings emitted [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] = note: `#[warn(deprecated)]` on by default [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: 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] [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::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 `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: 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.75s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/prettytable-7391377ee1d81c16) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/main-dd9a5a650e197a95) [INFO] running `Command { std: "docker" "inspect" "b56d46471dd1a313f19458b4c43a1c79d1e5bd5e2414fa69c86a372552097948", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b56d46471dd1a313f19458b4c43a1c79d1e5bd5e2414fa69c86a372552097948", kill_on_drop: false }` [INFO] [stdout] b56d46471dd1a313f19458b4c43a1c79d1e5bd5e2414fa69c86a372552097948 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fe69ab7b3ebdba173827f6a0cf1897a2a4e1c3e69b69d72ec89ed29ff29ef85c [INFO] running `Command { std: "docker" "start" "-a" "fe69ab7b3ebdba173827f6a0cf1897a2a4e1c3e69b69d72ec89ed29ff29ef85c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] = note: `#[warn(deprecated)]` on by default [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: 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] 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::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 `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: `prettytable-rs` (lib) generated 21 warnings [INFO] [stderr] warning: `prettytable-rs` (lib test) generated 38 warnings (21 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/prettytable-7391377ee1d81c16) [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test cell::tests::align_center ... ok [INFO] [stdout] test cell::tests::default_empty_cell ... ok [INFO] [stdout] test cell::tests::align_left ... ok [INFO] [stdout] test cell::tests::get_content ... ok [INFO] [stdout] test cell::tests::align_right ... ok [INFO] [stdout] test cell::tests::print_ascii ... ok [INFO] [stdout] test cell::tests::print_cjk ... ok [INFO] [stdout] test cell::tests::print_unicode ... ok [INFO] [stdout] test cell::tests::reset_style ... ok [INFO] [stdout] test cell::tests::style_spec ... ok [INFO] [stdout] test csv::tests::extend_table ... ok [INFO] [stdout] test csv::tests::to ... ok [INFO] [stdout] test row::tests::extend_row ... ok [INFO] [stdout] test row::tests::get_add_set_cell ... ok [INFO] [stdout] test row::tests::insert_cell ... ok [INFO] [stdout] test row::tests::remove_cell ... ok [INFO] [stdout] test row::tests::row_default_empty ... ok [INFO] [stdout] test tests::add_empty_row ... ok [INFO] [stdout] test csv::tests::from ... ok [INFO] [stdout] test csv::tests::trans ... ok [INFO] [stdout] test tests::get_row ... ok [INFO] [stdout] test tests::clean ... ok [INFO] [stdout] test tests::indent ... ok [INFO] [stdout] test tests::insert_row ... ok [INFO] [stdout] test tests::index ... ok [INFO] [stdout] test tests::no_linesep ... ok [INFO] [stdout] test tests::remove_row ... ok [INFO] [stdout] test tests::set_element ... ok [INFO] [stdout] test tests::no_colsep ... ok [INFO] [stdout] test tests::padding ... ok [INFO] [stdout] test tests::table_size ... ok [INFO] [stdout] test tests::table ... ok [INFO] [stdout] test tests::slices ... ok [INFO] [stdout] test tests::test_horizontal_span ... ok [INFO] [stdout] test tests::test_readme_format ... ok [INFO] [stdout] test tests::test_readme_format_with_title ... ok [INFO] [stdout] test utils::tests::fill_align ... ok [INFO] [stdout] test utils::tests::skip_right_fill ... ok [INFO] [stdout] test utils::tests::string_writer ... ok [INFO] [stdout] test tests::test_unicode_separators ... ok [INFO] [stdout] test utils::tests::utf8_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/main-dd9a5a650e197a95) [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] [stderr] Doc-tests prettytable [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/cell.rs - cell::cell (line 297) ... ok [INFO] [stdout] test src/row.rs - row::row (line 286) ... ok [INFO] [stdout] test src/lib.rs - table (line 542) ... ok [INFO] [stdout] test src/lib.rs - table (line 556) ... 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 1.17s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fe69ab7b3ebdba173827f6a0cf1897a2a4e1c3e69b69d72ec89ed29ff29ef85c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe69ab7b3ebdba173827f6a0cf1897a2a4e1c3e69b69d72ec89ed29ff29ef85c", kill_on_drop: false }` [INFO] [stdout] fe69ab7b3ebdba173827f6a0cf1897a2a4e1c3e69b69d72ec89ed29ff29ef85c