Oct 11 14:40:13.766 INFO testing prettytable-rs-0.8.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 14:40:13.766 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 14:40:13.766 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:40:14.152 INFO blam! 8044d5dcce724935c8ec50f97440d4b66ae8ab325e551b0bce0b8fa7513b95fe Oct 11 14:40:14.164 INFO running `"docker" "start" "-a" "8044d5dcce724935c8ec50f97440d4b66ae8ab325e551b0bce0b8fa7513b95fe"` Oct 11 14:40:15.325 INFO kablam! usermod: no changes Oct 11 14:40:15.420 INFO kablam! Compiling memchr v2.1.0 Oct 11 14:40:18.101 INFO kablam! Compiling csv-core v0.1.4 Oct 11 14:40:19.984 INFO kablam! Compiling csv v1.0.2 Oct 11 14:40:23.345 INFO kablam! Compiling prettytable-rs v0.8.0 (/source) Oct 11 14:40:25.056 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 11 14:40:25.056 INFO kablam! --> src/lib.rs:76:23 Oct 11 14:40:25.056 INFO kablam! | Oct 11 14:40:25.056 INFO kablam! 76 | let l = r.column_count(); Oct 11 14:40:25.056 INFO kablam! | ^^^^^^^^^^^^ Oct 11 14:40:25.056 INFO kablam! | Oct 11 14:40:25.056 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 14:40:25.056 INFO kablam! Oct 11 14:40:25.056 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 11 14:40:25.056 INFO kablam! --> src/lib.rs:103:30 Oct 11 14:40:25.056 INFO kablam! | Oct 11 14:40:25.056 INFO kablam! 103 | Some(ref t) => t.get_column_width(col_idx, self.format), Oct 11 14:40:25.056 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 14:40:25.056 INFO kablam! Oct 11 14:40:25.056 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 11 14:40:25.056 INFO kablam! --> src/lib.rs:107:23 Oct 11 14:40:25.056 INFO kablam! | Oct 11 14:40:25.056 INFO kablam! 107 | let l = r.get_column_width(col_idx, self.format); Oct 11 14:40:25.056 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 14:40:25.056 INFO kablam! Oct 11 14:40:25.056 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 11 14:40:25.056 INFO kablam! --> src/lib.rs:118:27 Oct 11 14:40:25.056 INFO kablam! | Oct 11 14:40:25.056 INFO kablam! 118 | let colnum = self.get_column_num(); Oct 11 14:40:25.056 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 14:40:25.056 INFO kablam! Oct 11 14:40:25.056 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 11 14:40:25.056 INFO kablam! --> src/lib.rs:145:14 Oct 11 14:40:25.056 INFO kablam! | Oct 11 14:40:25.056 INFO kablam! 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; Oct 11 14:40:25.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:25.056 INFO kablam! Oct 11 14:40:25.062 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 11 14:40:25.062 INFO kablam! --> src/lib.rs:149:18 Oct 11 14:40:25.062 INFO kablam! | Oct 11 14:40:25.062 INFO kablam! 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; Oct 11 14:40:25.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:25.062 INFO kablam! Oct 11 14:40:25.062 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 11 14:40:25.062 INFO kablam! --> src/lib.rs:157:22 Oct 11 14:40:25.062 INFO kablam! | Oct 11 14:40:25.062 INFO kablam! 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; Oct 11 14:40:25.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:25.062 INFO kablam! Oct 11 14:40:25.062 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 11 14:40:25.062 INFO kablam! --> src/lib.rs:161:14 Oct 11 14:40:25.062 INFO kablam! | Oct 11 14:40:25.062 INFO kablam! 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; Oct 11 14:40:25.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:25.062 INFO kablam! Oct 11 14:40:25.062 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 11 14:40:25.062 INFO kablam! --> src/lib.rs:169:27 Oct 11 14:40:25.062 INFO kablam! | Oct 11 14:40:25.062 INFO kablam! 169 | self.__print(out, Row::print) Oct 11 14:40:25.062 INFO kablam! | ^^^^^^^^^^ Oct 11 14:40:25.062 INFO kablam! Oct 11 14:40:25.062 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 11 14:40:25.062 INFO kablam! --> src/lib.rs:175:27 Oct 11 14:40:25.062 INFO kablam! | Oct 11 14:40:25.062 INFO kablam! 175 | self.__print(out, Row::print_term) Oct 11 14:40:25.062 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:40:25.062 INFO kablam! Oct 11 14:40:25.069 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 11 14:40:25.069 INFO kablam! --> src/lib.rs:249:23 Oct 11 14:40:25.069 INFO kablam! | Oct 11 14:40:25.069 INFO kablam! 249 | self.as_ref().get_column_num() Oct 11 14:40:25.069 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 14:40:25.069 INFO kablam! Oct 11 14:40:25.108 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 11 14:40:25.108 INFO kablam! --> src/cell.rs:239:14 Oct 11 14:40:25.108 INFO kablam! | Oct 11 14:40:25.108 INFO kablam! 239 | self.print(out, idx, col_width, skip_right_fill)?; Oct 11 14:40:25.108 INFO kablam! | ^^^^^ Oct 11 14:40:25.108 INFO kablam! Oct 11 14:40:25.120 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 11 14:40:25.120 INFO kablam! --> src/row.rs:55:26 Oct 11 14:40:25.120 INFO kablam! | Oct 11 14:40:25.120 INFO kablam! 55 | let h = cell.get_height(); Oct 11 14:40:25.120 INFO kablam! | ^^^^^^^^^^ Oct 11 14:40:25.120 INFO kablam! Oct 11 14:40:25.120 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 11 14:40:25.120 INFO kablam! --> src/row.rs:71:30 Oct 11 14:40:25.120 INFO kablam! | Oct 11 14:40:25.120 INFO kablam! 71 | return c.get_width(); Oct 11 14:40:25.120 INFO kablam! | ^^^^^^^^^ Oct 11 14:40:25.120 INFO kablam! Oct 11 14:40:25.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 11 14:40:25.128 INFO kablam! --> src/row.rs:76:31 Oct 11 14:40:25.128 INFO kablam! | Oct 11 14:40:25.128 INFO kablam! 76 | let mut w = c.get_width(); Oct 11 14:40:25.128 INFO kablam! | ^^^^^^^^^ Oct 11 14:40:25.128 INFO kablam! Oct 11 14:40:25.128 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 11 14:40:25.128 INFO kablam! --> src/row.rs:149:27 Oct 11 14:40:25.128 INFO kablam! | Oct 11 14:40:25.128 INFO kablam! 149 | let height = self.get_height(); Oct 11 14:40:25.128 INFO kablam! | ^^^^^^^^^^ Oct 11 14:40:25.128 INFO kablam! Oct 11 14:40:25.128 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 11 14:40:25.128 INFO kablam! --> src/row.rs:153:20 Oct 11 14:40:25.128 INFO kablam! | Oct 11 14:40:25.128 INFO kablam! 153 | format.print_column_separator(out, ColumnPosition::Left)?; Oct 11 14:40:25.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:25.128 INFO kablam! Oct 11 14:40:25.156 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 11 14:40:25.156 INFO kablam! --> src/row.rs:177:28 Oct 11 14:40:25.156 INFO kablam! | Oct 11 14:40:25.156 INFO kablam! 177 | format.print_column_separator(out, ColumnPosition::Intern)?; Oct 11 14:40:25.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:25.156 INFO kablam! Oct 11 14:40:25.158 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 11 14:40:25.158 INFO kablam! --> src/row.rs:181:20 Oct 11 14:40:25.158 INFO kablam! | Oct 11 14:40:25.158 INFO kablam! 181 | format.print_column_separator(out, ColumnPosition::Right)?; Oct 11 14:40:25.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:25.158 INFO kablam! Oct 11 14:40:25.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 11 14:40:25.168 INFO kablam! --> src/row.rs:195:46 Oct 11 14:40:25.168 INFO kablam! | Oct 11 14:40:25.168 INFO kablam! 195 | self.__print(out, format, col_width, Cell::print) Oct 11 14:40:25.168 INFO kablam! | ^^^^^^^^^^^ Oct 11 14:40:25.168 INFO kablam! Oct 11 14:40:25.168 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 11 14:40:25.168 INFO kablam! --> src/row.rs:206:46 Oct 11 14:40:25.168 INFO kablam! | Oct 11 14:40:25.168 INFO kablam! 206 | self.__print(out, format, col_width, Cell::print_term) Oct 11 14:40:25.168 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 14:40:25.168 INFO kablam! Oct 11 14:40:29.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.14s Oct 11 14:40:29.512 INFO kablam! su: No module specific data is present Oct 11 14:40:30.736 INFO running `"docker" "rm" "-f" "8044d5dcce724935c8ec50f97440d4b66ae8ab325e551b0bce0b8fa7513b95fe"` Oct 11 14:40:31.034 INFO blam! 8044d5dcce724935c8ec50f97440d4b66ae8ab325e551b0bce0b8fa7513b95fe Oct 11 14:40:31.036 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 14:40:31.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:40:31.446 INFO blam! 0f8ef536514783cff74b1abd012b9867a8b485b2b6fea3924302ae291c6727e7 Oct 11 14:40:31.448 INFO running `"docker" "start" "-a" "0f8ef536514783cff74b1abd012b9867a8b485b2b6fea3924302ae291c6727e7"` Oct 11 14:40:32.556 INFO kablam! usermod: no changes Oct 11 14:40:32.648 INFO kablam! Compiling prettytable-rs v0.8.0 (/source) Oct 11 14:40:39.604 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 11 14:40:39.604 INFO kablam! --> src/lib.rs:76:23 Oct 11 14:40:39.604 INFO kablam! | Oct 11 14:40:39.604 INFO kablam! 76 | let l = r.column_count(); Oct 11 14:40:39.604 INFO kablam! | ^^^^^^^^^^^^ Oct 11 14:40:39.604 INFO kablam! | Oct 11 14:40:39.604 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 14:40:39.604 INFO kablam! Oct 11 14:40:39.608 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 11 14:40:39.608 INFO kablam! --> src/lib.rs:103:30 Oct 11 14:40:39.608 INFO kablam! | Oct 11 14:40:39.608 INFO kablam! 103 | Some(ref t) => t.get_column_width(col_idx, self.format), Oct 11 14:40:39.608 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 14:40:39.612 INFO kablam! Oct 11 14:40:39.612 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 11 14:40:39.612 INFO kablam! --> src/lib.rs:107:23 Oct 11 14:40:39.612 INFO kablam! | Oct 11 14:40:39.612 INFO kablam! 107 | let l = r.get_column_width(col_idx, self.format); Oct 11 14:40:39.612 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 14:40:39.612 INFO kablam! Oct 11 14:40:39.612 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 11 14:40:39.612 INFO kablam! --> src/lib.rs:118:27 Oct 11 14:40:39.612 INFO kablam! | Oct 11 14:40:39.612 INFO kablam! 118 | let colnum = self.get_column_num(); Oct 11 14:40:39.612 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 14:40:39.612 INFO kablam! Oct 11 14:40:39.628 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 11 14:40:39.628 INFO kablam! --> src/lib.rs:145:14 Oct 11 14:40:39.628 INFO kablam! | Oct 11 14:40:39.629 INFO kablam! 145 | .print_line_separator(out, &col_width, LinePosition::Top)?; Oct 11 14:40:39.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:39.629 INFO kablam! Oct 11 14:40:39.634 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 11 14:40:39.634 INFO kablam! --> src/lib.rs:149:18 Oct 11 14:40:39.634 INFO kablam! | Oct 11 14:40:39.634 INFO kablam! 149 | .print_line_separator(out, &col_width, LinePosition::Title)?; Oct 11 14:40:39.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:39.634 INFO kablam! Oct 11 14:40:39.669 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 11 14:40:39.669 INFO kablam! --> src/lib.rs:157:22 Oct 11 14:40:39.669 INFO kablam! | Oct 11 14:40:39.669 INFO kablam! 157 | .print_line_separator(out, &col_width, LinePosition::Intern)?; Oct 11 14:40:39.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:39.669 INFO kablam! Oct 11 14:40:39.669 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 11 14:40:39.669 INFO kablam! --> src/lib.rs:161:14 Oct 11 14:40:39.669 INFO kablam! | Oct 11 14:40:39.669 INFO kablam! 161 | .print_line_separator(out, &col_width, LinePosition::Bottom)?; Oct 11 14:40:39.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:39.669 INFO kablam! Oct 11 14:40:39.676 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 11 14:40:39.676 INFO kablam! --> src/lib.rs:169:27 Oct 11 14:40:39.676 INFO kablam! | Oct 11 14:40:39.676 INFO kablam! 169 | self.__print(out, Row::print) Oct 11 14:40:39.676 INFO kablam! | ^^^^^^^^^^ Oct 11 14:40:39.676 INFO kablam! Oct 11 14:40:39.689 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 11 14:40:39.689 INFO kablam! --> src/lib.rs:175:27 Oct 11 14:40:39.689 INFO kablam! | Oct 11 14:40:39.689 INFO kablam! 175 | self.__print(out, Row::print_term) Oct 11 14:40:39.689 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:40:39.689 INFO kablam! Oct 11 14:40:39.700 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 11 14:40:39.700 INFO kablam! --> src/lib.rs:249:23 Oct 11 14:40:39.700 INFO kablam! | Oct 11 14:40:39.700 INFO kablam! 249 | self.as_ref().get_column_num() Oct 11 14:40:39.700 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 14:40:39.700 INFO kablam! Oct 11 14:40:39.984 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 11 14:40:39.984 INFO kablam! --> src/lib.rs:659:26 Oct 11 14:40:39.984 INFO kablam! | Oct 11 14:40:39.984 INFO kablam! 659 | assert_eq!(table.get_column_num(), 0); Oct 11 14:40:39.984 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 14:40:39.984 INFO kablam! Oct 11 14:40:39.989 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 11 14:40:39.990 INFO kablam! --> src/lib.rs:660:35 Oct 11 14:40:39.990 INFO kablam! | Oct 11 14:40:39.990 INFO kablam! 660 | assert_eq!(table.as_ref().get_column_num(), 0); Oct 11 14:40:39.990 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 14:40:39.991 INFO kablam! Oct 11 14:40:40.004 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 11 14:40:40.005 INFO kablam! --> src/lib.rs:666:26 Oct 11 14:40:40.005 INFO kablam! | Oct 11 14:40:40.005 INFO kablam! 666 | assert_eq!(table.get_column_num(), 0); Oct 11 14:40:40.005 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 14:40:40.005 INFO kablam! Oct 11 14:40:40.006 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 11 14:40:40.006 INFO kablam! --> src/lib.rs:667:35 Oct 11 14:40:40.006 INFO kablam! | Oct 11 14:40:40.007 INFO kablam! 667 | assert_eq!(table.as_ref().get_column_num(), 0); Oct 11 14:40:40.007 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 14:40:40.007 INFO kablam! Oct 11 14:40:40.007 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 11 14:40:40.007 INFO kablam! --> src/lib.rs:669:26 Oct 11 14:40:40.008 INFO kablam! | Oct 11 14:40:40.008 INFO kablam! 669 | assert_eq!(table.get_column_num(), 1); Oct 11 14:40:40.009 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 14:40:40.010 INFO kablam! Oct 11 14:40:40.010 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 11 14:40:40.010 INFO kablam! --> src/lib.rs:670:35 Oct 11 14:40:40.011 INFO kablam! | Oct 11 14:40:40.011 INFO kablam! 670 | assert_eq!(table.as_ref().get_column_num(), 1); Oct 11 14:40:40.011 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 14:40:40.011 INFO kablam! Oct 11 14:40:40.401 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 11 14:40:40.401 INFO kablam! --> src/cell.rs:239:14 Oct 11 14:40:40.401 INFO kablam! | Oct 11 14:40:40.402 INFO kablam! 239 | self.print(out, idx, col_width, skip_right_fill)?; Oct 11 14:40:40.402 INFO kablam! | ^^^^^ Oct 11 14:40:40.402 INFO kablam! Oct 11 14:40:40.408 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 11 14:40:40.408 INFO kablam! --> src/cell.rs:337:31 Oct 11 14:40:40.408 INFO kablam! | Oct 11 14:40:40.408 INFO kablam! 337 | assert_eq!(ascii_cell.get_width(), 5); Oct 11 14:40:40.408 INFO kablam! | ^^^^^^^^^ Oct 11 14:40:40.408 INFO kablam! Oct 11 14:40:40.408 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 11 14:40:40.408 INFO kablam! --> src/cell.rs:340:28 Oct 11 14:40:40.408 INFO kablam! | Oct 11 14:40:40.408 INFO kablam! 340 | let _ = ascii_cell.print(&mut out, 0, 10, false); Oct 11 14:40:40.408 INFO kablam! | ^^^^^ Oct 11 14:40:40.408 INFO kablam! Oct 11 14:40:40.424 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 11 14:40:40.425 INFO kablam! --> src/cell.rs:347:33 Oct 11 14:40:40.425 INFO kablam! | Oct 11 14:40:40.425 INFO kablam! 347 | assert_eq!(unicode_cell.get_width(), 6); Oct 11 14:40:40.426 INFO kablam! | ^^^^^^^^^ Oct 11 14:40:40.426 INFO kablam! Oct 11 14:40:40.432 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 11 14:40:40.433 INFO kablam! --> src/cell.rs:350:30 Oct 11 14:40:40.433 INFO kablam! | Oct 11 14:40:40.433 INFO kablam! 350 | let _ = unicode_cell.print(&mut out, 0, 10, false); Oct 11 14:40:40.433 INFO kablam! | ^^^^^ Oct 11 14:40:40.434 INFO kablam! Oct 11 14:40:40.440 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 11 14:40:40.441 INFO kablam! --> src/cell.rs:357:33 Oct 11 14:40:40.441 INFO kablam! | Oct 11 14:40:40.441 INFO kablam! 357 | assert_eq!(unicode_cell.get_width(), 14); Oct 11 14:40:40.442 INFO kablam! | ^^^^^^^^^ Oct 11 14:40:40.442 INFO kablam! Oct 11 14:40:40.445 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 11 14:40:40.445 INFO kablam! --> src/cell.rs:359:30 Oct 11 14:40:40.445 INFO kablam! | Oct 11 14:40:40.445 INFO kablam! 359 | let _ = unicode_cell.print(&mut out, 0, 20, false); Oct 11 14:40:40.445 INFO kablam! | ^^^^^ Oct 11 14:40:40.445 INFO kablam! Oct 11 14:40:40.456 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 11 14:40:40.456 INFO kablam! --> src/cell.rs:367:22 Oct 11 14:40:40.456 INFO kablam! | Oct 11 14:40:40.456 INFO kablam! 367 | let _ = cell.print(&mut out, 0, 10, false); Oct 11 14:40:40.456 INFO kablam! | ^^^^^ Oct 11 14:40:40.456 INFO kablam! Oct 11 14:40:40.456 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 11 14:40:40.456 INFO kablam! --> src/cell.rs:375:22 Oct 11 14:40:40.456 INFO kablam! | Oct 11 14:40:40.456 INFO kablam! 375 | let _ = cell.print(&mut out, 0, 10, false); Oct 11 14:40:40.456 INFO kablam! | ^^^^^ Oct 11 14:40:40.456 INFO kablam! Oct 11 14:40:40.476 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 11 14:40:40.476 INFO kablam! --> src/cell.rs:383:22 Oct 11 14:40:40.476 INFO kablam! | Oct 11 14:40:40.476 INFO kablam! 383 | let _ = cell.print(&mut out, 0, 10, false); Oct 11 14:40:40.476 INFO kablam! | ^^^^^ Oct 11 14:40:40.476 INFO kablam! Oct 11 14:40:40.552 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 11 14:40:40.552 INFO kablam! --> src/cell.rs:444:25 Oct 11 14:40:40.552 INFO kablam! | Oct 11 14:40:40.552 INFO kablam! 444 | assert_eq!(cell.get_height(), 1); Oct 11 14:40:40.552 INFO kablam! | ^^^^^^^^^^ Oct 11 14:40:40.552 INFO kablam! Oct 11 14:40:40.552 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 11 14:40:40.552 INFO kablam! --> src/cell.rs:445:25 Oct 11 14:40:40.552 INFO kablam! | Oct 11 14:40:40.552 INFO kablam! 445 | assert_eq!(cell.get_width(), 0); Oct 11 14:40:40.552 INFO kablam! | ^^^^^^^^^ Oct 11 14:40:40.552 INFO kablam! Oct 11 14:40:40.607 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 11 14:40:40.607 INFO kablam! --> src/row.rs:55:26 Oct 11 14:40:40.607 INFO kablam! | Oct 11 14:40:40.607 INFO kablam! 55 | let h = cell.get_height(); Oct 11 14:40:40.607 INFO kablam! | ^^^^^^^^^^ Oct 11 14:40:40.607 INFO kablam! Oct 11 14:40:40.624 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 11 14:40:40.624 INFO kablam! --> src/row.rs:71:30 Oct 11 14:40:40.624 INFO kablam! | Oct 11 14:40:40.624 INFO kablam! 71 | return c.get_width(); Oct 11 14:40:40.624 INFO kablam! | ^^^^^^^^^ Oct 11 14:40:40.624 INFO kablam! Oct 11 14:40:40.640 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 11 14:40:40.640 INFO kablam! --> src/row.rs:76:31 Oct 11 14:40:40.640 INFO kablam! | Oct 11 14:40:40.640 INFO kablam! 76 | let mut w = c.get_width(); Oct 11 14:40:40.640 INFO kablam! | ^^^^^^^^^ Oct 11 14:40:40.640 INFO kablam! Oct 11 14:40:40.668 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 11 14:40:40.668 INFO kablam! --> src/row.rs:149:27 Oct 11 14:40:40.668 INFO kablam! | Oct 11 14:40:40.668 INFO kablam! 149 | let height = self.get_height(); Oct 11 14:40:40.668 INFO kablam! | ^^^^^^^^^^ Oct 11 14:40:40.668 INFO kablam! Oct 11 14:40:40.668 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 11 14:40:40.668 INFO kablam! --> src/row.rs:153:20 Oct 11 14:40:40.668 INFO kablam! | Oct 11 14:40:40.668 INFO kablam! 153 | format.print_column_separator(out, ColumnPosition::Left)?; Oct 11 14:40:40.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:40.668 INFO kablam! Oct 11 14:40:40.713 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 11 14:40:40.713 INFO kablam! --> src/row.rs:177:28 Oct 11 14:40:40.713 INFO kablam! | Oct 11 14:40:40.713 INFO kablam! 177 | format.print_column_separator(out, ColumnPosition::Intern)?; Oct 11 14:40:40.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:40.713 INFO kablam! Oct 11 14:40:40.713 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 11 14:40:40.713 INFO kablam! --> src/row.rs:181:20 Oct 11 14:40:40.713 INFO kablam! | Oct 11 14:40:40.713 INFO kablam! 181 | format.print_column_separator(out, ColumnPosition::Right)?; Oct 11 14:40:40.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:40:40.713 INFO kablam! Oct 11 14:40:40.728 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 11 14:40:40.728 INFO kablam! --> src/row.rs:195:46 Oct 11 14:40:40.728 INFO kablam! | Oct 11 14:40:40.728 INFO kablam! 195 | self.__print(out, format, col_width, Cell::print) Oct 11 14:40:40.728 INFO kablam! | ^^^^^^^^^^^ Oct 11 14:40:40.728 INFO kablam! Oct 11 14:40:40.728 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 11 14:40:40.728 INFO kablam! --> src/row.rs:206:46 Oct 11 14:40:40.728 INFO kablam! | Oct 11 14:40:40.728 INFO kablam! 206 | self.__print(out, format, col_width, Cell::print_term) Oct 11 14:40:40.728 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 14:40:40.728 INFO kablam! Oct 11 14:40:48.500 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.90s Oct 11 14:40:48.512 INFO kablam! su: No module specific data is present Oct 11 14:40:49.229 INFO running `"docker" "rm" "-f" "0f8ef536514783cff74b1abd012b9867a8b485b2b6fea3924302ae291c6727e7"` Oct 11 14:40:49.524 INFO blam! 0f8ef536514783cff74b1abd012b9867a8b485b2b6fea3924302ae291c6727e7 Oct 11 14:40:49.528 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 14:40:49.530 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:40:49.921 INFO blam! 0204e529f387e38abdd2a6c69caa059219fbe71e805d0d12ebc3c7afbfe7f1d1 Oct 11 14:40:49.933 INFO running `"docker" "start" "-a" "0204e529f387e38abdd2a6c69caa059219fbe71e805d0d12ebc3c7afbfe7f1d1"` Oct 11 14:40:50.956 INFO kablam! usermod: no changes Oct 11 14:40:51.068 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 14:40:51.080 INFO kablam! Running /target/debug/deps/prettytable-6cdd8ec300c219fa Oct 11 14:40:51.080 INFO blam! Oct 11 14:40:51.080 INFO blam! running 41 tests Oct 11 14:40:51.092 INFO blam! test cell::tests::align_left ... ok Oct 11 14:40:51.092 INFO blam! test cell::tests::align_right ... ok Oct 11 14:40:51.092 INFO blam! test cell::tests::align_center ... ok Oct 11 14:40:51.092 INFO blam! test cell::tests::style_spec ... ok Oct 11 14:40:51.092 INFO blam! test csv::tests::extend_table ... ok Oct 11 14:40:51.092 INFO blam! test cell::tests::print_unicode ... ok Oct 11 14:40:51.092 INFO blam! test cell::tests::reset_style ... ok Oct 11 14:40:51.092 INFO blam! test cell::tests::print_ascii ... ok Oct 11 14:40:51.092 INFO blam! test cell::tests::print_cjk ... ok Oct 11 14:40:51.092 INFO blam! test cell::tests::get_content ... ok Oct 11 14:40:51.092 INFO blam! test csv::tests::from ... ok Oct 11 14:40:51.092 INFO blam! test csv::tests::to ... ok Oct 11 14:40:51.092 INFO blam! test csv::tests::trans ... ok Oct 11 14:40:51.092 INFO blam! test row::tests::extend_row ... ok Oct 11 14:40:51.092 INFO blam! test cell::tests::default_empty_cell ... ok Oct 11 14:40:51.092 INFO blam! test row::tests::get_add_set_cell ... ok Oct 11 14:40:51.092 INFO blam! test row::tests::insert_cell ... ok Oct 11 14:40:51.092 INFO blam! test row::tests::remove_cell ... ok Oct 11 14:40:51.092 INFO blam! test row::tests::row_default_empty ... ok Oct 11 14:40:51.092 INFO blam! test tests::add_empty_row ... ok Oct 11 14:40:51.104 INFO blam! test tests::insert_row ... ok Oct 11 14:40:51.104 INFO blam! test tests::padding ... ok Oct 11 14:40:51.104 INFO blam! test tests::index ... ok Oct 11 14:40:51.104 INFO blam! test tests::no_linesep ... ok Oct 11 14:40:51.104 INFO blam! test tests::no_colsep ... ok Oct 11 14:40:51.104 INFO blam! test tests::indent ... ok Oct 11 14:40:51.104 INFO blam! test tests::get_row ... ok Oct 11 14:40:51.104 INFO blam! test tests::clean ... ok Oct 11 14:40:51.104 INFO blam! test tests::test_readme_format_with_title ... ok Oct 11 14:40:51.104 INFO blam! test tests::test_readme_format ... ok Oct 11 14:40:51.104 INFO blam! test tests::remove_row ... ok Oct 11 14:40:51.104 INFO blam! test tests::test_horizontal_span ... ok Oct 11 14:40:51.104 INFO blam! test tests::table_size ... ok Oct 11 14:40:51.104 INFO blam! test utils::tests::fill_align ... ok Oct 11 14:40:51.104 INFO blam! test tests::test_unicode_separators ... ok Oct 11 14:40:51.104 INFO blam! test utils::tests::string_writer ... ok Oct 11 14:40:51.104 INFO blam! test tests::set_element ... ok Oct 11 14:40:51.104 INFO blam! test utils::tests::skip_right_fill ... ok Oct 11 14:40:51.104 INFO blam! test utils::tests::utf8_error ... ok Oct 11 14:40:51.124 INFO blam! test tests::table ... ok Oct 11 14:40:51.124 INFO kablam! Running /target/debug/deps/main-b641641aa579efbe Oct 11 14:40:51.124 INFO blam! test tests::slices ... ok Oct 11 14:40:51.124 INFO kablam! Doc-tests prettytable Oct 11 14:40:51.124 INFO blam! Oct 11 14:40:51.124 INFO blam! test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:40:51.124 INFO blam! Oct 11 14:40:51.124 INFO blam! Oct 11 14:40:51.124 INFO blam! running 0 tests Oct 11 14:40:51.124 INFO blam! Oct 11 14:40:51.124 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:40:51.124 INFO blam! Oct 11 14:40:53.741 INFO blam! Oct 11 14:40:53.741 INFO blam! running 5 tests Oct 11 14:41:04.105 INFO blam! test src/row.rs - row (line 286) ... ok Oct 11 14:41:06.674 INFO blam! test src/lib.rs - TableSlice (line 48) ... ok Oct 11 14:41:07.040 INFO blam! test src/lib.rs - table (line 556) ... ok Oct 11 14:41:07.276 INFO blam! test src/cell.rs - cell (line 297) ... ok Oct 11 14:41:07.304 INFO blam! test src/lib.rs - table (line 542) ... ok Oct 11 14:41:07.304 INFO blam! Oct 11 14:41:07.304 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:41:07.304 INFO blam! Oct 11 14:41:07.333 INFO kablam! su: No module specific data is present Oct 11 14:41:07.950 INFO running `"docker" "rm" "-f" "0204e529f387e38abdd2a6c69caa059219fbe71e805d0d12ebc3c7afbfe7f1d1"` Oct 11 14:41:08.256 INFO blam! 0204e529f387e38abdd2a6c69caa059219fbe71e805d0d12ebc3c7afbfe7f1d1