Oct 26 23:45:38.048 INFO checking nginth/rusterver against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:45:38.048 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 26 23:45:38.455 INFO blam! 53742e0b727e69b0f8ce4f7aa120b609d13046d1b8ac45ff4b69dbbc6f34d7cf Oct 26 23:45:38.475 INFO running `"docker" "start" "-a" "53742e0b727e69b0f8ce4f7aa120b609d13046d1b8ac45ff4b69dbbc6f34d7cf"` Oct 26 23:45:40.510 INFO kablam! usermod: no changes Oct 26 23:45:40.555 INFO kablam! Checking rusterver v0.1.0 (/source) Oct 26 23:45:41.183 INFO kablam! warning: unused import: `std::str` Oct 26 23:45:41.183 INFO kablam! --> src/main.rs:7:5 Oct 26 23:45:41.183 INFO kablam! | Oct 26 23:45:41.183 INFO kablam! 7 | use std::str; Oct 26 23:45:41.183 INFO kablam! | ^^^^^^^^ Oct 26 23:45:41.183 INFO kablam! | Oct 26 23:45:41.183 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:45:41.183 INFO kablam! Oct 26 23:45:41.183 INFO kablam! warning: unused import: `Error` Oct 26 23:45:41.183 INFO kablam! --> src/http/request.rs:2:33 Oct 26 23:45:41.183 INFO kablam! | Oct 26 23:45:41.183 INFO kablam! 2 | use std::io::{Lines, BufReader, Error}; Oct 26 23:45:41.183 INFO kablam! | ^^^^^ Oct 26 23:45:41.183 INFO kablam! Oct 26 23:45:41.183 INFO kablam! warning: unused import: `std::str::SplitWhitespace` Oct 26 23:45:41.183 INFO kablam! --> src/http/request.rs:4:5 Oct 26 23:45:41.183 INFO kablam! | Oct 26 23:45:41.183 INFO kablam! 4 | use std::str::SplitWhitespace; Oct 26 23:45:41.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:45:41.183 INFO kablam! Oct 26 23:45:41.259 INFO kablam! warning: unused import: `std::str` Oct 26 23:45:41.259 INFO kablam! --> src/main.rs:7:5 Oct 26 23:45:41.259 INFO kablam! | Oct 26 23:45:41.259 INFO kablam! 7 | use std::str; Oct 26 23:45:41.259 INFO kablam! | ^^^^^^^^ Oct 26 23:45:41.259 INFO kablam! | Oct 26 23:45:41.259 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:45:41.259 INFO kablam! Oct 26 23:45:41.259 INFO kablam! warning: unused import: `Error` Oct 26 23:45:41.259 INFO kablam! --> src/http/request.rs:2:33 Oct 26 23:45:41.259 INFO kablam! | Oct 26 23:45:41.259 INFO kablam! 2 | use std::io::{Lines, BufReader, Error}; Oct 26 23:45:41.259 INFO kablam! | ^^^^^ Oct 26 23:45:41.259 INFO kablam! Oct 26 23:45:41.259 INFO kablam! warning: unused import: `std::str::SplitWhitespace` Oct 26 23:45:41.259 INFO kablam! --> src/http/request.rs:4:5 Oct 26 23:45:41.259 INFO kablam! | Oct 26 23:45:41.259 INFO kablam! 4 | use std::str::SplitWhitespace; Oct 26 23:45:41.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:45:41.259 INFO kablam! Oct 26 23:45:41.275 INFO kablam! warning: unused variable: `request_string` Oct 26 23:45:41.275 INFO kablam! --> src/main.rs:23:13 Oct 26 23:45:41.275 INFO kablam! | Oct 26 23:45:41.275 INFO kablam! 23 | let mut request_string = String::new(); Oct 26 23:45:41.275 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_request_string` instead Oct 26 23:45:41.275 INFO kablam! | Oct 26 23:45:41.275 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:45:41.275 INFO kablam! Oct 26 23:45:41.275 INFO kablam! warning: variable does not need to be mutable Oct 26 23:45:41.275 INFO kablam! --> src/main.rs:22:9 Oct 26 23:45:41.275 INFO kablam! | Oct 26 23:45:41.275 INFO kablam! 22 | let mut reader = BufReader::new(stream); Oct 26 23:45:41.275 INFO kablam! | ----^^^^^^ Oct 26 23:45:41.275 INFO kablam! | | Oct 26 23:45:41.275 INFO kablam! | help: remove this `mut` Oct 26 23:45:41.275 INFO kablam! | Oct 26 23:45:41.275 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 23:45:41.275 INFO kablam! Oct 26 23:45:41.275 INFO kablam! warning: variable does not need to be mutable Oct 26 23:45:41.275 INFO kablam! --> src/main.rs:23:9 Oct 26 23:45:41.275 INFO kablam! | Oct 26 23:45:41.275 INFO kablam! 23 | let mut request_string = String::new(); Oct 26 23:45:41.275 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 26 23:45:41.275 INFO kablam! | | Oct 26 23:45:41.275 INFO kablam! | help: remove this `mut` Oct 26 23:45:41.275 INFO kablam! Oct 26 23:45:41.295 INFO kablam! warning: variable does not need to be mutable Oct 26 23:45:41.295 INFO kablam! --> src/http/response.rs:48:48 Oct 26 23:45:41.295 INFO kablam! | Oct 26 23:45:41.295 INFO kablam! 48 | pub fn get_byte_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) -> &[u8] { Oct 26 23:45:41.295 INFO kablam! | ----^^^^^^^^^^^ Oct 26 23:45:41.295 INFO kablam! | | Oct 26 23:45:41.295 INFO kablam! | help: remove this `mut` Oct 26 23:45:41.295 INFO kablam! Oct 26 23:45:41.307 INFO kablam! warning: variable does not need to be mutable Oct 26 23:45:41.307 INFO kablam! --> src/http/response.rs:55:45 Oct 26 23:45:41.307 INFO kablam! | Oct 26 23:45:41.307 INFO kablam! 55 | fn construct_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) { Oct 26 23:45:41.307 INFO kablam! | ----^^^^^^^^^^^ Oct 26 23:45:41.307 INFO kablam! | | Oct 26 23:45:41.307 INFO kablam! | help: remove this `mut` Oct 26 23:45:41.307 INFO kablam! Oct 26 23:45:41.307 INFO kablam! warning: method is never used: `get_reason` Oct 26 23:45:41.307 INFO kablam! --> src/http/response.rs:33:5 Oct 26 23:45:41.307 INFO kablam! | Oct 26 23:45:41.307 INFO kablam! 33 | pub fn get_reason(&self) -> &'a str { Oct 26 23:45:41.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:45:41.307 INFO kablam! | Oct 26 23:45:41.307 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:45:41.307 INFO kablam! Oct 26 23:45:41.307 INFO kablam! warning: method is never used: `get_code` Oct 26 23:45:41.307 INFO kablam! --> src/http/response.rs:37:5 Oct 26 23:45:41.307 INFO kablam! | Oct 26 23:45:41.307 INFO kablam! 37 | pub fn get_code(&self) -> &'a str { Oct 26 23:45:41.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:45:41.307 INFO kablam! Oct 26 23:45:41.307 INFO kablam! warning: method is never used: `get_version` Oct 26 23:45:41.307 INFO kablam! --> src/http/response.rs:41:5 Oct 26 23:45:41.307 INFO kablam! | Oct 26 23:45:41.307 INFO kablam! 41 | pub fn get_version(&self) -> &'a str { Oct 26 23:45:41.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:45:41.307 INFO kablam! Oct 26 23:45:41.355 INFO kablam! warning: unused variable: `request_string` Oct 26 23:45:41.355 INFO kablam! --> src/main.rs:23:13 Oct 26 23:45:41.355 INFO kablam! | Oct 26 23:45:41.355 INFO kablam! 23 | let mut request_string = String::new(); Oct 26 23:45:41.355 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_request_string` instead Oct 26 23:45:41.355 INFO kablam! | Oct 26 23:45:41.355 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:45:41.355 INFO kablam! Oct 26 23:45:41.367 INFO kablam! warning: variable does not need to be mutable Oct 26 23:45:41.367 INFO kablam! --> src/main.rs:22:9 Oct 26 23:45:41.367 INFO kablam! | Oct 26 23:45:41.367 INFO kablam! 22 | let mut reader = BufReader::new(stream); Oct 26 23:45:41.367 INFO kablam! | ----^^^^^^ Oct 26 23:45:41.367 INFO kablam! | | Oct 26 23:45:41.367 INFO kablam! | help: remove this `mut` Oct 26 23:45:41.367 INFO kablam! | Oct 26 23:45:41.367 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 23:45:41.367 INFO kablam! Oct 26 23:45:41.367 INFO kablam! warning: variable does not need to be mutable Oct 26 23:45:41.367 INFO kablam! --> src/main.rs:23:9 Oct 26 23:45:41.367 INFO kablam! | Oct 26 23:45:41.367 INFO kablam! 23 | let mut request_string = String::new(); Oct 26 23:45:41.367 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 26 23:45:41.367 INFO kablam! | | Oct 26 23:45:41.367 INFO kablam! | help: remove this `mut` Oct 26 23:45:41.367 INFO kablam! Oct 26 23:45:41.383 INFO kablam! warning: variable does not need to be mutable Oct 26 23:45:41.383 INFO kablam! --> src/http/response.rs:48:48 Oct 26 23:45:41.383 INFO kablam! | Oct 26 23:45:41.383 INFO kablam! 48 | pub fn get_byte_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) -> &[u8] { Oct 26 23:45:41.383 INFO kablam! | ----^^^^^^^^^^^ Oct 26 23:45:41.383 INFO kablam! | | Oct 26 23:45:41.383 INFO kablam! | help: remove this `mut` Oct 26 23:45:41.383 INFO kablam! Oct 26 23:45:41.394 INFO kablam! warning: variable does not need to be mutable Oct 26 23:45:41.394 INFO kablam! --> src/http/response.rs:55:45 Oct 26 23:45:41.394 INFO kablam! | Oct 26 23:45:41.394 INFO kablam! 55 | fn construct_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) { Oct 26 23:45:41.394 INFO kablam! | ----^^^^^^^^^^^ Oct 26 23:45:41.394 INFO kablam! | | Oct 26 23:45:41.394 INFO kablam! | help: remove this `mut` Oct 26 23:45:41.394 INFO kablam! Oct 26 23:45:41.394 INFO kablam! warning: method is never used: `get_reason` Oct 26 23:45:41.395 INFO kablam! --> src/http/response.rs:33:5 Oct 26 23:45:41.395 INFO kablam! | Oct 26 23:45:41.395 INFO kablam! 33 | pub fn get_reason(&self) -> &'a str { Oct 26 23:45:41.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:45:41.395 INFO kablam! | Oct 26 23:45:41.395 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:45:41.395 INFO kablam! Oct 26 23:45:41.395 INFO kablam! warning: method is never used: `get_code` Oct 26 23:45:41.395 INFO kablam! --> src/http/response.rs:37:5 Oct 26 23:45:41.395 INFO kablam! | Oct 26 23:45:41.395 INFO kablam! 37 | pub fn get_code(&self) -> &'a str { Oct 26 23:45:41.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:45:41.395 INFO kablam! Oct 26 23:45:41.395 INFO kablam! warning: method is never used: `get_version` Oct 26 23:45:41.395 INFO kablam! --> src/http/response.rs:41:5 Oct 26 23:45:41.395 INFO kablam! | Oct 26 23:45:41.395 INFO kablam! 41 | pub fn get_version(&self) -> &'a str { Oct 26 23:45:41.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:45:41.395 INFO kablam! Oct 26 23:45:41.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 26 23:45:41.439 INFO kablam! su: No module specific data is present Oct 26 23:45:42.265 INFO running `"docker" "rm" "-f" "53742e0b727e69b0f8ce4f7aa120b609d13046d1b8ac45ff4b69dbbc6f34d7cf"` Oct 26 23:45:42.611 INFO blam! 53742e0b727e69b0f8ce4f7aa120b609d13046d1b8ac45ff4b69dbbc6f34d7cf