Oct 14 11:18:16.953 INFO testing mgdm/med against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:18:16.955 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:17.351 INFO blam! 670ce651d069ff0c8de7817a01e22ae6f566dd04a67771608e974d557cb27e1f Oct 14 11:18:17.359 INFO running `"docker" "start" "-a" "670ce651d069ff0c8de7817a01e22ae6f566dd04a67771608e974d557cb27e1f"` Oct 14 11:18:18.555 INFO kablam! usermod: no changes Oct 14 11:18:18.655 INFO kablam! Compiling text_io v0.1.6 Oct 14 11:18:18.655 INFO kablam! Compiling termios v0.2.2 Oct 14 11:18:19.203 INFO kablam! Compiling med v0.1.0 (/source) Oct 14 11:18:19.359 INFO kablam! warning: unused import: `std::io::Stdin` Oct 14 11:18:19.359 INFO kablam! --> src/input.rs:2:5 Oct 14 11:18:19.359 INFO kablam! | Oct 14 11:18:19.359 INFO kablam! 2 | use std::io::Stdin; Oct 14 11:18:19.359 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 11:18:19.359 INFO kablam! | Oct 14 11:18:19.359 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:18:19.359 INFO kablam! Oct 14 11:18:19.359 INFO kablam! warning: unused imports: `Stdin`, `Stdout` Oct 14 11:18:19.359 INFO kablam! --> src/screen.rs:3:15 Oct 14 11:18:19.359 INFO kablam! | Oct 14 11:18:19.359 INFO kablam! 3 | use std::io::{Stdin, Stdout}; Oct 14 11:18:19.359 INFO kablam! | ^^^^^ ^^^^^^ Oct 14 11:18:19.359 INFO kablam! Oct 14 11:18:19.359 INFO kablam! warning: unused imports: `StdinLock`, `Stdin`, `StdoutLock`, `Stdout` Oct 14 11:18:19.359 INFO kablam! --> src/cursor.rs:3:16 Oct 14 11:18:19.359 INFO kablam! | Oct 14 11:18:19.359 INFO kablam! 3 | use std::io::{ Stdin, StdinLock, Stdout, StdoutLock }; Oct 14 11:18:19.359 INFO kablam! | ^^^^^ ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^ Oct 14 11:18:19.359 INFO kablam! Oct 14 11:18:19.472 INFO kablam! warning: unused variable: `remainder` Oct 14 11:18:19.472 INFO kablam! --> src/screen.rs:85:13 Oct 14 11:18:19.472 INFO kablam! | Oct 14 11:18:19.472 INFO kablam! 85 | let remainder = self.height - welcome_pos - 1; Oct 14 11:18:19.472 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 14 11:18:19.472 INFO kablam! | Oct 14 11:18:19.472 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:18:19.472 INFO kablam! Oct 14 11:18:19.475 INFO kablam! warning: unused variable: `s` Oct 14 11:18:19.475 INFO kablam! --> src/cursor.rs:35:16 Oct 14 11:18:19.475 INFO kablam! | Oct 14 11:18:19.475 INFO kablam! 35 | Ok(s) => { Oct 14 11:18:19.475 INFO kablam! | ^ help: consider using `_s` instead Oct 14 11:18:19.475 INFO kablam! Oct 14 11:18:19.475 INFO kablam! warning: variable does not need to be mutable Oct 14 11:18:19.475 INFO kablam! --> src/main.rs:39:9 Oct 14 11:18:19.475 INFO kablam! | Oct 14 11:18:19.475 INFO kablam! 39 | let mut stdio = Stdio::new(io::stdin(), io::stdout()); Oct 14 11:18:19.475 INFO kablam! | ----^^^^^ Oct 14 11:18:19.475 INFO kablam! | | Oct 14 11:18:19.475 INFO kablam! | help: remove this `mut` Oct 14 11:18:19.475 INFO kablam! | Oct 14 11:18:19.475 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:18:19.475 INFO kablam! Oct 14 11:18:19.511 INFO kablam! warning: static item is never used: `CLEAR_LINE` Oct 14 11:18:19.511 INFO kablam! --> src/screen.rs:12:1 Oct 14 11:18:19.511 INFO kablam! | Oct 14 11:18:19.511 INFO kablam! 12 | static CLEAR_LINE: &'static str = "\x1b[K"; Oct 14 11:18:19.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.511 INFO kablam! | Oct 14 11:18:19.511 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:18:19.511 INFO kablam! Oct 14 11:18:19.511 INFO kablam! warning: field is never used: `cursor_x` Oct 14 11:18:19.511 INFO kablam! --> src/screen.rs:24:5 Oct 14 11:18:19.511 INFO kablam! | Oct 14 11:18:19.511 INFO kablam! 24 | cursor_x: usize, Oct 14 11:18:19.511 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:18:19.511 INFO kablam! Oct 14 11:18:19.511 INFO kablam! warning: field is never used: `cursor_y` Oct 14 11:18:19.511 INFO kablam! --> src/screen.rs:25:5 Oct 14 11:18:19.511 INFO kablam! | Oct 14 11:18:19.511 INFO kablam! 25 | cursor_y: usize Oct 14 11:18:19.511 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:18:19.511 INFO kablam! Oct 14 11:18:19.511 INFO kablam! warning: method is never used: `clear` Oct 14 11:18:19.511 INFO kablam! --> src/screen.rs:71:5 Oct 14 11:18:19.511 INFO kablam! | Oct 14 11:18:19.511 INFO kablam! 71 | pub fn clear(&self) { Oct 14 11:18:19.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.511 INFO kablam! Oct 14 11:18:19.511 INFO kablam! warning: static item is never used: `POSITION_REPORT` Oct 14 11:18:19.511 INFO kablam! --> src/cursor.rs:7:1 Oct 14 11:18:19.511 INFO kablam! | Oct 14 11:18:19.511 INFO kablam! 7 | static POSITION_REPORT: &'static str = "\x1b[6n\r\n"; Oct 14 11:18:19.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.511 INFO kablam! Oct 14 11:18:19.515 INFO kablam! warning: static item is never used: `SHOW_CURSOR` Oct 14 11:18:19.515 INFO kablam! --> src/cursor.rs:8:1 Oct 14 11:18:19.515 INFO kablam! | Oct 14 11:18:19.515 INFO kablam! 8 | static SHOW_CURSOR: &'static str = "\x1b[?25h"; Oct 14 11:18:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.515 INFO kablam! Oct 14 11:18:19.515 INFO kablam! warning: static item is never used: `HIDE_CURSOR` Oct 14 11:18:19.515 INFO kablam! --> src/cursor.rs:9:1 Oct 14 11:18:19.515 INFO kablam! | Oct 14 11:18:19.515 INFO kablam! 9 | static HIDE_CURSOR: &'static str = "\x1b[?25l"; Oct 14 11:18:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.515 INFO kablam! Oct 14 11:18:19.515 INFO kablam! warning: struct is never constructed: `Cursor` Oct 14 11:18:19.515 INFO kablam! --> src/cursor.rs:11:1 Oct 14 11:18:19.515 INFO kablam! | Oct 14 11:18:19.515 INFO kablam! 11 | pub struct Cursor { Oct 14 11:18:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.515 INFO kablam! Oct 14 11:18:19.515 INFO kablam! warning: method is never used: `new` Oct 14 11:18:19.515 INFO kablam! --> src/cursor.rs:20:5 Oct 14 11:18:19.515 INFO kablam! | Oct 14 11:18:19.515 INFO kablam! 20 | pub fn new(x_limit: usize, y_limit: usize, stdio: Stdio) -> Cursor { Oct 14 11:18:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.515 INFO kablam! Oct 14 11:18:19.515 INFO kablam! warning: method is never used: `get_position` Oct 14 11:18:19.515 INFO kablam! --> src/cursor.rs:28:5 Oct 14 11:18:19.515 INFO kablam! | Oct 14 11:18:19.515 INFO kablam! 28 | pub fn get_position(&self) -> io::Result<(usize, usize)> { Oct 14 11:18:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.515 INFO kablam! Oct 14 11:18:19.515 INFO kablam! warning: method is never used: `show` Oct 14 11:18:19.515 INFO kablam! --> src/cursor.rs:47:5 Oct 14 11:18:19.515 INFO kablam! | Oct 14 11:18:19.515 INFO kablam! 47 | pub fn show(&self) { Oct 14 11:18:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.516 INFO kablam! Oct 14 11:18:19.516 INFO kablam! warning: method is never used: `hide` Oct 14 11:18:19.516 INFO kablam! --> src/cursor.rs:51:5 Oct 14 11:18:19.516 INFO kablam! | Oct 14 11:18:19.516 INFO kablam! 51 | pub fn hide(&self) { Oct 14 11:18:19.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.516 INFO kablam! Oct 14 11:18:19.516 INFO kablam! warning: method is never used: `move_to` Oct 14 11:18:19.516 INFO kablam! --> src/cursor.rs:55:5 Oct 14 11:18:19.516 INFO kablam! | Oct 14 11:18:19.516 INFO kablam! 55 | fn move_to(&self, x: u8, y: u8) { Oct 14 11:18:19.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.516 INFO kablam! Oct 14 11:18:19.516 INFO kablam! warning: method is never used: `write` Oct 14 11:18:19.516 INFO kablam! --> src/cursor.rs:59:5 Oct 14 11:18:19.516 INFO kablam! | Oct 14 11:18:19.516 INFO kablam! 59 | fn write(&self, bytes: &[u8]) { Oct 14 11:18:19.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.516 INFO kablam! Oct 14 11:18:19.516 INFO kablam! warning: function is never used: `is_ctrl` Oct 14 11:18:19.516 INFO kablam! --> src/main.rs:23:1 Oct 14 11:18:19.516 INFO kablam! | Oct 14 11:18:19.516 INFO kablam! 23 | fn is_ctrl(c: u8) -> bool { Oct 14 11:18:19.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:19.516 INFO kablam! Oct 14 11:18:20.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.74s Oct 14 11:18:20.337 INFO kablam! su: No module specific data is present Oct 14 11:18:21.016 INFO running `"docker" "rm" "-f" "670ce651d069ff0c8de7817a01e22ae6f566dd04a67771608e974d557cb27e1f"` Oct 14 11:18:21.353 INFO blam! 670ce651d069ff0c8de7817a01e22ae6f566dd04a67771608e974d557cb27e1f Oct 14 11:18:21.377 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.891 INFO blam! 26ec33dcfe661d1915594dd7e2896028decb8d6d55f86277e73be22924f4ffa1 Oct 14 11:18:21.894 INFO running `"docker" "start" "-a" "26ec33dcfe661d1915594dd7e2896028decb8d6d55f86277e73be22924f4ffa1"` Oct 14 11:18:23.011 INFO kablam! usermod: no changes Oct 14 11:18:23.075 INFO kablam! Blocking waiting for file lock on the registry index Oct 14 11:18:23.711 INFO kablam! Compiling med v0.1.0 (/source) Oct 14 11:18:23.855 INFO kablam! warning: unused import: `std::io::Stdin` Oct 14 11:18:23.855 INFO kablam! --> src/input.rs:2:5 Oct 14 11:18:23.855 INFO kablam! | Oct 14 11:18:23.855 INFO kablam! 2 | use std::io::Stdin; Oct 14 11:18:23.855 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 11:18:23.855 INFO kablam! | Oct 14 11:18:23.855 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:18:23.855 INFO kablam! Oct 14 11:18:23.863 INFO kablam! warning: unused imports: `Stdin`, `Stdout` Oct 14 11:18:23.863 INFO kablam! --> src/screen.rs:3:15 Oct 14 11:18:23.863 INFO kablam! | Oct 14 11:18:23.863 INFO kablam! 3 | use std::io::{Stdin, Stdout}; Oct 14 11:18:23.863 INFO kablam! | ^^^^^ ^^^^^^ Oct 14 11:18:23.863 INFO kablam! Oct 14 11:18:23.863 INFO kablam! warning: unused imports: `StdinLock`, `Stdin`, `StdoutLock`, `Stdout` Oct 14 11:18:23.863 INFO kablam! --> src/cursor.rs:3:16 Oct 14 11:18:23.863 INFO kablam! | Oct 14 11:18:23.863 INFO kablam! 3 | use std::io::{ Stdin, StdinLock, Stdout, StdoutLock }; Oct 14 11:18:23.863 INFO kablam! | ^^^^^ ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^ Oct 14 11:18:23.863 INFO kablam! Oct 14 11:18:23.979 INFO kablam! warning: unused variable: `remainder` Oct 14 11:18:23.979 INFO kablam! --> src/screen.rs:85:13 Oct 14 11:18:23.979 INFO kablam! | Oct 14 11:18:23.979 INFO kablam! 85 | let remainder = self.height - welcome_pos - 1; Oct 14 11:18:23.979 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 14 11:18:23.979 INFO kablam! | Oct 14 11:18:23.979 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:18:23.979 INFO kablam! Oct 14 11:18:23.979 INFO kablam! warning: unused variable: `s` Oct 14 11:18:23.979 INFO kablam! --> src/cursor.rs:35:16 Oct 14 11:18:23.979 INFO kablam! | Oct 14 11:18:23.979 INFO kablam! 35 | Ok(s) => { Oct 14 11:18:23.979 INFO kablam! | ^ help: consider using `_s` instead Oct 14 11:18:23.979 INFO kablam! Oct 14 11:18:23.979 INFO kablam! warning: variable does not need to be mutable Oct 14 11:18:23.979 INFO kablam! --> src/main.rs:39:9 Oct 14 11:18:23.979 INFO kablam! | Oct 14 11:18:23.979 INFO kablam! 39 | let mut stdio = Stdio::new(io::stdin(), io::stdout()); Oct 14 11:18:23.979 INFO kablam! | ----^^^^^ Oct 14 11:18:23.979 INFO kablam! | | Oct 14 11:18:23.979 INFO kablam! | help: remove this `mut` Oct 14 11:18:23.979 INFO kablam! | Oct 14 11:18:23.979 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:18:23.979 INFO kablam! Oct 14 11:18:24.015 INFO kablam! warning: static item is never used: `CLEAR_LINE` Oct 14 11:18:24.015 INFO kablam! --> src/screen.rs:12:1 Oct 14 11:18:24.015 INFO kablam! | Oct 14 11:18:24.015 INFO kablam! 12 | static CLEAR_LINE: &'static str = "\x1b[K"; Oct 14 11:18:24.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.015 INFO kablam! | Oct 14 11:18:24.015 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:18:24.015 INFO kablam! Oct 14 11:18:24.015 INFO kablam! warning: field is never used: `cursor_x` Oct 14 11:18:24.015 INFO kablam! --> src/screen.rs:24:5 Oct 14 11:18:24.015 INFO kablam! | Oct 14 11:18:24.015 INFO kablam! 24 | cursor_x: usize, Oct 14 11:18:24.015 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:18:24.015 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: field is never used: `cursor_y` Oct 14 11:18:24.016 INFO kablam! --> src/screen.rs:25:5 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 25 | cursor_y: usize Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: method is never used: `clear` Oct 14 11:18:24.016 INFO kablam! --> src/screen.rs:71:5 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 71 | pub fn clear(&self) { Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: static item is never used: `POSITION_REPORT` Oct 14 11:18:24.016 INFO kablam! --> src/cursor.rs:7:1 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 7 | static POSITION_REPORT: &'static str = "\x1b[6n\r\n"; Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: static item is never used: `SHOW_CURSOR` Oct 14 11:18:24.016 INFO kablam! --> src/cursor.rs:8:1 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 8 | static SHOW_CURSOR: &'static str = "\x1b[?25h"; Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: static item is never used: `HIDE_CURSOR` Oct 14 11:18:24.016 INFO kablam! --> src/cursor.rs:9:1 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 9 | static HIDE_CURSOR: &'static str = "\x1b[?25l"; Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: struct is never constructed: `Cursor` Oct 14 11:18:24.016 INFO kablam! --> src/cursor.rs:11:1 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 11 | pub struct Cursor { Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: method is never used: `new` Oct 14 11:18:24.016 INFO kablam! --> src/cursor.rs:20:5 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 20 | pub fn new(x_limit: usize, y_limit: usize, stdio: Stdio) -> Cursor { Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: method is never used: `get_position` Oct 14 11:18:24.016 INFO kablam! --> src/cursor.rs:28:5 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 28 | pub fn get_position(&self) -> io::Result<(usize, usize)> { Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: method is never used: `show` Oct 14 11:18:24.016 INFO kablam! --> src/cursor.rs:47:5 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 47 | pub fn show(&self) { Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: method is never used: `hide` Oct 14 11:18:24.016 INFO kablam! --> src/cursor.rs:51:5 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 51 | pub fn hide(&self) { Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: method is never used: `move_to` Oct 14 11:18:24.016 INFO kablam! --> src/cursor.rs:55:5 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 55 | fn move_to(&self, x: u8, y: u8) { Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: method is never used: `write` Oct 14 11:18:24.016 INFO kablam! --> src/cursor.rs:59:5 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 59 | fn write(&self, bytes: &[u8]) { Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.016 INFO kablam! warning: function is never used: `is_ctrl` Oct 14 11:18:24.016 INFO kablam! --> src/main.rs:23:1 Oct 14 11:18:24.016 INFO kablam! | Oct 14 11:18:24.016 INFO kablam! 23 | fn is_ctrl(c: u8) -> bool { Oct 14 11:18:24.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:24.016 INFO kablam! Oct 14 11:18:24.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 14 11:18:24.535 INFO kablam! su: No module specific data is present Oct 14 11:18:25.190 INFO running `"docker" "rm" "-f" "26ec33dcfe661d1915594dd7e2896028decb8d6d55f86277e73be22924f4ffa1"` Oct 14 11:18:25.515 INFO blam! 26ec33dcfe661d1915594dd7e2896028decb8d6d55f86277e73be22924f4ffa1 Oct 14 11:18:25.519 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:26.039 INFO blam! 49d98b442654145af8c161a05afe108ce1d13bbf848e4491b5d4ba6624bc7a7d Oct 14 11:18:26.041 INFO running `"docker" "start" "-a" "49d98b442654145af8c161a05afe108ce1d13bbf848e4491b5d4ba6624bc7a7d"` Oct 14 11:18:27.231 INFO kablam! usermod: no changes Oct 14 11:18:27.299 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 11:18:27.299 INFO kablam! Running /target/debug/deps/med-5b4da41fc726e5cc Oct 14 11:18:27.315 INFO kablam! su: No module specific data is present Oct 14 11:18:27.315 INFO blam! Oct 14 11:18:27.315 INFO blam! running 0 tests Oct 14 11:18:27.315 INFO blam! Oct 14 11:18:27.315 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:18:27.315 INFO blam! Oct 14 11:18:27.973 INFO running `"docker" "rm" "-f" "49d98b442654145af8c161a05afe108ce1d13bbf848e4491b5d4ba6624bc7a7d"` Oct 14 11:18:28.367 INFO blam! 49d98b442654145af8c161a05afe108ce1d13bbf848e4491b5d4ba6624bc7a7d