Oct 15 04:02:24.008 INFO testing annaholmes/webserver2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:02:24.008 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:24.270 INFO blam! 963609f92094c222ac19fe845c11c359cc0622d9b595166b7ed884d1552e58c3 Oct 15 04:02:24.272 INFO running `"docker" "start" "-a" "963609f92094c222ac19fe845c11c359cc0622d9b595166b7ed884d1552e58c3"` Oct 15 04:02:24.665 INFO kablam! usermod: no changes Oct 15 04:02:24.699 INFO kablam! Compiling webserver2 v0.1.0 (/source) Oct 15 04:02:25.000 INFO kablam! warning: unused variable: `total_reqs` Oct 15 04:02:25.000 INFO kablam! --> src/main.rs:33:17 Oct 15 04:02:25.000 INFO kablam! | Oct 15 04:02:25.000 INFO kablam! 33 | let total_reqs = total_reqs.lock().unwrap(); Oct 15 04:02:25.000 INFO kablam! | ^^^^^^^^^^ help: consider using `_total_reqs` instead Oct 15 04:02:25.000 INFO kablam! | Oct 15 04:02:25.000 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:02:25.000 INFO kablam! Oct 15 04:02:25.000 INFO kablam! warning: unused variable: `valid_reqs` Oct 15 04:02:25.000 INFO kablam! --> src/main.rs:37:17 Oct 15 04:02:25.000 INFO kablam! | Oct 15 04:02:25.000 INFO kablam! 37 | let valid_reqs = valid_reqs.lock().unwrap(); Oct 15 04:02:25.000 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 15 04:02:25.000 INFO kablam! Oct 15 04:02:25.000 INFO kablam! warning: unused variable: `valid_reqs` Oct 15 04:02:25.000 INFO kablam! --> src/main.rs:43:70 Oct 15 04:02:25.000 INFO kablam! | Oct 15 04:02:25.000 INFO kablam! 43 | fn handle_client(mut stream: TcpStream, total_reqs: Arc>, valid_reqs: Arc>) { Oct 15 04:02:25.000 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 15 04:02:25.000 INFO kablam! Oct 15 04:02:25.013 INFO kablam! warning: variable does not need to be mutable Oct 15 04:02:25.013 INFO kablam! --> src/main.rs:101:16 Oct 15 04:02:25.013 INFO kablam! | Oct 15 04:02:25.013 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 15 04:02:25.013 INFO kablam! | ----^^^^^^^^^^ Oct 15 04:02:25.013 INFO kablam! | | Oct 15 04:02:25.013 INFO kablam! | help: remove this `mut` Oct 15 04:02:25.013 INFO kablam! | Oct 15 04:02:25.013 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:02:25.013 INFO kablam! Oct 15 04:02:25.014 INFO kablam! warning: variable `multFiles` should have a snake case name such as `mult_files` Oct 15 04:02:25.014 INFO kablam! --> src/main.rs:72:17 Oct 15 04:02:25.014 INFO kablam! | Oct 15 04:02:25.014 INFO kablam! 72 | let mut multFiles = words[1].split("/").collect::>(); Oct 15 04:02:25.014 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:02:25.014 INFO kablam! | Oct 15 04:02:25.014 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:02:25.014 INFO kablam! Oct 15 04:02:25.015 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:25.015 INFO kablam! --> src/main.rs:79:17 Oct 15 04:02:25.015 INFO kablam! | Oct 15 04:02:25.015 INFO kablam! 79 | let thisStream = Arc::new(Mutex::new(stream)); Oct 15 04:02:25.015 INFO kablam! | ^^^^^^^^^^ Oct 15 04:02:25.015 INFO kablam! Oct 15 04:02:25.015 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:25.015 INFO kablam! --> src/main.rs:82:21 Oct 15 04:02:25.015 INFO kablam! | Oct 15 04:02:25.015 INFO kablam! 82 | let thisStream = thisStream.clone(); Oct 15 04:02:25.015 INFO kablam! | ^^^^^^^^^^ Oct 15 04:02:25.015 INFO kablam! Oct 15 04:02:25.015 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:25.015 INFO kablam! --> src/main.rs:101:16 Oct 15 04:02:25.015 INFO kablam! | Oct 15 04:02:25.015 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 15 04:02:25.015 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:25.015 INFO kablam! Oct 15 04:02:25.015 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:25.015 INFO kablam! --> src/main.rs:106:13 Oct 15 04:02:25.015 INFO kablam! | Oct 15 04:02:25.015 INFO kablam! 106 | let mut thisStream = thisStream.lock().unwrap(); Oct 15 04:02:25.015 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:25.015 INFO kablam! Oct 15 04:02:25.016 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:25.016 INFO kablam! --> src/main.rs:127:21 Oct 15 04:02:25.016 INFO kablam! | Oct 15 04:02:25.016 INFO kablam! 127 | let mut thisStream = thisStream.lock().unwrap(); Oct 15 04:02:25.016 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:25.016 INFO kablam! Oct 15 04:02:25.016 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:25.016 INFO kablam! --> src/main.rs:138:21 Oct 15 04:02:25.016 INFO kablam! | Oct 15 04:02:25.016 INFO kablam! 138 | let mut thisStream = thisStream.lock().unwrap(); Oct 15 04:02:25.016 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:25.016 INFO kablam! Oct 15 04:02:25.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 15 04:02:25.758 INFO kablam! su: No module specific data is present Oct 15 04:02:26.302 INFO running `"docker" "rm" "-f" "963609f92094c222ac19fe845c11c359cc0622d9b595166b7ed884d1552e58c3"` Oct 15 04:02:26.529 INFO blam! 963609f92094c222ac19fe845c11c359cc0622d9b595166b7ed884d1552e58c3 Oct 15 04:02:26.535 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:26.907 INFO blam! 878a5738f809bfa01019855629cc609557ce65f4aee44c240d6c79f74b69c1f5 Oct 15 04:02:26.915 INFO running `"docker" "start" "-a" "878a5738f809bfa01019855629cc609557ce65f4aee44c240d6c79f74b69c1f5"` Oct 15 04:02:27.987 INFO kablam! usermod: no changes Oct 15 04:02:28.047 INFO kablam! Compiling webserver2 v0.1.0 (/source) Oct 15 04:02:28.571 INFO kablam! warning: unused variable: `total_reqs` Oct 15 04:02:28.571 INFO kablam! --> src/main.rs:33:17 Oct 15 04:02:28.571 INFO kablam! | Oct 15 04:02:28.571 INFO kablam! 33 | let total_reqs = total_reqs.lock().unwrap(); Oct 15 04:02:28.571 INFO kablam! | ^^^^^^^^^^ help: consider using `_total_reqs` instead Oct 15 04:02:28.571 INFO kablam! | Oct 15 04:02:28.571 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:02:28.571 INFO kablam! Oct 15 04:02:28.571 INFO kablam! warning: unused variable: `valid_reqs` Oct 15 04:02:28.571 INFO kablam! --> src/main.rs:37:17 Oct 15 04:02:28.571 INFO kablam! | Oct 15 04:02:28.571 INFO kablam! 37 | let valid_reqs = valid_reqs.lock().unwrap(); Oct 15 04:02:28.571 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 15 04:02:28.571 INFO kablam! Oct 15 04:02:28.571 INFO kablam! warning: unused variable: `valid_reqs` Oct 15 04:02:28.571 INFO kablam! --> src/main.rs:43:70 Oct 15 04:02:28.571 INFO kablam! | Oct 15 04:02:28.571 INFO kablam! 43 | fn handle_client(mut stream: TcpStream, total_reqs: Arc>, valid_reqs: Arc>) { Oct 15 04:02:28.571 INFO kablam! | ^^^^^^^^^^ help: consider using `_valid_reqs` instead Oct 15 04:02:28.571 INFO kablam! Oct 15 04:02:28.595 INFO kablam! warning: variable does not need to be mutable Oct 15 04:02:28.596 INFO kablam! --> src/main.rs:101:16 Oct 15 04:02:28.596 INFO kablam! | Oct 15 04:02:28.596 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 15 04:02:28.596 INFO kablam! | ----^^^^^^^^^^ Oct 15 04:02:28.596 INFO kablam! | | Oct 15 04:02:28.596 INFO kablam! | help: remove this `mut` Oct 15 04:02:28.596 INFO kablam! | Oct 15 04:02:28.596 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:02:28.596 INFO kablam! Oct 15 04:02:28.596 INFO kablam! warning: variable `multFiles` should have a snake case name such as `mult_files` Oct 15 04:02:28.596 INFO kablam! --> src/main.rs:72:17 Oct 15 04:02:28.596 INFO kablam! | Oct 15 04:02:28.596 INFO kablam! 72 | let mut multFiles = words[1].split("/").collect::>(); Oct 15 04:02:28.596 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 04:02:28.596 INFO kablam! | Oct 15 04:02:28.596 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:02:28.596 INFO kablam! Oct 15 04:02:28.596 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:28.596 INFO kablam! --> src/main.rs:79:17 Oct 15 04:02:28.596 INFO kablam! | Oct 15 04:02:28.596 INFO kablam! 79 | let thisStream = Arc::new(Mutex::new(stream)); Oct 15 04:02:28.596 INFO kablam! | ^^^^^^^^^^ Oct 15 04:02:28.596 INFO kablam! Oct 15 04:02:28.596 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:28.597 INFO kablam! --> src/main.rs:82:21 Oct 15 04:02:28.597 INFO kablam! | Oct 15 04:02:28.597 INFO kablam! 82 | let thisStream = thisStream.clone(); Oct 15 04:02:28.597 INFO kablam! | ^^^^^^^^^^ Oct 15 04:02:28.597 INFO kablam! Oct 15 04:02:28.597 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:28.597 INFO kablam! --> src/main.rs:101:16 Oct 15 04:02:28.597 INFO kablam! | Oct 15 04:02:28.597 INFO kablam! 101 | fn handle_file(mut thisStream: Arc>, file: &str, address : &std::net::SocketAddr) { Oct 15 04:02:28.597 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:28.597 INFO kablam! Oct 15 04:02:28.597 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:28.597 INFO kablam! --> src/main.rs:106:13 Oct 15 04:02:28.597 INFO kablam! | Oct 15 04:02:28.597 INFO kablam! 106 | let mut thisStream = thisStream.lock().unwrap(); Oct 15 04:02:28.597 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:28.597 INFO kablam! Oct 15 04:02:28.597 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:28.597 INFO kablam! --> src/main.rs:127:21 Oct 15 04:02:28.597 INFO kablam! | Oct 15 04:02:28.597 INFO kablam! 127 | let mut thisStream = thisStream.lock().unwrap(); Oct 15 04:02:28.597 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:28.597 INFO kablam! Oct 15 04:02:28.597 INFO kablam! warning: variable `thisStream` should have a snake case name such as `this_stream` Oct 15 04:02:28.597 INFO kablam! --> src/main.rs:138:21 Oct 15 04:02:28.598 INFO kablam! | Oct 15 04:02:28.598 INFO kablam! 138 | let mut thisStream = thisStream.lock().unwrap(); Oct 15 04:02:28.598 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 04:02:28.598 INFO kablam! Oct 15 04:02:29.112 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 15 04:02:29.114 INFO kablam! su: No module specific data is present Oct 15 04:02:29.878 INFO running `"docker" "rm" "-f" "878a5738f809bfa01019855629cc609557ce65f4aee44c240d6c79f74b69c1f5"` Oct 15 04:02:30.171 INFO blam! 878a5738f809bfa01019855629cc609557ce65f4aee44c240d6c79f74b69c1f5 Oct 15 04:02:30.176 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:30.647 INFO blam! 78cb08d979ed4ad1f1d54de68e3701bff6bc8321f5f93f6a3352f55ac774c7c5 Oct 15 04:02:30.649 INFO running `"docker" "start" "-a" "78cb08d979ed4ad1f1d54de68e3701bff6bc8321f5f93f6a3352f55ac774c7c5"` Oct 15 04:02:32.335 INFO kablam! usermod: no changes Oct 15 04:02:32.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 04:02:32.399 INFO kablam! Running /target/debug/deps/webserver2-36211aa09830ea0e Oct 15 04:02:32.399 INFO blam! Oct 15 04:02:32.399 INFO kablam! su: No module specific data is present Oct 15 04:02:32.399 INFO blam! running 0 tests Oct 15 04:02:32.399 INFO blam! Oct 15 04:02:32.399 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:02:32.399 INFO blam! Oct 15 04:02:33.080 INFO running `"docker" "rm" "-f" "78cb08d979ed4ad1f1d54de68e3701bff6bc8321f5f93f6a3352f55ac774c7c5"` Oct 15 04:02:33.467 INFO blam! 78cb08d979ed4ad1f1d54de68e3701bff6bc8321f5f93f6a3352f55ac774c7c5