Oct 27 08:19:22.180 INFO checking annaholmes/webserver2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 08:19:22.180 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:19:22.615 INFO blam! e26594f96f379d1de4a5d389be6876b844326fb44637054066b2e1bb0712ace2 Oct 27 08:19:22.616 INFO running `"docker" "start" "-a" "e26594f96f379d1de4a5d389be6876b844326fb44637054066b2e1bb0712ace2"` Oct 27 08:19:24.183 INFO kablam! usermod: no changes Oct 27 08:19:24.239 INFO kablam! Checking webserver2 v0.1.0 (/source) Oct 27 08:19:24.996 INFO kablam! warning: unused variable: `total_reqs` Oct 27 08:19:24.996 INFO kablam! --> src/main.rs:33:17 Oct 27 08:19:24.996 INFO kablam! | Oct 27 08:19:24.996 INFO kablam! 33 | let total_reqs = total_reqs.lock().unwrap(); Oct 27 08:19:24.996 INFO kablam! | ^^^^^^^^^^ help: consider using `_total_reqs` instead Oct 27 08:19:24.996 INFO kablam! | Oct 27 08:19:24.996 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:19:24.996 INFO kablam! Oct 27 08:19:24.996 INFO kablam! warning: unused variable: `valid_reqs` Oct 27 08:19:24.996 INFO kablam! --> src/main.rs:37:17 Oct 27 08:19:24.996 INFO kablam! | Oct 27 08:19:24.996 INFO kablam! 37 | let valid_reqs = valid_reqs.lock().unwrap(); Oct 27 08:19:24.996 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 27 08:19:24.996 INFO kablam! Oct 27 08:19:24.996 INFO kablam! warning: unused variable: `valid_reqs` Oct 27 08:19:24.996 INFO kablam! --> src/main.rs:43:70 Oct 27 08:19:24.996 INFO kablam! | Oct 27 08:19:24.996 INFO kablam! 43 | fn handle_client(mut stream: TcpStream, total_reqs: Arc>, valid_reqs: Arc>) { Oct 27 08:19:24.996 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 27 08:19:24.996 INFO kablam! Oct 27 08:19:24.996 INFO kablam! warning: variable does not need to be mutable Oct 27 08:19:24.997 INFO kablam! --> src/main.rs:101:16 Oct 27 08:19:24.997 INFO kablam! | Oct 27 08:19:24.997 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 27 08:19:24.997 INFO kablam! | ----^^^^^^^^^^ Oct 27 08:19:24.997 INFO kablam! | | Oct 27 08:19:24.997 INFO kablam! | help: remove this `mut` Oct 27 08:19:24.997 INFO kablam! | Oct 27 08:19:24.997 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 08:19:24.997 INFO kablam! Oct 27 08:19:24.997 INFO kablam! warning: variable `multFiles` should have a snake case name such as `mult_files` Oct 27 08:19:24.997 INFO kablam! --> src/main.rs:72:17 Oct 27 08:19:24.997 INFO kablam! | Oct 27 08:19:24.997 INFO kablam! 72 | let mut multFiles = words[1].split("/").collect::>(); Oct 27 08:19:24.997 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 08:19:24.997 INFO kablam! | Oct 27 08:19:24.997 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 08:19:24.997 INFO kablam! Oct 27 08:19:24.997 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 27 08:19:24.997 INFO kablam! --> src/main.rs:79:17 Oct 27 08:19:24.997 INFO kablam! | Oct 27 08:19:24.997 INFO kablam! 79 | let thisStream = Arc::new(Mutex::new(stream)); Oct 27 08:19:24.997 INFO kablam! | ^^^^^^^^^^ Oct 27 08:19:24.997 INFO kablam! Oct 27 08:19:24.997 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 27 08:19:24.997 INFO kablam! --> src/main.rs:82:21 Oct 27 08:19:24.997 INFO kablam! | Oct 27 08:19:24.997 INFO kablam! 82 | let thisStream = thisStream.clone(); Oct 27 08:19:24.997 INFO kablam! | ^^^^^^^^^^ Oct 27 08:19:24.997 INFO kablam! Oct 27 08:19:24.997 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 27 08:19:24.997 INFO kablam! --> src/main.rs:101:16 Oct 27 08:19:24.997 INFO kablam! | Oct 27 08:19:24.997 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 27 08:19:24.997 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:19:24.997 INFO kablam! Oct 27 08:19:24.997 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 27 08:19:24.997 INFO kablam! --> src/main.rs:106:13 Oct 27 08:19:24.997 INFO kablam! | Oct 27 08:19:24.997 INFO kablam! 106 | let mut thisStream = thisStream.lock().unwrap(); Oct 27 08:19:24.997 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:19:24.997 INFO kablam! Oct 27 08:19:24.997 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 27 08:19:24.997 INFO kablam! --> src/main.rs:127:21 Oct 27 08:19:24.997 INFO kablam! | Oct 27 08:19:24.997 INFO kablam! 127 | let mut thisStream = thisStream.lock().unwrap(); Oct 27 08:19:24.997 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:19:24.997 INFO kablam! Oct 27 08:19:24.997 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 27 08:19:24.997 INFO kablam! --> src/main.rs:138:21 Oct 27 08:19:24.997 INFO kablam! | Oct 27 08:19:24.997 INFO kablam! 138 | let mut thisStream = thisStream.lock().unwrap(); Oct 27 08:19:24.997 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:19:24.997 INFO kablam! Oct 27 08:19:25.137 INFO kablam! warning: unused variable: `total_reqs` Oct 27 08:19:25.137 INFO kablam! --> src/main.rs:33:17 Oct 27 08:19:25.137 INFO kablam! | Oct 27 08:19:25.137 INFO kablam! 33 | let total_reqs = total_reqs.lock().unwrap(); Oct 27 08:19:25.137 INFO kablam! | ^^^^^^^^^^ help: consider using `_total_reqs` instead Oct 27 08:19:25.138 INFO kablam! | Oct 27 08:19:25.138 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:19:25.138 INFO kablam! Oct 27 08:19:25.138 INFO kablam! warning: unused variable: `valid_reqs` Oct 27 08:19:25.138 INFO kablam! --> src/main.rs:37:17 Oct 27 08:19:25.138 INFO kablam! | Oct 27 08:19:25.138 INFO kablam! 37 | let valid_reqs = valid_reqs.lock().unwrap(); Oct 27 08:19:25.139 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 27 08:19:25.139 INFO kablam! Oct 27 08:19:25.139 INFO kablam! warning: unused variable: `valid_reqs` Oct 27 08:19:25.139 INFO kablam! --> src/main.rs:43:70 Oct 27 08:19:25.139 INFO kablam! | Oct 27 08:19:25.139 INFO kablam! 43 | fn handle_client(mut stream: TcpStream, total_reqs: Arc>, valid_reqs: Arc>) { Oct 27 08:19:25.139 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 27 08:19:25.140 INFO kablam! Oct 27 08:19:25.153 INFO kablam! warning: variable does not need to be mutable Oct 27 08:19:25.153 INFO kablam! --> src/main.rs:101:16 Oct 27 08:19:25.153 INFO kablam! | Oct 27 08:19:25.153 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 27 08:19:25.154 INFO kablam! | ----^^^^^^^^^^ Oct 27 08:19:25.154 INFO kablam! | | Oct 27 08:19:25.154 INFO kablam! | help: remove this `mut` Oct 27 08:19:25.154 INFO kablam! | Oct 27 08:19:25.154 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 08:19:25.154 INFO kablam! Oct 27 08:19:25.155 INFO kablam! warning: variable `multFiles` should have a snake case name such as `mult_files` Oct 27 08:19:25.155 INFO kablam! --> src/main.rs:72:17 Oct 27 08:19:25.155 INFO kablam! | Oct 27 08:19:25.155 INFO kablam! 72 | let mut multFiles = words[1].split("/").collect::>(); Oct 27 08:19:25.155 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 08:19:25.155 INFO kablam! | Oct 27 08:19:25.155 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 08:19:25.156 INFO kablam! Oct 27 08:19:25.156 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 27 08:19:25.156 INFO kablam! --> src/main.rs:79:17 Oct 27 08:19:25.156 INFO kablam! | Oct 27 08:19:25.156 INFO kablam! 79 | let thisStream = Arc::new(Mutex::new(stream)); Oct 27 08:19:25.156 INFO kablam! | ^^^^^^^^^^ Oct 27 08:19:25.156 INFO kablam! Oct 27 08:19:25.157 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 27 08:19:25.157 INFO kablam! --> src/main.rs:82:21 Oct 27 08:19:25.157 INFO kablam! | Oct 27 08:19:25.157 INFO kablam! 82 | let thisStream = thisStream.clone(); Oct 27 08:19:25.157 INFO kablam! | ^^^^^^^^^^ Oct 27 08:19:25.157 INFO kablam! Oct 27 08:19:25.157 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 27 08:19:25.158 INFO kablam! --> src/main.rs:101:16 Oct 27 08:19:25.158 INFO kablam! | Oct 27 08:19:25.158 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 27 08:19:25.158 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:19:25.158 INFO kablam! Oct 27 08:19:25.158 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 27 08:19:25.159 INFO kablam! --> src/main.rs:106:13 Oct 27 08:19:25.159 INFO kablam! | Oct 27 08:19:25.159 INFO kablam! 106 | let mut thisStream = thisStream.lock().unwrap(); Oct 27 08:19:25.159 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:19:25.159 INFO kablam! Oct 27 08:19:25.159 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 27 08:19:25.159 INFO kablam! --> src/main.rs:127:21 Oct 27 08:19:25.160 INFO kablam! | Oct 27 08:19:25.160 INFO kablam! 127 | let mut thisStream = thisStream.lock().unwrap(); Oct 27 08:19:25.160 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:19:25.160 INFO kablam! Oct 27 08:19:25.160 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 27 08:19:25.160 INFO kablam! --> src/main.rs:138:21 Oct 27 08:19:25.160 INFO kablam! | Oct 27 08:19:25.161 INFO kablam! 138 | let mut thisStream = thisStream.lock().unwrap(); Oct 27 08:19:25.161 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:19:25.161 INFO kablam! Oct 27 08:19:25.214 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 27 08:19:25.214 INFO kablam! su: No module specific data is present Oct 27 08:19:25.975 INFO running `"docker" "rm" "-f" "e26594f96f379d1de4a5d389be6876b844326fb44637054066b2e1bb0712ace2"` Oct 27 08:19:26.180 INFO blam! e26594f96f379d1de4a5d389be6876b844326fb44637054066b2e1bb0712ace2