Sep 02 14:15:34.335 INFO checking flo_http_ui-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 14:15:34.335 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 14:15:34.335 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 14:15:34.526 INFO blam! 2afda8788a3958e67f3f5a4eacd793ba6a39885985c1e15962c341e1f11cb943 Sep 02 14:15:34.528 INFO running `"docker" "start" "-a" "2afda8788a3958e67f3f5a4eacd793ba6a39885985c1e15962c341e1f11cb943"` Sep 02 14:15:35.358 INFO kablam! Checking flo_http_ui v0.1.0 (file:///source) Sep 02 14:15:42.099 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:42.099 INFO kablam! --> src/ui_handler.rs:250:32 Sep 02 14:15:42.099 INFO kablam! | Sep 02 14:15:42.099 INFO kablam! 250 | Response::with((status::NotFound)) Sep 02 14:15:42.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:42.099 INFO kablam! | Sep 02 14:15:42.099 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 14:15:42.100 INFO kablam! Sep 02 14:15:42.100 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:42.100 INFO kablam! --> src/ui_handler.rs:254:28 Sep 02 14:15:42.100 INFO kablam! | Sep 02 14:15:42.100 INFO kablam! 254 | Response::with((status::NotFound)) Sep 02 14:15:42.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:42.100 INFO kablam! Sep 02 14:15:42.101 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:42.101 INFO kablam! --> src/ui_handler.rs:304:32 Sep 02 14:15:42.101 INFO kablam! | Sep 02 14:15:42.101 INFO kablam! 304 | Response::with((status::NotFound)) Sep 02 14:15:42.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:42.101 INFO kablam! Sep 02 14:15:42.101 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:42.101 INFO kablam! --> src/ui_handler.rs:307:35 Sep 02 14:15:42.101 INFO kablam! | Sep 02 14:15:42.101 INFO kablam! 307 | return Response::with((status::NotFound)); Sep 02 14:15:42.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:42.101 INFO kablam! Sep 02 14:15:42.101 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:42.101 INFO kablam! --> src/ui_handler.rs:317:35 Sep 02 14:15:42.101 INFO kablam! | Sep 02 14:15:42.101 INFO kablam! 317 | return Response::with((status::NotFound)); Sep 02 14:15:42.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:42.101 INFO kablam! Sep 02 14:15:42.101 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:42.101 INFO kablam! --> src/ui_handler.rs:340:43 Sep 02 14:15:42.101 INFO kablam! | Sep 02 14:15:42.102 INFO kablam! 340 | _ => Response::with((status::NotFound)) Sep 02 14:15:42.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:42.102 INFO kablam! Sep 02 14:15:42.102 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:42.102 INFO kablam! --> src/ui_handler.rs:344:28 Sep 02 14:15:42.102 INFO kablam! | Sep 02 14:15:42.102 INFO kablam! 344 | Response::with((status::NotFound)) Sep 02 14:15:42.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:42.102 INFO kablam! Sep 02 14:15:42.102 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:42.102 INFO kablam! --> src/ui_handler.rs:365:39 Sep 02 14:15:42.102 INFO kablam! | Sep 02 14:15:42.102 INFO kablam! 365 | Ok(Response::with((status::BadRequest))) Sep 02 14:15:42.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:42.102 INFO kablam! Sep 02 14:15:42.102 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:42.102 INFO kablam! --> src/ui_handler.rs:372:66 Sep 02 14:15:42.102 INFO kablam! | Sep 02 14:15:42.102 INFO kablam! 372 | Ok(None) => Ok(Response::with((status::BadRequest))), Sep 02 14:15:42.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:42.102 INFO kablam! Sep 02 14:15:42.102 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:42.103 INFO kablam! --> src/ui_handler.rs:373:66 Sep 02 14:15:42.103 INFO kablam! | Sep 02 14:15:42.103 INFO kablam! 373 | Err(_) => Ok(Response::with((status::BadRequest))) Sep 02 14:15:42.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:42.103 INFO kablam! Sep 02 14:15:42.103 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:42.103 INFO kablam! --> src/ui_handler.rs:385:35 Sep 02 14:15:42.103 INFO kablam! | Sep 02 14:15:42.103 INFO kablam! 385 | Ok(Response::with((status::BadRequest))) Sep 02 14:15:42.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:42.103 INFO kablam! Sep 02 14:15:43.291 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:43.291 INFO kablam! --> src/ui_handler.rs:250:32 Sep 02 14:15:43.291 INFO kablam! | Sep 02 14:15:43.291 INFO kablam! 250 | Response::with((status::NotFound)) Sep 02 14:15:43.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:43.291 INFO kablam! | Sep 02 14:15:43.291 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 14:15:43.291 INFO kablam! Sep 02 14:15:43.291 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:43.291 INFO kablam! --> src/ui_handler.rs:254:28 Sep 02 14:15:43.291 INFO kablam! | Sep 02 14:15:43.291 INFO kablam! 254 | Response::with((status::NotFound)) Sep 02 14:15:43.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:43.292 INFO kablam! Sep 02 14:15:43.292 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:43.292 INFO kablam! --> src/ui_handler.rs:304:32 Sep 02 14:15:43.292 INFO kablam! | Sep 02 14:15:43.292 INFO kablam! 304 | Response::with((status::NotFound)) Sep 02 14:15:43.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:43.292 INFO kablam! Sep 02 14:15:43.292 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:43.292 INFO kablam! --> src/ui_handler.rs:307:35 Sep 02 14:15:43.292 INFO kablam! | Sep 02 14:15:43.292 INFO kablam! 307 | return Response::with((status::NotFound)); Sep 02 14:15:43.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:43.292 INFO kablam! Sep 02 14:15:43.292 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:43.292 INFO kablam! --> src/ui_handler.rs:317:35 Sep 02 14:15:43.292 INFO kablam! | Sep 02 14:15:43.292 INFO kablam! 317 | return Response::with((status::NotFound)); Sep 02 14:15:43.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:43.292 INFO kablam! Sep 02 14:15:43.292 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:43.292 INFO kablam! --> src/ui_handler.rs:340:43 Sep 02 14:15:43.293 INFO kablam! | Sep 02 14:15:43.293 INFO kablam! 340 | _ => Response::with((status::NotFound)) Sep 02 14:15:43.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:43.293 INFO kablam! Sep 02 14:15:43.293 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:43.293 INFO kablam! --> src/ui_handler.rs:344:28 Sep 02 14:15:43.293 INFO kablam! | Sep 02 14:15:43.293 INFO kablam! 344 | Response::with((status::NotFound)) Sep 02 14:15:43.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:43.293 INFO kablam! Sep 02 14:15:43.293 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:43.293 INFO kablam! --> src/ui_handler.rs:365:39 Sep 02 14:15:43.293 INFO kablam! | Sep 02 14:15:43.293 INFO kablam! 365 | Ok(Response::with((status::BadRequest))) Sep 02 14:15:43.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:43.293 INFO kablam! Sep 02 14:15:43.293 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:43.293 INFO kablam! --> src/ui_handler.rs:372:66 Sep 02 14:15:43.293 INFO kablam! | Sep 02 14:15:43.293 INFO kablam! 372 | Ok(None) => Ok(Response::with((status::BadRequest))), Sep 02 14:15:43.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:43.293 INFO kablam! Sep 02 14:15:43.294 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:43.294 INFO kablam! --> src/ui_handler.rs:373:66 Sep 02 14:15:43.294 INFO kablam! | Sep 02 14:15:43.294 INFO kablam! 373 | Err(_) => Ok(Response::with((status::BadRequest))) Sep 02 14:15:43.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:43.294 INFO kablam! Sep 02 14:15:43.294 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 14:15:43.294 INFO kablam! --> src/ui_handler.rs:385:35 Sep 02 14:15:43.294 INFO kablam! | Sep 02 14:15:43.294 INFO kablam! 385 | Ok(Response::with((status::BadRequest))) Sep 02 14:15:43.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 14:15:43.294 INFO kablam! Sep 02 14:15:46.361 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.21s Sep 02 14:15:46.387 INFO kablam! su: No module specific data is present Sep 02 14:15:46.998 INFO running `"docker" "rm" "-f" "2afda8788a3958e67f3f5a4eacd793ba6a39885985c1e15962c341e1f11cb943"` Sep 02 14:15:47.167 INFO blam! 2afda8788a3958e67f3f5a4eacd793ba6a39885985c1e15962c341e1f11cb943