Oct 13 05:46:07.954 INFO checking AKWolff037/rust-demo against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 05:46:07.956 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 13 05:46:08.378 INFO blam! 6146e1e9e1e7e1d24cc3681b5175229c573b27264fde1e0cd51e54127d3bd450 Oct 13 05:46:08.379 INFO running `"docker" "start" "-a" "6146e1e9e1e7e1d24cc3681b5175229c573b27264fde1e0cd51e54127d3bd450"` Oct 13 05:46:09.374 INFO kablam! usermod: no changes Oct 13 05:46:09.555 INFO kablam! Checking md5 v0.3.4 Oct 13 05:46:09.566 INFO kablam! Checking uuid v0.4.0 Oct 13 05:46:10.358 INFO kablam! Checking postgres-protocol v0.2.2 Oct 13 05:46:11.389 INFO kablam! Checking postgres-shared v0.2.1 Oct 13 05:46:13.337 INFO kablam! Checking postgres v0.14.1 Oct 13 05:46:15.328 INFO kablam! Checking r2d2_postgres v0.12.0 Oct 13 05:46:16.916 INFO kablam! Checking sequence_number_generator v0.1.0 (/source) Oct 13 05:46:21.537 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.537 INFO kablam! --> src/db.rs:18:30 Oct 13 05:46:21.537 INFO kablam! | Oct 13 05:46:21.537 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.537 INFO kablam! | Oct 13 05:46:21.537 INFO kablam! ::: src/main.rs:53:16 Oct 13 05:46:21.537 INFO kablam! | Oct 13 05:46:21.537 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 13 05:46:21.537 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.537 INFO kablam! | Oct 13 05:46:21.537 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:46:21.537 INFO kablam! Oct 13 05:46:21.537 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.537 INFO kablam! --> src/db.rs:23:29 Oct 13 05:46:21.537 INFO kablam! | Oct 13 05:46:21.537 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.537 INFO kablam! | Oct 13 05:46:21.537 INFO kablam! ::: src/main.rs:53:16 Oct 13 05:46:21.537 INFO kablam! | Oct 13 05:46:21.537 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 13 05:46:21.537 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.537 INFO kablam! Oct 13 05:46:21.537 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.537 INFO kablam! --> src/main.rs:32:29 Oct 13 05:46:21.537 INFO kablam! | Oct 13 05:46:21.537 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 13 05:46:21.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.537 INFO kablam! ... Oct 13 05:46:21.537 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 13 05:46:21.537 INFO kablam! | --------------------------------------------- in this macro invocation Oct 13 05:46:21.538 INFO kablam! Oct 13 05:46:21.538 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.538 INFO kablam! --> src/main.rs:61:22 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 13 05:46:21.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.538 INFO kablam! Oct 13 05:46:21.538 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.538 INFO kablam! --> src/db.rs:18:30 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! ::: src/main.rs:66:16 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 13 05:46:21.538 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.538 INFO kablam! Oct 13 05:46:21.538 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.538 INFO kablam! --> src/db.rs:23:29 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! ::: src/main.rs:66:16 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 13 05:46:21.538 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.538 INFO kablam! Oct 13 05:46:21.538 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.538 INFO kablam! --> src/main.rs:42:29 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 13 05:46:21.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.538 INFO kablam! ... Oct 13 05:46:21.538 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 13 05:46:21.538 INFO kablam! | --------------------------------------------- in this macro invocation Oct 13 05:46:21.538 INFO kablam! Oct 13 05:46:21.538 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.538 INFO kablam! --> src/main.rs:82:22 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 13 05:46:21.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.538 INFO kablam! Oct 13 05:46:21.538 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.538 INFO kablam! --> src/db.rs:18:30 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! ::: src/main.rs:89:16 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 13 05:46:21.538 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.538 INFO kablam! Oct 13 05:46:21.538 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.538 INFO kablam! --> src/db.rs:23:29 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! ::: src/main.rs:89:16 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 13 05:46:21.538 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.538 INFO kablam! Oct 13 05:46:21.538 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.538 INFO kablam! --> src/main.rs:95:28 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 13 05:46:21.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.538 INFO kablam! Oct 13 05:46:21.538 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.538 INFO kablam! --> src/main.rs:42:29 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 13 05:46:21.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.538 INFO kablam! ... Oct 13 05:46:21.538 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 13 05:46:21.538 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 05:46:21.538 INFO kablam! Oct 13 05:46:21.538 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.538 INFO kablam! --> src/main.rs:104:22 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.538 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 13 05:46:21.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.538 INFO kablam! Oct 13 05:46:21.538 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.538 INFO kablam! --> src/db.rs:18:30 Oct 13 05:46:21.538 INFO kablam! | Oct 13 05:46:21.539 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.539 INFO kablam! | Oct 13 05:46:21.539 INFO kablam! ::: src/main.rs:109:16 Oct 13 05:46:21.539 INFO kablam! | Oct 13 05:46:21.539 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 13 05:46:21.539 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.544 INFO kablam! Oct 13 05:46:21.544 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.544 INFO kablam! --> src/db.rs:23:29 Oct 13 05:46:21.544 INFO kablam! | Oct 13 05:46:21.544 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.544 INFO kablam! | Oct 13 05:46:21.544 INFO kablam! ::: src/main.rs:109:16 Oct 13 05:46:21.544 INFO kablam! | Oct 13 05:46:21.544 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 13 05:46:21.544 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.544 INFO kablam! Oct 13 05:46:21.544 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.544 INFO kablam! --> src/main.rs:116:28 Oct 13 05:46:21.544 INFO kablam! | Oct 13 05:46:21.545 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 13 05:46:21.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.545 INFO kablam! Oct 13 05:46:21.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.545 INFO kablam! --> src/main.rs:42:29 Oct 13 05:46:21.545 INFO kablam! | Oct 13 05:46:21.545 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 13 05:46:21.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.545 INFO kablam! ... Oct 13 05:46:21.545 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 13 05:46:21.545 INFO kablam! | --------------------------------------------- in this macro invocation Oct 13 05:46:21.545 INFO kablam! Oct 13 05:46:21.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.545 INFO kablam! --> src/main.rs:125:22 Oct 13 05:46:21.545 INFO kablam! | Oct 13 05:46:21.545 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 13 05:46:21.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.545 INFO kablam! Oct 13 05:46:21.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.545 INFO kablam! --> src/db.rs:18:30 Oct 13 05:46:21.545 INFO kablam! | Oct 13 05:46:21.545 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.545 INFO kablam! | Oct 13 05:46:21.545 INFO kablam! ::: src/main.rs:131:16 Oct 13 05:46:21.545 INFO kablam! | Oct 13 05:46:21.545 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 13 05:46:21.545 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.545 INFO kablam! Oct 13 05:46:21.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.545 INFO kablam! --> src/db.rs:23:29 Oct 13 05:46:21.545 INFO kablam! | Oct 13 05:46:21.545 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.545 INFO kablam! | Oct 13 05:46:21.545 INFO kablam! ::: src/main.rs:131:16 Oct 13 05:46:21.545 INFO kablam! | Oct 13 05:46:21.545 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 13 05:46:21.545 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.545 INFO kablam! Oct 13 05:46:21.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.545 INFO kablam! --> src/main.rs:133:28 Oct 13 05:46:21.545 INFO kablam! | Oct 13 05:46:21.545 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 13 05:46:21.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.545 INFO kablam! Oct 13 05:46:21.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.545 INFO kablam! --> src/main.rs:42:29 Oct 13 05:46:21.545 INFO kablam! | Oct 13 05:46:21.545 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 13 05:46:21.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.545 INFO kablam! ... Oct 13 05:46:21.545 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 13 05:46:21.545 INFO kablam! | --------------------------------------------- in this macro invocation Oct 13 05:46:21.545 INFO kablam! Oct 13 05:46:21.545 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.545 INFO kablam! --> src/main.rs:142:22 Oct 13 05:46:21.545 INFO kablam! | Oct 13 05:46:21.545 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 13 05:46:21.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.545 INFO kablam! Oct 13 05:46:21.633 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.633 INFO kablam! --> src/db.rs:18:30 Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.633 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.633 INFO kablam! ::: src/main.rs:53:16 Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.633 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 13 05:46:21.633 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.633 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:46:21.633 INFO kablam! Oct 13 05:46:21.633 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.633 INFO kablam! --> src/db.rs:23:29 Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.633 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.633 INFO kablam! ::: src/main.rs:53:16 Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.633 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 13 05:46:21.633 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.633 INFO kablam! Oct 13 05:46:21.633 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.633 INFO kablam! --> src/main.rs:32:29 Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.633 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 13 05:46:21.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.633 INFO kablam! ... Oct 13 05:46:21.633 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 13 05:46:21.633 INFO kablam! | --------------------------------------------- in this macro invocation Oct 13 05:46:21.633 INFO kablam! Oct 13 05:46:21.633 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.633 INFO kablam! --> src/main.rs:61:22 Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.633 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 13 05:46:21.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.633 INFO kablam! Oct 13 05:46:21.633 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.633 INFO kablam! --> src/db.rs:18:30 Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.633 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.633 INFO kablam! ::: src/main.rs:66:16 Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.633 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 13 05:46:21.633 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.633 INFO kablam! Oct 13 05:46:21.633 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.633 INFO kablam! --> src/db.rs:23:29 Oct 13 05:46:21.633 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! ::: src/main.rs:66:16 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 13 05:46:21.634 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.634 INFO kablam! Oct 13 05:46:21.634 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.634 INFO kablam! --> src/main.rs:42:29 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 13 05:46:21.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.634 INFO kablam! ... Oct 13 05:46:21.634 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 13 05:46:21.634 INFO kablam! | --------------------------------------------- in this macro invocation Oct 13 05:46:21.634 INFO kablam! Oct 13 05:46:21.634 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.634 INFO kablam! --> src/main.rs:82:22 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 13 05:46:21.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.634 INFO kablam! Oct 13 05:46:21.634 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.634 INFO kablam! --> src/db.rs:18:30 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! ::: src/main.rs:89:16 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 13 05:46:21.634 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.634 INFO kablam! Oct 13 05:46:21.634 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.634 INFO kablam! --> src/db.rs:23:29 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! ::: src/main.rs:89:16 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 13 05:46:21.634 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.634 INFO kablam! Oct 13 05:46:21.634 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.634 INFO kablam! --> src/main.rs:95:28 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 13 05:46:21.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.634 INFO kablam! Oct 13 05:46:21.634 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.634 INFO kablam! --> src/main.rs:42:29 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 13 05:46:21.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.634 INFO kablam! ... Oct 13 05:46:21.634 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 13 05:46:21.634 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 13 05:46:21.634 INFO kablam! Oct 13 05:46:21.634 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.634 INFO kablam! --> src/main.rs:104:22 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 13 05:46:21.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.634 INFO kablam! Oct 13 05:46:21.634 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.634 INFO kablam! --> src/db.rs:18:30 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! ::: src/main.rs:109:16 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 13 05:46:21.634 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.634 INFO kablam! Oct 13 05:46:21.634 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.634 INFO kablam! --> src/db.rs:23:29 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! ::: src/main.rs:109:16 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 13 05:46:21.634 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.634 INFO kablam! Oct 13 05:46:21.634 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.634 INFO kablam! --> src/main.rs:116:28 Oct 13 05:46:21.634 INFO kablam! | Oct 13 05:46:21.634 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 13 05:46:21.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.634 INFO kablam! Oct 13 05:46:21.635 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.635 INFO kablam! --> src/main.rs:42:29 Oct 13 05:46:21.635 INFO kablam! | Oct 13 05:46:21.635 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 13 05:46:21.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.635 INFO kablam! ... Oct 13 05:46:21.635 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 13 05:46:21.635 INFO kablam! | --------------------------------------------- in this macro invocation Oct 13 05:46:21.635 INFO kablam! Oct 13 05:46:21.635 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.635 INFO kablam! --> src/main.rs:125:22 Oct 13 05:46:21.635 INFO kablam! | Oct 13 05:46:21.635 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 13 05:46:21.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.635 INFO kablam! Oct 13 05:46:21.635 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.635 INFO kablam! --> src/db.rs:18:30 Oct 13 05:46:21.635 INFO kablam! | Oct 13 05:46:21.635 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.635 INFO kablam! | Oct 13 05:46:21.635 INFO kablam! ::: src/main.rs:131:16 Oct 13 05:46:21.635 INFO kablam! | Oct 13 05:46:21.635 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 13 05:46:21.635 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.635 INFO kablam! Oct 13 05:46:21.635 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.635 INFO kablam! --> src/db.rs:23:29 Oct 13 05:46:21.635 INFO kablam! | Oct 13 05:46:21.635 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 13 05:46:21.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.635 INFO kablam! | Oct 13 05:46:21.635 INFO kablam! ::: src/main.rs:131:16 Oct 13 05:46:21.635 INFO kablam! | Oct 13 05:46:21.635 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 13 05:46:21.635 INFO kablam! | ----------------------- in this macro invocation Oct 13 05:46:21.635 INFO kablam! Oct 13 05:46:21.635 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.635 INFO kablam! --> src/main.rs:133:28 Oct 13 05:46:21.635 INFO kablam! | Oct 13 05:46:21.635 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 13 05:46:21.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.635 INFO kablam! Oct 13 05:46:21.635 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.635 INFO kablam! --> src/main.rs:42:29 Oct 13 05:46:21.635 INFO kablam! | Oct 13 05:46:21.635 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 13 05:46:21.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.635 INFO kablam! ... Oct 13 05:46:21.635 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 13 05:46:21.635 INFO kablam! | --------------------------------------------- in this macro invocation Oct 13 05:46:21.635 INFO kablam! Oct 13 05:46:21.635 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:46:21.635 INFO kablam! --> src/main.rs:142:22 Oct 13 05:46:21.635 INFO kablam! | Oct 13 05:46:21.635 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 13 05:46:21.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 05:46:21.635 INFO kablam! Oct 13 05:46:22.125 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:46:22.125 INFO kablam! --> src/main.rs:149:2 Oct 13 05:46:22.125 INFO kablam! | Oct 13 05:46:22.125 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 13 05:46:22.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:46:22.125 INFO kablam! | Oct 13 05:46:22.125 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:46:22.125 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:46:22.125 INFO kablam! Oct 13 05:46:22.204 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:46:22.204 INFO kablam! --> src/main.rs:149:2 Oct 13 05:46:22.204 INFO kablam! | Oct 13 05:46:22.204 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 13 05:46:22.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:46:22.204 INFO kablam! | Oct 13 05:46:22.205 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:46:22.205 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:46:22.205 INFO kablam! Oct 13 05:46:22.278 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.87s Oct 13 05:46:22.288 INFO kablam! su: No module specific data is present Oct 13 05:46:23.213 INFO running `"docker" "rm" "-f" "6146e1e9e1e7e1d24cc3681b5175229c573b27264fde1e0cd51e54127d3bd450"` Oct 13 05:46:23.536 INFO blam! 6146e1e9e1e7e1d24cc3681b5175229c573b27264fde1e0cd51e54127d3bd450