Oct 22 00:47:42.074 INFO checking prettytable-rs-0.8.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:47:42.074 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 22 00:47:42.270 INFO blam! e30c400e4611e73800172d1379ccc47ffb900ebfa88ba0238e537ba6c3bd90a3 Oct 22 00:47:42.270 INFO running `"docker" "start" "-a" "e30c400e4611e73800172d1379ccc47ffb900ebfa88ba0238e537ba6c3bd90a3"` Oct 22 00:47:42.996 INFO kablam! usermod: no changes Oct 22 00:47:43.058 INFO kablam! Checking memchr v2.1.0 Oct 22 00:47:43.631 INFO kablam! Checking csv-core v0.1.4 Oct 22 00:47:44.392 INFO kablam! Checking csv v1.0.2 Oct 22 00:47:46.160 INFO kablam! Checking prettytable-rs v0.8.0 (/source) Oct 22 00:47:47.264 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 22 00:47:47.264 INFO kablam! --> src/lib.rs:76:23 Oct 22 00:47:47.264 INFO kablam! | Oct 22 00:47:47.264 INFO kablam! 76 | let l = r.column_count(); Oct 22 00:47:47.264 INFO kablam! | ^^^^^^^^^^^^ Oct 22 00:47:47.264 INFO kablam! | Oct 22 00:47:47.264 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 00:47:47.264 INFO kablam! Oct 22 00:47:47.264 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 22 00:47:47.264 INFO kablam! --> src/lib.rs:103:30 Oct 22 00:47:47.264 INFO kablam! | Oct 22 00:47:47.264 INFO kablam! 103 | Some(ref t) => t.get_column_width(col_idx, self.format), Oct 22 00:47:47.264 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 00:47:47.264 INFO kablam! Oct 22 00:47:47.264 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 22 00:47:47.264 INFO kablam! --> src/lib.rs:107:23 Oct 22 00:47:47.264 INFO kablam! | Oct 22 00:47:47.264 INFO kablam! 107 | let l = r.get_column_width(col_idx, self.format); Oct 22 00:47:47.264 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 00:47:47.264 INFO kablam! Oct 22 00:47:47.264 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 22 00:47:47.264 INFO kablam! --> src/lib.rs:118:27 Oct 22 00:47:47.264 INFO kablam! | Oct 22 00:47:47.264 INFO kablam! 118 | let colnum = self.get_column_num(); Oct 22 00:47:47.264 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 00:47:47.264 INFO kablam! Oct 22 00:47:47.280 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 22 00:47:47.280 INFO kablam! --> src/lib.rs:145:14 Oct 22 00:47:47.280 INFO kablam! | Oct 22 00:47:47.280 INFO kablam! 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; Oct 22 00:47:47.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:47.280 INFO kablam! Oct 22 00:47:47.280 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 22 00:47:47.280 INFO kablam! --> src/lib.rs:149:18 Oct 22 00:47:47.280 INFO kablam! | Oct 22 00:47:47.280 INFO kablam! 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; Oct 22 00:47:47.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:47.280 INFO kablam! Oct 22 00:47:47.288 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 22 00:47:47.288 INFO kablam! --> src/lib.rs:157:22 Oct 22 00:47:47.288 INFO kablam! | Oct 22 00:47:47.288 INFO kablam! 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; Oct 22 00:47:47.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:47.289 INFO kablam! Oct 22 00:47:47.289 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 22 00:47:47.289 INFO kablam! --> src/lib.rs:161:14 Oct 22 00:47:47.289 INFO kablam! | Oct 22 00:47:47.289 INFO kablam! 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; Oct 22 00:47:47.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:47.289 INFO kablam! Oct 22 00:47:47.289 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 22 00:47:47.289 INFO kablam! --> src/lib.rs:169:27 Oct 22 00:47:47.289 INFO kablam! | Oct 22 00:47:47.289 INFO kablam! 169 | self.__print(out, Row::print) Oct 22 00:47:47.289 INFO kablam! | ^^^^^^^^^^ Oct 22 00:47:47.289 INFO kablam! Oct 22 00:47:47.289 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 22 00:47:47.289 INFO kablam! --> src/lib.rs:175:27 Oct 22 00:47:47.289 INFO kablam! | Oct 22 00:47:47.289 INFO kablam! 175 | self.__print(out, Row::print_term) Oct 22 00:47:47.289 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 00:47:47.289 INFO kablam! Oct 22 00:47:47.289 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 22 00:47:47.289 INFO kablam! --> src/lib.rs:249:23 Oct 22 00:47:47.289 INFO kablam! | Oct 22 00:47:47.289 INFO kablam! 249 | self.as_ref().get_column_num() Oct 22 00:47:47.289 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 00:47:47.289 INFO kablam! Oct 22 00:47:47.330 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 22 00:47:47.330 INFO kablam! --> src/cell.rs:239:14 Oct 22 00:47:47.330 INFO kablam! | Oct 22 00:47:47.330 INFO kablam! 239 | self.print(out, idx, col_width, skip_right_fill)?; Oct 22 00:47:47.330 INFO kablam! | ^^^^^ Oct 22 00:47:47.330 INFO kablam! Oct 22 00:47:47.340 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 22 00:47:47.340 INFO kablam! --> src/row.rs:55:26 Oct 22 00:47:47.340 INFO kablam! | Oct 22 00:47:47.340 INFO kablam! 55 | let h = cell.get_height(); Oct 22 00:47:47.340 INFO kablam! | ^^^^^^^^^^ Oct 22 00:47:47.340 INFO kablam! Oct 22 00:47:47.340 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 22 00:47:47.340 INFO kablam! --> src/row.rs:71:30 Oct 22 00:47:47.340 INFO kablam! | Oct 22 00:47:47.340 INFO kablam! 71 | return c.get_width(); Oct 22 00:47:47.340 INFO kablam! | ^^^^^^^^^ Oct 22 00:47:47.340 INFO kablam! Oct 22 00:47:47.348 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 22 00:47:47.349 INFO kablam! --> src/row.rs:76:31 Oct 22 00:47:47.349 INFO kablam! | Oct 22 00:47:47.349 INFO kablam! 76 | let mut w = c.get_width(); Oct 22 00:47:47.349 INFO kablam! | ^^^^^^^^^ Oct 22 00:47:47.349 INFO kablam! Oct 22 00:47:47.352 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 22 00:47:47.352 INFO kablam! --> src/row.rs:149:27 Oct 22 00:47:47.352 INFO kablam! | Oct 22 00:47:47.352 INFO kablam! 149 | let height = self.get_height(); Oct 22 00:47:47.352 INFO kablam! | ^^^^^^^^^^ Oct 22 00:47:47.352 INFO kablam! Oct 22 00:47:47.356 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 22 00:47:47.356 INFO kablam! --> src/row.rs:153:20 Oct 22 00:47:47.356 INFO kablam! | Oct 22 00:47:47.356 INFO kablam! 153 | format.print_column_separator(out, ColumnPosition::Left)?; Oct 22 00:47:47.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:47.356 INFO kablam! Oct 22 00:47:47.392 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 22 00:47:47.392 INFO kablam! --> src/row.rs:177:28 Oct 22 00:47:47.392 INFO kablam! | Oct 22 00:47:47.392 INFO kablam! 177 | format.print_column_separator(out, ColumnPosition::Intern)?; Oct 22 00:47:47.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:47.392 INFO kablam! Oct 22 00:47:47.392 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 22 00:47:47.392 INFO kablam! --> src/row.rs:181:20 Oct 22 00:47:47.392 INFO kablam! | Oct 22 00:47:47.392 INFO kablam! 181 | format.print_column_separator(out, ColumnPosition::Right)?; Oct 22 00:47:47.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:47.392 INFO kablam! Oct 22 00:47:47.392 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 22 00:47:47.392 INFO kablam! --> src/row.rs:195:46 Oct 22 00:47:47.392 INFO kablam! | Oct 22 00:47:47.392 INFO kablam! 195 | self.__print(out, format, col_width, Cell::print) Oct 22 00:47:47.392 INFO kablam! | ^^^^^^^^^^^ Oct 22 00:47:47.392 INFO kablam! Oct 22 00:47:47.392 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 22 00:47:47.392 INFO kablam! --> src/row.rs:206:46 Oct 22 00:47:47.392 INFO kablam! | Oct 22 00:47:47.392 INFO kablam! 206 | self.__print(out, format, col_width, Cell::print_term) Oct 22 00:47:47.392 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 00:47:47.393 INFO kablam! Oct 22 00:47:47.592 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 22 00:47:47.592 INFO kablam! --> src/lib.rs:76:23 Oct 22 00:47:47.592 INFO kablam! | Oct 22 00:47:47.592 INFO kablam! 76 | let l = r.column_count(); Oct 22 00:47:47.592 INFO kablam! | ^^^^^^^^^^^^ Oct 22 00:47:47.592 INFO kablam! | Oct 22 00:47:47.592 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 00:47:47.592 INFO kablam! Oct 22 00:47:47.596 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 22 00:47:47.596 INFO kablam! --> src/lib.rs:103:30 Oct 22 00:47:47.596 INFO kablam! | Oct 22 00:47:47.596 INFO kablam! 103 | Some(ref t) => t.get_column_width(col_idx, self.format), Oct 22 00:47:47.596 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 00:47:47.596 INFO kablam! Oct 22 00:47:47.596 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 22 00:47:47.596 INFO kablam! --> src/lib.rs:107:23 Oct 22 00:47:47.596 INFO kablam! | Oct 22 00:47:47.596 INFO kablam! 107 | let l = r.get_column_width(col_idx, self.format); Oct 22 00:47:47.596 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 00:47:47.596 INFO kablam! Oct 22 00:47:47.596 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 22 00:47:47.596 INFO kablam! --> src/lib.rs:118:27 Oct 22 00:47:47.597 INFO kablam! | Oct 22 00:47:47.597 INFO kablam! 118 | let colnum = self.get_column_num(); Oct 22 00:47:47.597 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 00:47:47.597 INFO kablam! Oct 22 00:47:47.602 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 22 00:47:47.602 INFO kablam! --> src/lib.rs:145:14 Oct 22 00:47:47.602 INFO kablam! | Oct 22 00:47:47.602 INFO kablam! 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; Oct 22 00:47:47.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:47.602 INFO kablam! Oct 22 00:47:47.648 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 22 00:47:47.648 INFO kablam! --> src/lib.rs:149:18 Oct 22 00:47:47.648 INFO kablam! | Oct 22 00:47:47.648 INFO kablam! 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; Oct 22 00:47:47.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:47.648 INFO kablam! Oct 22 00:47:47.648 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 22 00:47:47.649 INFO kablam! --> src/lib.rs:157:22 Oct 22 00:47:47.649 INFO kablam! | Oct 22 00:47:47.649 INFO kablam! 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; Oct 22 00:47:47.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:47.649 INFO kablam! Oct 22 00:47:47.649 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 22 00:47:47.649 INFO kablam! --> src/lib.rs:161:14 Oct 22 00:47:47.649 INFO kablam! | Oct 22 00:47:47.649 INFO kablam! 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; Oct 22 00:47:47.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:47.649 INFO kablam! Oct 22 00:47:47.649 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 22 00:47:47.649 INFO kablam! --> src/lib.rs:169:27 Oct 22 00:47:47.649 INFO kablam! | Oct 22 00:47:47.649 INFO kablam! 169 | self.__print(out, Row::print) Oct 22 00:47:47.649 INFO kablam! | ^^^^^^^^^^ Oct 22 00:47:47.649 INFO kablam! Oct 22 00:47:47.649 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 22 00:47:47.649 INFO kablam! --> src/lib.rs:175:27 Oct 22 00:47:47.649 INFO kablam! | Oct 22 00:47:47.649 INFO kablam! 175 | self.__print(out, Row::print_term) Oct 22 00:47:47.649 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 00:47:47.649 INFO kablam! Oct 22 00:47:47.649 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 22 00:47:47.649 INFO kablam! --> src/lib.rs:249:23 Oct 22 00:47:47.649 INFO kablam! | Oct 22 00:47:47.649 INFO kablam! 249 | self.as_ref().get_column_num() Oct 22 00:47:47.649 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 00:47:47.649 INFO kablam! Oct 22 00:47:47.686 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 22 00:47:47.686 INFO kablam! --> src/lib.rs:659:26 Oct 22 00:47:47.686 INFO kablam! | Oct 22 00:47:47.686 INFO kablam! 659 | assert_eq!(table.get_column_num(), 0); Oct 22 00:47:47.686 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 00:47:47.686 INFO kablam! Oct 22 00:47:47.686 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 22 00:47:47.686 INFO kablam! --> src/lib.rs:660:35 Oct 22 00:47:47.686 INFO kablam! | Oct 22 00:47:47.686 INFO kablam! 660 | assert_eq!(table.as_ref().get_column_num(), 0); Oct 22 00:47:47.686 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 00:47:47.686 INFO kablam! Oct 22 00:47:47.686 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 22 00:47:47.686 INFO kablam! --> src/lib.rs:666:26 Oct 22 00:47:47.686 INFO kablam! | Oct 22 00:47:47.686 INFO kablam! 666 | assert_eq!(table.get_column_num(), 0); Oct 22 00:47:47.686 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 00:47:47.686 INFO kablam! Oct 22 00:47:47.686 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 22 00:47:47.686 INFO kablam! --> src/lib.rs:667:35 Oct 22 00:47:47.686 INFO kablam! | Oct 22 00:47:47.686 INFO kablam! 667 | assert_eq!(table.as_ref().get_column_num(), 0); Oct 22 00:47:47.686 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 00:47:47.686 INFO kablam! Oct 22 00:47:47.689 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 22 00:47:47.689 INFO kablam! --> src/lib.rs:669:26 Oct 22 00:47:47.689 INFO kablam! | Oct 22 00:47:47.689 INFO kablam! 669 | assert_eq!(table.get_column_num(), 1); Oct 22 00:47:47.689 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 00:47:47.689 INFO kablam! Oct 22 00:47:47.689 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 22 00:47:47.689 INFO kablam! --> src/lib.rs:670:35 Oct 22 00:47:47.689 INFO kablam! | Oct 22 00:47:47.689 INFO kablam! 670 | assert_eq!(table.as_ref().get_column_num(), 1); Oct 22 00:47:47.689 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 00:47:47.689 INFO kablam! Oct 22 00:47:48.096 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 22 00:47:48.096 INFO kablam! --> src/cell.rs:239:14 Oct 22 00:47:48.096 INFO kablam! | Oct 22 00:47:48.096 INFO kablam! 239 | self.print(out, idx, col_width, skip_right_fill)?; Oct 22 00:47:48.096 INFO kablam! | ^^^^^ Oct 22 00:47:48.100 INFO kablam! Oct 22 00:47:48.116 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 22 00:47:48.116 INFO kablam! --> src/cell.rs:337:31 Oct 22 00:47:48.116 INFO kablam! | Oct 22 00:47:48.116 INFO kablam! 337 | assert_eq!(ascii_cell.get_width(), 5); Oct 22 00:47:48.116 INFO kablam! | ^^^^^^^^^ Oct 22 00:47:48.118 INFO kablam! Oct 22 00:47:48.123 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 22 00:47:48.123 INFO kablam! --> src/cell.rs:340:28 Oct 22 00:47:48.123 INFO kablam! | Oct 22 00:47:48.123 INFO kablam! 340 | let _ = ascii_cell.print(&mut out, 0, 10, false); Oct 22 00:47:48.123 INFO kablam! | ^^^^^ Oct 22 00:47:48.123 INFO kablam! Oct 22 00:47:48.130 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 22 00:47:48.130 INFO kablam! --> src/cell.rs:347:33 Oct 22 00:47:48.130 INFO kablam! | Oct 22 00:47:48.130 INFO kablam! 347 | assert_eq!(unicode_cell.get_width(), 6); Oct 22 00:47:48.130 INFO kablam! | ^^^^^^^^^ Oct 22 00:47:48.135 INFO kablam! Oct 22 00:47:48.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 22 00:47:48.135 INFO kablam! --> src/cell.rs:350:30 Oct 22 00:47:48.135 INFO kablam! | Oct 22 00:47:48.135 INFO kablam! 350 | let _ = unicode_cell.print(&mut out, 0, 10, false); Oct 22 00:47:48.135 INFO kablam! | ^^^^^ Oct 22 00:47:48.143 INFO kablam! Oct 22 00:47:48.148 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 22 00:47:48.148 INFO kablam! --> src/cell.rs:357:33 Oct 22 00:47:48.148 INFO kablam! | Oct 22 00:47:48.148 INFO kablam! 357 | assert_eq!(unicode_cell.get_width(), 14); Oct 22 00:47:48.148 INFO kablam! | ^^^^^^^^^ Oct 22 00:47:48.152 INFO kablam! Oct 22 00:47:48.152 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 22 00:47:48.152 INFO kablam! --> src/cell.rs:359:30 Oct 22 00:47:48.152 INFO kablam! | Oct 22 00:47:48.152 INFO kablam! 359 | let _ = unicode_cell.print(&mut out, 0, 20, false); Oct 22 00:47:48.152 INFO kablam! | ^^^^^ Oct 22 00:47:48.155 INFO kablam! Oct 22 00:47:48.160 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 22 00:47:48.160 INFO kablam! --> src/cell.rs:367:22 Oct 22 00:47:48.160 INFO kablam! | Oct 22 00:47:48.160 INFO kablam! 367 | let _ = cell.print(&mut out, 0, 10, false); Oct 22 00:47:48.160 INFO kablam! | ^^^^^ Oct 22 00:47:48.163 INFO kablam! Oct 22 00:47:48.168 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 22 00:47:48.168 INFO kablam! --> src/cell.rs:375:22 Oct 22 00:47:48.168 INFO kablam! | Oct 22 00:47:48.168 INFO kablam! 375 | let _ = cell.print(&mut out, 0, 10, false); Oct 22 00:47:48.168 INFO kablam! | ^^^^^ Oct 22 00:47:48.171 INFO kablam! Oct 22 00:47:48.176 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 22 00:47:48.176 INFO kablam! --> src/cell.rs:383:22 Oct 22 00:47:48.176 INFO kablam! | Oct 22 00:47:48.176 INFO kablam! 383 | let _ = cell.print(&mut out, 0, 10, false); Oct 22 00:47:48.176 INFO kablam! | ^^^^^ Oct 22 00:47:48.184 INFO kablam! Oct 22 00:47:48.310 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 22 00:47:48.310 INFO kablam! --> src/cell.rs:444:25 Oct 22 00:47:48.310 INFO kablam! | Oct 22 00:47:48.310 INFO kablam! 444 | assert_eq!(cell.get_height(), 1); Oct 22 00:47:48.310 INFO kablam! | ^^^^^^^^^^ Oct 22 00:47:48.310 INFO kablam! Oct 22 00:47:48.310 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 22 00:47:48.310 INFO kablam! --> src/cell.rs:445:25 Oct 22 00:47:48.310 INFO kablam! | Oct 22 00:47:48.310 INFO kablam! 445 | assert_eq!(cell.get_width(), 0); Oct 22 00:47:48.310 INFO kablam! | ^^^^^^^^^ Oct 22 00:47:48.310 INFO kablam! Oct 22 00:47:48.332 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 22 00:47:48.332 INFO kablam! --> src/row.rs:55:26 Oct 22 00:47:48.332 INFO kablam! | Oct 22 00:47:48.332 INFO kablam! 55 | let h = cell.get_height(); Oct 22 00:47:48.332 INFO kablam! | ^^^^^^^^^^ Oct 22 00:47:48.336 INFO kablam! Oct 22 00:47:48.336 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 22 00:47:48.336 INFO kablam! --> src/row.rs:71:30 Oct 22 00:47:48.336 INFO kablam! | Oct 22 00:47:48.336 INFO kablam! 71 | return c.get_width(); Oct 22 00:47:48.336 INFO kablam! | ^^^^^^^^^ Oct 22 00:47:48.352 INFO kablam! Oct 22 00:47:48.360 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 22 00:47:48.360 INFO kablam! --> src/row.rs:76:31 Oct 22 00:47:48.360 INFO kablam! | Oct 22 00:47:48.360 INFO kablam! 76 | let mut w = c.get_width(); Oct 22 00:47:48.360 INFO kablam! | ^^^^^^^^^ Oct 22 00:47:48.360 INFO kablam! Oct 22 00:47:48.384 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 22 00:47:48.384 INFO kablam! --> src/row.rs:149:27 Oct 22 00:47:48.385 INFO kablam! | Oct 22 00:47:48.385 INFO kablam! 149 | let height = self.get_height(); Oct 22 00:47:48.385 INFO kablam! | ^^^^^^^^^^ Oct 22 00:47:48.385 INFO kablam! Oct 22 00:47:48.386 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 22 00:47:48.386 INFO kablam! --> src/row.rs:153:20 Oct 22 00:47:48.386 INFO kablam! | Oct 22 00:47:48.387 INFO kablam! 153 | format.print_column_separator(out, ColumnPosition::Left)?; Oct 22 00:47:48.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:48.387 INFO kablam! Oct 22 00:47:48.460 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 22 00:47:48.460 INFO kablam! --> src/row.rs:177:28 Oct 22 00:47:48.460 INFO kablam! | Oct 22 00:47:48.460 INFO kablam! 177 | format.print_column_separator(out, ColumnPosition::Intern)?; Oct 22 00:47:48.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:48.460 INFO kablam! Oct 22 00:47:48.460 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 22 00:47:48.460 INFO kablam! --> src/row.rs:181:20 Oct 22 00:47:48.460 INFO kablam! | Oct 22 00:47:48.460 INFO kablam! 181 | format.print_column_separator(out, ColumnPosition::Right)?; Oct 22 00:47:48.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:47:48.460 INFO kablam! Oct 22 00:47:48.460 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 22 00:47:48.460 INFO kablam! --> src/row.rs:195:46 Oct 22 00:47:48.460 INFO kablam! | Oct 22 00:47:48.460 INFO kablam! 195 | self.__print(out, format, col_width, Cell::print) Oct 22 00:47:48.460 INFO kablam! | ^^^^^^^^^^^ Oct 22 00:47:48.460 INFO kablam! Oct 22 00:47:48.461 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 22 00:47:48.461 INFO kablam! --> src/row.rs:206:46 Oct 22 00:47:48.461 INFO kablam! | Oct 22 00:47:48.461 INFO kablam! 206 | self.__print(out, format, col_width, Cell::print_term) Oct 22 00:47:48.461 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 22 00:47:48.472 INFO kablam! Oct 22 00:47:51.858 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.84s Oct 22 00:47:51.871 INFO kablam! su: No module specific data is present Oct 22 00:47:52.154 INFO running `"docker" "rm" "-f" "e30c400e4611e73800172d1379ccc47ffb900ebfa88ba0238e537ba6c3bd90a3"` Oct 22 00:47:52.311 INFO blam! e30c400e4611e73800172d1379ccc47ffb900ebfa88ba0238e537ba6c3bd90a3