[INFO] fetching crate ep-capstone 0.2.0... [INFO] building ep-capstone-0.2.0 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate ep-capstone 0.2.0 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate ep-capstone 0.2.0 on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ep-capstone 0.2.0 [INFO] finished tweaking crates.io crate ep-capstone 0.2.0 [INFO] tweaked toml for crates.io crate ep-capstone 0.2.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding bitflags v1.3.2 (available: v2.6.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6ee914e5fd30ab92bf629d6fec9fe29f3bb1a9091ce4c7044dcc2bd463d629c [INFO] running `Command { std: "docker" "start" "-a" "a6ee914e5fd30ab92bf629d6fec9fe29f3bb1a9091ce4c7044dcc2bd463d629c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6ee914e5fd30ab92bf629d6fec9fe29f3bb1a9091ce4c7044dcc2bd463d629c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6ee914e5fd30ab92bf629d6fec9fe29f3bb1a9091ce4c7044dcc2bd463d629c", kill_on_drop: false }` [INFO] [stdout] a6ee914e5fd30ab92bf629d6fec9fe29f3bb1a9091ce4c7044dcc2bd463d629c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c352bb524bd19c4bbaff3e28e9a92f5b021481263e515717f0660470f3947cc [INFO] running `Command { std: "docker" "start" "-a" "9c352bb524bd19c4bbaff3e28e9a92f5b021481263e515717f0660470f3947cc", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.6 [INFO] [stderr] Compiling ep-capstone v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/ARM/ARMDisassembler.c: In function 'DecodeVLDInstruction': [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/ARM/ARMDisassembler.c:2515:28: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: ep-capstone@0.2.0: 2515 | if (Rm == 0xd) { [INFO] [stderr] warning: ep-capstone@0.2.0: | ^ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/ARM/ARMDisassembler.c:2520:17: note: here [INFO] [stderr] warning: ep-capstone@0.2.0: 2520 | case ARM_VLD1d8wb_fixed: [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/ARM/ARMInstPrinter.c: In function 'ARM_printInst': [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/ARM/ARMInstPrinter.c:453:52: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: ep-capstone@0.2.0: 453 | if ((ARM_getFeatureBits(MI->csh->mode) & ARM_HasV8Ops)) { [INFO] [stderr] warning: ep-capstone@0.2.0: | ^ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/ARM/ARMInstPrinter.c:459:33: note: here [INFO] [stderr] warning: ep-capstone@0.2.0: 459 | default: [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/AArch64/AArch64Disassembler.c: In function 'DecodeThreeAddrSRegInstruction': [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/AArch64/AArch64Disassembler.c:850:28: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: ep-capstone@0.2.0: 850 | if (shiftHi == 0x3) [INFO] [stderr] warning: ep-capstone@0.2.0: | ^ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/AArch64/AArch64Disassembler.c:853:17: note: here [INFO] [stderr] warning: ep-capstone@0.2.0: 853 | case AArch64_ANDWrs: [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/AArch64/AArch64Disassembler.c:874:37: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: ep-capstone@0.2.0: 874 | if (shiftHi == 0x3) [INFO] [stderr] warning: ep-capstone@0.2.0: | ^ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/AArch64/AArch64Disassembler.c:877:17: note: here [INFO] [stderr] warning: ep-capstone@0.2.0: 877 | case AArch64_ANDXrs: [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum ' to 'enum x86_reg' [-Wenum-conversion] [INFO] [stderr] warning: ep-capstone@0.2.0: 53 | #define ENTRY(x) X86_REG_##x, [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:109:3: note: in expansion of macro 'ENTRY' [INFO] [stderr] warning: ep-capstone@0.2.0: 109 | ENTRY(BX_SI) \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT' [INFO] [stderr] warning: ep-capstone@0.2.0: 384 | EA_BASES_16BIT \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES' [INFO] [stderr] warning: ep-capstone@0.2.0: 54 | ALL_EA_BASES [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum ' to 'enum x86_reg' [-Wenum-conversion] [INFO] [stderr] warning: ep-capstone@0.2.0: 53 | #define ENTRY(x) X86_REG_##x, [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:110:3: note: in expansion of macro 'ENTRY' [INFO] [stderr] warning: ep-capstone@0.2.0: 110 | ENTRY(BX_DI) \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT' [INFO] [stderr] warning: ep-capstone@0.2.0: 384 | EA_BASES_16BIT \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES' [INFO] [stderr] warning: ep-capstone@0.2.0: 54 | ALL_EA_BASES [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum ' to 'enum x86_reg' [-Wenum-conversion] [INFO] [stderr] warning: ep-capstone@0.2.0: 53 | #define ENTRY(x) X86_REG_##x, [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:111:3: note: in expansion of macro 'ENTRY' [INFO] [stderr] warning: ep-capstone@0.2.0: 111 | ENTRY(BP_SI) \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT' [INFO] [stderr] warning: ep-capstone@0.2.0: 384 | EA_BASES_16BIT \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES' [INFO] [stderr] warning: ep-capstone@0.2.0: 54 | ALL_EA_BASES [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum ' to 'enum x86_reg' [-Wenum-conversion] [INFO] [stderr] warning: ep-capstone@0.2.0: 53 | #define ENTRY(x) X86_REG_##x, [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:112:3: note: in expansion of macro 'ENTRY' [INFO] [stderr] warning: ep-capstone@0.2.0: 112 | ENTRY(BP_DI) \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT' [INFO] [stderr] warning: ep-capstone@0.2.0: 384 | EA_BASES_16BIT \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES' [INFO] [stderr] warning: ep-capstone@0.2.0: 54 | ALL_EA_BASES [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum ' to 'enum x86_reg' [-Wenum-conversion] [INFO] [stderr] warning: ep-capstone@0.2.0: 53 | #define ENTRY(x) X86_REG_##x, [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:149:3: note: in expansion of macro 'ENTRY' [INFO] [stderr] warning: ep-capstone@0.2.0: 149 | ENTRY(sib) \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:385:3: note: in expansion of macro 'EA_BASES_32BIT' [INFO] [stderr] warning: ep-capstone@0.2.0: 385 | EA_BASES_32BIT \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES' [INFO] [stderr] warning: ep-capstone@0.2.0: 54 | ALL_EA_BASES [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum ' to 'enum x86_reg' [-Wenum-conversion] [INFO] [stderr] warning: ep-capstone@0.2.0: 53 | #define ENTRY(x) X86_REG_##x, [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:185:3: note: in expansion of macro 'ENTRY' [INFO] [stderr] warning: ep-capstone@0.2.0: 185 | ENTRY(sib64) \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:386:3: note: in expansion of macro 'EA_BASES_64BIT' [INFO] [stderr] warning: ep-capstone@0.2.0: 386 | EA_BASES_64BIT [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES' [INFO] [stderr] warning: ep-capstone@0.2.0: 54 | ALL_EA_BASES [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~ [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | struct NotSend(*mut u8); [INFO] [stdout] | ------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: union `X86EFlagsOrFpuFlags` is never used [INFO] [stdout] --> src/arch/x86.rs:509:7 [INFO] [stdout] | [INFO] [stdout] 509 | union X86EFlagsOrFpuFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s [INFO] running `Command { std: "docker" "inspect" "9c352bb524bd19c4bbaff3e28e9a92f5b021481263e515717f0660470f3947cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c352bb524bd19c4bbaff3e28e9a92f5b021481263e515717f0660470f3947cc", kill_on_drop: false }` [INFO] [stdout] 9c352bb524bd19c4bbaff3e28e9a92f5b021481263e515717f0660470f3947cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14b0f1cfcef96a567334bae5287ba6b0a6cfcd4f9f42e7ace5a6221c38e3549c [INFO] running `Command { std: "docker" "start" "-a" "14b0f1cfcef96a567334bae5287ba6b0a6cfcd4f9f42e7ace5a6221c38e3549c", kill_on_drop: false }` [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/ARM/ARMDisassembler.c: In function 'DecodeVLDInstruction': [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/ARM/ARMDisassembler.c:2515:28: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: ep-capstone@0.2.0: 2515 | if (Rm == 0xd) { [INFO] [stderr] warning: ep-capstone@0.2.0: | ^ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/ARM/ARMDisassembler.c:2520:17: note: here [INFO] [stderr] warning: ep-capstone@0.2.0: 2520 | case ARM_VLD1d8wb_fixed: [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/ARM/ARMInstPrinter.c: In function 'ARM_printInst': [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/ARM/ARMInstPrinter.c:453:52: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: ep-capstone@0.2.0: 453 | if ((ARM_getFeatureBits(MI->csh->mode) & ARM_HasV8Ops)) { [INFO] [stderr] warning: ep-capstone@0.2.0: | ^ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/ARM/ARMInstPrinter.c:459:33: note: here [INFO] [stderr] warning: ep-capstone@0.2.0: 459 | default: [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/AArch64/AArch64Disassembler.c: In function 'DecodeThreeAddrSRegInstruction': [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/AArch64/AArch64Disassembler.c:850:28: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: ep-capstone@0.2.0: 850 | if (shiftHi == 0x3) [INFO] [stderr] warning: ep-capstone@0.2.0: | ^ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/AArch64/AArch64Disassembler.c:853:17: note: here [INFO] [stderr] warning: ep-capstone@0.2.0: 853 | case AArch64_ANDWrs: [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/AArch64/AArch64Disassembler.c:874:37: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: ep-capstone@0.2.0: 874 | if (shiftHi == 0x3) [INFO] [stderr] warning: ep-capstone@0.2.0: | ^ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/AArch64/AArch64Disassembler.c:877:17: note: here [INFO] [stderr] warning: ep-capstone@0.2.0: 877 | case AArch64_ANDXrs: [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum ' to 'enum x86_reg' [-Wenum-conversion] [INFO] [stderr] warning: ep-capstone@0.2.0: 53 | #define ENTRY(x) X86_REG_##x, [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:109:3: note: in expansion of macro 'ENTRY' [INFO] [stderr] warning: ep-capstone@0.2.0: 109 | ENTRY(BX_SI) \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT' [INFO] [stderr] warning: ep-capstone@0.2.0: 384 | EA_BASES_16BIT \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES' [INFO] [stderr] warning: ep-capstone@0.2.0: 54 | ALL_EA_BASES [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum ' to 'enum x86_reg' [-Wenum-conversion] [INFO] [stderr] warning: ep-capstone@0.2.0: 53 | #define ENTRY(x) X86_REG_##x, [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:110:3: note: in expansion of macro 'ENTRY' [INFO] [stderr] warning: ep-capstone@0.2.0: 110 | ENTRY(BX_DI) \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT' [INFO] [stderr] warning: ep-capstone@0.2.0: 384 | EA_BASES_16BIT \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES' [INFO] [stderr] warning: ep-capstone@0.2.0: 54 | ALL_EA_BASES [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum ' to 'enum x86_reg' [-Wenum-conversion] [INFO] [stderr] warning: ep-capstone@0.2.0: 53 | #define ENTRY(x) X86_REG_##x, [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:111:3: note: in expansion of macro 'ENTRY' [INFO] [stderr] warning: ep-capstone@0.2.0: 111 | ENTRY(BP_SI) \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT' [INFO] [stderr] warning: ep-capstone@0.2.0: 384 | EA_BASES_16BIT \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES' [INFO] [stderr] warning: ep-capstone@0.2.0: 54 | ALL_EA_BASES [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum ' to 'enum x86_reg' [-Wenum-conversion] [INFO] [stderr] warning: ep-capstone@0.2.0: 53 | #define ENTRY(x) X86_REG_##x, [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:112:3: note: in expansion of macro 'ENTRY' [INFO] [stderr] warning: ep-capstone@0.2.0: 112 | ENTRY(BP_DI) \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT' [INFO] [stderr] warning: ep-capstone@0.2.0: 384 | EA_BASES_16BIT \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~~~ [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | struct NotSend(*mut u8); [INFO] [stdout] | ------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES' [INFO] [stdout] warning: union `X86EFlagsOrFpuFlags` is never used [INFO] [stdout] --> src/arch/x86.rs:509:7 [INFO] [stdout] | [INFO] [stdout] 509 | union X86EFlagsOrFpuFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: ep-capstone@0.2.0: 54 | ALL_EA_BASES [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum ' to 'enum x86_reg' [-Wenum-conversion] [INFO] [stderr] warning: ep-capstone@0.2.0: 53 | #define ENTRY(x) X86_REG_##x, [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:149:3: note: in expansion of macro 'ENTRY' [INFO] [stderr] warning: ep-capstone@0.2.0: 149 | ENTRY(sib) \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:385:3: note: in expansion of macro 'EA_BASES_32BIT' [INFO] [stderr] warning: ep-capstone@0.2.0: 385 | EA_BASES_32BIT \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES' [INFO] [stderr] warning: ep-capstone@0.2.0: 54 | ALL_EA_BASES [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum ' to 'enum x86_reg' [-Wenum-conversion] [INFO] [stderr] warning: ep-capstone@0.2.0: 53 | #define ENTRY(x) X86_REG_##x, [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:185:3: note: in expansion of macro 'ENTRY' [INFO] [stderr] warning: ep-capstone@0.2.0: 185 | ENTRY(sib64) \ [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86DisassemblerDecoder.h:386:3: note: in expansion of macro 'EA_BASES_64BIT' [INFO] [stderr] warning: ep-capstone@0.2.0: 386 | EA_BASES_64BIT [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: ep-capstone@0.2.0: clib/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES' [INFO] [stderr] warning: ep-capstone@0.2.0: 54 | ALL_EA_BASES [INFO] [stderr] warning: ep-capstone@0.2.0: | ^~~~~~~~~~~~ [INFO] [stderr] Compiling ep-capstone v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | struct NotSend(*mut u8); [INFO] [stdout] | ------- ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: union `X86EFlagsOrFpuFlags` is never used [INFO] [stdout] --> src/arch/x86.rs:509:7 [INFO] [stdout] | [INFO] [stdout] 509 | union X86EFlagsOrFpuFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:263:19 [INFO] [stdout] | [INFO] [stdout] 263 | unsafe { &(*(::core::ptr::null::())).base as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:273:19 [INFO] [stdout] | [INFO] [stdout] 273 | unsafe { &(*(::core::ptr::null::())).index as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:283:19 [INFO] [stdout] | [INFO] [stdout] 283 | unsafe { &(*(::core::ptr::null::())).scale as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:293:19 [INFO] [stdout] | [INFO] [stdout] 293 | unsafe { &(*(::core::ptr::null::())).disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:303:19 [INFO] [stdout] | [INFO] [stdout] 303 | unsafe { &(*(::core::ptr::null::())).lshift as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:343:19 [INFO] [stdout] | [INFO] [stdout] 343 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:353:19 [INFO] [stdout] | [INFO] [stdout] 353 | unsafe { &(*(::core::ptr::null::())).value as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:386:19 [INFO] [stdout] | [INFO] [stdout] 386 | unsafe { &(*(::core::ptr::null::())).reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:396:19 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe { &(*(::core::ptr::null::())).imm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:406:19 [INFO] [stdout] | [INFO] [stdout] 406 | unsafe { &(*(::core::ptr::null::())).fp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:416:19 [INFO] [stdout] | [INFO] [stdout] 416 | unsafe { &(*(::core::ptr::null::())).mem as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:426:19 [INFO] [stdout] | [INFO] [stdout] 426 | unsafe { &(*(::core::ptr::null::())).setend as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:449:19 [INFO] [stdout] | [INFO] [stdout] 449 | unsafe { &(*(::core::ptr::null::())).vector_index as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:459:19 [INFO] [stdout] | [INFO] [stdout] 459 | unsafe { &(*(::core::ptr::null::())).shift as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:469:19 [INFO] [stdout] | [INFO] [stdout] 469 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:479:19 [INFO] [stdout] | [INFO] [stdout] 479 | unsafe { &(*(::core::ptr::null::())).subtracted as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:489:19 [INFO] [stdout] | [INFO] [stdout] 489 | unsafe { &(*(::core::ptr::null::())).access as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:499:19 [INFO] [stdout] | [INFO] [stdout] 499 | unsafe { &(*(::core::ptr::null::())).neon_lane as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:537:19 [INFO] [stdout] | [INFO] [stdout] 537 | unsafe { &(*(::core::ptr::null::())).usermode as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:547:19 [INFO] [stdout] | [INFO] [stdout] 547 | unsafe { &(*(::core::ptr::null::())).vector_size as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:557:19 [INFO] [stdout] | [INFO] [stdout] 557 | unsafe { &(*(::core::ptr::null::())).vector_data as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:567:19 [INFO] [stdout] | [INFO] [stdout] 567 | unsafe { &(*(::core::ptr::null::())).cps_mode as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:577:19 [INFO] [stdout] | [INFO] [stdout] 577 | unsafe { &(*(::core::ptr::null::())).cps_flag as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:587:19 [INFO] [stdout] | [INFO] [stdout] 587 | unsafe { &(*(::core::ptr::null::())).cc as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:597:19 [INFO] [stdout] | [INFO] [stdout] 597 | unsafe { &(*(::core::ptr::null::())).update_flags as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:607:19 [INFO] [stdout] | [INFO] [stdout] 607 | unsafe { &(*(::core::ptr::null::())).writeback as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:617:19 [INFO] [stdout] | [INFO] [stdout] 617 | unsafe { &(*(::core::ptr::null::())).mem_barrier as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:627:19 [INFO] [stdout] | [INFO] [stdout] 627 | unsafe { &(*(::core::ptr::null::())).op_count as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:637:19 [INFO] [stdout] | [INFO] [stdout] 637 | unsafe { &(*(::core::ptr::null::())).operands as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1037:19 [INFO] [stdout] | [INFO] [stdout] 1037 | unsafe { &(*(::core::ptr::null::())).base as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1047:19 [INFO] [stdout] | [INFO] [stdout] 1047 | unsafe { &(*(::core::ptr::null::())).index as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1057:19 [INFO] [stdout] | [INFO] [stdout] 1057 | unsafe { &(*(::core::ptr::null::())).disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1099:14 [INFO] [stdout] | [INFO] [stdout] 1099 | &(*(::core::ptr::null::())).type_ as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1111:14 [INFO] [stdout] | [INFO] [stdout] 1111 | &(*(::core::ptr::null::())).value as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1148:19 [INFO] [stdout] | [INFO] [stdout] 1148 | unsafe { &(*(::core::ptr::null::())).reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1158:19 [INFO] [stdout] | [INFO] [stdout] 1158 | unsafe { &(*(::core::ptr::null::())).imm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1168:19 [INFO] [stdout] | [INFO] [stdout] 1168 | unsafe { &(*(::core::ptr::null::())).fp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1178:19 [INFO] [stdout] | [INFO] [stdout] 1178 | unsafe { &(*(::core::ptr::null::())).mem as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1189:14 [INFO] [stdout] | [INFO] [stdout] 1189 | &(*(::core::ptr::null::())).pstate as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1200:19 [INFO] [stdout] | [INFO] [stdout] 1200 | unsafe { &(*(::core::ptr::null::())).sys as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1211:14 [INFO] [stdout] | [INFO] [stdout] 1211 | &(*(::core::ptr::null::())).prefetch as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1223:14 [INFO] [stdout] | [INFO] [stdout] 1223 | &(*(::core::ptr::null::())).barrier as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1247:19 [INFO] [stdout] | [INFO] [stdout] 1247 | unsafe { &(*(::core::ptr::null::())).vector_index as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1257:19 [INFO] [stdout] | [INFO] [stdout] 1257 | unsafe { &(*(::core::ptr::null::())).vas as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1267:19 [INFO] [stdout] | [INFO] [stdout] 1267 | unsafe { &(*(::core::ptr::null::())).vess as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1277:19 [INFO] [stdout] | [INFO] [stdout] 1277 | unsafe { &(*(::core::ptr::null::())).shift as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1287:19 [INFO] [stdout] | [INFO] [stdout] 1287 | unsafe { &(*(::core::ptr::null::())).ext as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1297:19 [INFO] [stdout] | [INFO] [stdout] 1297 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1307:19 [INFO] [stdout] | [INFO] [stdout] 1307 | unsafe { &(*(::core::ptr::null::())).access as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1339:19 [INFO] [stdout] | [INFO] [stdout] 1339 | unsafe { &(*(::core::ptr::null::())).cc as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1349:19 [INFO] [stdout] | [INFO] [stdout] 1349 | unsafe { &(*(::core::ptr::null::())).update_flags as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1359:19 [INFO] [stdout] | [INFO] [stdout] 1359 | unsafe { &(*(::core::ptr::null::())).writeback as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1369:19 [INFO] [stdout] | [INFO] [stdout] 1369 | unsafe { &(*(::core::ptr::null::())).op_count as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1379:19 [INFO] [stdout] | [INFO] [stdout] 1379 | unsafe { &(*(::core::ptr::null::())).operands as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1497:19 [INFO] [stdout] | [INFO] [stdout] 1497 | unsafe { &(*(::core::ptr::null::())).base_reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1507:19 [INFO] [stdout] | [INFO] [stdout] 1507 | unsafe { &(*(::core::ptr::null::())).index_reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1517:19 [INFO] [stdout] | [INFO] [stdout] 1517 | unsafe { &(*(::core::ptr::null::())).in_base_reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1527:19 [INFO] [stdout] | [INFO] [stdout] 1527 | unsafe { &(*(::core::ptr::null::())).in_disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1537:19 [INFO] [stdout] | [INFO] [stdout] 1537 | unsafe { &(*(::core::ptr::null::())).out_disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1547:19 [INFO] [stdout] | [INFO] [stdout] 1547 | unsafe { &(*(::core::ptr::null::())).disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1557:19 [INFO] [stdout] | [INFO] [stdout] 1557 | unsafe { &(*(::core::ptr::null::())).scale as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1567:19 [INFO] [stdout] | [INFO] [stdout] 1567 | unsafe { &(*(::core::ptr::null::())).bitfield as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1577:19 [INFO] [stdout] | [INFO] [stdout] 1577 | unsafe { &(*(::core::ptr::null::())).width as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1587:19 [INFO] [stdout] | [INFO] [stdout] 1587 | unsafe { &(*(::core::ptr::null::())).offset as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1597:19 [INFO] [stdout] | [INFO] [stdout] 1597 | unsafe { &(*(::core::ptr::null::())).index_size as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1626:19 [INFO] [stdout] | [INFO] [stdout] 1626 | unsafe { &(*(::core::ptr::null::())).disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1636:19 [INFO] [stdout] | [INFO] [stdout] 1636 | unsafe { &(*(::core::ptr::null::())).disp_size as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1665:19 [INFO] [stdout] | [INFO] [stdout] 1665 | unsafe { &(*(::core::ptr::null::())).reg_0 as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1675:19 [INFO] [stdout] | [INFO] [stdout] 1675 | unsafe { &(*(::core::ptr::null::())).reg_1 as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1718:19 [INFO] [stdout] | [INFO] [stdout] 1718 | unsafe { &(*(::core::ptr::null::())).imm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1728:19 [INFO] [stdout] | [INFO] [stdout] 1728 | unsafe { &(*(::core::ptr::null::())).dimm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1738:19 [INFO] [stdout] | [INFO] [stdout] 1738 | unsafe { &(*(::core::ptr::null::())).simm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1748:19 [INFO] [stdout] | [INFO] [stdout] 1748 | unsafe { &(*(::core::ptr::null::())).reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1759:14 [INFO] [stdout] | [INFO] [stdout] 1759 | &(*(::core::ptr::null::())).reg_pair as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1783:19 [INFO] [stdout] | [INFO] [stdout] 1783 | unsafe { &(*(::core::ptr::null::())).mem as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1793:19 [INFO] [stdout] | [INFO] [stdout] 1793 | unsafe { &(*(::core::ptr::null::())).br_disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1803:19 [INFO] [stdout] | [INFO] [stdout] 1803 | unsafe { &(*(::core::ptr::null::())).register_bits as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1813:19 [INFO] [stdout] | [INFO] [stdout] 1813 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1823:19 [INFO] [stdout] | [INFO] [stdout] 1823 | unsafe { &(*(::core::ptr::null::())).address_mode as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1874:14 [INFO] [stdout] | [INFO] [stdout] 1874 | &(*(::core::ptr::null::())).cpu_size as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1886:14 [INFO] [stdout] | [INFO] [stdout] 1886 | &(*(::core::ptr::null::())).fpu_size as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1910:19 [INFO] [stdout] | [INFO] [stdout] 1910 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1940:19 [INFO] [stdout] | [INFO] [stdout] 1940 | unsafe { &(*(::core::ptr::null::())).operands as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1950:19 [INFO] [stdout] | [INFO] [stdout] 1950 | unsafe { &(*(::core::ptr::null::())).op_size as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:1960:19 [INFO] [stdout] | [INFO] [stdout] 1960 | unsafe { &(*(::core::ptr::null::())).op_count as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2174:19 [INFO] [stdout] | [INFO] [stdout] 2174 | unsafe { &(*(::core::ptr::null::())).base as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2184:19 [INFO] [stdout] | [INFO] [stdout] 2184 | unsafe { &(*(::core::ptr::null::())).disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2221:19 [INFO] [stdout] | [INFO] [stdout] 2221 | unsafe { &(*(::core::ptr::null::())).reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2231:19 [INFO] [stdout] | [INFO] [stdout] 2231 | unsafe { &(*(::core::ptr::null::())).imm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2241:19 [INFO] [stdout] | [INFO] [stdout] 2241 | unsafe { &(*(::core::ptr::null::())).mem as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2264:19 [INFO] [stdout] | [INFO] [stdout] 2264 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2293:19 [INFO] [stdout] | [INFO] [stdout] 2293 | unsafe { &(*(::core::ptr::null::())).op_count as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2303:19 [INFO] [stdout] | [INFO] [stdout] 2303 | unsafe { &(*(::core::ptr::null::())).operands as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2566:19 [INFO] [stdout] | [INFO] [stdout] 2566 | unsafe { &(*(::core::ptr::null::())).base as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2576:19 [INFO] [stdout] | [INFO] [stdout] 2576 | unsafe { &(*(::core::ptr::null::())).disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2606:19 [INFO] [stdout] | [INFO] [stdout] 2606 | unsafe { &(*(::core::ptr::null::())).scale as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2616:19 [INFO] [stdout] | [INFO] [stdout] 2616 | unsafe { &(*(::core::ptr::null::())).reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2626:19 [INFO] [stdout] | [INFO] [stdout] 2626 | unsafe { &(*(::core::ptr::null::())).cond as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2664:19 [INFO] [stdout] | [INFO] [stdout] 2664 | unsafe { &(*(::core::ptr::null::())).reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2674:19 [INFO] [stdout] | [INFO] [stdout] 2674 | unsafe { &(*(::core::ptr::null::())).imm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2684:19 [INFO] [stdout] | [INFO] [stdout] 2684 | unsafe { &(*(::core::ptr::null::())).mem as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2694:19 [INFO] [stdout] | [INFO] [stdout] 2694 | unsafe { &(*(::core::ptr::null::())).crx as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2717:19 [INFO] [stdout] | [INFO] [stdout] 2717 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2749:19 [INFO] [stdout] | [INFO] [stdout] 2749 | unsafe { &(*(::core::ptr::null::())).bc as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2759:19 [INFO] [stdout] | [INFO] [stdout] 2759 | unsafe { &(*(::core::ptr::null::())).bh as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2769:19 [INFO] [stdout] | [INFO] [stdout] 2769 | unsafe { &(*(::core::ptr::null::())).update_cr0 as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2779:19 [INFO] [stdout] | [INFO] [stdout] 2779 | unsafe { &(*(::core::ptr::null::())).op_count as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2789:19 [INFO] [stdout] | [INFO] [stdout] 2789 | unsafe { &(*(::core::ptr::null::())).operands as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2955:19 [INFO] [stdout] | [INFO] [stdout] 2955 | unsafe { &(*(::core::ptr::null::())).base as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2965:19 [INFO] [stdout] | [INFO] [stdout] 2965 | unsafe { &(*(::core::ptr::null::())).index as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:2975:19 [INFO] [stdout] | [INFO] [stdout] 2975 | unsafe { &(*(::core::ptr::null::())).disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3012:19 [INFO] [stdout] | [INFO] [stdout] 3012 | unsafe { &(*(::core::ptr::null::())).reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3022:19 [INFO] [stdout] | [INFO] [stdout] 3022 | unsafe { &(*(::core::ptr::null::())).imm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3032:19 [INFO] [stdout] | [INFO] [stdout] 3032 | unsafe { &(*(::core::ptr::null::())).mem as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3055:19 [INFO] [stdout] | [INFO] [stdout] 3055 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3086:19 [INFO] [stdout] | [INFO] [stdout] 3086 | unsafe { &(*(::core::ptr::null::())).cc as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3096:19 [INFO] [stdout] | [INFO] [stdout] 3096 | unsafe { &(*(::core::ptr::null::())).hint as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3106:19 [INFO] [stdout] | [INFO] [stdout] 3106 | unsafe { &(*(::core::ptr::null::())).op_count as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3116:19 [INFO] [stdout] | [INFO] [stdout] 3116 | unsafe { &(*(::core::ptr::null::())).operands as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3288:19 [INFO] [stdout] | [INFO] [stdout] 3288 | unsafe { &(*(::core::ptr::null::())).base as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3298:19 [INFO] [stdout] | [INFO] [stdout] 3298 | unsafe { &(*(::core::ptr::null::())).index as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3308:19 [INFO] [stdout] | [INFO] [stdout] 3308 | unsafe { &(*(::core::ptr::null::())).length as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3318:19 [INFO] [stdout] | [INFO] [stdout] 3318 | unsafe { &(*(::core::ptr::null::())).disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3355:19 [INFO] [stdout] | [INFO] [stdout] 3355 | unsafe { &(*(::core::ptr::null::())).reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3365:19 [INFO] [stdout] | [INFO] [stdout] 3365 | unsafe { &(*(::core::ptr::null::())).imm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3375:19 [INFO] [stdout] | [INFO] [stdout] 3375 | unsafe { &(*(::core::ptr::null::())).mem as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3398:19 [INFO] [stdout] | [INFO] [stdout] 3398 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3428:19 [INFO] [stdout] | [INFO] [stdout] 3428 | unsafe { &(*(::core::ptr::null::())).cc as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3438:19 [INFO] [stdout] | [INFO] [stdout] 3438 | unsafe { &(*(::core::ptr::null::())).op_count as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3448:19 [INFO] [stdout] | [INFO] [stdout] 3448 | unsafe { &(*(::core::ptr::null::())).operands as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3795:19 [INFO] [stdout] | [INFO] [stdout] 3795 | unsafe { &(*(::core::ptr::null::())).segment as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3805:19 [INFO] [stdout] | [INFO] [stdout] 3805 | unsafe { &(*(::core::ptr::null::())).base as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3815:19 [INFO] [stdout] | [INFO] [stdout] 3815 | unsafe { &(*(::core::ptr::null::())).index as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3825:19 [INFO] [stdout] | [INFO] [stdout] 3825 | unsafe { &(*(::core::ptr::null::())).scale as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3835:19 [INFO] [stdout] | [INFO] [stdout] 3835 | unsafe { &(*(::core::ptr::null::())).disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3876:19 [INFO] [stdout] | [INFO] [stdout] 3876 | unsafe { &(*(::core::ptr::null::())).reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3886:19 [INFO] [stdout] | [INFO] [stdout] 3886 | unsafe { &(*(::core::ptr::null::())).imm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3896:19 [INFO] [stdout] | [INFO] [stdout] 3896 | unsafe { &(*(::core::ptr::null::())).mem as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3919:19 [INFO] [stdout] | [INFO] [stdout] 3919 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3929:19 [INFO] [stdout] | [INFO] [stdout] 3929 | unsafe { &(*(::core::ptr::null::())).size as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3939:19 [INFO] [stdout] | [INFO] [stdout] 3939 | unsafe { &(*(::core::ptr::null::())).access as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3949:19 [INFO] [stdout] | [INFO] [stdout] 3949 | unsafe { &(*(::core::ptr::null::())).avx_bcast as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3959:19 [INFO] [stdout] | [INFO] [stdout] 3959 | unsafe { &(*(::core::ptr::null::())).avx_zero_opmask as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:3991:19 [INFO] [stdout] | [INFO] [stdout] 3991 | unsafe { &(*(::core::ptr::null::())).modrm_offset as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4001:19 [INFO] [stdout] | [INFO] [stdout] 4001 | unsafe { &(*(::core::ptr::null::())).disp_offset as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4011:19 [INFO] [stdout] | [INFO] [stdout] 4011 | unsafe { &(*(::core::ptr::null::())).disp_size as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4021:19 [INFO] [stdout] | [INFO] [stdout] 4021 | unsafe { &(*(::core::ptr::null::())).imm_offset as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4031:19 [INFO] [stdout] | [INFO] [stdout] 4031 | unsafe { &(*(::core::ptr::null::())).imm_size as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4084:19 [INFO] [stdout] | [INFO] [stdout] 4084 | unsafe { &(*(::core::ptr::null::())).eflags as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4094:19 [INFO] [stdout] | [INFO] [stdout] 4094 | unsafe { &(*(::core::ptr::null::())).fpu_flags as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4117:19 [INFO] [stdout] | [INFO] [stdout] 4117 | unsafe { &(*(::core::ptr::null::())).prefix as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4127:19 [INFO] [stdout] | [INFO] [stdout] 4127 | unsafe { &(*(::core::ptr::null::())).opcode as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4137:19 [INFO] [stdout] | [INFO] [stdout] 4137 | unsafe { &(*(::core::ptr::null::())).rex as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4147:19 [INFO] [stdout] | [INFO] [stdout] 4147 | unsafe { &(*(::core::ptr::null::())).addr_size as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4157:19 [INFO] [stdout] | [INFO] [stdout] 4157 | unsafe { &(*(::core::ptr::null::())).modrm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4167:19 [INFO] [stdout] | [INFO] [stdout] 4167 | unsafe { &(*(::core::ptr::null::())).sib as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4177:19 [INFO] [stdout] | [INFO] [stdout] 4177 | unsafe { &(*(::core::ptr::null::())).disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4187:19 [INFO] [stdout] | [INFO] [stdout] 4187 | unsafe { &(*(::core::ptr::null::())).sib_index as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4197:19 [INFO] [stdout] | [INFO] [stdout] 4197 | unsafe { &(*(::core::ptr::null::())).sib_scale as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4207:19 [INFO] [stdout] | [INFO] [stdout] 4207 | unsafe { &(*(::core::ptr::null::())).sib_base as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4217:19 [INFO] [stdout] | [INFO] [stdout] 4217 | unsafe { &(*(::core::ptr::null::())).xop_cc as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4227:19 [INFO] [stdout] | [INFO] [stdout] 4227 | unsafe { &(*(::core::ptr::null::())).sse_cc as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4237:19 [INFO] [stdout] | [INFO] [stdout] 4237 | unsafe { &(*(::core::ptr::null::())).avx_cc as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4247:19 [INFO] [stdout] | [INFO] [stdout] 4247 | unsafe { &(*(::core::ptr::null::())).avx_sae as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4257:19 [INFO] [stdout] | [INFO] [stdout] 4257 | unsafe { &(*(::core::ptr::null::())).avx_rm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4267:19 [INFO] [stdout] | [INFO] [stdout] 4267 | unsafe { &(*(::core::ptr::null::())).op_count as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4277:19 [INFO] [stdout] | [INFO] [stdout] 4277 | unsafe { &(*(::core::ptr::null::())).operands as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4287:19 [INFO] [stdout] | [INFO] [stdout] 4287 | unsafe { &(*(::core::ptr::null::())).encoding as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4351:19 [INFO] [stdout] | [INFO] [stdout] 4351 | unsafe { &(*(::core::ptr::null::())).base as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4361:19 [INFO] [stdout] | [INFO] [stdout] 4361 | unsafe { &(*(::core::ptr::null::())).index as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4371:19 [INFO] [stdout] | [INFO] [stdout] 4371 | unsafe { &(*(::core::ptr::null::())).disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4381:19 [INFO] [stdout] | [INFO] [stdout] 4381 | unsafe { &(*(::core::ptr::null::())).direct as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4418:19 [INFO] [stdout] | [INFO] [stdout] 4418 | unsafe { &(*(::core::ptr::null::())).reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4428:19 [INFO] [stdout] | [INFO] [stdout] 4428 | unsafe { &(*(::core::ptr::null::())).imm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4438:19 [INFO] [stdout] | [INFO] [stdout] 4438 | unsafe { &(*(::core::ptr::null::())).mem as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4461:19 [INFO] [stdout] | [INFO] [stdout] 4461 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4490:19 [INFO] [stdout] | [INFO] [stdout] 4490 | unsafe { &(*(::core::ptr::null::())).op_count as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4500:19 [INFO] [stdout] | [INFO] [stdout] 4500 | unsafe { &(*(::core::ptr::null::())).operands as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4540:19 [INFO] [stdout] | [INFO] [stdout] 4540 | unsafe { &(*(::core::ptr::null::())).base as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4550:19 [INFO] [stdout] | [INFO] [stdout] 4550 | unsafe { &(*(::core::ptr::null::())).disp as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4560:19 [INFO] [stdout] | [INFO] [stdout] 4560 | unsafe { &(*(::core::ptr::null::())).unit as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4570:19 [INFO] [stdout] | [INFO] [stdout] 4570 | unsafe { &(*(::core::ptr::null::())).scaled as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4580:19 [INFO] [stdout] | [INFO] [stdout] 4580 | unsafe { &(*(::core::ptr::null::())).disptype as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4590:19 [INFO] [stdout] | [INFO] [stdout] 4590 | unsafe { &(*(::core::ptr::null::())).direction as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4600:19 [INFO] [stdout] | [INFO] [stdout] 4600 | unsafe { &(*(::core::ptr::null::())).modify as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4638:14 [INFO] [stdout] | [INFO] [stdout] 4638 | &(*(::core::ptr::null::())).reg as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4650:14 [INFO] [stdout] | [INFO] [stdout] 4650 | &(*(::core::ptr::null::())).imm as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4662:14 [INFO] [stdout] | [INFO] [stdout] 4662 | &(*(::core::ptr::null::())).mem as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4686:19 [INFO] [stdout] | [INFO] [stdout] 4686 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4725:14 [INFO] [stdout] | [INFO] [stdout] 4725 | &(*(::core::ptr::null::())).reg as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4737:14 [INFO] [stdout] | [INFO] [stdout] 4737 | &(*(::core::ptr::null::())).zero as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4769:14 [INFO] [stdout] | [INFO] [stdout] 4769 | &(*(::core::ptr::null::())).unit as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4781:14 [INFO] [stdout] | [INFO] [stdout] 4781 | &(*(::core::ptr::null::())).side as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4793:14 [INFO] [stdout] | [INFO] [stdout] 4793 | &(*(::core::ptr::null::())).crosspath as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4817:19 [INFO] [stdout] | [INFO] [stdout] 4817 | unsafe { &(*(::core::ptr::null::())).op_count as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4827:19 [INFO] [stdout] | [INFO] [stdout] 4827 | unsafe { &(*(::core::ptr::null::())).operands as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4837:19 [INFO] [stdout] | [INFO] [stdout] 4837 | unsafe { &(*(::core::ptr::null::())).condition as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4847:19 [INFO] [stdout] | [INFO] [stdout] 4847 | unsafe { &(*(::core::ptr::null::())).funit as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4857:19 [INFO] [stdout] | [INFO] [stdout] 4857 | unsafe { &(*(::core::ptr::null::())).parallel as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4924:19 [INFO] [stdout] | [INFO] [stdout] 4924 | unsafe { &(*(::core::ptr::null::())).base_reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4934:19 [INFO] [stdout] | [INFO] [stdout] 4934 | unsafe { &(*(::core::ptr::null::())).offset_reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4944:19 [INFO] [stdout] | [INFO] [stdout] 4944 | unsafe { &(*(::core::ptr::null::())).offset as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4954:19 [INFO] [stdout] | [INFO] [stdout] 4954 | unsafe { &(*(::core::ptr::null::())).offset_addr as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4964:19 [INFO] [stdout] | [INFO] [stdout] 4964 | unsafe { &(*(::core::ptr::null::())).offset_bits as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4974:19 [INFO] [stdout] | [INFO] [stdout] 4974 | unsafe { &(*(::core::ptr::null::())).inc_dec as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:4984:19 [INFO] [stdout] | [INFO] [stdout] 4984 | unsafe { &(*(::core::ptr::null::())).flags as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5013:19 [INFO] [stdout] | [INFO] [stdout] 5013 | unsafe { &(*(::core::ptr::null::())).address as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5023:19 [INFO] [stdout] | [INFO] [stdout] 5023 | unsafe { &(*(::core::ptr::null::())).offset as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5052:19 [INFO] [stdout] | [INFO] [stdout] 5052 | unsafe { &(*(::core::ptr::null::())).address as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5062:19 [INFO] [stdout] | [INFO] [stdout] 5062 | unsafe { &(*(::core::ptr::null::())).indirect as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5105:19 [INFO] [stdout] | [INFO] [stdout] 5105 | unsafe { &(*(::core::ptr::null::())).imm as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5115:19 [INFO] [stdout] | [INFO] [stdout] 5115 | unsafe { &(*(::core::ptr::null::())).reg as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5125:19 [INFO] [stdout] | [INFO] [stdout] 5125 | unsafe { &(*(::core::ptr::null::())).idx as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5135:19 [INFO] [stdout] | [INFO] [stdout] 5135 | unsafe { &(*(::core::ptr::null::())).rel as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5145:19 [INFO] [stdout] | [INFO] [stdout] 5145 | unsafe { &(*(::core::ptr::null::())).ext as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5156:14 [INFO] [stdout] | [INFO] [stdout] 5156 | &(*(::core::ptr::null::())).direct_addr as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5168:14 [INFO] [stdout] | [INFO] [stdout] 5168 | &(*(::core::ptr::null::())).const_val as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5192:19 [INFO] [stdout] | [INFO] [stdout] 5192 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5202:19 [INFO] [stdout] | [INFO] [stdout] 5202 | unsafe { &(*(::core::ptr::null::())).size as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5212:19 [INFO] [stdout] | [INFO] [stdout] 5212 | unsafe { &(*(::core::ptr::null::())).access as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5242:19 [INFO] [stdout] | [INFO] [stdout] 5242 | unsafe { &(*(::core::ptr::null::())).flags as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5252:19 [INFO] [stdout] | [INFO] [stdout] 5252 | unsafe { &(*(::core::ptr::null::())).op_count as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5262:19 [INFO] [stdout] | [INFO] [stdout] 5262 | unsafe { &(*(::core::ptr::null::())).operands as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5292:19 [INFO] [stdout] | [INFO] [stdout] 5292 | unsafe { &(*(::core::ptr::null::())).pop as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5302:19 [INFO] [stdout] | [INFO] [stdout] 5302 | unsafe { &(*(::core::ptr::null::())).push as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5312:19 [INFO] [stdout] | [INFO] [stdout] 5312 | unsafe { &(*(::core::ptr::null::())).fee as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5378:14 [INFO] [stdout] | [INFO] [stdout] 5378 | &(*(::core::ptr::null::())).reg as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5390:14 [INFO] [stdout] | [INFO] [stdout] 5390 | &(*(::core::ptr::null::())).imm as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5402:14 [INFO] [stdout] | [INFO] [stdout] 5402 | &(*(::core::ptr::null::())).mem as *const _ as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5426:19 [INFO] [stdout] | [INFO] [stdout] 5426 | unsafe { &(*(::core::ptr::null::())).type_ as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5457:19 [INFO] [stdout] | [INFO] [stdout] 5457 | unsafe { &(*(::core::ptr::null::())).am as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5467:19 [INFO] [stdout] | [INFO] [stdout] 5467 | unsafe { &(*(::core::ptr::null::())).modifies_flags as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5477:19 [INFO] [stdout] | [INFO] [stdout] 5477 | unsafe { &(*(::core::ptr::null::())).op_count as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/arch/generated.rs:5487:19 [INFO] [stdout] | [INFO] [stdout] 5487 | unsafe { &(*(::core::ptr::null::())).operands as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `Command { std: "docker" "inspect" "14b0f1cfcef96a567334bae5287ba6b0a6cfcd4f9f42e7ace5a6221c38e3549c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14b0f1cfcef96a567334bae5287ba6b0a6cfcd4f9f42e7ace5a6221c38e3549c", kill_on_drop: false }` [INFO] [stdout] 14b0f1cfcef96a567334bae5287ba6b0a6cfcd4f9f42e7ace5a6221c38e3549c