Oct 27 17:51:05.792 INFO checking prettytable-rs-0.8.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 17:51:05.792 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 17:51:05.970 INFO blam! e77f637d68e372f0ea1be7f8e1e2d13b0fb50cbbb9d4a37cd69bb81aa76ea5a3 Oct 27 17:51:05.975 INFO running `"docker" "start" "-a" "e77f637d68e372f0ea1be7f8e1e2d13b0fb50cbbb9d4a37cd69bb81aa76ea5a3"` Oct 27 17:51:06.543 INFO kablam! usermod: no changes Oct 27 17:51:06.671 INFO kablam! Checking prettytable-rs v0.8.0 (/source) Oct 27 17:51:08.235 INFO kablam! warning: use of deprecated item 'row::Row::column_count': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.235 INFO kablam! --> src/lib.rs:76:23 Oct 27 17:51:08.235 INFO kablam! | Oct 27 17:51:08.235 INFO kablam! 76 | let l = r.column_count(); Oct 27 17:51:08.235 INFO kablam! | ^^^^^^^^^^^^ Oct 27 17:51:08.235 INFO kablam! | Oct 27 17:51:08.235 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:51:08.235 INFO kablam! Oct 27 17:51:08.235 INFO kablam! warning: use of deprecated item 'row::Row::get_column_width': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.235 INFO kablam! --> src/lib.rs:103:30 Oct 27 17:51:08.235 INFO kablam! | Oct 27 17:51:08.235 INFO kablam! 103 | Some(ref t) => t.get_column_width(col_idx, self.format), Oct 27 17:51:08.235 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 17:51:08.235 INFO kablam! Oct 27 17:51:08.235 INFO kablam! warning: use of deprecated item 'row::Row::get_column_width': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.235 INFO kablam! --> src/lib.rs:107:23 Oct 27 17:51:08.236 INFO kablam! | Oct 27 17:51:08.236 INFO kablam! 107 | let l = r.get_column_width(col_idx, self.format); Oct 27 17:51:08.236 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 17:51:08.236 INFO kablam! Oct 27 17:51:08.236 INFO kablam! warning: use of deprecated item 'TableSlice::get_column_num': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.236 INFO kablam! --> src/lib.rs:118:27 Oct 27 17:51:08.236 INFO kablam! | Oct 27 17:51:08.236 INFO kablam! 118 | let colnum = self.get_column_num(); Oct 27 17:51:08.236 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.236 INFO kablam! Oct 27 17:51:08.236 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_line_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.236 INFO kablam! --> src/lib.rs:145:14 Oct 27 17:51:08.236 INFO kablam! | Oct 27 17:51:08.236 INFO kablam! 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; Oct 27 17:51:08.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.236 INFO kablam! Oct 27 17:51:08.236 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_line_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.236 INFO kablam! --> src/lib.rs:149:18 Oct 27 17:51:08.236 INFO kablam! | Oct 27 17:51:08.236 INFO kablam! 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; Oct 27 17:51:08.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.236 INFO kablam! Oct 27 17:51:08.242 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_line_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.242 INFO kablam! --> src/lib.rs:157:22 Oct 27 17:51:08.242 INFO kablam! | Oct 27 17:51:08.242 INFO kablam! 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; Oct 27 17:51:08.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.242 INFO kablam! Oct 27 17:51:08.242 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_line_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.242 INFO kablam! --> src/lib.rs:161:14 Oct 27 17:51:08.242 INFO kablam! | Oct 27 17:51:08.242 INFO kablam! 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; Oct 27 17:51:08.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.242 INFO kablam! Oct 27 17:51:08.242 INFO kablam! warning: use of deprecated item 'row::Row::print': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.242 INFO kablam! --> src/lib.rs:169:27 Oct 27 17:51:08.242 INFO kablam! | Oct 27 17:51:08.242 INFO kablam! 169 | self.__print(out, Row::print) Oct 27 17:51:08.242 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.242 INFO kablam! Oct 27 17:51:08.270 INFO kablam! warning: use of deprecated item 'row::Row::print_term': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.270 INFO kablam! --> src/lib.rs:175:27 Oct 27 17:51:08.270 INFO kablam! | Oct 27 17:51:08.270 INFO kablam! 175 | self.__print(out, Row::print_term) Oct 27 17:51:08.270 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:51:08.270 INFO kablam! Oct 27 17:51:08.270 INFO kablam! warning: use of deprecated item 'TableSlice::get_column_num': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.270 INFO kablam! --> src/lib.rs:249:23 Oct 27 17:51:08.270 INFO kablam! | Oct 27 17:51:08.270 INFO kablam! 249 | self.as_ref().get_column_num() Oct 27 17:51:08.271 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.271 INFO kablam! Oct 27 17:51:08.303 INFO kablam! warning: use of deprecated item 'cell::Cell::print': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.303 INFO kablam! --> src/cell.rs:239:14 Oct 27 17:51:08.303 INFO kablam! | Oct 27 17:51:08.303 INFO kablam! 239 | self.print(out, idx, col_width, skip_right_fill)?; Oct 27 17:51:08.303 INFO kablam! | ^^^^^ Oct 27 17:51:08.303 INFO kablam! Oct 27 17:51:08.303 INFO kablam! warning: use of deprecated item 'cell::Cell::get_height': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.303 INFO kablam! --> src/row.rs:55:26 Oct 27 17:51:08.303 INFO kablam! | Oct 27 17:51:08.303 INFO kablam! 55 | let h = cell.get_height(); Oct 27 17:51:08.303 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.303 INFO kablam! Oct 27 17:51:08.303 INFO kablam! warning: use of deprecated item 'cell::Cell::get_width': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.303 INFO kablam! --> src/row.rs:71:30 Oct 27 17:51:08.303 INFO kablam! | Oct 27 17:51:08.303 INFO kablam! 71 | return c.get_width(); Oct 27 17:51:08.303 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.303 INFO kablam! Oct 27 17:51:08.303 INFO kablam! warning: use of deprecated item 'cell::Cell::get_width': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.303 INFO kablam! --> src/row.rs:76:31 Oct 27 17:51:08.303 INFO kablam! | Oct 27 17:51:08.303 INFO kablam! 76 | let mut w = c.get_width(); Oct 27 17:51:08.303 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.303 INFO kablam! Oct 27 17:51:08.307 INFO kablam! warning: use of deprecated item 'row::Row::get_height': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.307 INFO kablam! --> src/row.rs:149:27 Oct 27 17:51:08.307 INFO kablam! | Oct 27 17:51:08.307 INFO kablam! 149 | let height = self.get_height(); Oct 27 17:51:08.307 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.307 INFO kablam! Oct 27 17:51:08.307 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_column_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.307 INFO kablam! --> src/row.rs:153:20 Oct 27 17:51:08.307 INFO kablam! | Oct 27 17:51:08.307 INFO kablam! 153 | format.print_column_separator(out, ColumnPosition::Left)?; Oct 27 17:51:08.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.307 INFO kablam! Oct 27 17:51:08.339 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_column_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.339 INFO kablam! --> src/row.rs:177:28 Oct 27 17:51:08.339 INFO kablam! | Oct 27 17:51:08.339 INFO kablam! 177 | format.print_column_separator(out, ColumnPosition::Intern)?; Oct 27 17:51:08.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.339 INFO kablam! Oct 27 17:51:08.339 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_column_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.339 INFO kablam! --> src/row.rs:181:20 Oct 27 17:51:08.339 INFO kablam! | Oct 27 17:51:08.339 INFO kablam! 181 | format.print_column_separator(out, ColumnPosition::Right)?; Oct 27 17:51:08.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.339 INFO kablam! Oct 27 17:51:08.339 INFO kablam! warning: use of deprecated item 'cell::Cell::print': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.339 INFO kablam! --> src/row.rs:195:46 Oct 27 17:51:08.339 INFO kablam! | Oct 27 17:51:08.339 INFO kablam! 195 | self.__print(out, format, col_width, Cell::print) Oct 27 17:51:08.339 INFO kablam! | ^^^^^^^^^^^ Oct 27 17:51:08.339 INFO kablam! Oct 27 17:51:08.339 INFO kablam! warning: use of deprecated item 'cell::Cell::print_term': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.339 INFO kablam! --> src/row.rs:206:46 Oct 27 17:51:08.339 INFO kablam! | Oct 27 17:51:08.339 INFO kablam! 206 | self.__print(out, format, col_width, Cell::print_term) Oct 27 17:51:08.339 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 17:51:08.339 INFO kablam! Oct 27 17:51:08.398 INFO kablam! warning: use of deprecated item 'row::Row::column_count': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.398 INFO kablam! --> src/lib.rs:76:23 Oct 27 17:51:08.398 INFO kablam! | Oct 27 17:51:08.398 INFO kablam! 76 | let l = r.column_count(); Oct 27 17:51:08.398 INFO kablam! | ^^^^^^^^^^^^ Oct 27 17:51:08.398 INFO kablam! | Oct 27 17:51:08.398 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:51:08.398 INFO kablam! Oct 27 17:51:08.398 INFO kablam! warning: use of deprecated item 'row::Row::get_column_width': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.398 INFO kablam! --> src/lib.rs:103:30 Oct 27 17:51:08.398 INFO kablam! | Oct 27 17:51:08.398 INFO kablam! 103 | Some(ref t) => t.get_column_width(col_idx, self.format), Oct 27 17:51:08.398 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 17:51:08.398 INFO kablam! Oct 27 17:51:08.398 INFO kablam! warning: use of deprecated item 'row::Row::get_column_width': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.398 INFO kablam! --> src/lib.rs:107:23 Oct 27 17:51:08.398 INFO kablam! | Oct 27 17:51:08.398 INFO kablam! 107 | let l = r.get_column_width(col_idx, self.format); Oct 27 17:51:08.398 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 17:51:08.398 INFO kablam! Oct 27 17:51:08.408 INFO kablam! warning: use of deprecated item 'TableSlice::get_column_num': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.408 INFO kablam! --> src/lib.rs:118:27 Oct 27 17:51:08.408 INFO kablam! | Oct 27 17:51:08.409 INFO kablam! 118 | let colnum = self.get_column_num(); Oct 27 17:51:08.409 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.409 INFO kablam! Oct 27 17:51:08.409 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_line_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.409 INFO kablam! --> src/lib.rs:145:14 Oct 27 17:51:08.409 INFO kablam! | Oct 27 17:51:08.409 INFO kablam! 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; Oct 27 17:51:08.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.409 INFO kablam! Oct 27 17:51:08.411 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_line_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.411 INFO kablam! --> src/lib.rs:149:18 Oct 27 17:51:08.411 INFO kablam! | Oct 27 17:51:08.411 INFO kablam! 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; Oct 27 17:51:08.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.411 INFO kablam! Oct 27 17:51:08.416 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_line_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.416 INFO kablam! --> src/lib.rs:157:22 Oct 27 17:51:08.416 INFO kablam! | Oct 27 17:51:08.416 INFO kablam! 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; Oct 27 17:51:08.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.416 INFO kablam! Oct 27 17:51:08.416 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_line_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.416 INFO kablam! --> src/lib.rs:161:14 Oct 27 17:51:08.416 INFO kablam! | Oct 27 17:51:08.416 INFO kablam! 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; Oct 27 17:51:08.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.416 INFO kablam! Oct 27 17:51:08.427 INFO kablam! warning: use of deprecated item 'row::Row::print': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.427 INFO kablam! --> src/lib.rs:169:27 Oct 27 17:51:08.427 INFO kablam! | Oct 27 17:51:08.427 INFO kablam! 169 | self.__print(out, Row::print) Oct 27 17:51:08.427 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.427 INFO kablam! Oct 27 17:51:08.427 INFO kablam! warning: use of deprecated item 'row::Row::print_term': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.427 INFO kablam! --> src/lib.rs:175:27 Oct 27 17:51:08.427 INFO kablam! | Oct 27 17:51:08.427 INFO kablam! 175 | self.__print(out, Row::print_term) Oct 27 17:51:08.427 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:51:08.427 INFO kablam! Oct 27 17:51:08.435 INFO kablam! warning: use of deprecated item 'TableSlice::get_column_num': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.435 INFO kablam! --> src/lib.rs:249:23 Oct 27 17:51:08.435 INFO kablam! | Oct 27 17:51:08.435 INFO kablam! 249 | self.as_ref().get_column_num() Oct 27 17:51:08.435 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.435 INFO kablam! Oct 27 17:51:08.474 INFO kablam! warning: use of deprecated item 'Table::get_column_num': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.474 INFO kablam! --> src/lib.rs:659:26 Oct 27 17:51:08.474 INFO kablam! | Oct 27 17:51:08.474 INFO kablam! 659 | assert_eq!(table.get_column_num(), 0); Oct 27 17:51:08.474 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.474 INFO kablam! Oct 27 17:51:08.474 INFO kablam! warning: use of deprecated item 'TableSlice::get_column_num': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.474 INFO kablam! --> src/lib.rs:660:35 Oct 27 17:51:08.474 INFO kablam! | Oct 27 17:51:08.474 INFO kablam! 660 | assert_eq!(table.as_ref().get_column_num(), 0); Oct 27 17:51:08.474 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.474 INFO kablam! Oct 27 17:51:08.475 INFO kablam! warning: use of deprecated item 'Table::get_column_num': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.475 INFO kablam! --> src/lib.rs:666:26 Oct 27 17:51:08.475 INFO kablam! | Oct 27 17:51:08.475 INFO kablam! 666 | assert_eq!(table.get_column_num(), 0); Oct 27 17:51:08.475 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.475 INFO kablam! Oct 27 17:51:08.475 INFO kablam! warning: use of deprecated item 'TableSlice::get_column_num': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.475 INFO kablam! --> src/lib.rs:667:35 Oct 27 17:51:08.475 INFO kablam! | Oct 27 17:51:08.475 INFO kablam! 667 | assert_eq!(table.as_ref().get_column_num(), 0); Oct 27 17:51:08.475 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.475 INFO kablam! Oct 27 17:51:08.503 INFO kablam! warning: use of deprecated item 'Table::get_column_num': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.503 INFO kablam! --> src/lib.rs:669:26 Oct 27 17:51:08.503 INFO kablam! | Oct 27 17:51:08.503 INFO kablam! 669 | assert_eq!(table.get_column_num(), 1); Oct 27 17:51:08.503 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.503 INFO kablam! Oct 27 17:51:08.503 INFO kablam! warning: use of deprecated item 'TableSlice::get_column_num': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.503 INFO kablam! --> src/lib.rs:670:35 Oct 27 17:51:08.503 INFO kablam! | Oct 27 17:51:08.504 INFO kablam! 670 | assert_eq!(table.as_ref().get_column_num(), 1); Oct 27 17:51:08.504 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.504 INFO kablam! Oct 27 17:51:08.613 INFO kablam! warning: use of deprecated item 'cell::Cell::print': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.613 INFO kablam! --> src/cell.rs:239:14 Oct 27 17:51:08.613 INFO kablam! | Oct 27 17:51:08.613 INFO kablam! 239 | self.print(out, idx, col_width, skip_right_fill)?; Oct 27 17:51:08.613 INFO kablam! | ^^^^^ Oct 27 17:51:08.613 INFO kablam! Oct 27 17:51:08.616 INFO kablam! warning: use of deprecated item 'cell::Cell::get_width': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.616 INFO kablam! --> src/cell.rs:337:31 Oct 27 17:51:08.616 INFO kablam! | Oct 27 17:51:08.616 INFO kablam! 337 | assert_eq!(ascii_cell.get_width(), 5); Oct 27 17:51:08.616 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.616 INFO kablam! Oct 27 17:51:08.616 INFO kablam! warning: use of deprecated item 'cell::Cell::print': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.616 INFO kablam! --> src/cell.rs:340:28 Oct 27 17:51:08.616 INFO kablam! | Oct 27 17:51:08.616 INFO kablam! 340 | let _ = ascii_cell.print(&mut out, 0, 10, false); Oct 27 17:51:08.616 INFO kablam! | ^^^^^ Oct 27 17:51:08.616 INFO kablam! Oct 27 17:51:08.621 INFO kablam! warning: use of deprecated item 'cell::Cell::get_width': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.621 INFO kablam! --> src/cell.rs:347:33 Oct 27 17:51:08.621 INFO kablam! | Oct 27 17:51:08.621 INFO kablam! 347 | assert_eq!(unicode_cell.get_width(), 6); Oct 27 17:51:08.621 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.621 INFO kablam! Oct 27 17:51:08.621 INFO kablam! warning: use of deprecated item 'cell::Cell::print': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.621 INFO kablam! --> src/cell.rs:350:30 Oct 27 17:51:08.621 INFO kablam! | Oct 27 17:51:08.621 INFO kablam! 350 | let _ = unicode_cell.print(&mut out, 0, 10, false); Oct 27 17:51:08.621 INFO kablam! | ^^^^^ Oct 27 17:51:08.621 INFO kablam! Oct 27 17:51:08.622 INFO kablam! warning: use of deprecated item 'cell::Cell::get_width': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.622 INFO kablam! --> src/cell.rs:357:33 Oct 27 17:51:08.622 INFO kablam! | Oct 27 17:51:08.622 INFO kablam! 357 | assert_eq!(unicode_cell.get_width(), 14); Oct 27 17:51:08.622 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.622 INFO kablam! Oct 27 17:51:08.625 INFO kablam! warning: use of deprecated item 'cell::Cell::print': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.625 INFO kablam! --> src/cell.rs:359:30 Oct 27 17:51:08.625 INFO kablam! | Oct 27 17:51:08.626 INFO kablam! 359 | let _ = unicode_cell.print(&mut out, 0, 20, false); Oct 27 17:51:08.626 INFO kablam! | ^^^^^ Oct 27 17:51:08.626 INFO kablam! Oct 27 17:51:08.627 INFO kablam! warning: use of deprecated item 'cell::Cell::print': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.627 INFO kablam! --> src/cell.rs:367:22 Oct 27 17:51:08.627 INFO kablam! | Oct 27 17:51:08.627 INFO kablam! 367 | let _ = cell.print(&mut out, 0, 10, false); Oct 27 17:51:08.627 INFO kablam! | ^^^^^ Oct 27 17:51:08.627 INFO kablam! Oct 27 17:51:08.629 INFO kablam! warning: use of deprecated item 'cell::Cell::print': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.629 INFO kablam! --> src/cell.rs:375:22 Oct 27 17:51:08.629 INFO kablam! | Oct 27 17:51:08.629 INFO kablam! 375 | let _ = cell.print(&mut out, 0, 10, false); Oct 27 17:51:08.629 INFO kablam! | ^^^^^ Oct 27 17:51:08.629 INFO kablam! Oct 27 17:51:08.638 INFO kablam! warning: use of deprecated item 'cell::Cell::print': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.639 INFO kablam! --> src/cell.rs:383:22 Oct 27 17:51:08.639 INFO kablam! | Oct 27 17:51:08.639 INFO kablam! 383 | let _ = cell.print(&mut out, 0, 10, false); Oct 27 17:51:08.639 INFO kablam! | ^^^^^ Oct 27 17:51:08.639 INFO kablam! Oct 27 17:51:08.655 INFO kablam! warning: use of deprecated item 'cell::Cell::get_height': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.655 INFO kablam! --> src/cell.rs:444:25 Oct 27 17:51:08.655 INFO kablam! | Oct 27 17:51:08.655 INFO kablam! 444 | assert_eq!(cell.get_height(), 1); Oct 27 17:51:08.655 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.655 INFO kablam! Oct 27 17:51:08.655 INFO kablam! warning: use of deprecated item 'cell::Cell::get_width': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.655 INFO kablam! --> src/cell.rs:445:25 Oct 27 17:51:08.655 INFO kablam! | Oct 27 17:51:08.655 INFO kablam! 445 | assert_eq!(cell.get_width(), 0); Oct 27 17:51:08.655 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.655 INFO kablam! Oct 27 17:51:08.663 INFO kablam! warning: use of deprecated item 'cell::Cell::get_height': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.663 INFO kablam! --> src/row.rs:55:26 Oct 27 17:51:08.663 INFO kablam! | Oct 27 17:51:08.663 INFO kablam! 55 | let h = cell.get_height(); Oct 27 17:51:08.663 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.663 INFO kablam! Oct 27 17:51:08.667 INFO kablam! warning: use of deprecated item 'cell::Cell::get_width': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.667 INFO kablam! --> src/row.rs:71:30 Oct 27 17:51:08.667 INFO kablam! | Oct 27 17:51:08.667 INFO kablam! 71 | return c.get_width(); Oct 27 17:51:08.667 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.667 INFO kablam! Oct 27 17:51:08.755 INFO kablam! warning: use of deprecated item 'cell::Cell::get_width': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.755 INFO kablam! --> src/row.rs:76:31 Oct 27 17:51:08.755 INFO kablam! | Oct 27 17:51:08.755 INFO kablam! 76 | let mut w = c.get_width(); Oct 27 17:51:08.755 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.755 INFO kablam! Oct 27 17:51:08.755 INFO kablam! warning: use of deprecated item 'row::Row::get_height': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.755 INFO kablam! --> src/row.rs:149:27 Oct 27 17:51:08.755 INFO kablam! | Oct 27 17:51:08.755 INFO kablam! 149 | let height = self.get_height(); Oct 27 17:51:08.755 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.755 INFO kablam! Oct 27 17:51:08.755 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_column_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.755 INFO kablam! --> src/row.rs:153:20 Oct 27 17:51:08.755 INFO kablam! | Oct 27 17:51:08.755 INFO kablam! 153 | format.print_column_separator(out, ColumnPosition::Left)?; Oct 27 17:51:08.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.755 INFO kablam! Oct 27 17:51:08.755 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_column_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.755 INFO kablam! --> src/row.rs:177:28 Oct 27 17:51:08.755 INFO kablam! | Oct 27 17:51:08.755 INFO kablam! 177 | format.print_column_separator(out, ColumnPosition::Intern)?; Oct 27 17:51:08.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.755 INFO kablam! Oct 27 17:51:08.755 INFO kablam! warning: use of deprecated item 'format::TableFormat::print_column_separator': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.755 INFO kablam! --> src/row.rs:181:20 Oct 27 17:51:08.755 INFO kablam! | Oct 27 17:51:08.755 INFO kablam! 181 | format.print_column_separator(out, ColumnPosition::Right)?; Oct 27 17:51:08.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.755 INFO kablam! Oct 27 17:51:08.755 INFO kablam! warning: use of deprecated item 'cell::Cell::print': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.755 INFO kablam! --> src/row.rs:195:46 Oct 27 17:51:08.755 INFO kablam! | Oct 27 17:51:08.755 INFO kablam! 195 | self.__print(out, format, col_width, Cell::print) Oct 27 17:51:08.755 INFO kablam! | ^^^^^^^^^^^ Oct 27 17:51:08.755 INFO kablam! Oct 27 17:51:08.755 INFO kablam! warning: use of deprecated item 'cell::Cell::print_term': Will become private in future release. See [issue #87](https://github.com/phsym/prettytable-rs/issues/87) Oct 27 17:51:08.755 INFO kablam! --> src/row.rs:206:46 Oct 27 17:51:08.755 INFO kablam! | Oct 27 17:51:08.755 INFO kablam! 206 | self.__print(out, format, col_width, Cell::print_term) Oct 27 17:51:08.755 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 17:51:08.755 INFO kablam! Oct 27 17:51:15.625 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.05s Oct 27 17:51:15.645 INFO kablam! su: No module specific data is present Oct 27 17:51:16.057 INFO running `"docker" "rm" "-f" "e77f637d68e372f0ea1be7f8e1e2d13b0fb50cbbb9d4a37cd69bb81aa76ea5a3"` Oct 27 17:51:16.169 INFO blam! e77f637d68e372f0ea1be7f8e1e2d13b0fb50cbbb9d4a37cd69bb81aa76ea5a3