[INFO] cloning repository https://github.com/alex179ohm/getquote [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alex179ohm/getquote" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falex179ohm%2Fgetquote", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falex179ohm%2Fgetquote'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 05cd4e91567f6880d5ff785f3aeb9ee3ce659083 [INFO] testing alex179ohm/getquote against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falex179ohm%2Fgetquote" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alex179ohm/getquote on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alex179ohm/getquote [INFO] finished tweaking git repo https://github.com/alex179ohm/getquote [INFO] tweaked toml for git repo https://github.com/alex179ohm/getquote written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/alex179ohm/getquote already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded yahoo_finance_api v1.2.2 [INFO] [stderr] Downloaded tracing-subscriber v0.3.5 [INFO] [stderr] Downloaded async-compat v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 620d5ba9390c234c12a4ae4116194a663b2c6a0ed35f7fddb02028bc4bdd0977 [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" "620d5ba9390c234c12a4ae4116194a663b2c6a0ed35f7fddb02028bc4bdd0977", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "620d5ba9390c234c12a4ae4116194a663b2c6a0ed35f7fddb02028bc4bdd0977", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "620d5ba9390c234c12a4ae4116194a663b2c6a0ed35f7fddb02028bc4bdd0977", kill_on_drop: false }` [INFO] [stdout] 620d5ba9390c234c12a4ae4116194a663b2c6a0ed35f7fddb02028bc4bdd0977 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "RUSTFLAGS=--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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3476ca1bfb14f30aed58819a3c46bc19e7c3cb964caa1aea8f562b70a621d219 [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" "3476ca1bfb14f30aed58819a3c46bc19e7c3cb964caa1aea8f562b70a621d219", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling serde_json v1.0.74 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling tracing-subscriber v0.3.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling async-compat v0.2.1 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling h2 v0.3.9 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.8 [INFO] [stderr] Compiling yahoo_finance_api v1.2.2 [INFO] [stderr] Compiling getquote v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `currency` in this scope [INFO] [stdout] --> src/main.rs:30:23 [INFO] [stdout] | [INFO] [stdout] 30 | Stock { name, currency } [INFO] [stdout] | ^^^^^^^^ a field by this name exists in `Self` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `getquote` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "3476ca1bfb14f30aed58819a3c46bc19e7c3cb964caa1aea8f562b70a621d219", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3476ca1bfb14f30aed58819a3c46bc19e7c3cb964caa1aea8f562b70a621d219", kill_on_drop: false }` [INFO] [stdout] 3476ca1bfb14f30aed58819a3c46bc19e7c3cb964caa1aea8f562b70a621d219