[INFO] cloning repository https://github.com/9vvert/SimNES
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/9vvert/SimNES" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F9vvert%2FSimNES", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F9vvert%2FSimNES'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2e1d55152dfb6cae6889243cf5440d0733d18193
[INFO] checking 9vvert/SimNES against master#c8a31b780d5415358566a20b94912620a3f27067 for pr-139493-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F9vvert%2FSimNES" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/9vvert/SimNES
[INFO] finished tweaking git repo https://github.com/9vvert/SimNES
[INFO] tweaked toml for git repo https://github.com/9vvert/SimNES written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/9vvert/SimNES on toolchain c8a31b780d5415358566a20b94912620a3f27067
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c8a31b780d5415358566a20b94912620a3f27067" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/9vvert/SimNES 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" "+c8a31b780d5415358566a20b94912620a3f27067" "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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c8a31b780d5415358566a20b94912620a3f27067" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0d0f91195104f28065a5a34fb169e24dbf9363442822d54bb2902afc01b288c4
[INFO] running `Command { std: "docker" "start" "-a" "0d0f91195104f28065a5a34fb169e24dbf9363442822d54bb2902afc01b288c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d0f91195104f28065a5a34fb169e24dbf9363442822d54bb2902afc01b288c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d0f91195104f28065a5a34fb169e24dbf9363442822d54bb2902afc01b288c4", kill_on_drop: false }`
[INFO] [stdout] 0d0f91195104f28065a5a34fb169e24dbf9363442822d54bb2902afc01b288c4
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c8a31b780d5415358566a20b94912620a3f27067" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14be465b0b53168d8414cdff68c3a58d1d329f42eb59f24f073c335e63184f01
[INFO] running `Command { std: "docker" "start" "-a" "14be465b0b53168d8414cdff68c3a58d1d329f42eb59f24f073c335e63184f01", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.4
[INFO] [stderr]     Checking num_enum v0.7.4
[INFO] [stderr]     Checking nes_cpu v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0532]: expected tuple struct or tuple variant, found enum `Opcode`
[INFO] [stdout]   --> src/lib.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 Opcode(i) => Opcode(i),
[INFO] [stdout]    |                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the enum has no tuple variants to match against
[INFO] [stdout]    = help: you might have meant to match against one of the enum's non-tuple variants
[INFO] [stdout] note: the enum is defined here
[INFO] [stdout]   --> src/opcode.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / pub enum Opcode {
[INFO] [stdout]  6 | |     LDA = 0xa9,
[INFO] [stdout]  7 | |     Unknown,
[INFO] [stdout]  8 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_enum::TryFromPrimitive`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use num_enum::TryFromPrimitive;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0532]: expected tuple struct or tuple variant, found enum `Opcode`
[INFO] [stdout]   --> src/lib.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 Opcode(i) => Opcode(i),
[INFO] [stdout]    |                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the enum has no tuple variants to match against
[INFO] [stdout]    = help: you might have meant to match against one of the enum's non-tuple variants
[INFO] [stdout] note: the enum is defined here
[INFO] [stdout]   --> src/opcode.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / pub enum Opcode {
[INFO] [stdout]  6 | |     LDA = 0xa9,
[INFO] [stdout]  7 | |     Unknown,
[INFO] [stdout]  8 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_enum::TryFromPrimitive`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use num_enum::TryFromPrimitive;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: `match` arms have incompatible types
[INFO] [stdout]   --> src/lib.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 32 |               let opcode = match Opcode::try_from(fetch_byte(program)) {
[INFO] [stdout]    |  __________________________-
[INFO] [stdout] 33 | |                 Ok(code) => code,
[INFO] [stdout]    | |                             ---- this is found to be of type `Opcode`
[INFO] [stdout] 34 | |                 Err(e) => e,
[INFO] [stdout]    | |                           ^ expected `Opcode`, found `TryFromPrimitiveError<Opcode>`
[INFO] [stdout] 35 | |             };
[INFO] [stdout]    | |_____________- `match` arms have incompatible types
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `Opcode`
[INFO] [stdout]             found struct `TryFromPrimitiveError<Opcode>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found enum `Opcode`
[INFO] [stdout]   --> src/lib.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 Opcode(i) => Opcode(i),
[INFO] [stdout]    |                              ^^^^^^ help: a local variable with a similar name exists (notice the capitalization): `opcode`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the enum has no tuple variants to construct
[INFO] [stdout]    = help: you might have meant to construct one of the enum's non-tuple variants
[INFO] [stdout] note: the enum is defined here
[INFO] [stdout]   --> src/opcode.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / pub enum Opcode {
[INFO] [stdout]  6 | |     LDA = 0xa9,
[INFO] [stdout]  7 | |     Unknown,
[INFO] [stdout]  8 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0423, E0532.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nes_cpu` (lib) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: `match` arms have incompatible types
[INFO] [stdout]   --> src/lib.rs:34:27
[INFO] [stdout]    |
[INFO] [stdout] 32 |               let opcode = match Opcode::try_from(fetch_byte(program)) {
[INFO] [stdout]    |  __________________________-
[INFO] [stdout] 33 | |                 Ok(code) => code,
[INFO] [stdout]    | |                             ---- this is found to be of type `Opcode`
[INFO] [stdout] 34 | |                 Err(e) => e,
[INFO] [stdout]    | |                           ^ expected `Opcode`, found `TryFromPrimitiveError<Opcode>`
[INFO] [stdout] 35 | |             };
[INFO] [stdout]    | |_____________- `match` arms have incompatible types
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `Opcode`
[INFO] [stdout]             found struct `TryFromPrimitiveError<Opcode>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found enum `Opcode`
[INFO] [stdout]   --> src/lib.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 Opcode(i) => Opcode(i),
[INFO] [stdout]    |                              ^^^^^^ help: a local variable with a similar name exists (notice the capitalization): `opcode`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the enum has no tuple variants to construct
[INFO] [stdout]    = help: you might have meant to construct one of the enum's non-tuple variants
[INFO] [stdout] note: the enum is defined here
[INFO] [stdout]   --> src/opcode.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / pub enum Opcode {
[INFO] [stdout]  6 | |     LDA = 0xa9,
[INFO] [stdout]  7 | |     Unknown,
[INFO] [stdout]  8 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0423, E0532.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nes_cpu` (lib test) due to 3 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "14be465b0b53168d8414cdff68c3a58d1d329f42eb59f24f073c335e63184f01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14be465b0b53168d8414cdff68c3a58d1d329f42eb59f24f073c335e63184f01", kill_on_drop: false }`
[INFO] [stdout] 14be465b0b53168d8414cdff68c3a58d1d329f42eb59f24f073c335e63184f01
