Oct 27 08:42:36.031 INFO checking ak1t0/rust-socks-server against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 08:42:36.032 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 08:42:36.299 INFO blam! 6fd9fa713f1e45067a58626fb71dad50a4910632706ec9e4c37e4a9c0473a3bc Oct 27 08:42:36.303 INFO running `"docker" "start" "-a" "6fd9fa713f1e45067a58626fb71dad50a4910632706ec9e4c37e4a9c0473a3bc"` Oct 27 08:42:37.223 INFO kablam! usermod: no changes Oct 27 08:42:37.253 INFO kablam! Checking rust-socks-server v0.1.0 (/source) Oct 27 08:42:37.615 INFO kablam! warning: unused import: `std::str::FromStr` Oct 27 08:42:37.615 INFO kablam! --> src/main.rs:3:5 Oct 27 08:42:37.615 INFO kablam! | Oct 27 08:42:37.615 INFO kablam! 3 | use std::str::FromStr; Oct 27 08:42:37.615 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.615 INFO kablam! | Oct 27 08:42:37.615 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:42:37.615 INFO kablam! Oct 27 08:42:37.615 INFO kablam! warning: unused imports: `IpAddr`, `Ipv4Addr`, `ToSocketAddrs` Oct 27 08:42:37.615 INFO kablam! --> src/main.rs:4:50 Oct 27 08:42:37.615 INFO kablam! | Oct 27 08:42:37.615 INFO kablam! 4 | use std::net::{TcpStream, TcpListener, Shutdown, IpAddr, Ipv4Addr, ToSocketAddrs}; Oct 27 08:42:37.615 INFO kablam! | ^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^ Oct 27 08:42:37.615 INFO kablam! Oct 27 08:42:37.635 INFO kablam! warning: unreachable statement Oct 27 08:42:37.635 INFO kablam! --> src/main.rs:39:5 Oct 27 08:42:37.635 INFO kablam! | Oct 27 08:42:37.635 INFO kablam! 39 | println!("Finish program"); Oct 27 08:42:37.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.635 INFO kablam! | Oct 27 08:42:37.635 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 08:42:37.635 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 27 08:42:37.635 INFO kablam! Oct 27 08:42:37.675 INFO kablam! warning: unused variable: `cmd` Oct 27 08:42:37.675 INFO kablam! --> src/main.rs:45:18 Oct 27 08:42:37.675 INFO kablam! | Oct 27 08:42:37.675 INFO kablam! 45 | let (r, ver, cmd) = check_request(&client_stream); Oct 27 08:42:37.675 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 27 08:42:37.675 INFO kablam! | Oct 27 08:42:37.675 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:42:37.675 INFO kablam! Oct 27 08:42:37.675 INFO kablam! warning: unused variable: `e` Oct 27 08:42:37.675 INFO kablam! --> src/main.rs:57:17 Oct 27 08:42:37.675 INFO kablam! | Oct 27 08:42:37.675 INFO kablam! 57 | Err(e) => { Oct 27 08:42:37.675 INFO kablam! | ^ help: consider using `_e` instead Oct 27 08:42:37.675 INFO kablam! Oct 27 08:42:37.675 INFO kablam! warning: unused variable: `buf` Oct 27 08:42:37.675 INFO kablam! --> src/main.rs:158:13 Oct 27 08:42:37.675 INFO kablam! | Oct 27 08:42:37.675 INFO kablam! 158 | let mut buf: [u8; 128] = [0; 128]; Oct 27 08:42:37.675 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 27 08:42:37.675 INFO kablam! Oct 27 08:42:37.687 INFO kablam! warning: variable does not need to be mutable Oct 27 08:42:37.687 INFO kablam! --> src/main.rs:51:9 Oct 27 08:42:37.687 INFO kablam! | Oct 27 08:42:37.687 INFO kablam! 51 | let mut target_address; Oct 27 08:42:37.687 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 27 08:42:37.687 INFO kablam! | | Oct 27 08:42:37.687 INFO kablam! | help: remove this `mut` Oct 27 08:42:37.687 INFO kablam! | Oct 27 08:42:37.687 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 08:42:37.687 INFO kablam! Oct 27 08:42:37.691 INFO kablam! warning: variable does not need to be mutable Oct 27 08:42:37.691 INFO kablam! --> src/main.rs:104:9 Oct 27 08:42:37.691 INFO kablam! | Oct 27 08:42:37.691 INFO kablam! 104 | let mut ip1 = read_u8(&mut stream); Oct 27 08:42:37.691 INFO kablam! | ----^^^ Oct 27 08:42:37.691 INFO kablam! | | Oct 27 08:42:37.691 INFO kablam! | help: remove this `mut` Oct 27 08:42:37.691 INFO kablam! Oct 27 08:42:37.691 INFO kablam! warning: variable does not need to be mutable Oct 27 08:42:37.691 INFO kablam! --> src/main.rs:105:9 Oct 27 08:42:37.691 INFO kablam! | Oct 27 08:42:37.691 INFO kablam! 105 | let mut ip2 = read_u8(&mut stream); Oct 27 08:42:37.691 INFO kablam! | ----^^^ Oct 27 08:42:37.691 INFO kablam! | | Oct 27 08:42:37.691 INFO kablam! | help: remove this `mut` Oct 27 08:42:37.691 INFO kablam! Oct 27 08:42:37.691 INFO kablam! warning: variable does not need to be mutable Oct 27 08:42:37.691 INFO kablam! --> src/main.rs:106:9 Oct 27 08:42:37.691 INFO kablam! | Oct 27 08:42:37.691 INFO kablam! 106 | let mut ip3 = read_u8(&mut stream); Oct 27 08:42:37.691 INFO kablam! | ----^^^ Oct 27 08:42:37.691 INFO kablam! | | Oct 27 08:42:37.691 INFO kablam! | help: remove this `mut` Oct 27 08:42:37.691 INFO kablam! Oct 27 08:42:37.691 INFO kablam! warning: variable does not need to be mutable Oct 27 08:42:37.691 INFO kablam! --> src/main.rs:107:9 Oct 27 08:42:37.691 INFO kablam! | Oct 27 08:42:37.691 INFO kablam! 107 | let mut ip4 = read_u8(&mut stream); Oct 27 08:42:37.691 INFO kablam! | ----^^^ Oct 27 08:42:37.691 INFO kablam! | | Oct 27 08:42:37.691 INFO kablam! | help: remove this `mut` Oct 27 08:42:37.695 INFO kablam! Oct 27 08:42:37.695 INFO kablam! warning: variable does not need to be mutable Oct 27 08:42:37.695 INFO kablam! --> src/main.rs:158:9 Oct 27 08:42:37.695 INFO kablam! | Oct 27 08:42:37.695 INFO kablam! 158 | let mut buf: [u8; 128] = [0; 128]; Oct 27 08:42:37.695 INFO kablam! | ----^^^ Oct 27 08:42:37.695 INFO kablam! | | Oct 27 08:42:37.695 INFO kablam! | help: remove this `mut` Oct 27 08:42:37.695 INFO kablam! Oct 27 08:42:37.697 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.698 INFO kablam! --> src/main.rs:85:9 Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! 85 | copy(&mut target_stream_c, &mut client_stream_c); Oct 27 08:42:37.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:42:37.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.698 INFO kablam! Oct 27 08:42:37.698 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.698 INFO kablam! --> src/main.rs:86:9 Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! 86 | target_stream_c.shutdown(Shutdown::Read); Oct 27 08:42:37.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.698 INFO kablam! Oct 27 08:42:37.698 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.698 INFO kablam! --> src/main.rs:87:9 Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! 87 | client_stream_c.shutdown(Shutdown::Write); Oct 27 08:42:37.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.698 INFO kablam! Oct 27 08:42:37.698 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.698 INFO kablam! --> src/main.rs:90:5 Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! 90 | copy(&mut client_stream, &mut target_stream); Oct 27 08:42:37.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.698 INFO kablam! Oct 27 08:42:37.698 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.698 INFO kablam! --> src/main.rs:91:5 Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! 91 | target_stream.shutdown(Shutdown::Write); Oct 27 08:42:37.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.698 INFO kablam! Oct 27 08:42:37.698 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.698 INFO kablam! --> src/main.rs:92:5 Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! 92 | client_stream.shutdown(Shutdown::Read); Oct 27 08:42:37.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.698 INFO kablam! Oct 27 08:42:37.698 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.698 INFO kablam! --> src/main.rs:113:5 Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! 113 | stream.write(&reply); Oct 27 08:42:37.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.698 INFO kablam! Oct 27 08:42:37.698 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.698 INFO kablam! --> src/main.rs:125:5 Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! 125 | stream.read(&mut buf); Oct 27 08:42:37.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.698 INFO kablam! Oct 27 08:42:37.698 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.698 INFO kablam! --> src/main.rs:140:5 Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! 140 | s.read(&mut buf); Oct 27 08:42:37.698 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.698 INFO kablam! Oct 27 08:42:37.698 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.698 INFO kablam! --> src/main.rs:147:5 Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! 147 | s.read(&mut buf); Oct 27 08:42:37.698 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.698 INFO kablam! | Oct 27 08:42:37.698 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.698 INFO kablam! Oct 27 08:42:37.714 INFO kablam! warning: unused import: `std::str::FromStr` Oct 27 08:42:37.714 INFO kablam! --> src/main.rs:3:5 Oct 27 08:42:37.714 INFO kablam! | Oct 27 08:42:37.715 INFO kablam! 3 | use std::str::FromStr; Oct 27 08:42:37.715 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.715 INFO kablam! | Oct 27 08:42:37.715 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:42:37.715 INFO kablam! Oct 27 08:42:37.715 INFO kablam! warning: unused imports: `IpAddr`, `Ipv4Addr`, `ToSocketAddrs` Oct 27 08:42:37.715 INFO kablam! --> src/main.rs:4:50 Oct 27 08:42:37.715 INFO kablam! | Oct 27 08:42:37.715 INFO kablam! 4 | use std::net::{TcpStream, TcpListener, Shutdown, IpAddr, Ipv4Addr, ToSocketAddrs}; Oct 27 08:42:37.715 INFO kablam! | ^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^ Oct 27 08:42:37.715 INFO kablam! Oct 27 08:42:37.725 INFO kablam! warning: unreachable statement Oct 27 08:42:37.726 INFO kablam! --> src/main.rs:39:5 Oct 27 08:42:37.726 INFO kablam! | Oct 27 08:42:37.726 INFO kablam! 39 | println!("Finish program"); Oct 27 08:42:37.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.726 INFO kablam! | Oct 27 08:42:37.726 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 08:42:37.726 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 27 08:42:37.726 INFO kablam! Oct 27 08:42:37.767 INFO kablam! warning: unused variable: `cmd` Oct 27 08:42:37.767 INFO kablam! --> src/main.rs:45:18 Oct 27 08:42:37.767 INFO kablam! | Oct 27 08:42:37.767 INFO kablam! 45 | let (r, ver, cmd) = check_request(&client_stream); Oct 27 08:42:37.767 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 27 08:42:37.768 INFO kablam! | Oct 27 08:42:37.768 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:42:37.768 INFO kablam! Oct 27 08:42:37.768 INFO kablam! warning: unused variable: `e` Oct 27 08:42:37.768 INFO kablam! --> src/main.rs:57:17 Oct 27 08:42:37.768 INFO kablam! | Oct 27 08:42:37.768 INFO kablam! 57 | Err(e) => { Oct 27 08:42:37.769 INFO kablam! | ^ help: consider using `_e` instead Oct 27 08:42:37.769 INFO kablam! Oct 27 08:42:37.769 INFO kablam! warning: unused variable: `buf` Oct 27 08:42:37.769 INFO kablam! --> src/main.rs:158:13 Oct 27 08:42:37.769 INFO kablam! | Oct 27 08:42:37.769 INFO kablam! 158 | let mut buf: [u8; 128] = [0; 128]; Oct 27 08:42:37.769 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 27 08:42:37.769 INFO kablam! Oct 27 08:42:37.778 INFO kablam! warning: variable does not need to be mutable Oct 27 08:42:37.779 INFO kablam! --> src/main.rs:51:9 Oct 27 08:42:37.779 INFO kablam! | Oct 27 08:42:37.779 INFO kablam! 51 | let mut target_address; Oct 27 08:42:37.779 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 27 08:42:37.779 INFO kablam! | | Oct 27 08:42:37.779 INFO kablam! | help: remove this `mut` Oct 27 08:42:37.779 INFO kablam! | Oct 27 08:42:37.780 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 08:42:37.780 INFO kablam! Oct 27 08:42:37.783 INFO kablam! warning: variable does not need to be mutable Oct 27 08:42:37.783 INFO kablam! --> src/main.rs:104:9 Oct 27 08:42:37.783 INFO kablam! | Oct 27 08:42:37.784 INFO kablam! 104 | let mut ip1 = read_u8(&mut stream); Oct 27 08:42:37.784 INFO kablam! | ----^^^ Oct 27 08:42:37.784 INFO kablam! | | Oct 27 08:42:37.784 INFO kablam! | help: remove this `mut` Oct 27 08:42:37.784 INFO kablam! Oct 27 08:42:37.784 INFO kablam! warning: variable does not need to be mutable Oct 27 08:42:37.784 INFO kablam! --> src/main.rs:105:9 Oct 27 08:42:37.784 INFO kablam! | Oct 27 08:42:37.784 INFO kablam! 105 | let mut ip2 = read_u8(&mut stream); Oct 27 08:42:37.784 INFO kablam! | ----^^^ Oct 27 08:42:37.784 INFO kablam! | | Oct 27 08:42:37.784 INFO kablam! | help: remove this `mut` Oct 27 08:42:37.784 INFO kablam! Oct 27 08:42:37.784 INFO kablam! warning: variable does not need to be mutable Oct 27 08:42:37.784 INFO kablam! --> src/main.rs:106:9 Oct 27 08:42:37.784 INFO kablam! | Oct 27 08:42:37.784 INFO kablam! 106 | let mut ip3 = read_u8(&mut stream); Oct 27 08:42:37.784 INFO kablam! | ----^^^ Oct 27 08:42:37.784 INFO kablam! | | Oct 27 08:42:37.784 INFO kablam! | help: remove this `mut` Oct 27 08:42:37.784 INFO kablam! Oct 27 08:42:37.784 INFO kablam! warning: variable does not need to be mutable Oct 27 08:42:37.784 INFO kablam! --> src/main.rs:107:9 Oct 27 08:42:37.784 INFO kablam! | Oct 27 08:42:37.784 INFO kablam! 107 | let mut ip4 = read_u8(&mut stream); Oct 27 08:42:37.784 INFO kablam! | ----^^^ Oct 27 08:42:37.784 INFO kablam! | | Oct 27 08:42:37.784 INFO kablam! | help: remove this `mut` Oct 27 08:42:37.784 INFO kablam! Oct 27 08:42:37.789 INFO kablam! warning: variable does not need to be mutable Oct 27 08:42:37.789 INFO kablam! --> src/main.rs:158:9 Oct 27 08:42:37.790 INFO kablam! | Oct 27 08:42:37.790 INFO kablam! 158 | let mut buf: [u8; 128] = [0; 128]; Oct 27 08:42:37.790 INFO kablam! | ----^^^ Oct 27 08:42:37.790 INFO kablam! | | Oct 27 08:42:37.790 INFO kablam! | help: remove this `mut` Oct 27 08:42:37.790 INFO kablam! Oct 27 08:42:37.790 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.791 INFO kablam! --> src/main.rs:85:9 Oct 27 08:42:37.791 INFO kablam! | Oct 27 08:42:37.791 INFO kablam! 85 | copy(&mut target_stream_c, &mut client_stream_c); Oct 27 08:42:37.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.791 INFO kablam! | Oct 27 08:42:37.791 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:42:37.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.792 INFO kablam! Oct 27 08:42:37.792 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.792 INFO kablam! --> src/main.rs:86:9 Oct 27 08:42:37.792 INFO kablam! | Oct 27 08:42:37.792 INFO kablam! 86 | target_stream_c.shutdown(Shutdown::Read); Oct 27 08:42:37.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.792 INFO kablam! | Oct 27 08:42:37.793 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.793 INFO kablam! Oct 27 08:42:37.793 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.793 INFO kablam! --> src/main.rs:87:9 Oct 27 08:42:37.793 INFO kablam! | Oct 27 08:42:37.793 INFO kablam! 87 | client_stream_c.shutdown(Shutdown::Write); Oct 27 08:42:37.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.794 INFO kablam! | Oct 27 08:42:37.794 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.794 INFO kablam! Oct 27 08:42:37.794 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.794 INFO kablam! --> src/main.rs:90:5 Oct 27 08:42:37.794 INFO kablam! | Oct 27 08:42:37.795 INFO kablam! 90 | copy(&mut client_stream, &mut target_stream); Oct 27 08:42:37.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.795 INFO kablam! | Oct 27 08:42:37.795 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.796 INFO kablam! Oct 27 08:42:37.797 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.797 INFO kablam! --> src/main.rs:91:5 Oct 27 08:42:37.797 INFO kablam! | Oct 27 08:42:37.797 INFO kablam! 91 | target_stream.shutdown(Shutdown::Write); Oct 27 08:42:37.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.797 INFO kablam! | Oct 27 08:42:37.797 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.798 INFO kablam! Oct 27 08:42:37.798 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.798 INFO kablam! --> src/main.rs:92:5 Oct 27 08:42:37.798 INFO kablam! | Oct 27 08:42:37.798 INFO kablam! 92 | client_stream.shutdown(Shutdown::Read); Oct 27 08:42:37.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.798 INFO kablam! | Oct 27 08:42:37.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.799 INFO kablam! Oct 27 08:42:37.799 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.799 INFO kablam! --> src/main.rs:113:5 Oct 27 08:42:37.799 INFO kablam! | Oct 27 08:42:37.799 INFO kablam! 113 | stream.write(&reply); Oct 27 08:42:37.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.800 INFO kablam! | Oct 27 08:42:37.800 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.800 INFO kablam! Oct 27 08:42:37.800 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.800 INFO kablam! --> src/main.rs:125:5 Oct 27 08:42:37.800 INFO kablam! | Oct 27 08:42:37.801 INFO kablam! 125 | stream.read(&mut buf); Oct 27 08:42:37.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.801 INFO kablam! | Oct 27 08:42:37.801 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.801 INFO kablam! Oct 27 08:42:37.801 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.801 INFO kablam! --> src/main.rs:140:5 Oct 27 08:42:37.802 INFO kablam! | Oct 27 08:42:37.802 INFO kablam! 140 | s.read(&mut buf); Oct 27 08:42:37.802 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.802 INFO kablam! | Oct 27 08:42:37.802 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.802 INFO kablam! Oct 27 08:42:37.802 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:42:37.803 INFO kablam! --> src/main.rs:147:5 Oct 27 08:42:37.803 INFO kablam! | Oct 27 08:42:37.804 INFO kablam! 147 | s.read(&mut buf); Oct 27 08:42:37.804 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 08:42:37.804 INFO kablam! | Oct 27 08:42:37.804 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:42:37.804 INFO kablam! Oct 27 08:42:37.831 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.58s Oct 27 08:42:37.831 INFO kablam! su: No module specific data is present Oct 27 08:42:38.195 INFO running `"docker" "rm" "-f" "6fd9fa713f1e45067a58626fb71dad50a4910632706ec9e4c37e4a9c0473a3bc"` Oct 27 08:42:38.358 INFO blam! 6fd9fa713f1e45067a58626fb71dad50a4910632706ec9e4c37e4a9c0473a3bc