Oct 15 12:55:52.841 INFO testing AKWolff037/rust-demo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:55:52.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.979 INFO blam! cbc4dd8fe7361f167d039ee08f1c91b1ee390f104b0639ea562ef5d1e5dcdbf8 Oct 15 12:55:52.981 INFO running `"docker" "start" "-a" "cbc4dd8fe7361f167d039ee08f1c91b1ee390f104b0639ea562ef5d1e5dcdbf8"` Oct 15 12:55:53.333 INFO kablam! usermod: no changes Oct 15 12:55:53.515 INFO kablam! Compiling md5 v0.3.4 Oct 15 12:55:53.515 INFO kablam! Compiling scheduled-thread-pool v0.1.0 Oct 15 12:55:53.515 INFO kablam! Compiling uuid v0.4.0 Oct 15 12:55:53.515 INFO kablam! Compiling hyper v0.10.10 Oct 15 12:55:54.726 INFO kablam! Compiling postgres-protocol v0.2.2 Oct 15 12:55:54.791 INFO kablam! Compiling r2d2 v0.7.2 Oct 15 12:55:56.023 INFO kablam! Compiling postgres-shared v0.2.1 Oct 15 12:55:58.975 INFO kablam! Compiling postgres v0.14.1 Oct 15 12:56:06.448 INFO kablam! Compiling r2d2_postgres v0.12.0 Oct 15 12:56:06.553 INFO kablam! Compiling iron v0.5.1 Oct 15 12:56:10.095 INFO kablam! Compiling router v0.5.1 Oct 15 12:56:10.095 INFO kablam! Compiling persistent v0.3.0 Oct 15 12:56:13.682 INFO kablam! Compiling sequence_number_generator v0.1.0 (/source) Oct 15 12:56:15.815 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.815 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:15.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! ::: src/main.rs:53:16 Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 15 12:56:15.815 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:56:15.815 INFO kablam! Oct 15 12:56:15.815 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.815 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:15.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! ::: src/main.rs:53:16 Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 15 12:56:15.815 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:15.815 INFO kablam! Oct 15 12:56:15.815 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.815 INFO kablam! --> src/main.rs:32:29 Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 15 12:56:15.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.815 INFO kablam! ... Oct 15 12:56:15.815 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 15 12:56:15.815 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:15.815 INFO kablam! Oct 15 12:56:15.815 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.815 INFO kablam! --> src/main.rs:61:22 Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:15.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.815 INFO kablam! Oct 15 12:56:15.815 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.815 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:15.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! ::: src/main.rs:66:16 Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 15 12:56:15.815 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:15.815 INFO kablam! Oct 15 12:56:15.815 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.815 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:15.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! ::: src/main.rs:66:16 Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 15 12:56:15.815 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:15.815 INFO kablam! Oct 15 12:56:15.815 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.815 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:15.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.815 INFO kablam! ... Oct 15 12:56:15.815 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 15 12:56:15.815 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:15.815 INFO kablam! Oct 15 12:56:15.815 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.815 INFO kablam! --> src/main.rs:82:22 Oct 15 12:56:15.815 INFO kablam! | Oct 15 12:56:15.815 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:15.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.816 INFO kablam! Oct 15 12:56:15.816 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.816 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:15.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! ::: src/main.rs:89:16 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 15 12:56:15.816 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:15.816 INFO kablam! Oct 15 12:56:15.816 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.816 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:15.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! ::: src/main.rs:89:16 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 15 12:56:15.816 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:15.816 INFO kablam! Oct 15 12:56:15.816 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.816 INFO kablam! --> src/main.rs:95:28 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 15 12:56:15.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.816 INFO kablam! Oct 15 12:56:15.816 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.816 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:15.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.816 INFO kablam! ... Oct 15 12:56:15.816 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 15 12:56:15.816 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 15 12:56:15.816 INFO kablam! Oct 15 12:56:15.816 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.816 INFO kablam! --> src/main.rs:104:22 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:15.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.816 INFO kablam! Oct 15 12:56:15.816 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.816 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:15.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! ::: src/main.rs:109:16 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 15 12:56:15.816 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:15.816 INFO kablam! Oct 15 12:56:15.816 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.816 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:15.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! ::: src/main.rs:109:16 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 15 12:56:15.816 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:15.816 INFO kablam! Oct 15 12:56:15.816 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.816 INFO kablam! --> src/main.rs:116:28 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 15 12:56:15.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.816 INFO kablam! Oct 15 12:56:15.816 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.816 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.816 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:15.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.816 INFO kablam! ... Oct 15 12:56:15.816 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 15 12:56:15.816 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:15.816 INFO kablam! Oct 15 12:56:15.816 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.816 INFO kablam! --> src/main.rs:125:22 Oct 15 12:56:15.816 INFO kablam! | Oct 15 12:56:15.817 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:15.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.817 INFO kablam! Oct 15 12:56:15.817 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.817 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:15.817 INFO kablam! | Oct 15 12:56:15.817 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:15.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.817 INFO kablam! | Oct 15 12:56:15.817 INFO kablam! ::: src/main.rs:131:16 Oct 15 12:56:15.817 INFO kablam! | Oct 15 12:56:15.817 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 15 12:56:15.817 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:15.817 INFO kablam! Oct 15 12:56:15.817 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.817 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:15.817 INFO kablam! | Oct 15 12:56:15.817 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:15.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.817 INFO kablam! | Oct 15 12:56:15.817 INFO kablam! ::: src/main.rs:131:16 Oct 15 12:56:15.817 INFO kablam! | Oct 15 12:56:15.817 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 15 12:56:15.817 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:15.817 INFO kablam! Oct 15 12:56:15.817 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.817 INFO kablam! --> src/main.rs:133:28 Oct 15 12:56:15.817 INFO kablam! | Oct 15 12:56:15.817 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 15 12:56:15.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.817 INFO kablam! Oct 15 12:56:15.817 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.817 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:15.817 INFO kablam! | Oct 15 12:56:15.817 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:15.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.817 INFO kablam! ... Oct 15 12:56:15.817 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 15 12:56:15.817 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:15.817 INFO kablam! Oct 15 12:56:15.817 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:15.817 INFO kablam! --> src/main.rs:142:22 Oct 15 12:56:15.817 INFO kablam! | Oct 15 12:56:15.817 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:15.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:15.817 INFO kablam! Oct 15 12:56:16.139 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:56:16.139 INFO kablam! --> src/main.rs:149:2 Oct 15 12:56:16.139 INFO kablam! | Oct 15 12:56:16.139 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 15 12:56:16.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:56:16.139 INFO kablam! | Oct 15 12:56:16.139 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 12:56:16.139 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:56:16.139 INFO kablam! Oct 15 12:56:20.792 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.44s Oct 15 12:56:20.798 INFO kablam! su: No module specific data is present Oct 15 12:56:21.449 INFO running `"docker" "rm" "-f" "cbc4dd8fe7361f167d039ee08f1c91b1ee390f104b0639ea562ef5d1e5dcdbf8"` Oct 15 12:56:21.746 INFO blam! cbc4dd8fe7361f167d039ee08f1c91b1ee390f104b0639ea562ef5d1e5dcdbf8 Oct 15 12:56:21.759 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:22.080 INFO blam! bb097f0e1abb404325bd0162e696fafcf561c546ae07c8a48438b4b3306c5aeb Oct 15 12:56:22.087 INFO running `"docker" "start" "-a" "bb097f0e1abb404325bd0162e696fafcf561c546ae07c8a48438b4b3306c5aeb"` Oct 15 12:56:22.730 INFO kablam! usermod: no changes Oct 15 12:56:22.843 INFO kablam! Compiling sequence_number_generator v0.1.0 (/source) Oct 15 12:56:25.136 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.136 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:25.136 INFO kablam! | Oct 15 12:56:25.136 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:25.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.136 INFO kablam! | Oct 15 12:56:25.136 INFO kablam! ::: src/main.rs:53:16 Oct 15 12:56:25.136 INFO kablam! | Oct 15 12:56:25.136 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 15 12:56:25.136 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:25.136 INFO kablam! | Oct 15 12:56:25.136 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:56:25.136 INFO kablam! Oct 15 12:56:25.136 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.136 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:25.136 INFO kablam! | Oct 15 12:56:25.136 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:25.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.136 INFO kablam! | Oct 15 12:56:25.137 INFO kablam! ::: src/main.rs:53:16 Oct 15 12:56:25.137 INFO kablam! | Oct 15 12:56:25.137 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 15 12:56:25.137 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:25.137 INFO kablam! Oct 15 12:56:25.137 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.137 INFO kablam! --> src/main.rs:32:29 Oct 15 12:56:25.137 INFO kablam! | Oct 15 12:56:25.137 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 15 12:56:25.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.137 INFO kablam! ... Oct 15 12:56:25.137 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 15 12:56:25.137 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:25.137 INFO kablam! Oct 15 12:56:25.137 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.137 INFO kablam! --> src/main.rs:61:22 Oct 15 12:56:25.137 INFO kablam! | Oct 15 12:56:25.137 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:25.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.137 INFO kablam! Oct 15 12:56:25.137 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.137 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:25.137 INFO kablam! | Oct 15 12:56:25.137 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:25.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.138 INFO kablam! | Oct 15 12:56:25.138 INFO kablam! ::: src/main.rs:66:16 Oct 15 12:56:25.138 INFO kablam! | Oct 15 12:56:25.138 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 15 12:56:25.138 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:25.138 INFO kablam! Oct 15 12:56:25.138 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.138 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:25.138 INFO kablam! | Oct 15 12:56:25.138 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:25.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.138 INFO kablam! | Oct 15 12:56:25.138 INFO kablam! ::: src/main.rs:66:16 Oct 15 12:56:25.138 INFO kablam! | Oct 15 12:56:25.138 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 15 12:56:25.138 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:25.138 INFO kablam! Oct 15 12:56:25.138 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.138 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:25.138 INFO kablam! | Oct 15 12:56:25.138 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.147 INFO kablam! ... Oct 15 12:56:25.147 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 15 12:56:25.147 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:25.147 INFO kablam! Oct 15 12:56:25.147 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.147 INFO kablam! --> src/main.rs:82:22 Oct 15 12:56:25.147 INFO kablam! | Oct 15 12:56:25.147 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.147 INFO kablam! Oct 15 12:56:25.147 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.147 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:25.147 INFO kablam! | Oct 15 12:56:25.147 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:25.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.147 INFO kablam! | Oct 15 12:56:25.147 INFO kablam! ::: src/main.rs:89:16 Oct 15 12:56:25.147 INFO kablam! | Oct 15 12:56:25.147 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 15 12:56:25.147 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:25.148 INFO kablam! Oct 15 12:56:25.148 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.148 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:25.148 INFO kablam! | Oct 15 12:56:25.148 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:25.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.148 INFO kablam! | Oct 15 12:56:25.148 INFO kablam! ::: src/main.rs:89:16 Oct 15 12:56:25.148 INFO kablam! | Oct 15 12:56:25.148 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 15 12:56:25.148 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:25.148 INFO kablam! Oct 15 12:56:25.148 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.148 INFO kablam! --> src/main.rs:95:28 Oct 15 12:56:25.148 INFO kablam! | Oct 15 12:56:25.148 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 15 12:56:25.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.148 INFO kablam! Oct 15 12:56:25.148 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.148 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:25.148 INFO kablam! | Oct 15 12:56:25.148 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:25.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.149 INFO kablam! ... Oct 15 12:56:25.149 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 15 12:56:25.149 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 15 12:56:25.149 INFO kablam! Oct 15 12:56:25.149 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.149 INFO kablam! --> src/main.rs:104:22 Oct 15 12:56:25.149 INFO kablam! | Oct 15 12:56:25.149 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:25.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.149 INFO kablam! Oct 15 12:56:25.149 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.149 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:25.149 INFO kablam! | Oct 15 12:56:25.149 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:25.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.149 INFO kablam! | Oct 15 12:56:25.149 INFO kablam! ::: src/main.rs:109:16 Oct 15 12:56:25.149 INFO kablam! | Oct 15 12:56:25.149 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 15 12:56:25.149 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:25.149 INFO kablam! Oct 15 12:56:25.150 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.150 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:25.150 INFO kablam! | Oct 15 12:56:25.159 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:25.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.159 INFO kablam! | Oct 15 12:56:25.159 INFO kablam! ::: src/main.rs:109:16 Oct 15 12:56:25.159 INFO kablam! | Oct 15 12:56:25.159 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 15 12:56:25.159 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:25.159 INFO kablam! Oct 15 12:56:25.159 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.159 INFO kablam! --> src/main.rs:116:28 Oct 15 12:56:25.159 INFO kablam! | Oct 15 12:56:25.159 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 15 12:56:25.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.159 INFO kablam! Oct 15 12:56:25.159 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.159 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:25.159 INFO kablam! | Oct 15 12:56:25.159 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:25.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.159 INFO kablam! ... Oct 15 12:56:25.159 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 15 12:56:25.159 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:25.160 INFO kablam! Oct 15 12:56:25.160 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.160 INFO kablam! --> src/main.rs:125:22 Oct 15 12:56:25.160 INFO kablam! | Oct 15 12:56:25.160 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:25.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.160 INFO kablam! Oct 15 12:56:25.160 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.160 INFO kablam! --> src/db.rs:18:30 Oct 15 12:56:25.160 INFO kablam! | Oct 15 12:56:25.160 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:25.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.160 INFO kablam! | Oct 15 12:56:25.160 INFO kablam! ::: src/main.rs:131:16 Oct 15 12:56:25.160 INFO kablam! | Oct 15 12:56:25.160 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 15 12:56:25.160 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:25.160 INFO kablam! Oct 15 12:56:25.160 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.160 INFO kablam! --> src/db.rs:23:29 Oct 15 12:56:25.160 INFO kablam! | Oct 15 12:56:25.160 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 15 12:56:25.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.160 INFO kablam! | Oct 15 12:56:25.161 INFO kablam! ::: src/main.rs:131:16 Oct 15 12:56:25.161 INFO kablam! | Oct 15 12:56:25.161 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 15 12:56:25.161 INFO kablam! | ----------------------- in this macro invocation Oct 15 12:56:25.161 INFO kablam! Oct 15 12:56:25.161 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.161 INFO kablam! --> src/main.rs:133:28 Oct 15 12:56:25.161 INFO kablam! | Oct 15 12:56:25.161 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 15 12:56:25.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.161 INFO kablam! Oct 15 12:56:25.161 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.161 INFO kablam! --> src/main.rs:42:29 Oct 15 12:56:25.161 INFO kablam! | Oct 15 12:56:25.161 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 15 12:56:25.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.161 INFO kablam! ... Oct 15 12:56:25.161 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 15 12:56:25.161 INFO kablam! | --------------------------------------------- in this macro invocation Oct 15 12:56:25.161 INFO kablam! Oct 15 12:56:25.161 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:56:25.161 INFO kablam! --> src/main.rs:142:22 Oct 15 12:56:25.161 INFO kablam! | Oct 15 12:56:25.162 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 15 12:56:25.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 12:56:25.162 INFO kablam! Oct 15 12:56:25.467 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 12:56:25.467 INFO kablam! --> src/main.rs:149:2 Oct 15 12:56:25.467 INFO kablam! | Oct 15 12:56:25.467 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 15 12:56:25.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:56:25.467 INFO kablam! | Oct 15 12:56:25.467 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 12:56:25.467 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 12:56:25.467 INFO kablam! Oct 15 12:56:26.098 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.35s Oct 15 12:56:26.107 INFO kablam! su: No module specific data is present Oct 15 12:56:26.785 INFO running `"docker" "rm" "-f" "bb097f0e1abb404325bd0162e696fafcf561c546ae07c8a48438b4b3306c5aeb"` Oct 15 12:56:27.012 INFO blam! bb097f0e1abb404325bd0162e696fafcf561c546ae07c8a48438b4b3306c5aeb Oct 15 12:56:27.017 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:27.335 INFO blam! 47d3a263596d01302a2444d605ea199f60caca7ab7b3bb08eed1b63da2b48027 Oct 15 12:56:27.341 INFO running `"docker" "start" "-a" "47d3a263596d01302a2444d605ea199f60caca7ab7b3bb08eed1b63da2b48027"` Oct 15 12:56:28.226 INFO kablam! usermod: no changes Oct 15 12:56:28.350 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 12:56:28.367 INFO kablam! Running /target/debug/deps/sequence_number_generator-4d717d2f58471cf8 Oct 15 12:56:28.367 INFO blam! Oct 15 12:56:28.367 INFO blam! running 0 tests Oct 15 12:56:28.367 INFO blam! Oct 15 12:56:28.367 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:56:28.367 INFO blam! Oct 15 12:56:28.371 INFO kablam! su: No module specific data is present Oct 15 12:56:28.613 INFO running `"docker" "rm" "-f" "47d3a263596d01302a2444d605ea199f60caca7ab7b3bb08eed1b63da2b48027"` Oct 15 12:56:28.789 INFO blam! 47d3a263596d01302a2444d605ea199f60caca7ab7b3bb08eed1b63da2b48027