[INFO] cloning repository https://github.com/roberts-pumpurs/computer-enhance-course
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/roberts-pumpurs/computer-enhance-course" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froberts-pumpurs%2Fcomputer-enhance-course", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froberts-pumpurs%2Fcomputer-enhance-course'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8d9c9ae3988072ff730d80449be136f22de7d061
[INFO] testing roberts-pumpurs/computer-enhance-course against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froberts-pumpurs%2Fcomputer-enhance-course" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/roberts-pumpurs/computer-enhance-course
[INFO] finished tweaking git repo https://github.com/roberts-pumpurs/computer-enhance-course
[INFO] tweaked toml for git repo https://github.com/roberts-pumpurs/computer-enhance-course written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/roberts-pumpurs/computer-enhance-course on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/roberts-pumpurs/computer-enhance-course 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded xshell-macros v0.2.7
[INFO] [stderr]   Downloaded test-log-macros v0.2.17
[INFO] [stderr]   Downloaded test-log v0.2.17
[INFO] [stderr]   Downloaded env_logger v0.11.6
[INFO] [stderr]   Downloaded xshell v0.2.7
[INFO] [stderr]   Downloaded cc v1.2.3
[INFO] [stderr]   Downloaded color-eyre v0.6.3
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9507eb2b2d16a29aadc61cef5c4894238f61b630809deb4bea716bb0385f7367
[INFO] running `Command { std: "docker" "start" "-a" "9507eb2b2d16a29aadc61cef5c4894238f61b630809deb4bea716bb0385f7367", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9507eb2b2d16a29aadc61cef5c4894238f61b630809deb4bea716bb0385f7367", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9507eb2b2d16a29aadc61cef5c4894238f61b630809deb4bea716bb0385f7367", kill_on_drop: false }`
[INFO] [stdout] 9507eb2b2d16a29aadc61cef5c4894238f61b630809deb4bea716bb0385f7367
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03591fd714e982fcd06c2ac6a8a212a74f1c5915a114fe73cefbbc0acdc739ba
[INFO] running `Command { std: "docker" "start" "-a" "03591fd714e982fcd06c2ac6a8a212a74f1c5915a114fe73cefbbc0acdc739ba", kill_on_drop: false }`
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling bytemuck v1.21.0
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling cpu-8086 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `IndexMut` and `Index`
[INFO] [stdout]  --> src/cpu.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::{Index, IndexMut};
[INFO] [stdout]   |                ^^^^^  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-W unused-imports`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::ToBytes`
[INFO] [stdout]  --> src/cpu.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use num_traits::ToBytes;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt`
[INFO] [stdout]  --> src/instruction.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_derive::FromPrimitive`
[INFO] [stdout]  --> src/instruction.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use num_derive::FromPrimitive;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BX_SI` should have an upper camel case name
[INFO] [stdout]    --> src/instruction/binary_parsing.rs:209:5
[INFO] [stdout]     |
[INFO] [stdout] 209 |     BX_SI,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to upper camel case: `BxSi`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BX_DI` should have an upper camel case name
[INFO] [stdout]    --> src/instruction/binary_parsing.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 210 |     BX_DI,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to upper camel case: `BxDi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BP_SI` should have an upper camel case name
[INFO] [stdout]    --> src/instruction/binary_parsing.rs:211:5
[INFO] [stdout]     |
[INFO] [stdout] 211 |     BP_SI,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to upper camel case: `BpSi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BP_DI` should have an upper camel case name
[INFO] [stdout]    --> src/instruction/binary_parsing.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 |     BP_DI,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to upper camel case: `BpDi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/instruction/binary_parsing.rs:1062:5
[INFO] [stdout]      |
[INFO] [stdout]  653 | pub fn ix_table() -> [IxDef<'static>; 8] {
[INFO] [stdout]      |                      ------------------- expected `[IxDef<'static>; 8]` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 1062 |     res
[INFO] [stdout]      |     ^^^ expected an array with a size of 8, found one with a size of 257
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected array `[IxDef<'static>; 8]`
[INFO] [stdout]                 found array `[IxDef<'_>; 257]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cpu-8086` (lib) due to 1 previous error; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "03591fd714e982fcd06c2ac6a8a212a74f1c5915a114fe73cefbbc0acdc739ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03591fd714e982fcd06c2ac6a8a212a74f1c5915a114fe73cefbbc0acdc739ba", kill_on_drop: false }`
[INFO] [stdout] 03591fd714e982fcd06c2ac6a8a212a74f1c5915a114fe73cefbbc0acdc739ba
