Oct 13 01:33:54.889 INFO checking ak1t0/rust-socks-server against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 01:33:54.889 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 01:33:55.349 INFO blam! 5260bc84832261cb4b6c7a8a67835396b44db51c59c1581f49236f76f28ad75a Oct 13 01:33:55.356 INFO running `"docker" "start" "-a" "5260bc84832261cb4b6c7a8a67835396b44db51c59c1581f49236f76f28ad75a"` Oct 13 01:33:55.945 INFO kablam! usermod: no changes Oct 13 01:33:55.981 INFO kablam! Checking rust-socks-server v0.1.0 (/source) Oct 13 01:33:56.492 INFO kablam! warning: unused import: `std::str::FromStr` Oct 13 01:33:56.492 INFO kablam! --> src/main.rs:3:5 Oct 13 01:33:56.493 INFO kablam! | Oct 13 01:33:56.493 INFO kablam! 3 | use std::str::FromStr; Oct 13 01:33:56.493 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.493 INFO kablam! | Oct 13 01:33:56.493 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:33:56.493 INFO kablam! Oct 13 01:33:56.493 INFO kablam! warning: unused imports: `IpAddr`, `Ipv4Addr`, `ToSocketAddrs` Oct 13 01:33:56.493 INFO kablam! --> src/main.rs:4:50 Oct 13 01:33:56.493 INFO kablam! | Oct 13 01:33:56.493 INFO kablam! 4 | use std::net::{TcpStream, TcpListener, Shutdown, IpAddr, Ipv4Addr, ToSocketAddrs}; Oct 13 01:33:56.493 INFO kablam! | ^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 01:33:56.493 INFO kablam! Oct 13 01:33:56.493 INFO kablam! warning: unused import: `std::str::FromStr` Oct 13 01:33:56.493 INFO kablam! --> src/main.rs:3:5 Oct 13 01:33:56.493 INFO kablam! | Oct 13 01:33:56.493 INFO kablam! 3 | use std::str::FromStr; Oct 13 01:33:56.493 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.493 INFO kablam! | Oct 13 01:33:56.493 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:33:56.493 INFO kablam! Oct 13 01:33:56.493 INFO kablam! warning: unused imports: `IpAddr`, `Ipv4Addr`, `ToSocketAddrs` Oct 13 01:33:56.493 INFO kablam! --> src/main.rs:4:50 Oct 13 01:33:56.493 INFO kablam! | Oct 13 01:33:56.493 INFO kablam! 4 | use std::net::{TcpStream, TcpListener, Shutdown, IpAddr, Ipv4Addr, ToSocketAddrs}; Oct 13 01:33:56.493 INFO kablam! | ^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 01:33:56.494 INFO kablam! Oct 13 01:33:56.504 INFO kablam! warning: unreachable statement Oct 13 01:33:56.504 INFO kablam! --> src/main.rs:39:5 Oct 13 01:33:56.504 INFO kablam! | Oct 13 01:33:56.504 INFO kablam! 39 | println!("Finish program"); Oct 13 01:33:56.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.505 INFO kablam! | Oct 13 01:33:56.505 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:33:56.505 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 13 01:33:56.505 INFO kablam! Oct 13 01:33:56.516 INFO kablam! warning: unreachable statement Oct 13 01:33:56.516 INFO kablam! --> src/main.rs:39:5 Oct 13 01:33:56.516 INFO kablam! | Oct 13 01:33:56.517 INFO kablam! 39 | println!("Finish program"); Oct 13 01:33:56.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.517 INFO kablam! | Oct 13 01:33:56.517 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 01:33:56.517 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 13 01:33:56.517 INFO kablam! Oct 13 01:33:56.549 INFO kablam! warning: unused variable: `cmd` Oct 13 01:33:56.549 INFO kablam! --> src/main.rs:45:18 Oct 13 01:33:56.549 INFO kablam! | Oct 13 01:33:56.549 INFO kablam! 45 | let (r, ver, cmd) = check_request(&client_stream); Oct 13 01:33:56.549 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 13 01:33:56.549 INFO kablam! | Oct 13 01:33:56.549 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:33:56.549 INFO kablam! Oct 13 01:33:56.549 INFO kablam! warning: unused variable: `e` Oct 13 01:33:56.549 INFO kablam! --> src/main.rs:57:17 Oct 13 01:33:56.549 INFO kablam! | Oct 13 01:33:56.549 INFO kablam! 57 | Err(e) => { Oct 13 01:33:56.549 INFO kablam! | ^ help: consider using `_e` instead Oct 13 01:33:56.549 INFO kablam! Oct 13 01:33:56.549 INFO kablam! warning: unused variable: `buf` Oct 13 01:33:56.549 INFO kablam! --> src/main.rs:158:13 Oct 13 01:33:56.549 INFO kablam! | Oct 13 01:33:56.550 INFO kablam! 158 | let mut buf: [u8; 128] = [0; 128]; Oct 13 01:33:56.550 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 13 01:33:56.550 INFO kablam! Oct 13 01:33:56.561 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:56.561 INFO kablam! --> src/main.rs:51:9 Oct 13 01:33:56.561 INFO kablam! | Oct 13 01:33:56.561 INFO kablam! 51 | let mut target_address; Oct 13 01:33:56.562 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 13 01:33:56.562 INFO kablam! | | Oct 13 01:33:56.572 INFO kablam! | help: remove this `mut` Oct 13 01:33:56.572 INFO kablam! | Oct 13 01:33:56.572 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:33:56.572 INFO kablam! Oct 13 01:33:56.572 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:56.572 INFO kablam! --> src/main.rs:104:9 Oct 13 01:33:56.572 INFO kablam! | Oct 13 01:33:56.572 INFO kablam! 104 | let mut ip1 = read_u8(&mut stream); Oct 13 01:33:56.572 INFO kablam! | ----^^^ Oct 13 01:33:56.572 INFO kablam! | | Oct 13 01:33:56.572 INFO kablam! | help: remove this `mut` Oct 13 01:33:56.572 INFO kablam! Oct 13 01:33:56.572 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:56.572 INFO kablam! --> src/main.rs:105:9 Oct 13 01:33:56.572 INFO kablam! | Oct 13 01:33:56.572 INFO kablam! 105 | let mut ip2 = read_u8(&mut stream); Oct 13 01:33:56.572 INFO kablam! | ----^^^ Oct 13 01:33:56.572 INFO kablam! | | Oct 13 01:33:56.572 INFO kablam! | help: remove this `mut` Oct 13 01:33:56.572 INFO kablam! Oct 13 01:33:56.572 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:56.572 INFO kablam! --> src/main.rs:106:9 Oct 13 01:33:56.572 INFO kablam! | Oct 13 01:33:56.572 INFO kablam! 106 | let mut ip3 = read_u8(&mut stream); Oct 13 01:33:56.572 INFO kablam! | ----^^^ Oct 13 01:33:56.572 INFO kablam! | | Oct 13 01:33:56.572 INFO kablam! | help: remove this `mut` Oct 13 01:33:56.572 INFO kablam! Oct 13 01:33:56.572 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:56.572 INFO kablam! --> src/main.rs:107:9 Oct 13 01:33:56.572 INFO kablam! | Oct 13 01:33:56.572 INFO kablam! 107 | let mut ip4 = read_u8(&mut stream); Oct 13 01:33:56.572 INFO kablam! | ----^^^ Oct 13 01:33:56.572 INFO kablam! | | Oct 13 01:33:56.572 INFO kablam! | help: remove this `mut` Oct 13 01:33:56.572 INFO kablam! Oct 13 01:33:56.576 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:56.576 INFO kablam! --> src/main.rs:158:9 Oct 13 01:33:56.576 INFO kablam! | Oct 13 01:33:56.576 INFO kablam! 158 | let mut buf: [u8; 128] = [0; 128]; Oct 13 01:33:56.576 INFO kablam! | ----^^^ Oct 13 01:33:56.576 INFO kablam! | | Oct 13 01:33:56.576 INFO kablam! | help: remove this `mut` Oct 13 01:33:56.576 INFO kablam! Oct 13 01:33:56.576 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.576 INFO kablam! --> src/main.rs:85:9 Oct 13 01:33:56.576 INFO kablam! | Oct 13 01:33:56.577 INFO kablam! 85 | copy(&mut target_stream_c, &mut client_stream_c); Oct 13 01:33:56.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.577 INFO kablam! | Oct 13 01:33:56.577 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:33:56.577 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.577 INFO kablam! Oct 13 01:33:56.577 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.577 INFO kablam! --> src/main.rs:86:9 Oct 13 01:33:56.577 INFO kablam! | Oct 13 01:33:56.577 INFO kablam! 86 | target_stream_c.shutdown(Shutdown::Read); Oct 13 01:33:56.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.577 INFO kablam! | Oct 13 01:33:56.577 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.577 INFO kablam! Oct 13 01:33:56.577 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.577 INFO kablam! --> src/main.rs:87:9 Oct 13 01:33:56.577 INFO kablam! | Oct 13 01:33:56.577 INFO kablam! 87 | client_stream_c.shutdown(Shutdown::Write); Oct 13 01:33:56.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.577 INFO kablam! | Oct 13 01:33:56.577 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.577 INFO kablam! Oct 13 01:33:56.577 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.578 INFO kablam! --> src/main.rs:90:5 Oct 13 01:33:56.578 INFO kablam! | Oct 13 01:33:56.578 INFO kablam! 90 | copy(&mut client_stream, &mut target_stream); Oct 13 01:33:56.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.578 INFO kablam! | Oct 13 01:33:56.578 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.578 INFO kablam! Oct 13 01:33:56.578 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.578 INFO kablam! --> src/main.rs:91:5 Oct 13 01:33:56.578 INFO kablam! | Oct 13 01:33:56.578 INFO kablam! 91 | target_stream.shutdown(Shutdown::Write); Oct 13 01:33:56.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.578 INFO kablam! | Oct 13 01:33:56.578 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.578 INFO kablam! Oct 13 01:33:56.578 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.578 INFO kablam! --> src/main.rs:92:5 Oct 13 01:33:56.578 INFO kablam! | Oct 13 01:33:56.578 INFO kablam! 92 | client_stream.shutdown(Shutdown::Read); Oct 13 01:33:56.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.578 INFO kablam! | Oct 13 01:33:56.578 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.578 INFO kablam! Oct 13 01:33:56.579 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.579 INFO kablam! --> src/main.rs:113:5 Oct 13 01:33:56.579 INFO kablam! | Oct 13 01:33:56.579 INFO kablam! 113 | stream.write(&reply); Oct 13 01:33:56.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.579 INFO kablam! | Oct 13 01:33:56.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.579 INFO kablam! Oct 13 01:33:56.579 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.579 INFO kablam! --> src/main.rs:125:5 Oct 13 01:33:56.579 INFO kablam! | Oct 13 01:33:56.579 INFO kablam! 125 | stream.read(&mut buf); Oct 13 01:33:56.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.579 INFO kablam! | Oct 13 01:33:56.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.579 INFO kablam! Oct 13 01:33:56.579 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.579 INFO kablam! --> src/main.rs:140:5 Oct 13 01:33:56.579 INFO kablam! | Oct 13 01:33:56.579 INFO kablam! 140 | s.read(&mut buf); Oct 13 01:33:56.579 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.579 INFO kablam! | Oct 13 01:33:56.579 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.580 INFO kablam! Oct 13 01:33:56.580 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.580 INFO kablam! --> src/main.rs:147:5 Oct 13 01:33:56.580 INFO kablam! | Oct 13 01:33:56.580 INFO kablam! 147 | s.read(&mut buf); Oct 13 01:33:56.580 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.580 INFO kablam! | Oct 13 01:33:56.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.580 INFO kablam! Oct 13 01:33:56.628 INFO kablam! warning: unused variable: `cmd` Oct 13 01:33:56.628 INFO kablam! --> src/main.rs:45:18 Oct 13 01:33:56.628 INFO kablam! | Oct 13 01:33:56.628 INFO kablam! 45 | let (r, ver, cmd) = check_request(&client_stream); Oct 13 01:33:56.628 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 13 01:33:56.628 INFO kablam! | Oct 13 01:33:56.628 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:33:56.628 INFO kablam! Oct 13 01:33:56.628 INFO kablam! warning: unused variable: `e` Oct 13 01:33:56.628 INFO kablam! --> src/main.rs:57:17 Oct 13 01:33:56.629 INFO kablam! | Oct 13 01:33:56.629 INFO kablam! 57 | Err(e) => { Oct 13 01:33:56.629 INFO kablam! | ^ help: consider using `_e` instead Oct 13 01:33:56.629 INFO kablam! Oct 13 01:33:56.629 INFO kablam! warning: unused variable: `buf` Oct 13 01:33:56.629 INFO kablam! --> src/main.rs:158:13 Oct 13 01:33:56.629 INFO kablam! | Oct 13 01:33:56.629 INFO kablam! 158 | let mut buf: [u8; 128] = [0; 128]; Oct 13 01:33:56.629 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 13 01:33:56.629 INFO kablam! Oct 13 01:33:56.652 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:56.652 INFO kablam! --> src/main.rs:51:9 Oct 13 01:33:56.652 INFO kablam! | Oct 13 01:33:56.652 INFO kablam! 51 | let mut target_address; Oct 13 01:33:56.652 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 13 01:33:56.652 INFO kablam! | | Oct 13 01:33:56.652 INFO kablam! | help: remove this `mut` Oct 13 01:33:56.652 INFO kablam! | Oct 13 01:33:56.652 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:33:56.652 INFO kablam! Oct 13 01:33:56.660 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:56.660 INFO kablam! --> src/main.rs:104:9 Oct 13 01:33:56.660 INFO kablam! | Oct 13 01:33:56.660 INFO kablam! 104 | let mut ip1 = read_u8(&mut stream); Oct 13 01:33:56.660 INFO kablam! | ----^^^ Oct 13 01:33:56.660 INFO kablam! | | Oct 13 01:33:56.660 INFO kablam! | help: remove this `mut` Oct 13 01:33:56.660 INFO kablam! Oct 13 01:33:56.660 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:56.660 INFO kablam! --> src/main.rs:105:9 Oct 13 01:33:56.660 INFO kablam! | Oct 13 01:33:56.660 INFO kablam! 105 | let mut ip2 = read_u8(&mut stream); Oct 13 01:33:56.660 INFO kablam! | ----^^^ Oct 13 01:33:56.660 INFO kablam! | | Oct 13 01:33:56.660 INFO kablam! | help: remove this `mut` Oct 13 01:33:56.660 INFO kablam! Oct 13 01:33:56.660 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:56.660 INFO kablam! --> src/main.rs:106:9 Oct 13 01:33:56.660 INFO kablam! | Oct 13 01:33:56.660 INFO kablam! 106 | let mut ip3 = read_u8(&mut stream); Oct 13 01:33:56.661 INFO kablam! | ----^^^ Oct 13 01:33:56.661 INFO kablam! | | Oct 13 01:33:56.661 INFO kablam! | help: remove this `mut` Oct 13 01:33:56.661 INFO kablam! Oct 13 01:33:56.661 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:56.661 INFO kablam! --> src/main.rs:107:9 Oct 13 01:33:56.661 INFO kablam! | Oct 13 01:33:56.661 INFO kablam! 107 | let mut ip4 = read_u8(&mut stream); Oct 13 01:33:56.661 INFO kablam! | ----^^^ Oct 13 01:33:56.661 INFO kablam! | | Oct 13 01:33:56.661 INFO kablam! | help: remove this `mut` Oct 13 01:33:56.661 INFO kablam! Oct 13 01:33:56.662 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:56.662 INFO kablam! --> src/main.rs:158:9 Oct 13 01:33:56.662 INFO kablam! | Oct 13 01:33:56.662 INFO kablam! 158 | let mut buf: [u8; 128] = [0; 128]; Oct 13 01:33:56.662 INFO kablam! | ----^^^ Oct 13 01:33:56.662 INFO kablam! | | Oct 13 01:33:56.662 INFO kablam! | help: remove this `mut` Oct 13 01:33:56.662 INFO kablam! Oct 13 01:33:56.662 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.662 INFO kablam! --> src/main.rs:85:9 Oct 13 01:33:56.662 INFO kablam! | Oct 13 01:33:56.662 INFO kablam! 85 | copy(&mut target_stream_c, &mut client_stream_c); Oct 13 01:33:56.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.662 INFO kablam! | Oct 13 01:33:56.662 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 01:33:56.662 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.662 INFO kablam! Oct 13 01:33:56.662 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.662 INFO kablam! --> src/main.rs:86:9 Oct 13 01:33:56.662 INFO kablam! | Oct 13 01:33:56.662 INFO kablam! 86 | target_stream_c.shutdown(Shutdown::Read); Oct 13 01:33:56.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.662 INFO kablam! | Oct 13 01:33:56.662 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.663 INFO kablam! Oct 13 01:33:56.663 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.663 INFO kablam! --> src/main.rs:87:9 Oct 13 01:33:56.663 INFO kablam! | Oct 13 01:33:56.663 INFO kablam! 87 | client_stream_c.shutdown(Shutdown::Write); Oct 13 01:33:56.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.663 INFO kablam! | Oct 13 01:33:56.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.663 INFO kablam! Oct 13 01:33:56.663 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.663 INFO kablam! --> src/main.rs:90:5 Oct 13 01:33:56.663 INFO kablam! | Oct 13 01:33:56.663 INFO kablam! 90 | copy(&mut client_stream, &mut target_stream); Oct 13 01:33:56.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.663 INFO kablam! | Oct 13 01:33:56.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.663 INFO kablam! Oct 13 01:33:56.663 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.663 INFO kablam! --> src/main.rs:91:5 Oct 13 01:33:56.663 INFO kablam! | Oct 13 01:33:56.663 INFO kablam! 91 | target_stream.shutdown(Shutdown::Write); Oct 13 01:33:56.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.663 INFO kablam! | Oct 13 01:33:56.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.664 INFO kablam! Oct 13 01:33:56.664 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.664 INFO kablam! --> src/main.rs:92:5 Oct 13 01:33:56.664 INFO kablam! | Oct 13 01:33:56.664 INFO kablam! 92 | client_stream.shutdown(Shutdown::Read); Oct 13 01:33:56.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.664 INFO kablam! | Oct 13 01:33:56.664 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.664 INFO kablam! Oct 13 01:33:56.668 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.668 INFO kablam! --> src/main.rs:113:5 Oct 13 01:33:56.668 INFO kablam! | Oct 13 01:33:56.668 INFO kablam! 113 | stream.write(&reply); Oct 13 01:33:56.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.668 INFO kablam! | Oct 13 01:33:56.668 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.668 INFO kablam! Oct 13 01:33:56.668 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.668 INFO kablam! --> src/main.rs:125:5 Oct 13 01:33:56.668 INFO kablam! | Oct 13 01:33:56.668 INFO kablam! 125 | stream.read(&mut buf); Oct 13 01:33:56.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.669 INFO kablam! | Oct 13 01:33:56.669 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.669 INFO kablam! Oct 13 01:33:56.669 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.669 INFO kablam! --> src/main.rs:140:5 Oct 13 01:33:56.669 INFO kablam! | Oct 13 01:33:56.669 INFO kablam! 140 | s.read(&mut buf); Oct 13 01:33:56.669 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.669 INFO kablam! | Oct 13 01:33:56.669 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.669 INFO kablam! Oct 13 01:33:56.670 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 01:33:56.670 INFO kablam! --> src/main.rs:147:5 Oct 13 01:33:56.670 INFO kablam! | Oct 13 01:33:56.670 INFO kablam! 147 | s.read(&mut buf); Oct 13 01:33:56.670 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 01:33:56.670 INFO kablam! | Oct 13 01:33:56.670 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 01:33:56.670 INFO kablam! Oct 13 01:33:56.694 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 13 01:33:56.703 INFO kablam! su: No module specific data is present Oct 13 01:33:57.353 INFO running `"docker" "rm" "-f" "5260bc84832261cb4b6c7a8a67835396b44db51c59c1581f49236f76f28ad75a"` Oct 13 01:33:57.488 INFO blam! 5260bc84832261cb4b6c7a8a67835396b44db51c59c1581f49236f76f28ad75a