Oct 21 22:07:31.823 INFO checking AKWolff037/rust-demo against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:07:31.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 22:07:32.147 INFO blam! a3b363cd7412dc2008f93a871cb5edbc0e171e91b12cde417ddf6456c7be6953 Oct 21 22:07:32.148 INFO running `"docker" "start" "-a" "a3b363cd7412dc2008f93a871cb5edbc0e171e91b12cde417ddf6456c7be6953"` Oct 21 22:07:33.040 INFO kablam! usermod: no changes Oct 21 22:07:33.225 INFO kablam! Checking scheduled-thread-pool v0.1.0 Oct 21 22:07:33.226 INFO kablam! Checking postgres-protocol v0.2.2 Oct 21 22:07:33.228 INFO kablam! Checking uuid v0.4.0 Oct 21 22:07:33.229 INFO kablam! Checking persistent v0.3.0 Oct 21 22:07:33.965 INFO kablam! Checking r2d2 v0.7.2 Oct 21 22:07:34.745 INFO kablam! Checking postgres-shared v0.2.1 Oct 21 22:07:37.281 INFO kablam! Checking postgres v0.14.1 Oct 21 22:07:39.257 INFO kablam! Checking r2d2_postgres v0.12.0 Oct 21 22:07:40.628 INFO kablam! Checking sequence_number_generator v0.1.0 (/source) Oct 21 22:07:43.885 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.885 INFO kablam! --> src/db.rs:18:30 Oct 21 22:07:43.885 INFO kablam! | Oct 21 22:07:43.885 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:43.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.885 INFO kablam! | Oct 21 22:07:43.885 INFO kablam! ::: src/main.rs:53:16 Oct 21 22:07:43.885 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 21 22:07:43.892 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 22:07:43.892 INFO kablam! Oct 21 22:07:43.892 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.892 INFO kablam! --> src/db.rs:23:29 Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:43.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! ::: src/main.rs:53:16 Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 21 22:07:43.892 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:43.892 INFO kablam! Oct 21 22:07:43.892 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.892 INFO kablam! --> src/main.rs:32:29 Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 21 22:07:43.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.892 INFO kablam! ... Oct 21 22:07:43.892 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 21 22:07:43.892 INFO kablam! | --------------------------------------------- in this macro invocation Oct 21 22:07:43.892 INFO kablam! Oct 21 22:07:43.892 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.892 INFO kablam! --> src/main.rs:61:22 Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 21 22:07:43.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.892 INFO kablam! Oct 21 22:07:43.892 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.892 INFO kablam! --> src/db.rs:18:30 Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:43.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! ::: src/main.rs:66:16 Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 21 22:07:43.892 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:43.892 INFO kablam! Oct 21 22:07:43.892 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.892 INFO kablam! --> src/db.rs:23:29 Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:43.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! ::: src/main.rs:66:16 Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 21 22:07:43.892 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:43.892 INFO kablam! Oct 21 22:07:43.892 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.892 INFO kablam! --> src/main.rs:42:29 Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 21 22:07:43.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.892 INFO kablam! ... Oct 21 22:07:43.892 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 21 22:07:43.892 INFO kablam! | --------------------------------------------- in this macro invocation Oct 21 22:07:43.892 INFO kablam! Oct 21 22:07:43.892 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.892 INFO kablam! --> src/main.rs:82:22 Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 21 22:07:43.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.892 INFO kablam! Oct 21 22:07:43.892 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.892 INFO kablam! --> src/db.rs:18:30 Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:43.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.892 INFO kablam! ::: src/main.rs:89:16 Oct 21 22:07:43.892 INFO kablam! | Oct 21 22:07:43.893 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 21 22:07:43.893 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:43.893 INFO kablam! Oct 21 22:07:43.893 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.893 INFO kablam! --> src/db.rs:23:29 Oct 21 22:07:43.893 INFO kablam! | Oct 21 22:07:43.893 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:43.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.893 INFO kablam! | Oct 21 22:07:43.893 INFO kablam! ::: src/main.rs:89:16 Oct 21 22:07:43.893 INFO kablam! | Oct 21 22:07:43.893 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 21 22:07:43.893 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:43.893 INFO kablam! Oct 21 22:07:43.893 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.893 INFO kablam! --> src/main.rs:95:28 Oct 21 22:07:43.893 INFO kablam! | Oct 21 22:07:43.893 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 21 22:07:43.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.893 INFO kablam! Oct 21 22:07:43.893 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.893 INFO kablam! --> src/main.rs:42:29 Oct 21 22:07:43.893 INFO kablam! | Oct 21 22:07:43.893 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 21 22:07:43.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.893 INFO kablam! ... Oct 21 22:07:43.893 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 21 22:07:43.893 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 21 22:07:43.893 INFO kablam! Oct 21 22:07:43.893 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.893 INFO kablam! --> src/main.rs:104:22 Oct 21 22:07:43.893 INFO kablam! | Oct 21 22:07:43.893 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 21 22:07:43.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.893 INFO kablam! Oct 21 22:07:43.893 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.893 INFO kablam! --> src/db.rs:18:30 Oct 21 22:07:43.893 INFO kablam! | Oct 21 22:07:43.893 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:43.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.893 INFO kablam! | Oct 21 22:07:43.893 INFO kablam! ::: src/main.rs:109:16 Oct 21 22:07:43.893 INFO kablam! | Oct 21 22:07:43.893 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 21 22:07:43.893 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:43.893 INFO kablam! Oct 21 22:07:43.893 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.893 INFO kablam! --> src/db.rs:23:29 Oct 21 22:07:43.893 INFO kablam! | Oct 21 22:07:43.893 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:43.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.893 INFO kablam! | Oct 21 22:07:43.893 INFO kablam! ::: src/main.rs:109:16 Oct 21 22:07:43.893 INFO kablam! | Oct 21 22:07:43.900 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 21 22:07:43.900 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:43.900 INFO kablam! Oct 21 22:07:43.900 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.900 INFO kablam! --> src/main.rs:116:28 Oct 21 22:07:43.900 INFO kablam! | Oct 21 22:07:43.900 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 21 22:07:43.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.901 INFO kablam! Oct 21 22:07:43.901 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.901 INFO kablam! --> src/main.rs:42:29 Oct 21 22:07:43.901 INFO kablam! | Oct 21 22:07:43.901 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 21 22:07:43.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.901 INFO kablam! ... Oct 21 22:07:43.901 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 21 22:07:43.901 INFO kablam! | --------------------------------------------- in this macro invocation Oct 21 22:07:43.901 INFO kablam! Oct 21 22:07:43.901 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.901 INFO kablam! --> src/main.rs:125:22 Oct 21 22:07:43.901 INFO kablam! | Oct 21 22:07:43.901 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 21 22:07:43.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.901 INFO kablam! Oct 21 22:07:43.901 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.901 INFO kablam! --> src/db.rs:18:30 Oct 21 22:07:43.901 INFO kablam! | Oct 21 22:07:43.901 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:43.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.901 INFO kablam! | Oct 21 22:07:43.901 INFO kablam! ::: src/main.rs:131:16 Oct 21 22:07:43.901 INFO kablam! | Oct 21 22:07:43.901 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 21 22:07:43.901 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:43.901 INFO kablam! Oct 21 22:07:43.901 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.901 INFO kablam! --> src/db.rs:23:29 Oct 21 22:07:43.901 INFO kablam! | Oct 21 22:07:43.901 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:43.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.901 INFO kablam! | Oct 21 22:07:43.901 INFO kablam! ::: src/main.rs:131:16 Oct 21 22:07:43.901 INFO kablam! | Oct 21 22:07:43.901 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 21 22:07:43.901 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:43.901 INFO kablam! Oct 21 22:07:43.901 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.901 INFO kablam! --> src/main.rs:133:28 Oct 21 22:07:43.901 INFO kablam! | Oct 21 22:07:43.901 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 21 22:07:43.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.901 INFO kablam! Oct 21 22:07:43.901 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.901 INFO kablam! --> src/main.rs:42:29 Oct 21 22:07:43.901 INFO kablam! | Oct 21 22:07:43.901 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 21 22:07:43.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.901 INFO kablam! ... Oct 21 22:07:43.901 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 21 22:07:43.901 INFO kablam! | --------------------------------------------- in this macro invocation Oct 21 22:07:43.901 INFO kablam! Oct 21 22:07:43.901 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:43.901 INFO kablam! --> src/main.rs:142:22 Oct 21 22:07:43.901 INFO kablam! | Oct 21 22:07:43.901 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 21 22:07:43.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:43.901 INFO kablam! Oct 21 22:07:44.000 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.000 INFO kablam! --> src/db.rs:18:30 Oct 21 22:07:44.000 INFO kablam! | Oct 21 22:07:44.000 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:44.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.000 INFO kablam! | Oct 21 22:07:44.000 INFO kablam! ::: src/main.rs:53:16 Oct 21 22:07:44.000 INFO kablam! | Oct 21 22:07:44.000 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 21 22:07:44.000 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:44.000 INFO kablam! | Oct 21 22:07:44.000 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 22:07:44.000 INFO kablam! Oct 21 22:07:44.000 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.000 INFO kablam! --> src/db.rs:23:29 Oct 21 22:07:44.000 INFO kablam! | Oct 21 22:07:44.000 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:44.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.001 INFO kablam! | Oct 21 22:07:44.001 INFO kablam! ::: src/main.rs:53:16 Oct 21 22:07:44.001 INFO kablam! | Oct 21 22:07:44.001 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 21 22:07:44.002 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:44.002 INFO kablam! Oct 21 22:07:44.002 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.002 INFO kablam! --> src/main.rs:32:29 Oct 21 22:07:44.002 INFO kablam! | Oct 21 22:07:44.002 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 21 22:07:44.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.004 INFO kablam! ... Oct 21 22:07:44.004 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 21 22:07:44.004 INFO kablam! | --------------------------------------------- in this macro invocation Oct 21 22:07:44.004 INFO kablam! Oct 21 22:07:44.004 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.004 INFO kablam! --> src/main.rs:61:22 Oct 21 22:07:44.004 INFO kablam! | Oct 21 22:07:44.004 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 21 22:07:44.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.004 INFO kablam! Oct 21 22:07:44.004 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.004 INFO kablam! --> src/db.rs:18:30 Oct 21 22:07:44.004 INFO kablam! | Oct 21 22:07:44.004 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:44.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.004 INFO kablam! | Oct 21 22:07:44.004 INFO kablam! ::: src/main.rs:66:16 Oct 21 22:07:44.004 INFO kablam! | Oct 21 22:07:44.004 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 21 22:07:44.004 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:44.004 INFO kablam! Oct 21 22:07:44.004 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.004 INFO kablam! --> src/db.rs:23:29 Oct 21 22:07:44.004 INFO kablam! | Oct 21 22:07:44.004 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:44.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.004 INFO kablam! | Oct 21 22:07:44.004 INFO kablam! ::: src/main.rs:66:16 Oct 21 22:07:44.004 INFO kablam! | Oct 21 22:07:44.004 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 21 22:07:44.004 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:44.004 INFO kablam! Oct 21 22:07:44.004 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.004 INFO kablam! --> src/main.rs:42:29 Oct 21 22:07:44.004 INFO kablam! | Oct 21 22:07:44.004 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 21 22:07:44.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.004 INFO kablam! ... Oct 21 22:07:44.004 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 21 22:07:44.004 INFO kablam! | --------------------------------------------- in this macro invocation Oct 21 22:07:44.004 INFO kablam! Oct 21 22:07:44.004 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.004 INFO kablam! --> src/main.rs:82:22 Oct 21 22:07:44.004 INFO kablam! | Oct 21 22:07:44.004 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 21 22:07:44.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.005 INFO kablam! Oct 21 22:07:44.005 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.005 INFO kablam! --> src/db.rs:18:30 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:44.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! ::: src/main.rs:89:16 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 21 22:07:44.005 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:44.005 INFO kablam! Oct 21 22:07:44.005 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.005 INFO kablam! --> src/db.rs:23:29 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:44.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! ::: src/main.rs:89:16 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 21 22:07:44.005 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:44.005 INFO kablam! Oct 21 22:07:44.005 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.005 INFO kablam! --> src/main.rs:95:28 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 21 22:07:44.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.005 INFO kablam! Oct 21 22:07:44.005 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.005 INFO kablam! --> src/main.rs:42:29 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 21 22:07:44.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.005 INFO kablam! ... Oct 21 22:07:44.005 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 21 22:07:44.005 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 21 22:07:44.005 INFO kablam! Oct 21 22:07:44.005 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.005 INFO kablam! --> src/main.rs:104:22 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 21 22:07:44.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.005 INFO kablam! Oct 21 22:07:44.005 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.005 INFO kablam! --> src/db.rs:18:30 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:44.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! ::: src/main.rs:109:16 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 21 22:07:44.005 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:44.005 INFO kablam! Oct 21 22:07:44.005 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.005 INFO kablam! --> src/db.rs:23:29 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:44.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! ::: src/main.rs:109:16 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 21 22:07:44.005 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:44.005 INFO kablam! Oct 21 22:07:44.005 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.005 INFO kablam! --> src/main.rs:116:28 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 21 22:07:44.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.005 INFO kablam! Oct 21 22:07:44.005 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.005 INFO kablam! --> src/main.rs:42:29 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 21 22:07:44.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.005 INFO kablam! ... Oct 21 22:07:44.005 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 21 22:07:44.005 INFO kablam! | --------------------------------------------- in this macro invocation Oct 21 22:07:44.005 INFO kablam! Oct 21 22:07:44.005 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.005 INFO kablam! --> src/main.rs:125:22 Oct 21 22:07:44.005 INFO kablam! | Oct 21 22:07:44.005 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 21 22:07:44.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.006 INFO kablam! Oct 21 22:07:44.006 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.006 INFO kablam! --> src/db.rs:18:30 Oct 21 22:07:44.006 INFO kablam! | Oct 21 22:07:44.006 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:44.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.006 INFO kablam! | Oct 21 22:07:44.006 INFO kablam! ::: src/main.rs:131:16 Oct 21 22:07:44.006 INFO kablam! | Oct 21 22:07:44.006 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 21 22:07:44.006 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:44.006 INFO kablam! Oct 21 22:07:44.006 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.006 INFO kablam! --> src/db.rs:23:29 Oct 21 22:07:44.006 INFO kablam! | Oct 21 22:07:44.006 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 21 22:07:44.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.006 INFO kablam! | Oct 21 22:07:44.006 INFO kablam! ::: src/main.rs:131:16 Oct 21 22:07:44.006 INFO kablam! | Oct 21 22:07:44.006 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 21 22:07:44.006 INFO kablam! | ----------------------- in this macro invocation Oct 21 22:07:44.006 INFO kablam! Oct 21 22:07:44.006 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.006 INFO kablam! --> src/main.rs:133:28 Oct 21 22:07:44.006 INFO kablam! | Oct 21 22:07:44.006 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 21 22:07:44.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.006 INFO kablam! Oct 21 22:07:44.006 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.006 INFO kablam! --> src/main.rs:42:29 Oct 21 22:07:44.006 INFO kablam! | Oct 21 22:07:44.006 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 21 22:07:44.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.006 INFO kablam! ... Oct 21 22:07:44.006 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 21 22:07:44.006 INFO kablam! | --------------------------------------------- in this macro invocation Oct 21 22:07:44.014 INFO kablam! Oct 21 22:07:44.014 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:07:44.014 INFO kablam! --> src/main.rs:142:22 Oct 21 22:07:44.014 INFO kablam! | Oct 21 22:07:44.014 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 21 22:07:44.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:07:44.014 INFO kablam! Oct 21 22:07:44.331 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:07:44.332 INFO kablam! --> src/main.rs:149:2 Oct 21 22:07:44.332 INFO kablam! | Oct 21 22:07:44.332 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 21 22:07:44.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:07:44.332 INFO kablam! | Oct 21 22:07:44.332 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 22:07:44.332 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:07:44.332 INFO kablam! Oct 21 22:07:44.428 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:07:44.428 INFO kablam! --> src/main.rs:149:2 Oct 21 22:07:44.428 INFO kablam! | Oct 21 22:07:44.428 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 21 22:07:44.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:07:44.428 INFO kablam! | Oct 21 22:07:44.428 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 22:07:44.428 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:07:44.428 INFO kablam! Oct 21 22:07:44.468 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.39s Oct 21 22:07:44.480 INFO kablam! su: No module specific data is present Oct 21 22:07:45.465 INFO running `"docker" "rm" "-f" "a3b363cd7412dc2008f93a871cb5edbc0e171e91b12cde417ddf6456c7be6953"` Oct 21 22:07:45.676 INFO blam! a3b363cd7412dc2008f93a871cb5edbc0e171e91b12cde417ddf6456c7be6953