[INFO] cloning repository https://github.com/josielrocha/my-assets
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/josielrocha/my-assets" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosielrocha%2Fmy-assets", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosielrocha%2Fmy-assets'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cfb5ca44f9dc550427911d9fe9409e7ac7293ec8
[INFO] testing josielrocha/my-assets against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosielrocha%2Fmy-assets" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/josielrocha/my-assets
[INFO] finished tweaking git repo https://github.com/josielrocha/my-assets
[INFO] tweaked toml for git repo https://github.com/josielrocha/my-assets written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/josielrocha/my-assets on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/josielrocha/my-assets 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_derive v1.0.138
[INFO] [stderr]   Downloaded serde v1.0.138
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 50345a8f6d90bc99380517d5ae5d737b430fedc49cf8c7793d1d06007878bb78
[INFO] running `Command { std: "docker" "start" "50345a8f6d90bc99380517d5ae5d737b430fedc49cf8c7793d1d06007878bb78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "50345a8f6d90bc99380517d5ae5d737b430fedc49cf8c7793d1d06007878bb78", 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" "50345a8f6d90bc99380517d5ae5d737b430fedc49cf8c7793d1d06007878bb78" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "50345a8f6d90bc99380517d5ae5d737b430fedc49cf8c7793d1d06007878bb78", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "50345a8f6d90bc99380517d5ae5d737b430fedc49cf8c7793d1d06007878bb78" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling serde_derive v1.0.138
[INFO] [stderr]    Compiling serde v1.0.138
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling rust-program v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `iconv`
[INFO] [stdout]  --> src/data/usecases/vendors/nuinvest/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use iconv::{iconv, IconvReader};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `iconv`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `iconv`, use `cargo add iconv` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Read`
[INFO] [stdout]  --> src/data/usecases/vendors/nuinvest/mod.rs:7:15
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::io::{Read, BufReader, BufRead};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-program` (bin "rust-program") due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "50345a8f6d90bc99380517d5ae5d737b430fedc49cf8c7793d1d06007878bb78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50345a8f6d90bc99380517d5ae5d737b430fedc49cf8c7793d1d06007878bb78", kill_on_drop: false }`
[INFO] [stdout] 50345a8f6d90bc99380517d5ae5d737b430fedc49cf8c7793d1d06007878bb78
