Oct 26 23:04:52.133 INFO checking paulsevere/server against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:04:52.135 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 23:04:52.591 INFO blam! 74d2350924e7291d2f8310e822f962b263077025dcb450394c1735dab1f66999 Oct 26 23:04:52.593 INFO running `"docker" "start" "-a" "74d2350924e7291d2f8310e822f962b263077025dcb450394c1735dab1f66999"` Oct 26 23:04:53.695 INFO kablam! usermod: no changes Oct 26 23:04:53.799 INFO kablam! Checking iovec v0.1.0 Oct 26 23:04:53.807 INFO kablam! Checking net2 v0.2.29 Oct 26 23:04:54.503 INFO kablam! Checking mio v0.6.7 Oct 26 23:04:56.009 INFO kablam! Checking server v0.1.0 (/source) Oct 26 23:04:56.467 INFO kablam! warning: unused import: `TcpStream` Oct 26 23:04:56.468 INFO kablam! --> src/main.rs:5:29 Oct 26 23:04:56.468 INFO kablam! | Oct 26 23:04:56.468 INFO kablam! 5 | use mio::tcp::{TcpListener, TcpStream}; Oct 26 23:04:56.468 INFO kablam! | ^^^^^^^^^ Oct 26 23:04:56.468 INFO kablam! | Oct 26 23:04:56.468 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:04:56.468 INFO kablam! Oct 26 23:04:56.487 INFO kablam! warning: unused import: `TcpStream` Oct 26 23:04:56.487 INFO kablam! --> src/main.rs:5:29 Oct 26 23:04:56.487 INFO kablam! | Oct 26 23:04:56.487 INFO kablam! 5 | use mio::tcp::{TcpListener, TcpStream}; Oct 26 23:04:56.487 INFO kablam! | ^^^^^^^^^ Oct 26 23:04:56.487 INFO kablam! | Oct 26 23:04:56.487 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:04:56.487 INFO kablam! Oct 26 23:04:56.499 INFO kablam! warning: unused variable: `addr` Oct 26 23:04:56.499 INFO kablam! --> src/main.rs:33:38 Oct 26 23:04:56.499 INFO kablam! | Oct 26 23:04:56.499 INFO kablam! 33 | let (mut socket, addr) = server.accept().unwrap(); Oct 26 23:04:56.499 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 26 23:04:56.499 INFO kablam! | Oct 26 23:04:56.499 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:04:56.499 INFO kablam! Oct 26 23:04:56.512 INFO kablam! warning: variable `writeResult` should have a snake case name such as `write_result` Oct 26 23:04:56.512 INFO kablam! --> src/main.rs:34:25 Oct 26 23:04:56.512 INFO kablam! | Oct 26 23:04:56.512 INFO kablam! 34 | let writeResult = socket.write(httpResponse().as_bytes()); Oct 26 23:04:56.512 INFO kablam! | ^^^^^^^^^^^ Oct 26 23:04:56.512 INFO kablam! | Oct 26 23:04:56.513 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 23:04:56.513 INFO kablam! Oct 26 23:04:56.513 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 23:04:56.513 INFO kablam! --> src/main.rs:39:29 Oct 26 23:04:56.513 INFO kablam! | Oct 26 23:04:56.513 INFO kablam! 39 | socket.shutdown(Both); Oct 26 23:04:56.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:56.513 INFO kablam! | Oct 26 23:04:56.513 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 23:04:56.513 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 23:04:56.513 INFO kablam! Oct 26 23:04:56.513 INFO kablam! warning: function `httpResponse` should have a snake case name such as `http_response` Oct 26 23:04:56.513 INFO kablam! --> src/main.rs:55:1 Oct 26 23:04:56.513 INFO kablam! | Oct 26 23:04:56.513 INFO kablam! 55 | / pub fn httpResponse() -> String { Oct 26 23:04:56.513 INFO kablam! 56 | | Oct 26 23:04:56.513 INFO kablam! 57 | | let message = format!(r#"HTTP-Version = HTTP/2.0 Oct 26 23:04:56.513 INFO kablam! 58 | | Content-Type: text/html Oct 26 23:04:56.513 INFO kablam! ... | Oct 26 23:04:56.513 INFO kablam! 63 | | return String::from(message); Oct 26 23:04:56.513 INFO kablam! 64 | | } Oct 26 23:04:56.513 INFO kablam! | |_^ Oct 26 23:04:56.513 INFO kablam! Oct 26 23:04:56.571 INFO kablam! warning: unused variable: `addr` Oct 26 23:04:56.571 INFO kablam! --> src/main.rs:33:38 Oct 26 23:04:56.571 INFO kablam! | Oct 26 23:04:56.571 INFO kablam! 33 | let (mut socket, addr) = server.accept().unwrap(); Oct 26 23:04:56.571 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 26 23:04:56.571 INFO kablam! | Oct 26 23:04:56.571 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:04:56.571 INFO kablam! Oct 26 23:04:56.603 INFO kablam! warning: variable `writeResult` should have a snake case name such as `write_result` Oct 26 23:04:56.603 INFO kablam! --> src/main.rs:34:25 Oct 26 23:04:56.603 INFO kablam! | Oct 26 23:04:56.603 INFO kablam! 34 | let writeResult = socket.write(httpResponse().as_bytes()); Oct 26 23:04:56.603 INFO kablam! | ^^^^^^^^^^^ Oct 26 23:04:56.603 INFO kablam! | Oct 26 23:04:56.603 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 23:04:56.603 INFO kablam! Oct 26 23:04:56.603 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 23:04:56.603 INFO kablam! --> src/main.rs:39:29 Oct 26 23:04:56.603 INFO kablam! | Oct 26 23:04:56.603 INFO kablam! 39 | socket.shutdown(Both); Oct 26 23:04:56.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:04:56.603 INFO kablam! | Oct 26 23:04:56.603 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 23:04:56.603 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 23:04:56.603 INFO kablam! Oct 26 23:04:56.603 INFO kablam! warning: function `httpResponse` should have a snake case name such as `http_response` Oct 26 23:04:56.603 INFO kablam! --> src/main.rs:55:1 Oct 26 23:04:56.603 INFO kablam! | Oct 26 23:04:56.603 INFO kablam! 55 | / pub fn httpResponse() -> String { Oct 26 23:04:56.603 INFO kablam! 56 | | Oct 26 23:04:56.603 INFO kablam! 57 | | let message = format!(r#"HTTP-Version = HTTP/2.0 Oct 26 23:04:56.603 INFO kablam! 58 | | Content-Type: text/html Oct 26 23:04:56.603 INFO kablam! ... | Oct 26 23:04:56.603 INFO kablam! 63 | | return String::from(message); Oct 26 23:04:56.603 INFO kablam! 64 | | } Oct 26 23:04:56.603 INFO kablam! | |_^ Oct 26 23:04:56.603 INFO kablam! Oct 26 23:04:56.651 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.92s Oct 26 23:04:56.656 INFO kablam! su: No module specific data is present Oct 26 23:04:57.526 INFO running `"docker" "rm" "-f" "74d2350924e7291d2f8310e822f962b263077025dcb450394c1735dab1f66999"` Oct 26 23:04:57.731 INFO blam! 74d2350924e7291d2f8310e822f962b263077025dcb450394c1735dab1f66999