Oct 15 12:55:52.712 INFO testing AKWolff037/rust-demo against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:55:52.712 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 12:55:52.939 INFO blam! 3213a7d7ac00cd78422268a7aafbf4700963325e27592c7a005f86c3992547a4 Oct 15 12:55:52.941 INFO running `"docker" "start" "-a" "3213a7d7ac00cd78422268a7aafbf4700963325e27592c7a005f86c3992547a4"` Oct 15 12:55:53.293 INFO kablam! usermod: no changes Oct 15 12:55:53.455 INFO kablam! Compiling md5 v0.3.4 Oct 15 12:55:53.455 INFO kablam! Compiling uuid v0.4.0 Oct 15 12:55:53.455 INFO kablam! Compiling r2d2 v0.7.2 Oct 15 12:55:53.455 INFO kablam! Compiling iron v0.5.1 Oct 15 12:55:54.535 INFO kablam! Compiling postgres-protocol v0.2.2 Oct 15 12:55:55.720 INFO kablam! Compiling postgres-shared v0.2.1 Oct 15 12:55:56.247 INFO kablam! Compiling persistent v0.3.0 Oct 15 12:55:56.247 INFO kablam! Compiling router v0.5.1 Oct 15 12:55:58.531 INFO kablam! Compiling postgres v0.14.1 Oct 15 12:56:03.371 INFO kablam! Compiling r2d2_postgres v0.12.0 Oct 15 12:56:05.175 INFO kablam! Compiling sequence_number_generator v0.1.0 (/source) Oct 15 12:56:07.515 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.515 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:07.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! ::: src/main.rs:53:16 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 15 12:56:07.515 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:56:07.515 INFO kablam! Oct 15 12:56:07.515 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.515 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:07.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! ::: src/main.rs:53:16 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 15 12:56:07.515 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:07.515 INFO kablam! Oct 15 12:56:07.515 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.515 INFO kablam! --> src/main.rs:32:29 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 15 12:56:07.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.515 INFO kablam! ... Oct 15 12:56:07.515 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 15 12:56:07.515 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:07.515 INFO kablam! Oct 15 12:56:07.515 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.515 INFO kablam! --> src/main.rs:61:22 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:07.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.515 INFO kablam! Oct 15 12:56:07.515 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.515 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:07.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! ::: src/main.rs:66:16 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 15 12:56:07.515 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:07.515 INFO kablam! Oct 15 12:56:07.515 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.515 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:07.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! ::: src/main.rs:66:16 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 15 12:56:07.515 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:07.515 INFO kablam! Oct 15 12:56:07.515 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.515 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:07.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.515 INFO kablam! ... Oct 15 12:56:07.515 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 15 12:56:07.515 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:07.515 INFO kablam! Oct 15 12:56:07.515 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.515 INFO kablam! --> src/main.rs:82:22 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:07.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.515 INFO kablam! Oct 15 12:56:07.515 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.515 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:07.515 INFO kablam! | Oct 15 12:56:07.515 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:07.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! ::: src/main.rs:89:16 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 15 12:56:07.516 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:07.516 INFO kablam! Oct 15 12:56:07.516 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.516 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:07.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! ::: src/main.rs:89:16 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 15 12:56:07.516 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:07.516 INFO kablam! Oct 15 12:56:07.516 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.516 INFO kablam! --> src/main.rs:95:28 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 15 12:56:07.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.516 INFO kablam! Oct 15 12:56:07.516 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.516 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:07.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.516 INFO kablam! ... Oct 15 12:56:07.516 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 15 12:56:07.516 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 15 12:56:07.516 INFO kablam! Oct 15 12:56:07.516 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.516 INFO kablam! --> src/main.rs:104:22 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:07.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.516 INFO kablam! Oct 15 12:56:07.516 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.516 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:07.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! ::: src/main.rs:109:16 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 15 12:56:07.516 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:07.516 INFO kablam! Oct 15 12:56:07.516 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.516 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:07.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! ::: src/main.rs:109:16 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 15 12:56:07.516 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:07.516 INFO kablam! Oct 15 12:56:07.516 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.516 INFO kablam! --> src/main.rs:116:28 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 15 12:56:07.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.516 INFO kablam! Oct 15 12:56:07.516 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.516 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:07.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.516 INFO kablam! ... Oct 15 12:56:07.516 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 15 12:56:07.516 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:07.516 INFO kablam! Oct 15 12:56:07.516 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.516 INFO kablam! --> src/main.rs:125:22 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.516 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:07.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.516 INFO kablam! Oct 15 12:56:07.516 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.516 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:07.516 INFO kablam! | Oct 15 12:56:07.517 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:07.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.517 INFO kablam! | Oct 15 12:56:07.517 INFO kablam! ::: src/main.rs:131:16 Oct 15 12:56:07.517 INFO kablam! | Oct 15 12:56:07.517 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 15 12:56:07.517 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:07.517 INFO kablam! Oct 15 12:56:07.517 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.517 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:07.517 INFO kablam! | Oct 15 12:56:07.517 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:07.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.517 INFO kablam! | Oct 15 12:56:07.517 INFO kablam! ::: src/main.rs:131:16 Oct 15 12:56:07.517 INFO kablam! | Oct 15 12:56:07.517 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 15 12:56:07.517 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:07.517 INFO kablam! Oct 15 12:56:07.517 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.517 INFO kablam! --> src/main.rs:133:28 Oct 15 12:56:07.517 INFO kablam! | Oct 15 12:56:07.517 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 15 12:56:07.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.517 INFO kablam! Oct 15 12:56:07.517 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.517 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:07.517 INFO kablam! | Oct 15 12:56:07.517 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:07.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.517 INFO kablam! ... Oct 15 12:56:07.517 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 15 12:56:07.517 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:07.517 INFO kablam! Oct 15 12:56:07.517 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:07.517 INFO kablam! --> src/main.rs:142:22 Oct 15 12:56:07.517 INFO kablam! | Oct 15 12:56:07.517 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:07.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:07.517 INFO kablam! Oct 15 12:56:07.928 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:56:07.929 INFO kablam! --> src/main.rs:149:2 Oct 15 12:56:07.929 INFO kablam! | Oct 15 12:56:07.929 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 15 12:56:07.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:56:07.930 INFO kablam! | Oct 15 12:56:07.930 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 12:56:07.931 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:56:07.931 INFO kablam! Oct 15 12:56:13.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.24s Oct 15 12:56:13.557 INFO kablam! su: No module specific data is present Oct 15 12:56:14.273 INFO running `"docker" "rm" "-f" "3213a7d7ac00cd78422268a7aafbf4700963325e27592c7a005f86c3992547a4"` Oct 15 12:56:14.575 INFO blam! 3213a7d7ac00cd78422268a7aafbf4700963325e27592c7a005f86c3992547a4 Oct 15 12:56:14.577 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 12:56:14.855 INFO blam! e7ce3be2015bdacb5380e7f04a0ea3f24fbb80fbdfcdbddaa0d92be22657fa20 Oct 15 12:56:14.870 INFO running `"docker" "start" "-a" "e7ce3be2015bdacb5380e7f04a0ea3f24fbb80fbdfcdbddaa0d92be22657fa20"` Oct 15 12:56:15.917 INFO kablam! usermod: no changes Oct 15 12:56:16.037 INFO kablam! Compiling sequence_number_generator v0.1.0 (/source) Oct 15 12:56:18.363 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.363 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:18.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! ::: src/main.rs:53:16 Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 15 12:56:18.363 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:56:18.363 INFO kablam! Oct 15 12:56:18.363 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.363 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:18.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! ::: src/main.rs:53:16 Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 15 12:56:18.363 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:18.363 INFO kablam! Oct 15 12:56:18.363 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.363 INFO kablam! --> src/main.rs:32:29 Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 15 12:56:18.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.363 INFO kablam! ... Oct 15 12:56:18.363 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 15 12:56:18.363 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:18.363 INFO kablam! Oct 15 12:56:18.363 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.363 INFO kablam! --> src/main.rs:61:22 Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:18.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.363 INFO kablam! Oct 15 12:56:18.363 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.363 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:18.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! ::: src/main.rs:66:16 Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 15 12:56:18.363 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:18.363 INFO kablam! Oct 15 12:56:18.363 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.363 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:18.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! ::: src/main.rs:66:16 Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 15 12:56:18.363 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:18.363 INFO kablam! Oct 15 12:56:18.363 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.363 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:18.363 INFO kablam! | Oct 15 12:56:18.363 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:18.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.363 INFO kablam! ... Oct 15 12:56:18.363 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 15 12:56:18.363 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:18.363 INFO kablam! Oct 15 12:56:18.363 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.363 INFO kablam! --> src/main.rs:82:22 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:18.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.364 INFO kablam! Oct 15 12:56:18.364 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.364 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:18.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! ::: src/main.rs:89:16 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 15 12:56:18.364 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:18.364 INFO kablam! Oct 15 12:56:18.364 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.364 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:18.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! ::: src/main.rs:89:16 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 15 12:56:18.364 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:18.364 INFO kablam! Oct 15 12:56:18.364 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.364 INFO kablam! --> src/main.rs:95:28 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 15 12:56:18.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.364 INFO kablam! Oct 15 12:56:18.364 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.364 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:18.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.364 INFO kablam! ... Oct 15 12:56:18.364 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 15 12:56:18.364 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 15 12:56:18.364 INFO kablam! Oct 15 12:56:18.364 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.364 INFO kablam! --> src/main.rs:104:22 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:18.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.364 INFO kablam! Oct 15 12:56:18.364 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.364 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:18.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! ::: src/main.rs:109:16 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 15 12:56:18.364 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:18.364 INFO kablam! Oct 15 12:56:18.364 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.364 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:18.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! ::: src/main.rs:109:16 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 15 12:56:18.364 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:18.364 INFO kablam! Oct 15 12:56:18.364 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.364 INFO kablam! --> src/main.rs:116:28 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 15 12:56:18.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.364 INFO kablam! Oct 15 12:56:18.364 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.364 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:18.364 INFO kablam! | Oct 15 12:56:18.364 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:18.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.364 INFO kablam! ... Oct 15 12:56:18.365 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 15 12:56:18.365 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:18.365 INFO kablam! Oct 15 12:56:18.365 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.365 INFO kablam! --> src/main.rs:125:22 Oct 15 12:56:18.365 INFO kablam! | Oct 15 12:56:18.365 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:18.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.365 INFO kablam! Oct 15 12:56:18.365 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.365 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:18.365 INFO kablam! | Oct 15 12:56:18.365 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:18.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.365 INFO kablam! | Oct 15 12:56:18.365 INFO kablam! ::: src/main.rs:131:16 Oct 15 12:56:18.365 INFO kablam! | Oct 15 12:56:18.365 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 15 12:56:18.365 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:18.365 INFO kablam! Oct 15 12:56:18.365 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.365 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:18.365 INFO kablam! | Oct 15 12:56:18.365 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:18.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.365 INFO kablam! | Oct 15 12:56:18.365 INFO kablam! ::: src/main.rs:131:16 Oct 15 12:56:18.365 INFO kablam! | Oct 15 12:56:18.365 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 15 12:56:18.365 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:18.365 INFO kablam! Oct 15 12:56:18.365 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.365 INFO kablam! --> src/main.rs:133:28 Oct 15 12:56:18.365 INFO kablam! | Oct 15 12:56:18.365 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 15 12:56:18.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.365 INFO kablam! Oct 15 12:56:18.365 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.365 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:18.365 INFO kablam! | Oct 15 12:56:18.365 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:18.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.365 INFO kablam! ... Oct 15 12:56:18.365 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 15 12:56:18.365 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:18.365 INFO kablam! Oct 15 12:56:18.365 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:18.365 INFO kablam! --> src/main.rs:142:22 Oct 15 12:56:18.365 INFO kablam! | Oct 15 12:56:18.365 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:18.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:18.365 INFO kablam! Oct 15 12:56:18.707 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:56:18.707 INFO kablam! --> src/main.rs:149:2 Oct 15 12:56:18.707 INFO kablam! | Oct 15 12:56:18.707 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 15 12:56:18.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:56:18.707 INFO kablam! | Oct 15 12:56:18.707 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 12:56:18.707 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:56:18.707 INFO kablam! Oct 15 12:56:19.343 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.39s Oct 15 12:56:19.347 INFO kablam! su: No module specific data is present Oct 15 12:56:20.027 INFO running `"docker" "rm" "-f" "e7ce3be2015bdacb5380e7f04a0ea3f24fbb80fbdfcdbddaa0d92be22657fa20"` Oct 15 12:56:20.363 INFO blam! e7ce3be2015bdacb5380e7f04a0ea3f24fbb80fbdfcdbddaa0d92be22657fa20 Oct 15 12:56:20.371 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 12:56:20.904 INFO blam! f714a739179f6c1c79566644591a4b02888fab7d07a26d9f5706071614d7095e Oct 15 12:56:20.907 INFO running `"docker" "start" "-a" "f714a739179f6c1c79566644591a4b02888fab7d07a26d9f5706071614d7095e"` Oct 15 12:56:22.091 INFO kablam! usermod: no changes Oct 15 12:56:22.205 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 12:56:22.221 INFO kablam! Running /target/debug/deps/sequence_number_generator-7ad8450689ca7255 Oct 15 12:56:22.236 INFO blam! Oct 15 12:56:22.236 INFO blam! running 0 tests Oct 15 12:56:22.236 INFO blam! Oct 15 12:56:22.236 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:56:22.236 INFO blam! Oct 15 12:56:22.238 INFO kablam! su: No module specific data is present Oct 15 12:56:22.720 INFO running `"docker" "rm" "-f" "f714a739179f6c1c79566644591a4b02888fab7d07a26d9f5706071614d7095e"` Oct 15 12:56:22.823 INFO blam! f714a739179f6c1c79566644591a4b02888fab7d07a26d9f5706071614d7095e