Oct 27 12:55:22.125 INFO checking AKWolff037/rust-demo against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:55:22.126 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 12:55:22.590 INFO blam! a5d27fb026ca4a1b6dc7b3fdfb9e6df8f4b89c69f240da1b267230329c4c3c6a Oct 27 12:55:22.593 INFO running `"docker" "start" "-a" "a5d27fb026ca4a1b6dc7b3fdfb9e6df8f4b89c69f240da1b267230329c4c3c6a"` Oct 27 12:55:23.650 INFO kablam! usermod: no changes Oct 27 12:55:23.839 INFO kablam! Checking postgres-protocol v0.2.2 Oct 27 12:55:23.840 INFO kablam! Checking uuid v0.4.0 Oct 27 12:55:23.843 INFO kablam! Checking r2d2 v0.7.2 Oct 27 12:55:23.876 INFO kablam! Checking persistent v0.3.0 Oct 27 12:55:26.180 INFO kablam! Checking postgres-shared v0.2.1 Oct 27 12:55:28.959 INFO kablam! Checking postgres v0.14.1 Oct 27 12:55:30.999 INFO kablam! Checking r2d2_postgres v0.12.0 Oct 27 12:55:32.431 INFO kablam! Checking sequence_number_generator v0.1.0 (/source) Oct 27 12:55:37.464 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.464 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:37.464 INFO kablam! | Oct 27 12:55:37.465 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.465 INFO kablam! | Oct 27 12:55:37.466 INFO kablam! ::: src/main.rs:53:16 Oct 27 12:55:37.466 INFO kablam! | Oct 27 12:55:37.466 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 27 12:55:37.467 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.467 INFO kablam! | Oct 27 12:55:37.467 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:55:37.467 INFO kablam! Oct 27 12:55:37.468 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.468 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:37.468 INFO kablam! | Oct 27 12:55:37.468 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.469 INFO kablam! | Oct 27 12:55:37.469 INFO kablam! ::: src/main.rs:53:16 Oct 27 12:55:37.469 INFO kablam! | Oct 27 12:55:37.470 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 27 12:55:37.470 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.470 INFO kablam! Oct 27 12:55:37.471 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.471 INFO kablam! --> src/main.rs:32:29 Oct 27 12:55:37.471 INFO kablam! | Oct 27 12:55:37.471 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 27 12:55:37.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.472 INFO kablam! ... Oct 27 12:55:37.472 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 27 12:55:37.472 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:37.473 INFO kablam! Oct 27 12:55:37.473 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.473 INFO kablam! --> src/main.rs:61:22 Oct 27 12:55:37.473 INFO kablam! | Oct 27 12:55:37.474 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:37.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.474 INFO kablam! Oct 27 12:55:37.475 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.475 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:37.475 INFO kablam! | Oct 27 12:55:37.475 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.476 INFO kablam! | Oct 27 12:55:37.476 INFO kablam! ::: src/main.rs:66:16 Oct 27 12:55:37.477 INFO kablam! | Oct 27 12:55:37.477 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 27 12:55:37.477 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.478 INFO kablam! Oct 27 12:55:37.478 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.478 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:37.479 INFO kablam! | Oct 27 12:55:37.479 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.479 INFO kablam! | Oct 27 12:55:37.480 INFO kablam! ::: src/main.rs:66:16 Oct 27 12:55:37.480 INFO kablam! | Oct 27 12:55:37.480 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 27 12:55:37.480 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.480 INFO kablam! Oct 27 12:55:37.480 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.480 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:37.480 INFO kablam! | Oct 27 12:55:37.480 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:37.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.480 INFO kablam! ... Oct 27 12:55:37.480 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 27 12:55:37.480 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:37.480 INFO kablam! Oct 27 12:55:37.480 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.480 INFO kablam! --> src/main.rs:82:22 Oct 27 12:55:37.480 INFO kablam! | Oct 27 12:55:37.480 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:37.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.480 INFO kablam! Oct 27 12:55:37.480 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.480 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:37.480 INFO kablam! | Oct 27 12:55:37.480 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.480 INFO kablam! | Oct 27 12:55:37.480 INFO kablam! ::: src/main.rs:89:16 Oct 27 12:55:37.480 INFO kablam! | Oct 27 12:55:37.480 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 27 12:55:37.480 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.480 INFO kablam! Oct 27 12:55:37.480 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.481 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! ::: src/main.rs:89:16 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 27 12:55:37.481 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.481 INFO kablam! Oct 27 12:55:37.481 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.481 INFO kablam! --> src/main.rs:95:28 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 27 12:55:37.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.481 INFO kablam! Oct 27 12:55:37.481 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.481 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:37.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.481 INFO kablam! ... Oct 27 12:55:37.481 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 27 12:55:37.481 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 12:55:37.481 INFO kablam! Oct 27 12:55:37.481 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.481 INFO kablam! --> src/main.rs:104:22 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:37.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.481 INFO kablam! Oct 27 12:55:37.481 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.481 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! ::: src/main.rs:109:16 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 27 12:55:37.481 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.481 INFO kablam! Oct 27 12:55:37.481 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.481 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! ::: src/main.rs:109:16 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 27 12:55:37.481 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.481 INFO kablam! Oct 27 12:55:37.481 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.481 INFO kablam! --> src/main.rs:116:28 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 27 12:55:37.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.481 INFO kablam! Oct 27 12:55:37.481 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.481 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:37.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.481 INFO kablam! ... Oct 27 12:55:37.481 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 27 12:55:37.481 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:37.481 INFO kablam! Oct 27 12:55:37.481 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.481 INFO kablam! --> src/main.rs:125:22 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:37.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.481 INFO kablam! Oct 27 12:55:37.481 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.481 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! ::: src/main.rs:131:16 Oct 27 12:55:37.481 INFO kablam! | Oct 27 12:55:37.481 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 27 12:55:37.481 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.481 INFO kablam! Oct 27 12:55:37.487 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.487 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:37.487 INFO kablam! | Oct 27 12:55:37.487 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:37.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.487 INFO kablam! | Oct 27 12:55:37.487 INFO kablam! ::: src/main.rs:131:16 Oct 27 12:55:37.487 INFO kablam! | Oct 27 12:55:37.487 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 27 12:55:37.487 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:37.487 INFO kablam! Oct 27 12:55:37.487 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.487 INFO kablam! --> src/main.rs:133:28 Oct 27 12:55:37.487 INFO kablam! | Oct 27 12:55:37.487 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 27 12:55:37.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.487 INFO kablam! Oct 27 12:55:37.487 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.487 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:37.487 INFO kablam! | Oct 27 12:55:37.487 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:37.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.487 INFO kablam! ... Oct 27 12:55:37.487 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 27 12:55:37.487 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:37.487 INFO kablam! Oct 27 12:55:37.487 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:37.487 INFO kablam! --> src/main.rs:142:22 Oct 27 12:55:37.487 INFO kablam! | Oct 27 12:55:37.487 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:37.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:37.487 INFO kablam! Oct 27 12:55:38.108 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.108 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:38.108 INFO kablam! | Oct 27 12:55:38.108 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.108 INFO kablam! | Oct 27 12:55:38.108 INFO kablam! ::: src/main.rs:53:16 Oct 27 12:55:38.108 INFO kablam! | Oct 27 12:55:38.108 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 27 12:55:38.108 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.108 INFO kablam! | Oct 27 12:55:38.108 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:55:38.108 INFO kablam! Oct 27 12:55:38.108 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.108 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:38.108 INFO kablam! | Oct 27 12:55:38.108 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.108 INFO kablam! | Oct 27 12:55:38.108 INFO kablam! ::: src/main.rs:53:16 Oct 27 12:55:38.108 INFO kablam! | Oct 27 12:55:38.108 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 27 12:55:38.108 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.108 INFO kablam! Oct 27 12:55:38.108 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.108 INFO kablam! --> src/main.rs:32:29 Oct 27 12:55:38.108 INFO kablam! | Oct 27 12:55:38.108 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 27 12:55:38.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.108 INFO kablam! ... Oct 27 12:55:38.108 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 27 12:55:38.108 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:38.109 INFO kablam! Oct 27 12:55:38.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.109 INFO kablam! --> src/main.rs:61:22 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:38.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.109 INFO kablam! Oct 27 12:55:38.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.109 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! ::: src/main.rs:66:16 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 27 12:55:38.109 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.109 INFO kablam! Oct 27 12:55:38.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.109 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! ::: src/main.rs:66:16 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 27 12:55:38.109 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.109 INFO kablam! Oct 27 12:55:38.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.109 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:38.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.109 INFO kablam! ... Oct 27 12:55:38.109 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 27 12:55:38.109 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:38.109 INFO kablam! Oct 27 12:55:38.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.109 INFO kablam! --> src/main.rs:82:22 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:38.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.109 INFO kablam! Oct 27 12:55:38.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.109 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! ::: src/main.rs:89:16 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 27 12:55:38.109 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.109 INFO kablam! Oct 27 12:55:38.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.109 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! ::: src/main.rs:89:16 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 27 12:55:38.109 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.109 INFO kablam! Oct 27 12:55:38.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.109 INFO kablam! --> src/main.rs:95:28 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 27 12:55:38.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.109 INFO kablam! Oct 27 12:55:38.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.109 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:38.109 INFO kablam! | Oct 27 12:55:38.109 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:38.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.109 INFO kablam! ... Oct 27 12:55:38.109 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 27 12:55:38.109 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 27 12:55:38.109 INFO kablam! Oct 27 12:55:38.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.109 INFO kablam! --> src/main.rs:104:22 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:38.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.110 INFO kablam! Oct 27 12:55:38.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.110 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! ::: src/main.rs:109:16 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 27 12:55:38.110 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.110 INFO kablam! Oct 27 12:55:38.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.110 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! ::: src/main.rs:109:16 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 27 12:55:38.110 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.110 INFO kablam! Oct 27 12:55:38.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.110 INFO kablam! --> src/main.rs:116:28 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 27 12:55:38.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.110 INFO kablam! Oct 27 12:55:38.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.110 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:38.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.110 INFO kablam! ... Oct 27 12:55:38.110 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 27 12:55:38.110 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:38.110 INFO kablam! Oct 27 12:55:38.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.110 INFO kablam! --> src/main.rs:125:22 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:38.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.110 INFO kablam! Oct 27 12:55:38.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.110 INFO kablam! --> src/db.rs:18:30 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! ::: src/main.rs:131:16 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 27 12:55:38.110 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.110 INFO kablam! Oct 27 12:55:38.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.110 INFO kablam! --> src/db.rs:23:29 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 27 12:55:38.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! ::: src/main.rs:131:16 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 27 12:55:38.110 INFO kablam! | ----------------------- in this macro invocation Oct 27 12:55:38.110 INFO kablam! Oct 27 12:55:38.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.110 INFO kablam! --> src/main.rs:133:28 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 27 12:55:38.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.110 INFO kablam! Oct 27 12:55:38.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.110 INFO kablam! --> src/main.rs:42:29 Oct 27 12:55:38.110 INFO kablam! | Oct 27 12:55:38.110 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 27 12:55:38.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.110 INFO kablam! ... Oct 27 12:55:38.110 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 27 12:55:38.111 INFO kablam! | --------------------------------------------- in this macro invocation Oct 27 12:55:38.111 INFO kablam! Oct 27 12:55:38.111 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:55:38.111 INFO kablam! --> src/main.rs:142:22 Oct 27 12:55:38.111 INFO kablam! | Oct 27 12:55:38.111 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 27 12:55:38.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:55:38.111 INFO kablam! Oct 27 12:55:38.303 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:38.303 INFO kablam! --> src/main.rs:149:2 Oct 27 12:55:38.303 INFO kablam! | Oct 27 12:55:38.303 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 27 12:55:38.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:38.303 INFO kablam! | Oct 27 12:55:38.303 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:55:38.303 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:38.303 INFO kablam! Oct 27 12:55:38.704 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:38.704 INFO kablam! --> src/main.rs:149:2 Oct 27 12:55:38.704 INFO kablam! | Oct 27 12:55:38.704 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 27 12:55:38.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:38.704 INFO kablam! | Oct 27 12:55:38.704 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:55:38.704 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:38.704 INFO kablam! Oct 27 12:55:38.760 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.08s Oct 27 12:55:38.770 INFO kablam! su: No module specific data is present Oct 27 12:55:39.989 INFO running `"docker" "rm" "-f" "a5d27fb026ca4a1b6dc7b3fdfb9e6df8f4b89c69f240da1b267230329c4c3c6a"` Oct 27 12:55:40.239 INFO blam! a5d27fb026ca4a1b6dc7b3fdfb9e6df8f4b89c69f240da1b267230329c4c3c6a