[INFO] cloning repository https://github.com/RoryShively/price-parser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RoryShively/price-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRoryShively%2Fprice-parser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRoryShively%2Fprice-parser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a832658729959bf21f4770c81723aaa7d4eb449b [INFO] testing RoryShively/price-parser against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRoryShively%2Fprice-parser" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RoryShively/price-parser on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/RoryShively/price-parser [INFO] finished tweaking git repo https://github.com/RoryShively/price-parser [INFO] tweaked toml for git repo https://github.com/RoryShively/price-parser written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/RoryShively/price-parser already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0983f19a42e4409bbaa9919436b759dfbdcb08781dc1b7f5ef95dfba216935fe [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" "0983f19a42e4409bbaa9919436b759dfbdcb08781dc1b7f5ef95dfba216935fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0983f19a42e4409bbaa9919436b759dfbdcb08781dc1b7f5ef95dfba216935fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0983f19a42e4409bbaa9919436b759dfbdcb08781dc1b7f5ef95dfba216935fe", kill_on_drop: false }` [INFO] [stdout] 0983f19a42e4409bbaa9919436b759dfbdcb08781dc1b7f5ef95dfba216935fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9d023c1a477bdbc0aa236a9c0d96a4118546b6a6c14995ae5c70d8ec171d3eb0 [INFO] running `Command { std: "docker" "start" "-a" "9d023c1a477bdbc0aa236a9c0d96a4118546b6a6c14995ae5c70d8ec171d3eb0", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling bstr v0.2.10 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling price-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `resp` in this scope [INFO] [stdout] --> src/main.rs:66:45 [INFO] [stdout] | [INFO] [stdout] 66 | let utc_dt = Utc.from_utc_datetime(&resp?); [INFO] [stdout] | ^^^^ not found in this scope [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 `price-parser` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "9d023c1a477bdbc0aa236a9c0d96a4118546b6a6c14995ae5c70d8ec171d3eb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d023c1a477bdbc0aa236a9c0d96a4118546b6a6c14995ae5c70d8ec171d3eb0", kill_on_drop: false }` [INFO] [stdout] 9d023c1a477bdbc0aa236a9c0d96a4118546b6a6c14995ae5c70d8ec171d3eb0