Oct 27 20:46:12.706 INFO checking http_parser-0.0.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 20:46:12.718 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 20:46:13.225 INFO blam! 00acd6af7f365da2523866e7f5adadb298a64bdb8faae1298643af1dc48f518d Oct 27 20:46:13.239 INFO running `"docker" "start" "-a" "00acd6af7f365da2523866e7f5adadb298a64bdb8faae1298643af1dc48f518d"` Oct 27 20:46:15.046 INFO kablam! usermod: no changes Oct 27 20:46:15.099 INFO kablam! Checking http_parser v0.0.2 (/source) Oct 27 20:46:21.152 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.152 INFO kablam! --> tests/helper.rs:577:14 Oct 27 20:46:21.152 INFO kablam! | Oct 27 20:46:21.152 INFO kablam! 577 | for i in (0..len ) { Oct 27 20:46:21.152 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.152 INFO kablam! | Oct 27 20:46:21.152 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 20:46:21.152 INFO kablam! Oct 27 20:46:21.152 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.152 INFO kablam! --> tests/helper.rs:607:14 Oct 27 20:46:21.152 INFO kablam! | Oct 27 20:46:21.152 INFO kablam! 607 | for _ in (0..error_location_line) { Oct 27 20:46:21.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.152 INFO kablam! Oct 27 20:46:21.153 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.153 INFO kablam! --> tests/helper.rs:644:14 Oct 27 20:46:21.153 INFO kablam! | Oct 27 20:46:21.154 INFO kablam! 644 | for i in (0..actual.headers.len()) { Oct 27 20:46:21.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.154 INFO kablam! Oct 27 20:46:21.154 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.154 INFO kablam! --> tests/helper.rs:655:14 Oct 27 20:46:21.154 INFO kablam! | Oct 27 20:46:21.154 INFO kablam! 655 | for i in (0..raw_len) { Oct 27 20:46:21.154 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.154 INFO kablam! Oct 27 20:46:21.154 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.154 INFO kablam! --> tests/helper.rs:864:18 Oct 27 20:46:21.154 INFO kablam! | Oct 27 20:46:21.154 INFO kablam! 864 | for j in (2..total_len) { Oct 27 20:46:21.154 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.154 INFO kablam! Oct 27 20:46:21.154 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.154 INFO kablam! --> tests/helper.rs:865:22 Oct 27 20:46:21.154 INFO kablam! | Oct 27 20:46:21.154 INFO kablam! 865 | for i in (1..j) { Oct 27 20:46:21.154 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 27 20:46:21.154 INFO kablam! Oct 27 20:46:21.155 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.155 INFO kablam! --> tests/test_responses.rs:777:14 Oct 27 20:46:21.155 INFO kablam! | Oct 27 20:46:21.155 INFO kablam! 777 | for _ in (0..body_size_in_kb) { Oct 27 20:46:21.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.155 INFO kablam! Oct 27 20:46:21.155 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.155 INFO kablam! --> tests/test_responses.rs:779:18 Oct 27 20:46:21.155 INFO kablam! | Oct 27 20:46:21.155 INFO kablam! 779 | for _ in (0u32..1024u32) { Oct 27 20:46:21.155 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.155 INFO kablam! Oct 27 20:46:21.265 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.265 INFO kablam! --> tests/helper.rs:577:14 Oct 27 20:46:21.265 INFO kablam! | Oct 27 20:46:21.265 INFO kablam! 577 | for i in (0..len ) { Oct 27 20:46:21.265 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.265 INFO kablam! | Oct 27 20:46:21.265 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 20:46:21.265 INFO kablam! Oct 27 20:46:21.265 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.265 INFO kablam! --> tests/helper.rs:607:14 Oct 27 20:46:21.265 INFO kablam! | Oct 27 20:46:21.265 INFO kablam! 607 | for _ in (0..error_location_line) { Oct 27 20:46:21.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.265 INFO kablam! Oct 27 20:46:21.265 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.265 INFO kablam! --> tests/helper.rs:644:14 Oct 27 20:46:21.265 INFO kablam! | Oct 27 20:46:21.265 INFO kablam! 644 | for i in (0..actual.headers.len()) { Oct 27 20:46:21.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.265 INFO kablam! Oct 27 20:46:21.265 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.265 INFO kablam! --> tests/helper.rs:655:14 Oct 27 20:46:21.265 INFO kablam! | Oct 27 20:46:21.265 INFO kablam! 655 | for i in (0..raw_len) { Oct 27 20:46:21.265 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.266 INFO kablam! Oct 27 20:46:21.266 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.266 INFO kablam! --> tests/helper.rs:864:18 Oct 27 20:46:21.266 INFO kablam! | Oct 27 20:46:21.266 INFO kablam! 864 | for j in (2..total_len) { Oct 27 20:46:21.266 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.266 INFO kablam! Oct 27 20:46:21.266 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.266 INFO kablam! --> tests/helper.rs:865:22 Oct 27 20:46:21.266 INFO kablam! | Oct 27 20:46:21.266 INFO kablam! 865 | for i in (1..j) { Oct 27 20:46:21.266 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 27 20:46:21.266 INFO kablam! Oct 27 20:46:21.266 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.266 INFO kablam! --> tests/test_long_body.rs:35:14 Oct 27 20:46:21.266 INFO kablam! | Oct 27 20:46:21.266 INFO kablam! 35 | for _ in (0..length) { Oct 27 20:46:21.266 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.266 INFO kablam! Oct 27 20:46:21.483 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.483 INFO kablam! --> tests/helper.rs:577:14 Oct 27 20:46:21.483 INFO kablam! | Oct 27 20:46:21.483 INFO kablam! 577 | for i in (0..len ) { Oct 27 20:46:21.483 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.483 INFO kablam! | Oct 27 20:46:21.483 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 20:46:21.483 INFO kablam! Oct 27 20:46:21.483 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.483 INFO kablam! --> tests/helper.rs:607:14 Oct 27 20:46:21.483 INFO kablam! | Oct 27 20:46:21.483 INFO kablam! 607 | for _ in (0..error_location_line) { Oct 27 20:46:21.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.483 INFO kablam! Oct 27 20:46:21.483 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.483 INFO kablam! --> tests/helper.rs:644:14 Oct 27 20:46:21.483 INFO kablam! | Oct 27 20:46:21.483 INFO kablam! 644 | for i in (0..actual.headers.len()) { Oct 27 20:46:21.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.483 INFO kablam! Oct 27 20:46:21.483 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.483 INFO kablam! --> tests/helper.rs:655:14 Oct 27 20:46:21.484 INFO kablam! | Oct 27 20:46:21.484 INFO kablam! 655 | for i in (0..raw_len) { Oct 27 20:46:21.484 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.484 INFO kablam! Oct 27 20:46:21.484 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.484 INFO kablam! --> tests/helper.rs:864:18 Oct 27 20:46:21.484 INFO kablam! | Oct 27 20:46:21.484 INFO kablam! 864 | for j in (2..total_len) { Oct 27 20:46:21.484 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.484 INFO kablam! Oct 27 20:46:21.484 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.484 INFO kablam! --> tests/helper.rs:865:22 Oct 27 20:46:21.484 INFO kablam! | Oct 27 20:46:21.484 INFO kablam! 865 | for i in (1..j) { Oct 27 20:46:21.484 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 27 20:46:21.484 INFO kablam! Oct 27 20:46:21.575 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.575 INFO kablam! --> tests/helper.rs:577:14 Oct 27 20:46:21.575 INFO kablam! | Oct 27 20:46:21.575 INFO kablam! 577 | for i in (0..len ) { Oct 27 20:46:21.575 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.575 INFO kablam! | Oct 27 20:46:21.575 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 20:46:21.575 INFO kablam! Oct 27 20:46:21.575 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.575 INFO kablam! --> tests/helper.rs:607:14 Oct 27 20:46:21.575 INFO kablam! | Oct 27 20:46:21.575 INFO kablam! 607 | for _ in (0..error_location_line) { Oct 27 20:46:21.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.575 INFO kablam! Oct 27 20:46:21.575 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.575 INFO kablam! --> tests/helper.rs:644:14 Oct 27 20:46:21.575 INFO kablam! | Oct 27 20:46:21.575 INFO kablam! 644 | for i in (0..actual.headers.len()) { Oct 27 20:46:21.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.575 INFO kablam! Oct 27 20:46:21.575 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.575 INFO kablam! --> tests/helper.rs:655:14 Oct 27 20:46:21.575 INFO kablam! | Oct 27 20:46:21.575 INFO kablam! 655 | for i in (0..raw_len) { Oct 27 20:46:21.575 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.575 INFO kablam! Oct 27 20:46:21.575 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.575 INFO kablam! --> tests/helper.rs:864:18 Oct 27 20:46:21.575 INFO kablam! | Oct 27 20:46:21.575 INFO kablam! 864 | for j in (2..total_len) { Oct 27 20:46:21.575 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.575 INFO kablam! Oct 27 20:46:21.575 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.575 INFO kablam! --> tests/helper.rs:865:22 Oct 27 20:46:21.575 INFO kablam! | Oct 27 20:46:21.575 INFO kablam! 865 | for i in (1..j) { Oct 27 20:46:21.575 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 27 20:46:21.575 INFO kablam! Oct 27 20:46:21.627 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.627 INFO kablam! --> tests/helper.rs:577:14 Oct 27 20:46:21.627 INFO kablam! | Oct 27 20:46:21.627 INFO kablam! 577 | for i in (0..len ) { Oct 27 20:46:21.627 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.627 INFO kablam! | Oct 27 20:46:21.627 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 20:46:21.627 INFO kablam! Oct 27 20:46:21.630 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.630 INFO kablam! --> tests/helper.rs:607:14 Oct 27 20:46:21.630 INFO kablam! | Oct 27 20:46:21.630 INFO kablam! 607 | for _ in (0..error_location_line) { Oct 27 20:46:21.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.630 INFO kablam! Oct 27 20:46:21.630 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.630 INFO kablam! --> tests/helper.rs:644:14 Oct 27 20:46:21.632 INFO kablam! | Oct 27 20:46:21.632 INFO kablam! 644 | for i in (0..actual.headers.len()) { Oct 27 20:46:21.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.632 INFO kablam! Oct 27 20:46:21.634 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.634 INFO kablam! --> tests/helper.rs:655:14 Oct 27 20:46:21.634 INFO kablam! | Oct 27 20:46:21.634 INFO kablam! 655 | for i in (0..raw_len) { Oct 27 20:46:21.634 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.634 INFO kablam! Oct 27 20:46:21.638 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.638 INFO kablam! --> tests/helper.rs:864:18 Oct 27 20:46:21.638 INFO kablam! | Oct 27 20:46:21.638 INFO kablam! 864 | for j in (2..total_len) { Oct 27 20:46:21.638 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.643 INFO kablam! Oct 27 20:46:21.643 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.643 INFO kablam! --> tests/helper.rs:865:22 Oct 27 20:46:21.643 INFO kablam! | Oct 27 20:46:21.643 INFO kablam! 865 | for i in (1..j) { Oct 27 20:46:21.643 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 27 20:46:21.643 INFO kablam! Oct 27 20:46:21.782 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.782 INFO kablam! --> tests/helper.rs:577:14 Oct 27 20:46:21.782 INFO kablam! | Oct 27 20:46:21.782 INFO kablam! 577 | for i in (0..len ) { Oct 27 20:46:21.782 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.782 INFO kablam! | Oct 27 20:46:21.782 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 20:46:21.782 INFO kablam! Oct 27 20:46:21.782 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.782 INFO kablam! --> tests/helper.rs:607:14 Oct 27 20:46:21.783 INFO kablam! | Oct 27 20:46:21.783 INFO kablam! 607 | for _ in (0..error_location_line) { Oct 27 20:46:21.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.783 INFO kablam! Oct 27 20:46:21.783 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.783 INFO kablam! --> tests/helper.rs:644:14 Oct 27 20:46:21.783 INFO kablam! | Oct 27 20:46:21.783 INFO kablam! 644 | for i in (0..actual.headers.len()) { Oct 27 20:46:21.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.783 INFO kablam! Oct 27 20:46:21.783 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.783 INFO kablam! --> tests/helper.rs:655:14 Oct 27 20:46:21.783 INFO kablam! | Oct 27 20:46:21.783 INFO kablam! 655 | for i in (0..raw_len) { Oct 27 20:46:21.783 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.783 INFO kablam! Oct 27 20:46:21.783 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.783 INFO kablam! --> tests/helper.rs:864:18 Oct 27 20:46:21.783 INFO kablam! | Oct 27 20:46:21.783 INFO kablam! 864 | for j in (2..total_len) { Oct 27 20:46:21.783 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:21.783 INFO kablam! Oct 27 20:46:21.783 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:21.783 INFO kablam! --> tests/helper.rs:865:22 Oct 27 20:46:21.783 INFO kablam! | Oct 27 20:46:21.783 INFO kablam! 865 | for i in (1..j) { Oct 27 20:46:21.783 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 27 20:46:21.783 INFO kablam! Oct 27 20:46:22.067 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:22.067 INFO kablam! --> tests/helper.rs:577:14 Oct 27 20:46:22.067 INFO kablam! | Oct 27 20:46:22.067 INFO kablam! 577 | for i in (0..len ) { Oct 27 20:46:22.067 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 20:46:22.067 INFO kablam! | Oct 27 20:46:22.067 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 20:46:22.067 INFO kablam! Oct 27 20:46:22.067 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:22.067 INFO kablam! --> tests/helper.rs:607:14 Oct 27 20:46:22.067 INFO kablam! | Oct 27 20:46:22.067 INFO kablam! 607 | for _ in (0..error_location_line) { Oct 27 20:46:22.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:22.067 INFO kablam! Oct 27 20:46:22.067 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:22.067 INFO kablam! --> tests/helper.rs:644:14 Oct 27 20:46:22.067 INFO kablam! | Oct 27 20:46:22.067 INFO kablam! 644 | for i in (0..actual.headers.len()) { Oct 27 20:46:22.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:22.067 INFO kablam! Oct 27 20:46:22.067 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:22.067 INFO kablam! --> tests/helper.rs:655:14 Oct 27 20:46:22.067 INFO kablam! | Oct 27 20:46:22.067 INFO kablam! 655 | for i in (0..raw_len) { Oct 27 20:46:22.067 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:22.067 INFO kablam! Oct 27 20:46:22.067 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:22.067 INFO kablam! --> tests/helper.rs:864:18 Oct 27 20:46:22.067 INFO kablam! | Oct 27 20:46:22.071 INFO kablam! 864 | for j in (2..total_len) { Oct 27 20:46:22.071 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 20:46:22.071 INFO kablam! Oct 27 20:46:22.071 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 20:46:22.071 INFO kablam! --> tests/helper.rs:865:22 Oct 27 20:46:22.071 INFO kablam! | Oct 27 20:46:22.071 INFO kablam! 865 | for i in (1..j) { Oct 27 20:46:22.071 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 27 20:46:22.071 INFO kablam! Oct 27 20:46:22.422 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.35s Oct 27 20:46:22.429 INFO kablam! su: No module specific data is present Oct 27 20:46:22.721 INFO running `"docker" "rm" "-f" "00acd6af7f365da2523866e7f5adadb298a64bdb8faae1298643af1dc48f518d"` Oct 27 20:46:22.801 INFO blam! 00acd6af7f365da2523866e7f5adadb298a64bdb8faae1298643af1dc48f518d