Sep 01 20:41:12.347 INFO checking flo_http_ui-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 20:41:12.347 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 20:41:12.347 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 20:41:12.523 INFO blam! 14852da5e44a76aeb4773b57deaf4c67bb7c6d5e2b610444209a9449cd58a540 Sep 01 20:41:12.525 INFO running `"docker" "start" "-a" "14852da5e44a76aeb4773b57deaf4c67bb7c6d5e2b610444209a9449cd58a540"` Sep 01 20:41:13.564 INFO kablam! Checking rust-hsluv v0.1.3 Sep 01 20:41:13.566 INFO kablam! Checking flo_binding v0.1.0 Sep 01 20:41:13.567 INFO kablam! Checking desync v0.1.2 Sep 01 20:41:13.570 INFO kablam! Checking rulinalg v0.4.2 Sep 01 20:41:19.156 INFO kablam! Checking flo_curves v0.1.0 Sep 01 20:41:20.124 INFO kablam! Checking flo_canvas v0.1.0 Sep 01 20:41:21.840 INFO kablam! Checking flo_ui v0.1.0 Sep 01 20:41:26.774 INFO kablam! Checking flo_http_ui v0.1.0 (file:///source) Sep 01 20:41:34.537 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.537 INFO kablam! --> src/ui_handler.rs:250:32 Sep 01 20:41:34.537 INFO kablam! | Sep 01 20:41:34.537 INFO kablam! 250 | Response::with((status::NotFound)) Sep 01 20:41:34.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.537 INFO kablam! | Sep 01 20:41:34.537 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 20:41:34.537 INFO kablam! Sep 01 20:41:34.537 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.537 INFO kablam! --> src/ui_handler.rs:254:28 Sep 01 20:41:34.537 INFO kablam! | Sep 01 20:41:34.537 INFO kablam! 254 | Response::with((status::NotFound)) Sep 01 20:41:34.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.537 INFO kablam! Sep 01 20:41:34.537 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.537 INFO kablam! --> src/ui_handler.rs:304:32 Sep 01 20:41:34.537 INFO kablam! | Sep 01 20:41:34.537 INFO kablam! 304 | Response::with((status::NotFound)) Sep 01 20:41:34.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.538 INFO kablam! Sep 01 20:41:34.538 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.538 INFO kablam! --> src/ui_handler.rs:307:35 Sep 01 20:41:34.538 INFO kablam! | Sep 01 20:41:34.538 INFO kablam! 307 | return Response::with((status::NotFound)); Sep 01 20:41:34.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.538 INFO kablam! Sep 01 20:41:34.538 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.538 INFO kablam! --> src/ui_handler.rs:317:35 Sep 01 20:41:34.538 INFO kablam! | Sep 01 20:41:34.538 INFO kablam! 317 | return Response::with((status::NotFound)); Sep 01 20:41:34.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.538 INFO kablam! Sep 01 20:41:34.538 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.538 INFO kablam! --> src/ui_handler.rs:340:43 Sep 01 20:41:34.538 INFO kablam! | Sep 01 20:41:34.538 INFO kablam! 340 | _ => Response::with((status::NotFound)) Sep 01 20:41:34.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.538 INFO kablam! Sep 01 20:41:34.538 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.538 INFO kablam! --> src/ui_handler.rs:344:28 Sep 01 20:41:34.538 INFO kablam! | Sep 01 20:41:34.538 INFO kablam! 344 | Response::with((status::NotFound)) Sep 01 20:41:34.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.538 INFO kablam! Sep 01 20:41:34.538 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.538 INFO kablam! --> src/ui_handler.rs:365:39 Sep 01 20:41:34.538 INFO kablam! | Sep 01 20:41:34.538 INFO kablam! 365 | Ok(Response::with((status::BadRequest))) Sep 01 20:41:34.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.539 INFO kablam! Sep 01 20:41:34.539 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.539 INFO kablam! --> src/ui_handler.rs:372:66 Sep 01 20:41:34.539 INFO kablam! | Sep 01 20:41:34.539 INFO kablam! 372 | Ok(None) => Ok(Response::with((status::BadRequest))), Sep 01 20:41:34.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.539 INFO kablam! Sep 01 20:41:34.539 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.539 INFO kablam! --> src/ui_handler.rs:373:66 Sep 01 20:41:34.539 INFO kablam! | Sep 01 20:41:34.539 INFO kablam! 373 | Err(_) => Ok(Response::with((status::BadRequest))) Sep 01 20:41:34.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.539 INFO kablam! Sep 01 20:41:34.539 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.539 INFO kablam! --> src/ui_handler.rs:385:35 Sep 01 20:41:34.539 INFO kablam! | Sep 01 20:41:34.539 INFO kablam! 385 | Ok(Response::with((status::BadRequest))) Sep 01 20:41:34.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.539 INFO kablam! Sep 01 20:41:34.541 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.541 INFO kablam! --> src/ui_handler.rs:250:32 Sep 01 20:41:34.541 INFO kablam! | Sep 01 20:41:34.541 INFO kablam! 250 | Response::with((status::NotFound)) Sep 01 20:41:34.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.541 INFO kablam! | Sep 01 20:41:34.541 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 20:41:34.541 INFO kablam! Sep 01 20:41:34.542 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.542 INFO kablam! --> src/ui_handler.rs:254:28 Sep 01 20:41:34.542 INFO kablam! | Sep 01 20:41:34.542 INFO kablam! 254 | Response::with((status::NotFound)) Sep 01 20:41:34.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.542 INFO kablam! Sep 01 20:41:34.542 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.542 INFO kablam! --> src/ui_handler.rs:304:32 Sep 01 20:41:34.542 INFO kablam! | Sep 01 20:41:34.542 INFO kablam! 304 | Response::with((status::NotFound)) Sep 01 20:41:34.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.542 INFO kablam! Sep 01 20:41:34.542 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.542 INFO kablam! --> src/ui_handler.rs:307:35 Sep 01 20:41:34.542 INFO kablam! | Sep 01 20:41:34.542 INFO kablam! 307 | return Response::with((status::NotFound)); Sep 01 20:41:34.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.542 INFO kablam! Sep 01 20:41:34.542 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.542 INFO kablam! --> src/ui_handler.rs:317:35 Sep 01 20:41:34.542 INFO kablam! | Sep 01 20:41:34.542 INFO kablam! 317 | return Response::with((status::NotFound)); Sep 01 20:41:34.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.542 INFO kablam! Sep 01 20:41:34.542 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.542 INFO kablam! --> src/ui_handler.rs:340:43 Sep 01 20:41:34.542 INFO kablam! | Sep 01 20:41:34.543 INFO kablam! 340 | _ => Response::with((status::NotFound)) Sep 01 20:41:34.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.543 INFO kablam! Sep 01 20:41:34.543 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.543 INFO kablam! --> src/ui_handler.rs:344:28 Sep 01 20:41:34.543 INFO kablam! | Sep 01 20:41:34.543 INFO kablam! 344 | Response::with((status::NotFound)) Sep 01 20:41:34.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.543 INFO kablam! Sep 01 20:41:34.544 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.544 INFO kablam! --> src/ui_handler.rs:365:39 Sep 01 20:41:34.544 INFO kablam! | Sep 01 20:41:34.544 INFO kablam! 365 | Ok(Response::with((status::BadRequest))) Sep 01 20:41:34.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.544 INFO kablam! Sep 01 20:41:34.544 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.544 INFO kablam! --> src/ui_handler.rs:372:66 Sep 01 20:41:34.544 INFO kablam! | Sep 01 20:41:34.544 INFO kablam! 372 | Ok(None) => Ok(Response::with((status::BadRequest))), Sep 01 20:41:34.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.544 INFO kablam! Sep 01 20:41:34.544 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.545 INFO kablam! --> src/ui_handler.rs:373:66 Sep 01 20:41:34.545 INFO kablam! | Sep 01 20:41:34.545 INFO kablam! 373 | Err(_) => Ok(Response::with((status::BadRequest))) Sep 01 20:41:34.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.545 INFO kablam! Sep 01 20:41:34.545 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 20:41:34.545 INFO kablam! --> src/ui_handler.rs:385:35 Sep 01 20:41:34.545 INFO kablam! | Sep 01 20:41:34.545 INFO kablam! 385 | Ok(Response::with((status::BadRequest))) Sep 01 20:41:34.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 20:41:34.545 INFO kablam! Sep 01 20:41:37.388 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.14s Sep 01 20:41:37.400 INFO kablam! su: No module specific data is present Sep 01 20:41:38.290 INFO running `"docker" "rm" "-f" "14852da5e44a76aeb4773b57deaf4c67bb7c6d5e2b610444209a9449cd58a540"` Sep 01 20:41:38.377 INFO blam! 14852da5e44a76aeb4773b57deaf4c67bb7c6d5e2b610444209a9449cd58a540