Oct 27 12:55:22.090 INFO checking AKWolff037/rust-demo against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:55:22.090 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 12:55:22.670 INFO blam! 2884a25e82b5e7eea510002c21e6f1e8627fd84a35e02b33c8e177c4500f7a65 Oct 27 12:55:22.679 INFO running `"docker" "start" "-a" "2884a25e82b5e7eea510002c21e6f1e8627fd84a35e02b33c8e177c4500f7a65"` Oct 27 12:55:23.783 INFO kablam! usermod: no changes Oct 27 12:55:23.983 INFO kablam! Checking postgres-protocol v0.2.2 Oct 27 12:55:23.983 INFO kablam! Checking uuid v0.4.0 Oct 27 12:55:24.019 INFO kablam! Checking persistent v0.3.0 Oct 27 12:55:24.019 INFO kablam! Checking router v0.5.1 Oct 27 12:55:26.339 INFO kablam! Checking postgres-shared v0.2.1 Oct 27 12:55:29.535 INFO kablam! Checking postgres v0.14.1 Oct 27 12:55:31.417 INFO kablam! Checking r2d2_postgres v0.12.0 Oct 27 12:55:32.893 INFO kablam! Checking sequence_number_generator v0.1.0 (/source) Oct 27 12:55:37.795 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.796 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:37.796 INFO kablam! | Oct 27 12:55:37.796 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.797 INFO kablam! | Oct 27 12:55:37.797 INFO kablam! ::: src/main.rs:53:16 Oct 27 12:55:37.797 INFO kablam! | Oct 27 12:55:37.798 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 27 12:55:37.798 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.798 INFO kablam! | Oct 27 12:55:37.798 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:55:37.798 INFO kablam! Oct 27 12:55:37.799 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.799 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:37.799 INFO kablam! | Oct 27 12:55:37.800 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.800 INFO kablam! | Oct 27 12:55:37.801 INFO kablam! ::: src/main.rs:53:16 Oct 27 12:55:37.801 INFO kablam! | Oct 27 12:55:37.801 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 27 12:55:37.802 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.802 INFO kablam! Oct 27 12:55:37.802 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.803 INFO kablam! --> src/main.rs:32:29 Oct 27 12:55:37.803 INFO kablam! | Oct 27 12:55:37.803 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 27 12:55:37.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.804 INFO kablam! ... Oct 27 12:55:37.804 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 27 12:55:37.804 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:37.805 INFO kablam! Oct 27 12:55:37.805 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.805 INFO kablam! --> src/main.rs:61:22 Oct 27 12:55:37.806 INFO kablam! | Oct 27 12:55:37.806 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:37.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.807 INFO kablam! Oct 27 12:55:37.807 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.807 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:37.808 INFO kablam! | Oct 27 12:55:37.808 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.809 INFO kablam! | Oct 27 12:55:37.809 INFO kablam! ::: src/main.rs:66:16 Oct 27 12:55:37.809 INFO kablam! | Oct 27 12:55:37.810 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 27 12:55:37.810 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.810 INFO kablam! Oct 27 12:55:37.810 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.811 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:37.811 INFO kablam! | Oct 27 12:55:37.812 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.812 INFO kablam! | Oct 27 12:55:37.812 INFO kablam! ::: src/main.rs:66:16 Oct 27 12:55:37.812 INFO kablam! | Oct 27 12:55:37.812 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 27 12:55:37.812 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.812 INFO kablam! Oct 27 12:55:37.812 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.812 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:37.812 INFO kablam! | Oct 27 12:55:37.812 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:37.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.812 INFO kablam! ... Oct 27 12:55:37.812 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 27 12:55:37.812 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:37.812 INFO kablam! Oct 27 12:55:37.812 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.812 INFO kablam! --> src/main.rs:82:22 Oct 27 12:55:37.812 INFO kablam! | Oct 27 12:55:37.812 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:37.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.812 INFO kablam! Oct 27 12:55:37.812 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.812 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:37.812 INFO kablam! | Oct 27 12:55:37.812 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.812 INFO kablam! | Oct 27 12:55:37.812 INFO kablam! ::: src/main.rs:89:16 Oct 27 12:55:37.812 INFO kablam! | Oct 27 12:55:37.812 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 27 12:55:37.813 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.813 INFO kablam! Oct 27 12:55:37.813 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.813 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! ::: src/main.rs:89:16 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 27 12:55:37.813 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.813 INFO kablam! Oct 27 12:55:37.813 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.813 INFO kablam! --> src/main.rs:95:28 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 27 12:55:37.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.813 INFO kablam! Oct 27 12:55:37.813 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.813 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:37.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.813 INFO kablam! ... Oct 27 12:55:37.813 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 27 12:55:37.813 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 12:55:37.813 INFO kablam! Oct 27 12:55:37.813 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.813 INFO kablam! --> src/main.rs:104:22 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:37.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.813 INFO kablam! Oct 27 12:55:37.813 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.813 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! ::: src/main.rs:109:16 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 27 12:55:37.813 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.813 INFO kablam! Oct 27 12:55:37.813 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.813 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! ::: src/main.rs:109:16 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 27 12:55:37.813 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.813 INFO kablam! Oct 27 12:55:37.813 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.813 INFO kablam! --> src/main.rs:116:28 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 27 12:55:37.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.813 INFO kablam! Oct 27 12:55:37.813 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.813 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:37.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.813 INFO kablam! ... Oct 27 12:55:37.813 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 27 12:55:37.813 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:37.813 INFO kablam! Oct 27 12:55:37.813 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.813 INFO kablam! --> src/main.rs:125:22 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:37.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.813 INFO kablam! Oct 27 12:55:37.813 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.813 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.813 INFO kablam! ::: src/main.rs:131:16 Oct 27 12:55:37.813 INFO kablam! | Oct 27 12:55:37.814 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 27 12:55:37.814 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.814 INFO kablam! Oct 27 12:55:37.814 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.814 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:37.814 INFO kablam! | Oct 27 12:55:37.814 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.814 INFO kablam! | Oct 27 12:55:37.814 INFO kablam! ::: src/main.rs:131:16 Oct 27 12:55:37.814 INFO kablam! | Oct 27 12:55:37.814 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 27 12:55:37.814 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.814 INFO kablam! Oct 27 12:55:37.814 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.814 INFO kablam! --> src/main.rs:133:28 Oct 27 12:55:37.814 INFO kablam! | Oct 27 12:55:37.814 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 27 12:55:37.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.814 INFO kablam! Oct 27 12:55:37.814 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.814 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:37.814 INFO kablam! | Oct 27 12:55:37.814 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:37.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.814 INFO kablam! ... Oct 27 12:55:37.814 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 27 12:55:37.814 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:37.814 INFO kablam! Oct 27 12:55:37.814 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.814 INFO kablam! --> src/main.rs:142:22 Oct 27 12:55:37.814 INFO kablam! | Oct 27 12:55:37.814 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:37.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.814 INFO kablam! Oct 27 12:55:38.326 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.326 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! ::: src/main.rs:53:16 Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 27 12:55:38.326 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:55:38.326 INFO kablam! Oct 27 12:55:38.326 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.326 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! ::: src/main.rs:53:16 Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 27 12:55:38.326 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.326 INFO kablam! Oct 27 12:55:38.326 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.326 INFO kablam! --> src/main.rs:32:29 Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 27 12:55:38.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.326 INFO kablam! ... Oct 27 12:55:38.326 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 27 12:55:38.326 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:38.326 INFO kablam! Oct 27 12:55:38.326 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.326 INFO kablam! --> src/main.rs:61:22 Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:38.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.326 INFO kablam! Oct 27 12:55:38.326 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.326 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! ::: src/main.rs:66:16 Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 27 12:55:38.326 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.326 INFO kablam! Oct 27 12:55:38.326 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.326 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:38.326 INFO kablam! | Oct 27 12:55:38.326 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! ::: src/main.rs:66:16 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 27 12:55:38.327 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.327 INFO kablam! Oct 27 12:55:38.327 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.327 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:38.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.327 INFO kablam! ... Oct 27 12:55:38.327 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 27 12:55:38.327 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:38.327 INFO kablam! Oct 27 12:55:38.327 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.327 INFO kablam! --> src/main.rs:82:22 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:38.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.327 INFO kablam! Oct 27 12:55:38.327 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.327 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! ::: src/main.rs:89:16 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 27 12:55:38.327 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.327 INFO kablam! Oct 27 12:55:38.327 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.327 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! ::: src/main.rs:89:16 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 27 12:55:38.327 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.327 INFO kablam! Oct 27 12:55:38.327 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.327 INFO kablam! --> src/main.rs:95:28 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 27 12:55:38.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.327 INFO kablam! Oct 27 12:55:38.327 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.327 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:38.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.327 INFO kablam! ... Oct 27 12:55:38.327 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 27 12:55:38.327 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 12:55:38.327 INFO kablam! Oct 27 12:55:38.327 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.327 INFO kablam! --> src/main.rs:104:22 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:38.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.327 INFO kablam! Oct 27 12:55:38.327 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.327 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! ::: src/main.rs:109:16 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 27 12:55:38.327 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.327 INFO kablam! Oct 27 12:55:38.327 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.327 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! ::: src/main.rs:109:16 Oct 27 12:55:38.327 INFO kablam! | Oct 27 12:55:38.327 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 27 12:55:38.328 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.328 INFO kablam! Oct 27 12:55:38.328 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.328 INFO kablam! --> src/main.rs:116:28 Oct 27 12:55:38.328 INFO kablam! | Oct 27 12:55:38.328 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 27 12:55:38.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.328 INFO kablam! Oct 27 12:55:38.328 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.328 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:38.328 INFO kablam! | Oct 27 12:55:38.328 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:38.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.328 INFO kablam! ... Oct 27 12:55:38.328 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 27 12:55:38.328 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:38.328 INFO kablam! Oct 27 12:55:38.328 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.328 INFO kablam! --> src/main.rs:125:22 Oct 27 12:55:38.328 INFO kablam! | Oct 27 12:55:38.328 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:38.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.328 INFO kablam! Oct 27 12:55:38.328 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.328 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:38.328 INFO kablam! | Oct 27 12:55:38.328 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.328 INFO kablam! | Oct 27 12:55:38.328 INFO kablam! ::: src/main.rs:131:16 Oct 27 12:55:38.328 INFO kablam! | Oct 27 12:55:38.328 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 27 12:55:38.328 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.328 INFO kablam! Oct 27 12:55:38.328 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.328 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:38.328 INFO kablam! | Oct 27 12:55:38.328 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.328 INFO kablam! | Oct 27 12:55:38.328 INFO kablam! ::: src/main.rs:131:16 Oct 27 12:55:38.328 INFO kablam! | Oct 27 12:55:38.328 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 27 12:55:38.328 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.328 INFO kablam! Oct 27 12:55:38.328 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.328 INFO kablam! --> src/main.rs:133:28 Oct 27 12:55:38.328 INFO kablam! | Oct 27 12:55:38.328 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 27 12:55:38.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.328 INFO kablam! Oct 27 12:55:38.328 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.328 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:38.328 INFO kablam! | Oct 27 12:55:38.328 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:38.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.328 INFO kablam! ... Oct 27 12:55:38.328 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 27 12:55:38.328 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:38.343 INFO kablam! Oct 27 12:55:38.343 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.343 INFO kablam! --> src/main.rs:142:22 Oct 27 12:55:38.343 INFO kablam! | Oct 27 12:55:38.343 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:38.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.343 INFO kablam! Oct 27 12:55:38.567 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:38.567 INFO kablam! --> src/main.rs:149:2 Oct 27 12:55:38.567 INFO kablam! | Oct 27 12:55:38.567 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 27 12:55:38.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:38.567 INFO kablam! | Oct 27 12:55:38.567 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:55:38.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:38.567 INFO kablam! Oct 27 12:55:38.747 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:38.747 INFO kablam! --> src/main.rs:149:2 Oct 27 12:55:38.747 INFO kablam! | Oct 27 12:55:38.747 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 27 12:55:38.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:38.747 INFO kablam! | Oct 27 12:55:38.747 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:55:38.747 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:38.747 INFO kablam! Oct 27 12:55:38.796 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.97s Oct 27 12:55:38.805 INFO kablam! su: No module specific data is present Oct 27 12:55:39.972 INFO running `"docker" "rm" "-f" "2884a25e82b5e7eea510002c21e6f1e8627fd84a35e02b33c8e177c4500f7a65"` Oct 27 12:55:40.283 INFO blam! 2884a25e82b5e7eea510002c21e6f1e8627fd84a35e02b33c8e177c4500f7a65