Oct 21 16:54:30.353 INFO checking jibuntu/TermTui against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:54:30.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 16:54:30.818 INFO blam! 4603d658f95a776e9c0c000da5773113b217f2cdc8bb5b85b8df5130a91a7c54 Oct 21 16:54:30.820 INFO running `"docker" "start" "-a" "4603d658f95a776e9c0c000da5773113b217f2cdc8bb5b85b8df5130a91a7c54"` Oct 21 16:54:32.208 INFO kablam! usermod: no changes Oct 21 16:54:32.208 INFO kablam! Checking term_tui v0.1.0 (/source) Oct 21 16:54:32.649 INFO kablam! warning: unused import: `Cell` Oct 21 16:54:32.649 INFO kablam! --> src/TermBox/mod.rs:6:25 Oct 21 16:54:32.649 INFO kablam! | Oct 21 16:54:32.650 INFO kablam! 6 | use std::cell::{RefCell,Cell}; Oct 21 16:54:32.650 INFO kablam! | ^^^^ Oct 21 16:54:32.650 INFO kablam! | Oct 21 16:54:32.650 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:54:32.651 INFO kablam! Oct 21 16:54:32.651 INFO kablam! warning: unused import: `RefCell` Oct 21 16:54:32.651 INFO kablam! --> src/TermBox/Style.rs:1:17 Oct 21 16:54:32.652 INFO kablam! | Oct 21 16:54:32.652 INFO kablam! 1 | use std::cell::{RefCell,Cell}; Oct 21 16:54:32.652 INFO kablam! | ^^^^^^^ Oct 21 16:54:32.653 INFO kablam! Oct 21 16:54:32.653 INFO kablam! warning: unused import: `std::default::Default` Oct 21 16:54:32.653 INFO kablam! --> src/termios/mod.rs:2:5 Oct 21 16:54:32.654 INFO kablam! | Oct 21 16:54:32.654 INFO kablam! 2 | use std::default::Default; Oct 21 16:54:32.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.655 INFO kablam! Oct 21 16:54:32.655 INFO kablam! warning: unused import: `c_int` Oct 21 16:54:32.655 INFO kablam! --> src/termios/mod.rs:3:20 Oct 21 16:54:32.656 INFO kablam! | Oct 21 16:54:32.656 INFO kablam! 3 | use std::os::raw::{c_int, c_uchar, c_uint}; Oct 21 16:54:32.656 INFO kablam! | ^^^^^ Oct 21 16:54:32.656 INFO kablam! Oct 21 16:54:32.680 INFO kablam! warning: unused import: `Cell` Oct 21 16:54:32.680 INFO kablam! --> src/TermBox/mod.rs:6:25 Oct 21 16:54:32.681 INFO kablam! | Oct 21 16:54:32.681 INFO kablam! 6 | use std::cell::{RefCell,Cell}; Oct 21 16:54:32.681 INFO kablam! | ^^^^ Oct 21 16:54:32.681 INFO kablam! | Oct 21 16:54:32.681 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:54:32.681 INFO kablam! Oct 21 16:54:32.682 INFO kablam! warning: unused import: `RefCell` Oct 21 16:54:32.682 INFO kablam! --> src/TermBox/Style.rs:1:17 Oct 21 16:54:32.682 INFO kablam! | Oct 21 16:54:32.682 INFO kablam! 1 | use std::cell::{RefCell,Cell}; Oct 21 16:54:32.682 INFO kablam! | ^^^^^^^ Oct 21 16:54:32.682 INFO kablam! Oct 21 16:54:32.682 INFO kablam! warning: unused import: `std::default::Default` Oct 21 16:54:32.683 INFO kablam! --> src/termios/mod.rs:2:5 Oct 21 16:54:32.683 INFO kablam! | Oct 21 16:54:32.683 INFO kablam! 2 | use std::default::Default; Oct 21 16:54:32.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.683 INFO kablam! Oct 21 16:54:32.685 INFO kablam! warning: unused import: `c_int` Oct 21 16:54:32.685 INFO kablam! --> src/termios/mod.rs:3:20 Oct 21 16:54:32.685 INFO kablam! | Oct 21 16:54:32.685 INFO kablam! 3 | use std::os::raw::{c_int, c_uchar, c_uint}; Oct 21 16:54:32.685 INFO kablam! | ^^^^^ Oct 21 16:54:32.685 INFO kablam! Oct 21 16:54:32.769 INFO kablam! warning: unused variable: `col` Oct 21 16:54:32.769 INFO kablam! --> src/TermBox/Style.rs:51:13 Oct 21 16:54:32.769 INFO kablam! | Oct 21 16:54:32.770 INFO kablam! 51 | for col in 0..size.1 { Oct 21 16:54:32.770 INFO kablam! | ^^^ help: consider using `_col` instead Oct 21 16:54:32.770 INFO kablam! | Oct 21 16:54:32.770 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:54:32.770 INFO kablam! Oct 21 16:54:32.770 INFO kablam! warning: unused variable: `child2` Oct 21 16:54:32.771 INFO kablam! --> src/TermBox/mod.rs:169:9 Oct 21 16:54:32.771 INFO kablam! | Oct 21 16:54:32.771 INFO kablam! 169 | let child2 = tb.create_child(); Oct 21 16:54:32.771 INFO kablam! | ^^^^^^ help: consider using `_child2` instead Oct 21 16:54:32.771 INFO kablam! Oct 21 16:54:32.771 INFO kablam! warning: unused variable: `child_child` Oct 21 16:54:32.771 INFO kablam! --> src/TermBox/mod.rs:170:9 Oct 21 16:54:32.771 INFO kablam! | Oct 21 16:54:32.771 INFO kablam! 170 | let child_child = child.create_child(); Oct 21 16:54:32.771 INFO kablam! | ^^^^^^^^^^^ help: consider using `_child_child` instead Oct 21 16:54:32.771 INFO kablam! Oct 21 16:54:32.772 INFO kablam! warning: unused variable: `buffer` Oct 21 16:54:32.772 INFO kablam! --> src/TermBox/mod.rs:109:35 Oct 21 16:54:32.772 INFO kablam! | Oct 21 16:54:32.772 INFO kablam! 109 | if let Buffer::Buffer(ref buffer) = *self.buffer.borrow() { Oct 21 16:54:32.772 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 21 16:54:32.776 INFO kablam! Oct 21 16:54:32.793 INFO kablam! warning: variable does not need to be mutable Oct 21 16:54:32.799 INFO kablam! --> src/TermBox/mod.rs:167:9 Oct 21 16:54:32.799 INFO kablam! | Oct 21 16:54:32.799 INFO kablam! 167 | let mut tb = TermBox::new(); Oct 21 16:54:32.799 INFO kablam! | ----^^ Oct 21 16:54:32.799 INFO kablam! | | Oct 21 16:54:32.799 INFO kablam! | help: remove this `mut` Oct 21 16:54:32.799 INFO kablam! | Oct 21 16:54:32.799 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:54:32.799 INFO kablam! Oct 21 16:54:32.805 INFO kablam! warning: unused variable: `col` Oct 21 16:54:32.805 INFO kablam! --> src/TermBox/Style.rs:51:13 Oct 21 16:54:32.805 INFO kablam! | Oct 21 16:54:32.805 INFO kablam! 51 | for col in 0..size.1 { Oct 21 16:54:32.806 INFO kablam! | ^^^ help: consider using `_col` instead Oct 21 16:54:32.806 INFO kablam! | Oct 21 16:54:32.806 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:54:32.807 INFO kablam! Oct 21 16:54:32.807 INFO kablam! warning: unused variable: `buffer` Oct 21 16:54:32.807 INFO kablam! --> src/TermBox/mod.rs:109:35 Oct 21 16:54:32.808 INFO kablam! | Oct 21 16:54:32.808 INFO kablam! 109 | if let Buffer::Buffer(ref buffer) = *self.buffer.borrow() { Oct 21 16:54:32.808 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 21 16:54:32.809 INFO kablam! Oct 21 16:54:32.816 INFO kablam! warning: variable does not need to be mutable Oct 21 16:54:32.817 INFO kablam! --> src/TermBox/Style.rs:202:9 Oct 21 16:54:32.817 INFO kablam! | Oct 21 16:54:32.817 INFO kablam! 202 | let mut style = Style::new(); Oct 21 16:54:32.818 INFO kablam! | ----^^^^^ Oct 21 16:54:32.818 INFO kablam! | | Oct 21 16:54:32.818 INFO kablam! | help: remove this `mut` Oct 21 16:54:32.819 INFO kablam! Oct 21 16:54:32.819 INFO kablam! warning: variable does not need to be mutable Oct 21 16:54:32.819 INFO kablam! --> src/TermBox/Style.rs:203:9 Oct 21 16:54:32.819 INFO kablam! | Oct 21 16:54:32.819 INFO kablam! 203 | let mut style2 = Style::new(); Oct 21 16:54:32.820 INFO kablam! | ----^^^^^^ Oct 21 16:54:32.820 INFO kablam! | | Oct 21 16:54:32.820 INFO kablam! | help: remove this `mut` Oct 21 16:54:32.820 INFO kablam! Oct 21 16:54:32.820 INFO kablam! warning: variable does not need to be mutable Oct 21 16:54:32.821 INFO kablam! --> src/termios/mod.rs:26:13 Oct 21 16:54:32.821 INFO kablam! | Oct 21 16:54:32.821 INFO kablam! 26 | let mut ptr = &mut mode; Oct 21 16:54:32.821 INFO kablam! | ----^^^ Oct 21 16:54:32.821 INFO kablam! | | Oct 21 16:54:32.822 INFO kablam! | help: remove this `mut` Oct 21 16:54:32.822 INFO kablam! Oct 21 16:54:32.822 INFO kablam! warning: type alias is never used: `cc_t` Oct 21 16:54:32.822 INFO kablam! --> src/termios/mod.rs:5:1 Oct 21 16:54:32.822 INFO kablam! | Oct 21 16:54:32.823 INFO kablam! 5 | type cc_t = c_uchar; Oct 21 16:54:32.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.823 INFO kablam! | Oct 21 16:54:32.823 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:54:32.823 INFO kablam! Oct 21 16:54:32.824 INFO kablam! warning: type alias is never used: `speed_t` Oct 21 16:54:32.824 INFO kablam! --> src/termios/mod.rs:6:1 Oct 21 16:54:32.824 INFO kablam! | Oct 21 16:54:32.824 INFO kablam! 6 | type speed_t = c_uint; Oct 21 16:54:32.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.825 INFO kablam! Oct 21 16:54:32.825 INFO kablam! warning: module `TermBox` should have a snake case name such as `term_box` Oct 21 16:54:32.825 INFO kablam! --> src/lib.rs:4:1 Oct 21 16:54:32.825 INFO kablam! | Oct 21 16:54:32.825 INFO kablam! 4 | pub mod TermBox; Oct 21 16:54:32.825 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 16:54:32.826 INFO kablam! | Oct 21 16:54:32.826 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 16:54:32.826 INFO kablam! Oct 21 16:54:32.826 INFO kablam! warning: module `Style` should have a snake case name such as `style` Oct 21 16:54:32.826 INFO kablam! --> src/TermBox/mod.rs:11:1 Oct 21 16:54:32.827 INFO kablam! | Oct 21 16:54:32.827 INFO kablam! 11 | pub mod Style; Oct 21 16:54:32.827 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 16:54:32.827 INFO kablam! Oct 21 16:54:32.827 INFO kablam! warning: variant `black` should have a camel case name such as `Black` Oct 21 16:54:32.828 INFO kablam! --> src/TermBox/Style.rs:4:18 Oct 21 16:54:32.828 INFO kablam! | Oct 21 16:54:32.828 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.828 INFO kablam! | ^^^^^ Oct 21 16:54:32.828 INFO kablam! | Oct 21 16:54:32.829 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 21 16:54:32.829 INFO kablam! Oct 21 16:54:32.829 INFO kablam! warning: variant `red` should have a camel case name such as `Red` Oct 21 16:54:32.829 INFO kablam! --> src/TermBox/Style.rs:4:25 Oct 21 16:54:32.829 INFO kablam! | Oct 21 16:54:32.830 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.830 INFO kablam! | ^^^ Oct 21 16:54:32.830 INFO kablam! Oct 21 16:54:32.830 INFO kablam! warning: variant `green` should have a camel case name such as `Green` Oct 21 16:54:32.830 INFO kablam! --> src/TermBox/Style.rs:4:30 Oct 21 16:54:32.831 INFO kablam! | Oct 21 16:54:32.831 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.831 INFO kablam! | ^^^^^ Oct 21 16:54:32.831 INFO kablam! Oct 21 16:54:32.831 INFO kablam! warning: variant `yellow` should have a camel case name such as `Yellow` Oct 21 16:54:32.831 INFO kablam! --> src/TermBox/Style.rs:4:37 Oct 21 16:54:32.832 INFO kablam! | Oct 21 16:54:32.832 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.832 INFO kablam! | ^^^^^^ Oct 21 16:54:32.833 INFO kablam! Oct 21 16:54:32.833 INFO kablam! warning: variant `blue` should have a camel case name such as `Blue` Oct 21 16:54:32.833 INFO kablam! --> src/TermBox/Style.rs:4:45 Oct 21 16:54:32.833 INFO kablam! | Oct 21 16:54:32.834 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.834 INFO kablam! | ^^^^ Oct 21 16:54:32.834 INFO kablam! Oct 21 16:54:32.835 INFO kablam! warning: variant `magenta` should have a camel case name such as `Magenta` Oct 21 16:54:32.835 INFO kablam! --> src/TermBox/Style.rs:4:51 Oct 21 16:54:32.835 INFO kablam! | Oct 21 16:54:32.835 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.836 INFO kablam! | ^^^^^^^ Oct 21 16:54:32.836 INFO kablam! Oct 21 16:54:32.836 INFO kablam! warning: variant `cyan` should have a camel case name such as `Cyan` Oct 21 16:54:32.837 INFO kablam! --> src/TermBox/Style.rs:4:60 Oct 21 16:54:32.837 INFO kablam! | Oct 21 16:54:32.837 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.837 INFO kablam! | ^^^^ Oct 21 16:54:32.838 INFO kablam! Oct 21 16:54:32.838 INFO kablam! warning: variant `white` should have a camel case name such as `White` Oct 21 16:54:32.838 INFO kablam! --> src/TermBox/Style.rs:4:66 Oct 21 16:54:32.839 INFO kablam! | Oct 21 16:54:32.839 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.839 INFO kablam! | ^^^^^ Oct 21 16:54:32.839 INFO kablam! Oct 21 16:54:32.840 INFO kablam! warning: variant `default` should have a camel case name such as `Default` Oct 21 16:54:32.840 INFO kablam! --> src/TermBox/Style.rs:4:73 Oct 21 16:54:32.840 INFO kablam! | Oct 21 16:54:32.840 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.841 INFO kablam! | ^^^^^^^ Oct 21 16:54:32.841 INFO kablam! Oct 21 16:54:32.841 INFO kablam! warning: variant `none` should have a camel case name such as `None` Oct 21 16:54:32.842 INFO kablam! --> src/TermBox/Style.rs:4:82 Oct 21 16:54:32.842 INFO kablam! | Oct 21 16:54:32.842 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.842 INFO kablam! | ^^^^ Oct 21 16:54:32.843 INFO kablam! Oct 21 16:54:32.843 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 21 16:54:32.843 INFO kablam! --> src/TermBox/mod.rs:85:34 Oct 21 16:54:32.844 INFO kablam! | Oct 21 16:54:32.844 INFO kablam! 85 | Buffer::AtomicBuffer(ref mut atomicBuffer) => { Oct 21 16:54:32.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.844 INFO kablam! Oct 21 16:54:32.845 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 21 16:54:32.845 INFO kablam! --> src/TermBox/mod.rs:100:17 Oct 21 16:54:32.845 INFO kablam! | Oct 21 16:54:32.846 INFO kablam! 100 | let atomicBuffer = Arc::new(Mutex::new(buffer)); Oct 21 16:54:32.846 INFO kablam! | ^^^^^^^^^^^^ Oct 21 16:54:32.846 INFO kablam! Oct 21 16:54:32.846 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 21 16:54:32.847 INFO kablam! --> src/TermBox/mod.rs:114:37 Oct 21 16:54:32.847 INFO kablam! | Oct 21 16:54:32.847 INFO kablam! 114 | if let Buffer::AtomicBuffer(atomicBuffer) = old_buffer { Oct 21 16:54:32.847 INFO kablam! | ^^^^^^^^^^^^ Oct 21 16:54:32.848 INFO kablam! Oct 21 16:54:32.848 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 21 16:54:32.848 INFO kablam! --> src/TermBox/mod.rs:126:34 Oct 21 16:54:32.849 INFO kablam! | Oct 21 16:54:32.849 INFO kablam! 126 | Buffer::AtomicBuffer(ref atomicBuffer) => { Oct 21 16:54:32.849 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 16:54:32.849 INFO kablam! Oct 21 16:54:32.850 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:54:32.850 INFO kablam! --> src/TermBox/mod.rs:132:9 Oct 21 16:54:32.850 INFO kablam! | Oct 21 16:54:32.850 INFO kablam! 132 | io::stdout().flush(); Oct 21 16:54:32.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.851 INFO kablam! | Oct 21 16:54:32.851 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 16:54:32.852 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:54:32.852 INFO kablam! Oct 21 16:54:32.852 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 21 16:54:32.852 INFO kablam! --> src/TermBox/mod.rs:142:34 Oct 21 16:54:32.853 INFO kablam! | Oct 21 16:54:32.853 INFO kablam! 142 | Buffer::AtomicBuffer(ref atomicBuffer) => { Oct 21 16:54:32.853 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 16:54:32.853 INFO kablam! Oct 21 16:54:32.853 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:54:32.853 INFO kablam! --> src/TermBox/mod.rs:155:9 Oct 21 16:54:32.853 INFO kablam! | Oct 21 16:54:32.853 INFO kablam! 155 | io::stdout().flush(); Oct 21 16:54:32.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: type `cc_t` should have a camel case name such as `CcT` Oct 21 16:54:32.854 INFO kablam! --> src/termios/mod.rs:5:1 Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! 5 | type cc_t = c_uchar; Oct 21 16:54:32.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: type `speed_t` should have a camel case name such as `SpeedT` Oct 21 16:54:32.854 INFO kablam! --> src/termios/mod.rs:6:1 Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! 6 | type speed_t = c_uint; Oct 21 16:54:32.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: type `tcflag_t` should have a camel case name such as `TcflagT` Oct 21 16:54:32.854 INFO kablam! --> src/termios/mod.rs:7:1 Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! 7 | type tcflag_t = c_uint; Oct 21 16:54:32.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: variable `isEnbale` should have a snake case name such as `is_enbale` Oct 21 16:54:32.854 INFO kablam! --> src/lib.rs:64:31 Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! 64 | pub fn hide_cursor(&self, isEnbale: bool) { Oct 21 16:54:32.854 INFO kablam! | ^^^^^^^^ Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: type alias is never used: `cc_t` Oct 21 16:54:32.854 INFO kablam! --> src/termios/mod.rs:5:1 Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! 5 | type cc_t = c_uchar; Oct 21 16:54:32.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: type alias is never used: `speed_t` Oct 21 16:54:32.854 INFO kablam! --> src/termios/mod.rs:6:1 Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! 6 | type speed_t = c_uint; Oct 21 16:54:32.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: module `TermBox` should have a snake case name such as `term_box` Oct 21 16:54:32.854 INFO kablam! --> src/lib.rs:4:1 Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! 4 | pub mod TermBox; Oct 21 16:54:32.854 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: module `Style` should have a snake case name such as `style` Oct 21 16:54:32.854 INFO kablam! --> src/TermBox/mod.rs:11:1 Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! 11 | pub mod Style; Oct 21 16:54:32.854 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: variant `black` should have a camel case name such as `Black` Oct 21 16:54:32.854 INFO kablam! --> src/TermBox/Style.rs:4:18 Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.854 INFO kablam! | ^^^^^ Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: variant `red` should have a camel case name such as `Red` Oct 21 16:54:32.854 INFO kablam! --> src/TermBox/Style.rs:4:25 Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.854 INFO kablam! | ^^^ Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: variant `green` should have a camel case name such as `Green` Oct 21 16:54:32.854 INFO kablam! --> src/TermBox/Style.rs:4:30 Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.854 INFO kablam! | ^^^^^ Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: variant `yellow` should have a camel case name such as `Yellow` Oct 21 16:54:32.854 INFO kablam! --> src/TermBox/Style.rs:4:37 Oct 21 16:54:32.854 INFO kablam! | Oct 21 16:54:32.854 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.854 INFO kablam! | ^^^^^^ Oct 21 16:54:32.854 INFO kablam! Oct 21 16:54:32.854 INFO kablam! warning: variant `blue` should have a camel case name such as `Blue` Oct 21 16:54:32.854 INFO kablam! --> src/TermBox/Style.rs:4:45 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.855 INFO kablam! | ^^^^ Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: variant `magenta` should have a camel case name such as `Magenta` Oct 21 16:54:32.855 INFO kablam! --> src/TermBox/Style.rs:4:51 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.855 INFO kablam! | ^^^^^^^ Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: variant `cyan` should have a camel case name such as `Cyan` Oct 21 16:54:32.855 INFO kablam! --> src/TermBox/Style.rs:4:60 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.855 INFO kablam! | ^^^^ Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: variant `white` should have a camel case name such as `White` Oct 21 16:54:32.855 INFO kablam! --> src/TermBox/Style.rs:4:66 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.855 INFO kablam! | ^^^^^ Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: variant `default` should have a camel case name such as `Default` Oct 21 16:54:32.855 INFO kablam! --> src/TermBox/Style.rs:4:73 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.855 INFO kablam! | ^^^^^^^ Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: variant `none` should have a camel case name such as `None` Oct 21 16:54:32.855 INFO kablam! --> src/TermBox/Style.rs:4:82 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 4 | pub enum Color { black, red, green, yellow, blue, magenta, cyan, white, default, none } Oct 21 16:54:32.855 INFO kablam! | ^^^^ Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 21 16:54:32.855 INFO kablam! --> src/TermBox/mod.rs:85:34 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 85 | Buffer::AtomicBuffer(ref mut atomicBuffer) => { Oct 21 16:54:32.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 21 16:54:32.855 INFO kablam! --> src/TermBox/mod.rs:100:17 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 100 | let atomicBuffer = Arc::new(Mutex::new(buffer)); Oct 21 16:54:32.855 INFO kablam! | ^^^^^^^^^^^^ Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 21 16:54:32.855 INFO kablam! --> src/TermBox/mod.rs:114:37 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 114 | if let Buffer::AtomicBuffer(atomicBuffer) = old_buffer { Oct 21 16:54:32.855 INFO kablam! | ^^^^^^^^^^^^ Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 21 16:54:32.855 INFO kablam! --> src/TermBox/mod.rs:126:34 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 126 | Buffer::AtomicBuffer(ref atomicBuffer) => { Oct 21 16:54:32.855 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:54:32.855 INFO kablam! --> src/TermBox/mod.rs:132:9 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 132 | io::stdout().flush(); Oct 21 16:54:32.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 16:54:32.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: variable `atomicBuffer` should have a snake case name such as `atomic_buffer` Oct 21 16:54:32.855 INFO kablam! --> src/TermBox/mod.rs:142:34 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 142 | Buffer::AtomicBuffer(ref atomicBuffer) => { Oct 21 16:54:32.855 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:54:32.855 INFO kablam! --> src/TermBox/mod.rs:155:9 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! 155 | io::stdout().flush(); Oct 21 16:54:32.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:54:32.855 INFO kablam! Oct 21 16:54:32.855 INFO kablam! warning: type `cc_t` should have a camel case name such as `CcT` Oct 21 16:54:32.855 INFO kablam! --> src/termios/mod.rs:5:1 Oct 21 16:54:32.855 INFO kablam! | Oct 21 16:54:32.856 INFO kablam! 5 | type cc_t = c_uchar; Oct 21 16:54:32.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.856 INFO kablam! Oct 21 16:54:32.856 INFO kablam! warning: type `speed_t` should have a camel case name such as `SpeedT` Oct 21 16:54:32.856 INFO kablam! --> src/termios/mod.rs:6:1 Oct 21 16:54:32.856 INFO kablam! | Oct 21 16:54:32.856 INFO kablam! 6 | type speed_t = c_uint; Oct 21 16:54:32.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.856 INFO kablam! Oct 21 16:54:32.856 INFO kablam! warning: type `tcflag_t` should have a camel case name such as `TcflagT` Oct 21 16:54:32.856 INFO kablam! --> src/termios/mod.rs:7:1 Oct 21 16:54:32.856 INFO kablam! | Oct 21 16:54:32.856 INFO kablam! 7 | type tcflag_t = c_uint; Oct 21 16:54:32.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:54:32.856 INFO kablam! Oct 21 16:54:32.856 INFO kablam! warning: variable `isEnbale` should have a snake case name such as `is_enbale` Oct 21 16:54:32.856 INFO kablam! --> src/lib.rs:64:31 Oct 21 16:54:32.856 INFO kablam! | Oct 21 16:54:32.856 INFO kablam! 64 | pub fn hide_cursor(&self, isEnbale: bool) { Oct 21 16:54:32.856 INFO kablam! | ^^^^^^^^ Oct 21 16:54:32.856 INFO kablam! Oct 21 16:54:33.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 21 16:54:33.343 INFO kablam! su: No module specific data is present Oct 21 16:54:33.609 INFO running `"docker" "rm" "-f" "4603d658f95a776e9c0c000da5773113b217f2cdc8bb5b85b8df5130a91a7c54"` Oct 21 16:54:33.715 INFO blam! 4603d658f95a776e9c0c000da5773113b217f2cdc8bb5b85b8df5130a91a7c54