[INFO] cloning repository https://github.com/dastbe/aoc-uh-oh [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dastbe/aoc-uh-oh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdastbe%2Faoc-uh-oh", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdastbe%2Faoc-uh-oh'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9782806bd438bc72b56191671bd011216ecd8277 [INFO] testing dastbe/aoc-uh-oh against 1.83.0 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdastbe%2Faoc-uh-oh" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dastbe/aoc-uh-oh on toolchain 1.83.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dastbe/aoc-uh-oh [INFO] finished tweaking git repo https://github.com/dastbe/aoc-uh-oh [INFO] tweaked toml for git repo https://github.com/dastbe/aoc-uh-oh written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/dastbe/aoc-uh-oh 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.83.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 88a2bc090a7b25549c2eee3584797d4b06718e59ef63cfb853795e27f2d66ebc [INFO] running `Command { std: "docker" "start" "-a" "88a2bc090a7b25549c2eee3584797d4b06718e59ef63cfb853795e27f2d66ebc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88a2bc090a7b25549c2eee3584797d4b06718e59ef63cfb853795e27f2d66ebc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88a2bc090a7b25549c2eee3584797d4b06718e59ef63cfb853795e27f2d66ebc", kill_on_drop: false }` [INFO] [stdout] 88a2bc090a7b25549c2eee3584797d4b06718e59ef63cfb853795e27f2d66ebc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e21ccebf890f293032e28aa97c71905b1f2d73ab1039c62940e3093414a8598d [INFO] running `Command { std: "docker" "start" "-a" "e21ccebf890f293032e28aa97c71905b1f2d73ab1039c62940e3093414a8598d", kill_on_drop: false }` [INFO] [stderr] Compiling aoc-uh-oh v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `packet` [INFO] [stdout] --> src/main.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | let packet = decode(vec![1,0,1,0]); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_packet` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `version`, `type_id`, and `packets` are never read [INFO] [stdout] --> src/main.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 61 | pub struct OperatorPacket { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 62 | version: u64, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 63 | type_id: u64, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 64 | packets: Vec [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OperatorPacket` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `&mut Peekable>: Sized` [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`aoc_uh_oh`) [INFO] [stdout] = note: required for `std::iter::Take<&mut Peekable>>` to implement `Iterator` [INFO] [stdout] = note: 128 redundant requirements hidden [INFO] [stdout] = note: required for `&mut Peekable>>>>>>>>>` to implement `Iterator` [INFO] [stdout] = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/aoc_uh_oh-d4b723b86101acb0.long-type-13464218566996630038.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc-uh-oh` (bin "aoc-uh-oh") due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "e21ccebf890f293032e28aa97c71905b1f2d73ab1039c62940e3093414a8598d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e21ccebf890f293032e28aa97c71905b1f2d73ab1039c62940e3093414a8598d", kill_on_drop: false }` [INFO] [stdout] e21ccebf890f293032e28aa97c71905b1f2d73ab1039c62940e3093414a8598d