Sep 01 04:13:59.740 INFO checking flo_http_ui-0.1.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 04:13:59.740 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 04:13:59.741 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:13:59.974 INFO blam! d8ce3b6a41de54f85c7a3fc6d4acfc9fa38c3dd6631df8f9a079e5dc85761bfe Sep 01 04:13:59.976 INFO running `"docker" "start" "-a" "d8ce3b6a41de54f85c7a3fc6d4acfc9fa38c3dd6631df8f9a079e5dc85761bfe"` Sep 01 04:14:00.995 INFO kablam! Checking flo_ui v0.1.0 Sep 01 04:14:06.520 INFO kablam! Checking flo_http_ui v0.1.0 (file:///source) Sep 01 04:14:12.866 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:12.866 INFO kablam! --> src/ui_handler.rs:250:32 Sep 01 04:14:12.866 INFO kablam! | Sep 01 04:14:12.866 INFO kablam! 250 | Response::with((status::NotFound)) Sep 01 04:14:12.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:12.866 INFO kablam! | Sep 01 04:14:12.866 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 04:14:12.866 INFO kablam! Sep 01 04:14:12.866 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:12.866 INFO kablam! --> src/ui_handler.rs:254:28 Sep 01 04:14:12.866 INFO kablam! | Sep 01 04:14:12.866 INFO kablam! 254 | Response::with((status::NotFound)) Sep 01 04:14:12.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:12.866 INFO kablam! Sep 01 04:14:12.867 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:12.867 INFO kablam! --> src/ui_handler.rs:304:32 Sep 01 04:14:12.867 INFO kablam! | Sep 01 04:14:12.867 INFO kablam! 304 | Response::with((status::NotFound)) Sep 01 04:14:12.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:12.867 INFO kablam! Sep 01 04:14:12.867 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:12.868 INFO kablam! --> src/ui_handler.rs:307:35 Sep 01 04:14:12.868 INFO kablam! | Sep 01 04:14:12.868 INFO kablam! 307 | return Response::with((status::NotFound)); Sep 01 04:14:12.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:12.868 INFO kablam! Sep 01 04:14:12.868 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:12.868 INFO kablam! --> src/ui_handler.rs:317:35 Sep 01 04:14:12.868 INFO kablam! | Sep 01 04:14:12.868 INFO kablam! 317 | return Response::with((status::NotFound)); Sep 01 04:14:12.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:12.868 INFO kablam! Sep 01 04:14:12.868 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:12.868 INFO kablam! --> src/ui_handler.rs:340:43 Sep 01 04:14:12.868 INFO kablam! | Sep 01 04:14:12.868 INFO kablam! 340 | _ => Response::with((status::NotFound)) Sep 01 04:14:12.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:12.868 INFO kablam! Sep 01 04:14:12.868 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:12.868 INFO kablam! --> src/ui_handler.rs:344:28 Sep 01 04:14:12.868 INFO kablam! | Sep 01 04:14:12.868 INFO kablam! 344 | Response::with((status::NotFound)) Sep 01 04:14:12.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:12.868 INFO kablam! Sep 01 04:14:12.868 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:12.869 INFO kablam! --> src/ui_handler.rs:365:39 Sep 01 04:14:12.869 INFO kablam! | Sep 01 04:14:12.869 INFO kablam! 365 | Ok(Response::with((status::BadRequest))) Sep 01 04:14:12.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:12.869 INFO kablam! Sep 01 04:14:12.869 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:12.869 INFO kablam! --> src/ui_handler.rs:372:66 Sep 01 04:14:12.869 INFO kablam! | Sep 01 04:14:12.869 INFO kablam! 372 | Ok(None) => Ok(Response::with((status::BadRequest))), Sep 01 04:14:12.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:12.869 INFO kablam! Sep 01 04:14:12.869 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:12.869 INFO kablam! --> src/ui_handler.rs:373:66 Sep 01 04:14:12.869 INFO kablam! | Sep 01 04:14:12.869 INFO kablam! 373 | Err(_) => Ok(Response::with((status::BadRequest))) Sep 01 04:14:12.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:12.869 INFO kablam! Sep 01 04:14:12.869 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:12.869 INFO kablam! --> src/ui_handler.rs:385:35 Sep 01 04:14:12.869 INFO kablam! | Sep 01 04:14:12.869 INFO kablam! 385 | Ok(Response::with((status::BadRequest))) Sep 01 04:14:12.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:12.869 INFO kablam! Sep 01 04:14:13.075 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:13.075 INFO kablam! --> src/ui_handler.rs:250:32 Sep 01 04:14:13.075 INFO kablam! | Sep 01 04:14:13.075 INFO kablam! 250 | Response::with((status::NotFound)) Sep 01 04:14:13.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:13.075 INFO kablam! | Sep 01 04:14:13.075 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 04:14:13.075 INFO kablam! Sep 01 04:14:13.075 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:13.075 INFO kablam! --> src/ui_handler.rs:254:28 Sep 01 04:14:13.075 INFO kablam! | Sep 01 04:14:13.076 INFO kablam! 254 | Response::with((status::NotFound)) Sep 01 04:14:13.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:13.076 INFO kablam! Sep 01 04:14:13.076 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:13.076 INFO kablam! --> src/ui_handler.rs:304:32 Sep 01 04:14:13.076 INFO kablam! | Sep 01 04:14:13.076 INFO kablam! 304 | Response::with((status::NotFound)) Sep 01 04:14:13.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:13.076 INFO kablam! Sep 01 04:14:13.076 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:13.076 INFO kablam! --> src/ui_handler.rs:307:35 Sep 01 04:14:13.076 INFO kablam! | Sep 01 04:14:13.076 INFO kablam! 307 | return Response::with((status::NotFound)); Sep 01 04:14:13.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:13.076 INFO kablam! Sep 01 04:14:13.076 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:13.076 INFO kablam! --> src/ui_handler.rs:317:35 Sep 01 04:14:13.076 INFO kablam! | Sep 01 04:14:13.076 INFO kablam! 317 | return Response::with((status::NotFound)); Sep 01 04:14:13.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:13.076 INFO kablam! Sep 01 04:14:13.077 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:13.077 INFO kablam! --> src/ui_handler.rs:340:43 Sep 01 04:14:13.077 INFO kablam! | Sep 01 04:14:13.077 INFO kablam! 340 | _ => Response::with((status::NotFound)) Sep 01 04:14:13.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:13.077 INFO kablam! Sep 01 04:14:13.077 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:13.077 INFO kablam! --> src/ui_handler.rs:344:28 Sep 01 04:14:13.077 INFO kablam! | Sep 01 04:14:13.077 INFO kablam! 344 | Response::with((status::NotFound)) Sep 01 04:14:13.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:13.077 INFO kablam! Sep 01 04:14:13.077 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:13.077 INFO kablam! --> src/ui_handler.rs:365:39 Sep 01 04:14:13.077 INFO kablam! | Sep 01 04:14:13.077 INFO kablam! 365 | Ok(Response::with((status::BadRequest))) Sep 01 04:14:13.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:13.077 INFO kablam! Sep 01 04:14:13.077 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:13.077 INFO kablam! --> src/ui_handler.rs:372:66 Sep 01 04:14:13.077 INFO kablam! | Sep 01 04:14:13.077 INFO kablam! 372 | Ok(None) => Ok(Response::with((status::BadRequest))), Sep 01 04:14:13.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:13.078 INFO kablam! Sep 01 04:14:13.078 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:13.078 INFO kablam! --> src/ui_handler.rs:373:66 Sep 01 04:14:13.078 INFO kablam! | Sep 01 04:14:13.078 INFO kablam! 373 | Err(_) => Ok(Response::with((status::BadRequest))) Sep 01 04:14:13.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:13.078 INFO kablam! Sep 01 04:14:13.078 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 04:14:13.078 INFO kablam! --> src/ui_handler.rs:385:35 Sep 01 04:14:13.078 INFO kablam! | Sep 01 04:14:13.078 INFO kablam! 385 | Ok(Response::with((status::BadRequest))) Sep 01 04:14:13.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 04:14:13.078 INFO kablam! Sep 01 04:14:16.062 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.41s Sep 01 04:14:16.075 INFO kablam! su: No module specific data is present Sep 01 04:14:16.467 INFO running `"docker" "rm" "-f" "d8ce3b6a41de54f85c7a3fc6d4acfc9fa38c3dd6631df8f9a079e5dc85761bfe"` Sep 01 04:14:16.583 INFO blam! d8ce3b6a41de54f85c7a3fc6d4acfc9fa38c3dd6631df8f9a079e5dc85761bfe