[INFO] cloning repository https://github.com/akash-iz/Kickstart.k
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/akash-iz/Kickstart.k" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakash-iz%2FKickstart.k", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakash-iz%2FKickstart.k'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0b5e79d89bb081baf1b3c9c3306d0f070f1b322f
[INFO] checking akash-iz/Kickstart.k against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakash-iz%2FKickstart.k" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/akash-iz/Kickstart.k
[INFO] finished tweaking git repo https://github.com/akash-iz/Kickstart.k
[INFO] tweaked toml for git repo https://github.com/akash-iz/Kickstart.k written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/akash-iz/Kickstart.k on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/akash-iz/Kickstart.k already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `KickStart` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../KickStart
[INFO] [stderr]    |                                                  ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `kick-start`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:8:8
[INFO] [stderr]    |
[INFO] [stderr]  8 - name = "KickStart"
[INFO] [stderr]  8 + name = "kick-start"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `kick-start`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:9:19
[INFO] [stderr]    |
[INFO] [stderr]  9 ~ version = "0.1.0"
[INFO] [stderr] 10 + [[bin]]
[INFO] [stderr] 11 + name = "kick-start"
[INFO] [stderr] 12 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `KickStart` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded embed-resource v3.0.5
[INFO] [stderr]   Downloaded toml_datetime v0.7.0
[INFO] [stderr]   Downloaded toml v0.9.2
[INFO] [stderr]   Downloaded serde_spanned v1.0.0
[INFO] [stderr]   Downloaded toml_parser v1.0.1
[INFO] [stderr]   Downloaded toml_writer v1.0.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 16aceb4b4ddb535ad301f26428f0eee580bb6f03feccc2161eb58580b0e288cf
[INFO] running `Command { std: "docker" "start" "16aceb4b4ddb535ad301f26428f0eee580bb6f03feccc2161eb58580b0e288cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "16aceb4b4ddb535ad301f26428f0eee580bb6f03feccc2161eb58580b0e288cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "16aceb4b4ddb535ad301f26428f0eee580bb6f03feccc2161eb58580b0e288cf" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "16aceb4b4ddb535ad301f26428f0eee580bb6f03feccc2161eb58580b0e288cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "16aceb4b4ddb535ad301f26428f0eee580bb6f03feccc2161eb58580b0e288cf" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `KickStart` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../KickStart
[INFO] [stderr]    |                          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `kick-start`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:8:8
[INFO] [stderr]    |
[INFO] [stderr]  8 - name = "KickStart"
[INFO] [stderr]  8 + name = "kick-start"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `kick-start`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:9:19
[INFO] [stderr]    |
[INFO] [stderr]  9 ~ version = "0.1.0"
[INFO] [stderr] 10 + [[bin]]
[INFO] [stderr] 11 + name = "kick-start"
[INFO] [stderr] 12 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `KickStart` (manifest) generated 1 warning
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling toml_writer v1.0.2
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling toml_parser v1.0.1
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling toml v0.9.2
[INFO] [stderr]    Compiling embed-resource v3.0.5
[INFO] [stderr]    Compiling KickStart v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `CompilationResult` that must be used
[INFO] [stdout]  --> build.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     embed_resource::compile("app.rc",embed_resource::NONE);
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]   |
[INFO] [stdout] 2 |     let _ = embed_resource::compile("app.rc",embed_resource::NONE);
[INFO] [stdout]   |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/main.rs:28:4
[INFO] [stdout]    |
[INFO] [stdout] 28 |  if(parsable){
[INFO] [stdout]    |    ^        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -  if(parsable){
[INFO] [stdout] 28 +  if parsable {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/main.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |        if  (current_flow == Flow::CollectTagAndParam) {
[INFO] [stdout]    |            ^                                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -        if  (current_flow == Flow::CollectTagAndParam) {
[INFO] [stdout] 36 +        if  current_flow == Flow::CollectTagAndParam {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `match` scrutinee expression
[INFO] [stdout]   --> src/main.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |           match (ch) {
[INFO] [stdout]    |                 ^  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -           match (ch) {
[INFO] [stdout] 37 +           match ch {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/main.rs:45:21
[INFO] [stdout]    |
[INFO] [stdout] 45 |                   if(has_seen_colon){
[INFO] [stdout]    |                     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -                   if(has_seen_colon){
[INFO] [stdout] 45 +                   if has_seen_colon {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/main.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |        }else if (current_flow == Flow::CollectRest) {
[INFO] [stdout]    |                 ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 53 -        }else if (current_flow == Flow::CollectRest) {
[INFO] [stdout] 53 +        }else if current_flow == Flow::CollectRest {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/main.rs:63:6
[INFO] [stdout]    |
[INFO] [stdout] 63 |    if(commands.len() > 3 && commands.starts_with("@")){
[INFO] [stdout]    |      ^                                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 63 -    if(commands.len() > 3 && commands.starts_with("@")){
[INFO] [stdout] 63 +    if commands.len() > 3 && commands.starts_with("@") {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `match` scrutinee expression
[INFO] [stdout]    --> src/main.rs:137:13
[INFO] [stdout]     |
[INFO] [stdout] 137 |       match (ch) {
[INFO] [stdout]     |             ^  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 137 -       match (ch) {
[INFO] [stdout] 137 +       match ch {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:140:15
[INFO] [stdout]     |
[INFO] [stdout] 140 |             if(start_collecting_key){
[INFO] [stdout]     |               ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 140 -             if(start_collecting_key){
[INFO] [stdout] 140 +             if start_collecting_key {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:142:21
[INFO] [stdout]     |
[INFO] [stdout] 142 |             }else if(has_seen_dollar) {
[INFO] [stdout]     |                     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 142 -             }else if(has_seen_dollar) {
[INFO] [stdout] 142 +             }else if has_seen_dollar {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:151:15
[INFO] [stdout]     |
[INFO] [stdout] 151 |             if(start_collecting_key){
[INFO] [stdout]     |               ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 151 -             if(start_collecting_key){
[INFO] [stdout] 151 +             if start_collecting_key {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |             }else if(has_seen_dollar) {
[INFO] [stdout]     |                     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 153 -             }else if(has_seen_dollar) {
[INFO] [stdout] 153 +             }else if has_seen_dollar {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:163:15
[INFO] [stdout]     |
[INFO] [stdout] 163 |             if(start_collecting_key){
[INFO] [stdout]     |               ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 163 -             if(start_collecting_key){
[INFO] [stdout] 163 +             if start_collecting_key {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:177:15
[INFO] [stdout]     |
[INFO] [stdout] 177 |             if(start_collecting_key){
[INFO] [stdout]     |               ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 177 -             if(start_collecting_key){
[INFO] [stdout] 177 +             if start_collecting_key {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 |       if(add_time){
[INFO] [stdout]     |         ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 189 -       if(add_time){
[INFO] [stdout] 189 +       if add_time {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/main.rs:28:4
[INFO] [stdout]    |
[INFO] [stdout] 28 |  if(parsable){
[INFO] [stdout]    |    ^        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -  if(parsable){
[INFO] [stdout] 28 +  if parsable {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/main.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |        if  (current_flow == Flow::CollectTagAndParam) {
[INFO] [stdout]    |            ^                                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -        if  (current_flow == Flow::CollectTagAndParam) {
[INFO] [stdout] 36 +        if  current_flow == Flow::CollectTagAndParam {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `match` scrutinee expression
[INFO] [stdout]   --> src/main.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |           match (ch) {
[INFO] [stdout]    |                 ^  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -           match (ch) {
[INFO] [stdout] 37 +           match ch {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/main.rs:45:21
[INFO] [stdout]    |
[INFO] [stdout] 45 |                   if(has_seen_colon){
[INFO] [stdout]    |                     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -                   if(has_seen_colon){
[INFO] [stdout] 45 +                   if has_seen_colon {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/main.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |        }else if (current_flow == Flow::CollectRest) {
[INFO] [stdout]    |                 ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 53 -        }else if (current_flow == Flow::CollectRest) {
[INFO] [stdout] 53 +        }else if current_flow == Flow::CollectRest {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/main.rs:63:6
[INFO] [stdout]    |
[INFO] [stdout] 63 |    if(commands.len() > 3 && commands.starts_with("@")){
[INFO] [stdout]    |      ^                                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 63 -    if(commands.len() > 3 && commands.starts_with("@")){
[INFO] [stdout] 63 +    if commands.len() > 3 && commands.starts_with("@") {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `match` scrutinee expression
[INFO] [stdout]    --> src/main.rs:137:13
[INFO] [stdout]     |
[INFO] [stdout] 137 |       match (ch) {
[INFO] [stdout]     |             ^  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 137 -       match (ch) {
[INFO] [stdout] 137 +       match ch {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:140:15
[INFO] [stdout]     |
[INFO] [stdout] 140 |             if(start_collecting_key){
[INFO] [stdout]     |               ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 140 -             if(start_collecting_key){
[INFO] [stdout] 140 +             if start_collecting_key {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:142:21
[INFO] [stdout]     |
[INFO] [stdout] 142 |             }else if(has_seen_dollar) {
[INFO] [stdout]     |                     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 142 -             }else if(has_seen_dollar) {
[INFO] [stdout] 142 +             }else if has_seen_dollar {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:151:15
[INFO] [stdout]     |
[INFO] [stdout] 151 |             if(start_collecting_key){
[INFO] [stdout]     |               ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 151 -             if(start_collecting_key){
[INFO] [stdout] 151 +             if start_collecting_key {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:153:21
[INFO] [stdout]     |
[INFO] [stdout] 153 |             }else if(has_seen_dollar) {
[INFO] [stdout]     |                     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 153 -             }else if(has_seen_dollar) {
[INFO] [stdout] 153 +             }else if has_seen_dollar {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:163:15
[INFO] [stdout]     |
[INFO] [stdout] 163 |             if(start_collecting_key){
[INFO] [stdout]     |               ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 163 -             if(start_collecting_key){
[INFO] [stdout] 163 +             if start_collecting_key {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:177:15
[INFO] [stdout]     |
[INFO] [stdout] 177 |             if(start_collecting_key){
[INFO] [stdout]     |               ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 177 -             if(start_collecting_key){
[INFO] [stdout] 177 +             if start_collecting_key {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 |       if(add_time){
[INFO] [stdout]     |         ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 189 -       if(add_time){
[INFO] [stdout] 189 +       if add_time {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:190:12
[INFO] [stdout]     |
[INFO] [stdout] 190 |          if(key.len() > 0 && hash_map.contains_key(&key)){
[INFO] [stdout]     |            ^                                            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 190 -          if(key.len() > 0 && hash_map.contains_key(&key)){
[INFO] [stdout] 190 +          if key.len() > 0 && hash_map.contains_key(&key) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:207:6
[INFO] [stdout]     |
[INFO] [stdout] 207 |    if(start_collecting_key){
[INFO] [stdout]     |      ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 207 -    if(start_collecting_key){
[INFO] [stdout] 207 +    if start_collecting_key {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:213:6
[INFO] [stdout]     |
[INFO] [stdout] 213 |    if(has_seen_dollar){
[INFO] [stdout]     |      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 213 -    if(has_seen_dollar){
[INFO] [stdout] 213 +    if has_seen_dollar {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:240:7
[INFO] [stdout]     |
[INFO] [stdout] 240 |    if (parts.len() > 0) {
[INFO] [stdout]     |       ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 240 -    if (parts.len() > 0) {
[INFO] [stdout] 240 +    if parts.len() > 0 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:244:9
[INFO] [stdout]     |
[INFO] [stdout] 244 |       if(parsed_para.len()>0){
[INFO] [stdout]     |         ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 244 -       if(parsed_para.len()>0){
[INFO] [stdout] 244 +       if parsed_para.len()>0 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:190:12
[INFO] [stdout]     |
[INFO] [stdout] 190 |          if(key.len() > 0 && hash_map.contains_key(&key)){
[INFO] [stdout]     |            ^                                            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 190 -          if(key.len() > 0 && hash_map.contains_key(&key)){
[INFO] [stdout] 190 +          if key.len() > 0 && hash_map.contains_key(&key) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:207:6
[INFO] [stdout]     |
[INFO] [stdout] 207 |    if(start_collecting_key){
[INFO] [stdout]     |      ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 207 -    if(start_collecting_key){
[INFO] [stdout] 207 +    if start_collecting_key {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:213:6
[INFO] [stdout]     |
[INFO] [stdout] 213 |    if(has_seen_dollar){
[INFO] [stdout]     |      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 213 -    if(has_seen_dollar){
[INFO] [stdout] 213 +    if has_seen_dollar {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:240:7
[INFO] [stdout]     |
[INFO] [stdout] 240 |    if (parts.len() > 0) {
[INFO] [stdout]     |       ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 240 -    if (parts.len() > 0) {
[INFO] [stdout] 240 +    if parts.len() > 0 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/main.rs:244:9
[INFO] [stdout]     |
[INFO] [stdout] 244 |       if(parsed_para.len()>0){
[INFO] [stdout]     |         ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 244 -       if(parsed_para.len()>0){
[INFO] [stdout] 244 +       if parsed_para.len()>0 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.82s
[INFO] running `Command { std: "docker" "inspect" "16aceb4b4ddb535ad301f26428f0eee580bb6f03feccc2161eb58580b0e288cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16aceb4b4ddb535ad301f26428f0eee580bb6f03feccc2161eb58580b0e288cf", kill_on_drop: false }`
[INFO] [stdout] 16aceb4b4ddb535ad301f26428f0eee580bb6f03feccc2161eb58580b0e288cf
