[INFO] cloning repository https://github.com/danilown/Compiladores [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danilown/Compiladores" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanilown%2FCompiladores", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanilown%2FCompiladores'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8b9f7a3970fc31efa484c966c752ced6a827591b [INFO] documenting danilown/Compiladores against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanilown%2FCompiladores" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/danilown/Compiladores on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/danilown/Compiladores [INFO] finished tweaking git repo https://github.com/danilown/Compiladores [INFO] tweaked toml for git repo https://github.com/danilown/Compiladores written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/danilown/Compiladores already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c054e0e012426b9a9577faad20cd761595dba42d92982bdc81170680274f0b3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9c054e0e012426b9a9577faad20cd761595dba42d92982bdc81170680274f0b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c054e0e012426b9a9577faad20cd761595dba42d92982bdc81170680274f0b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c054e0e012426b9a9577faad20cd761595dba42d92982bdc81170680274f0b3", kill_on_drop: false }` [INFO] [stdout] 9c054e0e012426b9a9577faad20cd761595dba42d92982bdc81170680274f0b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] affb891caa5b2565b69b11954e54d578f22a78a05f37aed4bf582028ab768848 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "affb891caa5b2565b69b11954e54d578f22a78a05f37aed4bf582028ab768848", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Documenting compiladores v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:132:11 [INFO] [stdout] | [INFO] [stdout] 132 | if(matched == "\r" || matched == "\t" ) { // || matched == "\n" || matched == " " [INFO] [stdout] | ^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 132 - if(matched == "\r" || matched == "\t" ) { // || matched == "\n" || matched == " " [INFO] [stdout] 132 + if matched == "\r" || matched == "\t" { // || matched == "\n" || matched == " " [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/Lexico.rs:155:11 [INFO] [stdout] | [INFO] [stdout] 155 | while (i < result.len()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 155 - while (i < result.len()) { [INFO] [stdout] 155 + while i < result.len() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:259:12 [INFO] [stdout] | [INFO] [stdout] 259 | if (result[i as usize].to_lowercase() == "<"){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 259 - if (result[i as usize].to_lowercase() == "<"){ [INFO] [stdout] 259 + if result[i as usize].to_lowercase() == "<" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:261:15 [INFO] [stdout] | [INFO] [stdout] 261 | if(result[(i+1) as usize].to_lowercase() == "="){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 261 - if(result[(i+1) as usize].to_lowercase() == "="){ [INFO] [stdout] 261 + if result[(i+1) as usize].to_lowercase() == "=" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:271:21 [INFO] [stdout] | [INFO] [stdout] 271 | }else if(result[(i+1) as usize].to_lowercase() == ">"){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 271 - }else if(result[(i+1) as usize].to_lowercase() == ">"){ [INFO] [stdout] 271 + }else if result[(i+1) as usize].to_lowercase() == ">" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:283:12 [INFO] [stdout] | [INFO] [stdout] 283 | if (result[i as usize].to_lowercase() == ">"){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 283 - if (result[i as usize].to_lowercase() == ">"){ [INFO] [stdout] 283 + if result[i as usize].to_lowercase() == ">" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:285:15 [INFO] [stdout] | [INFO] [stdout] 285 | if(result[(i+1) as usize].to_lowercase() == "="){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 285 - if(result[(i+1) as usize].to_lowercase() == "="){ [INFO] [stdout] 285 + if result[(i+1) as usize].to_lowercase() == "=" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:297:12 [INFO] [stdout] | [INFO] [stdout] 297 | if (result[i as usize].to_lowercase() == ":"){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 297 - if (result[i as usize].to_lowercase() == ":"){ [INFO] [stdout] 297 + if result[i as usize].to_lowercase() == ":" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:299:15 [INFO] [stdout] | [INFO] [stdout] 299 | if(result[(i+1) as usize].to_lowercase() == "="){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 299 - if(result[(i+1) as usize].to_lowercase() == "="){ [INFO] [stdout] 299 + if result[(i+1) as usize].to_lowercase() == "=" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:314:15 [INFO] [stdout] | [INFO] [stdout] 314 | if(result[(i+1) as usize].to_lowercase() == "."){ // checa se depois dela vem um ponto [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 314 - if(result[(i+1) as usize].to_lowercase() == "."){ // checa se depois dela vem um ponto [INFO] [stdout] 314 + if result[(i+1) as usize].to_lowercase() == "." { // checa se depois dela vem um ponto [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:321:19 [INFO] [stdout] | [INFO] [stdout] 321 | if(result[(i+2) as usize].to_lowercase().parse::().is_ok ()){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 321 - if(result[(i+2) as usize].to_lowercase().parse::().is_ok ()){ [INFO] [stdout] 321 + if result[(i+2) as usize].to_lowercase().parse::().is_ok () { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:506:11 [INFO] [stdout] | [INFO] [stdout] 506 | if(GoOn){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 506 - if(GoOn){ [INFO] [stdout] 506 + if GoOn { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:529:22 [INFO] [stdout] | [INFO] [stdout] 529 | }else if (result[next as usize].to_lowercase() == "."){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 529 - }else if (result[next as usize].to_lowercase() == "."){ [INFO] [stdout] 529 + }else if result[next as usize].to_lowercase() == "." { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:532:21 [INFO] [stdout] | [INFO] [stdout] 532 | }else if(result[next as usize].to_lowercase() == ".."){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 532 - }else if(result[next as usize].to_lowercase() == ".."){ [INFO] [stdout] 532 + }else if result[next as usize].to_lowercase() == ".." { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:538:22 [INFO] [stdout] | [INFO] [stdout] 538 | }else if (result[next as usize].to_lowercase() == "<"){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 538 - }else if (result[next as usize].to_lowercase() == "<"){ [INFO] [stdout] 538 + }else if result[next as usize].to_lowercase() == "<" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:541:21 [INFO] [stdout] | [INFO] [stdout] 541 | }else if(result[next as usize].to_lowercase() == "<="){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 541 - }else if(result[next as usize].to_lowercase() == "<="){ [INFO] [stdout] 541 + }else if result[next as usize].to_lowercase() == "<=" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:544:21 [INFO] [stdout] | [INFO] [stdout] 544 | }else if(result[next as usize].to_lowercase() == "<>"){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 544 - }else if(result[next as usize].to_lowercase() == "<>"){ [INFO] [stdout] 544 + }else if result[next as usize].to_lowercase() == "<>" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:547:22 [INFO] [stdout] | [INFO] [stdout] 547 | }else if (result[next as usize].to_lowercase() == ">"){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 547 - }else if (result[next as usize].to_lowercase() == ">"){ [INFO] [stdout] 547 + }else if result[next as usize].to_lowercase() == ">" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:550:21 [INFO] [stdout] | [INFO] [stdout] 550 | }else if(result[next as usize].to_lowercase() == ">="){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 550 - }else if(result[next as usize].to_lowercase() == ">="){ [INFO] [stdout] 550 + }else if result[next as usize].to_lowercase() == ">=" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:577:22 [INFO] [stdout] | [INFO] [stdout] 577 | }else if (result[next as usize].to_lowercase() == ":"){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 577 - }else if (result[next as usize].to_lowercase() == ":"){ [INFO] [stdout] 577 + }else if result[next as usize].to_lowercase() == ":" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:580:21 [INFO] [stdout] | [INFO] [stdout] 580 | }else if(result[next as usize].to_lowercase() == ":="){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 580 - }else if(result[next as usize].to_lowercase() == ":="){ [INFO] [stdout] 580 + }else if result[next as usize].to_lowercase() == ":=" { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:588:12 [INFO] [stdout] | [INFO] [stdout] 588 | if (GoOn) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 588 - if (GoOn) { [INFO] [stdout] 588 + if GoOn { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:600:12 [INFO] [stdout] | [INFO] [stdout] 600 | if (GoOn) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 600 - if (GoOn) { [INFO] [stdout] 600 + if GoOn { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:612:12 [INFO] [stdout] | [INFO] [stdout] 612 | if (GoOn) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 612 - if (GoOn) { [INFO] [stdout] 612 + if GoOn { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:620:8 [INFO] [stdout] | [INFO] [stdout] 620 | if (classificada == 0){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 620 - if (classificada == 0){ [INFO] [stdout] 620 + if classificada == 0 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/Lexico.rs:624:7 [INFO] [stdout] | [INFO] [stdout] 624 | if(GoOn) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 624 - if(GoOn) { [INFO] [stdout] 624 + if GoOn { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.57s [INFO] running `Command { std: "docker" "inspect" "affb891caa5b2565b69b11954e54d578f22a78a05f37aed4bf582028ab768848", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "affb891caa5b2565b69b11954e54d578f22a78a05f37aed4bf582028ab768848", kill_on_drop: false }` [INFO] [stdout] affb891caa5b2565b69b11954e54d578f22a78a05f37aed4bf582028ab768848