[INFO] cloning repository https://github.com/alice/aoc2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alice/aoc2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falice%2Faoc2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falice%2Faoc2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d1c65cde5e04bfd26d8fecb321dedea11b94fb53 [INFO] testing alice/aoc2021 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%2Falice%2Faoc2021" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alice/aoc2021 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/alice/aoc2021 [INFO] finished tweaking git repo https://github.com/alice/aoc2021 [INFO] tweaked toml for git repo https://github.com/alice/aoc2021 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/alice/aoc2021 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] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 6ea527fc392d7b770154ad80796023c7feede887ce6dc81ad43c0de05f5b5775 [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" "6ea527fc392d7b770154ad80796023c7feede887ce6dc81ad43c0de05f5b5775", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6ea527fc392d7b770154ad80796023c7feede887ce6dc81ad43c0de05f5b5775", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ea527fc392d7b770154ad80796023c7feede887ce6dc81ad43c0de05f5b5775", kill_on_drop: false }` [INFO] [stdout] 6ea527fc392d7b770154ad80796023c7feede887ce6dc81ad43c0de05f5b5775 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 0b4f7c4baca1a6e4df2161cc561f57808d9fd5c133ca0238d4db1ffa121ab275 [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" "0b4f7c4baca1a6e4df2161cc561f57808d9fd5c133ca0238d4db1ffa121ab275", kill_on_drop: false }` [INFO] [stderr] Compiling aoc2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected expression, found statement (`let`) [INFO] [stdout] --> src/day_08.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | if !(let[input_str, output_str] = line.split(" | ").collect::>().as_slice()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: variable declaration using `let` is a statement [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `output_str` in this scope [INFO] [stdout] --> src/day_08.rs:16:36 [INFO] [stdout] | [INFO] [stdout] 16 | let outputs: Vec = output_str.split(" ").map(|s| s.to_string()).collect(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `let` expressions in this position are unstable [INFO] [stdout] --> src/day_08.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | if !(let[input_str, output_str] = line.split(" | ").collect::>().as_slice()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #53667 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2021` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "0b4f7c4baca1a6e4df2161cc561f57808d9fd5c133ca0238d4db1ffa121ab275", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b4f7c4baca1a6e4df2161cc561f57808d9fd5c133ca0238d4db1ffa121ab275", kill_on_drop: false }` [INFO] [stdout] 0b4f7c4baca1a6e4df2161cc561f57808d9fd5c133ca0238d4db1ffa121ab275