[INFO] cloning repository https://github.com/jjinkou2/aoc2019
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jjinkou2/aoc2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjjinkou2%2Faoc2019", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjjinkou2%2Faoc2019'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d6bdde433f64daef399dcf638e923846cbc4b01a
[INFO] testing jjinkou2/aoc2019 against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjjinkou2%2Faoc2019" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jjinkou2/aoc2019
[INFO] finished tweaking git repo https://github.com/jjinkou2/aoc2019
[INFO] tweaked toml for git repo https://github.com/jjinkou2/aoc2019 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jjinkou2/aoc2019 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jjinkou2/aoc2019 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5e53bce1b02493f22265d22c2da4d6cdd89a2a471d890b105f1fa7ba1ce63d7c
[INFO] running `Command { std: "docker" "start" "-a" "5e53bce1b02493f22265d22c2da4d6cdd89a2a471d890b105f1fa7ba1ce63d7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e53bce1b02493f22265d22c2da4d6cdd89a2a471d890b105f1fa7ba1ce63d7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e53bce1b02493f22265d22c2da4d6cdd89a2a471d890b105f1fa7ba1ce63d7c", kill_on_drop: false }`
[INFO] [stdout] 5e53bce1b02493f22265d22c2da4d6cdd89a2a471d890b105f1fa7ba1ce63d7c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b19168b834599db5cfa23b4bf57e0f8b772057f0769e81a8566bf50ef0aa2755
[INFO] running `Command { std: "docker" "start" "-a" "b19168b834599db5cfa23b4bf57e0f8b772057f0769e81a8566bf50ef0aa2755", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling anstyle-query v1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling plotters-backend v0.3.6
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling clap_lex v0.7.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling syn v2.0.70
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling plotters-svg v0.3.6
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling clap_builder v4.5.9
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling plotters v0.3.6
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling clap_derive v4.5.8
[INFO] [stderr]    Compiling clap v4.5.9
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling aoc2019 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: arguments to this method are incorrect
[INFO] [stdout]   --> src/day02.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let answer1 = computer.execute(12, 2)?;
[INFO] [stdout]    |                            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: expected `Option<Vec<i64>>`, found integer
[INFO] [stdout]   --> src/day02.rs:11:36
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let answer1 = computer.execute(12, 2)?;
[INFO] [stdout]    |                                    ^^
[INFO] [stdout]    = note: expected enum `Option<Vec<i64>>`
[INFO] [stdout]               found type `{integer}`
[INFO] [stdout] note: expected `Option<(i64, i64)>`, found integer
[INFO] [stdout]   --> src/day02.rs:11:40
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let answer1 = computer.execute(12, 2)?;
[INFO] [stdout]    |                                        ^
[INFO] [stdout]    = note: expected enum `Option<(i64, i64)>`
[INFO] [stdout]               found type `{integer}`
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> src/computer.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn execute(
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 36 |         &mut self,
[INFO] [stdout] 37 |         input: Option<Vec<i64>>,
[INFO] [stdout]    |         -----------------------
[INFO] [stdout] 38 |         noun_and_verb: Option<(i64, i64)>,
[INFO] [stdout]    |         ---------------------------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: arguments to this method are incorrect
[INFO] [stdout]   --> src/day02.rs:16:25
[INFO] [stdout]    |
[INFO] [stdout] 16 |             if computer.execute(noun, verb)? == 19690720 {
[INFO] [stdout]    |                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: expected `Option<Vec<i64>>`, found integer
[INFO] [stdout]   --> src/day02.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 |             if computer.execute(noun, verb)? == 19690720 {
[INFO] [stdout]    |                                 ^^^^
[INFO] [stdout]    = note: expected enum `Option<Vec<i64>>`
[INFO] [stdout]               found type `{integer}`
[INFO] [stdout] note: expected `Option<(i64, i64)>`, found integer
[INFO] [stdout]   --> src/day02.rs:16:39
[INFO] [stdout]    |
[INFO] [stdout] 16 |             if computer.execute(noun, verb)? == 19690720 {
[INFO] [stdout]    |                                       ^^^^
[INFO] [stdout]    = note: expected enum `Option<(i64, i64)>`
[INFO] [stdout]               found type `{integer}`
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> src/computer.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn execute(
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 36 |         &mut self,
[INFO] [stdout] 37 |         input: Option<Vec<i64>>,
[INFO] [stdout]    |         -----------------------
[INFO] [stdout] 38 |         noun_and_verb: Option<(i64, i64)>,
[INFO] [stdout]    |         ---------------------------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Mode: TryFrom<u64>` is not satisfied
[INFO] [stdout]   --> src/computer.rs:87:23
[INFO] [stdout]    |
[INFO] [stdout] 87 |         let m = match Mode::try_from(self.0 % 10) {
[INFO] [stdout]    |                       ^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<u64>` is not implemented for `Mode`
[INFO] [stdout]   --> src/computer.rs:76:1
[INFO] [stdout]    |
[INFO] [stdout] 76 | enum Mode {
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    = note: required for `u64` to implement `Into<Mode>`
[INFO] [stdout]    = note: required for `Mode` to implement `TryFrom<u64>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: `match` arms have incompatible types
[INFO] [stdout]   --> src/computer.rs:89:23
[INFO] [stdout]    |
[INFO] [stdout] 87 |           let m = match Mode::try_from(self.0 % 10) {
[INFO] [stdout]    |  _________________-
[INFO] [stdout] 88 | |             Ok(mode) => mode,
[INFO] [stdout]    | |                         ---- this is found to be of type `Mode`
[INFO] [stdout] 89 | |             Err(e) => Some(Err(e)),
[INFO] [stdout]    | |                       ^^^^^^^^^^^^ expected `Mode`, found `Option<Result<_, Infallible>>`
[INFO] [stdout] 90 | |         };
[INFO] [stdout]    | |_________- `match` arms have incompatible types
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `Mode`
[INFO] [stdout]               found enum `Option<Result<_, Infallible>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Mode: From<u64>` is not satisfied
[INFO] [stdout]   --> src/computer.rs:87:23
[INFO] [stdout]    |
[INFO] [stdout] 87 |         let m = match Mode::try_from(self.0 % 10) {
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `From<u64>` is not implemented for `Mode`
[INFO] [stdout]   --> src/computer.rs:76:1
[INFO] [stdout]    |
[INFO] [stdout] 76 | enum Mode {
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    = note: required for `u64` to implement `Into<Mode>`
[INFO] [stdout]    = note: required for `Mode` to implement `TryFrom<u64>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `opcode`
[INFO] [stdout]   --> src/computer.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 61 |         let opcode = n % 100;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_opcode`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `modes`
[INFO] [stdout]   --> src/computer.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |         let modes = Modes(n as u64);
[INFO] [stdout]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_modes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inst`
[INFO] [stdout]   --> src/computer.rs:67:39
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn execute_instruction(&mut self, inst: Instruction) -> Result<(), Error> {
[INFO] [stdout]    |                                       ^^^^ help: if this is intentional, prefix it with an underscore: `_inst`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2019` (lib) due to 5 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b19168b834599db5cfa23b4bf57e0f8b772057f0769e81a8566bf50ef0aa2755", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b19168b834599db5cfa23b4bf57e0f8b772057f0769e81a8566bf50ef0aa2755", kill_on_drop: false }`
[INFO] [stdout] b19168b834599db5cfa23b4bf57e0f8b772057f0769e81a8566bf50ef0aa2755
