Oct 10 16:57:29.833 INFO testing paulsevere/server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:57:29.834 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:57:29.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 16:57:30.235 INFO blam! 76ce36b0936446e59c3893163c3288e7236a8c4133bc53be4cbfe211c94a8c14 Oct 10 16:57:30.241 INFO running `"docker" "start" "-a" "76ce36b0936446e59c3893163c3288e7236a8c4133bc53be4cbfe211c94a8c14"` Oct 10 16:57:31.208 INFO kablam! usermod: no changes Oct 10 16:57:31.328 INFO kablam! Compiling mio v0.6.7 Oct 10 16:57:34.789 INFO kablam! Compiling server v0.1.0 (/source) Oct 10 16:57:35.743 INFO kablam! warning: unused import: `TcpStream` Oct 10 16:57:35.743 INFO kablam! --> src/main.rs:5:29 Oct 10 16:57:35.743 INFO kablam! | Oct 10 16:57:35.743 INFO kablam! 5 | use mio::tcp::{TcpListener, TcpStream}; Oct 10 16:57:35.743 INFO kablam! | ^^^^^^^^^ Oct 10 16:57:35.743 INFO kablam! | Oct 10 16:57:35.743 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:57:35.743 INFO kablam! Oct 10 16:57:35.776 INFO kablam! warning: unused variable: `addr` Oct 10 16:57:35.776 INFO kablam! --> src/main.rs:33:38 Oct 10 16:57:35.777 INFO kablam! | Oct 10 16:57:35.777 INFO kablam! 33 | let (mut socket, addr) = server.accept().unwrap(); Oct 10 16:57:35.777 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 10 16:57:35.777 INFO kablam! | Oct 10 16:57:35.777 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:57:35.777 INFO kablam! Oct 10 16:57:35.788 INFO kablam! warning: variable `writeResult` should have a snake case name such as `write_result` Oct 10 16:57:35.788 INFO kablam! --> src/main.rs:34:25 Oct 10 16:57:35.789 INFO kablam! | Oct 10 16:57:35.789 INFO kablam! 34 | let writeResult = socket.write(httpResponse().as_bytes()); Oct 10 16:57:35.789 INFO kablam! | ^^^^^^^^^^^ Oct 10 16:57:35.789 INFO kablam! | Oct 10 16:57:35.789 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:57:35.789 INFO kablam! Oct 10 16:57:35.789 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:57:35.789 INFO kablam! --> src/main.rs:39:29 Oct 10 16:57:35.789 INFO kablam! | Oct 10 16:57:35.789 INFO kablam! 39 | socket.shutdown(Both); Oct 10 16:57:35.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:35.789 INFO kablam! | Oct 10 16:57:35.789 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 16:57:35.789 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:57:35.789 INFO kablam! Oct 10 16:57:35.789 INFO kablam! warning: function `httpResponse` should have a snake case name such as `http_response` Oct 10 16:57:35.789 INFO kablam! --> src/main.rs:55:1 Oct 10 16:57:35.789 INFO kablam! | Oct 10 16:57:35.789 INFO kablam! 55 | / pub fn httpResponse() -> String { Oct 10 16:57:35.789 INFO kablam! 56 | | Oct 10 16:57:35.789 INFO kablam! 57 | | let message = format!(r#"HTTP-Version = HTTP/2.0 Oct 10 16:57:35.789 INFO kablam! 58 | | Content-Type: text/html Oct 10 16:57:35.789 INFO kablam! ... | Oct 10 16:57:35.789 INFO kablam! 63 | | return String::from(message); Oct 10 16:57:35.790 INFO kablam! 64 | | } Oct 10 16:57:35.790 INFO kablam! | |_^ Oct 10 16:57:35.790 INFO kablam! Oct 10 16:57:36.460 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.23s Oct 10 16:57:36.470 INFO kablam! su: No module specific data is present Oct 10 16:57:37.484 INFO running `"docker" "rm" "-f" "76ce36b0936446e59c3893163c3288e7236a8c4133bc53be4cbfe211c94a8c14"` Oct 10 16:57:37.728 INFO blam! 76ce36b0936446e59c3893163c3288e7236a8c4133bc53be4cbfe211c94a8c14 Oct 10 16:57:37.730 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:57:37.730 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 16:57:39.003 INFO blam! 0276bb804ffa7712f24736295149a436662359998eb0b1bb8f84a6674a043f2e Oct 10 16:57:39.005 INFO running `"docker" "start" "-a" "0276bb804ffa7712f24736295149a436662359998eb0b1bb8f84a6674a043f2e"` Oct 10 16:57:40.270 INFO kablam! usermod: no changes Oct 10 16:57:40.351 INFO kablam! Compiling server v0.1.0 (/source) Oct 10 16:57:41.276 INFO kablam! warning: unused import: `TcpStream` Oct 10 16:57:41.276 INFO kablam! --> src/main.rs:5:29 Oct 10 16:57:41.276 INFO kablam! | Oct 10 16:57:41.276 INFO kablam! 5 | use mio::tcp::{TcpListener, TcpStream}; Oct 10 16:57:41.276 INFO kablam! | ^^^^^^^^^ Oct 10 16:57:41.276 INFO kablam! | Oct 10 16:57:41.276 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:57:41.276 INFO kablam! Oct 10 16:57:41.318 INFO kablam! warning: unused variable: `addr` Oct 10 16:57:41.318 INFO kablam! --> src/main.rs:33:38 Oct 10 16:57:41.318 INFO kablam! | Oct 10 16:57:41.318 INFO kablam! 33 | let (mut socket, addr) = server.accept().unwrap(); Oct 10 16:57:41.318 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 10 16:57:41.318 INFO kablam! | Oct 10 16:57:41.318 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:57:41.318 INFO kablam! Oct 10 16:57:41.334 INFO kablam! warning: variable `writeResult` should have a snake case name such as `write_result` Oct 10 16:57:41.334 INFO kablam! --> src/main.rs:34:25 Oct 10 16:57:41.334 INFO kablam! | Oct 10 16:57:41.334 INFO kablam! 34 | let writeResult = socket.write(httpResponse().as_bytes()); Oct 10 16:57:41.334 INFO kablam! | ^^^^^^^^^^^ Oct 10 16:57:41.334 INFO kablam! | Oct 10 16:57:41.334 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 16:57:41.334 INFO kablam! Oct 10 16:57:41.336 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:57:41.336 INFO kablam! --> src/main.rs:39:29 Oct 10 16:57:41.336 INFO kablam! | Oct 10 16:57:41.336 INFO kablam! 39 | socket.shutdown(Both); Oct 10 16:57:41.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:57:41.336 INFO kablam! | Oct 10 16:57:41.336 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 16:57:41.336 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:57:41.336 INFO kablam! Oct 10 16:57:41.336 INFO kablam! warning: function `httpResponse` should have a snake case name such as `http_response` Oct 10 16:57:41.336 INFO kablam! --> src/main.rs:55:1 Oct 10 16:57:41.336 INFO kablam! | Oct 10 16:57:41.336 INFO kablam! 55 | / pub fn httpResponse() -> String { Oct 10 16:57:41.336 INFO kablam! 56 | | Oct 10 16:57:41.336 INFO kablam! 57 | | let message = format!(r#"HTTP-Version = HTTP/2.0 Oct 10 16:57:41.336 INFO kablam! 58 | | Content-Type: text/html Oct 10 16:57:41.336 INFO kablam! ... | Oct 10 16:57:41.336 INFO kablam! 63 | | return String::from(message); Oct 10 16:57:41.336 INFO kablam! 64 | | } Oct 10 16:57:41.336 INFO kablam! | |_^ Oct 10 16:57:41.336 INFO kablam! Oct 10 16:57:41.866 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.56s Oct 10 16:57:41.869 INFO kablam! su: No module specific data is present Oct 10 16:57:42.684 INFO running `"docker" "rm" "-f" "0276bb804ffa7712f24736295149a436662359998eb0b1bb8f84a6674a043f2e"` Oct 10 16:57:43.070 INFO blam! 0276bb804ffa7712f24736295149a436662359998eb0b1bb8f84a6674a043f2e Oct 10 16:57:43.081 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:57:43.082 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 16:57:43.592 INFO blam! 6d0b7ea5328b1bb93298be0c58578a2fff6e86dc8d6b83dcc607cdc435a53bcb Oct 10 16:57:43.600 INFO running `"docker" "start" "-a" "6d0b7ea5328b1bb93298be0c58578a2fff6e86dc8d6b83dcc607cdc435a53bcb"` Oct 10 16:57:44.832 INFO kablam! usermod: no changes Oct 10 16:57:44.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 10 16:57:44.968 INFO kablam! Running /target/debug/deps/server-6d870ea61adc63ab Oct 10 16:57:44.976 INFO blam! Oct 10 16:57:44.977 INFO kablam! su: No module specific data is present Oct 10 16:57:44.977 INFO blam! running 0 tests Oct 10 16:57:44.977 INFO blam! Oct 10 16:57:44.978 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:57:44.978 INFO blam! Oct 10 16:57:45.508 INFO running `"docker" "rm" "-f" "6d0b7ea5328b1bb93298be0c58578a2fff6e86dc8d6b83dcc607cdc435a53bcb"` Oct 10 16:57:45.816 INFO blam! 6d0b7ea5328b1bb93298be0c58578a2fff6e86dc8d6b83dcc607cdc435a53bcb