Oct 13 10:41:56.463 INFO checking prettytable-rs-0.8.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 10:41:56.463 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 10:41:56.670 INFO blam! f37f087d4b9dbfd491f565b2745cdd860ded3c290291532066ad26b119733c32 Oct 13 10:41:56.672 INFO running `"docker" "start" "-a" "f37f087d4b9dbfd491f565b2745cdd860ded3c290291532066ad26b119733c32"` Oct 13 10:41:57.241 INFO kablam! usermod: no changes Oct 13 10:41:57.307 INFO kablam! Checking prettytable-rs v0.8.0 (/source) Oct 13 10:41:58.813 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 13 10:41:58.813 INFO kablam! --> src/lib.rs:76:23 Oct 13 10:41:58.813 INFO kablam! | Oct 13 10:41:58.813 INFO kablam! 76 | let l = r.column_count(); Oct 13 10:41:58.813 INFO kablam! | ^^^^^^^^^^^^ Oct 13 10:41:58.813 INFO kablam! | Oct 13 10:41:58.813 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:41:58.813 INFO kablam! Oct 13 10:41:58.813 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 13 10:41:58.813 INFO kablam! --> src/lib.rs:103:30 Oct 13 10:41:58.813 INFO kablam! | Oct 13 10:41:58.813 INFO kablam! 103 | Some(ref t) => t.get_column_width(col_idx, self.format), Oct 13 10:41:58.813 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:41:58.813 INFO kablam! Oct 13 10:41:58.813 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 13 10:41:58.813 INFO kablam! --> src/lib.rs:107:23 Oct 13 10:41:58.813 INFO kablam! | Oct 13 10:41:58.813 INFO kablam! 107 | let l = r.get_column_width(col_idx, self.format); Oct 13 10:41:58.813 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:41:58.813 INFO kablam! Oct 13 10:41:58.813 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 13 10:41:58.813 INFO kablam! --> src/lib.rs:118:27 Oct 13 10:41:58.813 INFO kablam! | Oct 13 10:41:58.813 INFO kablam! 118 | let colnum = self.get_column_num(); Oct 13 10:41:58.813 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 10:41:58.813 INFO kablam! Oct 13 10:41:58.824 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 13 10:41:58.824 INFO kablam! --> src/lib.rs:145:14 Oct 13 10:41:58.824 INFO kablam! | Oct 13 10:41:58.824 INFO kablam! 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; Oct 13 10:41:58.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:41:58.824 INFO kablam! Oct 13 10:41:58.824 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 13 10:41:58.824 INFO kablam! --> src/lib.rs:149:18 Oct 13 10:41:58.824 INFO kablam! | Oct 13 10:41:58.824 INFO kablam! 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; Oct 13 10:41:58.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:41:58.824 INFO kablam! Oct 13 10:41:58.836 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 13 10:41:58.836 INFO kablam! --> src/lib.rs:157:22 Oct 13 10:41:58.836 INFO kablam! | Oct 13 10:41:58.836 INFO kablam! 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; Oct 13 10:41:58.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:41:58.836 INFO kablam! Oct 13 10:41:58.842 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 13 10:41:58.842 INFO kablam! --> src/lib.rs:161:14 Oct 13 10:41:58.842 INFO kablam! | Oct 13 10:41:58.842 INFO kablam! 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; Oct 13 10:41:58.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:41:58.842 INFO kablam! Oct 13 10:41:58.844 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 13 10:41:58.844 INFO kablam! --> src/lib.rs:169:27 Oct 13 10:41:58.844 INFO kablam! | Oct 13 10:41:58.844 INFO kablam! 169 | self.__print(out, Row::print) Oct 13 10:41:58.844 INFO kablam! | ^^^^^^^^^^ Oct 13 10:41:58.844 INFO kablam! Oct 13 10:41:58.844 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 13 10:41:58.844 INFO kablam! --> src/lib.rs:175:27 Oct 13 10:41:58.844 INFO kablam! | Oct 13 10:41:58.844 INFO kablam! 175 | self.__print(out, Row::print_term) Oct 13 10:41:58.844 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:41:58.844 INFO kablam! Oct 13 10:41:58.856 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 13 10:41:58.856 INFO kablam! --> src/lib.rs:249:23 Oct 13 10:41:58.856 INFO kablam! | Oct 13 10:41:58.856 INFO kablam! 249 | self.as_ref().get_column_num() Oct 13 10:41:58.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 10:41:58.856 INFO kablam! Oct 13 10:41:58.908 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 13 10:41:58.908 INFO kablam! --> src/cell.rs:239:14 Oct 13 10:41:58.908 INFO kablam! | Oct 13 10:41:58.908 INFO kablam! 239 | self.print(out, idx, col_width, skip_right_fill)?; Oct 13 10:41:58.908 INFO kablam! | ^^^^^ Oct 13 10:41:58.908 INFO kablam! Oct 13 10:41:58.916 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 13 10:41:58.916 INFO kablam! --> src/row.rs:55:26 Oct 13 10:41:58.916 INFO kablam! | Oct 13 10:41:58.916 INFO kablam! 55 | let h = cell.get_height(); Oct 13 10:41:58.916 INFO kablam! | ^^^^^^^^^^ Oct 13 10:41:58.916 INFO kablam! Oct 13 10:41:58.918 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 13 10:41:58.924 INFO kablam! --> src/row.rs:71:30 Oct 13 10:41:58.924 INFO kablam! | Oct 13 10:41:58.924 INFO kablam! 71 | return c.get_width(); Oct 13 10:41:58.924 INFO kablam! | ^^^^^^^^^ Oct 13 10:41:58.924 INFO kablam! Oct 13 10:41:58.928 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 13 10:41:58.928 INFO kablam! --> src/row.rs:76:31 Oct 13 10:41:58.928 INFO kablam! | Oct 13 10:41:58.928 INFO kablam! 76 | let mut w = c.get_width(); Oct 13 10:41:58.928 INFO kablam! | ^^^^^^^^^ Oct 13 10:41:58.928 INFO kablam! Oct 13 10:41:58.931 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 13 10:41:58.931 INFO kablam! --> src/row.rs:149:27 Oct 13 10:41:58.932 INFO kablam! | Oct 13 10:41:58.932 INFO kablam! 149 | let height = self.get_height(); Oct 13 10:41:58.933 INFO kablam! | ^^^^^^^^^^ Oct 13 10:41:58.933 INFO kablam! Oct 13 10:41:58.936 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 13 10:41:58.936 INFO kablam! --> src/row.rs:153:20 Oct 13 10:41:58.936 INFO kablam! | Oct 13 10:41:58.936 INFO kablam! 153 | format.print_column_separator(out, ColumnPosition::Left)?; Oct 13 10:41:58.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:41:58.936 INFO kablam! Oct 13 10:41:59.008 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 13 10:41:59.008 INFO kablam! --> src/row.rs:177:28 Oct 13 10:41:59.008 INFO kablam! | Oct 13 10:41:59.008 INFO kablam! 177 | format.print_column_separator(out, ColumnPosition::Intern)?; Oct 13 10:41:59.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:41:59.008 INFO kablam! Oct 13 10:41:59.012 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 13 10:41:59.012 INFO kablam! --> src/row.rs:181:20 Oct 13 10:41:59.012 INFO kablam! | Oct 13 10:41:59.012 INFO kablam! 181 | format.print_column_separator(out, ColumnPosition::Right)?; Oct 13 10:41:59.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:41:59.012 INFO kablam! Oct 13 10:41:59.012 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 13 10:41:59.012 INFO kablam! --> src/row.rs:195:46 Oct 13 10:41:59.012 INFO kablam! | Oct 13 10:41:59.012 INFO kablam! 195 | self.__print(out, format, col_width, Cell::print) Oct 13 10:41:59.012 INFO kablam! | ^^^^^^^^^^^ Oct 13 10:41:59.012 INFO kablam! Oct 13 10:41:59.020 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 13 10:41:59.020 INFO kablam! --> src/row.rs:206:46 Oct 13 10:41:59.020 INFO kablam! | Oct 13 10:41:59.020 INFO kablam! 206 | self.__print(out, format, col_width, Cell::print_term) Oct 13 10:41:59.020 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:41:59.020 INFO kablam! Oct 13 10:42:00.469 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 13 10:42:00.469 INFO kablam! --> src/lib.rs:76:23 Oct 13 10:42:00.470 INFO kablam! | Oct 13 10:42:00.470 INFO kablam! 76 | let l = r.column_count(); Oct 13 10:42:00.470 INFO kablam! | ^^^^^^^^^^^^ Oct 13 10:42:00.472 INFO kablam! | Oct 13 10:42:00.473 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:42:00.473 INFO kablam! Oct 13 10:42:00.484 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 13 10:42:00.485 INFO kablam! --> src/lib.rs:103:30 Oct 13 10:42:00.488 INFO kablam! | Oct 13 10:42:00.489 INFO kablam! 103 | Some(ref t) => t.get_column_width(col_idx, self.format), Oct 13 10:42:00.489 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:42:00.489 INFO kablam! Oct 13 10:42:00.492 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 13 10:42:00.492 INFO kablam! --> src/lib.rs:107:23 Oct 13 10:42:00.492 INFO kablam! | Oct 13 10:42:00.492 INFO kablam! 107 | let l = r.get_column_width(col_idx, self.format); Oct 13 10:42:00.492 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:42:00.492 INFO kablam! Oct 13 10:42:00.501 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 13 10:42:00.501 INFO kablam! --> src/lib.rs:118:27 Oct 13 10:42:00.501 INFO kablam! | Oct 13 10:42:00.501 INFO kablam! 118 | let colnum = self.get_column_num(); Oct 13 10:42:00.501 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 10:42:00.501 INFO kablam! Oct 13 10:42:00.522 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 13 10:42:00.522 INFO kablam! --> src/lib.rs:145:14 Oct 13 10:42:00.522 INFO kablam! | Oct 13 10:42:00.522 INFO kablam! 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; Oct 13 10:42:00.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:42:00.536 INFO kablam! Oct 13 10:42:00.551 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 13 10:42:00.551 INFO kablam! --> src/lib.rs:149:18 Oct 13 10:42:00.551 INFO kablam! | Oct 13 10:42:00.551 INFO kablam! 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; Oct 13 10:42:00.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:42:00.551 INFO kablam! Oct 13 10:42:00.560 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 13 10:42:00.560 INFO kablam! --> src/lib.rs:157:22 Oct 13 10:42:00.560 INFO kablam! | Oct 13 10:42:00.560 INFO kablam! 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; Oct 13 10:42:00.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:42:00.576 INFO kablam! Oct 13 10:42:00.577 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 13 10:42:00.577 INFO kablam! --> src/lib.rs:161:14 Oct 13 10:42:00.577 INFO kablam! | Oct 13 10:42:00.577 INFO kablam! 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; Oct 13 10:42:00.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 10:42:00.578 INFO kablam! Oct 13 10:42:00.588 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 13 10:42:00.588 INFO kablam! --> src/lib.rs:169:27 Oct 13 10:42:00.588 INFO kablam! | Oct 13 10:42:00.588 INFO kablam! 169 | self.__print(out, Row::print) Oct 13 10:42:00.588 INFO kablam! | ^^^^^^^^^^ Oct 13 10:42:00.604 INFO kablam! Oct 13 10:42:00.606 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 13 10:42:00.606 INFO kablam! --> src/lib.rs:175:27 Oct 13 10:42:00.606 INFO kablam! | Oct 13 10:42:00.606 INFO kablam! 175 | self.__print(out, Row::print_term) Oct 13 10:42:00.606 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:42:00.606 INFO kablam! Oct 13 10:42:00.619 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 13 10:42:00.619 INFO kablam! --> src/lib.rs:249:23 Oct 13 10:42:00.619 INFO kablam! | Oct 13 10:42:00.619 INFO kablam! 249 | self.as_ref().get_column_num() Oct 13 10:42:00.619 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 10:42:00.652 INFO kablam! Oct 13 10:42:00.912 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 13 10:42:00.912 INFO kablam! --> src/lib.rs:659:26 Oct 13 10:42:00.912 INFO kablam! | Oct 13 10:42:00.912 INFO kablam! 659 | assert_eq!(table.get_column_num(), 0); Oct 13 10:42:00.912 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 10:42:00.920 INFO kablam! Oct 13 10:42:00.920 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 13 10:42:00.920 INFO kablam! --> src/lib.rs:660:35 Oct 13 10:42:00.920 INFO kablam! | Oct 13 10:42:00.920 INFO kablam! 660 | assert_eq!(table.as_ref().get_column_num(), 0); Oct 13 10:42:00.920 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 10:42:00.920 INFO kablam! Oct 13 10:42:00.935 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 13 10:42:00.935 INFO kablam! --> src/lib.rs:666:26 Oct 13 10:42:00.935 INFO kablam! | Oct 13 10:42:00.936 INFO kablam! 666 | assert_eq!(table.get_column_num(), 0); Oct 13 10:42:00.936 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 10:42:00.936 INFO kablam! Oct 13 10:42:00.939 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 13 10:42:00.939 INFO kablam! --> src/lib.rs:667:35 Oct 13 10:42:00.939 INFO kablam! | Oct 13 10:42:00.939 INFO kablam! 667 | assert_eq!(table.as_ref().get_column_num(), 0); Oct 13 10:42:00.939 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 10:42:00.939 INFO kablam! Oct 13 10:42:00.950 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 13 10:42:00.950 INFO kablam! --> src/lib.rs:669:26 Oct 13 10:42:00.950 INFO kablam! | Oct 13 10:42:00.950 INFO kablam! 669 | assert_eq!(table.get_column_num(), 1); Oct 13 10:42:00.950 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 10:42:00.950 INFO kablam! Oct 13 10:42:00.956 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 13 10:42:00.956 INFO kablam! --> src/lib.rs:670:35 Oct 13 10:42:00.956 INFO kablam! | Oct 13 10:42:00.956 INFO kablam! 670 | assert_eq!(table.as_ref().get_column_num(), 1); Oct 13 10:42:00.956 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 10:42:00.956 INFO kablam! Oct 13 10:42:01.121 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 13 10:42:01.121 INFO kablam! --> src/cell.rs:239:14 Oct 13 10:42:01.121 INFO kablam! | Oct 13 10:42:01.121 INFO kablam! 239 | self.print(out, idx, col_width, skip_right_fill)?; Oct 13 10:42:01.121 INFO kablam! | ^^^^^ Oct 13 10:42:01.121 INFO kablam! Oct 13 10:42:01.128 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 13 10:42:01.128 INFO kablam! --> src/cell.rs:337:31 Oct 13 10:42:01.128 INFO kablam! | Oct 13 10:42:01.128 INFO kablam! 337 | assert_eq!(ascii_cell.get_width(), 5); Oct 13 10:42:01.128 INFO kablam! | ^^^^^^^^^ Oct 13 10:42:01.128 INFO kablam! Oct 13 10:42:01.128 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 13 10:42:01.128 INFO kablam! --> src/cell.rs:340:28 Oct 13 10:42:01.128 INFO kablam! | Oct 13 10:42:01.128 INFO kablam! 340 | let _ = ascii_cell.print(&mut out, 0, 10, false); Oct 13 10:42:01.128 INFO kablam! | ^^^^^ Oct 13 10:42:01.128 INFO kablam! Oct 13 10:42:01.128 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 13 10:42:01.128 INFO kablam! --> src/cell.rs:347:33 Oct 13 10:42:01.128 INFO kablam! | Oct 13 10:42:01.128 INFO kablam! 347 | assert_eq!(unicode_cell.get_width(), 6); Oct 13 10:42:01.128 INFO kablam! | ^^^^^^^^^ Oct 13 10:42:01.128 INFO kablam! Oct 13 10:42:01.128 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 13 10:42:01.128 INFO kablam! --> src/cell.rs:350:30 Oct 13 10:42:01.128 INFO kablam! | Oct 13 10:42:01.129 INFO kablam! 350 | let _ = unicode_cell.print(&mut out, 0, 10, false); Oct 13 10:42:01.129 INFO kablam! | ^^^^^ Oct 13 10:42:01.129 INFO kablam! Oct 13 10:42:01.131 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 13 10:42:01.131 INFO kablam! --> src/cell.rs:357:33 Oct 13 10:42:01.131 INFO kablam! | Oct 13 10:42:01.131 INFO kablam! 357 | assert_eq!(unicode_cell.get_width(), 14); Oct 13 10:42:01.131 INFO kablam! | ^^^^^^^^^ Oct 13 10:42:01.131 INFO kablam! Oct 13 10:42:01.131 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 13 10:42:01.131 INFO kablam! --> src/cell.rs:359:30 Oct 13 10:42:01.131 INFO kablam! | Oct 13 10:42:01.131 INFO kablam! 359 | let _ = unicode_cell.print(&mut out, 0, 20, false); Oct 13 10:42:01.131 INFO kablam! | ^^^^^ Oct 13 10:42:01.131 INFO kablam! Oct 13 10:42:01.135 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 13 10:42:01.135 INFO kablam! --> src/cell.rs:367:22 Oct 13 10:42:01.135 INFO kablam! | Oct 13 10:42:01.135 INFO kablam! 367 | let _ = cell.print(&mut out, 0, 10, false); Oct 13 10:42:01.135 INFO kablam! | ^^^^^ Oct 13 10:42:01.135 INFO kablam! Oct 13 10:42:01.138 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 13 10:42:01.138 INFO kablam! --> src/cell.rs:375:22 Oct 13 10:42:01.138 INFO kablam! | Oct 13 10:42:01.138 INFO kablam! 375 | let _ = cell.print(&mut out, 0, 10, false); Oct 13 10:42:01.138 INFO kablam! | ^^^^^ Oct 13 10:42:01.138 INFO kablam! Oct 13 10:42:01.139 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 13 10:42:01.139 INFO kablam! --> src/cell.rs:383:22 Oct 13 10:42:01.139 INFO kablam! | Oct 13 10:42:01.139 INFO kablam! 383 | let _ = cell.print(&mut out, 0, 10, false); Oct 13 10:42:01.139 INFO kablam! | ^^^^^ Oct 13 10:42:01.139 INFO kablam! Oct 13 10:42:01.168 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 13 10:42:01.168 INFO kablam! --> src/cell.rs:444:25 Oct 13 10:42:01.168 INFO kablam! | Oct 13 10:42:01.168 INFO kablam! 444 | assert_eq!(cell.get_height(), 1); Oct 13 10:42:01.168 INFO kablam! | ^^^^^^^^^^ Oct 13 10:42:01.168 INFO kablam! Oct 13 10:42:01.168 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 13 10:42:01.168 INFO kablam! --> src/cell.rs:445:25 Oct 13 10:42:01.168 INFO kablam! | Oct 13 10:42:01.168 INFO kablam! 445 | assert_eq!(cell.get_width(), 0); Oct 13 10:42:01.168 INFO kablam! | ^^^^^^^^^ Oct 13 10:42:01.168 INFO kablam! Oct 13 10:42:01.176 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 13 10:42:01.176 INFO kablam! --> src/row.rs:55:26 Oct 13 10:42:01.176 INFO kablam! | Oct 13 10:42:01.176 INFO kablam! 55 | let h = cell.get_height(); Oct 13 10:42:01.176 INFO kablam! | ^^^^^^^^^^ Oct 13 10:42:01.176 INFO kablam! Oct 13 10:42:01.183 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 13 10:42:01.183 INFO kablam! --> src/row.rs:71:30 Oct 13 10:42:01.183 INFO kablam! | Oct 13 10:42:01.183 INFO kablam! 71 | return c.get_width(); Oct 13 10:42:01.183 INFO kablam! | ^^^^^^^^^ Oct 13 10:42:01.183 INFO kablam! Oct 13 10:42:01.187 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 13 10:42:01.187 INFO kablam! --> src/row.rs:76:31 Oct 13 10:42:01.187 INFO kablam! | Oct 13 10:42:01.187 INFO kablam! 76 | let mut w = c.get_width(); Oct 13 10:42:01.187 INFO kablam! | ^^^^^^^^^ Oct 13 10:42:01.187 INFO kablam! Oct 13 10:42:01.197 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 13 10:42:01.197 INFO kablam! --> src/row.rs:149:27 Oct 13 10:42:01.197 INFO kablam! | Oct 13 10:42:01.197 INFO kablam! 149 | let height = self.get_height(); Oct 13 10:42:01.197 INFO kablam! | ^^^^^^^^^^ Oct 13 10:42:01.197 INFO kablam! Oct 13 10:42:01.197 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 13 10:42:01.197 INFO kablam! --> src/row.rs:153:20 Oct 13 10:42:01.197 INFO kablam! | Oct 13 10:42:01.197 INFO kablam! 153 | format.print_column_separator(out, ColumnPosition::Left)?; Oct 13 10:42:01.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:42:01.197 INFO kablam! Oct 13 10:42:01.252 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 13 10:42:01.252 INFO kablam! --> src/row.rs:177:28 Oct 13 10:42:01.252 INFO kablam! | Oct 13 10:42:01.252 INFO kablam! 177 | format.print_column_separator(out, ColumnPosition::Intern)?; Oct 13 10:42:01.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:42:01.253 INFO kablam! Oct 13 10:42:01.253 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 13 10:42:01.253 INFO kablam! --> src/row.rs:181:20 Oct 13 10:42:01.253 INFO kablam! | Oct 13 10:42:01.253 INFO kablam! 181 | format.print_column_separator(out, ColumnPosition::Right)?; Oct 13 10:42:01.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:42:01.253 INFO kablam! Oct 13 10:42:01.253 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 13 10:42:01.253 INFO kablam! --> src/row.rs:195:46 Oct 13 10:42:01.253 INFO kablam! | Oct 13 10:42:01.253 INFO kablam! 195 | self.__print(out, format, col_width, Cell::print) Oct 13 10:42:01.253 INFO kablam! | ^^^^^^^^^^^ Oct 13 10:42:01.253 INFO kablam! Oct 13 10:42:01.253 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 13 10:42:01.253 INFO kablam! --> src/row.rs:206:46 Oct 13 10:42:01.253 INFO kablam! | Oct 13 10:42:01.253 INFO kablam! 206 | self.__print(out, format, col_width, Cell::print_term) Oct 13 10:42:01.253 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 10:42:01.253 INFO kablam! Oct 13 10:42:06.893 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.63s Oct 13 10:42:06.905 INFO kablam! su: No module specific data is present Oct 13 10:42:07.290 INFO running `"docker" "rm" "-f" "f37f087d4b9dbfd491f565b2745cdd860ded3c290291532066ad26b119733c32"` Oct 13 10:42:07.400 INFO blam! f37f087d4b9dbfd491f565b2745cdd860ded3c290291532066ad26b119733c32