Oct 14 11:18:14.852 INFO testing mgdm/med against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 11:18:14.854 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 11:18:15.272 INFO blam! d2499381cf7f1f6867e215d7c029c0b3b140604cc2a26561e437a445383ff92d Oct 14 11:18:15.275 INFO running `"docker" "start" "-a" "d2499381cf7f1f6867e215d7c029c0b3b140604cc2a26561e437a445383ff92d"` Oct 14 11:18:16.566 INFO kablam! usermod: no changes Oct 14 11:18:16.607 INFO kablam! Compiling libc v0.2.30 Oct 14 11:18:16.619 INFO kablam! Compiling text_io v0.1.6 Oct 14 11:18:17.880 INFO kablam! Compiling termios v0.2.2 Oct 14 11:18:18.314 INFO kablam! Compiling med v0.1.0 (/source) Oct 14 11:18:18.508 INFO kablam! warning: unused import: `std::io::Stdin` Oct 14 11:18:18.509 INFO kablam! --> src/input.rs:2:5 Oct 14 11:18:18.509 INFO kablam! | Oct 14 11:18:18.509 INFO kablam! 2 | use std::io::Stdin; Oct 14 11:18:18.510 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 11:18:18.510 INFO kablam! | Oct 14 11:18:18.510 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:18:18.510 INFO kablam! Oct 14 11:18:18.511 INFO kablam! warning: unused imports: `Stdin`, `Stdout` Oct 14 11:18:18.511 INFO kablam! --> src/screen.rs:3:15 Oct 14 11:18:18.511 INFO kablam! | Oct 14 11:18:18.511 INFO kablam! 3 | use std::io::{Stdin, Stdout}; Oct 14 11:18:18.512 INFO kablam! | ^^^^^ ^^^^^^ Oct 14 11:18:18.512 INFO kablam! Oct 14 11:18:18.512 INFO kablam! warning: unused imports: `StdinLock`, `Stdin`, `StdoutLock`, `Stdout` Oct 14 11:18:18.513 INFO kablam! --> src/cursor.rs:3:16 Oct 14 11:18:18.513 INFO kablam! | Oct 14 11:18:18.513 INFO kablam! 3 | use std::io::{ Stdin, StdinLock, Stdout, StdoutLock }; Oct 14 11:18:18.513 INFO kablam! | ^^^^^ ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^ Oct 14 11:18:18.514 INFO kablam! Oct 14 11:18:18.631 INFO kablam! warning: unused variable: `remainder` Oct 14 11:18:18.632 INFO kablam! --> src/screen.rs:85:13 Oct 14 11:18:18.632 INFO kablam! | Oct 14 11:18:18.633 INFO kablam! 85 | let remainder = self.height - welcome_pos - 1; Oct 14 11:18:18.633 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 14 11:18:18.635 INFO kablam! | Oct 14 11:18:18.637 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:18:18.637 INFO kablam! Oct 14 11:18:18.637 INFO kablam! warning: unused variable: `s` Oct 14 11:18:18.638 INFO kablam! --> src/cursor.rs:35:16 Oct 14 11:18:18.638 INFO kablam! | Oct 14 11:18:18.638 INFO kablam! 35 | Ok(s) => { Oct 14 11:18:18.639 INFO kablam! | ^ help: consider using `_s` instead Oct 14 11:18:18.639 INFO kablam! Oct 14 11:18:18.639 INFO kablam! warning: variable does not need to be mutable Oct 14 11:18:18.640 INFO kablam! --> src/main.rs:39:9 Oct 14 11:18:18.640 INFO kablam! | Oct 14 11:18:18.640 INFO kablam! 39 | let mut stdio = Stdio::new(io::stdin(), io::stdout()); Oct 14 11:18:18.641 INFO kablam! | ----^^^^^ Oct 14 11:18:18.641 INFO kablam! | | Oct 14 11:18:18.641 INFO kablam! | help: remove this `mut` Oct 14 11:18:18.641 INFO kablam! | Oct 14 11:18:18.642 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:18:18.642 INFO kablam! Oct 14 11:18:18.667 INFO kablam! warning: static item is never used: `CLEAR_LINE` Oct 14 11:18:18.667 INFO kablam! --> src/screen.rs:12:1 Oct 14 11:18:18.667 INFO kablam! | Oct 14 11:18:18.667 INFO kablam! 12 | static CLEAR_LINE: &'static str = "\x1b[K"; Oct 14 11:18:18.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.667 INFO kablam! | Oct 14 11:18:18.667 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:18:18.667 INFO kablam! Oct 14 11:18:18.667 INFO kablam! warning: field is never used: `cursor_x` Oct 14 11:18:18.667 INFO kablam! --> src/screen.rs:24:5 Oct 14 11:18:18.667 INFO kablam! | Oct 14 11:18:18.667 INFO kablam! 24 | cursor_x: usize, Oct 14 11:18:18.667 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:18:18.667 INFO kablam! Oct 14 11:18:18.667 INFO kablam! warning: field is never used: `cursor_y` Oct 14 11:18:18.667 INFO kablam! --> src/screen.rs:25:5 Oct 14 11:18:18.667 INFO kablam! | Oct 14 11:18:18.667 INFO kablam! 25 | cursor_y: usize Oct 14 11:18:18.667 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:18:18.667 INFO kablam! Oct 14 11:18:18.667 INFO kablam! warning: method is never used: `clear` Oct 14 11:18:18.667 INFO kablam! --> src/screen.rs:71:5 Oct 14 11:18:18.667 INFO kablam! | Oct 14 11:18:18.667 INFO kablam! 71 | pub fn clear(&self) { Oct 14 11:18:18.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.667 INFO kablam! Oct 14 11:18:18.667 INFO kablam! warning: static item is never used: `POSITION_REPORT` Oct 14 11:18:18.667 INFO kablam! --> src/cursor.rs:7:1 Oct 14 11:18:18.667 INFO kablam! | Oct 14 11:18:18.667 INFO kablam! 7 | static POSITION_REPORT: &'static str = "\x1b[6n\r\n"; Oct 14 11:18:18.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.667 INFO kablam! Oct 14 11:18:18.667 INFO kablam! warning: static item is never used: `SHOW_CURSOR` Oct 14 11:18:18.667 INFO kablam! --> src/cursor.rs:8:1 Oct 14 11:18:18.667 INFO kablam! | Oct 14 11:18:18.667 INFO kablam! 8 | static SHOW_CURSOR: &'static str = "\x1b[?25h"; Oct 14 11:18:18.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.667 INFO kablam! Oct 14 11:18:18.667 INFO kablam! warning: static item is never used: `HIDE_CURSOR` Oct 14 11:18:18.667 INFO kablam! --> src/cursor.rs:9:1 Oct 14 11:18:18.667 INFO kablam! | Oct 14 11:18:18.667 INFO kablam! 9 | static HIDE_CURSOR: &'static str = "\x1b[?25l"; Oct 14 11:18:18.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.667 INFO kablam! Oct 14 11:18:18.667 INFO kablam! warning: struct is never constructed: `Cursor` Oct 14 11:18:18.667 INFO kablam! --> src/cursor.rs:11:1 Oct 14 11:18:18.668 INFO kablam! | Oct 14 11:18:18.668 INFO kablam! 11 | pub struct Cursor { Oct 14 11:18:18.668 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.668 INFO kablam! Oct 14 11:18:18.668 INFO kablam! warning: method is never used: `new` Oct 14 11:18:18.668 INFO kablam! --> src/cursor.rs:20:5 Oct 14 11:18:18.668 INFO kablam! | Oct 14 11:18:18.668 INFO kablam! 20 | pub fn new(x_limit: usize, y_limit: usize, stdio: Stdio) -> Cursor { Oct 14 11:18:18.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.668 INFO kablam! Oct 14 11:18:18.668 INFO kablam! warning: method is never used: `get_position` Oct 14 11:18:18.668 INFO kablam! --> src/cursor.rs:28:5 Oct 14 11:18:18.668 INFO kablam! | Oct 14 11:18:18.668 INFO kablam! 28 | pub fn get_position(&self) -> io::Result<(usize, usize)> { Oct 14 11:18:18.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.668 INFO kablam! Oct 14 11:18:18.675 INFO kablam! warning: method is never used: `show` Oct 14 11:18:18.675 INFO kablam! --> src/cursor.rs:47:5 Oct 14 11:18:18.675 INFO kablam! | Oct 14 11:18:18.675 INFO kablam! 47 | pub fn show(&self) { Oct 14 11:18:18.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.675 INFO kablam! Oct 14 11:18:18.675 INFO kablam! warning: method is never used: `hide` Oct 14 11:18:18.675 INFO kablam! --> src/cursor.rs:51:5 Oct 14 11:18:18.675 INFO kablam! | Oct 14 11:18:18.675 INFO kablam! 51 | pub fn hide(&self) { Oct 14 11:18:18.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.675 INFO kablam! Oct 14 11:18:18.675 INFO kablam! warning: method is never used: `move_to` Oct 14 11:18:18.675 INFO kablam! --> src/cursor.rs:55:5 Oct 14 11:18:18.675 INFO kablam! | Oct 14 11:18:18.675 INFO kablam! 55 | fn move_to(&self, x: u8, y: u8) { Oct 14 11:18:18.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.675 INFO kablam! Oct 14 11:18:18.675 INFO kablam! warning: method is never used: `write` Oct 14 11:18:18.675 INFO kablam! --> src/cursor.rs:59:5 Oct 14 11:18:18.675 INFO kablam! | Oct 14 11:18:18.675 INFO kablam! 59 | fn write(&self, bytes: &[u8]) { Oct 14 11:18:18.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.675 INFO kablam! Oct 14 11:18:18.675 INFO kablam! warning: function is never used: `is_ctrl` Oct 14 11:18:18.675 INFO kablam! --> src/main.rs:23:1 Oct 14 11:18:18.675 INFO kablam! | Oct 14 11:18:18.675 INFO kablam! 23 | fn is_ctrl(c: u8) -> bool { Oct 14 11:18:18.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:18.675 INFO kablam! Oct 14 11:18:19.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.96s Oct 14 11:18:19.555 INFO kablam! su: No module specific data is present Oct 14 11:18:20.533 INFO running `"docker" "rm" "-f" "d2499381cf7f1f6867e215d7c029c0b3b140604cc2a26561e437a445383ff92d"` Oct 14 11:18:20.855 INFO blam! d2499381cf7f1f6867e215d7c029c0b3b140604cc2a26561e437a445383ff92d Oct 14 11:18:20.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 11:18:21.291 INFO blam! 41891743d24ffeb6f5c9c0b373b59f577042c64bff41984b7444f18579bbbc3b Oct 14 11:18:21.300 INFO running `"docker" "start" "-a" "41891743d24ffeb6f5c9c0b373b59f577042c64bff41984b7444f18579bbbc3b"` Oct 14 11:18:22.491 INFO kablam! usermod: no changes Oct 14 11:18:22.571 INFO kablam! Compiling med v0.1.0 (/source) Oct 14 11:18:22.723 INFO kablam! warning: unused import: `std::io::Stdin` Oct 14 11:18:22.723 INFO kablam! --> src/input.rs:2:5 Oct 14 11:18:22.724 INFO kablam! | Oct 14 11:18:22.724 INFO kablam! 2 | use std::io::Stdin; Oct 14 11:18:22.724 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 11:18:22.725 INFO kablam! | Oct 14 11:18:22.725 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:18:22.725 INFO kablam! Oct 14 11:18:22.726 INFO kablam! warning: unused imports: `Stdin`, `Stdout` Oct 14 11:18:22.726 INFO kablam! --> src/screen.rs:3:15 Oct 14 11:18:22.726 INFO kablam! | Oct 14 11:18:22.726 INFO kablam! 3 | use std::io::{Stdin, Stdout}; Oct 14 11:18:22.727 INFO kablam! | ^^^^^ ^^^^^^ Oct 14 11:18:22.727 INFO kablam! Oct 14 11:18:22.727 INFO kablam! warning: unused imports: `StdinLock`, `Stdin`, `StdoutLock`, `Stdout` Oct 14 11:18:22.728 INFO kablam! --> src/cursor.rs:3:16 Oct 14 11:18:22.728 INFO kablam! | Oct 14 11:18:22.729 INFO kablam! 3 | use std::io::{ Stdin, StdinLock, Stdout, StdoutLock }; Oct 14 11:18:22.729 INFO kablam! | ^^^^^ ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^ Oct 14 11:18:22.729 INFO kablam! Oct 14 11:18:22.847 INFO kablam! warning: unused variable: `remainder` Oct 14 11:18:22.847 INFO kablam! --> src/screen.rs:85:13 Oct 14 11:18:22.847 INFO kablam! | Oct 14 11:18:22.847 INFO kablam! 85 | let remainder = self.height - welcome_pos - 1; Oct 14 11:18:22.847 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 14 11:18:22.847 INFO kablam! | Oct 14 11:18:22.847 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:18:22.847 INFO kablam! Oct 14 11:18:22.847 INFO kablam! warning: unused variable: `s` Oct 14 11:18:22.847 INFO kablam! --> src/cursor.rs:35:16 Oct 14 11:18:22.847 INFO kablam! | Oct 14 11:18:22.847 INFO kablam! 35 | Ok(s) => { Oct 14 11:18:22.847 INFO kablam! | ^ help: consider using `_s` instead Oct 14 11:18:22.847 INFO kablam! Oct 14 11:18:22.847 INFO kablam! warning: variable does not need to be mutable Oct 14 11:18:22.847 INFO kablam! --> src/main.rs:39:9 Oct 14 11:18:22.847 INFO kablam! | Oct 14 11:18:22.847 INFO kablam! 39 | let mut stdio = Stdio::new(io::stdin(), io::stdout()); Oct 14 11:18:22.847 INFO kablam! | ----^^^^^ Oct 14 11:18:22.847 INFO kablam! | | Oct 14 11:18:22.847 INFO kablam! | help: remove this `mut` Oct 14 11:18:22.847 INFO kablam! | Oct 14 11:18:22.847 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:18:22.847 INFO kablam! Oct 14 11:18:22.887 INFO kablam! warning: static item is never used: `CLEAR_LINE` Oct 14 11:18:22.889 INFO kablam! --> src/screen.rs:12:1 Oct 14 11:18:22.889 INFO kablam! | Oct 14 11:18:22.889 INFO kablam! 12 | static CLEAR_LINE: &'static str = "\x1b[K"; Oct 14 11:18:22.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.889 INFO kablam! | Oct 14 11:18:22.889 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:18:22.889 INFO kablam! Oct 14 11:18:22.889 INFO kablam! warning: field is never used: `cursor_x` Oct 14 11:18:22.889 INFO kablam! --> src/screen.rs:24:5 Oct 14 11:18:22.889 INFO kablam! | Oct 14 11:18:22.889 INFO kablam! 24 | cursor_x: usize, Oct 14 11:18:22.889 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:18:22.889 INFO kablam! Oct 14 11:18:22.889 INFO kablam! warning: field is never used: `cursor_y` Oct 14 11:18:22.889 INFO kablam! --> src/screen.rs:25:5 Oct 14 11:18:22.889 INFO kablam! | Oct 14 11:18:22.889 INFO kablam! 25 | cursor_y: usize Oct 14 11:18:22.889 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:22.890 INFO kablam! warning: method is never used: `clear` Oct 14 11:18:22.890 INFO kablam! --> src/screen.rs:71:5 Oct 14 11:18:22.890 INFO kablam! | Oct 14 11:18:22.890 INFO kablam! 71 | pub fn clear(&self) { Oct 14 11:18:22.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:22.890 INFO kablam! warning: static item is never used: `POSITION_REPORT` Oct 14 11:18:22.890 INFO kablam! --> src/cursor.rs:7:1 Oct 14 11:18:22.890 INFO kablam! | Oct 14 11:18:22.890 INFO kablam! 7 | static POSITION_REPORT: &'static str = "\x1b[6n\r\n"; Oct 14 11:18:22.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:22.890 INFO kablam! warning: static item is never used: `SHOW_CURSOR` Oct 14 11:18:22.890 INFO kablam! --> src/cursor.rs:8:1 Oct 14 11:18:22.890 INFO kablam! | Oct 14 11:18:22.890 INFO kablam! 8 | static SHOW_CURSOR: &'static str = "\x1b[?25h"; Oct 14 11:18:22.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:22.890 INFO kablam! warning: static item is never used: `HIDE_CURSOR` Oct 14 11:18:22.890 INFO kablam! --> src/cursor.rs:9:1 Oct 14 11:18:22.890 INFO kablam! | Oct 14 11:18:22.890 INFO kablam! 9 | static HIDE_CURSOR: &'static str = "\x1b[?25l"; Oct 14 11:18:22.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:22.890 INFO kablam! warning: struct is never constructed: `Cursor` Oct 14 11:18:22.890 INFO kablam! --> src/cursor.rs:11:1 Oct 14 11:18:22.890 INFO kablam! | Oct 14 11:18:22.890 INFO kablam! 11 | pub struct Cursor { Oct 14 11:18:22.890 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:22.890 INFO kablam! warning: method is never used: `new` Oct 14 11:18:22.890 INFO kablam! --> src/cursor.rs:20:5 Oct 14 11:18:22.890 INFO kablam! | Oct 14 11:18:22.890 INFO kablam! 20 | pub fn new(x_limit: usize, y_limit: usize, stdio: Stdio) -> Cursor { Oct 14 11:18:22.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:22.890 INFO kablam! warning: method is never used: `get_position` Oct 14 11:18:22.890 INFO kablam! --> src/cursor.rs:28:5 Oct 14 11:18:22.890 INFO kablam! | Oct 14 11:18:22.890 INFO kablam! 28 | pub fn get_position(&self) -> io::Result<(usize, usize)> { Oct 14 11:18:22.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:22.890 INFO kablam! warning: method is never used: `show` Oct 14 11:18:22.890 INFO kablam! --> src/cursor.rs:47:5 Oct 14 11:18:22.890 INFO kablam! | Oct 14 11:18:22.890 INFO kablam! 47 | pub fn show(&self) { Oct 14 11:18:22.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:22.890 INFO kablam! warning: method is never used: `hide` Oct 14 11:18:22.890 INFO kablam! --> src/cursor.rs:51:5 Oct 14 11:18:22.890 INFO kablam! | Oct 14 11:18:22.890 INFO kablam! 51 | pub fn hide(&self) { Oct 14 11:18:22.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:22.890 INFO kablam! warning: method is never used: `move_to` Oct 14 11:18:22.890 INFO kablam! --> src/cursor.rs:55:5 Oct 14 11:18:22.890 INFO kablam! | Oct 14 11:18:22.890 INFO kablam! 55 | fn move_to(&self, x: u8, y: u8) { Oct 14 11:18:22.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:22.890 INFO kablam! warning: method is never used: `write` Oct 14 11:18:22.890 INFO kablam! --> src/cursor.rs:59:5 Oct 14 11:18:22.890 INFO kablam! | Oct 14 11:18:22.890 INFO kablam! 59 | fn write(&self, bytes: &[u8]) { Oct 14 11:18:22.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:22.890 INFO kablam! warning: function is never used: `is_ctrl` Oct 14 11:18:22.890 INFO kablam! --> src/main.rs:23:1 Oct 14 11:18:22.890 INFO kablam! | Oct 14 11:18:22.890 INFO kablam! 23 | fn is_ctrl(c: u8) -> bool { Oct 14 11:18:22.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:22.890 INFO kablam! Oct 14 11:18:23.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 14 11:18:23.356 INFO kablam! su: No module specific data is present Oct 14 11:18:24.163 INFO running `"docker" "rm" "-f" "41891743d24ffeb6f5c9c0b373b59f577042c64bff41984b7444f18579bbbc3b"` Oct 14 11:18:24.398 INFO blam! 41891743d24ffeb6f5c9c0b373b59f577042c64bff41984b7444f18579bbbc3b Oct 14 11:18:24.407 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 11:18:24.923 INFO blam! 81f02a355b8dd0f7b4e6f13defebc798f602bf270daa0ad8fe3be5067a5ae57a Oct 14 11:18:24.931 INFO running `"docker" "start" "-a" "81f02a355b8dd0f7b4e6f13defebc798f602bf270daa0ad8fe3be5067a5ae57a"` Oct 14 11:18:26.317 INFO kablam! usermod: no changes Oct 14 11:18:26.360 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 11:18:26.365 INFO kablam! Running /target/debug/deps/med-729b1431f4c43d5f Oct 14 11:18:26.379 INFO blam! Oct 14 11:18:26.379 INFO blam! running 0 tests Oct 14 11:18:26.379 INFO blam! Oct 14 11:18:26.379 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:18:26.379 INFO blam! Oct 14 11:18:26.380 INFO kablam! su: No module specific data is present Oct 14 11:18:27.067 INFO running `"docker" "rm" "-f" "81f02a355b8dd0f7b4e6f13defebc798f602bf270daa0ad8fe3be5067a5ae57a"` Oct 14 11:18:27.430 INFO blam! 81f02a355b8dd0f7b4e6f13defebc798f602bf270daa0ad8fe3be5067a5ae57a