Oct 15 04:02:24.903 INFO testing annaholmes/webserver2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:02:24.903 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 04:02:25.051 INFO blam! ccfc133cd3764a637014b90940aae041ea93e28e66b38bdff848237ffbf2bd26 Oct 15 04:02:25.055 INFO running `"docker" "start" "-a" "ccfc133cd3764a637014b90940aae041ea93e28e66b38bdff848237ffbf2bd26"` Oct 15 04:02:25.954 INFO kablam! usermod: no changes Oct 15 04:02:25.999 INFO kablam! Compiling webserver2 v0.1.0 (/source) Oct 15 04:02:26.399 INFO kablam! warning: unused variable: `total_reqs` Oct 15 04:02:26.399 INFO kablam! --> src/main.rs:33:17 Oct 15 04:02:26.399 INFO kablam! | Oct 15 04:02:26.399 INFO kablam! 33 | let total_reqs = total_reqs.lock().unwrap(); Oct 15 04:02:26.399 INFO kablam! | ^^^^^^^^^^ help: consider using `_total_reqs` instead Oct 15 04:02:26.399 INFO kablam! | Oct 15 04:02:26.399 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:02:26.399 INFO kablam! Oct 15 04:02:26.399 INFO kablam! warning: unused variable: `valid_reqs` Oct 15 04:02:26.399 INFO kablam! --> src/main.rs:37:17 Oct 15 04:02:26.399 INFO kablam! | Oct 15 04:02:26.399 INFO kablam! 37 | let valid_reqs = valid_reqs.lock().unwrap(); Oct 15 04:02:26.399 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 15 04:02:26.399 INFO kablam! Oct 15 04:02:26.399 INFO kablam! warning: unused variable: `valid_reqs` Oct 15 04:02:26.399 INFO kablam! --> src/main.rs:43:70 Oct 15 04:02:26.399 INFO kablam! | Oct 15 04:02:26.399 INFO kablam! 43 | fn handle_client(mut stream: TcpStream, total_reqs: Arc>, valid_reqs: Arc>) { Oct 15 04:02:26.399 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 15 04:02:26.399 INFO kablam! Oct 15 04:02:26.419 INFO kablam! warning: variable does not need to be mutable Oct 15 04:02:26.419 INFO kablam! --> src/main.rs:101:16 Oct 15 04:02:26.419 INFO kablam! | Oct 15 04:02:26.419 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 15 04:02:26.419 INFO kablam! | ----^^^^^^^^^^ Oct 15 04:02:26.419 INFO kablam! | | Oct 15 04:02:26.419 INFO kablam! | help: remove this `mut` Oct 15 04:02:26.419 INFO kablam! | Oct 15 04:02:26.419 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:02:26.419 INFO kablam! Oct 15 04:02:26.419 INFO kablam! warning: variable `multFiles` should have a snake case name such as `mult_files` Oct 15 04:02:26.419 INFO kablam! --> src/main.rs:72:17 Oct 15 04:02:26.419 INFO kablam! | Oct 15 04:02:26.419 INFO kablam! 72 | let mut multFiles = words[1].split("/").collect::>(); Oct 15 04:02:26.419 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:02:26.419 INFO kablam! | Oct 15 04:02:26.419 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:02:26.419 INFO kablam! Oct 15 04:02:26.419 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:26.419 INFO kablam! --> src/main.rs:79:17 Oct 15 04:02:26.419 INFO kablam! | Oct 15 04:02:26.419 INFO kablam! 79 | let thisStream = Arc::new(Mutex::new(stream)); Oct 15 04:02:26.419 INFO kablam! | ^^^^^^^^^^ Oct 15 04:02:26.419 INFO kablam! Oct 15 04:02:26.419 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:26.419 INFO kablam! --> src/main.rs:82:21 Oct 15 04:02:26.419 INFO kablam! | Oct 15 04:02:26.419 INFO kablam! 82 | let thisStream = thisStream.clone(); Oct 15 04:02:26.419 INFO kablam! | ^^^^^^^^^^ Oct 15 04:02:26.419 INFO kablam! Oct 15 04:02:26.419 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:26.419 INFO kablam! --> src/main.rs:101:16 Oct 15 04:02:26.419 INFO kablam! | Oct 15 04:02:26.419 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 15 04:02:26.419 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:26.419 INFO kablam! Oct 15 04:02:26.419 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:26.419 INFO kablam! --> src/main.rs:106:13 Oct 15 04:02:26.419 INFO kablam! | Oct 15 04:02:26.419 INFO kablam! 106 | let mut thisStream = thisStream.lock().unwrap(); Oct 15 04:02:26.419 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:26.419 INFO kablam! Oct 15 04:02:26.419 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:26.419 INFO kablam! --> src/main.rs:127:21 Oct 15 04:02:26.419 INFO kablam! | Oct 15 04:02:26.419 INFO kablam! 127 | let mut thisStream = thisStream.lock().unwrap(); Oct 15 04:02:26.419 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:26.419 INFO kablam! Oct 15 04:02:26.419 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:26.419 INFO kablam! --> src/main.rs:138:21 Oct 15 04:02:26.419 INFO kablam! | Oct 15 04:02:26.419 INFO kablam! 138 | let mut thisStream = thisStream.lock().unwrap(); Oct 15 04:02:26.419 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:26.419 INFO kablam! Oct 15 04:02:27.270 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 15 04:02:27.271 INFO kablam! su: No module specific data is present Oct 15 04:02:27.867 INFO running `"docker" "rm" "-f" "ccfc133cd3764a637014b90940aae041ea93e28e66b38bdff848237ffbf2bd26"` Oct 15 04:02:28.088 INFO blam! ccfc133cd3764a637014b90940aae041ea93e28e66b38bdff848237ffbf2bd26 Oct 15 04:02:28.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 04:02:28.491 INFO blam! 629edfd15515bcfbf9bb7bb3887947aa0eea6a6057e03a2e69eede204d85aea4 Oct 15 04:02:28.493 INFO running `"docker" "start" "-a" "629edfd15515bcfbf9bb7bb3887947aa0eea6a6057e03a2e69eede204d85aea4"` Oct 15 04:02:29.725 INFO kablam! usermod: no changes Oct 15 04:02:29.770 INFO kablam! Compiling webserver2 v0.1.0 (/source) Oct 15 04:02:30.369 INFO kablam! warning: unused variable: `total_reqs` Oct 15 04:02:30.369 INFO kablam! --> src/main.rs:33:17 Oct 15 04:02:30.369 INFO kablam! | Oct 15 04:02:30.370 INFO kablam! 33 | let total_reqs = total_reqs.lock().unwrap(); Oct 15 04:02:30.370 INFO kablam! | ^^^^^^^^^^ help: consider using `_total_reqs` instead Oct 15 04:02:30.370 INFO kablam! | Oct 15 04:02:30.371 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:02:30.371 INFO kablam! Oct 15 04:02:30.371 INFO kablam! warning: unused variable: `valid_reqs` Oct 15 04:02:30.371 INFO kablam! --> src/main.rs:37:17 Oct 15 04:02:30.372 INFO kablam! | Oct 15 04:02:30.372 INFO kablam! 37 | let valid_reqs = valid_reqs.lock().unwrap(); Oct 15 04:02:30.372 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 15 04:02:30.372 INFO kablam! Oct 15 04:02:30.373 INFO kablam! warning: unused variable: `valid_reqs` Oct 15 04:02:30.373 INFO kablam! --> src/main.rs:43:70 Oct 15 04:02:30.373 INFO kablam! | Oct 15 04:02:30.373 INFO kablam! 43 | fn handle_client(mut stream: TcpStream, total_reqs: Arc>, valid_reqs: Arc>) { Oct 15 04:02:30.374 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 15 04:02:30.374 INFO kablam! Oct 15 04:02:30.391 INFO kablam! warning: variable does not need to be mutable Oct 15 04:02:30.391 INFO kablam! --> src/main.rs:101:16 Oct 15 04:02:30.392 INFO kablam! | Oct 15 04:02:30.392 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 15 04:02:30.392 INFO kablam! | ----^^^^^^^^^^ Oct 15 04:02:30.393 INFO kablam! | | Oct 15 04:02:30.393 INFO kablam! | help: remove this `mut` Oct 15 04:02:30.393 INFO kablam! | Oct 15 04:02:30.394 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:02:30.394 INFO kablam! Oct 15 04:02:30.394 INFO kablam! warning: variable `multFiles` should have a snake case name such as `mult_files` Oct 15 04:02:30.395 INFO kablam! --> src/main.rs:72:17 Oct 15 04:02:30.395 INFO kablam! | Oct 15 04:02:30.395 INFO kablam! 72 | let mut multFiles = words[1].split("/").collect::>(); Oct 15 04:02:30.395 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:02:30.396 INFO kablam! | Oct 15 04:02:30.396 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:02:30.396 INFO kablam! Oct 15 04:02:30.396 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:30.397 INFO kablam! --> src/main.rs:79:17 Oct 15 04:02:30.397 INFO kablam! | Oct 15 04:02:30.397 INFO kablam! 79 | let thisStream = Arc::new(Mutex::new(stream)); Oct 15 04:02:30.397 INFO kablam! | ^^^^^^^^^^ Oct 15 04:02:30.398 INFO kablam! Oct 15 04:02:30.398 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:30.398 INFO kablam! --> src/main.rs:82:21 Oct 15 04:02:30.399 INFO kablam! | Oct 15 04:02:30.399 INFO kablam! 82 | let thisStream = thisStream.clone(); Oct 15 04:02:30.399 INFO kablam! | ^^^^^^^^^^ Oct 15 04:02:30.400 INFO kablam! Oct 15 04:02:30.400 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:30.400 INFO kablam! --> src/main.rs:101:16 Oct 15 04:02:30.400 INFO kablam! | Oct 15 04:02:30.401 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 15 04:02:30.401 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:30.401 INFO kablam! Oct 15 04:02:30.402 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:30.402 INFO kablam! --> src/main.rs:106:13 Oct 15 04:02:30.402 INFO kablam! | Oct 15 04:02:30.403 INFO kablam! 106 | let mut thisStream = thisStream.lock().unwrap(); Oct 15 04:02:30.403 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:30.403 INFO kablam! Oct 15 04:02:30.403 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:30.404 INFO kablam! --> src/main.rs:127:21 Oct 15 04:02:30.404 INFO kablam! | Oct 15 04:02:30.404 INFO kablam! 127 | let mut thisStream = thisStream.lock().unwrap(); Oct 15 04:02:30.404 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:30.405 INFO kablam! Oct 15 04:02:30.405 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:30.405 INFO kablam! --> src/main.rs:138:21 Oct 15 04:02:30.405 INFO kablam! | Oct 15 04:02:30.406 INFO kablam! 138 | let mut thisStream = thisStream.lock().unwrap(); Oct 15 04:02:30.406 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:30.406 INFO kablam! Oct 15 04:02:30.993 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.23s Oct 15 04:02:30.999 INFO kablam! su: No module specific data is present Oct 15 04:02:31.967 INFO running `"docker" "rm" "-f" "629edfd15515bcfbf9bb7bb3887947aa0eea6a6057e03a2e69eede204d85aea4"` Oct 15 04:02:32.179 INFO blam! 629edfd15515bcfbf9bb7bb3887947aa0eea6a6057e03a2e69eede204d85aea4 Oct 15 04:02:32.186 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 04:02:32.583 INFO blam! 8b987472b3ed10385a2306c485b0893217878452313c53b276858643327a94c7 Oct 15 04:02:32.591 INFO running `"docker" "start" "-a" "8b987472b3ed10385a2306c485b0893217878452313c53b276858643327a94c7"` Oct 15 04:02:33.869 INFO kablam! usermod: no changes Oct 15 04:02:33.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 04:02:33.919 INFO kablam! Running /target/debug/deps/webserver2-3d06f4bf89df4902 Oct 15 04:02:33.923 INFO kablam! su: No module specific data is present Oct 15 04:02:33.923 INFO blam! Oct 15 04:02:33.923 INFO blam! running 0 tests Oct 15 04:02:33.923 INFO blam! Oct 15 04:02:33.923 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:02:33.923 INFO blam! Oct 15 04:02:34.487 INFO running `"docker" "rm" "-f" "8b987472b3ed10385a2306c485b0893217878452313c53b276858643327a94c7"` Oct 15 04:02:34.750 INFO blam! 8b987472b3ed10385a2306c485b0893217878452313c53b276858643327a94c7