Oct 13 05:37:05.721 INFO testing nginth/rusterver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:37:05.723 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:06.869 INFO blam! cc6df8cfeb2cc7953bd476a8c6e8e543db3a4364fd5d46bdf9ff2362bcbef76c Oct 13 05:37:06.873 INFO running `"docker" "start" "-a" "cc6df8cfeb2cc7953bd476a8c6e8e543db3a4364fd5d46bdf9ff2362bcbef76c"` Oct 13 05:37:08.470 INFO kablam! usermod: no changes Oct 13 05:37:08.579 INFO kablam! Compiling rusterver v0.1.0 (/source) Oct 13 05:37:08.939 INFO kablam! warning: unused import: `std::str` Oct 13 05:37:08.939 INFO kablam! --> src/main.rs:7:5 Oct 13 05:37:08.939 INFO kablam! | Oct 13 05:37:08.939 INFO kablam! 7 | use std::str; Oct 13 05:37:08.939 INFO kablam! | ^^^^^^^^ Oct 13 05:37:08.939 INFO kablam! | Oct 13 05:37:08.939 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:37:08.939 INFO kablam! Oct 13 05:37:08.939 INFO kablam! warning: unused import: `Error` Oct 13 05:37:08.939 INFO kablam! --> src/http/request.rs:2:33 Oct 13 05:37:08.939 INFO kablam! | Oct 13 05:37:08.939 INFO kablam! 2 | use std::io::{Lines, BufReader, Error}; Oct 13 05:37:08.939 INFO kablam! | ^^^^^ Oct 13 05:37:08.939 INFO kablam! Oct 13 05:37:08.939 INFO kablam! warning: unused import: `std::str::SplitWhitespace` Oct 13 05:37:08.939 INFO kablam! --> src/http/request.rs:4:5 Oct 13 05:37:08.939 INFO kablam! | Oct 13 05:37:08.939 INFO kablam! 4 | use std::str::SplitWhitespace; Oct 13 05:37:08.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:08.939 INFO kablam! Oct 13 05:37:08.999 INFO kablam! warning: unused variable: `request_string` Oct 13 05:37:08.999 INFO kablam! --> src/main.rs:23:13 Oct 13 05:37:08.999 INFO kablam! | Oct 13 05:37:08.999 INFO kablam! 23 | let mut request_string = String::new(); Oct 13 05:37:08.999 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_request_string` instead Oct 13 05:37:08.999 INFO kablam! | Oct 13 05:37:08.999 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:37:08.999 INFO kablam! Oct 13 05:37:08.999 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:08.999 INFO kablam! --> src/main.rs:22:9 Oct 13 05:37:08.999 INFO kablam! | Oct 13 05:37:08.999 INFO kablam! 22 | let mut reader = BufReader::new(stream); Oct 13 05:37:08.999 INFO kablam! | ----^^^^^^ Oct 13 05:37:08.999 INFO kablam! | | Oct 13 05:37:08.999 INFO kablam! | help: remove this `mut` Oct 13 05:37:08.999 INFO kablam! | Oct 13 05:37:08.999 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:37:08.999 INFO kablam! Oct 13 05:37:08.999 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:08.999 INFO kablam! --> src/main.rs:23:9 Oct 13 05:37:08.999 INFO kablam! | Oct 13 05:37:08.999 INFO kablam! 23 | let mut request_string = String::new(); Oct 13 05:37:08.999 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 13 05:37:08.999 INFO kablam! | | Oct 13 05:37:08.999 INFO kablam! | help: remove this `mut` Oct 13 05:37:08.999 INFO kablam! Oct 13 05:37:09.007 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:09.007 INFO kablam! --> src/http/response.rs:48:48 Oct 13 05:37:09.007 INFO kablam! | Oct 13 05:37:09.007 INFO kablam! 48 | pub fn get_byte_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) -> &[u8] { Oct 13 05:37:09.007 INFO kablam! | ----^^^^^^^^^^^ Oct 13 05:37:09.007 INFO kablam! | | Oct 13 05:37:09.007 INFO kablam! | help: remove this `mut` Oct 13 05:37:09.007 INFO kablam! Oct 13 05:37:09.007 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:09.007 INFO kablam! --> src/http/response.rs:55:45 Oct 13 05:37:09.007 INFO kablam! | Oct 13 05:37:09.007 INFO kablam! 55 | fn construct_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) { Oct 13 05:37:09.007 INFO kablam! | ----^^^^^^^^^^^ Oct 13 05:37:09.007 INFO kablam! | | Oct 13 05:37:09.007 INFO kablam! | help: remove this `mut` Oct 13 05:37:09.007 INFO kablam! Oct 13 05:37:09.007 INFO kablam! warning: method is never used: `get_reason` Oct 13 05:37:09.007 INFO kablam! --> src/http/response.rs:33:5 Oct 13 05:37:09.007 INFO kablam! | Oct 13 05:37:09.007 INFO kablam! 33 | pub fn get_reason(&self) -> &'a str { Oct 13 05:37:09.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:09.007 INFO kablam! | Oct 13 05:37:09.007 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:37:09.007 INFO kablam! Oct 13 05:37:09.007 INFO kablam! warning: method is never used: `get_code` Oct 13 05:37:09.007 INFO kablam! --> src/http/response.rs:37:5 Oct 13 05:37:09.007 INFO kablam! | Oct 13 05:37:09.007 INFO kablam! 37 | pub fn get_code(&self) -> &'a str { Oct 13 05:37:09.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:09.007 INFO kablam! Oct 13 05:37:09.007 INFO kablam! warning: method is never used: `get_version` Oct 13 05:37:09.007 INFO kablam! --> src/http/response.rs:41:5 Oct 13 05:37:09.007 INFO kablam! | Oct 13 05:37:09.007 INFO kablam! 41 | pub fn get_version(&self) -> &'a str { Oct 13 05:37:09.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:09.007 INFO kablam! Oct 13 05:37:10.110 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 13 05:37:10.112 INFO kablam! su: No module specific data is present Oct 13 05:37:11.371 INFO running `"docker" "rm" "-f" "cc6df8cfeb2cc7953bd476a8c6e8e543db3a4364fd5d46bdf9ff2362bcbef76c"` Oct 13 05:37:11.679 INFO blam! cc6df8cfeb2cc7953bd476a8c6e8e543db3a4364fd5d46bdf9ff2362bcbef76c Oct 13 05:37:11.695 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:12.124 INFO blam! 8e691a0761f030c6d2d2673acaf53f0d6a6748e023f12ec1ba5277255a061f41 Oct 13 05:37:12.129 INFO running `"docker" "start" "-a" "8e691a0761f030c6d2d2673acaf53f0d6a6748e023f12ec1ba5277255a061f41"` Oct 13 05:37:13.599 INFO kablam! usermod: no changes Oct 13 05:37:13.655 INFO kablam! Compiling rusterver v0.1.0 (/source) Oct 13 05:37:14.095 INFO kablam! warning: unused import: `std::str` Oct 13 05:37:14.095 INFO kablam! --> src/main.rs:7:5 Oct 13 05:37:14.095 INFO kablam! | Oct 13 05:37:14.095 INFO kablam! 7 | use std::str; Oct 13 05:37:14.095 INFO kablam! | ^^^^^^^^ Oct 13 05:37:14.095 INFO kablam! | Oct 13 05:37:14.095 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:37:14.095 INFO kablam! Oct 13 05:37:14.095 INFO kablam! warning: unused import: `Error` Oct 13 05:37:14.095 INFO kablam! --> src/http/request.rs:2:33 Oct 13 05:37:14.095 INFO kablam! | Oct 13 05:37:14.095 INFO kablam! 2 | use std::io::{Lines, BufReader, Error}; Oct 13 05:37:14.095 INFO kablam! | ^^^^^ Oct 13 05:37:14.095 INFO kablam! Oct 13 05:37:14.095 INFO kablam! warning: unused import: `std::str::SplitWhitespace` Oct 13 05:37:14.095 INFO kablam! --> src/http/request.rs:4:5 Oct 13 05:37:14.095 INFO kablam! | Oct 13 05:37:14.095 INFO kablam! 4 | use std::str::SplitWhitespace; Oct 13 05:37:14.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:14.095 INFO kablam! Oct 13 05:37:14.159 INFO kablam! warning: unused variable: `request_string` Oct 13 05:37:14.159 INFO kablam! --> src/main.rs:23:13 Oct 13 05:37:14.159 INFO kablam! | Oct 13 05:37:14.159 INFO kablam! 23 | let mut request_string = String::new(); Oct 13 05:37:14.159 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_request_string` instead Oct 13 05:37:14.159 INFO kablam! | Oct 13 05:37:14.159 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:37:14.159 INFO kablam! Oct 13 05:37:14.161 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:14.161 INFO kablam! --> src/main.rs:22:9 Oct 13 05:37:14.161 INFO kablam! | Oct 13 05:37:14.161 INFO kablam! 22 | let mut reader = BufReader::new(stream); Oct 13 05:37:14.161 INFO kablam! | ----^^^^^^ Oct 13 05:37:14.161 INFO kablam! | | Oct 13 05:37:14.161 INFO kablam! | help: remove this `mut` Oct 13 05:37:14.161 INFO kablam! | Oct 13 05:37:14.161 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:37:14.161 INFO kablam! Oct 13 05:37:14.161 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:14.161 INFO kablam! --> src/main.rs:23:9 Oct 13 05:37:14.161 INFO kablam! | Oct 13 05:37:14.161 INFO kablam! 23 | let mut request_string = String::new(); Oct 13 05:37:14.161 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 13 05:37:14.161 INFO kablam! | | Oct 13 05:37:14.161 INFO kablam! | help: remove this `mut` Oct 13 05:37:14.161 INFO kablam! Oct 13 05:37:14.174 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:14.174 INFO kablam! --> src/http/response.rs:48:48 Oct 13 05:37:14.174 INFO kablam! | Oct 13 05:37:14.174 INFO kablam! 48 | pub fn get_byte_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) -> &[u8] { Oct 13 05:37:14.174 INFO kablam! | ----^^^^^^^^^^^ Oct 13 05:37:14.174 INFO kablam! | | Oct 13 05:37:14.174 INFO kablam! | help: remove this `mut` Oct 13 05:37:14.174 INFO kablam! Oct 13 05:37:14.179 INFO kablam! warning: variable does not need to be mutable Oct 13 05:37:14.179 INFO kablam! --> src/http/response.rs:55:45 Oct 13 05:37:14.179 INFO kablam! | Oct 13 05:37:14.179 INFO kablam! 55 | fn construct_response<'b>(&'b mut self, mut byte_vector: &'b mut Vec) { Oct 13 05:37:14.179 INFO kablam! | ----^^^^^^^^^^^ Oct 13 05:37:14.179 INFO kablam! | | Oct 13 05:37:14.179 INFO kablam! | help: remove this `mut` Oct 13 05:37:14.179 INFO kablam! Oct 13 05:37:14.179 INFO kablam! warning: method is never used: `get_reason` Oct 13 05:37:14.179 INFO kablam! --> src/http/response.rs:33:5 Oct 13 05:37:14.179 INFO kablam! | Oct 13 05:37:14.179 INFO kablam! 33 | pub fn get_reason(&self) -> &'a str { Oct 13 05:37:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:14.179 INFO kablam! | Oct 13 05:37:14.179 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:37:14.179 INFO kablam! Oct 13 05:37:14.179 INFO kablam! warning: method is never used: `get_code` Oct 13 05:37:14.179 INFO kablam! --> src/http/response.rs:37:5 Oct 13 05:37:14.179 INFO kablam! | Oct 13 05:37:14.179 INFO kablam! 37 | pub fn get_code(&self) -> &'a str { Oct 13 05:37:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:14.179 INFO kablam! Oct 13 05:37:14.179 INFO kablam! warning: method is never used: `get_version` Oct 13 05:37:14.179 INFO kablam! --> src/http/response.rs:41:5 Oct 13 05:37:14.179 INFO kablam! | Oct 13 05:37:14.179 INFO kablam! 41 | pub fn get_version(&self) -> &'a str { Oct 13 05:37:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:37:14.179 INFO kablam! Oct 13 05:37:14.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 13 05:37:14.719 INFO kablam! su: No module specific data is present Oct 13 05:37:15.646 INFO running `"docker" "rm" "-f" "8e691a0761f030c6d2d2673acaf53f0d6a6748e023f12ec1ba5277255a061f41"` Oct 13 05:37:15.959 INFO blam! 8e691a0761f030c6d2d2673acaf53f0d6a6748e023f12ec1ba5277255a061f41 Oct 13 05:37:15.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:16.405 INFO blam! 8961eaf88bbf73d55fac5bb8d412dda74966fdbaa0dfbd72d749a3f8022c3aa9 Oct 13 05:37:16.449 INFO running `"docker" "start" "-a" "8961eaf88bbf73d55fac5bb8d412dda74966fdbaa0dfbd72d749a3f8022c3aa9"` Oct 13 05:37:18.043 INFO kablam! usermod: no changes Oct 13 05:37:18.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 05:37:18.079 INFO kablam! Running /target/debug/deps/rusterver-b47d0d80a25c0cfc Oct 13 05:37:18.100 INFO blam! Oct 13 05:37:18.101 INFO blam! running 0 tests Oct 13 05:37:18.101 INFO blam! Oct 13 05:37:18.101 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:37:18.101 INFO blam! Oct 13 05:37:18.103 INFO kablam! su: No module specific data is present Oct 13 05:37:19.344 INFO running `"docker" "rm" "-f" "8961eaf88bbf73d55fac5bb8d412dda74966fdbaa0dfbd72d749a3f8022c3aa9"` Oct 13 05:37:19.627 INFO blam! 8961eaf88bbf73d55fac5bb8d412dda74966fdbaa0dfbd72d749a3f8022c3aa9