[INFO] cloning repository https://github.com/lars-frogner/intel_8086
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lars-frogner/intel_8086" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flars-frogner%2Fintel_8086", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flars-frogner%2Fintel_8086'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 901cf8583a94c1e7ac78206950875c0a2bcb60d4
[INFO] checking lars-frogner/intel_8086 against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flars-frogner%2Fintel_8086" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lars-frogner/intel_8086
[INFO] finished tweaking git repo https://github.com/lars-frogner/intel_8086
[INFO] tweaked toml for git repo https://github.com/lars-frogner/intel_8086 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lars-frogner/intel_8086 on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lars-frogner/intel_8086 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0da74f6355a57a17f2357caa800c6725d5ede492c4ae3d99a9c42fef06066b34
[INFO] running `Command { std: "docker" "start" "0da74f6355a57a17f2357caa800c6725d5ede492c4ae3d99a9c42fef06066b34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0da74f6355a57a17f2357caa800c6725d5ede492c4ae3d99a9c42fef06066b34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0da74f6355a57a17f2357caa800c6725d5ede492c4ae3d99a9c42fef06066b34" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0da74f6355a57a17f2357caa800c6725d5ede492c4ae3d99a9c42fef06066b34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0da74f6355a57a17f2357caa800c6725d5ede492c4ae3d99a9c42fef06066b34" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.49
[INFO] [stderr]     Checking tempfile v3.10.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]     Checking intel_8086 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:738:30
[INFO] [stdout]     |
[INFO] [stdout] 738 | pub fn decode_program(bytes: &[u8]) -> Result<Program, ProgramDecodeError> {
[INFO] [stdout]     |                              ^^^^^                     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 738 | pub fn decode_program(bytes: &[u8]) -> Result<Program, ProgramDecodeError<'_>> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:750:34
[INFO] [stdout]     |
[INFO] [stdout] 750 | pub fn decode_instruction(bytes: &[u8]) -> DecodeResult<Instruction> {
[INFO] [stdout]     |                                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 750 | pub fn decode_instruction(bytes: &[u8]) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:793:12
[INFO] [stdout]     |
[INFO] [stdout] 793 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 794 | ) -> DecodeResult<Instruction> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 794 | ) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:816:12
[INFO] [stdout]     |
[INFO] [stdout] 816 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 817 | ) -> DecodeResult<Instruction> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 817 | ) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:839:12
[INFO] [stdout]     |
[INFO] [stdout] 839 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 840 | ) -> DecodeResult<Instruction> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 840 | ) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:859:61
[INFO] [stdout]     |
[INFO] [stdout] 859 | fn decode_instr_for_imm_to_reg_opcode(op: Operation, bytes: &[u8]) -> DecodeResult<Instruction> {
[INFO] [stdout]     |                                                             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                             |
[INFO] [stdout]     |                                                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 859 | fn decode_instr_for_imm_to_reg_opcode(op: Operation, bytes: &[u8]) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:884:12
[INFO] [stdout]     |
[INFO] [stdout] 884 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 885 | ) -> DecodeResult<Instruction> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 885 | ) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:904:63
[INFO] [stdout]     |
[INFO] [stdout] 904 | fn decode_instr_for_arithmetic_imm_with_mem_reg_opcode(bytes: &[u8]) -> DecodeResult<Instruction> {
[INFO] [stdout]     |                                                               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                               |
[INFO] [stdout]     |                                                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 904 | fn decode_instr_for_arithmetic_imm_with_mem_reg_opcode(bytes: &[u8]) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:930:12
[INFO] [stdout]     |
[INFO] [stdout] 930 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 931 | ) -> DecodeResult<Instruction> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 931 | ) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:948:12
[INFO] [stdout]     |
[INFO] [stdout] 948 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 949 | ) -> DecodeResult<Instruction> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 949 | ) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:967:41
[INFO] [stdout]     |
[INFO] [stdout] 967 | fn decode_instr_for_shift_opcode(bytes: &[u8]) -> DecodeResult<Instruction> {
[INFO] [stdout]     |                                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 967 | fn decode_instr_for_shift_opcode(bytes: &[u8]) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:988:12
[INFO] [stdout]     |
[INFO] [stdout] 988 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 989 | ) -> DecodeResult<DecodedRegisterOrMemory> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 989 | ) -> DecodeResult<'_, DecodedRegisterOrMemory> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/decoding.rs:1203:17
[INFO] [stdout]      |
[INFO] [stdout] 1203 |     disp_bytes: &[u8],
[INFO] [stdout]      |                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 1204 | ) -> DecodeResult<MemoryAddressExpression> {
[INFO] [stdout]      |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1204 | ) -> DecodeResult<'_, MemoryAddressExpression> {
[INFO] [stdout]      |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/decoding.rs:1253:26
[INFO] [stdout]      |
[INFO] [stdout] 1253 | fn decode_address(bytes: &[u8]) -> DecodeResult<MemoryAddressExpression> {
[INFO] [stdout]      |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                          |
[INFO] [stdout]      |                          the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1253 | fn decode_address(bytes: &[u8]) -> DecodeResult<'_, MemoryAddressExpression> {
[INFO] [stdout]      |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/decoding.rs:1261:55
[INFO] [stdout]      |
[INFO] [stdout] 1261 | fn decode_immediate(operand_size: OperandSize, bytes: &[u8]) -> DecodeResult<Immediate> {
[INFO] [stdout]      |                                                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                       |
[INFO] [stdout]      |                                                       the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1261 | fn decode_immediate(operand_size: OperandSize, bytes: &[u8]) -> DecodeResult<'_, Immediate> {
[INFO] [stdout]      |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/decoding.rs:1268:12
[INFO] [stdout]      |
[INFO] [stdout] 1268 |     bytes: &[u8],
[INFO] [stdout]      |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 1269 | ) -> DecodeResult<Immediate> {
[INFO] [stdout]      |      ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1269 | ) -> DecodeResult<'_, Immediate> {
[INFO] [stdout]      |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:738:30
[INFO] [stdout]     |
[INFO] [stdout] 738 | pub fn decode_program(bytes: &[u8]) -> Result<Program, ProgramDecodeError> {
[INFO] [stdout]     |                              ^^^^^                     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 738 | pub fn decode_program(bytes: &[u8]) -> Result<Program, ProgramDecodeError<'_>> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:750:34
[INFO] [stdout]     |
[INFO] [stdout] 750 | pub fn decode_instruction(bytes: &[u8]) -> DecodeResult<Instruction> {
[INFO] [stdout]     |                                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 750 | pub fn decode_instruction(bytes: &[u8]) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:793:12
[INFO] [stdout]     |
[INFO] [stdout] 793 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 794 | ) -> DecodeResult<Instruction> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 794 | ) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:816:12
[INFO] [stdout]     |
[INFO] [stdout] 816 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 817 | ) -> DecodeResult<Instruction> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 817 | ) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:839:12
[INFO] [stdout]     |
[INFO] [stdout] 839 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 840 | ) -> DecodeResult<Instruction> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 840 | ) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:859:61
[INFO] [stdout]     |
[INFO] [stdout] 859 | fn decode_instr_for_imm_to_reg_opcode(op: Operation, bytes: &[u8]) -> DecodeResult<Instruction> {
[INFO] [stdout]     |                                                             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                             |
[INFO] [stdout]     |                                                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 859 | fn decode_instr_for_imm_to_reg_opcode(op: Operation, bytes: &[u8]) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:884:12
[INFO] [stdout]     |
[INFO] [stdout] 884 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 885 | ) -> DecodeResult<Instruction> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 885 | ) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:904:63
[INFO] [stdout]     |
[INFO] [stdout] 904 | fn decode_instr_for_arithmetic_imm_with_mem_reg_opcode(bytes: &[u8]) -> DecodeResult<Instruction> {
[INFO] [stdout]     |                                                               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                               |
[INFO] [stdout]     |                                                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 904 | fn decode_instr_for_arithmetic_imm_with_mem_reg_opcode(bytes: &[u8]) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:930:12
[INFO] [stdout]     |
[INFO] [stdout] 930 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 931 | ) -> DecodeResult<Instruction> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 931 | ) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:948:12
[INFO] [stdout]     |
[INFO] [stdout] 948 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 949 | ) -> DecodeResult<Instruction> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 949 | ) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:967:41
[INFO] [stdout]     |
[INFO] [stdout] 967 | fn decode_instr_for_shift_opcode(bytes: &[u8]) -> DecodeResult<Instruction> {
[INFO] [stdout]     |                                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 967 | fn decode_instr_for_shift_opcode(bytes: &[u8]) -> DecodeResult<'_, Instruction> {
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decoding.rs:988:12
[INFO] [stdout]     |
[INFO] [stdout] 988 |     bytes: &[u8],
[INFO] [stdout]     |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 989 | ) -> DecodeResult<DecodedRegisterOrMemory> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 989 | ) -> DecodeResult<'_, DecodedRegisterOrMemory> {
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/decoding.rs:1203:17
[INFO] [stdout]      |
[INFO] [stdout] 1203 |     disp_bytes: &[u8],
[INFO] [stdout]      |                 ^^^^^ the lifetime is elided here
[INFO] [stdout] 1204 | ) -> DecodeResult<MemoryAddressExpression> {
[INFO] [stdout]      |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1204 | ) -> DecodeResult<'_, MemoryAddressExpression> {
[INFO] [stdout]      |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/decoding.rs:1253:26
[INFO] [stdout]      |
[INFO] [stdout] 1253 | fn decode_address(bytes: &[u8]) -> DecodeResult<MemoryAddressExpression> {
[INFO] [stdout]      |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                          |
[INFO] [stdout]      |                          the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1253 | fn decode_address(bytes: &[u8]) -> DecodeResult<'_, MemoryAddressExpression> {
[INFO] [stdout]      |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/decoding.rs:1261:55
[INFO] [stdout]      |
[INFO] [stdout] 1261 | fn decode_immediate(operand_size: OperandSize, bytes: &[u8]) -> DecodeResult<Immediate> {
[INFO] [stdout]      |                                                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                                       |
[INFO] [stdout]      |                                                       the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1261 | fn decode_immediate(operand_size: OperandSize, bytes: &[u8]) -> DecodeResult<'_, Immediate> {
[INFO] [stdout]      |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/decoding.rs:1268:12
[INFO] [stdout]      |
[INFO] [stdout] 1268 |     bytes: &[u8],
[INFO] [stdout]      |            ^^^^^ the lifetime is elided here
[INFO] [stdout] 1269 | ) -> DecodeResult<Immediate> {
[INFO] [stdout]      |      ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1269 | ) -> DecodeResult<'_, Immediate> {
[INFO] [stdout]      |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s
[INFO] running `Command { std: "docker" "inspect" "0da74f6355a57a17f2357caa800c6725d5ede492c4ae3d99a9c42fef06066b34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0da74f6355a57a17f2357caa800c6725d5ede492c4ae3d99a9c42fef06066b34", kill_on_drop: false }`
[INFO] [stdout] 0da74f6355a57a17f2357caa800c6725d5ede492c4ae3d99a9c42fef06066b34
