[INFO] updating cached repository ntrupin/roger-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ntrupin/roger-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ntrupin/roger-rs" "work/ex/clippy-test-run/sources/stable/gh/ntrupin/roger-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/ntrupin/roger-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ntrupin/roger-rs" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/ntrupin/roger-rs"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/ntrupin/roger-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5ce0d86f09728583c65858d8f506d5398fbf8329 [INFO] sha for GitHub repo ntrupin/roger-rs: 5ce0d86f09728583c65858d8f506d5398fbf8329 [INFO] validating manifest of ntrupin/roger-rs on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ntrupin/roger-rs on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ntrupin/roger-rs [INFO] finished frobbing ntrupin/roger-rs [INFO] frobbed toml for ntrupin/roger-rs written to work/ex/clippy-test-run/sources/stable/gh/ntrupin/roger-rs/Cargo.toml [INFO] started frobbing ntrupin/roger-rs [INFO] finished frobbing ntrupin/roger-rs [INFO] frobbed toml for ntrupin/roger-rs written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/ntrupin/roger-rs/Cargo.toml [INFO] crate ntrupin/roger-rs has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting ntrupin/roger-rs against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/ntrupin/roger-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ec451fc354974c15b1019a3ee6eea4888f5e18347eeb05b5755d1fdc0374fe91 [INFO] running `"docker" "start" "-a" "ec451fc354974c15b1019a3ee6eea4888f5e18347eeb05b5755d1fdc0374fe91"` [INFO] [stderr] Checking servo_arc v0.1.1 [INFO] [stderr] Checking whoami v0.2.2 [INFO] [stderr] Checking crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling ryu v0.2.6 [INFO] [stderr] Checking serde_json v1.0.33 [INFO] [stderr] Compiling syn v0.15.19 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling selectors v0.20.0 [INFO] [stderr] Checking crossbeam-deque v0.6.2 [INFO] [stderr] Checking tokio-threadpool v0.1.8 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Checking tokio-fs v0.1.4 [INFO] [stderr] Checking tokio v0.1.11 [INFO] [stderr] Checking hyper v0.12.14 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Compiling cssparser v0.24.1 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling html5ever v0.22.5 [INFO] [stderr] Compiling cssparser-macros v0.3.5 [INFO] [stderr] Checking reqwest v0.9.4 [INFO] [stderr] Compiling markup5ever v0.7.3 [INFO] [stderr] Checking scraper v0.8.1 [INFO] [stderr] Checking ai v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: expected expression, found `}` [INFO] [stderr] --> src/../modules/conversation.rs:173:17 [INFO] [stderr] | [INFO] [stderr] 172 | "weather" => [INFO] [stderr] | -- while parsing the `match` arm starting here [INFO] [stderr] 173 | } [INFO] [stderr] | ^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected expression, found `}` [INFO] [stderr] --> src/../modules/conversation.rs:173:17 [INFO] [stderr] | [INFO] [stderr] 172 | "weather" => [INFO] [stderr] | -- while parsing the `match` arm starting here [INFO] [stderr] 173 | } [INFO] [stderr] | ^ expected expression [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `log_chech` in this scope [INFO] [stderr] --> src/../modules/conversation.rs:169:13 [INFO] [stderr] | [INFO] [stderr] 169 | log_chech.push_str(log_iter[1]); [INFO] [stderr] | ^^^^^^^^^ did you mean `log_check`? [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `log_chech` in this scope [INFO] [stderr] --> src/../modules/conversation.rs:169:13 [INFO] [stderr] | [INFO] [stderr] 169 | log_chech.push_str(log_iter[1]); [INFO] [stderr] | ^^^^^^^^^ did you mean `log_check`? [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:22:14 [INFO] [stderr] | [INFO] [stderr] 22 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::suspicious_else_formatting)] on by default [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:24:14 [INFO] [stderr] | [INFO] [stderr] 24 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:31:14 [INFO] [stderr] | [INFO] [stderr] 31 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:33:14 [INFO] [stderr] | [INFO] [stderr] 33 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:40:14 [INFO] [stderr] | [INFO] [stderr] 40 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:42:14 [INFO] [stderr] | [INFO] [stderr] 42 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:49:14 [INFO] [stderr] | [INFO] [stderr] 49 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:51:14 [INFO] [stderr] | [INFO] [stderr] 51 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:58:14 [INFO] [stderr] | [INFO] [stderr] 58 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:60:14 [INFO] [stderr] | [INFO] [stderr] 60 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:67:14 [INFO] [stderr] | [INFO] [stderr] 67 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:69:14 [INFO] [stderr] | [INFO] [stderr] 69 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:76:14 [INFO] [stderr] | [INFO] [stderr] 76 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:85:14 [INFO] [stderr] | [INFO] [stderr] 85 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:87:14 [INFO] [stderr] | [INFO] [stderr] 87 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:94:14 [INFO] [stderr] | [INFO] [stderr] 94 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:96:14 [INFO] [stderr] | [INFO] [stderr] 96 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:103:14 [INFO] [stderr] | [INFO] [stderr] 103 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:105:14 [INFO] [stderr] | [INFO] [stderr] 105 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:122:6 [INFO] [stderr] | [INFO] [stderr] 122 | } if rog.len() <= 1 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:147:6 [INFO] [stderr] | [INFO] [stderr] 147 | } if rog.len() <= 1 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:278:6 [INFO] [stderr] | [INFO] [stderr] 278 | } if rog.len() <= 1 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:221:18 [INFO] [stderr] | [INFO] [stderr] 221 | } if rog.len() <= 2 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:216:30 [INFO] [stderr] | [INFO] [stderr] 216 | } if rog.len() < 3 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:272:18 [INFO] [stderr] | [INFO] [stderr] 272 | } if rog.len() <= 2 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:234:30 [INFO] [stderr] | [INFO] [stderr] 234 | } if rog.len() <= 3 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:267:30 [INFO] [stderr] | [INFO] [stderr] 267 | } if rog.len() < 3 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/main.rs:74:6 [INFO] [stderr] | [INFO] [stderr] 74 | } if core_vec[0] == "Successfully booted for the first time" { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:22:14 [INFO] [stderr] | [INFO] [stderr] 22 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::suspicious_else_formatting)] on by default [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:24:14 [INFO] [stderr] | [INFO] [stderr] 24 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:31:14 [INFO] [stderr] | [INFO] [stderr] 31 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:33:14 [INFO] [stderr] | [INFO] [stderr] 33 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:40:14 [INFO] [stderr] | [INFO] [stderr] 40 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:42:14 [INFO] [stderr] | [INFO] [stderr] 42 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:49:14 [INFO] [stderr] | [INFO] [stderr] 49 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:51:14 [INFO] [stderr] | [INFO] [stderr] 51 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:58:14 [INFO] [stderr] | [INFO] [stderr] 58 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:60:14 [INFO] [stderr] | [INFO] [stderr] 60 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:67:14 [INFO] [stderr] | [INFO] [stderr] 67 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:69:14 [INFO] [stderr] | [INFO] [stderr] 69 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:76:14 [INFO] [stderr] | [INFO] [stderr] 76 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:85:14 [INFO] [stderr] | [INFO] [stderr] 85 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:87:14 [INFO] [stderr] | [INFO] [stderr] 87 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:94:14 [INFO] [stderr] | [INFO] [stderr] 94 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:96:14 [INFO] [stderr] | [INFO] [stderr] 96 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:103:14 [INFO] [stderr] | [INFO] [stderr] 103 | } if matcher == 4 || matcher == 5 || matcher == 6 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:105:14 [INFO] [stderr] | [INFO] [stderr] 105 | } if matcher == 7 || matcher == 8 || matcher == 9 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:122:6 [INFO] [stderr] | [INFO] [stderr] 122 | } if rog.len() <= 1 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:147:6 [INFO] [stderr] | [INFO] [stderr] 147 | } if rog.len() <= 1 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:278:6 [INFO] [stderr] | [INFO] [stderr] 278 | } if rog.len() <= 1 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:221:18 [INFO] [stderr] | [INFO] [stderr] 221 | } if rog.len() <= 2 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:216:30 [INFO] [stderr] | [INFO] [stderr] 216 | } if rog.len() < 3 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:272:18 [INFO] [stderr] | [INFO] [stderr] 272 | } if rog.len() <= 2 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:234:30 [INFO] [stderr] | [INFO] [stderr] 234 | } if rog.len() <= 3 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/../modules/conversation.rs:267:30 [INFO] [stderr] | [INFO] [stderr] 267 | } if rog.len() < 3 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] warning: this looks like an `else if` but the `else` is missing [INFO] [stderr] --> src/main.rs:74:6 [INFO] [stderr] | [INFO] [stderr] 74 | } if core_vec[0] == "Successfully booted for the first time" { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: to remove this lint, add the missing `else` or add a new line before the second `if` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `ai`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `ai`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ec451fc354974c15b1019a3ee6eea4888f5e18347eeb05b5755d1fdc0374fe91"` [INFO] running `"docker" "rm" "-f" "ec451fc354974c15b1019a3ee6eea4888f5e18347eeb05b5755d1fdc0374fe91"` [INFO] [stdout] ec451fc354974c15b1019a3ee6eea4888f5e18347eeb05b5755d1fdc0374fe91