Oct 11 02:59:36.318 INFO testing annaholmes/webserver2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:59:36.318 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:59:36.318 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 02:59:36.560 INFO blam! fd9323ef6c44b1221cda383da015d3f9a03e94c89dd9982031f4f50d0d719d83 Oct 11 02:59:36.570 INFO running `"docker" "start" "-a" "fd9323ef6c44b1221cda383da015d3f9a03e94c89dd9982031f4f50d0d719d83"` Oct 11 02:59:37.220 INFO kablam! usermod: no changes Oct 11 02:59:37.271 INFO kablam! Compiling webserver2 v0.1.0 (/source) Oct 11 02:59:37.589 INFO kablam! warning: unused variable: `total_reqs` Oct 11 02:59:37.589 INFO kablam! --> src/main.rs:33:17 Oct 11 02:59:37.589 INFO kablam! | Oct 11 02:59:37.589 INFO kablam! 33 | let total_reqs = total_reqs.lock().unwrap(); Oct 11 02:59:37.589 INFO kablam! | ^^^^^^^^^^ help: consider using `_total_reqs` instead Oct 11 02:59:37.589 INFO kablam! | Oct 11 02:59:37.589 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:59:37.589 INFO kablam! Oct 11 02:59:37.589 INFO kablam! warning: unused variable: `valid_reqs` Oct 11 02:59:37.589 INFO kablam! --> src/main.rs:37:17 Oct 11 02:59:37.589 INFO kablam! | Oct 11 02:59:37.589 INFO kablam! 37 | let valid_reqs = valid_reqs.lock().unwrap(); Oct 11 02:59:37.589 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 11 02:59:37.589 INFO kablam! Oct 11 02:59:37.589 INFO kablam! warning: unused variable: `valid_reqs` Oct 11 02:59:37.590 INFO kablam! --> src/main.rs:43:70 Oct 11 02:59:37.590 INFO kablam! | Oct 11 02:59:37.590 INFO kablam! 43 | fn handle_client(mut stream: TcpStream, total_reqs: Arc>, valid_reqs: Arc>) { Oct 11 02:59:37.590 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 11 02:59:37.590 INFO kablam! Oct 11 02:59:37.605 INFO kablam! warning: variable does not need to be mutable Oct 11 02:59:37.605 INFO kablam! --> src/main.rs:101:16 Oct 11 02:59:37.605 INFO kablam! | Oct 11 02:59:37.605 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 11 02:59:37.605 INFO kablam! | ----^^^^^^^^^^ Oct 11 02:59:37.605 INFO kablam! | | Oct 11 02:59:37.605 INFO kablam! | help: remove this `mut` Oct 11 02:59:37.605 INFO kablam! | Oct 11 02:59:37.605 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:59:37.605 INFO kablam! Oct 11 02:59:37.606 INFO kablam! warning: variable `multFiles` should have a snake case name such as `mult_files` Oct 11 02:59:37.606 INFO kablam! --> src/main.rs:72:17 Oct 11 02:59:37.606 INFO kablam! | Oct 11 02:59:37.606 INFO kablam! 72 | let mut multFiles = words[1].split("/").collect::>(); Oct 11 02:59:37.606 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 02:59:37.606 INFO kablam! | Oct 11 02:59:37.606 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 02:59:37.607 INFO kablam! Oct 11 02:59:37.607 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 11 02:59:37.607 INFO kablam! --> src/main.rs:79:17 Oct 11 02:59:37.607 INFO kablam! | Oct 11 02:59:37.607 INFO kablam! 79 | let thisStream = Arc::new(Mutex::new(stream)); Oct 11 02:59:37.607 INFO kablam! | ^^^^^^^^^^ Oct 11 02:59:37.607 INFO kablam! Oct 11 02:59:37.607 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 11 02:59:37.607 INFO kablam! --> src/main.rs:82:21 Oct 11 02:59:37.607 INFO kablam! | Oct 11 02:59:37.607 INFO kablam! 82 | let thisStream = thisStream.clone(); Oct 11 02:59:37.607 INFO kablam! | ^^^^^^^^^^ Oct 11 02:59:37.607 INFO kablam! Oct 11 02:59:37.607 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 11 02:59:37.607 INFO kablam! --> src/main.rs:101:16 Oct 11 02:59:37.607 INFO kablam! | Oct 11 02:59:37.607 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 11 02:59:37.607 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:59:37.608 INFO kablam! Oct 11 02:59:37.608 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 11 02:59:37.608 INFO kablam! --> src/main.rs:106:13 Oct 11 02:59:37.608 INFO kablam! | Oct 11 02:59:37.608 INFO kablam! 106 | let mut thisStream = thisStream.lock().unwrap(); Oct 11 02:59:37.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:59:37.608 INFO kablam! Oct 11 02:59:37.609 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 11 02:59:37.609 INFO kablam! --> src/main.rs:127:21 Oct 11 02:59:37.609 INFO kablam! | Oct 11 02:59:37.609 INFO kablam! 127 | let mut thisStream = thisStream.lock().unwrap(); Oct 11 02:59:37.609 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:59:37.609 INFO kablam! Oct 11 02:59:37.609 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 11 02:59:37.609 INFO kablam! --> src/main.rs:138:21 Oct 11 02:59:37.609 INFO kablam! | Oct 11 02:59:37.609 INFO kablam! 138 | let mut thisStream = thisStream.lock().unwrap(); Oct 11 02:59:37.609 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:59:37.610 INFO kablam! Oct 11 02:59:38.618 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 11 02:59:38.626 INFO kablam! su: No module specific data is present Oct 11 02:59:39.298 INFO running `"docker" "rm" "-f" "fd9323ef6c44b1221cda383da015d3f9a03e94c89dd9982031f4f50d0d719d83"` Oct 11 02:59:39.488 INFO blam! fd9323ef6c44b1221cda383da015d3f9a03e94c89dd9982031f4f50d0d719d83 Oct 11 02:59:39.497 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:59:39.499 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 02:59:39.836 INFO blam! 3f79030512900772b4ea7bfb6f7bb7d58ab138c8c4e117fa8f8c4371f2c44a2b Oct 11 02:59:39.838 INFO running `"docker" "start" "-a" "3f79030512900772b4ea7bfb6f7bb7d58ab138c8c4e117fa8f8c4371f2c44a2b"` Oct 11 02:59:41.091 INFO kablam! usermod: no changes Oct 11 02:59:41.134 INFO kablam! Compiling webserver2 v0.1.0 (/source) Oct 11 02:59:41.660 INFO kablam! warning: unused variable: `total_reqs` Oct 11 02:59:41.660 INFO kablam! --> src/main.rs:33:17 Oct 11 02:59:41.660 INFO kablam! | Oct 11 02:59:41.660 INFO kablam! 33 | let total_reqs = total_reqs.lock().unwrap(); Oct 11 02:59:41.660 INFO kablam! | ^^^^^^^^^^ help: consider using `_total_reqs` instead Oct 11 02:59:41.660 INFO kablam! | Oct 11 02:59:41.660 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:59:41.660 INFO kablam! Oct 11 02:59:41.660 INFO kablam! warning: unused variable: `valid_reqs` Oct 11 02:59:41.660 INFO kablam! --> src/main.rs:37:17 Oct 11 02:59:41.660 INFO kablam! | Oct 11 02:59:41.660 INFO kablam! 37 | let valid_reqs = valid_reqs.lock().unwrap(); Oct 11 02:59:41.660 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 11 02:59:41.660 INFO kablam! Oct 11 02:59:41.660 INFO kablam! warning: unused variable: `valid_reqs` Oct 11 02:59:41.660 INFO kablam! --> src/main.rs:43:70 Oct 11 02:59:41.660 INFO kablam! | Oct 11 02:59:41.660 INFO kablam! 43 | fn handle_client(mut stream: TcpStream, total_reqs: Arc>, valid_reqs: Arc>) { Oct 11 02:59:41.660 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 11 02:59:41.660 INFO kablam! Oct 11 02:59:41.668 INFO kablam! warning: variable does not need to be mutable Oct 11 02:59:41.668 INFO kablam! --> src/main.rs:101:16 Oct 11 02:59:41.668 INFO kablam! | Oct 11 02:59:41.668 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 11 02:59:41.668 INFO kablam! | ----^^^^^^^^^^ Oct 11 02:59:41.668 INFO kablam! | | Oct 11 02:59:41.668 INFO kablam! | help: remove this `mut` Oct 11 02:59:41.668 INFO kablam! | Oct 11 02:59:41.668 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:59:41.668 INFO kablam! Oct 11 02:59:41.668 INFO kablam! warning: variable `multFiles` should have a snake case name such as `mult_files` Oct 11 02:59:41.668 INFO kablam! --> src/main.rs:72:17 Oct 11 02:59:41.668 INFO kablam! | Oct 11 02:59:41.668 INFO kablam! 72 | let mut multFiles = words[1].split("/").collect::>(); Oct 11 02:59:41.668 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 02:59:41.668 INFO kablam! | Oct 11 02:59:41.668 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 02:59:41.668 INFO kablam! Oct 11 02:59:41.668 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 11 02:59:41.668 INFO kablam! --> src/main.rs:79:17 Oct 11 02:59:41.668 INFO kablam! | Oct 11 02:59:41.668 INFO kablam! 79 | let thisStream = Arc::new(Mutex::new(stream)); Oct 11 02:59:41.669 INFO kablam! | ^^^^^^^^^^ Oct 11 02:59:41.671 INFO kablam! Oct 11 02:59:41.671 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 11 02:59:41.671 INFO kablam! --> src/main.rs:82:21 Oct 11 02:59:41.671 INFO kablam! | Oct 11 02:59:41.671 INFO kablam! 82 | let thisStream = thisStream.clone(); Oct 11 02:59:41.671 INFO kablam! | ^^^^^^^^^^ Oct 11 02:59:41.671 INFO kablam! Oct 11 02:59:41.671 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 11 02:59:41.671 INFO kablam! --> src/main.rs:101:16 Oct 11 02:59:41.671 INFO kablam! | Oct 11 02:59:41.671 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 11 02:59:41.671 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:59:41.672 INFO kablam! Oct 11 02:59:41.672 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 11 02:59:41.672 INFO kablam! --> src/main.rs:106:13 Oct 11 02:59:41.672 INFO kablam! | Oct 11 02:59:41.672 INFO kablam! 106 | let mut thisStream = thisStream.lock().unwrap(); Oct 11 02:59:41.672 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:59:41.672 INFO kablam! Oct 11 02:59:41.672 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 11 02:59:41.672 INFO kablam! --> src/main.rs:127:21 Oct 11 02:59:41.672 INFO kablam! | Oct 11 02:59:41.672 INFO kablam! 127 | let mut thisStream = thisStream.lock().unwrap(); Oct 11 02:59:41.672 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:59:41.672 INFO kablam! Oct 11 02:59:41.672 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 11 02:59:41.672 INFO kablam! --> src/main.rs:138:21 Oct 11 02:59:41.672 INFO kablam! | Oct 11 02:59:41.672 INFO kablam! 138 | let mut thisStream = thisStream.lock().unwrap(); Oct 11 02:59:41.672 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:59:41.672 INFO kablam! Oct 11 02:59:42.156 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 11 02:59:42.158 INFO kablam! su: No module specific data is present Oct 11 02:59:43.086 INFO running `"docker" "rm" "-f" "3f79030512900772b4ea7bfb6f7bb7d58ab138c8c4e117fa8f8c4371f2c44a2b"` Oct 11 02:59:43.303 INFO blam! 3f79030512900772b4ea7bfb6f7bb7d58ab138c8c4e117fa8f8c4371f2c44a2b Oct 11 02:59:43.306 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:59:43.306 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 02:59:44.003 INFO blam! 7f4530105c45a73cd737c3482eefe41e300773f8a64ae29c7fc882b06681dcb6 Oct 11 02:59:44.004 INFO running `"docker" "start" "-a" "7f4530105c45a73cd737c3482eefe41e300773f8a64ae29c7fc882b06681dcb6"` Oct 11 02:59:44.487 INFO kablam! usermod: no changes Oct 11 02:59:44.513 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 02:59:44.516 INFO kablam! Running /target/debug/deps/webserver2-3d06f4bf89df4902 Oct 11 02:59:44.520 INFO kablam! su: No module specific data is present Oct 11 02:59:44.520 INFO blam! Oct 11 02:59:44.520 INFO blam! running 0 tests Oct 11 02:59:44.520 INFO blam! Oct 11 02:59:44.520 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:59:44.520 INFO blam! Oct 11 02:59:44.819 INFO running `"docker" "rm" "-f" "7f4530105c45a73cd737c3482eefe41e300773f8a64ae29c7fc882b06681dcb6"` Oct 11 02:59:44.918 INFO blam! 7f4530105c45a73cd737c3482eefe41e300773f8a64ae29c7fc882b06681dcb6