Oct 13 04:22:02.014 INFO testing paulsevere/server against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:22:02.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 04:22:02.425 INFO blam! b70ff3a2ba36dbcfa88f82ab15d3dad951abb29cdbd1c22dc6dbae4b05f4845d Oct 13 04:22:02.435 INFO running `"docker" "start" "-a" "b70ff3a2ba36dbcfa88f82ab15d3dad951abb29cdbd1c22dc6dbae4b05f4845d"` Oct 13 04:22:03.802 INFO kablam! usermod: no changes Oct 13 04:22:03.911 INFO kablam! Compiling iovec v0.1.0 Oct 13 04:22:03.911 INFO kablam! Compiling net2 v0.2.29 Oct 13 04:22:05.551 INFO kablam! Compiling mio v0.6.7 Oct 13 04:22:08.395 INFO kablam! Compiling server v0.1.0 (/source) Oct 13 04:22:08.815 INFO kablam! warning: unused import: `TcpStream` Oct 13 04:22:08.819 INFO kablam! --> src/main.rs:5:29 Oct 13 04:22:08.819 INFO kablam! | Oct 13 04:22:08.820 INFO kablam! 5 | use mio::tcp::{TcpListener, TcpStream}; Oct 13 04:22:08.820 INFO kablam! | ^^^^^^^^^ Oct 13 04:22:08.820 INFO kablam! | Oct 13 04:22:08.821 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:22:08.821 INFO kablam! Oct 13 04:22:08.859 INFO kablam! warning: unused variable: `addr` Oct 13 04:22:08.860 INFO kablam! --> src/main.rs:33:38 Oct 13 04:22:08.860 INFO kablam! | Oct 13 04:22:08.860 INFO kablam! 33 | let (mut socket, addr) = server.accept().unwrap(); Oct 13 04:22:08.860 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 13 04:22:08.861 INFO kablam! | Oct 13 04:22:08.861 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:22:08.861 INFO kablam! Oct 13 04:22:08.875 INFO kablam! warning: variable `writeResult` should have a snake case name such as `write_result` Oct 13 04:22:08.875 INFO kablam! --> src/main.rs:34:25 Oct 13 04:22:08.876 INFO kablam! | Oct 13 04:22:08.876 INFO kablam! 34 | let writeResult = socket.write(httpResponse().as_bytes()); Oct 13 04:22:08.876 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:22:08.883 INFO kablam! | Oct 13 04:22:08.883 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 04:22:08.884 INFO kablam! Oct 13 04:22:08.884 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:22:08.884 INFO kablam! --> src/main.rs:39:29 Oct 13 04:22:08.885 INFO kablam! | Oct 13 04:22:08.885 INFO kablam! 39 | socket.shutdown(Both); Oct 13 04:22:08.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:08.885 INFO kablam! | Oct 13 04:22:08.885 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:22:08.886 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:22:08.886 INFO kablam! Oct 13 04:22:08.886 INFO kablam! warning: function `httpResponse` should have a snake case name such as `http_response` Oct 13 04:22:08.886 INFO kablam! --> src/main.rs:55:1 Oct 13 04:22:08.887 INFO kablam! | Oct 13 04:22:08.887 INFO kablam! 55 | / pub fn httpResponse() -> String { Oct 13 04:22:08.887 INFO kablam! 56 | | Oct 13 04:22:08.888 INFO kablam! 57 | | let message = format!(r#"HTTP-Version = HTTP/2.0 Oct 13 04:22:08.888 INFO kablam! 58 | | Content-Type: text/html Oct 13 04:22:08.888 INFO kablam! ... | Oct 13 04:22:08.888 INFO kablam! 63 | | return String::from(message); Oct 13 04:22:08.889 INFO kablam! 64 | | } Oct 13 04:22:08.889 INFO kablam! | |_^ Oct 13 04:22:08.889 INFO kablam! Oct 13 04:22:09.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.67s Oct 13 04:22:09.507 INFO kablam! su: No module specific data is present Oct 13 04:22:10.572 INFO running `"docker" "rm" "-f" "b70ff3a2ba36dbcfa88f82ab15d3dad951abb29cdbd1c22dc6dbae4b05f4845d"` Oct 13 04:22:10.831 INFO blam! b70ff3a2ba36dbcfa88f82ab15d3dad951abb29cdbd1c22dc6dbae4b05f4845d Oct 13 04:22:10.838 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 04:22:11.380 INFO blam! e4bfc49b95e447755644ad864b72637098029bb6ee82410d855090416c4bdbe2 Oct 13 04:22:11.382 INFO running `"docker" "start" "-a" "e4bfc49b95e447755644ad864b72637098029bb6ee82410d855090416c4bdbe2"` Oct 13 04:22:13.542 INFO kablam! usermod: no changes Oct 13 04:22:13.639 INFO kablam! Compiling server v0.1.0 (/source) Oct 13 04:22:14.159 INFO kablam! warning: unused import: `TcpStream` Oct 13 04:22:14.159 INFO kablam! --> src/main.rs:5:29 Oct 13 04:22:14.159 INFO kablam! | Oct 13 04:22:14.159 INFO kablam! 5 | use mio::tcp::{TcpListener, TcpStream}; Oct 13 04:22:14.159 INFO kablam! | ^^^^^^^^^ Oct 13 04:22:14.159 INFO kablam! | Oct 13 04:22:14.159 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:22:14.159 INFO kablam! Oct 13 04:22:14.207 INFO kablam! warning: unused variable: `addr` Oct 13 04:22:14.207 INFO kablam! --> src/main.rs:33:38 Oct 13 04:22:14.207 INFO kablam! | Oct 13 04:22:14.207 INFO kablam! 33 | let (mut socket, addr) = server.accept().unwrap(); Oct 13 04:22:14.207 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 13 04:22:14.207 INFO kablam! | Oct 13 04:22:14.207 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:22:14.207 INFO kablam! Oct 13 04:22:14.215 INFO kablam! warning: variable `writeResult` should have a snake case name such as `write_result` Oct 13 04:22:14.215 INFO kablam! --> src/main.rs:34:25 Oct 13 04:22:14.215 INFO kablam! | Oct 13 04:22:14.215 INFO kablam! 34 | let writeResult = socket.write(httpResponse().as_bytes()); Oct 13 04:22:14.215 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:22:14.215 INFO kablam! | Oct 13 04:22:14.215 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 04:22:14.215 INFO kablam! Oct 13 04:22:14.215 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:22:14.215 INFO kablam! --> src/main.rs:39:29 Oct 13 04:22:14.215 INFO kablam! | Oct 13 04:22:14.215 INFO kablam! 39 | socket.shutdown(Both); Oct 13 04:22:14.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:14.215 INFO kablam! | Oct 13 04:22:14.215 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:22:14.215 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:22:14.215 INFO kablam! Oct 13 04:22:14.215 INFO kablam! warning: function `httpResponse` should have a snake case name such as `http_response` Oct 13 04:22:14.215 INFO kablam! --> src/main.rs:55:1 Oct 13 04:22:14.215 INFO kablam! | Oct 13 04:22:14.215 INFO kablam! 55 | / pub fn httpResponse() -> String { Oct 13 04:22:14.215 INFO kablam! 56 | | Oct 13 04:22:14.215 INFO kablam! 57 | | let message = format!(r#"HTTP-Version = HTTP/2.0 Oct 13 04:22:14.215 INFO kablam! 58 | | Content-Type: text/html Oct 13 04:22:14.215 INFO kablam! ... | Oct 13 04:22:14.215 INFO kablam! 63 | | return String::from(message); Oct 13 04:22:14.215 INFO kablam! 64 | | } Oct 13 04:22:14.215 INFO kablam! | |_^ Oct 13 04:22:14.215 INFO kablam! Oct 13 04:22:14.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.15s Oct 13 04:22:14.740 INFO kablam! su: No module specific data is present Oct 13 04:22:15.531 INFO running `"docker" "rm" "-f" "e4bfc49b95e447755644ad864b72637098029bb6ee82410d855090416c4bdbe2"` Oct 13 04:22:15.760 INFO blam! e4bfc49b95e447755644ad864b72637098029bb6ee82410d855090416c4bdbe2 Oct 13 04:22:15.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 04:22:16.142 INFO blam! 5e13f7c3eaf16715445ac8dd0090e88b5908184083e78763f86034edebe32bf6 Oct 13 04:22:16.147 INFO running `"docker" "start" "-a" "5e13f7c3eaf16715445ac8dd0090e88b5908184083e78763f86034edebe32bf6"` Oct 13 04:22:17.147 INFO kablam! usermod: no changes Oct 13 04:22:17.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 13 04:22:17.263 INFO kablam! Running /target/debug/deps/server-4affcae11f8068ef Oct 13 04:22:17.264 INFO blam! Oct 13 04:22:17.264 INFO blam! running 0 tests Oct 13 04:22:17.264 INFO blam! Oct 13 04:22:17.264 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:22:17.264 INFO blam! Oct 13 04:22:17.265 INFO kablam! su: No module specific data is present Oct 13 04:22:17.969 INFO running `"docker" "rm" "-f" "5e13f7c3eaf16715445ac8dd0090e88b5908184083e78763f86034edebe32bf6"` Oct 13 04:22:18.182 INFO blam! 5e13f7c3eaf16715445ac8dd0090e88b5908184083e78763f86034edebe32bf6