Oct 27 17:51:05.721 INFO checking prettytable-rs-0.8.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 17:51:05.721 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.875 INFO blam! a40ac6a6955d0a321592aea63278dd88dca6e743fcc2327a6f21bce2fe2762a8 Oct 27 17:51:05.875 INFO running `"docker" "start" "-a" "a40ac6a6955d0a321592aea63278dd88dca6e743fcc2327a6f21bce2fe2762a8"` Oct 27 17:51:06.527 INFO kablam! usermod: no changes Oct 27 17:51:06.659 INFO kablam! Checking prettytable-rs v0.8.0 (/source) Oct 27 17:51:07.951 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:07.951 INFO kablam! --> src/lib.rs:76:23 Oct 27 17:51:07.951 INFO kablam! | Oct 27 17:51:07.951 INFO kablam! 76 | let l = r.column_count(); Oct 27 17:51:07.951 INFO kablam! | ^^^^^^^^^^^^ Oct 27 17:51:07.951 INFO kablam! | Oct 27 17:51:07.951 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:51:07.951 INFO kablam! Oct 27 17:51:07.959 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:07.959 INFO kablam! --> src/lib.rs:103:30 Oct 27 17:51:07.959 INFO kablam! | Oct 27 17:51:07.959 INFO kablam! 103 | Some(ref t) => t.get_column_width(col_idx, self.format), Oct 27 17:51:07.959 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 17:51:07.960 INFO kablam! Oct 27 17:51:07.960 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:07.960 INFO kablam! --> src/lib.rs:107:23 Oct 27 17:51:07.960 INFO kablam! | Oct 27 17:51:07.960 INFO kablam! 107 | let l = r.get_column_width(col_idx, self.format); Oct 27 17:51:07.960 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 17:51:07.960 INFO kablam! Oct 27 17:51:07.960 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:07.960 INFO kablam! --> src/lib.rs:118:27 Oct 27 17:51:07.960 INFO kablam! | Oct 27 17:51:07.960 INFO kablam! 118 | let colnum = self.get_column_num(); Oct 27 17:51:07.960 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:07.960 INFO kablam! Oct 27 17:51:07.967 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:07.967 INFO kablam! --> src/lib.rs:145:14 Oct 27 17:51:07.967 INFO kablam! | Oct 27 17:51:07.967 INFO kablam! 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; Oct 27 17:51:07.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:07.967 INFO kablam! Oct 27 17:51:07.967 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:07.967 INFO kablam! --> src/lib.rs:149:18 Oct 27 17:51:07.967 INFO kablam! | Oct 27 17:51:07.967 INFO kablam! 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; Oct 27 17:51:07.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:07.967 INFO kablam! Oct 27 17:51:07.967 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:07.967 INFO kablam! --> src/lib.rs:157:22 Oct 27 17:51:07.967 INFO kablam! | Oct 27 17:51:07.967 INFO kablam! 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; Oct 27 17:51:07.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:07.967 INFO kablam! Oct 27 17:51:07.967 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:07.967 INFO kablam! --> src/lib.rs:161:14 Oct 27 17:51:07.967 INFO kablam! | Oct 27 17:51:07.967 INFO kablam! 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; Oct 27 17:51:07.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:07.967 INFO kablam! Oct 27 17:51:07.972 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:07.972 INFO kablam! --> src/lib.rs:169:27 Oct 27 17:51:07.972 INFO kablam! | Oct 27 17:51:07.972 INFO kablam! 169 | self.__print(out, Row::print) Oct 27 17:51:07.972 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:07.972 INFO kablam! Oct 27 17:51:07.972 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:07.972 INFO kablam! --> src/lib.rs:175:27 Oct 27 17:51:07.972 INFO kablam! | Oct 27 17:51:07.972 INFO kablam! 175 | self.__print(out, Row::print_term) Oct 27 17:51:07.972 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:51:07.972 INFO kablam! Oct 27 17:51:07.979 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:07.979 INFO kablam! --> src/lib.rs:249:23 Oct 27 17:51:07.979 INFO kablam! | Oct 27 17:51:07.979 INFO kablam! 249 | self.as_ref().get_column_num() Oct 27 17:51:07.979 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:07.979 INFO kablam! Oct 27 17:51:08.019 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.019 INFO kablam! --> src/cell.rs:239:14 Oct 27 17:51:08.019 INFO kablam! | Oct 27 17:51:08.019 INFO kablam! 239 | self.print(out, idx, col_width, skip_right_fill)?; Oct 27 17:51:08.019 INFO kablam! | ^^^^^ Oct 27 17:51:08.019 INFO kablam! Oct 27 17:51:08.023 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.023 INFO kablam! --> src/row.rs:55:26 Oct 27 17:51:08.023 INFO kablam! | Oct 27 17:51:08.023 INFO kablam! 55 | let h = cell.get_height(); Oct 27 17:51:08.023 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.023 INFO kablam! Oct 27 17:51:08.032 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.032 INFO kablam! --> src/row.rs:71:30 Oct 27 17:51:08.032 INFO kablam! | Oct 27 17:51:08.032 INFO kablam! 71 | return c.get_width(); Oct 27 17:51:08.032 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.032 INFO kablam! Oct 27 17:51:08.035 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.035 INFO kablam! --> src/row.rs:76:31 Oct 27 17:51:08.035 INFO kablam! | Oct 27 17:51:08.035 INFO kablam! 76 | let mut w = c.get_width(); Oct 27 17:51:08.035 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.035 INFO kablam! Oct 27 17:51:08.038 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.038 INFO kablam! --> src/row.rs:149:27 Oct 27 17:51:08.038 INFO kablam! | Oct 27 17:51:08.038 INFO kablam! 149 | let height = self.get_height(); Oct 27 17:51:08.038 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.038 INFO kablam! Oct 27 17:51:08.040 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.040 INFO kablam! --> src/row.rs:153:20 Oct 27 17:51:08.040 INFO kablam! | Oct 27 17:51:08.040 INFO kablam! 153 | format.print_column_separator(out, ColumnPosition::Left)?; Oct 27 17:51:08.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.040 INFO kablam! Oct 27 17:51:08.063 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.063 INFO kablam! --> src/row.rs:177:28 Oct 27 17:51:08.063 INFO kablam! | Oct 27 17:51:08.063 INFO kablam! 177 | format.print_column_separator(out, ColumnPosition::Intern)?; Oct 27 17:51:08.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.063 INFO kablam! Oct 27 17:51:08.063 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.063 INFO kablam! --> src/row.rs:181:20 Oct 27 17:51:08.063 INFO kablam! | Oct 27 17:51:08.063 INFO kablam! 181 | format.print_column_separator(out, ColumnPosition::Right)?; Oct 27 17:51:08.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.063 INFO kablam! Oct 27 17:51:08.066 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.066 INFO kablam! --> src/row.rs:195:46 Oct 27 17:51:08.066 INFO kablam! | Oct 27 17:51:08.066 INFO kablam! 195 | self.__print(out, format, col_width, Cell::print) Oct 27 17:51:08.066 INFO kablam! | ^^^^^^^^^^^ Oct 27 17:51:08.066 INFO kablam! Oct 27 17:51:08.066 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.066 INFO kablam! --> src/row.rs:206:46 Oct 27 17:51:08.066 INFO kablam! | Oct 27 17:51:08.066 INFO kablam! 206 | self.__print(out, format, col_width, Cell::print_term) Oct 27 17:51:08.066 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 17:51:08.066 INFO kablam! Oct 27 17:51:08.267 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.267 INFO kablam! --> src/lib.rs:76:23 Oct 27 17:51:08.267 INFO kablam! | Oct 27 17:51:08.267 INFO kablam! 76 | let l = r.column_count(); Oct 27 17:51:08.267 INFO kablam! | ^^^^^^^^^^^^ Oct 27 17:51:08.267 INFO kablam! | Oct 27 17:51:08.268 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 17:51:08.268 INFO kablam! Oct 27 17:51:08.268 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.268 INFO kablam! --> src/lib.rs:103:30 Oct 27 17:51:08.268 INFO kablam! | Oct 27 17:51:08.268 INFO kablam! 103 | Some(ref t) => t.get_column_width(col_idx, self.format), Oct 27 17:51:08.268 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 17:51:08.268 INFO kablam! Oct 27 17:51:08.268 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.268 INFO kablam! --> src/lib.rs:107:23 Oct 27 17:51:08.268 INFO kablam! | Oct 27 17:51:08.268 INFO kablam! 107 | let l = r.get_column_width(col_idx, self.format); Oct 27 17:51:08.268 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 17:51:08.268 INFO kablam! Oct 27 17:51:08.269 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.269 INFO kablam! --> src/lib.rs:118:27 Oct 27 17:51:08.269 INFO kablam! | Oct 27 17:51:08.269 INFO kablam! 118 | let colnum = self.get_column_num(); Oct 27 17:51:08.269 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.269 INFO kablam! Oct 27 17:51:08.269 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.269 INFO kablam! --> src/lib.rs:145:14 Oct 27 17:51:08.269 INFO kablam! | Oct 27 17:51:08.269 INFO kablam! 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; Oct 27 17:51:08.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.269 INFO kablam! Oct 27 17:51:08.269 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.269 INFO kablam! --> src/lib.rs:149:18 Oct 27 17:51:08.269 INFO kablam! | Oct 27 17:51:08.269 INFO kablam! 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; Oct 27 17:51:08.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.269 INFO kablam! Oct 27 17:51:08.269 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.269 INFO kablam! --> src/lib.rs:157:22 Oct 27 17:51:08.270 INFO kablam! | Oct 27 17:51:08.270 INFO kablam! 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; Oct 27 17:51:08.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.270 INFO kablam! Oct 27 17:51:08.271 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.271 INFO kablam! --> src/lib.rs:161:14 Oct 27 17:51:08.271 INFO kablam! | Oct 27 17:51:08.271 INFO kablam! 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; Oct 27 17:51:08.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.271 INFO kablam! Oct 27 17:51:08.299 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.299 INFO kablam! --> src/lib.rs:169:27 Oct 27 17:51:08.299 INFO kablam! | Oct 27 17:51:08.299 INFO kablam! 169 | self.__print(out, Row::print) Oct 27 17:51:08.299 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.299 INFO kablam! Oct 27 17:51:08.300 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.300 INFO kablam! --> src/lib.rs:175:27 Oct 27 17:51:08.300 INFO kablam! | Oct 27 17:51:08.300 INFO kablam! 175 | self.__print(out, Row::print_term) Oct 27 17:51:08.300 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 17:51:08.300 INFO kablam! Oct 27 17:51:08.300 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.300 INFO kablam! --> src/lib.rs:249:23 Oct 27 17:51:08.300 INFO kablam! | Oct 27 17:51:08.300 INFO kablam! 249 | self.as_ref().get_column_num() Oct 27 17:51:08.300 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.300 INFO kablam! Oct 27 17:51:08.335 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.335 INFO kablam! --> src/lib.rs:659:26 Oct 27 17:51:08.335 INFO kablam! | Oct 27 17:51:08.335 INFO kablam! 659 | assert_eq!(table.get_column_num(), 0); Oct 27 17:51:08.335 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.335 INFO kablam! Oct 27 17:51:08.335 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.335 INFO kablam! --> src/lib.rs:660:35 Oct 27 17:51:08.335 INFO kablam! | Oct 27 17:51:08.335 INFO kablam! 660 | assert_eq!(table.as_ref().get_column_num(), 0); Oct 27 17:51:08.335 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.335 INFO kablam! Oct 27 17:51:08.339 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.339 INFO kablam! --> src/lib.rs:666:26 Oct 27 17:51:08.339 INFO kablam! | Oct 27 17:51:08.339 INFO kablam! 666 | assert_eq!(table.get_column_num(), 0); 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 '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.339 INFO kablam! --> src/lib.rs:667:35 Oct 27 17:51:08.339 INFO kablam! | Oct 27 17:51:08.339 INFO kablam! 667 | assert_eq!(table.as_ref().get_column_num(), 0); Oct 27 17:51:08.339 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.339 INFO kablam! Oct 27 17:51:08.343 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.343 INFO kablam! --> src/lib.rs:669:26 Oct 27 17:51:08.343 INFO kablam! | Oct 27 17:51:08.343 INFO kablam! 669 | assert_eq!(table.get_column_num(), 1); Oct 27 17:51:08.343 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.343 INFO kablam! Oct 27 17:51:08.343 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.343 INFO kablam! --> src/lib.rs:670:35 Oct 27 17:51:08.343 INFO kablam! | Oct 27 17:51:08.343 INFO kablam! 670 | assert_eq!(table.as_ref().get_column_num(), 1); Oct 27 17:51:08.344 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 17:51:08.344 INFO kablam! Oct 27 17:51:08.531 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.531 INFO kablam! --> src/cell.rs:239:14 Oct 27 17:51:08.531 INFO kablam! | Oct 27 17:51:08.531 INFO kablam! 239 | self.print(out, idx, col_width, skip_right_fill)?; Oct 27 17:51:08.531 INFO kablam! | ^^^^^ Oct 27 17:51:08.531 INFO kablam! Oct 27 17:51:08.531 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.531 INFO kablam! --> src/cell.rs:337:31 Oct 27 17:51:08.531 INFO kablam! | Oct 27 17:51:08.531 INFO kablam! 337 | assert_eq!(ascii_cell.get_width(), 5); Oct 27 17:51:08.531 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.531 INFO kablam! Oct 27 17:51:08.531 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.532 INFO kablam! --> src/cell.rs:340:28 Oct 27 17:51:08.532 INFO kablam! | Oct 27 17:51:08.532 INFO kablam! 340 | let _ = ascii_cell.print(&mut out, 0, 10, false); Oct 27 17:51:08.532 INFO kablam! | ^^^^^ Oct 27 17:51:08.532 INFO kablam! Oct 27 17:51:08.532 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.532 INFO kablam! --> src/cell.rs:347:33 Oct 27 17:51:08.532 INFO kablam! | Oct 27 17:51:08.532 INFO kablam! 347 | assert_eq!(unicode_cell.get_width(), 6); Oct 27 17:51:08.532 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.532 INFO kablam! Oct 27 17:51:08.532 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.532 INFO kablam! --> src/cell.rs:350:30 Oct 27 17:51:08.532 INFO kablam! | Oct 27 17:51:08.532 INFO kablam! 350 | let _ = unicode_cell.print(&mut out, 0, 10, false); Oct 27 17:51:08.532 INFO kablam! | ^^^^^ Oct 27 17:51:08.532 INFO kablam! Oct 27 17:51:08.532 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.532 INFO kablam! --> src/cell.rs:357:33 Oct 27 17:51:08.532 INFO kablam! | Oct 27 17:51:08.532 INFO kablam! 357 | assert_eq!(unicode_cell.get_width(), 14); Oct 27 17:51:08.532 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.532 INFO kablam! Oct 27 17:51:08.533 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.533 INFO kablam! --> src/cell.rs:359:30 Oct 27 17:51:08.533 INFO kablam! | Oct 27 17:51:08.533 INFO kablam! 359 | let _ = unicode_cell.print(&mut out, 0, 20, false); Oct 27 17:51:08.533 INFO kablam! | ^^^^^ Oct 27 17:51:08.533 INFO kablam! Oct 27 17:51:08.537 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.537 INFO kablam! --> src/cell.rs:367:22 Oct 27 17:51:08.538 INFO kablam! | Oct 27 17:51:08.538 INFO kablam! 367 | let _ = cell.print(&mut out, 0, 10, false); Oct 27 17:51:08.538 INFO kablam! | ^^^^^ Oct 27 17:51:08.538 INFO kablam! Oct 27 17:51:08.540 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.540 INFO kablam! --> src/cell.rs:375:22 Oct 27 17:51:08.540 INFO kablam! | Oct 27 17:51:08.540 INFO kablam! 375 | let _ = cell.print(&mut out, 0, 10, false); Oct 27 17:51:08.540 INFO kablam! | ^^^^^ Oct 27 17:51:08.540 INFO kablam! Oct 27 17:51:08.547 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.547 INFO kablam! --> src/cell.rs:383:22 Oct 27 17:51:08.547 INFO kablam! | Oct 27 17:51:08.547 INFO kablam! 383 | let _ = cell.print(&mut out, 0, 10, false); Oct 27 17:51:08.547 INFO kablam! | ^^^^^ Oct 27 17:51:08.547 INFO kablam! Oct 27 17:51:08.588 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.588 INFO kablam! --> src/cell.rs:444:25 Oct 27 17:51:08.588 INFO kablam! | Oct 27 17:51:08.588 INFO kablam! 444 | assert_eq!(cell.get_height(), 1); Oct 27 17:51:08.588 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.588 INFO kablam! Oct 27 17:51:08.591 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.591 INFO kablam! --> src/cell.rs:445:25 Oct 27 17:51:08.591 INFO kablam! | Oct 27 17:51:08.591 INFO kablam! 445 | assert_eq!(cell.get_width(), 0); Oct 27 17:51:08.591 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.591 INFO kablam! Oct 27 17:51:08.605 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.605 INFO kablam! --> src/row.rs:55:26 Oct 27 17:51:08.605 INFO kablam! | Oct 27 17:51:08.605 INFO kablam! 55 | let h = cell.get_height(); Oct 27 17:51:08.605 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.605 INFO kablam! Oct 27 17:51:08.615 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.615 INFO kablam! --> src/row.rs:71:30 Oct 27 17:51:08.615 INFO kablam! | Oct 27 17:51:08.615 INFO kablam! 71 | return c.get_width(); Oct 27 17:51:08.615 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.616 INFO kablam! Oct 27 17:51:08.629 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.629 INFO kablam! --> src/row.rs:76:31 Oct 27 17:51:08.629 INFO kablam! | Oct 27 17:51:08.629 INFO kablam! 76 | let mut w = c.get_width(); Oct 27 17:51:08.629 INFO kablam! | ^^^^^^^^^ Oct 27 17:51:08.629 INFO kablam! Oct 27 17:51:08.647 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.647 INFO kablam! --> src/row.rs:149:27 Oct 27 17:51:08.647 INFO kablam! | Oct 27 17:51:08.647 INFO kablam! 149 | let height = self.get_height(); Oct 27 17:51:08.647 INFO kablam! | ^^^^^^^^^^ Oct 27 17:51:08.647 INFO kablam! Oct 27 17:51:08.655 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.655 INFO kablam! --> src/row.rs:153:20 Oct 27 17:51:08.655 INFO kablam! | Oct 27 17:51:08.655 INFO kablam! 153 | format.print_column_separator(out, ColumnPosition::Left)?; Oct 27 17:51:08.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.655 INFO kablam! Oct 27 17:51:08.707 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.708 INFO kablam! --> src/row.rs:177:28 Oct 27 17:51:08.708 INFO kablam! | Oct 27 17:51:08.708 INFO kablam! 177 | format.print_column_separator(out, ColumnPosition::Intern)?; Oct 27 17:51:08.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.708 INFO kablam! Oct 27 17:51:08.708 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.708 INFO kablam! --> src/row.rs:181:20 Oct 27 17:51:08.708 INFO kablam! | Oct 27 17:51:08.708 INFO kablam! 181 | format.print_column_separator(out, ColumnPosition::Right)?; Oct 27 17:51:08.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:51:08.708 INFO kablam! Oct 27 17:51:08.719 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.719 INFO kablam! --> src/row.rs:195:46 Oct 27 17:51:08.719 INFO kablam! | Oct 27 17:51:08.719 INFO kablam! 195 | self.__print(out, format, col_width, Cell::print) Oct 27 17:51:08.719 INFO kablam! | ^^^^^^^^^^^ Oct 27 17:51:08.719 INFO kablam! Oct 27 17:51:08.719 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.719 INFO kablam! --> src/row.rs:206:46 Oct 27 17:51:08.719 INFO kablam! | Oct 27 17:51:08.719 INFO kablam! 206 | self.__print(out, format, col_width, Cell::print_term) Oct 27 17:51:08.719 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 17:51:08.719 INFO kablam! Oct 27 17:51:15.082 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.54s Oct 27 17:51:15.089 INFO kablam! su: No module specific data is present Oct 27 17:51:15.813 INFO running `"docker" "rm" "-f" "a40ac6a6955d0a321592aea63278dd88dca6e743fcc2327a6f21bce2fe2762a8"` Oct 27 17:51:15.935 INFO blam! a40ac6a6955d0a321592aea63278dd88dca6e743fcc2327a6f21bce2fe2762a8