Oct 13 04:22:07.400 INFO testing paulsevere/server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 04:22:07.401 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 04:22:07.991 INFO blam! 91f0e9e2bf851b3d56a7f2372702efe3900e1d1e0b9e8fc4b50b0aaca20eb6c8 Oct 13 04:22:07.993 INFO running `"docker" "start" "-a" "91f0e9e2bf851b3d56a7f2372702efe3900e1d1e0b9e8fc4b50b0aaca20eb6c8"` Oct 13 04:22:10.245 INFO kablam! usermod: no changes Oct 13 04:22:10.327 INFO kablam! Compiling iovec v0.1.0 Oct 13 04:22:10.342 INFO kablam! Compiling net2 v0.2.29 Oct 13 04:22:11.839 INFO kablam! Compiling mio v0.6.7 Oct 13 04:22:14.675 INFO kablam! Compiling server v0.1.0 (/source) Oct 13 04:22:14.971 INFO kablam! warning: unused import: `TcpStream` Oct 13 04:22:14.971 INFO kablam! --> src/main.rs:5:29 Oct 13 04:22:14.971 INFO kablam! | Oct 13 04:22:14.971 INFO kablam! 5 | use mio::tcp::{TcpListener, TcpStream}; Oct 13 04:22:14.971 INFO kablam! | ^^^^^^^^^ Oct 13 04:22:14.971 INFO kablam! | Oct 13 04:22:14.971 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:22:14.971 INFO kablam! Oct 13 04:22:15.007 INFO kablam! warning: unused variable: `addr` Oct 13 04:22:15.007 INFO kablam! --> src/main.rs:33:38 Oct 13 04:22:15.007 INFO kablam! | Oct 13 04:22:15.007 INFO kablam! 33 | let (mut socket, addr) = server.accept().unwrap(); Oct 13 04:22:15.007 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 13 04:22:15.007 INFO kablam! | Oct 13 04:22:15.007 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:22:15.007 INFO kablam! Oct 13 04:22:15.028 INFO kablam! warning: variable `writeResult` should have a snake case name such as `write_result` Oct 13 04:22:15.028 INFO kablam! --> src/main.rs:34:25 Oct 13 04:22:15.028 INFO kablam! | Oct 13 04:22:15.028 INFO kablam! 34 | let writeResult = socket.write(httpResponse().as_bytes()); Oct 13 04:22:15.028 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:22:15.028 INFO kablam! | Oct 13 04:22:15.028 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 04:22:15.028 INFO kablam! Oct 13 04:22:15.028 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:22:15.028 INFO kablam! --> src/main.rs:39:29 Oct 13 04:22:15.028 INFO kablam! | Oct 13 04:22:15.028 INFO kablam! 39 | socket.shutdown(Both); Oct 13 04:22:15.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:15.028 INFO kablam! | Oct 13 04:22:15.028 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:22:15.028 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:22:15.028 INFO kablam! Oct 13 04:22:15.028 INFO kablam! warning: function `httpResponse` should have a snake case name such as `http_response` Oct 13 04:22:15.028 INFO kablam! --> src/main.rs:55:1 Oct 13 04:22:15.028 INFO kablam! | Oct 13 04:22:15.028 INFO kablam! 55 | / pub fn httpResponse() -> String { Oct 13 04:22:15.028 INFO kablam! 56 | | Oct 13 04:22:15.028 INFO kablam! 57 | | let message = format!(r#"HTTP-Version = HTTP/2.0 Oct 13 04:22:15.028 INFO kablam! 58 | | Content-Type: text/html Oct 13 04:22:15.028 INFO kablam! ... | Oct 13 04:22:15.028 INFO kablam! 63 | | return String::from(message); Oct 13 04:22:15.028 INFO kablam! 64 | | } Oct 13 04:22:15.028 INFO kablam! | |_^ Oct 13 04:22:15.028 INFO kablam! Oct 13 04:22:15.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.31s Oct 13 04:22:15.587 INFO kablam! su: No module specific data is present Oct 13 04:22:16.088 INFO running `"docker" "rm" "-f" "91f0e9e2bf851b3d56a7f2372702efe3900e1d1e0b9e8fc4b50b0aaca20eb6c8"` Oct 13 04:22:16.304 INFO blam! 91f0e9e2bf851b3d56a7f2372702efe3900e1d1e0b9e8fc4b50b0aaca20eb6c8 Oct 13 04:22:16.313 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 04:22:16.797 INFO blam! 56577853cf9fa6d654a14aca6691f0272fd258e3e9e92298ca90726f75f68ff2 Oct 13 04:22:16.798 INFO running `"docker" "start" "-a" "56577853cf9fa6d654a14aca6691f0272fd258e3e9e92298ca90726f75f68ff2"` Oct 13 04:22:17.858 INFO kablam! usermod: no changes Oct 13 04:22:17.940 INFO kablam! Compiling server v0.1.0 (/source) Oct 13 04:22:18.235 INFO kablam! warning: unused import: `TcpStream` Oct 13 04:22:18.235 INFO kablam! --> src/main.rs:5:29 Oct 13 04:22:18.235 INFO kablam! | Oct 13 04:22:18.235 INFO kablam! 5 | use mio::tcp::{TcpListener, TcpStream}; Oct 13 04:22:18.235 INFO kablam! | ^^^^^^^^^ Oct 13 04:22:18.235 INFO kablam! | Oct 13 04:22:18.235 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:22:18.235 INFO kablam! Oct 13 04:22:18.275 INFO kablam! warning: unused variable: `addr` Oct 13 04:22:18.275 INFO kablam! --> src/main.rs:33:38 Oct 13 04:22:18.275 INFO kablam! | Oct 13 04:22:18.275 INFO kablam! 33 | let (mut socket, addr) = server.accept().unwrap(); Oct 13 04:22:18.275 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 13 04:22:18.275 INFO kablam! | Oct 13 04:22:18.275 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:22:18.275 INFO kablam! Oct 13 04:22:18.285 INFO kablam! warning: variable `writeResult` should have a snake case name such as `write_result` Oct 13 04:22:18.285 INFO kablam! --> src/main.rs:34:25 Oct 13 04:22:18.285 INFO kablam! | Oct 13 04:22:18.285 INFO kablam! 34 | let writeResult = socket.write(httpResponse().as_bytes()); Oct 13 04:22:18.285 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:22:18.285 INFO kablam! | Oct 13 04:22:18.285 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 04:22:18.285 INFO kablam! Oct 13 04:22:18.285 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:22:18.285 INFO kablam! --> src/main.rs:39:29 Oct 13 04:22:18.285 INFO kablam! | Oct 13 04:22:18.285 INFO kablam! 39 | socket.shutdown(Both); Oct 13 04:22:18.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:22:18.285 INFO kablam! | Oct 13 04:22:18.285 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:22:18.285 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:22:18.285 INFO kablam! Oct 13 04:22:18.285 INFO kablam! warning: function `httpResponse` should have a snake case name such as `http_response` Oct 13 04:22:18.285 INFO kablam! --> src/main.rs:55:1 Oct 13 04:22:18.285 INFO kablam! | Oct 13 04:22:18.286 INFO kablam! 55 | / pub fn httpResponse() -> String { Oct 13 04:22:18.286 INFO kablam! 56 | | Oct 13 04:22:18.286 INFO kablam! 57 | | let message = format!(r#"HTTP-Version = HTTP/2.0 Oct 13 04:22:18.286 INFO kablam! 58 | | Content-Type: text/html Oct 13 04:22:18.286 INFO kablam! ... | Oct 13 04:22:18.286 INFO kablam! 63 | | return String::from(message); Oct 13 04:22:18.286 INFO kablam! 64 | | } Oct 13 04:22:18.286 INFO kablam! | |_^ Oct 13 04:22:18.286 INFO kablam! Oct 13 04:22:18.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 13 04:22:18.703 INFO kablam! su: No module specific data is present Oct 13 04:22:19.033 INFO running `"docker" "rm" "-f" "56577853cf9fa6d654a14aca6691f0272fd258e3e9e92298ca90726f75f68ff2"` Oct 13 04:22:19.132 INFO blam! 56577853cf9fa6d654a14aca6691f0272fd258e3e9e92298ca90726f75f68ff2 Oct 13 04:22:19.136 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 04:22:19.368 INFO blam! 2852c6a8cb4cdd188fff4efa7832691e4ab378c78d02c6a3ba2a2ecb5d17da28 Oct 13 04:22:19.369 INFO running `"docker" "start" "-a" "2852c6a8cb4cdd188fff4efa7832691e4ab378c78d02c6a3ba2a2ecb5d17da28"` Oct 13 04:22:19.769 INFO kablam! usermod: no changes Oct 13 04:22:19.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 04:22:19.839 INFO kablam! Running /target/debug/deps/server-6d870ea61adc63ab Oct 13 04:22:19.839 INFO blam! Oct 13 04:22:19.839 INFO blam! running 0 tests Oct 13 04:22:19.839 INFO blam! Oct 13 04:22:19.839 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:22:19.839 INFO blam! Oct 13 04:22:19.842 INFO kablam! su: No module specific data is present Oct 13 04:22:20.430 INFO running `"docker" "rm" "-f" "2852c6a8cb4cdd188fff4efa7832691e4ab378c78d02c6a3ba2a2ecb5d17da28"` Oct 13 04:22:20.625 INFO blam! 2852c6a8cb4cdd188fff4efa7832691e4ab378c78d02c6a3ba2a2ecb5d17da28