Sep 04 20:29:10.637 INFO checking flo_http_ui-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 20:29:10.637 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 20:29:10.637 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 20:29:10.802 INFO blam! 74c1132ced1106f95d454d3df4a1940dc8beaeadf845a867afc9c80ae47a68af Sep 04 20:29:10.804 INFO running `"docker" "start" "-a" "74c1132ced1106f95d454d3df4a1940dc8beaeadf845a867afc9c80ae47a68af"` Sep 04 20:29:11.569 INFO kablam! Checking flo_http_ui v0.1.0 (file:///source) Sep 04 20:29:19.150 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.150 INFO kablam! --> src/ui_handler.rs:250:32 Sep 04 20:29:19.150 INFO kablam! | Sep 04 20:29:19.150 INFO kablam! 250 | Response::with((status::NotFound)) Sep 04 20:29:19.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.150 INFO kablam! | Sep 04 20:29:19.150 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 20:29:19.150 INFO kablam! Sep 04 20:29:19.151 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.151 INFO kablam! --> src/ui_handler.rs:254:28 Sep 04 20:29:19.151 INFO kablam! | Sep 04 20:29:19.151 INFO kablam! 254 | Response::with((status::NotFound)) Sep 04 20:29:19.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.151 INFO kablam! Sep 04 20:29:19.151 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.151 INFO kablam! --> src/ui_handler.rs:304:32 Sep 04 20:29:19.151 INFO kablam! | Sep 04 20:29:19.151 INFO kablam! 304 | Response::with((status::NotFound)) Sep 04 20:29:19.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.151 INFO kablam! Sep 04 20:29:19.151 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.151 INFO kablam! --> src/ui_handler.rs:307:35 Sep 04 20:29:19.151 INFO kablam! | Sep 04 20:29:19.151 INFO kablam! 307 | return Response::with((status::NotFound)); Sep 04 20:29:19.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.152 INFO kablam! Sep 04 20:29:19.152 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.152 INFO kablam! --> src/ui_handler.rs:317:35 Sep 04 20:29:19.152 INFO kablam! | Sep 04 20:29:19.152 INFO kablam! 317 | return Response::with((status::NotFound)); Sep 04 20:29:19.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.152 INFO kablam! Sep 04 20:29:19.152 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.152 INFO kablam! --> src/ui_handler.rs:340:43 Sep 04 20:29:19.152 INFO kablam! | Sep 04 20:29:19.152 INFO kablam! 340 | _ => Response::with((status::NotFound)) Sep 04 20:29:19.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.152 INFO kablam! Sep 04 20:29:19.152 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.152 INFO kablam! --> src/ui_handler.rs:344:28 Sep 04 20:29:19.152 INFO kablam! | Sep 04 20:29:19.152 INFO kablam! 344 | Response::with((status::NotFound)) Sep 04 20:29:19.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.152 INFO kablam! Sep 04 20:29:19.152 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.152 INFO kablam! --> src/ui_handler.rs:365:39 Sep 04 20:29:19.152 INFO kablam! | Sep 04 20:29:19.152 INFO kablam! 365 | Ok(Response::with((status::BadRequest))) Sep 04 20:29:19.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.152 INFO kablam! Sep 04 20:29:19.152 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.152 INFO kablam! --> src/ui_handler.rs:372:66 Sep 04 20:29:19.152 INFO kablam! | Sep 04 20:29:19.152 INFO kablam! 372 | Ok(None) => Ok(Response::with((status::BadRequest))), Sep 04 20:29:19.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.152 INFO kablam! Sep 04 20:29:19.152 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.152 INFO kablam! --> src/ui_handler.rs:373:66 Sep 04 20:29:19.152 INFO kablam! | Sep 04 20:29:19.153 INFO kablam! 373 | Err(_) => Ok(Response::with((status::BadRequest))) Sep 04 20:29:19.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.153 INFO kablam! Sep 04 20:29:19.153 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.153 INFO kablam! --> src/ui_handler.rs:385:35 Sep 04 20:29:19.153 INFO kablam! | Sep 04 20:29:19.153 INFO kablam! 385 | Ok(Response::with((status::BadRequest))) Sep 04 20:29:19.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.153 INFO kablam! Sep 04 20:29:19.367 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.367 INFO kablam! --> src/ui_handler.rs:250:32 Sep 04 20:29:19.367 INFO kablam! | Sep 04 20:29:19.367 INFO kablam! 250 | Response::with((status::NotFound)) Sep 04 20:29:19.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.368 INFO kablam! | Sep 04 20:29:19.368 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 20:29:19.368 INFO kablam! Sep 04 20:29:19.369 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.369 INFO kablam! --> src/ui_handler.rs:254:28 Sep 04 20:29:19.369 INFO kablam! | Sep 04 20:29:19.369 INFO kablam! 254 | Response::with((status::NotFound)) Sep 04 20:29:19.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.369 INFO kablam! Sep 04 20:29:19.369 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.369 INFO kablam! --> src/ui_handler.rs:304:32 Sep 04 20:29:19.369 INFO kablam! | Sep 04 20:29:19.369 INFO kablam! 304 | Response::with((status::NotFound)) Sep 04 20:29:19.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.369 INFO kablam! Sep 04 20:29:19.369 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.369 INFO kablam! --> src/ui_handler.rs:307:35 Sep 04 20:29:19.369 INFO kablam! | Sep 04 20:29:19.369 INFO kablam! 307 | return Response::with((status::NotFound)); Sep 04 20:29:19.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.369 INFO kablam! Sep 04 20:29:19.369 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.369 INFO kablam! --> src/ui_handler.rs:317:35 Sep 04 20:29:19.369 INFO kablam! | Sep 04 20:29:19.369 INFO kablam! 317 | return Response::with((status::NotFound)); Sep 04 20:29:19.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.369 INFO kablam! Sep 04 20:29:19.369 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.369 INFO kablam! --> src/ui_handler.rs:340:43 Sep 04 20:29:19.369 INFO kablam! | Sep 04 20:29:19.369 INFO kablam! 340 | _ => Response::with((status::NotFound)) Sep 04 20:29:19.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.369 INFO kablam! Sep 04 20:29:19.369 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.369 INFO kablam! --> src/ui_handler.rs:344:28 Sep 04 20:29:19.369 INFO kablam! | Sep 04 20:29:19.369 INFO kablam! 344 | Response::with((status::NotFound)) Sep 04 20:29:19.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.369 INFO kablam! Sep 04 20:29:19.370 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.370 INFO kablam! --> src/ui_handler.rs:365:39 Sep 04 20:29:19.370 INFO kablam! | Sep 04 20:29:19.370 INFO kablam! 365 | Ok(Response::with((status::BadRequest))) Sep 04 20:29:19.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.370 INFO kablam! Sep 04 20:29:19.370 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.370 INFO kablam! --> src/ui_handler.rs:372:66 Sep 04 20:29:19.370 INFO kablam! | Sep 04 20:29:19.370 INFO kablam! 372 | Ok(None) => Ok(Response::with((status::BadRequest))), Sep 04 20:29:19.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.370 INFO kablam! Sep 04 20:29:19.370 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.370 INFO kablam! --> src/ui_handler.rs:373:66 Sep 04 20:29:19.370 INFO kablam! | Sep 04 20:29:19.370 INFO kablam! 373 | Err(_) => Ok(Response::with((status::BadRequest))) Sep 04 20:29:19.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.370 INFO kablam! Sep 04 20:29:19.370 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 20:29:19.370 INFO kablam! --> src/ui_handler.rs:385:35 Sep 04 20:29:19.370 INFO kablam! | Sep 04 20:29:19.370 INFO kablam! 385 | Ok(Response::with((status::BadRequest))) Sep 04 20:29:19.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 20:29:19.370 INFO kablam! Sep 04 20:29:22.130 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.79s Sep 04 20:29:22.144 INFO kablam! su: No module specific data is present Sep 04 20:29:23.030 INFO running `"docker" "rm" "-f" "74c1132ced1106f95d454d3df4a1940dc8beaeadf845a867afc9c80ae47a68af"` Sep 04 20:29:23.148 INFO blam! 74c1132ced1106f95d454d3df4a1940dc8beaeadf845a867afc9c80ae47a68af