Oct 12 16:35:16.245 INFO checking nginth/rusterver against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 16:35:16.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 16:35:16.724 INFO blam! de7dd5518ad8ddb5277dd74950fdb6b5ee32132f07f47515669e54e6eb40681f Oct 12 16:35:16.726 INFO running `"docker" "start" "-a" "de7dd5518ad8ddb5277dd74950fdb6b5ee32132f07f47515669e54e6eb40681f"` Oct 12 16:35:17.874 INFO kablam! usermod: no changes Oct 12 16:35:17.932 INFO kablam! Checking rusterver v0.1.0 (/source) Oct 12 16:35:18.444 INFO kablam! warning: unused import: `std::str` Oct 12 16:35:18.444 INFO kablam! --> src/main.rs:7:5 Oct 12 16:35:18.444 INFO kablam! | Oct 12 16:35:18.444 INFO kablam! 7 | use std::str; Oct 12 16:35:18.444 INFO kablam! | ^^^^^^^^ Oct 12 16:35:18.444 INFO kablam! | Oct 12 16:35:18.444 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 16:35:18.444 INFO kablam! Oct 12 16:35:18.444 INFO kablam! warning: unused import: `Error` Oct 12 16:35:18.444 INFO kablam! --> src/http/request.rs:2:33 Oct 12 16:35:18.444 INFO kablam! | Oct 12 16:35:18.444 INFO kablam! 2 | use std::io::{Lines, BufReader, Error}; Oct 12 16:35:18.444 INFO kablam! | ^^^^^ Oct 12 16:35:18.444 INFO kablam! Oct 12 16:35:18.444 INFO kablam! warning: unused import: `std::str::SplitWhitespace` Oct 12 16:35:18.444 INFO kablam! --> src/http/request.rs:4:5 Oct 12 16:35:18.444 INFO kablam! | Oct 12 16:35:18.444 INFO kablam! 4 | use std::str::SplitWhitespace; Oct 12 16:35:18.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:35:18.444 INFO kablam! Oct 12 16:35:18.472 INFO kablam! warning: unused import: `std::str` Oct 12 16:35:18.473 INFO kablam! --> src/main.rs:7:5 Oct 12 16:35:18.473 INFO kablam! | Oct 12 16:35:18.473 INFO kablam! 7 | use std::str; Oct 12 16:35:18.473 INFO kablam! | ^^^^^^^^ Oct 12 16:35:18.473 INFO kablam! | Oct 12 16:35:18.473 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 16:35:18.473 INFO kablam! Oct 12 16:35:18.473 INFO kablam! warning: unused import: `Error` Oct 12 16:35:18.473 INFO kablam! --> src/http/request.rs:2:33 Oct 12 16:35:18.473 INFO kablam! | Oct 12 16:35:18.473 INFO kablam! 2 | use std::io::{Lines, BufReader, Error}; Oct 12 16:35:18.473 INFO kablam! | ^^^^^ Oct 12 16:35:18.473 INFO kablam! Oct 12 16:35:18.473 INFO kablam! warning: unused import: `std::str::SplitWhitespace` Oct 12 16:35:18.473 INFO kablam! --> src/http/request.rs:4:5 Oct 12 16:35:18.473 INFO kablam! | Oct 12 16:35:18.473 INFO kablam! 4 | use std::str::SplitWhitespace; Oct 12 16:35:18.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:35:18.473 INFO kablam! Oct 12 16:35:18.537 INFO kablam! warning: unused variable: `request_string` Oct 12 16:35:18.537 INFO kablam! --> src/main.rs:23:13 Oct 12 16:35:18.537 INFO kablam! | Oct 12 16:35:18.537 INFO kablam! 23 | let mut request_string = String::new(); Oct 12 16:35:18.537 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_request_string` instead Oct 12 16:35:18.537 INFO kablam! | Oct 12 16:35:18.537 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 16:35:18.537 INFO kablam! Oct 12 16:35:18.540 INFO kablam! warning: unused variable: `request_string` Oct 12 16:35:18.540 INFO kablam! --> src/main.rs:23:13 Oct 12 16:35:18.540 INFO kablam! | Oct 12 16:35:18.540 INFO kablam! 23 | let mut request_string = String::new(); Oct 12 16:35:18.540 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_request_string` instead Oct 12 16:35:18.540 INFO kablam! | Oct 12 16:35:18.540 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 16:35:18.540 INFO kablam! Oct 12 16:35:18.548 INFO kablam! warning: variable does not need to be mutable Oct 12 16:35:18.548 INFO kablam! --> src/main.rs:22:9 Oct 12 16:35:18.548 INFO kablam! | Oct 12 16:35:18.548 INFO kablam! 22 | let mut reader = BufReader::new(stream); Oct 12 16:35:18.548 INFO kablam! | ----^^^^^^ Oct 12 16:35:18.548 INFO kablam! | | Oct 12 16:35:18.548 INFO kablam! | help: remove this `mut` Oct 12 16:35:18.548 INFO kablam! | Oct 12 16:35:18.548 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 16:35:18.548 INFO kablam! Oct 12 16:35:18.548 INFO kablam! warning: variable does not need to be mutable Oct 12 16:35:18.548 INFO kablam! --> src/main.rs:23:9 Oct 12 16:35:18.548 INFO kablam! | Oct 12 16:35:18.548 INFO kablam! 23 | let mut request_string = String::new(); Oct 12 16:35:18.548 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 12 16:35:18.548 INFO kablam! | | Oct 12 16:35:18.548 INFO kablam! | help: remove this `mut` Oct 12 16:35:18.548 INFO kablam! Oct 12 16:35:18.556 INFO kablam! warning: variable does not need to be mutable Oct 12 16:35:18.556 INFO kablam! --> src/main.rs:22:9 Oct 12 16:35:18.556 INFO kablam! | Oct 12 16:35:18.556 INFO kablam! 22 | let mut reader = BufReader::new(stream); Oct 12 16:35:18.556 INFO kablam! | ----^^^^^^ Oct 12 16:35:18.556 INFO kablam! | | Oct 12 16:35:18.556 INFO kablam! | help: remove this `mut` Oct 12 16:35:18.556 INFO kablam! | Oct 12 16:35:18.556 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 16:35:18.556 INFO kablam! Oct 12 16:35:18.556 INFO kablam! warning: variable does not need to be mutable Oct 12 16:35:18.556 INFO kablam! --> src/main.rs:23:9 Oct 12 16:35:18.556 INFO kablam! | Oct 12 16:35:18.556 INFO kablam! 23 | let mut request_string = String::new(); Oct 12 16:35:18.556 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 12 16:35:18.556 INFO kablam! | | Oct 12 16:35:18.556 INFO kablam! | help: remove this `mut` Oct 12 16:35:18.556 INFO kablam! Oct 12 16:35:18.556 INFO kablam! warning: variable does not need to be mutable Oct 12 16:35:18.556 INFO kablam! --> src/http/response.rs:48:48 Oct 12 16:35:18.556 INFO kablam! | Oct 12 16:35:18.556 INFO kablam! 48 | pub fn get_byte_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) -> &[u8] { Oct 12 16:35:18.557 INFO kablam! | ----^^^^^^^^^^^ Oct 12 16:35:18.557 INFO kablam! | | Oct 12 16:35:18.557 INFO kablam! | help: remove this `mut` Oct 12 16:35:18.557 INFO kablam! Oct 12 16:35:18.567 INFO kablam! warning: variable does not need to be mutable Oct 12 16:35:18.567 INFO kablam! --> src/http/response.rs:55:45 Oct 12 16:35:18.567 INFO kablam! | Oct 12 16:35:18.567 INFO kablam! 55 | fn construct_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) { Oct 12 16:35:18.567 INFO kablam! | ----^^^^^^^^^^^ Oct 12 16:35:18.567 INFO kablam! | | Oct 12 16:35:18.567 INFO kablam! | help: remove this `mut` Oct 12 16:35:18.567 INFO kablam! Oct 12 16:35:18.567 INFO kablam! warning: method is never used: `get_reason` Oct 12 16:35:18.567 INFO kablam! --> src/http/response.rs:33:5 Oct 12 16:35:18.567 INFO kablam! | Oct 12 16:35:18.567 INFO kablam! 33 | pub fn get_reason(&self) -> &'a str { Oct 12 16:35:18.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:35:18.567 INFO kablam! | Oct 12 16:35:18.567 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 16:35:18.567 INFO kablam! Oct 12 16:35:18.567 INFO kablam! warning: method is never used: `get_code` Oct 12 16:35:18.567 INFO kablam! --> src/http/response.rs:37:5 Oct 12 16:35:18.567 INFO kablam! | Oct 12 16:35:18.567 INFO kablam! 37 | pub fn get_code(&self) -> &'a str { Oct 12 16:35:18.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:35:18.567 INFO kablam! Oct 12 16:35:18.567 INFO kablam! warning: method is never used: `get_version` Oct 12 16:35:18.567 INFO kablam! --> src/http/response.rs:41:5 Oct 12 16:35:18.567 INFO kablam! | Oct 12 16:35:18.567 INFO kablam! 41 | pub fn get_version(&self) -> &'a str { Oct 12 16:35:18.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:35:18.567 INFO kablam! Oct 12 16:35:18.567 INFO kablam! warning: variable does not need to be mutable Oct 12 16:35:18.567 INFO kablam! --> src/http/response.rs:48:48 Oct 12 16:35:18.567 INFO kablam! | Oct 12 16:35:18.567 INFO kablam! 48 | pub fn get_byte_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) -> &[u8] { Oct 12 16:35:18.567 INFO kablam! | ----^^^^^^^^^^^ Oct 12 16:35:18.567 INFO kablam! | | Oct 12 16:35:18.567 INFO kablam! | help: remove this `mut` Oct 12 16:35:18.567 INFO kablam! Oct 12 16:35:18.576 INFO kablam! warning: variable does not need to be mutable Oct 12 16:35:18.576 INFO kablam! --> src/http/response.rs:55:45 Oct 12 16:35:18.576 INFO kablam! | Oct 12 16:35:18.576 INFO kablam! 55 | fn construct_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) { Oct 12 16:35:18.576 INFO kablam! | ----^^^^^^^^^^^ Oct 12 16:35:18.576 INFO kablam! | | Oct 12 16:35:18.576 INFO kablam! | help: remove this `mut` Oct 12 16:35:18.576 INFO kablam! Oct 12 16:35:18.576 INFO kablam! warning: method is never used: `get_reason` Oct 12 16:35:18.576 INFO kablam! --> src/http/response.rs:33:5 Oct 12 16:35:18.576 INFO kablam! | Oct 12 16:35:18.576 INFO kablam! 33 | pub fn get_reason(&self) -> &'a str { Oct 12 16:35:18.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:35:18.576 INFO kablam! | Oct 12 16:35:18.576 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 16:35:18.576 INFO kablam! Oct 12 16:35:18.576 INFO kablam! warning: method is never used: `get_code` Oct 12 16:35:18.576 INFO kablam! --> src/http/response.rs:37:5 Oct 12 16:35:18.576 INFO kablam! | Oct 12 16:35:18.576 INFO kablam! 37 | pub fn get_code(&self) -> &'a str { Oct 12 16:35:18.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:35:18.576 INFO kablam! Oct 12 16:35:18.576 INFO kablam! warning: method is never used: `get_version` Oct 12 16:35:18.576 INFO kablam! --> src/http/response.rs:41:5 Oct 12 16:35:18.576 INFO kablam! | Oct 12 16:35:18.576 INFO kablam! 41 | pub fn get_version(&self) -> &'a str { Oct 12 16:35:18.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:35:18.576 INFO kablam! Oct 12 16:35:18.592 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.70s Oct 12 16:35:18.592 INFO kablam! su: No module specific data is present Oct 12 16:35:19.352 INFO running `"docker" "rm" "-f" "de7dd5518ad8ddb5277dd74950fdb6b5ee32132f07f47515669e54e6eb40681f"` Oct 12 16:35:19.596 INFO blam! de7dd5518ad8ddb5277dd74950fdb6b5ee32132f07f47515669e54e6eb40681f