[INFO] cloning repository https://github.com/guilhermeclv/beecrowed
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guilhermeclv/beecrowed" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguilhermeclv%2Fbeecrowed", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguilhermeclv%2Fbeecrowed'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 480dac60e8b25d10317532e2bf346f966635673c
[INFO] checking guilhermeclv/beecrowed/480dac60e8b25d10317532e2bf346f966635673c against 1af98b7cdf86932b76182a387f52f1be6f0c1be0 for pr-159706
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguilhermeclv%2Fbeecrowed" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/guilhermeclv/beecrowed
[INFO] finished tweaking git repo https://github.com/guilhermeclv/beecrowed
[INFO] tweaked toml for git repo https://github.com/guilhermeclv/beecrowed written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/guilhermeclv/beecrowed on toolchain 1af98b7cdf86932b76182a387f52f1be6f0c1be0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/guilhermeclv/beecrowed 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" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cf9c3bd00fc156af083ad1a4a0c1238b086b0388e07260844dda727ba63e9a32
[INFO] running `Command { std: "docker" "start" "cf9c3bd00fc156af083ad1a4a0c1238b086b0388e07260844dda727ba63e9a32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf9c3bd00fc156af083ad1a4a0c1238b086b0388e07260844dda727ba63e9a32", 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" "cf9c3bd00fc156af083ad1a4a0c1238b086b0388e07260844dda727ba63e9a32" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf9c3bd00fc156af083ad1a4a0c1238b086b0388e07260844dda727ba63e9a32", 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" "cf9c3bd00fc156af083ad1a4a0c1238b086b0388e07260844dda727ba63e9a32" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking beecrowed v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `texto_modificado` is never read
[INFO] [stdout]   --> src/bin/ex1234.rs:13:36
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let mut texto_modificado = texto_original;
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 16 |             texto_modificado = texto_original +32;
[INFO] [stdout]    |             ------------------------------------- `texto_modificado` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `texto_modificado` is never read
[INFO] [stdout]   --> src/bin/ex1234.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |             texto_modificado = texto_original +32;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 23 |         else {texto_modificado = texto_original;
[INFO] [stdout]    |               --------------------------------- `texto_modificado` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/bin/ex1168.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     for i in 0..numero_inteiro {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/bin/ex1168.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     for i in 0..numero_inteiro {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `teste_de_selecao`
[INFO] [stdout]  --> src/bin/ex1035.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | let teste_de_selecao=teste_de_selecao(5, 6, 7, 8);
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_teste_de_selecao`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `texto_modificado` is never read
[INFO] [stdout]   --> src/bin/ex1234.rs:13:36
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let mut texto_modificado = texto_original;
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 16 |             texto_modificado = texto_original +32;
[INFO] [stdout]    |             ------------------------------------- `texto_modificado` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `texto_modificado` is never read
[INFO] [stdout]   --> src/bin/ex1234.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |             texto_modificado = texto_original +32;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 23 |         else {texto_modificado = texto_original;
[INFO] [stdout]    |               --------------------------------- `texto_modificado` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `teste_de_selecao`
[INFO] [stdout]  --> src/bin/ex1035.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | let teste_de_selecao=teste_de_selecao(5, 6, 7, 8);
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_teste_de_selecao`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> src/bin/ex1018n.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let n = valor_inteiro/face_notas[index];
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> src/bin/ex1018n.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let n = valor_inteiro/face_notas[index];
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ordena_numeros` is never used
[INFO] [stdout]  --> src/bin/ex1042.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn ordena_numeros(numeros:Vec<i32>)-> Vec<i32> {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bubble_sort` is never used
[INFO] [stdout]   --> src/bin/ex1042.rs:49:4
[INFO] [stdout]    |
[INFO] [stdout] 49 | fn bubble_sort(numeros_recebidos:Vec<i32>)-> Vec<i32> {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `teste_de_selecao`
[INFO] [stdout]   --> src/main.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let teste_de_selecao=teste_de_selecao(5, 6, 7, 8);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_teste_de_selecao`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this file contains an unclosed delimiter
[INFO] [stdout]   --> src/bin/ex1253.rs:71:3
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn decodificar_cifra_de_cesar(string:String, variacao:u32)-> String {
[INFO] [stdout]    |                                                                     - unclosed delimiter
[INFO] [stdout] ...
[INFO] [stdout] 57 |         if nova_posicao < 65 {
[INFO] [stdout]    |                              - this delimiter might not be properly closed...
[INFO] [stdout] 58 |             nova_posicao = nova_posicao +26;
[INFO] [stdout] 59 |            }
[INFO] [stdout]    |            - ...as it matches this but it has different indentation
[INFO] [stdout] ...
[INFO] [stdout] 71 | }
[INFO] [stdout]    |  ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `teste_de_selecao`
[INFO] [stdout]   --> src/main.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let teste_de_selecao=teste_de_selecao(5, 6, 7, 8);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_teste_de_selecao`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `beecrowed` (bin "ex1253" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cf9c3bd00fc156af083ad1a4a0c1238b086b0388e07260844dda727ba63e9a32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf9c3bd00fc156af083ad1a4a0c1238b086b0388e07260844dda727ba63e9a32", kill_on_drop: false }`
[INFO] [stdout] cf9c3bd00fc156af083ad1a4a0c1238b086b0388e07260844dda727ba63e9a32
