Oct 27 19:38:45.231 INFO checking linux_tuples_client-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:38:45.233 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 27 19:38:45.719 INFO blam! dee2941c029c330d8a7f550eb474e13b933b54698289eb62fa084cbcb5732d6d Oct 27 19:38:45.722 INFO running `"docker" "start" "-a" "dee2941c029c330d8a7f550eb474e13b933b54698289eb62fa084cbcb5732d6d"` Oct 27 19:38:46.907 INFO kablam! usermod: no changes Oct 27 19:38:46.955 INFO kablam! Checking linux_tuples_client v0.1.1 (/source) Oct 27 19:38:47.859 INFO kablam! warning: unused variable: `buff_8` Oct 27 19:38:47.859 INFO kablam! --> src/lib.rs:197:10 Oct 27 19:38:47.859 INFO kablam! | Oct 27 19:38:47.859 INFO kablam! 197 | let mut buff_8:[u8; 8] = [0; 8]; Oct 27 19:38:47.859 INFO kablam! | ^^^^^^ help: consider using `_buff_8` instead Oct 27 19:38:47.859 INFO kablam! | Oct 27 19:38:47.859 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 19:38:47.859 INFO kablam! Oct 27 19:38:47.859 INFO kablam! warning: unused variable: `i` Oct 27 19:38:47.859 INFO kablam! --> src/lib.rs:211:6 Oct 27 19:38:47.859 INFO kablam! | Oct 27 19:38:47.859 INFO kablam! 211 | for i in 0..num_elements { Oct 27 19:38:47.859 INFO kablam! | ^ help: consider using `_i` instead Oct 27 19:38:47.859 INFO kablam! Oct 27 19:38:47.859 INFO kablam! warning: unused variable: `str_slice` Oct 27 19:38:47.859 INFO kablam! --> src/lib.rs:251:11 Oct 27 19:38:47.859 INFO kablam! | Oct 27 19:38:47.859 INFO kablam! 251 | let mut str_slice = string_space.as_slice(); Oct 27 19:38:47.859 INFO kablam! | ^^^^^^^^^ help: consider using `_str_slice` instead Oct 27 19:38:47.859 INFO kablam! Oct 27 19:38:47.859 INFO kablam! warning: unused variable: `i` Oct 27 19:38:47.859 INFO kablam! --> src/lib.rs:449:9 Oct 27 19:38:47.859 INFO kablam! | Oct 27 19:38:47.859 INFO kablam! 449 | for i in 0..recv_count { Oct 27 19:38:47.859 INFO kablam! | ^ help: consider using `_i` instead Oct 27 19:38:47.859 INFO kablam! Oct 27 19:38:47.876 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:47.877 INFO kablam! --> src/lib.rs:197:6 Oct 27 19:38:47.877 INFO kablam! | Oct 27 19:38:47.877 INFO kablam! 197 | let mut buff_8:[u8; 8] = [0; 8]; Oct 27 19:38:47.878 INFO kablam! | ----^^^^^^ Oct 27 19:38:47.878 INFO kablam! | | Oct 27 19:38:47.878 INFO kablam! | help: remove this `mut` Oct 27 19:38:47.879 INFO kablam! | Oct 27 19:38:47.879 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 19:38:47.879 INFO kablam! Oct 27 19:38:47.879 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:47.880 INFO kablam! --> src/lib.rs:251:7 Oct 27 19:38:47.880 INFO kablam! | Oct 27 19:38:47.880 INFO kablam! 251 | let mut str_slice = string_space.as_slice(); Oct 27 19:38:47.880 INFO kablam! | ----^^^^^^^^^ Oct 27 19:38:47.881 INFO kablam! | | Oct 27 19:38:47.881 INFO kablam! | help: remove this `mut` Oct 27 19:38:47.881 INFO kablam! Oct 27 19:38:47.882 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:47.882 INFO kablam! --> src/lib.rs:279:10 Oct 27 19:38:47.883 INFO kablam! | Oct 27 19:38:47.883 INFO kablam! 279 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:47.883 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:47.883 INFO kablam! | | Oct 27 19:38:47.884 INFO kablam! | help: remove this `mut` Oct 27 19:38:47.884 INFO kablam! Oct 27 19:38:47.884 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:47.884 INFO kablam! --> src/lib.rs:306:7 Oct 27 19:38:47.885 INFO kablam! | Oct 27 19:38:47.885 INFO kablam! 306 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:47.885 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:47.885 INFO kablam! | | Oct 27 19:38:47.886 INFO kablam! | help: remove this `mut` Oct 27 19:38:47.886 INFO kablam! Oct 27 19:38:47.886 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:47.887 INFO kablam! --> src/lib.rs:335:7 Oct 27 19:38:47.887 INFO kablam! | Oct 27 19:38:47.887 INFO kablam! 335 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:47.887 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:47.888 INFO kablam! | | Oct 27 19:38:47.888 INFO kablam! | help: remove this `mut` Oct 27 19:38:47.888 INFO kablam! Oct 27 19:38:47.888 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:47.889 INFO kablam! --> src/lib.rs:366:7 Oct 27 19:38:47.889 INFO kablam! | Oct 27 19:38:47.889 INFO kablam! 366 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:47.889 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:47.890 INFO kablam! | | Oct 27 19:38:47.890 INFO kablam! | help: remove this `mut` Oct 27 19:38:47.890 INFO kablam! Oct 27 19:38:47.890 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:47.891 INFO kablam! --> src/lib.rs:398:7 Oct 27 19:38:47.891 INFO kablam! | Oct 27 19:38:47.891 INFO kablam! 398 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:47.891 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:47.892 INFO kablam! | | Oct 27 19:38:47.892 INFO kablam! | help: remove this `mut` Oct 27 19:38:47.892 INFO kablam! Oct 27 19:38:47.892 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:47.893 INFO kablam! --> src/lib.rs:430:7 Oct 27 19:38:47.893 INFO kablam! | Oct 27 19:38:47.893 INFO kablam! 430 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:47.893 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:47.894 INFO kablam! | | Oct 27 19:38:47.894 INFO kablam! | help: remove this `mut` Oct 27 19:38:47.894 INFO kablam! Oct 27 19:38:47.894 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:47.895 INFO kablam! --> src/lib.rs:475:7 Oct 27 19:38:47.895 INFO kablam! | Oct 27 19:38:47.895 INFO kablam! 475 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:47.896 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:47.896 INFO kablam! | | Oct 27 19:38:47.896 INFO kablam! | help: remove this `mut` Oct 27 19:38:47.896 INFO kablam! Oct 27 19:38:47.897 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:47.897 INFO kablam! --> src/lib.rs:513:8 Oct 27 19:38:47.897 INFO kablam! | Oct 27 19:38:47.898 INFO kablam! 513 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:47.898 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:47.898 INFO kablam! | | Oct 27 19:38:47.898 INFO kablam! | help: remove this `mut` Oct 27 19:38:47.899 INFO kablam! Oct 27 19:38:47.899 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:47.899 INFO kablam! --> src/lib.rs:546:7 Oct 27 19:38:47.899 INFO kablam! | Oct 27 19:38:47.900 INFO kablam! 546 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:47.900 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:47.900 INFO kablam! | | Oct 27 19:38:47.900 INFO kablam! | help: remove this `mut` Oct 27 19:38:47.900 INFO kablam! Oct 27 19:38:47.900 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.900 INFO kablam! --> src/lib.rs:112:5 Oct 27 19:38:47.900 INFO kablam! | Oct 27 19:38:47.900 INFO kablam! 112 | stream.write_all(& (ti(tuple.len() as i32))); Oct 27 19:38:47.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.900 INFO kablam! | Oct 27 19:38:47.900 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 19:38:47.900 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.900 INFO kablam! Oct 27 19:38:47.900 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.900 INFO kablam! --> src/lib.rs:123:5 Oct 27 19:38:47.900 INFO kablam! | Oct 27 19:38:47.901 INFO kablam! 123 | stream.write_all(&ti(string_length)); Oct 27 19:38:47.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.901 INFO kablam! | Oct 27 19:38:47.901 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.901 INFO kablam! Oct 27 19:38:47.901 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.901 INFO kablam! --> src/lib.rs:137:9 Oct 27 19:38:47.901 INFO kablam! | Oct 27 19:38:47.901 INFO kablam! 137 | stream.write_all(&buff); Oct 27 19:38:47.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.901 INFO kablam! | Oct 27 19:38:47.901 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.901 INFO kablam! Oct 27 19:38:47.901 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.901 INFO kablam! --> src/lib.rs:144:9 Oct 27 19:38:47.901 INFO kablam! | Oct 27 19:38:47.901 INFO kablam! 144 | stream.write_all(&buff); Oct 27 19:38:47.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.901 INFO kablam! | Oct 27 19:38:47.901 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.901 INFO kablam! Oct 27 19:38:47.901 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.901 INFO kablam! --> src/lib.rs:156:9 Oct 27 19:38:47.901 INFO kablam! | Oct 27 19:38:47.902 INFO kablam! 156 | stream.write_all(&buff); Oct 27 19:38:47.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.902 INFO kablam! | Oct 27 19:38:47.902 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.902 INFO kablam! Oct 27 19:38:47.902 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.902 INFO kablam! --> src/lib.rs:163:8 Oct 27 19:38:47.902 INFO kablam! | Oct 27 19:38:47.902 INFO kablam! 163 | stream.write_all(&mut buff); Oct 27 19:38:47.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.902 INFO kablam! | Oct 27 19:38:47.902 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.902 INFO kablam! Oct 27 19:38:47.902 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.902 INFO kablam! --> src/lib.rs:170:8 Oct 27 19:38:47.902 INFO kablam! | Oct 27 19:38:47.902 INFO kablam! 170 | stream.write_all(&buff); Oct 27 19:38:47.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.902 INFO kablam! | Oct 27 19:38:47.902 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.902 INFO kablam! Oct 27 19:38:47.903 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.903 INFO kablam! --> src/lib.rs:178:8 Oct 27 19:38:47.903 INFO kablam! | Oct 27 19:38:47.903 INFO kablam! 178 | stream.write_all(s.as_bytes()); Oct 27 19:38:47.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.903 INFO kablam! | Oct 27 19:38:47.903 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.903 INFO kablam! Oct 27 19:38:47.903 INFO kablam! warning: type `str_desc` should have a camel case name such as `StrDesc` Oct 27 19:38:47.903 INFO kablam! --> src/lib.rs:187:2 Oct 27 19:38:47.903 INFO kablam! | Oct 27 19:38:47.903 INFO kablam! 187 | struct str_desc { Oct 27 19:38:47.903 INFO kablam! | _____^ Oct 27 19:38:47.903 INFO kablam! 188 | | used: bool, Oct 27 19:38:47.903 INFO kablam! 189 | | offset: i32, Oct 27 19:38:47.903 INFO kablam! 190 | | len: i32, Oct 27 19:38:47.903 INFO kablam! 191 | | } Oct 27 19:38:47.903 INFO kablam! | |_____^ Oct 27 19:38:47.903 INFO kablam! | Oct 27 19:38:47.903 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 27 19:38:47.903 INFO kablam! Oct 27 19:38:47.903 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.903 INFO kablam! --> src/lib.rs:200:2 Oct 27 19:38:47.903 INFO kablam! | Oct 27 19:38:47.904 INFO kablam! 200 | stream.read_exact(&mut buff_4); Oct 27 19:38:47.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.904 INFO kablam! | Oct 27 19:38:47.904 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.904 INFO kablam! Oct 27 19:38:47.904 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.904 INFO kablam! --> src/lib.rs:208:2 Oct 27 19:38:47.904 INFO kablam! | Oct 27 19:38:47.904 INFO kablam! 208 | stream.read_exact(&mut buff_4); Oct 27 19:38:47.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.904 INFO kablam! | Oct 27 19:38:47.904 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.904 INFO kablam! Oct 27 19:38:47.904 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.904 INFO kablam! --> src/lib.rs:213:3 Oct 27 19:38:47.904 INFO kablam! | Oct 27 19:38:47.904 INFO kablam! 213 | stream.read_exact(&mut buff); Oct 27 19:38:47.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.904 INFO kablam! | Oct 27 19:38:47.904 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.904 INFO kablam! Oct 27 19:38:47.904 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.904 INFO kablam! --> src/lib.rs:249:3 Oct 27 19:38:47.904 INFO kablam! | Oct 27 19:38:47.905 INFO kablam! 249 | stream.read_exact(&mut string_space); Oct 27 19:38:47.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.905 INFO kablam! | Oct 27 19:38:47.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.905 INFO kablam! Oct 27 19:38:47.905 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.905 INFO kablam! --> src/lib.rs:282:8 Oct 27 19:38:47.905 INFO kablam! | Oct 27 19:38:47.905 INFO kablam! 282 | stream.write_all(&ti(PUT)); Oct 27 19:38:47.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.905 INFO kablam! | Oct 27 19:38:47.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.905 INFO kablam! Oct 27 19:38:47.905 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.905 INFO kablam! --> src/lib.rs:284:5 Oct 27 19:38:47.905 INFO kablam! | Oct 27 19:38:47.905 INFO kablam! 284 | stream.shutdown(Shutdown::Write); Oct 27 19:38:47.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.905 INFO kablam! | Oct 27 19:38:47.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.905 INFO kablam! Oct 27 19:38:47.905 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.905 INFO kablam! --> src/lib.rs:309:5 Oct 27 19:38:47.905 INFO kablam! | Oct 27 19:38:47.906 INFO kablam! 309 | stream.write_all(&ti(GET)); Oct 27 19:38:47.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.906 INFO kablam! | Oct 27 19:38:47.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.906 INFO kablam! Oct 27 19:38:47.906 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.906 INFO kablam! --> src/lib.rs:313:5 Oct 27 19:38:47.906 INFO kablam! | Oct 27 19:38:47.906 INFO kablam! 313 | stream.shutdown(Shutdown::Write); Oct 27 19:38:47.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.906 INFO kablam! | Oct 27 19:38:47.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.906 INFO kablam! Oct 27 19:38:47.906 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.906 INFO kablam! --> src/lib.rs:338:5 Oct 27 19:38:47.906 INFO kablam! | Oct 27 19:38:47.906 INFO kablam! 338 | stream.write_all(&ti(READ)); Oct 27 19:38:47.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.906 INFO kablam! | Oct 27 19:38:47.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.906 INFO kablam! Oct 27 19:38:47.906 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.906 INFO kablam! --> src/lib.rs:342:5 Oct 27 19:38:47.907 INFO kablam! | Oct 27 19:38:47.907 INFO kablam! 342 | stream.shutdown(Shutdown::Write); Oct 27 19:38:47.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.907 INFO kablam! | Oct 27 19:38:47.907 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.907 INFO kablam! Oct 27 19:38:47.907 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.907 INFO kablam! --> src/lib.rs:369:5 Oct 27 19:38:47.907 INFO kablam! | Oct 27 19:38:47.907 INFO kablam! 369 | stream.write_all(&ti(GET_NB)); Oct 27 19:38:47.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.907 INFO kablam! | Oct 27 19:38:47.907 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.907 INFO kablam! Oct 27 19:38:47.907 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.907 INFO kablam! --> src/lib.rs:373:5 Oct 27 19:38:47.907 INFO kablam! | Oct 27 19:38:47.907 INFO kablam! 373 | stream.shutdown(Shutdown::Write); Oct 27 19:38:47.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.907 INFO kablam! | Oct 27 19:38:47.907 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.907 INFO kablam! Oct 27 19:38:47.907 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.907 INFO kablam! --> src/lib.rs:401:5 Oct 27 19:38:47.908 INFO kablam! | Oct 27 19:38:47.908 INFO kablam! 401 | stream.write_all(&ti(READ_NB)); Oct 27 19:38:47.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.908 INFO kablam! | Oct 27 19:38:47.908 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.908 INFO kablam! Oct 27 19:38:47.908 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.908 INFO kablam! --> src/lib.rs:405:5 Oct 27 19:38:47.908 INFO kablam! | Oct 27 19:38:47.908 INFO kablam! 405 | stream.shutdown(Shutdown::Write); Oct 27 19:38:47.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.908 INFO kablam! | Oct 27 19:38:47.908 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.908 INFO kablam! Oct 27 19:38:47.908 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.908 INFO kablam! --> src/lib.rs:433:5 Oct 27 19:38:47.908 INFO kablam! | Oct 27 19:38:47.908 INFO kablam! 433 | stream.write_all(&ti(DUMP)); Oct 27 19:38:47.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.908 INFO kablam! | Oct 27 19:38:47.908 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.908 INFO kablam! Oct 27 19:38:47.908 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.908 INFO kablam! --> src/lib.rs:435:5 Oct 27 19:38:47.909 INFO kablam! | Oct 27 19:38:47.909 INFO kablam! 435 | stream.write_all(&ti(count)); Oct 27 19:38:47.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.909 INFO kablam! | Oct 27 19:38:47.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.909 INFO kablam! Oct 27 19:38:47.909 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.909 INFO kablam! --> src/lib.rs:443:5 Oct 27 19:38:47.909 INFO kablam! | Oct 27 19:38:47.909 INFO kablam! 443 | stream.read_exact(&mut buff_4); Oct 27 19:38:47.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.909 INFO kablam! | Oct 27 19:38:47.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.909 INFO kablam! Oct 27 19:38:47.909 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.909 INFO kablam! --> src/lib.rs:478:5 Oct 27 19:38:47.909 INFO kablam! | Oct 27 19:38:47.909 INFO kablam! 478 | stream.write_all(&ti(COUNT)); Oct 27 19:38:47.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.909 INFO kablam! | Oct 27 19:38:47.909 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.909 INFO kablam! Oct 27 19:38:47.909 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.909 INFO kablam! --> src/lib.rs:480:5 Oct 27 19:38:47.910 INFO kablam! | Oct 27 19:38:47.910 INFO kablam! 480 | stream.write_all(&ti(count)); Oct 27 19:38:47.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.910 INFO kablam! | Oct 27 19:38:47.910 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.910 INFO kablam! Oct 27 19:38:47.910 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.910 INFO kablam! --> src/lib.rs:488:5 Oct 27 19:38:47.910 INFO kablam! | Oct 27 19:38:47.910 INFO kablam! 488 | stream.read_exact(&mut buff_4); Oct 27 19:38:47.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.910 INFO kablam! | Oct 27 19:38:47.910 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.910 INFO kablam! Oct 27 19:38:47.910 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.910 INFO kablam! --> src/lib.rs:516:6 Oct 27 19:38:47.910 INFO kablam! | Oct 27 19:38:47.910 INFO kablam! 516 | stream.write_all(&ti(REPLACE)); Oct 27 19:38:47.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.910 INFO kablam! | Oct 27 19:38:47.910 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.910 INFO kablam! Oct 27 19:38:47.910 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.911 INFO kablam! --> src/lib.rs:520:6 Oct 27 19:38:47.911 INFO kablam! | Oct 27 19:38:47.911 INFO kablam! 520 | stream.read_exact(&mut buff_4); Oct 27 19:38:47.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.911 INFO kablam! | Oct 27 19:38:47.911 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.911 INFO kablam! Oct 27 19:38:47.911 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.911 INFO kablam! --> src/lib.rs:549:5 Oct 27 19:38:47.911 INFO kablam! | Oct 27 19:38:47.911 INFO kablam! 549 | stream.write_all(&ti(LOG)); Oct 27 19:38:47.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.911 INFO kablam! | Oct 27 19:38:47.911 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.911 INFO kablam! Oct 27 19:38:47.911 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:47.911 INFO kablam! --> src/lib.rs:551:5 Oct 27 19:38:47.911 INFO kablam! | Oct 27 19:38:47.911 INFO kablam! 551 | stream.read_to_string(&mut log); Oct 27 19:38:47.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:47.911 INFO kablam! | Oct 27 19:38:47.911 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:47.912 INFO kablam! Oct 27 19:38:48.000 INFO kablam! warning: unused variable: `buff_8` Oct 27 19:38:48.004 INFO kablam! --> src/lib.rs:197:10 Oct 27 19:38:48.004 INFO kablam! | Oct 27 19:38:48.004 INFO kablam! 197 | let mut buff_8:[u8; 8] = [0; 8]; Oct 27 19:38:48.004 INFO kablam! | ^^^^^^ help: consider using `_buff_8` instead Oct 27 19:38:48.004 INFO kablam! | Oct 27 19:38:48.004 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 19:38:48.004 INFO kablam! Oct 27 19:38:48.004 INFO kablam! warning: unused variable: `i` Oct 27 19:38:48.005 INFO kablam! --> src/lib.rs:211:6 Oct 27 19:38:48.005 INFO kablam! | Oct 27 19:38:48.005 INFO kablam! 211 | for i in 0..num_elements { Oct 27 19:38:48.005 INFO kablam! | ^ help: consider using `_i` instead Oct 27 19:38:48.005 INFO kablam! Oct 27 19:38:48.005 INFO kablam! warning: unused variable: `str_slice` Oct 27 19:38:48.006 INFO kablam! --> src/lib.rs:251:11 Oct 27 19:38:48.006 INFO kablam! | Oct 27 19:38:48.006 INFO kablam! 251 | let mut str_slice = string_space.as_slice(); Oct 27 19:38:48.006 INFO kablam! | ^^^^^^^^^ help: consider using `_str_slice` instead Oct 27 19:38:48.006 INFO kablam! Oct 27 19:38:48.006 INFO kablam! warning: unused variable: `i` Oct 27 19:38:48.006 INFO kablam! --> src/lib.rs:449:9 Oct 27 19:38:48.006 INFO kablam! | Oct 27 19:38:48.006 INFO kablam! 449 | for i in 0..recv_count { Oct 27 19:38:48.006 INFO kablam! | ^ help: consider using `_i` instead Oct 27 19:38:48.006 INFO kablam! Oct 27 19:38:48.014 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:48.014 INFO kablam! --> src/lib.rs:197:6 Oct 27 19:38:48.014 INFO kablam! | Oct 27 19:38:48.014 INFO kablam! 197 | let mut buff_8:[u8; 8] = [0; 8]; Oct 27 19:38:48.014 INFO kablam! | ----^^^^^^ Oct 27 19:38:48.014 INFO kablam! | | Oct 27 19:38:48.014 INFO kablam! | help: remove this `mut` Oct 27 19:38:48.014 INFO kablam! | Oct 27 19:38:48.014 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 19:38:48.014 INFO kablam! Oct 27 19:38:48.014 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:48.014 INFO kablam! --> src/lib.rs:251:7 Oct 27 19:38:48.014 INFO kablam! | Oct 27 19:38:48.014 INFO kablam! 251 | let mut str_slice = string_space.as_slice(); Oct 27 19:38:48.014 INFO kablam! | ----^^^^^^^^^ Oct 27 19:38:48.014 INFO kablam! | | Oct 27 19:38:48.014 INFO kablam! | help: remove this `mut` Oct 27 19:38:48.015 INFO kablam! Oct 27 19:38:48.015 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:48.015 INFO kablam! --> src/lib.rs:279:10 Oct 27 19:38:48.015 INFO kablam! | Oct 27 19:38:48.015 INFO kablam! 279 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:48.015 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:48.015 INFO kablam! | | Oct 27 19:38:48.015 INFO kablam! | help: remove this `mut` Oct 27 19:38:48.015 INFO kablam! Oct 27 19:38:48.019 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:48.020 INFO kablam! --> src/lib.rs:306:7 Oct 27 19:38:48.020 INFO kablam! | Oct 27 19:38:48.020 INFO kablam! 306 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:48.021 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:48.021 INFO kablam! | | Oct 27 19:38:48.021 INFO kablam! | help: remove this `mut` Oct 27 19:38:48.021 INFO kablam! Oct 27 19:38:48.021 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:48.021 INFO kablam! --> src/lib.rs:335:7 Oct 27 19:38:48.021 INFO kablam! | Oct 27 19:38:48.021 INFO kablam! 335 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:48.022 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:48.022 INFO kablam! | | Oct 27 19:38:48.022 INFO kablam! | help: remove this `mut` Oct 27 19:38:48.022 INFO kablam! Oct 27 19:38:48.022 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:48.022 INFO kablam! --> src/lib.rs:366:7 Oct 27 19:38:48.022 INFO kablam! | Oct 27 19:38:48.022 INFO kablam! 366 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:48.022 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:48.022 INFO kablam! | | Oct 27 19:38:48.022 INFO kablam! | help: remove this `mut` Oct 27 19:38:48.022 INFO kablam! Oct 27 19:38:48.022 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:48.022 INFO kablam! --> src/lib.rs:398:7 Oct 27 19:38:48.022 INFO kablam! | Oct 27 19:38:48.022 INFO kablam! 398 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:48.022 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:48.022 INFO kablam! | | Oct 27 19:38:48.022 INFO kablam! | help: remove this `mut` Oct 27 19:38:48.022 INFO kablam! Oct 27 19:38:48.023 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:48.023 INFO kablam! --> src/lib.rs:430:7 Oct 27 19:38:48.023 INFO kablam! | Oct 27 19:38:48.023 INFO kablam! 430 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:48.023 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:48.023 INFO kablam! | | Oct 27 19:38:48.023 INFO kablam! | help: remove this `mut` Oct 27 19:38:48.024 INFO kablam! Oct 27 19:38:48.024 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:48.024 INFO kablam! --> src/lib.rs:475:7 Oct 27 19:38:48.024 INFO kablam! | Oct 27 19:38:48.024 INFO kablam! 475 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:48.025 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:48.025 INFO kablam! | | Oct 27 19:38:48.025 INFO kablam! | help: remove this `mut` Oct 27 19:38:48.025 INFO kablam! Oct 27 19:38:48.025 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:48.025 INFO kablam! --> src/lib.rs:513:8 Oct 27 19:38:48.025 INFO kablam! | Oct 27 19:38:48.025 INFO kablam! 513 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:48.025 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:48.025 INFO kablam! | | Oct 27 19:38:48.025 INFO kablam! | help: remove this `mut` Oct 27 19:38:48.025 INFO kablam! Oct 27 19:38:48.026 INFO kablam! warning: variable does not need to be mutable Oct 27 19:38:48.026 INFO kablam! --> src/lib.rs:546:7 Oct 27 19:38:48.026 INFO kablam! | Oct 27 19:38:48.026 INFO kablam! 546 | let mut stream_err = TcpStream::connect(&self.connection); Oct 27 19:38:48.026 INFO kablam! | ----^^^^^^^^^^ Oct 27 19:38:48.026 INFO kablam! | | Oct 27 19:38:48.026 INFO kablam! | help: remove this `mut` Oct 27 19:38:48.026 INFO kablam! Oct 27 19:38:48.031 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.031 INFO kablam! --> src/lib.rs:112:5 Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! 112 | stream.write_all(& (ti(tuple.len() as i32))); Oct 27 19:38:48.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 19:38:48.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.031 INFO kablam! Oct 27 19:38:48.031 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.031 INFO kablam! --> src/lib.rs:123:5 Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! 123 | stream.write_all(&ti(string_length)); Oct 27 19:38:48.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.031 INFO kablam! Oct 27 19:38:48.031 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.031 INFO kablam! --> src/lib.rs:137:9 Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! 137 | stream.write_all(&buff); Oct 27 19:38:48.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.031 INFO kablam! Oct 27 19:38:48.031 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.031 INFO kablam! --> src/lib.rs:144:9 Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! 144 | stream.write_all(&buff); Oct 27 19:38:48.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.031 INFO kablam! Oct 27 19:38:48.031 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.031 INFO kablam! --> src/lib.rs:156:9 Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! 156 | stream.write_all(&buff); Oct 27 19:38:48.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.031 INFO kablam! Oct 27 19:38:48.031 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.031 INFO kablam! --> src/lib.rs:163:8 Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! 163 | stream.write_all(&mut buff); Oct 27 19:38:48.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.031 INFO kablam! Oct 27 19:38:48.031 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.031 INFO kablam! --> src/lib.rs:170:8 Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! 170 | stream.write_all(&buff); Oct 27 19:38:48.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.031 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.031 INFO kablam! Oct 27 19:38:48.031 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.031 INFO kablam! --> src/lib.rs:178:8 Oct 27 19:38:48.031 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! 178 | stream.write_all(s.as_bytes()); Oct 27 19:38:48.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.032 INFO kablam! Oct 27 19:38:48.032 INFO kablam! warning: type `str_desc` should have a camel case name such as `StrDesc` Oct 27 19:38:48.032 INFO kablam! --> src/lib.rs:187:2 Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! 187 | struct str_desc { Oct 27 19:38:48.032 INFO kablam! | _____^ Oct 27 19:38:48.032 INFO kablam! 188 | | used: bool, Oct 27 19:38:48.032 INFO kablam! 189 | | offset: i32, Oct 27 19:38:48.032 INFO kablam! 190 | | len: i32, Oct 27 19:38:48.032 INFO kablam! 191 | | } Oct 27 19:38:48.032 INFO kablam! | |_____^ Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 27 19:38:48.032 INFO kablam! Oct 27 19:38:48.032 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.032 INFO kablam! --> src/lib.rs:200:2 Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! 200 | stream.read_exact(&mut buff_4); Oct 27 19:38:48.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.032 INFO kablam! Oct 27 19:38:48.032 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.032 INFO kablam! --> src/lib.rs:208:2 Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! 208 | stream.read_exact(&mut buff_4); Oct 27 19:38:48.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.032 INFO kablam! Oct 27 19:38:48.032 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.032 INFO kablam! --> src/lib.rs:213:3 Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! 213 | stream.read_exact(&mut buff); Oct 27 19:38:48.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.032 INFO kablam! Oct 27 19:38:48.032 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.032 INFO kablam! --> src/lib.rs:249:3 Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! 249 | stream.read_exact(&mut string_space); Oct 27 19:38:48.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.032 INFO kablam! Oct 27 19:38:48.032 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.032 INFO kablam! --> src/lib.rs:282:8 Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! 282 | stream.write_all(&ti(PUT)); Oct 27 19:38:48.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.032 INFO kablam! Oct 27 19:38:48.032 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.032 INFO kablam! --> src/lib.rs:284:5 Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! 284 | stream.shutdown(Shutdown::Write); Oct 27 19:38:48.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.032 INFO kablam! Oct 27 19:38:48.032 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.032 INFO kablam! --> src/lib.rs:309:5 Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! 309 | stream.write_all(&ti(GET)); Oct 27 19:38:48.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.032 INFO kablam! Oct 27 19:38:48.032 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.032 INFO kablam! --> src/lib.rs:313:5 Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! 313 | stream.shutdown(Shutdown::Write); Oct 27 19:38:48.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.032 INFO kablam! | Oct 27 19:38:48.032 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.032 INFO kablam! Oct 27 19:38:48.033 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.033 INFO kablam! --> src/lib.rs:338:5 Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! 338 | stream.write_all(&ti(READ)); Oct 27 19:38:48.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.033 INFO kablam! Oct 27 19:38:48.033 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.033 INFO kablam! --> src/lib.rs:342:5 Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! 342 | stream.shutdown(Shutdown::Write); Oct 27 19:38:48.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.033 INFO kablam! Oct 27 19:38:48.033 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.033 INFO kablam! --> src/lib.rs:369:5 Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! 369 | stream.write_all(&ti(GET_NB)); Oct 27 19:38:48.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.033 INFO kablam! Oct 27 19:38:48.033 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.033 INFO kablam! --> src/lib.rs:373:5 Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! 373 | stream.shutdown(Shutdown::Write); Oct 27 19:38:48.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.033 INFO kablam! Oct 27 19:38:48.033 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.033 INFO kablam! --> src/lib.rs:401:5 Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! 401 | stream.write_all(&ti(READ_NB)); Oct 27 19:38:48.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.033 INFO kablam! Oct 27 19:38:48.033 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.033 INFO kablam! --> src/lib.rs:405:5 Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! 405 | stream.shutdown(Shutdown::Write); Oct 27 19:38:48.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.033 INFO kablam! Oct 27 19:38:48.033 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.033 INFO kablam! --> src/lib.rs:433:5 Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! 433 | stream.write_all(&ti(DUMP)); Oct 27 19:38:48.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.033 INFO kablam! Oct 27 19:38:48.033 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.033 INFO kablam! --> src/lib.rs:435:5 Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! 435 | stream.write_all(&ti(count)); Oct 27 19:38:48.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.033 INFO kablam! Oct 27 19:38:48.033 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.033 INFO kablam! --> src/lib.rs:443:5 Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! 443 | stream.read_exact(&mut buff_4); Oct 27 19:38:48.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.033 INFO kablam! Oct 27 19:38:48.033 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.033 INFO kablam! --> src/lib.rs:478:5 Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! 478 | stream.write_all(&ti(COUNT)); Oct 27 19:38:48.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.033 INFO kablam! | Oct 27 19:38:48.033 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.033 INFO kablam! Oct 27 19:38:48.034 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.034 INFO kablam! --> src/lib.rs:480:5 Oct 27 19:38:48.034 INFO kablam! | Oct 27 19:38:48.034 INFO kablam! 480 | stream.write_all(&ti(count)); Oct 27 19:38:48.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.034 INFO kablam! | Oct 27 19:38:48.034 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.034 INFO kablam! Oct 27 19:38:48.034 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.034 INFO kablam! --> src/lib.rs:488:5 Oct 27 19:38:48.034 INFO kablam! | Oct 27 19:38:48.034 INFO kablam! 488 | stream.read_exact(&mut buff_4); Oct 27 19:38:48.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.034 INFO kablam! | Oct 27 19:38:48.034 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.034 INFO kablam! Oct 27 19:38:48.034 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.034 INFO kablam! --> src/lib.rs:516:6 Oct 27 19:38:48.034 INFO kablam! | Oct 27 19:38:48.034 INFO kablam! 516 | stream.write_all(&ti(REPLACE)); Oct 27 19:38:48.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.034 INFO kablam! | Oct 27 19:38:48.034 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.034 INFO kablam! Oct 27 19:38:48.034 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.034 INFO kablam! --> src/lib.rs:520:6 Oct 27 19:38:48.034 INFO kablam! | Oct 27 19:38:48.034 INFO kablam! 520 | stream.read_exact(&mut buff_4); Oct 27 19:38:48.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.034 INFO kablam! | Oct 27 19:38:48.034 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.034 INFO kablam! Oct 27 19:38:48.034 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.034 INFO kablam! --> src/lib.rs:549:5 Oct 27 19:38:48.034 INFO kablam! | Oct 27 19:38:48.034 INFO kablam! 549 | stream.write_all(&ti(LOG)); Oct 27 19:38:48.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.034 INFO kablam! | Oct 27 19:38:48.034 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.034 INFO kablam! Oct 27 19:38:48.034 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:38:48.034 INFO kablam! --> src/lib.rs:551:5 Oct 27 19:38:48.034 INFO kablam! | Oct 27 19:38:48.034 INFO kablam! 551 | stream.read_to_string(&mut log); Oct 27 19:38:48.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:38:48.034 INFO kablam! | Oct 27 19:38:48.034 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:38:48.034 INFO kablam! Oct 27 19:38:48.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 27 19:38:48.067 INFO kablam! su: No module specific data is present Oct 27 19:38:48.523 INFO running `"docker" "rm" "-f" "dee2941c029c330d8a7f550eb474e13b933b54698289eb62fa084cbcb5732d6d"` Oct 27 19:38:48.635 INFO blam! dee2941c029c330d8a7f550eb474e13b933b54698289eb62fa084cbcb5732d6d