Oct 10 17:36:37.841 INFO testing nginth/rusterver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:36:37.841 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:36:37.842 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:36:38.028 INFO blam! cd2223195d0bc21ab9e63ab54ae48ace83ab6d9733b787cf00e1cf232ea918e7 Oct 10 17:36:38.033 INFO running `"docker" "start" "-a" "cd2223195d0bc21ab9e63ab54ae48ace83ab6d9733b787cf00e1cf232ea918e7"` Oct 10 17:36:38.596 INFO kablam! usermod: no changes Oct 10 17:36:38.640 INFO kablam! Compiling rusterver v0.1.0 (/source) Oct 10 17:36:39.048 INFO kablam! warning: unused import: `std::str` Oct 10 17:36:39.048 INFO kablam! --> src/main.rs:7:5 Oct 10 17:36:39.048 INFO kablam! | Oct 10 17:36:39.049 INFO kablam! 7 | use std::str; Oct 10 17:36:39.049 INFO kablam! | ^^^^^^^^ Oct 10 17:36:39.049 INFO kablam! | Oct 10 17:36:39.049 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:36:39.049 INFO kablam! Oct 10 17:36:39.049 INFO kablam! warning: unused import: `Error` Oct 10 17:36:39.049 INFO kablam! --> src/http/request.rs:2:33 Oct 10 17:36:39.049 INFO kablam! | Oct 10 17:36:39.049 INFO kablam! 2 | use std::io::{Lines, BufReader, Error}; Oct 10 17:36:39.049 INFO kablam! | ^^^^^ Oct 10 17:36:39.049 INFO kablam! Oct 10 17:36:39.049 INFO kablam! warning: unused import: `std::str::SplitWhitespace` Oct 10 17:36:39.049 INFO kablam! --> src/http/request.rs:4:5 Oct 10 17:36:39.049 INFO kablam! | Oct 10 17:36:39.049 INFO kablam! 4 | use std::str::SplitWhitespace; Oct 10 17:36:39.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:36:39.049 INFO kablam! Oct 10 17:36:39.101 INFO kablam! warning: unused variable: `request_string` Oct 10 17:36:39.101 INFO kablam! --> src/main.rs:23:13 Oct 10 17:36:39.101 INFO kablam! | Oct 10 17:36:39.101 INFO kablam! 23 | let mut request_string = String::new(); Oct 10 17:36:39.101 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_request_string` instead Oct 10 17:36:39.101 INFO kablam! | Oct 10 17:36:39.101 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:36:39.101 INFO kablam! Oct 10 17:36:39.108 INFO kablam! warning: variable does not need to be mutable Oct 10 17:36:39.108 INFO kablam! --> src/main.rs:22:9 Oct 10 17:36:39.108 INFO kablam! | Oct 10 17:36:39.108 INFO kablam! 22 | let mut reader = BufReader::new(stream); Oct 10 17:36:39.108 INFO kablam! | ----^^^^^^ Oct 10 17:36:39.108 INFO kablam! | | Oct 10 17:36:39.108 INFO kablam! | help: remove this `mut` Oct 10 17:36:39.108 INFO kablam! | Oct 10 17:36:39.108 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:36:39.108 INFO kablam! Oct 10 17:36:39.108 INFO kablam! warning: variable does not need to be mutable Oct 10 17:36:39.108 INFO kablam! --> src/main.rs:23:9 Oct 10 17:36:39.108 INFO kablam! | Oct 10 17:36:39.108 INFO kablam! 23 | let mut request_string = String::new(); Oct 10 17:36:39.108 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 10 17:36:39.108 INFO kablam! | | Oct 10 17:36:39.108 INFO kablam! | help: remove this `mut` Oct 10 17:36:39.108 INFO kablam! Oct 10 17:36:39.111 INFO kablam! warning: variable does not need to be mutable Oct 10 17:36:39.111 INFO kablam! --> src/http/response.rs:48:48 Oct 10 17:36:39.111 INFO kablam! | Oct 10 17:36:39.111 INFO kablam! 48 | pub fn get_byte_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) -> &[u8] { Oct 10 17:36:39.111 INFO kablam! | ----^^^^^^^^^^^ Oct 10 17:36:39.111 INFO kablam! | | Oct 10 17:36:39.111 INFO kablam! | help: remove this `mut` Oct 10 17:36:39.111 INFO kablam! Oct 10 17:36:39.124 INFO kablam! warning: variable does not need to be mutable Oct 10 17:36:39.124 INFO kablam! --> src/http/response.rs:55:45 Oct 10 17:36:39.124 INFO kablam! | Oct 10 17:36:39.124 INFO kablam! 55 | fn construct_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) { Oct 10 17:36:39.124 INFO kablam! | ----^^^^^^^^^^^ Oct 10 17:36:39.124 INFO kablam! | | Oct 10 17:36:39.125 INFO kablam! | help: remove this `mut` Oct 10 17:36:39.125 INFO kablam! Oct 10 17:36:39.125 INFO kablam! warning: method is never used: `get_reason` Oct 10 17:36:39.125 INFO kablam! --> src/http/response.rs:33:5 Oct 10 17:36:39.125 INFO kablam! | Oct 10 17:36:39.125 INFO kablam! 33 | pub fn get_reason(&self) -> &'a str { Oct 10 17:36:39.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:36:39.125 INFO kablam! | Oct 10 17:36:39.125 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:36:39.125 INFO kablam! Oct 10 17:36:39.125 INFO kablam! warning: method is never used: `get_code` Oct 10 17:36:39.125 INFO kablam! --> src/http/response.rs:37:5 Oct 10 17:36:39.125 INFO kablam! | Oct 10 17:36:39.125 INFO kablam! 37 | pub fn get_code(&self) -> &'a str { Oct 10 17:36:39.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:36:39.125 INFO kablam! Oct 10 17:36:39.125 INFO kablam! warning: method is never used: `get_version` Oct 10 17:36:39.125 INFO kablam! --> src/http/response.rs:41:5 Oct 10 17:36:39.125 INFO kablam! | Oct 10 17:36:39.125 INFO kablam! 41 | pub fn get_version(&self) -> &'a str { Oct 10 17:36:39.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:36:39.125 INFO kablam! Oct 10 17:36:39.814 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 10 17:36:39.820 INFO kablam! su: No module specific data is present Oct 10 17:36:40.322 INFO running `"docker" "rm" "-f" "cd2223195d0bc21ab9e63ab54ae48ace83ab6d9733b787cf00e1cf232ea918e7"` Oct 10 17:36:40.544 INFO blam! cd2223195d0bc21ab9e63ab54ae48ace83ab6d9733b787cf00e1cf232ea918e7 Oct 10 17:36:40.552 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:36:40.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:36:41.069 INFO blam! 202b8f94ae82a11a1a0ed01203203e1db35ac5b40ba52a4e36a8007760a9b1e8 Oct 10 17:36:41.071 INFO running `"docker" "start" "-a" "202b8f94ae82a11a1a0ed01203203e1db35ac5b40ba52a4e36a8007760a9b1e8"` Oct 10 17:36:42.452 INFO kablam! usermod: no changes Oct 10 17:36:42.543 INFO kablam! Compiling rusterver v0.1.0 (/source) Oct 10 17:36:43.224 INFO kablam! warning: unused import: `std::str` Oct 10 17:36:43.224 INFO kablam! --> src/main.rs:7:5 Oct 10 17:36:43.224 INFO kablam! | Oct 10 17:36:43.224 INFO kablam! 7 | use std::str; Oct 10 17:36:43.224 INFO kablam! | ^^^^^^^^ Oct 10 17:36:43.224 INFO kablam! | Oct 10 17:36:43.224 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:36:43.224 INFO kablam! Oct 10 17:36:43.224 INFO kablam! warning: unused import: `Error` Oct 10 17:36:43.224 INFO kablam! --> src/http/request.rs:2:33 Oct 10 17:36:43.224 INFO kablam! | Oct 10 17:36:43.224 INFO kablam! 2 | use std::io::{Lines, BufReader, Error}; Oct 10 17:36:43.224 INFO kablam! | ^^^^^ Oct 10 17:36:43.224 INFO kablam! Oct 10 17:36:43.224 INFO kablam! warning: unused import: `std::str::SplitWhitespace` Oct 10 17:36:43.224 INFO kablam! --> src/http/request.rs:4:5 Oct 10 17:36:43.224 INFO kablam! | Oct 10 17:36:43.224 INFO kablam! 4 | use std::str::SplitWhitespace; Oct 10 17:36:43.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:36:43.224 INFO kablam! Oct 10 17:36:43.280 INFO kablam! warning: unused variable: `request_string` Oct 10 17:36:43.280 INFO kablam! --> src/main.rs:23:13 Oct 10 17:36:43.280 INFO kablam! | Oct 10 17:36:43.280 INFO kablam! 23 | let mut request_string = String::new(); Oct 10 17:36:43.280 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_request_string` instead Oct 10 17:36:43.280 INFO kablam! | Oct 10 17:36:43.280 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:36:43.280 INFO kablam! Oct 10 17:36:43.280 INFO kablam! warning: variable does not need to be mutable Oct 10 17:36:43.280 INFO kablam! --> src/main.rs:22:9 Oct 10 17:36:43.280 INFO kablam! | Oct 10 17:36:43.280 INFO kablam! 22 | let mut reader = BufReader::new(stream); Oct 10 17:36:43.280 INFO kablam! | ----^^^^^^ Oct 10 17:36:43.280 INFO kablam! | | Oct 10 17:36:43.280 INFO kablam! | help: remove this `mut` Oct 10 17:36:43.280 INFO kablam! | Oct 10 17:36:43.280 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:36:43.280 INFO kablam! Oct 10 17:36:43.281 INFO kablam! warning: variable does not need to be mutable Oct 10 17:36:43.281 INFO kablam! --> src/main.rs:23:9 Oct 10 17:36:43.281 INFO kablam! | Oct 10 17:36:43.281 INFO kablam! 23 | let mut request_string = String::new(); Oct 10 17:36:43.281 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 10 17:36:43.281 INFO kablam! | | Oct 10 17:36:43.281 INFO kablam! | help: remove this `mut` Oct 10 17:36:43.281 INFO kablam! Oct 10 17:36:43.288 INFO kablam! warning: variable does not need to be mutable Oct 10 17:36:43.288 INFO kablam! --> src/http/response.rs:48:48 Oct 10 17:36:43.288 INFO kablam! | Oct 10 17:36:43.288 INFO kablam! 48 | pub fn get_byte_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) -> &[u8] { Oct 10 17:36:43.288 INFO kablam! | ----^^^^^^^^^^^ Oct 10 17:36:43.288 INFO kablam! | | Oct 10 17:36:43.288 INFO kablam! | help: remove this `mut` Oct 10 17:36:43.288 INFO kablam! Oct 10 17:36:43.288 INFO kablam! warning: variable does not need to be mutable Oct 10 17:36:43.288 INFO kablam! --> src/http/response.rs:55:45 Oct 10 17:36:43.288 INFO kablam! | Oct 10 17:36:43.288 INFO kablam! 55 | fn construct_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) { Oct 10 17:36:43.288 INFO kablam! | ----^^^^^^^^^^^ Oct 10 17:36:43.288 INFO kablam! | | Oct 10 17:36:43.288 INFO kablam! | help: remove this `mut` Oct 10 17:36:43.289 INFO kablam! Oct 10 17:36:43.289 INFO kablam! warning: method is never used: `get_reason` Oct 10 17:36:43.289 INFO kablam! --> src/http/response.rs:33:5 Oct 10 17:36:43.289 INFO kablam! | Oct 10 17:36:43.289 INFO kablam! 33 | pub fn get_reason(&self) -> &'a str { Oct 10 17:36:43.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:36:43.289 INFO kablam! | Oct 10 17:36:43.289 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:36:43.289 INFO kablam! Oct 10 17:36:43.289 INFO kablam! warning: method is never used: `get_code` Oct 10 17:36:43.289 INFO kablam! --> src/http/response.rs:37:5 Oct 10 17:36:43.289 INFO kablam! | Oct 10 17:36:43.289 INFO kablam! 37 | pub fn get_code(&self) -> &'a str { Oct 10 17:36:43.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:36:43.289 INFO kablam! Oct 10 17:36:43.289 INFO kablam! warning: method is never used: `get_version` Oct 10 17:36:43.289 INFO kablam! --> src/http/response.rs:41:5 Oct 10 17:36:43.289 INFO kablam! | Oct 10 17:36:43.289 INFO kablam! 41 | pub fn get_version(&self) -> &'a str { Oct 10 17:36:43.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:36:43.289 INFO kablam! Oct 10 17:36:43.812 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 10 17:36:43.812 INFO kablam! su: No module specific data is present Oct 10 17:36:44.365 INFO running `"docker" "rm" "-f" "202b8f94ae82a11a1a0ed01203203e1db35ac5b40ba52a4e36a8007760a9b1e8"` Oct 10 17:36:44.708 INFO blam! 202b8f94ae82a11a1a0ed01203203e1db35ac5b40ba52a4e36a8007760a9b1e8 Oct 10 17:36:44.712 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:36:44.712 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:36:45.096 INFO blam! c754418a1056b6f5c779460df9771225b2ead2808c08dfd97462188c68499b08 Oct 10 17:36:45.116 INFO running `"docker" "start" "-a" "c754418a1056b6f5c779460df9771225b2ead2808c08dfd97462188c68499b08"` Oct 10 17:36:46.013 INFO kablam! usermod: no changes Oct 10 17:36:46.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 17:36:46.080 INFO kablam! Running /target/debug/deps/rusterver-b47d0d80a25c0cfc Oct 10 17:36:46.080 INFO blam! Oct 10 17:36:46.080 INFO blam! running 0 tests Oct 10 17:36:46.084 INFO blam! Oct 10 17:36:46.084 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:36:46.084 INFO blam! Oct 10 17:36:46.084 INFO kablam! su: No module specific data is present Oct 10 17:36:46.660 INFO running `"docker" "rm" "-f" "c754418a1056b6f5c779460df9771225b2ead2808c08dfd97462188c68499b08"` Oct 10 17:36:47.008 INFO blam! c754418a1056b6f5c779460df9771225b2ead2808c08dfd97462188c68499b08