Oct 22 01:46:31.360 INFO checking linux_tuples_client-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:46:31.360 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 22 01:46:31.816 INFO blam! 7b9490cf17f5f5d2667be3fe604db0c3fc41228c30508dc928d5d50c21bb5fa5 Oct 22 01:46:31.818 INFO running `"docker" "start" "-a" "7b9490cf17f5f5d2667be3fe604db0c3fc41228c30508dc928d5d50c21bb5fa5"` Oct 22 01:46:32.657 INFO kablam! usermod: no changes Oct 22 01:46:32.696 INFO kablam! Checking linux_tuples_client v0.1.1 (/source) Oct 22 01:46:33.704 INFO kablam! warning: unused variable: `buff_8` Oct 22 01:46:33.704 INFO kablam! --> src/lib.rs:197:10 Oct 22 01:46:33.704 INFO kablam! | Oct 22 01:46:33.705 INFO kablam! 197 | let mut buff_8:[u8; 8] = [0; 8]; Oct 22 01:46:33.705 INFO kablam! | ^^^^^^ help: consider using `_buff_8` instead Oct 22 01:46:33.705 INFO kablam! | Oct 22 01:46:33.706 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 01:46:33.706 INFO kablam! Oct 22 01:46:33.706 INFO kablam! warning: unused variable: `i` Oct 22 01:46:33.707 INFO kablam! --> src/lib.rs:211:6 Oct 22 01:46:33.707 INFO kablam! | Oct 22 01:46:33.707 INFO kablam! 211 | for i in 0..num_elements { Oct 22 01:46:33.707 INFO kablam! | ^ help: consider using `_i` instead Oct 22 01:46:33.708 INFO kablam! Oct 22 01:46:33.708 INFO kablam! warning: unused variable: `str_slice` Oct 22 01:46:33.708 INFO kablam! --> src/lib.rs:251:11 Oct 22 01:46:33.709 INFO kablam! | Oct 22 01:46:33.709 INFO kablam! 251 | let mut str_slice = string_space.as_slice(); Oct 22 01:46:33.709 INFO kablam! | ^^^^^^^^^ help: consider using `_str_slice` instead Oct 22 01:46:33.710 INFO kablam! Oct 22 01:46:33.710 INFO kablam! warning: unused variable: `i` Oct 22 01:46:33.710 INFO kablam! --> src/lib.rs:449:9 Oct 22 01:46:33.710 INFO kablam! | Oct 22 01:46:33.711 INFO kablam! 449 | for i in 0..recv_count { Oct 22 01:46:33.711 INFO kablam! | ^ help: consider using `_i` instead Oct 22 01:46:33.711 INFO kablam! Oct 22 01:46:33.716 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.716 INFO kablam! --> src/lib.rs:197:6 Oct 22 01:46:33.716 INFO kablam! | Oct 22 01:46:33.717 INFO kablam! 197 | let mut buff_8:[u8; 8] = [0; 8]; Oct 22 01:46:33.717 INFO kablam! | ----^^^^^^ Oct 22 01:46:33.717 INFO kablam! | | Oct 22 01:46:33.717 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.718 INFO kablam! | Oct 22 01:46:33.718 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:46:33.718 INFO kablam! Oct 22 01:46:33.718 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.719 INFO kablam! --> src/lib.rs:251:7 Oct 22 01:46:33.719 INFO kablam! | Oct 22 01:46:33.719 INFO kablam! 251 | let mut str_slice = string_space.as_slice(); Oct 22 01:46:33.719 INFO kablam! | ----^^^^^^^^^ Oct 22 01:46:33.720 INFO kablam! | | Oct 22 01:46:33.720 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.720 INFO kablam! Oct 22 01:46:33.720 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.721 INFO kablam! --> src/lib.rs:279:10 Oct 22 01:46:33.721 INFO kablam! | Oct 22 01:46:33.721 INFO kablam! 279 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.721 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.722 INFO kablam! | | Oct 22 01:46:33.722 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.722 INFO kablam! Oct 22 01:46:33.722 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.723 INFO kablam! --> src/lib.rs:306:7 Oct 22 01:46:33.723 INFO kablam! | Oct 22 01:46:33.723 INFO kablam! 306 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.723 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.724 INFO kablam! | | Oct 22 01:46:33.724 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.724 INFO kablam! Oct 22 01:46:33.725 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.725 INFO kablam! --> src/lib.rs:335:7 Oct 22 01:46:33.725 INFO kablam! | Oct 22 01:46:33.725 INFO kablam! 335 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.726 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.726 INFO kablam! | | Oct 22 01:46:33.726 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.726 INFO kablam! Oct 22 01:46:33.727 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.727 INFO kablam! --> src/lib.rs:366:7 Oct 22 01:46:33.727 INFO kablam! | Oct 22 01:46:33.727 INFO kablam! 366 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.728 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.728 INFO kablam! | | Oct 22 01:46:33.728 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.729 INFO kablam! Oct 22 01:46:33.729 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.729 INFO kablam! --> src/lib.rs:398:7 Oct 22 01:46:33.729 INFO kablam! | Oct 22 01:46:33.730 INFO kablam! 398 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.730 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.730 INFO kablam! | | Oct 22 01:46:33.730 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.731 INFO kablam! Oct 22 01:46:33.731 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.731 INFO kablam! --> src/lib.rs:430:7 Oct 22 01:46:33.731 INFO kablam! | Oct 22 01:46:33.732 INFO kablam! 430 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.732 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.732 INFO kablam! | | Oct 22 01:46:33.733 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.733 INFO kablam! Oct 22 01:46:33.733 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.733 INFO kablam! --> src/lib.rs:475:7 Oct 22 01:46:33.734 INFO kablam! | Oct 22 01:46:33.734 INFO kablam! 475 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.734 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.735 INFO kablam! | | Oct 22 01:46:33.735 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.735 INFO kablam! Oct 22 01:46:33.736 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.736 INFO kablam! --> src/lib.rs:513:8 Oct 22 01:46:33.736 INFO kablam! | Oct 22 01:46:33.736 INFO kablam! 513 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.737 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.737 INFO kablam! | | Oct 22 01:46:33.737 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.737 INFO kablam! Oct 22 01:46:33.738 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.738 INFO kablam! --> src/lib.rs:546:7 Oct 22 01:46:33.738 INFO kablam! | Oct 22 01:46:33.738 INFO kablam! 546 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.739 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.740 INFO kablam! | | Oct 22 01:46:33.740 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.741 INFO kablam! Oct 22 01:46:33.741 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.741 INFO kablam! --> src/lib.rs:112:5 Oct 22 01:46:33.741 INFO kablam! | Oct 22 01:46:33.742 INFO kablam! 112 | stream.write_all(& (ti(tuple.len() as i32))); Oct 22 01:46:33.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.742 INFO kablam! | Oct 22 01:46:33.743 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 01:46:33.743 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.743 INFO kablam! Oct 22 01:46:33.743 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.744 INFO kablam! --> src/lib.rs:123:5 Oct 22 01:46:33.744 INFO kablam! | Oct 22 01:46:33.744 INFO kablam! 123 | stream.write_all(&ti(string_length)); Oct 22 01:46:33.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.745 INFO kablam! | Oct 22 01:46:33.745 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.745 INFO kablam! Oct 22 01:46:33.746 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.746 INFO kablam! --> src/lib.rs:137:9 Oct 22 01:46:33.747 INFO kablam! | Oct 22 01:46:33.747 INFO kablam! 137 | stream.write_all(&buff); Oct 22 01:46:33.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.747 INFO kablam! | Oct 22 01:46:33.748 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.748 INFO kablam! Oct 22 01:46:33.748 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.749 INFO kablam! --> src/lib.rs:144:9 Oct 22 01:46:33.749 INFO kablam! | Oct 22 01:46:33.749 INFO kablam! 144 | stream.write_all(&buff); Oct 22 01:46:33.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.752 INFO kablam! | Oct 22 01:46:33.752 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.752 INFO kablam! Oct 22 01:46:33.753 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.753 INFO kablam! --> src/lib.rs:156:9 Oct 22 01:46:33.753 INFO kablam! | Oct 22 01:46:33.754 INFO kablam! 156 | stream.write_all(&buff); Oct 22 01:46:33.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.754 INFO kablam! | Oct 22 01:46:33.754 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.755 INFO kablam! Oct 22 01:46:33.755 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.755 INFO kablam! --> src/lib.rs:163:8 Oct 22 01:46:33.756 INFO kablam! | Oct 22 01:46:33.756 INFO kablam! 163 | stream.write_all(&mut buff); Oct 22 01:46:33.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.756 INFO kablam! | Oct 22 01:46:33.757 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.757 INFO kablam! Oct 22 01:46:33.757 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.757 INFO kablam! --> src/lib.rs:170:8 Oct 22 01:46:33.758 INFO kablam! | Oct 22 01:46:33.758 INFO kablam! 170 | stream.write_all(&buff); Oct 22 01:46:33.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.759 INFO kablam! | Oct 22 01:46:33.759 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.759 INFO kablam! Oct 22 01:46:33.759 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.760 INFO kablam! --> src/lib.rs:178:8 Oct 22 01:46:33.760 INFO kablam! | Oct 22 01:46:33.760 INFO kablam! 178 | stream.write_all(s.as_bytes()); Oct 22 01:46:33.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.761 INFO kablam! | Oct 22 01:46:33.790 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.791 INFO kablam! Oct 22 01:46:33.791 INFO kablam! warning: type `str_desc` should have a camel case name such as `StrDesc` Oct 22 01:46:33.791 INFO kablam! --> src/lib.rs:187:2 Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! 187 | struct str_desc { Oct 22 01:46:33.791 INFO kablam! | _____^ Oct 22 01:46:33.791 INFO kablam! 188 | | used: bool, Oct 22 01:46:33.791 INFO kablam! 189 | | offset: i32, Oct 22 01:46:33.791 INFO kablam! 190 | | len: i32, Oct 22 01:46:33.791 INFO kablam! 191 | | } Oct 22 01:46:33.791 INFO kablam! | |_____^ Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 22 01:46:33.791 INFO kablam! Oct 22 01:46:33.791 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.791 INFO kablam! --> src/lib.rs:200:2 Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! 200 | stream.read_exact(&mut buff_4); Oct 22 01:46:33.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.791 INFO kablam! Oct 22 01:46:33.791 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.791 INFO kablam! --> src/lib.rs:208:2 Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! 208 | stream.read_exact(&mut buff_4); Oct 22 01:46:33.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.791 INFO kablam! Oct 22 01:46:33.791 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.791 INFO kablam! --> src/lib.rs:213:3 Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! 213 | stream.read_exact(&mut buff); Oct 22 01:46:33.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.791 INFO kablam! Oct 22 01:46:33.791 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.791 INFO kablam! --> src/lib.rs:249:3 Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! 249 | stream.read_exact(&mut string_space); Oct 22 01:46:33.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.791 INFO kablam! Oct 22 01:46:33.791 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.791 INFO kablam! --> src/lib.rs:282:8 Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! 282 | stream.write_all(&ti(PUT)); Oct 22 01:46:33.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.791 INFO kablam! Oct 22 01:46:33.791 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.791 INFO kablam! --> src/lib.rs:284:5 Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! 284 | stream.shutdown(Shutdown::Write); Oct 22 01:46:33.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.791 INFO kablam! Oct 22 01:46:33.791 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.791 INFO kablam! --> src/lib.rs:309:5 Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! 309 | stream.write_all(&ti(GET)); Oct 22 01:46:33.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.791 INFO kablam! Oct 22 01:46:33.791 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.791 INFO kablam! --> src/lib.rs:313:5 Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! 313 | stream.shutdown(Shutdown::Write); Oct 22 01:46:33.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.791 INFO kablam! Oct 22 01:46:33.791 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.791 INFO kablam! --> src/lib.rs:338:5 Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! 338 | stream.write_all(&ti(READ)); Oct 22 01:46:33.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.791 INFO kablam! | Oct 22 01:46:33.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.791 INFO kablam! Oct 22 01:46:33.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.792 INFO kablam! --> src/lib.rs:342:5 Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! 342 | stream.shutdown(Shutdown::Write); Oct 22 01:46:33.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.792 INFO kablam! Oct 22 01:46:33.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.792 INFO kablam! --> src/lib.rs:369:5 Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! 369 | stream.write_all(&ti(GET_NB)); Oct 22 01:46:33.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.792 INFO kablam! Oct 22 01:46:33.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.792 INFO kablam! --> src/lib.rs:373:5 Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! 373 | stream.shutdown(Shutdown::Write); Oct 22 01:46:33.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.792 INFO kablam! Oct 22 01:46:33.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.792 INFO kablam! --> src/lib.rs:401:5 Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! 401 | stream.write_all(&ti(READ_NB)); Oct 22 01:46:33.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.792 INFO kablam! Oct 22 01:46:33.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.792 INFO kablam! --> src/lib.rs:405:5 Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! 405 | stream.shutdown(Shutdown::Write); Oct 22 01:46:33.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.792 INFO kablam! Oct 22 01:46:33.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.792 INFO kablam! --> src/lib.rs:433:5 Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! 433 | stream.write_all(&ti(DUMP)); Oct 22 01:46:33.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.792 INFO kablam! Oct 22 01:46:33.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.792 INFO kablam! --> src/lib.rs:435:5 Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! 435 | stream.write_all(&ti(count)); Oct 22 01:46:33.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.792 INFO kablam! Oct 22 01:46:33.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.792 INFO kablam! --> src/lib.rs:443:5 Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! 443 | stream.read_exact(&mut buff_4); Oct 22 01:46:33.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.792 INFO kablam! Oct 22 01:46:33.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.792 INFO kablam! --> src/lib.rs:478:5 Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! 478 | stream.write_all(&ti(COUNT)); Oct 22 01:46:33.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.792 INFO kablam! Oct 22 01:46:33.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.792 INFO kablam! --> src/lib.rs:480:5 Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! 480 | stream.write_all(&ti(count)); Oct 22 01:46:33.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.792 INFO kablam! Oct 22 01:46:33.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.792 INFO kablam! --> src/lib.rs:488:5 Oct 22 01:46:33.792 INFO kablam! | Oct 22 01:46:33.792 INFO kablam! 488 | stream.read_exact(&mut buff_4); Oct 22 01:46:33.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.793 INFO kablam! | Oct 22 01:46:33.793 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.793 INFO kablam! Oct 22 01:46:33.793 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.793 INFO kablam! --> src/lib.rs:516:6 Oct 22 01:46:33.793 INFO kablam! | Oct 22 01:46:33.793 INFO kablam! 516 | stream.write_all(&ti(REPLACE)); Oct 22 01:46:33.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.793 INFO kablam! | Oct 22 01:46:33.793 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.793 INFO kablam! Oct 22 01:46:33.793 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.793 INFO kablam! --> src/lib.rs:520:6 Oct 22 01:46:33.793 INFO kablam! | Oct 22 01:46:33.793 INFO kablam! 520 | stream.read_exact(&mut buff_4); Oct 22 01:46:33.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.793 INFO kablam! | Oct 22 01:46:33.793 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.793 INFO kablam! Oct 22 01:46:33.793 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.793 INFO kablam! --> src/lib.rs:549:5 Oct 22 01:46:33.793 INFO kablam! | Oct 22 01:46:33.793 INFO kablam! 549 | stream.write_all(&ti(LOG)); Oct 22 01:46:33.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.793 INFO kablam! | Oct 22 01:46:33.793 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.793 INFO kablam! Oct 22 01:46:33.793 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.793 INFO kablam! --> src/lib.rs:551:5 Oct 22 01:46:33.793 INFO kablam! | Oct 22 01:46:33.793 INFO kablam! 551 | stream.read_to_string(&mut log); Oct 22 01:46:33.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.793 INFO kablam! | Oct 22 01:46:33.793 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.793 INFO kablam! Oct 22 01:46:33.920 INFO kablam! warning: unused variable: `buff_8` Oct 22 01:46:33.920 INFO kablam! --> src/lib.rs:197:10 Oct 22 01:46:33.920 INFO kablam! | Oct 22 01:46:33.920 INFO kablam! 197 | let mut buff_8:[u8; 8] = [0; 8]; Oct 22 01:46:33.920 INFO kablam! | ^^^^^^ help: consider using `_buff_8` instead Oct 22 01:46:33.920 INFO kablam! | Oct 22 01:46:33.920 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 01:46:33.920 INFO kablam! Oct 22 01:46:33.920 INFO kablam! warning: unused variable: `i` Oct 22 01:46:33.920 INFO kablam! --> src/lib.rs:211:6 Oct 22 01:46:33.920 INFO kablam! | Oct 22 01:46:33.920 INFO kablam! 211 | for i in 0..num_elements { Oct 22 01:46:33.920 INFO kablam! | ^ help: consider using `_i` instead Oct 22 01:46:33.920 INFO kablam! Oct 22 01:46:33.920 INFO kablam! warning: unused variable: `str_slice` Oct 22 01:46:33.920 INFO kablam! --> src/lib.rs:251:11 Oct 22 01:46:33.920 INFO kablam! | Oct 22 01:46:33.920 INFO kablam! 251 | let mut str_slice = string_space.as_slice(); Oct 22 01:46:33.920 INFO kablam! | ^^^^^^^^^ help: consider using `_str_slice` instead Oct 22 01:46:33.920 INFO kablam! Oct 22 01:46:33.920 INFO kablam! warning: unused variable: `i` Oct 22 01:46:33.920 INFO kablam! --> src/lib.rs:449:9 Oct 22 01:46:33.920 INFO kablam! | Oct 22 01:46:33.920 INFO kablam! 449 | for i in 0..recv_count { Oct 22 01:46:33.920 INFO kablam! | ^ help: consider using `_i` instead Oct 22 01:46:33.920 INFO kablam! Oct 22 01:46:33.944 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.944 INFO kablam! --> src/lib.rs:197:6 Oct 22 01:46:33.944 INFO kablam! | Oct 22 01:46:33.944 INFO kablam! 197 | let mut buff_8:[u8; 8] = [0; 8]; Oct 22 01:46:33.944 INFO kablam! | ----^^^^^^ Oct 22 01:46:33.944 INFO kablam! | | Oct 22 01:46:33.944 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.944 INFO kablam! | Oct 22 01:46:33.944 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:46:33.944 INFO kablam! Oct 22 01:46:33.944 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.944 INFO kablam! --> src/lib.rs:251:7 Oct 22 01:46:33.944 INFO kablam! | Oct 22 01:46:33.944 INFO kablam! 251 | let mut str_slice = string_space.as_slice(); Oct 22 01:46:33.944 INFO kablam! | ----^^^^^^^^^ Oct 22 01:46:33.944 INFO kablam! | | Oct 22 01:46:33.944 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.944 INFO kablam! Oct 22 01:46:33.944 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.944 INFO kablam! --> src/lib.rs:279:10 Oct 22 01:46:33.944 INFO kablam! | Oct 22 01:46:33.944 INFO kablam! 279 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.944 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.944 INFO kablam! | | Oct 22 01:46:33.944 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.944 INFO kablam! Oct 22 01:46:33.944 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.944 INFO kablam! --> src/lib.rs:306:7 Oct 22 01:46:33.944 INFO kablam! | Oct 22 01:46:33.944 INFO kablam! 306 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.944 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.944 INFO kablam! | | Oct 22 01:46:33.944 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.944 INFO kablam! Oct 22 01:46:33.944 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.944 INFO kablam! --> src/lib.rs:335:7 Oct 22 01:46:33.944 INFO kablam! | Oct 22 01:46:33.944 INFO kablam! 335 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.944 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.944 INFO kablam! | | Oct 22 01:46:33.944 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.944 INFO kablam! Oct 22 01:46:33.944 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.944 INFO kablam! --> src/lib.rs:366:7 Oct 22 01:46:33.944 INFO kablam! | Oct 22 01:46:33.944 INFO kablam! 366 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.944 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.944 INFO kablam! | | Oct 22 01:46:33.944 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.944 INFO kablam! Oct 22 01:46:33.944 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.944 INFO kablam! --> src/lib.rs:398:7 Oct 22 01:46:33.945 INFO kablam! | Oct 22 01:46:33.945 INFO kablam! 398 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.945 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.945 INFO kablam! | | Oct 22 01:46:33.945 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.945 INFO kablam! Oct 22 01:46:33.945 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.945 INFO kablam! --> src/lib.rs:430:7 Oct 22 01:46:33.945 INFO kablam! | Oct 22 01:46:33.945 INFO kablam! 430 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.945 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.945 INFO kablam! | | Oct 22 01:46:33.945 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.945 INFO kablam! Oct 22 01:46:33.952 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.952 INFO kablam! --> src/lib.rs:475:7 Oct 22 01:46:33.952 INFO kablam! | Oct 22 01:46:33.952 INFO kablam! 475 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.952 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.952 INFO kablam! | | Oct 22 01:46:33.952 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.952 INFO kablam! Oct 22 01:46:33.952 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.952 INFO kablam! --> src/lib.rs:513:8 Oct 22 01:46:33.952 INFO kablam! | Oct 22 01:46:33.952 INFO kablam! 513 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.952 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.952 INFO kablam! | | Oct 22 01:46:33.952 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.952 INFO kablam! Oct 22 01:46:33.952 INFO kablam! warning: variable does not need to be mutable Oct 22 01:46:33.952 INFO kablam! --> src/lib.rs:546:7 Oct 22 01:46:33.952 INFO kablam! | Oct 22 01:46:33.952 INFO kablam! 546 | let mut stream_err = TcpStream::connect(&self.connection); Oct 22 01:46:33.952 INFO kablam! | ----^^^^^^^^^^ Oct 22 01:46:33.952 INFO kablam! | | Oct 22 01:46:33.952 INFO kablam! | help: remove this `mut` Oct 22 01:46:33.952 INFO kablam! Oct 22 01:46:33.952 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.952 INFO kablam! --> src/lib.rs:112:5 Oct 22 01:46:33.952 INFO kablam! | Oct 22 01:46:33.952 INFO kablam! 112 | stream.write_all(& (ti(tuple.len() as i32))); Oct 22 01:46:33.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.952 INFO kablam! | Oct 22 01:46:33.952 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 01:46:33.952 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.952 INFO kablam! Oct 22 01:46:33.952 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.952 INFO kablam! --> src/lib.rs:123:5 Oct 22 01:46:33.952 INFO kablam! | Oct 22 01:46:33.952 INFO kablam! 123 | stream.write_all(&ti(string_length)); Oct 22 01:46:33.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.952 INFO kablam! | Oct 22 01:46:33.952 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.952 INFO kablam! Oct 22 01:46:33.952 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.952 INFO kablam! --> src/lib.rs:137:9 Oct 22 01:46:33.952 INFO kablam! | Oct 22 01:46:33.952 INFO kablam! 137 | stream.write_all(&buff); Oct 22 01:46:33.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.952 INFO kablam! | Oct 22 01:46:33.952 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.952 INFO kablam! Oct 22 01:46:33.952 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.953 INFO kablam! --> src/lib.rs:144:9 Oct 22 01:46:33.953 INFO kablam! | Oct 22 01:46:33.953 INFO kablam! 144 | stream.write_all(&buff); Oct 22 01:46:33.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.953 INFO kablam! | Oct 22 01:46:33.953 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.953 INFO kablam! Oct 22 01:46:33.953 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.953 INFO kablam! --> src/lib.rs:156:9 Oct 22 01:46:33.953 INFO kablam! | Oct 22 01:46:33.953 INFO kablam! 156 | stream.write_all(&buff); Oct 22 01:46:33.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.953 INFO kablam! | Oct 22 01:46:33.953 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.953 INFO kablam! Oct 22 01:46:33.953 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.953 INFO kablam! --> src/lib.rs:163:8 Oct 22 01:46:33.953 INFO kablam! | Oct 22 01:46:33.953 INFO kablam! 163 | stream.write_all(&mut buff); Oct 22 01:46:33.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.953 INFO kablam! | Oct 22 01:46:33.953 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.953 INFO kablam! Oct 22 01:46:33.953 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.953 INFO kablam! --> src/lib.rs:170:8 Oct 22 01:46:33.953 INFO kablam! | Oct 22 01:46:33.953 INFO kablam! 170 | stream.write_all(&buff); Oct 22 01:46:33.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.953 INFO kablam! | Oct 22 01:46:33.953 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.953 INFO kablam! Oct 22 01:46:33.953 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.953 INFO kablam! --> src/lib.rs:178:8 Oct 22 01:46:33.953 INFO kablam! | Oct 22 01:46:33.953 INFO kablam! 178 | stream.write_all(s.as_bytes()); Oct 22 01:46:33.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.953 INFO kablam! | Oct 22 01:46:33.953 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.953 INFO kablam! Oct 22 01:46:33.953 INFO kablam! warning: type `str_desc` should have a camel case name such as `StrDesc` Oct 22 01:46:33.953 INFO kablam! --> src/lib.rs:187:2 Oct 22 01:46:33.953 INFO kablam! | Oct 22 01:46:33.953 INFO kablam! 187 | struct str_desc { Oct 22 01:46:33.953 INFO kablam! | _____^ Oct 22 01:46:33.953 INFO kablam! 188 | | used: bool, Oct 22 01:46:33.953 INFO kablam! 189 | | offset: i32, Oct 22 01:46:33.953 INFO kablam! 190 | | len: i32, Oct 22 01:46:33.953 INFO kablam! 191 | | } Oct 22 01:46:33.953 INFO kablam! | |_____^ Oct 22 01:46:33.953 INFO kablam! | Oct 22 01:46:33.953 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 22 01:46:33.953 INFO kablam! Oct 22 01:46:33.964 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.964 INFO kablam! --> src/lib.rs:200:2 Oct 22 01:46:33.964 INFO kablam! | Oct 22 01:46:33.964 INFO kablam! 200 | stream.read_exact(&mut buff_4); Oct 22 01:46:33.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.964 INFO kablam! | Oct 22 01:46:33.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.964 INFO kablam! Oct 22 01:46:33.964 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.964 INFO kablam! --> src/lib.rs:208:2 Oct 22 01:46:33.964 INFO kablam! | Oct 22 01:46:33.964 INFO kablam! 208 | stream.read_exact(&mut buff_4); Oct 22 01:46:33.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.964 INFO kablam! | Oct 22 01:46:33.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.964 INFO kablam! Oct 22 01:46:33.964 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.964 INFO kablam! --> src/lib.rs:213:3 Oct 22 01:46:33.964 INFO kablam! | Oct 22 01:46:33.964 INFO kablam! 213 | stream.read_exact(&mut buff); Oct 22 01:46:33.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.964 INFO kablam! | Oct 22 01:46:33.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.964 INFO kablam! Oct 22 01:46:33.964 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.964 INFO kablam! --> src/lib.rs:249:3 Oct 22 01:46:33.964 INFO kablam! | Oct 22 01:46:33.964 INFO kablam! 249 | stream.read_exact(&mut string_space); Oct 22 01:46:33.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.964 INFO kablam! | Oct 22 01:46:33.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.964 INFO kablam! Oct 22 01:46:33.964 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.964 INFO kablam! --> src/lib.rs:282:8 Oct 22 01:46:33.964 INFO kablam! | Oct 22 01:46:33.964 INFO kablam! 282 | stream.write_all(&ti(PUT)); Oct 22 01:46:33.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.964 INFO kablam! | Oct 22 01:46:33.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.964 INFO kablam! Oct 22 01:46:33.964 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.964 INFO kablam! --> src/lib.rs:284:5 Oct 22 01:46:33.964 INFO kablam! | Oct 22 01:46:33.964 INFO kablam! 284 | stream.shutdown(Shutdown::Write); Oct 22 01:46:33.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.964 INFO kablam! | Oct 22 01:46:33.964 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.964 INFO kablam! Oct 22 01:46:33.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.965 INFO kablam! --> src/lib.rs:309:5 Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! 309 | stream.write_all(&ti(GET)); Oct 22 01:46:33.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.965 INFO kablam! Oct 22 01:46:33.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.965 INFO kablam! --> src/lib.rs:313:5 Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! 313 | stream.shutdown(Shutdown::Write); Oct 22 01:46:33.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.965 INFO kablam! Oct 22 01:46:33.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.965 INFO kablam! --> src/lib.rs:338:5 Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! 338 | stream.write_all(&ti(READ)); Oct 22 01:46:33.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.965 INFO kablam! Oct 22 01:46:33.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.965 INFO kablam! --> src/lib.rs:342:5 Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! 342 | stream.shutdown(Shutdown::Write); Oct 22 01:46:33.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.965 INFO kablam! Oct 22 01:46:33.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.965 INFO kablam! --> src/lib.rs:369:5 Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! 369 | stream.write_all(&ti(GET_NB)); Oct 22 01:46:33.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.965 INFO kablam! Oct 22 01:46:33.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.965 INFO kablam! --> src/lib.rs:373:5 Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! 373 | stream.shutdown(Shutdown::Write); Oct 22 01:46:33.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.965 INFO kablam! Oct 22 01:46:33.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.965 INFO kablam! --> src/lib.rs:401:5 Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! 401 | stream.write_all(&ti(READ_NB)); Oct 22 01:46:33.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.965 INFO kablam! Oct 22 01:46:33.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.965 INFO kablam! --> src/lib.rs:405:5 Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! 405 | stream.shutdown(Shutdown::Write); Oct 22 01:46:33.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.965 INFO kablam! Oct 22 01:46:33.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.965 INFO kablam! --> src/lib.rs:433:5 Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! 433 | stream.write_all(&ti(DUMP)); Oct 22 01:46:33.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.965 INFO kablam! Oct 22 01:46:33.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.965 INFO kablam! --> src/lib.rs:435:5 Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! 435 | stream.write_all(&ti(count)); Oct 22 01:46:33.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.965 INFO kablam! Oct 22 01:46:33.965 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.965 INFO kablam! --> src/lib.rs:443:5 Oct 22 01:46:33.965 INFO kablam! | Oct 22 01:46:33.965 INFO kablam! 443 | stream.read_exact(&mut buff_4); Oct 22 01:46:33.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.966 INFO kablam! Oct 22 01:46:33.966 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.966 INFO kablam! --> src/lib.rs:478:5 Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! 478 | stream.write_all(&ti(COUNT)); Oct 22 01:46:33.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.966 INFO kablam! Oct 22 01:46:33.966 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.966 INFO kablam! --> src/lib.rs:480:5 Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! 480 | stream.write_all(&ti(count)); Oct 22 01:46:33.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.966 INFO kablam! Oct 22 01:46:33.966 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.966 INFO kablam! --> src/lib.rs:488:5 Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! 488 | stream.read_exact(&mut buff_4); Oct 22 01:46:33.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.966 INFO kablam! Oct 22 01:46:33.966 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.966 INFO kablam! --> src/lib.rs:516:6 Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! 516 | stream.write_all(&ti(REPLACE)); Oct 22 01:46:33.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.966 INFO kablam! Oct 22 01:46:33.966 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.966 INFO kablam! --> src/lib.rs:520:6 Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! 520 | stream.read_exact(&mut buff_4); Oct 22 01:46:33.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.966 INFO kablam! Oct 22 01:46:33.966 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.966 INFO kablam! --> src/lib.rs:549:5 Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! 549 | stream.write_all(&ti(LOG)); Oct 22 01:46:33.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.966 INFO kablam! Oct 22 01:46:33.966 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 01:46:33.966 INFO kablam! --> src/lib.rs:551:5 Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! 551 | stream.read_to_string(&mut log); Oct 22 01:46:33.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:33.966 INFO kablam! | Oct 22 01:46:33.966 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 01:46:33.966 INFO kablam! Oct 22 01:46:34.020 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 22 01:46:34.020 INFO kablam! su: No module specific data is present Oct 22 01:46:34.626 INFO running `"docker" "rm" "-f" "7b9490cf17f5f5d2667be3fe604db0c3fc41228c30508dc928d5d50c21bb5fa5"` Oct 22 01:46:34.835 INFO blam! 7b9490cf17f5f5d2667be3fe604db0c3fc41228c30508dc928d5d50c21bb5fa5