Oct 14 16:46:46.880 INFO testing jibuntu/TermTui against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:46:46.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16:46:47.163 INFO blam! b587d2f955cd1fde94d13fdb891e53f6d010062bf6850ee5335bdf04afe16af7 Oct 14 16:46:47.167 INFO running `"docker" "start" "-a" "b587d2f955cd1fde94d13fdb891e53f6d010062bf6850ee5335bdf04afe16af7"` Oct 14 16:46:47.836 INFO kablam! usermod: no changes Oct 14 16:46:47.875 INFO kablam! Compiling term_tui v0.1.0 (/source) Oct 14 16:46:48.114 INFO kablam! warning: unused import: `Cell` Oct 14 16:46:48.114 INFO kablam! --> src/TermBox/mod.rs:6:25 Oct 14 16:46:48.114 INFO kablam! | Oct 14 16:46:48.115 INFO kablam! 6 | use std::cell::{RefCell,Cell}; Oct 14 16:46:48.115 INFO kablam! | ^^^^ Oct 14 16:46:48.115 INFO kablam! | Oct 14 16:46:48.116 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:46:48.116 INFO kablam! Oct 14 16:46:48.116 INFO kablam! warning: unused import: `RefCell` Oct 14 16:46:48.116 INFO kablam! --> src/TermBox/Style.rs:1:17 Oct 14 16:46:48.117 INFO kablam! | Oct 14 16:46:48.117 INFO kablam! 1 | use std::cell::{RefCell,Cell}; Oct 14 16:46:48.117 INFO kablam! | ^^^^^^^ Oct 14 16:46:48.117 INFO kablam! Oct 14 16:46:48.118 INFO kablam! warning: unused import: `std::default::Default` Oct 14 16:46:48.118 INFO kablam! --> src/termios/mod.rs:2:5 Oct 14 16:46:48.118 INFO kablam! | Oct 14 16:46:48.119 INFO kablam! 2 | use std::default::Default; Oct 14 16:46:48.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:48.119 INFO kablam! Oct 14 16:46:48.119 INFO kablam! warning: unused import: `c_int` Oct 14 16:46:48.120 INFO kablam! --> src/termios/mod.rs:3:20 Oct 14 16:46:48.120 INFO kablam! | Oct 14 16:46:48.120 INFO kablam! 3 | use std::os::raw::{c_int, c_uchar, c_uint}; Oct 14 16:46:48.121 INFO kablam! | ^^^^^ Oct 14 16:46:48.121 INFO kablam! Oct 14 16:46:48.235 INFO kablam! warning: unused variable: `col` Oct 14 16:46:48.235 INFO kablam! --> src/TermBox/Style.rs:51:13 Oct 14 16:46:48.235 INFO kablam! | Oct 14 16:46:48.235 INFO kablam! 51 | for col in 0..size.1 { Oct 14 16:46:48.235 INFO kablam! | ^^^ help: consider using `_col` instead Oct 14 16:46:48.235 INFO kablam! | Oct 14 16:46:48.235 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:46:48.235 INFO kablam! Oct 14 16:46:48.235 INFO kablam! warning: unused variable: `buffer` Oct 14 16:46:48.235 INFO kablam! --> src/TermBox/mod.rs:109:35 Oct 14 16:46:48.235 INFO kablam! | Oct 14 16:46:48.235 INFO kablam! 109 | if let Buffer::Buffer(ref buffer) = *self.buffer.borrow() { Oct 14 16:46:48.235 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 14 16:46:48.235 INFO kablam! Oct 14 16:46:48.272 INFO kablam! warning: type alias is never used: `cc_t` Oct 14 16:46:48.272 INFO kablam! --> src/termios/mod.rs:5:1 Oct 14 16:46:48.272 INFO kablam! | Oct 14 16:46:48.273 INFO kablam! 5 | type cc_t = c_uchar; Oct 14 16:46:48.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:48.273 INFO kablam! | Oct 14 16:46:48.274 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:46:48.274 INFO kablam! Oct 14 16:46:48.274 INFO kablam! warning: type alias is never used: `speed_t` Oct 14 16:46:48.275 INFO kablam! --> src/termios/mod.rs:6:1 Oct 14 16:46:48.275 INFO kablam! | Oct 14 16:46:48.276 INFO kablam! 6 | type speed_t = c_uint; Oct 14 16:46:48.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:48.283 INFO kablam! Oct 14 16:46:48.283 INFO kablam! warning: module `TermBox` should have a snake case name such as `term_box` Oct 14 16:46:48.283 INFO kablam! --> src/lib.rs:4:1 Oct 14 16:46:48.283 INFO kablam! | Oct 14 16:46:48.283 INFO kablam! 4 | pub mod TermBox; Oct 14 16:46:48.283 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:46:48.283 INFO kablam! | Oct 14 16:46:48.283 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 16:46:48.283 INFO kablam! Oct 14 16:46:48.283 INFO kablam! warning: module `Style` should have a snake case name such as `style` Oct 14 16:46:48.283 INFO kablam! --> src/TermBox/mod.rs:11:1 Oct 14 16:46:48.283 INFO kablam! | Oct 14 16:46:48.283 INFO kablam! 11 | pub mod Style; Oct 14 16:46:48.283 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 16:46:48.283 INFO kablam! Oct 14 16:46:48.283 INFO kablam! warning: variant `black` should have a camel case name such as `Black` Oct 14 16:46:48.283 INFO kablam! --> src/TermBox/Style.rs:4:18 Oct 14 16:46:48.283 INFO kablam! | Oct 14 16:46:48.283 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:48.283 INFO kablam! | ^^^^^ Oct 14 16:46:48.283 INFO kablam! | Oct 14 16:46:48.283 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 16:46:48.283 INFO kablam! Oct 14 16:46:48.283 INFO kablam! warning: variant `red` should have a camel case name such as `Red` Oct 14 16:46:48.283 INFO kablam! --> src/TermBox/Style.rs:4:25 Oct 14 16:46:48.283 INFO kablam! | Oct 14 16:46:48.283 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:48.283 INFO kablam! | ^^^ Oct 14 16:46:48.283 INFO kablam! Oct 14 16:46:48.283 INFO kablam! warning: variant `green` should have a camel case name such as `Green` Oct 14 16:46:48.283 INFO kablam! --> src/TermBox/Style.rs:4:30 Oct 14 16:46:48.283 INFO kablam! | Oct 14 16:46:48.283 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:48.283 INFO kablam! | ^^^^^ Oct 14 16:46:48.283 INFO kablam! Oct 14 16:46:48.283 INFO kablam! warning: variant `yellow` should have a camel case name such as `Yellow` Oct 14 16:46:48.283 INFO kablam! --> src/TermBox/Style.rs:4:37 Oct 14 16:46:48.283 INFO kablam! | Oct 14 16:46:48.283 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:48.283 INFO kablam! | ^^^^^^ Oct 14 16:46:48.283 INFO kablam! Oct 14 16:46:48.283 INFO kablam! warning: variant `blue` should have a camel case name such as `Blue` Oct 14 16:46:48.283 INFO kablam! --> src/TermBox/Style.rs:4:45 Oct 14 16:46:48.283 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:48.284 INFO kablam! | ^^^^ Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: variant `magenta` should have a camel case name such as `Magenta` Oct 14 16:46:48.284 INFO kablam! --> src/TermBox/Style.rs:4:51 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:48.284 INFO kablam! | ^^^^^^^ Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: variant `cyan` should have a camel case name such as `Cyan` Oct 14 16:46:48.284 INFO kablam! --> src/TermBox/Style.rs:4:60 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:48.284 INFO kablam! | ^^^^ Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: variant `white` should have a camel case name such as `White` Oct 14 16:46:48.284 INFO kablam! --> src/TermBox/Style.rs:4:66 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:48.284 INFO kablam! | ^^^^^ Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: variant `default` should have a camel case name such as `Default` Oct 14 16:46:48.284 INFO kablam! --> src/TermBox/Style.rs:4:73 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:48.284 INFO kablam! | ^^^^^^^ Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: variant `none` should have a camel case name such as `None` Oct 14 16:46:48.284 INFO kablam! --> src/TermBox/Style.rs:4:82 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:48.284 INFO kablam! | ^^^^ Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 14 16:46:48.284 INFO kablam! --> src/TermBox/mod.rs:85:34 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 85 | Buffer::AtomicBuffer(ref mut atomicBuffer) => { Oct 14 16:46:48.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 14 16:46:48.284 INFO kablam! --> src/TermBox/mod.rs:100:17 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 100 | let atomicBuffer = Arc::new(Mutex::new(buffer)); Oct 14 16:46:48.284 INFO kablam! | ^^^^^^^^^^^^ Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 14 16:46:48.284 INFO kablam! --> src/TermBox/mod.rs:114:37 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 114 | if let Buffer::AtomicBuffer(atomicBuffer) = old_buffer { Oct 14 16:46:48.284 INFO kablam! | ^^^^^^^^^^^^ Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 14 16:46:48.284 INFO kablam! --> src/TermBox/mod.rs:126:34 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 126 | Buffer::AtomicBuffer(ref atomicBuffer) => { Oct 14 16:46:48.284 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:46:48.284 INFO kablam! --> src/TermBox/mod.rs:132:9 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 132 | io::stdout().flush(); Oct 14 16:46:48.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:46:48.284 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 14 16:46:48.284 INFO kablam! --> src/TermBox/mod.rs:142:34 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 142 | Buffer::AtomicBuffer(ref atomicBuffer) => { Oct 14 16:46:48.284 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:46:48.284 INFO kablam! --> src/TermBox/mod.rs:155:9 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 155 | io::stdout().flush(); Oct 14 16:46:48.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: type `cc_t` should have a camel case name such as `CcT` Oct 14 16:46:48.284 INFO kablam! --> src/termios/mod.rs:5:1 Oct 14 16:46:48.284 INFO kablam! | Oct 14 16:46:48.284 INFO kablam! 5 | type cc_t = c_uchar; Oct 14 16:46:48.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:48.284 INFO kablam! Oct 14 16:46:48.284 INFO kablam! warning: type `speed_t` should have a camel case name such as `SpeedT` Oct 14 16:46:48.284 INFO kablam! --> src/termios/mod.rs:6:1 Oct 14 16:46:48.285 INFO kablam! | Oct 14 16:46:48.285 INFO kablam! 6 | type speed_t = c_uint; Oct 14 16:46:48.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:48.285 INFO kablam! Oct 14 16:46:48.285 INFO kablam! warning: type `tcflag_t` should have a camel case name such as `TcflagT` Oct 14 16:46:48.285 INFO kablam! --> src/termios/mod.rs:7:1 Oct 14 16:46:48.285 INFO kablam! | Oct 14 16:46:48.285 INFO kablam! 7 | type tcflag_t = c_uint; Oct 14 16:46:48.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:48.285 INFO kablam! Oct 14 16:46:48.285 INFO kablam! warning: variable `isEnbale` should have a snake case name such as `is_enbale` Oct 14 16:46:48.285 INFO kablam! --> src/lib.rs:64:31 Oct 14 16:46:48.285 INFO kablam! | Oct 14 16:46:48.285 INFO kablam! 64 | pub fn hide_cursor(&self, isEnbale: bool) { Oct 14 16:46:48.285 INFO kablam! | ^^^^^^^^ Oct 14 16:46:48.285 INFO kablam! Oct 14 16:46:48.686 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 14 16:46:48.690 INFO kablam! su: No module specific data is present Oct 14 16:46:49.215 INFO running `"docker" "rm" "-f" "b587d2f955cd1fde94d13fdb891e53f6d010062bf6850ee5335bdf04afe16af7"` Oct 14 16:46:49.481 INFO blam! b587d2f955cd1fde94d13fdb891e53f6d010062bf6850ee5335bdf04afe16af7 Oct 14 16:46:49.491 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16:46:49.715 INFO blam! 18174adc20e9bcc8011fabb12e5e1450034123b43628da791d5efe034aacac8d Oct 14 16:46:49.717 INFO running `"docker" "start" "-a" "18174adc20e9bcc8011fabb12e5e1450034123b43628da791d5efe034aacac8d"` Oct 14 16:46:50.783 INFO kablam! usermod: no changes Oct 14 16:46:50.839 INFO kablam! Compiling term_tui v0.1.0 (/source) Oct 14 16:46:51.395 INFO kablam! warning: unused import: `Cell` Oct 14 16:46:51.395 INFO kablam! --> src/TermBox/mod.rs:6:25 Oct 14 16:46:51.395 INFO kablam! | Oct 14 16:46:51.395 INFO kablam! 6 | use std::cell::{RefCell,Cell}; Oct 14 16:46:51.395 INFO kablam! | ^^^^ Oct 14 16:46:51.419 INFO kablam! | Oct 14 16:46:51.419 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:46:51.419 INFO kablam! Oct 14 16:46:51.419 INFO kablam! warning: unused import: `RefCell` Oct 14 16:46:51.419 INFO kablam! --> src/TermBox/Style.rs:1:17 Oct 14 16:46:51.419 INFO kablam! | Oct 14 16:46:51.419 INFO kablam! 1 | use std::cell::{RefCell,Cell}; Oct 14 16:46:51.419 INFO kablam! | ^^^^^^^ Oct 14 16:46:51.419 INFO kablam! Oct 14 16:46:51.420 INFO kablam! warning: unused import: `std::default::Default` Oct 14 16:46:51.420 INFO kablam! --> src/termios/mod.rs:2:5 Oct 14 16:46:51.420 INFO kablam! | Oct 14 16:46:51.420 INFO kablam! 2 | use std::default::Default; Oct 14 16:46:51.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:51.420 INFO kablam! Oct 14 16:46:51.421 INFO kablam! warning: unused import: `c_int` Oct 14 16:46:51.421 INFO kablam! --> src/termios/mod.rs:3:20 Oct 14 16:46:51.421 INFO kablam! | Oct 14 16:46:51.421 INFO kablam! 3 | use std::os::raw::{c_int, c_uchar, c_uint}; Oct 14 16:46:51.421 INFO kablam! | ^^^^^ Oct 14 16:46:51.421 INFO kablam! Oct 14 16:46:51.811 INFO kablam! warning: unused variable: `col` Oct 14 16:46:51.811 INFO kablam! --> src/TermBox/Style.rs:51:13 Oct 14 16:46:51.812 INFO kablam! | Oct 14 16:46:51.813 INFO kablam! 51 | for col in 0..size.1 { Oct 14 16:46:51.813 INFO kablam! | ^^^ help: consider using `_col` instead Oct 14 16:46:51.814 INFO kablam! | Oct 14 16:46:51.814 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:46:51.815 INFO kablam! Oct 14 16:46:51.816 INFO kablam! warning: unused variable: `child2` Oct 14 16:46:51.816 INFO kablam! --> src/TermBox/mod.rs:169:9 Oct 14 16:46:51.817 INFO kablam! | Oct 14 16:46:51.818 INFO kablam! 169 | let child2 = tb.create_child(); Oct 14 16:46:51.818 INFO kablam! | ^^^^^^ help: consider using `_child2` instead Oct 14 16:46:51.819 INFO kablam! Oct 14 16:46:51.819 INFO kablam! warning: unused variable: `child_child` Oct 14 16:46:51.820 INFO kablam! --> src/TermBox/mod.rs:170:9 Oct 14 16:46:51.820 INFO kablam! | Oct 14 16:46:51.821 INFO kablam! 170 | let child_child = child.create_child(); Oct 14 16:46:51.822 INFO kablam! | ^^^^^^^^^^^ help: consider using `_child_child` instead Oct 14 16:46:51.822 INFO kablam! Oct 14 16:46:51.823 INFO kablam! warning: unused variable: `buffer` Oct 14 16:46:51.824 INFO kablam! --> src/TermBox/mod.rs:109:35 Oct 14 16:46:51.824 INFO kablam! | Oct 14 16:46:51.825 INFO kablam! 109 | if let Buffer::Buffer(ref buffer) = *self.buffer.borrow() { Oct 14 16:46:51.825 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 14 16:46:51.826 INFO kablam! Oct 14 16:46:51.887 INFO kablam! warning: variable does not need to be mutable Oct 14 16:46:51.888 INFO kablam! --> src/TermBox/mod.rs:167:9 Oct 14 16:46:51.888 INFO kablam! | Oct 14 16:46:51.889 INFO kablam! 167 | let mut tb = TermBox::new(); Oct 14 16:46:51.890 INFO kablam! | ----^^ Oct 14 16:46:51.890 INFO kablam! | | Oct 14 16:46:51.891 INFO kablam! | help: remove this `mut` Oct 14 16:46:51.891 INFO kablam! | Oct 14 16:46:51.892 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:46:51.892 INFO kablam! Oct 14 16:46:51.930 INFO kablam! warning: variable does not need to be mutable Oct 14 16:46:51.931 INFO kablam! --> src/TermBox/Style.rs:202:9 Oct 14 16:46:51.931 INFO kablam! | Oct 14 16:46:51.932 INFO kablam! 202 | let mut style = Style::new(); Oct 14 16:46:51.933 INFO kablam! | ----^^^^^ Oct 14 16:46:51.933 INFO kablam! | | Oct 14 16:46:51.933 INFO kablam! | help: remove this `mut` Oct 14 16:46:51.934 INFO kablam! Oct 14 16:46:51.934 INFO kablam! warning: variable does not need to be mutable Oct 14 16:46:51.935 INFO kablam! --> src/TermBox/Style.rs:203:9 Oct 14 16:46:51.935 INFO kablam! | Oct 14 16:46:51.935 INFO kablam! 203 | let mut style2 = Style::new(); Oct 14 16:46:51.935 INFO kablam! | ----^^^^^^ Oct 14 16:46:51.935 INFO kablam! | | Oct 14 16:46:51.935 INFO kablam! | help: remove this `mut` Oct 14 16:46:51.935 INFO kablam! Oct 14 16:46:51.936 INFO kablam! warning: variable does not need to be mutable Oct 14 16:46:51.937 INFO kablam! --> src/termios/mod.rs:26:13 Oct 14 16:46:51.937 INFO kablam! | Oct 14 16:46:51.937 INFO kablam! 26 | let mut ptr = &mut mode; Oct 14 16:46:51.937 INFO kablam! | ----^^^ Oct 14 16:46:51.937 INFO kablam! | | Oct 14 16:46:51.937 INFO kablam! | help: remove this `mut` Oct 14 16:46:51.937 INFO kablam! Oct 14 16:46:51.947 INFO kablam! warning: type alias is never used: `cc_t` Oct 14 16:46:51.947 INFO kablam! --> src/termios/mod.rs:5:1 Oct 14 16:46:51.947 INFO kablam! | Oct 14 16:46:51.947 INFO kablam! 5 | type cc_t = c_uchar; Oct 14 16:46:51.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:51.947 INFO kablam! | Oct 14 16:46:51.947 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:46:51.947 INFO kablam! Oct 14 16:46:51.947 INFO kablam! warning: type alias is never used: `speed_t` Oct 14 16:46:51.947 INFO kablam! --> src/termios/mod.rs:6:1 Oct 14 16:46:51.947 INFO kablam! | Oct 14 16:46:51.947 INFO kablam! 6 | type speed_t = c_uint; Oct 14 16:46:51.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:51.949 INFO kablam! Oct 14 16:46:51.950 INFO kablam! warning: module `TermBox` should have a snake case name such as `term_box` Oct 14 16:46:51.950 INFO kablam! --> src/lib.rs:4:1 Oct 14 16:46:51.950 INFO kablam! | Oct 14 16:46:51.950 INFO kablam! 4 | pub mod TermBox; Oct 14 16:46:51.950 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:46:51.950 INFO kablam! | Oct 14 16:46:51.950 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 16:46:51.950 INFO kablam! Oct 14 16:46:51.952 INFO kablam! warning: module `Style` should have a snake case name such as `style` Oct 14 16:46:51.952 INFO kablam! --> src/TermBox/mod.rs:11:1 Oct 14 16:46:51.952 INFO kablam! | Oct 14 16:46:51.952 INFO kablam! 11 | pub mod Style; Oct 14 16:46:51.952 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 16:46:51.952 INFO kablam! Oct 14 16:46:51.953 INFO kablam! warning: variant `black` should have a camel case name such as `Black` Oct 14 16:46:51.953 INFO kablam! --> src/TermBox/Style.rs:4:18 Oct 14 16:46:51.953 INFO kablam! | Oct 14 16:46:51.953 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:51.953 INFO kablam! | ^^^^^ Oct 14 16:46:51.953 INFO kablam! | Oct 14 16:46:51.953 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 16:46:51.953 INFO kablam! Oct 14 16:46:51.953 INFO kablam! warning: variant `red` should have a camel case name such as `Red` Oct 14 16:46:51.953 INFO kablam! --> src/TermBox/Style.rs:4:25 Oct 14 16:46:51.953 INFO kablam! | Oct 14 16:46:51.953 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:51.953 INFO kablam! | ^^^ Oct 14 16:46:51.955 INFO kablam! Oct 14 16:46:51.955 INFO kablam! warning: variant `green` should have a camel case name such as `Green` Oct 14 16:46:51.955 INFO kablam! --> src/TermBox/Style.rs:4:30 Oct 14 16:46:51.955 INFO kablam! | Oct 14 16:46:51.955 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:51.955 INFO kablam! | ^^^^^ Oct 14 16:46:51.955 INFO kablam! Oct 14 16:46:51.955 INFO kablam! warning: variant `yellow` should have a camel case name such as `Yellow` Oct 14 16:46:51.955 INFO kablam! --> src/TermBox/Style.rs:4:37 Oct 14 16:46:51.955 INFO kablam! | Oct 14 16:46:51.955 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:51.955 INFO kablam! | ^^^^^^ Oct 14 16:46:51.955 INFO kablam! Oct 14 16:46:51.955 INFO kablam! warning: variant `blue` should have a camel case name such as `Blue` Oct 14 16:46:51.955 INFO kablam! --> src/TermBox/Style.rs:4:45 Oct 14 16:46:51.955 INFO kablam! | Oct 14 16:46:51.955 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:51.955 INFO kablam! | ^^^^ Oct 14 16:46:51.958 INFO kablam! Oct 14 16:46:51.958 INFO kablam! warning: variant `magenta` should have a camel case name such as `Magenta` Oct 14 16:46:51.958 INFO kablam! --> src/TermBox/Style.rs:4:51 Oct 14 16:46:51.958 INFO kablam! | Oct 14 16:46:51.958 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:51.958 INFO kablam! | ^^^^^^^ Oct 14 16:46:51.958 INFO kablam! Oct 14 16:46:51.958 INFO kablam! warning: variant `cyan` should have a camel case name such as `Cyan` Oct 14 16:46:51.958 INFO kablam! --> src/TermBox/Style.rs:4:60 Oct 14 16:46:51.958 INFO kablam! | Oct 14 16:46:51.958 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:51.958 INFO kablam! | ^^^^ Oct 14 16:46:51.958 INFO kablam! Oct 14 16:46:51.958 INFO kablam! warning: variant `white` should have a camel case name such as `White` Oct 14 16:46:51.958 INFO kablam! --> src/TermBox/Style.rs:4:66 Oct 14 16:46:51.958 INFO kablam! | Oct 14 16:46:51.958 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:51.958 INFO kablam! | ^^^^^ Oct 14 16:46:51.958 INFO kablam! Oct 14 16:46:51.958 INFO kablam! warning: variant `default` should have a camel case name such as `Default` Oct 14 16:46:51.958 INFO kablam! --> src/TermBox/Style.rs:4:73 Oct 14 16:46:51.958 INFO kablam! | Oct 14 16:46:51.958 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:51.958 INFO kablam! | ^^^^^^^ Oct 14 16:46:51.958 INFO kablam! Oct 14 16:46:51.958 INFO kablam! warning: variant `none` should have a camel case name such as `None` Oct 14 16:46:51.958 INFO kablam! --> src/TermBox/Style.rs:4:82 Oct 14 16:46:51.958 INFO kablam! | Oct 14 16:46:51.958 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 14 16:46:51.958 INFO kablam! | ^^^^ Oct 14 16:46:51.958 INFO kablam! Oct 14 16:46:51.964 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 14 16:46:51.964 INFO kablam! --> src/TermBox/mod.rs:85:34 Oct 14 16:46:51.964 INFO kablam! | Oct 14 16:46:51.964 INFO kablam! 85 | Buffer::AtomicBuffer(ref mut atomicBuffer) => { Oct 14 16:46:51.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:51.964 INFO kablam! Oct 14 16:46:51.964 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 14 16:46:51.964 INFO kablam! --> src/TermBox/mod.rs:100:17 Oct 14 16:46:51.964 INFO kablam! | Oct 14 16:46:51.964 INFO kablam! 100 | let atomicBuffer = Arc::new(Mutex::new(buffer)); Oct 14 16:46:51.964 INFO kablam! | ^^^^^^^^^^^^ Oct 14 16:46:51.964 INFO kablam! Oct 14 16:46:51.964 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 14 16:46:51.964 INFO kablam! --> src/TermBox/mod.rs:114:37 Oct 14 16:46:51.964 INFO kablam! | Oct 14 16:46:51.964 INFO kablam! 114 | if let Buffer::AtomicBuffer(atomicBuffer) = old_buffer { Oct 14 16:46:51.964 INFO kablam! | ^^^^^^^^^^^^ Oct 14 16:46:51.964 INFO kablam! Oct 14 16:46:51.964 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 14 16:46:51.964 INFO kablam! --> src/TermBox/mod.rs:126:34 Oct 14 16:46:51.964 INFO kablam! | Oct 14 16:46:51.964 INFO kablam! 126 | Buffer::AtomicBuffer(ref atomicBuffer) => { Oct 14 16:46:51.964 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:46:51.964 INFO kablam! Oct 14 16:46:51.964 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:46:51.964 INFO kablam! --> src/TermBox/mod.rs:132:9 Oct 14 16:46:51.964 INFO kablam! | Oct 14 16:46:51.964 INFO kablam! 132 | io::stdout().flush(); Oct 14 16:46:51.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:51.964 INFO kablam! | Oct 14 16:46:51.964 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:46:51.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:46:51.964 INFO kablam! Oct 14 16:46:51.968 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 14 16:46:51.968 INFO kablam! --> src/TermBox/mod.rs:142:34 Oct 14 16:46:51.968 INFO kablam! | Oct 14 16:46:51.968 INFO kablam! 142 | Buffer::AtomicBuffer(ref atomicBuffer) => { Oct 14 16:46:51.968 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:46:51.968 INFO kablam! Oct 14 16:46:51.968 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:46:51.968 INFO kablam! --> src/TermBox/mod.rs:155:9 Oct 14 16:46:51.968 INFO kablam! | Oct 14 16:46:51.968 INFO kablam! 155 | io::stdout().flush(); Oct 14 16:46:51.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:51.968 INFO kablam! | Oct 14 16:46:51.968 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:46:51.968 INFO kablam! Oct 14 16:46:51.971 INFO kablam! warning: type `cc_t` should have a camel case name such as `CcT` Oct 14 16:46:51.971 INFO kablam! --> src/termios/mod.rs:5:1 Oct 14 16:46:51.971 INFO kablam! | Oct 14 16:46:51.972 INFO kablam! 5 | type cc_t = c_uchar; Oct 14 16:46:51.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:51.972 INFO kablam! Oct 14 16:46:51.979 INFO kablam! warning: type `speed_t` should have a camel case name such as `SpeedT` Oct 14 16:46:51.979 INFO kablam! --> src/termios/mod.rs:6:1 Oct 14 16:46:51.979 INFO kablam! | Oct 14 16:46:51.979 INFO kablam! 6 | type speed_t = c_uint; Oct 14 16:46:51.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:51.979 INFO kablam! Oct 14 16:46:51.980 INFO kablam! warning: type `tcflag_t` should have a camel case name such as `TcflagT` Oct 14 16:46:51.980 INFO kablam! --> src/termios/mod.rs:7:1 Oct 14 16:46:51.980 INFO kablam! | Oct 14 16:46:51.980 INFO kablam! 7 | type tcflag_t = c_uint; Oct 14 16:46:51.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:46:51.981 INFO kablam! Oct 14 16:46:51.982 INFO kablam! warning: variable `isEnbale` should have a snake case name such as `is_enbale` Oct 14 16:46:51.982 INFO kablam! --> src/lib.rs:64:31 Oct 14 16:46:51.983 INFO kablam! | Oct 14 16:46:51.983 INFO kablam! 64 | pub fn hide_cursor(&self, isEnbale: bool) { Oct 14 16:46:51.983 INFO kablam! | ^^^^^^^^ Oct 14 16:46:51.983 INFO kablam! Oct 14 16:46:53.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.09s Oct 14 16:46:53.911 INFO kablam! su: No module specific data is present Oct 14 16:46:55.259 INFO running `"docker" "rm" "-f" "18174adc20e9bcc8011fabb12e5e1450034123b43628da791d5efe034aacac8d"` Oct 14 16:46:55.564 INFO blam! 18174adc20e9bcc8011fabb12e5e1450034123b43628da791d5efe034aacac8d