Oct 13 05:37:03.573 INFO testing nginth/rusterver against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 05:37:03.574 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 05:37:04.085 INFO blam! 3d10249b2afb0a5133f08bed18ac77bfa8e8dd8e90cc2d3822c4b7f24d05693c Oct 13 05:37:04.087 INFO running `"docker" "start" "-a" "3d10249b2afb0a5133f08bed18ac77bfa8e8dd8e90cc2d3822c4b7f24d05693c"` Oct 13 05:37:05.228 INFO kablam! usermod: no changes Oct 13 05:37:05.295 INFO kablam! Compiling rusterver v0.1.0 (/source) Oct 13 05:37:05.535 INFO kablam! warning: unused import: `std::str` Oct 13 05:37:05.536 INFO kablam! --> src/main.rs:7:5 Oct 13 05:37:05.536 INFO kablam! | Oct 13 05:37:05.536 INFO kablam! 7 | use std::str; Oct 13 05:37:05.536 INFO kablam! | ^^^^^^^^ Oct 13 05:37:05.536 INFO kablam! | Oct 13 05:37:05.537 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:37:05.537 INFO kablam! Oct 13 05:37:05.537 INFO kablam! warning: unused import: `Error` Oct 13 05:37:05.537 INFO kablam! --> src/http/request.rs:2:33 Oct 13 05:37:05.537 INFO kablam! | Oct 13 05:37:05.538 INFO kablam! 2 | use std::io::{Lines, BufReader, Error}; Oct 13 05:37:05.538 INFO kablam! | ^^^^^ Oct 13 05:37:05.538 INFO kablam! Oct 13 05:37:05.538 INFO kablam! warning: unused import: `std::str::SplitWhitespace` Oct 13 05:37:05.538 INFO kablam! --> src/http/request.rs:4:5 Oct 13 05:37:05.539 INFO kablam! | Oct 13 05:37:05.539 INFO kablam! 4 | use std::str::SplitWhitespace; Oct 13 05:37:05.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:05.539 INFO kablam! Oct 13 05:37:05.596 INFO kablam! warning: unused variable: `request_string` Oct 13 05:37:05.596 INFO kablam! --> src/main.rs:23:13 Oct 13 05:37:05.597 INFO kablam! | Oct 13 05:37:05.597 INFO kablam! 23 | let mut request_string = String::new(); Oct 13 05:37:05.597 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_request_string` instead Oct 13 05:37:05.597 INFO kablam! | Oct 13 05:37:05.597 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:37:05.598 INFO kablam! Oct 13 05:37:05.599 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:05.599 INFO kablam! --> src/main.rs:22:9 Oct 13 05:37:05.599 INFO kablam! | Oct 13 05:37:05.600 INFO kablam! 22 | let mut reader = BufReader::new(stream); Oct 13 05:37:05.600 INFO kablam! | ----^^^^^^ Oct 13 05:37:05.600 INFO kablam! | | Oct 13 05:37:05.601 INFO kablam! | help: remove this `mut` Oct 13 05:37:05.601 INFO kablam! | Oct 13 05:37:05.601 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:37:05.601 INFO kablam! Oct 13 05:37:05.602 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:05.602 INFO kablam! --> src/main.rs:23:9 Oct 13 05:37:05.605 INFO kablam! | Oct 13 05:37:05.605 INFO kablam! 23 | let mut request_string = String::new(); Oct 13 05:37:05.606 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 13 05:37:05.606 INFO kablam! | | Oct 13 05:37:05.606 INFO kablam! | help: remove this `mut` Oct 13 05:37:05.606 INFO kablam! Oct 13 05:37:05.610 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:05.610 INFO kablam! --> src/http/response.rs:48:48 Oct 13 05:37:05.610 INFO kablam! | Oct 13 05:37:05.610 INFO kablam! 48 | pub fn get_byte_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) -> &[u8] { Oct 13 05:37:05.610 INFO kablam! | ----^^^^^^^^^^^ Oct 13 05:37:05.610 INFO kablam! | | Oct 13 05:37:05.610 INFO kablam! | help: remove this `mut` Oct 13 05:37:05.610 INFO kablam! Oct 13 05:37:05.612 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:05.612 INFO kablam! --> src/http/response.rs:55:45 Oct 13 05:37:05.612 INFO kablam! | Oct 13 05:37:05.612 INFO kablam! 55 | fn construct_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) { Oct 13 05:37:05.612 INFO kablam! | ----^^^^^^^^^^^ Oct 13 05:37:05.612 INFO kablam! | | Oct 13 05:37:05.612 INFO kablam! | help: remove this `mut` Oct 13 05:37:05.612 INFO kablam! Oct 13 05:37:05.612 INFO kablam! warning: method is never used: `get_reason` Oct 13 05:37:05.612 INFO kablam! --> src/http/response.rs:33:5 Oct 13 05:37:05.612 INFO kablam! | Oct 13 05:37:05.612 INFO kablam! 33 | pub fn get_reason(&self) -> &'a str { Oct 13 05:37:05.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:05.612 INFO kablam! | Oct 13 05:37:05.612 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:37:05.612 INFO kablam! Oct 13 05:37:05.612 INFO kablam! warning: method is never used: `get_code` Oct 13 05:37:05.612 INFO kablam! --> src/http/response.rs:37:5 Oct 13 05:37:05.612 INFO kablam! | Oct 13 05:37:05.612 INFO kablam! 37 | pub fn get_code(&self) -> &'a str { Oct 13 05:37:05.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:05.612 INFO kablam! Oct 13 05:37:05.612 INFO kablam! warning: method is never used: `get_version` Oct 13 05:37:05.612 INFO kablam! --> src/http/response.rs:41:5 Oct 13 05:37:05.612 INFO kablam! | Oct 13 05:37:05.612 INFO kablam! 41 | pub fn get_version(&self) -> &'a str { Oct 13 05:37:05.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:05.612 INFO kablam! Oct 13 05:37:06.571 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 13 05:37:06.573 INFO kablam! su: No module specific data is present Oct 13 05:37:07.679 INFO running `"docker" "rm" "-f" "3d10249b2afb0a5133f08bed18ac77bfa8e8dd8e90cc2d3822c4b7f24d05693c"` Oct 13 05:37:07.903 INFO blam! 3d10249b2afb0a5133f08bed18ac77bfa8e8dd8e90cc2d3822c4b7f24d05693c Oct 13 05:37:07.911 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 05:37:08.399 INFO blam! cdd5c5822ea5b2e3e4411a55a2cd296748967c4f525dd7dea1b879ccd9fd7e15 Oct 13 05:37:08.415 INFO running `"docker" "start" "-a" "cdd5c5822ea5b2e3e4411a55a2cd296748967c4f525dd7dea1b879ccd9fd7e15"` Oct 13 05:37:09.803 INFO kablam! usermod: no changes Oct 13 05:37:09.859 INFO kablam! Compiling rusterver v0.1.0 (/source) Oct 13 05:37:10.157 INFO kablam! warning: unused import: `std::str` Oct 13 05:37:10.157 INFO kablam! --> src/main.rs:7:5 Oct 13 05:37:10.157 INFO kablam! | Oct 13 05:37:10.157 INFO kablam! 7 | use std::str; Oct 13 05:37:10.157 INFO kablam! | ^^^^^^^^ Oct 13 05:37:10.157 INFO kablam! | Oct 13 05:37:10.157 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:37:10.157 INFO kablam! Oct 13 05:37:10.157 INFO kablam! warning: unused import: `Error` Oct 13 05:37:10.157 INFO kablam! --> src/http/request.rs:2:33 Oct 13 05:37:10.157 INFO kablam! | Oct 13 05:37:10.157 INFO kablam! 2 | use std::io::{Lines, BufReader, Error}; Oct 13 05:37:10.157 INFO kablam! | ^^^^^ Oct 13 05:37:10.157 INFO kablam! Oct 13 05:37:10.157 INFO kablam! warning: unused import: `std::str::SplitWhitespace` Oct 13 05:37:10.157 INFO kablam! --> src/http/request.rs:4:5 Oct 13 05:37:10.157 INFO kablam! | Oct 13 05:37:10.157 INFO kablam! 4 | use std::str::SplitWhitespace; Oct 13 05:37:10.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:10.157 INFO kablam! Oct 13 05:37:10.223 INFO kablam! warning: unused variable: `request_string` Oct 13 05:37:10.224 INFO kablam! --> src/main.rs:23:13 Oct 13 05:37:10.224 INFO kablam! | Oct 13 05:37:10.224 INFO kablam! 23 | let mut request_string = String::new(); Oct 13 05:37:10.225 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_request_string` instead Oct 13 05:37:10.225 INFO kablam! | Oct 13 05:37:10.225 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:37:10.225 INFO kablam! Oct 13 05:37:10.226 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:10.226 INFO kablam! --> src/main.rs:22:9 Oct 13 05:37:10.226 INFO kablam! | Oct 13 05:37:10.227 INFO kablam! 22 | let mut reader = BufReader::new(stream); Oct 13 05:37:10.227 INFO kablam! | ----^^^^^^ Oct 13 05:37:10.227 INFO kablam! | | Oct 13 05:37:10.227 INFO kablam! | help: remove this `mut` Oct 13 05:37:10.228 INFO kablam! | Oct 13 05:37:10.228 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:37:10.228 INFO kablam! Oct 13 05:37:10.228 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:10.229 INFO kablam! --> src/main.rs:23:9 Oct 13 05:37:10.229 INFO kablam! | Oct 13 05:37:10.229 INFO kablam! 23 | let mut request_string = String::new(); Oct 13 05:37:10.229 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 13 05:37:10.230 INFO kablam! | | Oct 13 05:37:10.230 INFO kablam! | help: remove this `mut` Oct 13 05:37:10.230 INFO kablam! Oct 13 05:37:10.235 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:10.235 INFO kablam! --> src/http/response.rs:48:48 Oct 13 05:37:10.235 INFO kablam! | Oct 13 05:37:10.236 INFO kablam! 48 | pub fn get_byte_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) -> &[u8] { Oct 13 05:37:10.236 INFO kablam! | ----^^^^^^^^^^^ Oct 13 05:37:10.236 INFO kablam! | | Oct 13 05:37:10.236 INFO kablam! | help: remove this `mut` Oct 13 05:37:10.237 INFO kablam! Oct 13 05:37:10.237 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:10.237 INFO kablam! --> src/http/response.rs:55:45 Oct 13 05:37:10.238 INFO kablam! | Oct 13 05:37:10.238 INFO kablam! 55 | fn construct_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) { Oct 13 05:37:10.238 INFO kablam! | ----^^^^^^^^^^^ Oct 13 05:37:10.239 INFO kablam! | | Oct 13 05:37:10.239 INFO kablam! | help: remove this `mut` Oct 13 05:37:10.239 INFO kablam! Oct 13 05:37:10.239 INFO kablam! warning: method is never used: `get_reason` Oct 13 05:37:10.240 INFO kablam! --> src/http/response.rs:33:5 Oct 13 05:37:10.240 INFO kablam! | Oct 13 05:37:10.240 INFO kablam! 33 | pub fn get_reason(&self) -> &'a str { Oct 13 05:37:10.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:10.241 INFO kablam! | Oct 13 05:37:10.241 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:37:10.241 INFO kablam! Oct 13 05:37:10.242 INFO kablam! warning: method is never used: `get_code` Oct 13 05:37:10.242 INFO kablam! --> src/http/response.rs:37:5 Oct 13 05:37:10.242 INFO kablam! | Oct 13 05:37:10.243 INFO kablam! 37 | pub fn get_code(&self) -> &'a str { Oct 13 05:37:10.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:10.243 INFO kablam! Oct 13 05:37:10.243 INFO kablam! warning: method is never used: `get_version` Oct 13 05:37:10.244 INFO kablam! --> src/http/response.rs:41:5 Oct 13 05:37:10.244 INFO kablam! | Oct 13 05:37:10.244 INFO kablam! 41 | pub fn get_version(&self) -> &'a str { Oct 13 05:37:10.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:10.245 INFO kablam! Oct 13 05:37:10.725 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 13 05:37:10.727 INFO kablam! su: No module specific data is present Oct 13 05:37:11.665 INFO running `"docker" "rm" "-f" "cdd5c5822ea5b2e3e4411a55a2cd296748967c4f525dd7dea1b879ccd9fd7e15"` Oct 13 05:37:12.039 INFO blam! cdd5c5822ea5b2e3e4411a55a2cd296748967c4f525dd7dea1b879ccd9fd7e15 Oct 13 05:37:12.049 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 05:37:12.547 INFO blam! 35e618a85a0e06c0bf17863e3ee543b91a9d10f359b7dc2258c269632a71fcaa Oct 13 05:37:12.556 INFO running `"docker" "start" "-a" "35e618a85a0e06c0bf17863e3ee543b91a9d10f359b7dc2258c269632a71fcaa"` Oct 13 05:37:14.315 INFO kablam! usermod: no changes Oct 13 05:37:14.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 13 05:37:14.383 INFO kablam! Running /target/debug/deps/rusterver-4e87a8b0eb8db406 Oct 13 05:37:14.399 INFO kablam! su: No module specific data is present Oct 13 05:37:14.400 INFO blam! Oct 13 05:37:14.400 INFO blam! running 0 tests Oct 13 05:37:14.400 INFO blam! Oct 13 05:37:14.400 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:37:14.400 INFO blam! Oct 13 05:37:15.659 INFO running `"docker" "rm" "-f" "35e618a85a0e06c0bf17863e3ee543b91a9d10f359b7dc2258c269632a71fcaa"` Oct 13 05:37:16.035 INFO blam! 35e618a85a0e06c0bf17863e3ee543b91a9d10f359b7dc2258c269632a71fcaa