Oct 11 07:51:35.790 INFO testing AKWolff037/rust-demo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:51:35.790 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:51:35.790 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:51:35.964 INFO blam! 41ed34b47ea04f0c4c66f5ea68f69d33673a6a37b13b2c1949cf56b524cb3385 Oct 11 07:51:35.964 INFO running `"docker" "start" "-a" "41ed34b47ea04f0c4c66f5ea68f69d33673a6a37b13b2c1949cf56b524cb3385"` Oct 11 07:51:36.487 INFO kablam! usermod: no changes Oct 11 07:51:36.681 INFO kablam! Compiling md5 v0.3.4 Oct 11 07:51:36.682 INFO kablam! Compiling uuid v0.4.0 Oct 11 07:51:36.683 INFO kablam! Compiling r2d2 v0.7.2 Oct 11 07:51:36.684 INFO kablam! Compiling persistent v0.3.0 Oct 11 07:51:37.768 INFO kablam! Compiling postgres-protocol v0.2.2 Oct 11 07:51:39.022 INFO kablam! Compiling postgres-shared v0.2.1 Oct 11 07:51:42.024 INFO kablam! Compiling postgres v0.14.1 Oct 11 07:51:46.154 INFO kablam! Compiling r2d2_postgres v0.12.0 Oct 11 07:51:48.351 INFO kablam! Compiling sequence_number_generator v0.1.0 (/source) Oct 11 07:51:52.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.109 INFO kablam! --> src/db.rs:18:30 Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:51:52.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! ::: src/main.rs:53:16 Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 11 07:51:52.109 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:51:52.109 INFO kablam! Oct 11 07:51:52.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.109 INFO kablam! --> src/db.rs:23:29 Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:51:52.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! ::: src/main.rs:53:16 Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 11 07:51:52.109 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:51:52.109 INFO kablam! Oct 11 07:51:52.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.109 INFO kablam! --> src/main.rs:32:29 Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 11 07:51:52.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.109 INFO kablam! ... Oct 11 07:51:52.109 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 11 07:51:52.109 INFO kablam! | --------------------------------------------- in this macro invocation Oct 11 07:51:52.109 INFO kablam! Oct 11 07:51:52.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.109 INFO kablam! --> src/main.rs:61:22 Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 11 07:51:52.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.109 INFO kablam! Oct 11 07:51:52.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.109 INFO kablam! --> src/db.rs:18:30 Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:51:52.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! ::: src/main.rs:66:16 Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 11 07:51:52.109 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:51:52.109 INFO kablam! Oct 11 07:51:52.109 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.109 INFO kablam! --> src/db.rs:23:29 Oct 11 07:51:52.109 INFO kablam! | Oct 11 07:51:52.109 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:51:52.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! ::: src/main.rs:66:16 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 11 07:51:52.110 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:51:52.110 INFO kablam! Oct 11 07:51:52.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.110 INFO kablam! --> src/main.rs:42:29 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 11 07:51:52.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.110 INFO kablam! ... Oct 11 07:51:52.110 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 11 07:51:52.110 INFO kablam! | --------------------------------------------- in this macro invocation Oct 11 07:51:52.110 INFO kablam! Oct 11 07:51:52.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.110 INFO kablam! --> src/main.rs:82:22 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 11 07:51:52.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.110 INFO kablam! Oct 11 07:51:52.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.110 INFO kablam! --> src/db.rs:18:30 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:51:52.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! ::: src/main.rs:89:16 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 11 07:51:52.110 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:51:52.110 INFO kablam! Oct 11 07:51:52.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.110 INFO kablam! --> src/db.rs:23:29 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:51:52.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! ::: src/main.rs:89:16 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 11 07:51:52.110 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:51:52.110 INFO kablam! Oct 11 07:51:52.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.110 INFO kablam! --> src/main.rs:95:28 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 11 07:51:52.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.110 INFO kablam! Oct 11 07:51:52.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.110 INFO kablam! --> src/main.rs:42:29 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 11 07:51:52.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.110 INFO kablam! ... Oct 11 07:51:52.110 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 11 07:51:52.110 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 11 07:51:52.110 INFO kablam! Oct 11 07:51:52.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.110 INFO kablam! --> src/main.rs:104:22 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 11 07:51:52.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.110 INFO kablam! Oct 11 07:51:52.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.110 INFO kablam! --> src/db.rs:18:30 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:51:52.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! ::: src/main.rs:109:16 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 11 07:51:52.110 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:51:52.110 INFO kablam! Oct 11 07:51:52.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.110 INFO kablam! --> src/db.rs:23:29 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:51:52.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! ::: src/main.rs:109:16 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 11 07:51:52.110 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:51:52.110 INFO kablam! Oct 11 07:51:52.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.110 INFO kablam! --> src/main.rs:116:28 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.110 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 11 07:51:52.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.110 INFO kablam! Oct 11 07:51:52.110 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.110 INFO kablam! --> src/main.rs:42:29 Oct 11 07:51:52.110 INFO kablam! | Oct 11 07:51:52.111 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 11 07:51:52.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.111 INFO kablam! ... Oct 11 07:51:52.111 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 11 07:51:52.111 INFO kablam! | --------------------------------------------- in this macro invocation Oct 11 07:51:52.111 INFO kablam! Oct 11 07:51:52.111 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.111 INFO kablam! --> src/main.rs:125:22 Oct 11 07:51:52.111 INFO kablam! | Oct 11 07:51:52.111 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 11 07:51:52.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.111 INFO kablam! Oct 11 07:51:52.111 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.111 INFO kablam! --> src/db.rs:18:30 Oct 11 07:51:52.111 INFO kablam! | Oct 11 07:51:52.111 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:51:52.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.111 INFO kablam! | Oct 11 07:51:52.111 INFO kablam! ::: src/main.rs:131:16 Oct 11 07:51:52.111 INFO kablam! | Oct 11 07:51:52.111 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 11 07:51:52.111 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:51:52.111 INFO kablam! Oct 11 07:51:52.111 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.111 INFO kablam! --> src/db.rs:23:29 Oct 11 07:51:52.111 INFO kablam! | Oct 11 07:51:52.111 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:51:52.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.111 INFO kablam! | Oct 11 07:51:52.111 INFO kablam! ::: src/main.rs:131:16 Oct 11 07:51:52.111 INFO kablam! | Oct 11 07:51:52.111 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 11 07:51:52.111 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:51:52.111 INFO kablam! Oct 11 07:51:52.111 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.111 INFO kablam! --> src/main.rs:133:28 Oct 11 07:51:52.111 INFO kablam! | Oct 11 07:51:52.111 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 11 07:51:52.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.111 INFO kablam! Oct 11 07:51:52.111 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.111 INFO kablam! --> src/main.rs:42:29 Oct 11 07:51:52.111 INFO kablam! | Oct 11 07:51:52.111 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 11 07:51:52.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.111 INFO kablam! ... Oct 11 07:51:52.111 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 11 07:51:52.111 INFO kablam! | --------------------------------------------- in this macro invocation Oct 11 07:51:52.111 INFO kablam! Oct 11 07:51:52.111 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:51:52.111 INFO kablam! --> src/main.rs:142:22 Oct 11 07:51:52.111 INFO kablam! | Oct 11 07:51:52.111 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 11 07:51:52.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:51:52.111 INFO kablam! Oct 11 07:51:52.443 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:51:52.443 INFO kablam! --> src/main.rs:149:2 Oct 11 07:51:52.443 INFO kablam! | Oct 11 07:51:52.443 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 11 07:51:52.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:51:52.443 INFO kablam! | Oct 11 07:51:52.443 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 07:51:52.443 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:51:52.443 INFO kablam! Oct 11 07:51:56.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.83s Oct 11 07:51:56.364 INFO kablam! su: No module specific data is present Oct 11 07:51:56.999 INFO running `"docker" "rm" "-f" "41ed34b47ea04f0c4c66f5ea68f69d33673a6a37b13b2c1949cf56b524cb3385"` Oct 11 07:51:57.116 INFO blam! 41ed34b47ea04f0c4c66f5ea68f69d33673a6a37b13b2c1949cf56b524cb3385 Oct 11 07:51:57.117 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:51:57.117 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:51:57.316 INFO blam! 5faf5dc849b41baab67e134528951a57ce90c4c6fafc1274a8418b222607c17b Oct 11 07:51:57.317 INFO running `"docker" "start" "-a" "5faf5dc849b41baab67e134528951a57ce90c4c6fafc1274a8418b222607c17b"` Oct 11 07:51:57.905 INFO kablam! usermod: no changes Oct 11 07:51:58.013 INFO kablam! Compiling sequence_number_generator v0.1.0 (/source) Oct 11 07:52:01.547 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.548 INFO kablam! --> src/db.rs:18:30 Oct 11 07:52:01.548 INFO kablam! | Oct 11 07:52:01.548 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:52:01.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.549 INFO kablam! | Oct 11 07:52:01.549 INFO kablam! ::: src/main.rs:53:16 Oct 11 07:52:01.549 INFO kablam! | Oct 11 07:52:01.549 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 11 07:52:01.549 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:52:01.549 INFO kablam! | Oct 11 07:52:01.550 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:52:01.550 INFO kablam! Oct 11 07:52:01.550 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.550 INFO kablam! --> src/db.rs:23:29 Oct 11 07:52:01.550 INFO kablam! | Oct 11 07:52:01.550 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:52:01.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.551 INFO kablam! | Oct 11 07:52:01.551 INFO kablam! ::: src/main.rs:53:16 Oct 11 07:52:01.551 INFO kablam! | Oct 11 07:52:01.551 INFO kablam! 53 | let conn = get_pg_connection!(req); Oct 11 07:52:01.551 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:52:01.552 INFO kablam! Oct 11 07:52:01.552 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.552 INFO kablam! --> src/main.rs:32:29 Oct 11 07:52:01.552 INFO kablam! | Oct 11 07:52:01.552 INFO kablam! 32 | return Ok(Response::with((status::InternalServerError))) Oct 11 07:52:01.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.553 INFO kablam! ... Oct 11 07:52:01.553 INFO kablam! 56 | let response_payload = try_or_500!(serde_json::to_string(&new_auth)); Oct 11 07:52:01.553 INFO kablam! | --------------------------------------------- in this macro invocation Oct 11 07:52:01.553 INFO kablam! Oct 11 07:52:01.553 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.554 INFO kablam! --> src/main.rs:61:22 Oct 11 07:52:01.554 INFO kablam! | Oct 11 07:52:01.554 INFO kablam! 61 | Ok(Response::with((status::InternalServerError))) Oct 11 07:52:01.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.554 INFO kablam! Oct 11 07:52:01.554 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.555 INFO kablam! --> src/db.rs:18:30 Oct 11 07:52:01.555 INFO kablam! | Oct 11 07:52:01.555 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:52:01.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.555 INFO kablam! | Oct 11 07:52:01.555 INFO kablam! ::: src/main.rs:66:16 Oct 11 07:52:01.555 INFO kablam! | Oct 11 07:52:01.556 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 11 07:52:01.556 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:52:01.556 INFO kablam! Oct 11 07:52:01.556 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.556 INFO kablam! --> src/db.rs:23:29 Oct 11 07:52:01.556 INFO kablam! | Oct 11 07:52:01.557 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:52:01.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.557 INFO kablam! | Oct 11 07:52:01.557 INFO kablam! ::: src/main.rs:66:16 Oct 11 07:52:01.557 INFO kablam! | Oct 11 07:52:01.557 INFO kablam! 66 | let conn = get_pg_connection!(req); Oct 11 07:52:01.558 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:52:01.558 INFO kablam! Oct 11 07:52:01.558 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.558 INFO kablam! --> src/main.rs:42:29 Oct 11 07:52:01.558 INFO kablam! | Oct 11 07:52:01.558 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 11 07:52:01.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.559 INFO kablam! ... Oct 11 07:52:01.559 INFO kablam! 77 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 11 07:52:01.559 INFO kablam! | --------------------------------------------- in this macro invocation Oct 11 07:52:01.559 INFO kablam! Oct 11 07:52:01.559 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.559 INFO kablam! --> src/main.rs:82:22 Oct 11 07:52:01.560 INFO kablam! | Oct 11 07:52:01.561 INFO kablam! 82 | Ok(Response::with((status::InternalServerError))) Oct 11 07:52:01.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.561 INFO kablam! Oct 11 07:52:01.561 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.561 INFO kablam! --> src/db.rs:18:30 Oct 11 07:52:01.562 INFO kablam! | Oct 11 07:52:01.562 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:52:01.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.562 INFO kablam! | Oct 11 07:52:01.562 INFO kablam! ::: src/main.rs:89:16 Oct 11 07:52:01.562 INFO kablam! | Oct 11 07:52:01.563 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 11 07:52:01.563 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:52:01.563 INFO kablam! Oct 11 07:52:01.563 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.563 INFO kablam! --> src/db.rs:23:29 Oct 11 07:52:01.563 INFO kablam! | Oct 11 07:52:01.563 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:52:01.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.564 INFO kablam! | Oct 11 07:52:01.564 INFO kablam! ::: src/main.rs:89:16 Oct 11 07:52:01.564 INFO kablam! | Oct 11 07:52:01.564 INFO kablam! 89 | let conn = get_pg_connection!(req); Oct 11 07:52:01.564 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:52:01.564 INFO kablam! Oct 11 07:52:01.565 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.565 INFO kablam! --> src/main.rs:95:28 Oct 11 07:52:01.565 INFO kablam! | Oct 11 07:52:01.565 INFO kablam! 95 | return Ok(Response::with((status::BadRequest))); Oct 11 07:52:01.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.565 INFO kablam! Oct 11 07:52:01.565 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.566 INFO kablam! --> src/main.rs:42:29 Oct 11 07:52:01.566 INFO kablam! | Oct 11 07:52:01.566 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 11 07:52:01.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.566 INFO kablam! ... Oct 11 07:52:01.566 INFO kablam! 99 | let response_payload = try_or_400!(serde_json::to_string(&sequences)); Oct 11 07:52:01.566 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 11 07:52:01.567 INFO kablam! Oct 11 07:52:01.567 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.567 INFO kablam! --> src/main.rs:104:22 Oct 11 07:52:01.567 INFO kablam! | Oct 11 07:52:01.567 INFO kablam! 104 | Ok(Response::with((status::InternalServerError))) Oct 11 07:52:01.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.568 INFO kablam! Oct 11 07:52:01.568 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.568 INFO kablam! --> src/db.rs:18:30 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:52:01.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! ::: src/main.rs:109:16 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 11 07:52:01.568 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:52:01.568 INFO kablam! Oct 11 07:52:01.568 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.568 INFO kablam! --> src/db.rs:23:29 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:52:01.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! ::: src/main.rs:109:16 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 109 | let conn = get_pg_connection!(req); Oct 11 07:52:01.568 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:52:01.568 INFO kablam! Oct 11 07:52:01.568 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.568 INFO kablam! --> src/main.rs:116:28 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 116 | return Ok(Response::with((status::BadRequest))); Oct 11 07:52:01.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.568 INFO kablam! Oct 11 07:52:01.568 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.568 INFO kablam! --> src/main.rs:42:29 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 11 07:52:01.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.568 INFO kablam! ... Oct 11 07:52:01.568 INFO kablam! 120 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 11 07:52:01.568 INFO kablam! | --------------------------------------------- in this macro invocation Oct 11 07:52:01.568 INFO kablam! Oct 11 07:52:01.568 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.568 INFO kablam! --> src/main.rs:125:22 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 125 | Ok(Response::with((status::InternalServerError))) Oct 11 07:52:01.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.568 INFO kablam! Oct 11 07:52:01.568 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.568 INFO kablam! --> src/db.rs:18:30 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 18 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:52:01.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! ::: src/main.rs:131:16 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 11 07:52:01.568 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:52:01.568 INFO kablam! Oct 11 07:52:01.568 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.568 INFO kablam! --> src/db.rs:23:29 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 23 | return Ok(Response::with((status::InternalServerError))); Oct 11 07:52:01.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! ::: src/main.rs:131:16 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 131 | let conn = get_pg_connection!(req); Oct 11 07:52:01.568 INFO kablam! | ----------------------- in this macro invocation Oct 11 07:52:01.568 INFO kablam! Oct 11 07:52:01.568 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.568 INFO kablam! --> src/main.rs:133:28 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 133 | return Ok(Response::with((status::BadRequest))); Oct 11 07:52:01.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.568 INFO kablam! Oct 11 07:52:01.568 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.568 INFO kablam! --> src/main.rs:42:29 Oct 11 07:52:01.568 INFO kablam! | Oct 11 07:52:01.568 INFO kablam! 42 | return Ok(Response::with((status::BadRequest))) Oct 11 07:52:01.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.569 INFO kablam! ... Oct 11 07:52:01.569 INFO kablam! 137 | let response_payload = try_or_400!(serde_json::to_string(&sequence)); Oct 11 07:52:01.569 INFO kablam! | --------------------------------------------- in this macro invocation Oct 11 07:52:01.569 INFO kablam! Oct 11 07:52:01.569 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:52:01.569 INFO kablam! --> src/main.rs:142:22 Oct 11 07:52:01.569 INFO kablam! | Oct 11 07:52:01.569 INFO kablam! 142 | Ok(Response::with((status::InternalServerError))) Oct 11 07:52:01.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:52:01.569 INFO kablam! Oct 11 07:52:01.814 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:52:01.814 INFO kablam! --> src/main.rs:149:2 Oct 11 07:52:01.814 INFO kablam! | Oct 11 07:52:01.814 INFO kablam! 149 | req.body.read_to_string(&mut payload); Oct 11 07:52:01.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:52:01.814 INFO kablam! | Oct 11 07:52:01.814 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 07:52:01.814 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:52:01.814 INFO kablam! Oct 11 07:52:02.176 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.24s Oct 11 07:52:02.183 INFO kablam! su: No module specific data is present Oct 11 07:52:02.404 INFO running `"docker" "rm" "-f" "5faf5dc849b41baab67e134528951a57ce90c4c6fafc1274a8418b222607c17b"` Oct 11 07:52:02.487 INFO blam! 5faf5dc849b41baab67e134528951a57ce90c4c6fafc1274a8418b222607c17b Oct 11 07:52:02.489 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:52:02.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:52:02.688 INFO blam! 00f709d64c8146023d62705513879a84151ec9fe4b79f0b5f0c50c4217f9de97 Oct 11 07:52:02.689 INFO running `"docker" "start" "-a" "00f709d64c8146023d62705513879a84151ec9fe4b79f0b5f0c50c4217f9de97"` Oct 11 07:52:03.141 INFO kablam! usermod: no changes Oct 11 07:52:03.234 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 07:52:03.264 INFO kablam! Running /target/debug/deps/sequence_number_generator-4d717d2f58471cf8 Oct 11 07:52:03.264 INFO blam! Oct 11 07:52:03.264 INFO blam! running 0 tests Oct 11 07:52:03.264 INFO blam! Oct 11 07:52:03.264 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:52:03.264 INFO blam! Oct 11 07:52:03.264 INFO kablam! su: No module specific data is present Oct 11 07:52:03.546 INFO running `"docker" "rm" "-f" "00f709d64c8146023d62705513879a84151ec9fe4b79f0b5f0c50c4217f9de97"` Oct 11 07:52:03.683 INFO blam! 00f709d64c8146023d62705513879a84151ec9fe4b79f0b5f0c50c4217f9de97