[INFO] cloning repository https://github.com/Nimrodium/libnisvc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nimrodium/libnisvc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNimrodium%2Flibnisvc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNimrodium%2Flibnisvc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e2c0ce312a1ccc049589443bedcdd8b2309cacde
[INFO] testing Nimrodium/libnisvc against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNimrodium%2Flibnisvc" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Nimrodium/libnisvc
[INFO] finished tweaking git repo https://github.com/Nimrodium/libnisvc
[INFO] tweaked toml for git repo https://github.com/Nimrodium/libnisvc written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Nimrodium/libnisvc on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Nimrodium/libnisvc already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bidirectional-map v0.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bcea07cf82a0b64918a67038824e933a90213f855749d5e893b9bdd1dc017f89
[INFO] running `Command { std: "docker" "start" "-a" "bcea07cf82a0b64918a67038824e933a90213f855749d5e893b9bdd1dc017f89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bcea07cf82a0b64918a67038824e933a90213f855749d5e893b9bdd1dc017f89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bcea07cf82a0b64918a67038824e933a90213f855749d5e893b9bdd1dc017f89", kill_on_drop: false }`
[INFO] [stdout] bcea07cf82a0b64918a67038824e933a90213f855749d5e893b9bdd1dc017f89
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 902084f4bcd43ee57d2f25a69a042223ca002b40f8fb266e362a7358b0b30e38
[INFO] running `Command { std: "docker" "start" "-a" "902084f4bcd43ee57d2f25a69a042223ca002b40f8fb266e362a7358b0b30e38", kill_on_drop: false }`
[INFO] [stderr]    Compiling bidirectional-map v0.1.4
[INFO] [stderr]    Compiling libnisvc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `collections::HashMap`
[INFO] [stdout]  --> src/symbol_table.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::{collections::HashMap, rc::Rc};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]  --> src/err.rs:7:19
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]   |                   ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `bin` is never read
[INFO] [stdout]   --> src/nisvc_ef.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |             bin = bin.drain(0..shebang_length).collect();
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/symbol_table.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let mut stream = serialized.into_iter();
[INFO] [stdout]    |             ----^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stream`
[INFO] [stdout]   --> src/symbol_table.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let mut stream = serialized.into_iter();
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]   --> src/symbol_table.rs:55:30
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn get_symbol(&self, address: u64) -> Option<String> {
[INFO] [stdout]    |                              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol`
[INFO] [stdout]   --> src/symbol_table.rs:59:31
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn get_address(&self, symbol: &str) -> Option<u64> {
[INFO] [stdout]    |                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol`
[INFO] [stdout]   --> src/symbol_table.rs:63:26
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn insert(&self, symbol: &str, address: &u64) -> Result<()> {
[INFO] [stdout]    |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]   --> src/symbol_table.rs:63:40
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn insert(&self, symbol: &str, address: &u64) -> Result<()> {
[INFO] [stdout]    |                                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Opcode` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub type Opcode = u8;
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NOP` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const NOP: Opcode = 0x00;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CPY` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const CPY: Opcode = 0x01;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LDI` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const LDI: Opcode = 0x02;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LOAD` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const LOAD: Opcode = 0x03;
[INFO] [stdout]   |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STORE` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const STORE: Opcode = 0x04;
[INFO] [stdout]   |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ADD` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const ADD: Opcode = 0x05;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SUB` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const SUB: Opcode = 0x06;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MULT` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const MULT: Opcode = 0x07;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIV` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const DIV: Opcode = 0x08;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OR` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const OR: Opcode = 0x09;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `XOR` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const XOR: Opcode = 0x0a;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `AND` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const AND: Opcode = 0x0b;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NOT` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const NOT: Opcode = 0x0c;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SHL` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const SHL: Opcode = 0x0d;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SHR` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const SHR: Opcode = 0x0e;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ROTL` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const ROTL: Opcode = 0x0f;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ROTR` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const ROTR: Opcode = 0x10;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NEG` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const NEG: Opcode = 0x11;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `JMP` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const JMP: Opcode = 0x12;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `JIFZ` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const JIFZ: Opcode = 0x13;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `JIFNZ` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub const JIFNZ: Opcode = 0x14;
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INC` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub const INC: Opcode = 0x16;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEC` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const DEC: Opcode = 0x17;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PUSH` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub const PUSH: Opcode = 0x18;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `POP` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub const POP: Opcode = 0x19;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CALL` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const CALL: Opcode = 0x1a;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RET` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub const RET: Opcode = 0x1b;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ITOF` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub const ITOF: Opcode = 0x1c;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ROUND` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub const ROUND: Opcode = 0x1d;
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FTOI` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:32:11
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub const FTOI: Opcode = ROUND;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FADD` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub const FADD: Opcode = 0x1e;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FSUB` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub const FSUB: Opcode = 0x1f;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FMULT` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub const FMULT: Opcode = 0x20;
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FDIV` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub const FDIV: Opcode = 0x21;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FMOD` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:37:11
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub const FMOD: Opcode = 0x22;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MOD` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:38:11
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub const MOD: Opcode = 0x23;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub const INT: Opcode = 0x24;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PUSHI` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub const PUSHI: Opcode = 0x25;
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UNINITIALIZED_MEMORY_OPCODE` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:41:11
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub const UNINITIALIZED_MEMORY_OPCODE: Opcode = 0xfd;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `RegisterLength` is never used
[INFO] [stdout]  --> src/abi/register.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub type RegisterLength = u8;
[INFO] [stdout]   |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NUL` is never used
[INFO] [stdout]  --> src/abi/register.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const NUL: RegisterLength = 0b_0000_0000;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1` is never used
[INFO] [stdout]  --> src/abi/register.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const R1: RegisterLength = 0b_0001_0000;
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2` is never used
[INFO] [stdout]  --> src/abi/register.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const R2: RegisterLength = 0b_0010_0000;
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3` is never used
[INFO] [stdout]  --> src/abi/register.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const R3: RegisterLength = 0b_0011_0000;
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4` is never used
[INFO] [stdout]   --> src/abi/register.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const R4: RegisterLength = 0b_0100_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5` is never used
[INFO] [stdout]   --> src/abi/register.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const R5: RegisterLength = 0b_0101_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6` is never used
[INFO] [stdout]   --> src/abi/register.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const R6: RegisterLength = 0b_0110_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7` is never used
[INFO] [stdout]   --> src/abi/register.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const R7: RegisterLength = 0b_0111_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8` is never used
[INFO] [stdout]   --> src/abi/register.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const R8: RegisterLength = 0b_1000_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9` is never used
[INFO] [stdout]   --> src/abi/register.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const R9: RegisterLength = 0b_1001_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10` is never used
[INFO] [stdout]   --> src/abi/register.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const R10: RegisterLength = 0b_1010_0000;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11` is never used
[INFO] [stdout]   --> src/abi/register.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const R11: RegisterLength = 0b_1011_0000;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12` is never used
[INFO] [stdout]   --> src/abi/register.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const R12: RegisterLength = 0b_1100_0000;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PC` is never used
[INFO] [stdout]   --> src/abi/register.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const PC: RegisterLength = 0b_1101_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SP` is never used
[INFO] [stdout]   --> src/abi/register.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const SP: RegisterLength = 0b_1110_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FP` is never used
[INFO] [stdout]   --> src/abi/register.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const FP: RegisterLength = 0b_1111_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub const B1: RegisterLength = 0b_0000_0001;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub const B2: RegisterLength = 0b_0000_0010;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const B3: RegisterLength = 0b_0000_0011;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub const B4: RegisterLength = 0b_0000_0100;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub const B5: RegisterLength = 0b_0000_0101;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const B6: RegisterLength = 0b_0000_0110;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub const B7: RegisterLength = 0b_0000_0111;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub const B8: RegisterLength = 0b_0000_1000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub const Q1: RegisterLength = 0b_0000_1001;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:32:11
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub const Q2: RegisterLength = 0b_0000_1010;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub const Q3: RegisterLength = 0b_0000_1011;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub const Q4: RegisterLength = 0b_0000_1100;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `L` is never used
[INFO] [stdout]   --> src/abi/register.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub const L: RegisterLength = 0b_0000_1101;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `H` is never used
[INFO] [stdout]   --> src/abi/register.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub const H: RegisterLength = 0b_0000_1110;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SEC` is never used
[INFO] [stdout]   --> src/abi/register.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub const SEC: RegisterLength = 0b_0000_1111;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UNINIT` is never used
[INFO] [stdout]   --> src/abi/register.rs:42:11
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub const UNINIT: RegisterLength = 0xff;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SHEBANG` is never used
[INFO] [stdout]  --> src/constant.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub const SHEBANG: &[u8] = b"/usr/bin/env nisvc-system\n";
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAGIC` is never used
[INFO] [stdout]  --> src/constant.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub const MAGIC: &[u8] = b"NISVC-EF";
[INFO] [stdout]   |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NisvcError` is never constructed
[INFO] [stdout]  --> src/err.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct NisvcError {}
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NISVCExecutableFormat` is never constructed
[INFO] [stdout]   --> src/nisvc_ef.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct NISVCExecutableFormat {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `load`, and `build` are never used
[INFO] [stdout]   --> src/nisvc_ef.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl NISVCExecutableFormat {
[INFO] [stdout]    | -------------------------- associated items in this implementation
[INFO] [stdout] 25 |     // loads file
[INFO] [stdout] 26 |     pub fn new(symbol_table: Option<SymbolTable>, image: Bin) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn load(file: &Path) -> Result<Self> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn build(self, include_shebang: bool, nisvc_version: &str) -> Result<Bin> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EOF_SYMBOLTABLE_ERR` is never used
[INFO] [stdout]   --> src/symbol_table.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | const EOF_SYMBOLTABLE_ERR: &str = "Unexpected EOF while parsing SymbolTable";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SymbolTable` is never constructed
[INFO] [stdout]   --> src/symbol_table.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct SymbolTable {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `deserialize`, `serialize`, `get_symbol`, `get_address`, and `insert` are never used
[INFO] [stdout]   --> src/symbol_table.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl SymbolTable {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 22 |     /// initialize a new table
[INFO] [stdout] 23 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn deserialize(serialized: Bin) -> Result<Self> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn serialize(&self) -> Result<Bin> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn get_symbol(&self, address: u64) -> Option<String> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub fn get_address(&self, symbol: &str) -> Option<u64> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn insert(&self, symbol: &str, address: &u64) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] running `Command { std: "docker" "inspect" "902084f4bcd43ee57d2f25a69a042223ca002b40f8fb266e362a7358b0b30e38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "902084f4bcd43ee57d2f25a69a042223ca002b40f8fb266e362a7358b0b30e38", kill_on_drop: false }`
[INFO] [stdout] 902084f4bcd43ee57d2f25a69a042223ca002b40f8fb266e362a7358b0b30e38
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d6bb9ec6a7cbe08da7dfa65f7dfd8660e72d62a4a5ee1273714d12c2adf2c795
[INFO] running `Command { std: "docker" "start" "-a" "d6bb9ec6a7cbe08da7dfa65f7dfd8660e72d62a4a5ee1273714d12c2adf2c795", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `collections::HashMap`
[INFO] [stdout]  --> src/symbol_table.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::{collections::HashMap, rc::Rc};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]  --> src/err.rs:7:19
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]   |                   ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `bin` is never read
[INFO] [stdout]   --> src/nisvc_ef.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |             bin = bin.drain(0..shebang_length).collect();
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/symbol_table.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let mut stream = serialized.into_iter();
[INFO] [stdout]    |             ----^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stream`
[INFO] [stdout]   --> src/symbol_table.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let mut stream = serialized.into_iter();
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]   --> src/symbol_table.rs:55:30
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn get_symbol(&self, address: u64) -> Option<String> {
[INFO] [stdout]    |                              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol`
[INFO] [stdout]   --> src/symbol_table.rs:59:31
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn get_address(&self, symbol: &str) -> Option<u64> {
[INFO] [stdout]    |                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol`
[INFO] [stdout]   --> src/symbol_table.rs:63:26
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn insert(&self, symbol: &str, address: &u64) -> Result<()> {
[INFO] [stdout]    |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]   --> src/symbol_table.rs:63:40
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn insert(&self, symbol: &str, address: &u64) -> Result<()> {
[INFO] [stdout]    |                                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Opcode` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub type Opcode = u8;
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NOP` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const NOP: Opcode = 0x00;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CPY` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const CPY: Opcode = 0x01;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LDI` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const LDI: Opcode = 0x02;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LOAD` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const LOAD: Opcode = 0x03;
[INFO] [stdout]   |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STORE` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const STORE: Opcode = 0x04;
[INFO] [stdout]   |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ADD` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const ADD: Opcode = 0x05;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SUB` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const SUB: Opcode = 0x06;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MULT` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const MULT: Opcode = 0x07;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIV` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const DIV: Opcode = 0x08;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OR` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const OR: Opcode = 0x09;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `XOR` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const XOR: Opcode = 0x0a;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `AND` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const AND: Opcode = 0x0b;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NOT` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const NOT: Opcode = 0x0c;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SHL` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const SHL: Opcode = 0x0d;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SHR` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const SHR: Opcode = 0x0e;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ROTL` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const ROTL: Opcode = 0x0f;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ROTR` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const ROTR: Opcode = 0x10;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NEG` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const NEG: Opcode = 0x11;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `JMP` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const JMP: Opcode = 0x12;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `JIFZ` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const JIFZ: Opcode = 0x13;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `JIFNZ` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub const JIFNZ: Opcode = 0x14;
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INC` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub const INC: Opcode = 0x16;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEC` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const DEC: Opcode = 0x17;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PUSH` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub const PUSH: Opcode = 0x18;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `POP` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub const POP: Opcode = 0x19;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CALL` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const CALL: Opcode = 0x1a;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RET` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub const RET: Opcode = 0x1b;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ITOF` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub const ITOF: Opcode = 0x1c;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ROUND` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub const ROUND: Opcode = 0x1d;
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FTOI` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:32:11
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub const FTOI: Opcode = ROUND;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FADD` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub const FADD: Opcode = 0x1e;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FSUB` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub const FSUB: Opcode = 0x1f;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FMULT` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub const FMULT: Opcode = 0x20;
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FDIV` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub const FDIV: Opcode = 0x21;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FMOD` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:37:11
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub const FMOD: Opcode = 0x22;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MOD` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:38:11
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub const MOD: Opcode = 0x23;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub const INT: Opcode = 0x24;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PUSHI` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub const PUSHI: Opcode = 0x25;
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UNINITIALIZED_MEMORY_OPCODE` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:41:11
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub const UNINITIALIZED_MEMORY_OPCODE: Opcode = 0xfd;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `RegisterLength` is never used
[INFO] [stdout]  --> src/abi/register.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub type RegisterLength = u8;
[INFO] [stdout]   |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NUL` is never used
[INFO] [stdout]  --> src/abi/register.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const NUL: RegisterLength = 0b_0000_0000;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1` is never used
[INFO] [stdout]  --> src/abi/register.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const R1: RegisterLength = 0b_0001_0000;
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2` is never used
[INFO] [stdout]  --> src/abi/register.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const R2: RegisterLength = 0b_0010_0000;
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3` is never used
[INFO] [stdout]  --> src/abi/register.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const R3: RegisterLength = 0b_0011_0000;
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4` is never used
[INFO] [stdout]   --> src/abi/register.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const R4: RegisterLength = 0b_0100_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5` is never used
[INFO] [stdout]   --> src/abi/register.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const R5: RegisterLength = 0b_0101_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6` is never used
[INFO] [stdout]   --> src/abi/register.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const R6: RegisterLength = 0b_0110_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7` is never used
[INFO] [stdout]   --> src/abi/register.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const R7: RegisterLength = 0b_0111_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8` is never used
[INFO] [stdout]   --> src/abi/register.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const R8: RegisterLength = 0b_1000_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9` is never used
[INFO] [stdout]   --> src/abi/register.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const R9: RegisterLength = 0b_1001_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10` is never used
[INFO] [stdout]   --> src/abi/register.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const R10: RegisterLength = 0b_1010_0000;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11` is never used
[INFO] [stdout]   --> src/abi/register.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const R11: RegisterLength = 0b_1011_0000;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12` is never used
[INFO] [stdout]   --> src/abi/register.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const R12: RegisterLength = 0b_1100_0000;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PC` is never used
[INFO] [stdout]   --> src/abi/register.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const PC: RegisterLength = 0b_1101_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SP` is never used
[INFO] [stdout]   --> src/abi/register.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const SP: RegisterLength = 0b_1110_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FP` is never used
[INFO] [stdout]   --> src/abi/register.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const FP: RegisterLength = 0b_1111_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub const B1: RegisterLength = 0b_0000_0001;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub const B2: RegisterLength = 0b_0000_0010;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const B3: RegisterLength = 0b_0000_0011;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub const B4: RegisterLength = 0b_0000_0100;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub const B5: RegisterLength = 0b_0000_0101;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const B6: RegisterLength = 0b_0000_0110;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub const B7: RegisterLength = 0b_0000_0111;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub const B8: RegisterLength = 0b_0000_1000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub const Q1: RegisterLength = 0b_0000_1001;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:32:11
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub const Q2: RegisterLength = 0b_0000_1010;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub const Q3: RegisterLength = 0b_0000_1011;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub const Q4: RegisterLength = 0b_0000_1100;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `L` is never used
[INFO] [stdout]   --> src/abi/register.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub const L: RegisterLength = 0b_0000_1101;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `H` is never used
[INFO] [stdout]   --> src/abi/register.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub const H: RegisterLength = 0b_0000_1110;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SEC` is never used
[INFO] [stdout]   --> src/abi/register.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub const SEC: RegisterLength = 0b_0000_1111;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UNINIT` is never used
[INFO] [stdout]   --> src/abi/register.rs:42:11
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub const UNINIT: RegisterLength = 0xff;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling libnisvc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `R12Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SHEBANG` is never used
[INFO] [stdout]  --> src/constant.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub const SHEBANG: &[u8] = b"/usr/bin/env nisvc-system\n";
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAGIC` is never used
[INFO] [stdout]  --> src/constant.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub const MAGIC: &[u8] = b"NISVC-EF";
[INFO] [stdout]   |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NisvcError` is never constructed
[INFO] [stdout]  --> src/err.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct NisvcError {}
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NISVCExecutableFormat` is never constructed
[INFO] [stdout]   --> src/nisvc_ef.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct NISVCExecutableFormat {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `load`, and `build` are never used
[INFO] [stdout]   --> src/nisvc_ef.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl NISVCExecutableFormat {
[INFO] [stdout]    | -------------------------- associated items in this implementation
[INFO] [stdout] 25 |     // loads file
[INFO] [stdout] 26 |     pub fn new(symbol_table: Option<SymbolTable>, image: Bin) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn load(file: &Path) -> Result<Self> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn build(self, include_shebang: bool, nisvc_version: &str) -> Result<Bin> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EOF_SYMBOLTABLE_ERR` is never used
[INFO] [stdout]   --> src/symbol_table.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | const EOF_SYMBOLTABLE_ERR: &str = "Unexpected EOF while parsing SymbolTable";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SymbolTable` is never constructed
[INFO] [stdout]   --> src/symbol_table.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct SymbolTable {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `deserialize`, `serialize`, `get_symbol`, `get_address`, and `insert` are never used
[INFO] [stdout]   --> src/symbol_table.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl SymbolTable {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 22 |     /// initialize a new table
[INFO] [stdout] 23 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn deserialize(serialized: Bin) -> Result<Self> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn serialize(&self) -> Result<Bin> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn get_symbol(&self, address: u64) -> Option<String> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub fn get_address(&self, symbol: &str) -> Option<u64> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn insert(&self, symbol: &str, address: &u64) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `collections::HashMap`
[INFO] [stdout]  --> src/symbol_table.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::{collections::HashMap, rc::Rc};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]  --> src/err.rs:7:19
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]   |                   ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `bin` is never read
[INFO] [stdout]   --> src/nisvc_ef.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 |             bin = bin.drain(0..shebang_length).collect();
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/symbol_table.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let mut stream = serialized.into_iter();
[INFO] [stdout]    |             ----^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stream`
[INFO] [stdout]   --> src/symbol_table.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let mut stream = serialized.into_iter();
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]   --> src/symbol_table.rs:55:30
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn get_symbol(&self, address: u64) -> Option<String> {
[INFO] [stdout]    |                              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol`
[INFO] [stdout]   --> src/symbol_table.rs:59:31
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn get_address(&self, symbol: &str) -> Option<u64> {
[INFO] [stdout]    |                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol`
[INFO] [stdout]   --> src/symbol_table.rs:63:26
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn insert(&self, symbol: &str, address: &u64) -> Result<()> {
[INFO] [stdout]    |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `address`
[INFO] [stdout]   --> src/symbol_table.rs:63:40
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn insert(&self, symbol: &str, address: &u64) -> Result<()> {
[INFO] [stdout]    |                                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `symbol`
[INFO] [stdout]   --> src/symbol_table.rs:74:14
[INFO] [stdout]    |
[INFO] [stdout] 74 |         for (symbol, address) in (1..15).into_iter().enumerate() {
[INFO] [stdout]    |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Opcode` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub type Opcode = u8;
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NOP` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const NOP: Opcode = 0x00;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CPY` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const CPY: Opcode = 0x01;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LDI` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const LDI: Opcode = 0x02;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LOAD` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const LOAD: Opcode = 0x03;
[INFO] [stdout]   |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STORE` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const STORE: Opcode = 0x04;
[INFO] [stdout]   |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ADD` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const ADD: Opcode = 0x05;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SUB` is never used
[INFO] [stdout]  --> src/abi/opcode.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const SUB: Opcode = 0x06;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MULT` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const MULT: Opcode = 0x07;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIV` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const DIV: Opcode = 0x08;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OR` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const OR: Opcode = 0x09;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `XOR` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const XOR: Opcode = 0x0a;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `AND` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const AND: Opcode = 0x0b;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NOT` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const NOT: Opcode = 0x0c;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SHL` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const SHL: Opcode = 0x0d;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SHR` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const SHR: Opcode = 0x0e;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ROTL` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const ROTL: Opcode = 0x0f;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ROTR` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const ROTR: Opcode = 0x10;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NEG` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const NEG: Opcode = 0x11;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `JMP` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const JMP: Opcode = 0x12;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `JIFZ` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const JIFZ: Opcode = 0x13;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `JIFNZ` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub const JIFNZ: Opcode = 0x14;
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INC` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub const INC: Opcode = 0x16;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEC` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const DEC: Opcode = 0x17;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PUSH` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub const PUSH: Opcode = 0x18;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `POP` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub const POP: Opcode = 0x19;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CALL` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const CALL: Opcode = 0x1a;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RET` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub const RET: Opcode = 0x1b;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ITOF` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub const ITOF: Opcode = 0x1c;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ROUND` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub const ROUND: Opcode = 0x1d;
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FTOI` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:32:11
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub const FTOI: Opcode = ROUND;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FADD` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub const FADD: Opcode = 0x1e;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FSUB` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub const FSUB: Opcode = 0x1f;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FMULT` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub const FMULT: Opcode = 0x20;
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FDIV` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub const FDIV: Opcode = 0x21;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FMOD` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:37:11
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub const FMOD: Opcode = 0x22;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MOD` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:38:11
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub const MOD: Opcode = 0x23;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INT` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub const INT: Opcode = 0x24;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PUSHI` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub const PUSHI: Opcode = 0x25;
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UNINITIALIZED_MEMORY_OPCODE` is never used
[INFO] [stdout]   --> src/abi/opcode.rs:41:11
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub const UNINITIALIZED_MEMORY_OPCODE: Opcode = 0xfd;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `RegisterLength` is never used
[INFO] [stdout]  --> src/abi/register.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub type RegisterLength = u8;
[INFO] [stdout]   |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NUL` is never used
[INFO] [stdout]  --> src/abi/register.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const NUL: RegisterLength = 0b_0000_0000;
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1` is never used
[INFO] [stdout]  --> src/abi/register.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const R1: RegisterLength = 0b_0001_0000;
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2` is never used
[INFO] [stdout]  --> src/abi/register.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const R2: RegisterLength = 0b_0010_0000;
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3` is never used
[INFO] [stdout]  --> src/abi/register.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub const R3: RegisterLength = 0b_0011_0000;
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4` is never used
[INFO] [stdout]   --> src/abi/register.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub const R4: RegisterLength = 0b_0100_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5` is never used
[INFO] [stdout]   --> src/abi/register.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const R5: RegisterLength = 0b_0101_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6` is never used
[INFO] [stdout]   --> src/abi/register.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub const R6: RegisterLength = 0b_0110_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7` is never used
[INFO] [stdout]   --> src/abi/register.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const R7: RegisterLength = 0b_0111_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8` is never used
[INFO] [stdout]   --> src/abi/register.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const R8: RegisterLength = 0b_1000_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9` is never used
[INFO] [stdout]   --> src/abi/register.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const R9: RegisterLength = 0b_1001_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10` is never used
[INFO] [stdout]   --> src/abi/register.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const R10: RegisterLength = 0b_1010_0000;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11` is never used
[INFO] [stdout]   --> src/abi/register.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const R11: RegisterLength = 0b_1011_0000;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12` is never used
[INFO] [stdout]   --> src/abi/register.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const R12: RegisterLength = 0b_1100_0000;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PC` is never used
[INFO] [stdout]   --> src/abi/register.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const PC: RegisterLength = 0b_1101_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SP` is never used
[INFO] [stdout]   --> src/abi/register.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const SP: RegisterLength = 0b_1110_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FP` is never used
[INFO] [stdout]   --> src/abi/register.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const FP: RegisterLength = 0b_1111_0000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub const B1: RegisterLength = 0b_0000_0001;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub const B2: RegisterLength = 0b_0000_0010;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const B3: RegisterLength = 0b_0000_0011;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub const B4: RegisterLength = 0b_0000_0100;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub const B5: RegisterLength = 0b_0000_0101;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const B6: RegisterLength = 0b_0000_0110;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:29:11
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub const B7: RegisterLength = 0b_0000_0111;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub const B8: RegisterLength = 0b_0000_1000;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub const Q1: RegisterLength = 0b_0000_1001;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:32:11
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub const Q2: RegisterLength = 0b_0000_1010;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub const Q3: RegisterLength = 0b_0000_1011;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub const Q4: RegisterLength = 0b_0000_1100;
[INFO] [stdout]    |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `L` is never used
[INFO] [stdout]   --> src/abi/register.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub const L: RegisterLength = 0b_0000_1101;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `H` is never used
[INFO] [stdout]   --> src/abi/register.rs:36:11
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub const H: RegisterLength = 0b_0000_1110;
[INFO] [stdout]    |           ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SEC` is never used
[INFO] [stdout]   --> src/abi/register.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub const SEC: RegisterLength = 0b_0000_1111;
[INFO] [stdout]    |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UNINIT` is never used
[INFO] [stdout]   --> src/abi/register.rs:42:11
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub const UNINIT: RegisterLength = 0xff;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R1H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 | define_register!(1);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R2H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 | define_register!(2);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R3H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 | define_register!(3);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R4H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 | define_register!(4);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R5H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 | define_register!(5);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R6H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 72 | define_register!(6);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R7H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 | define_register!(7);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R8H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 74 | define_register!(8);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R9H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 | define_register!(9);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R10H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 | define_register!(10);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R11H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | define_register!(11);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B1` is never used
[INFO] [stdout]   --> src/abi/register.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B2` is never used
[INFO] [stdout]   --> src/abi/register.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B3` is never used
[INFO] [stdout]   --> src/abi/register.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B4` is never used
[INFO] [stdout]   --> src/abi/register.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B5` is never used
[INFO] [stdout]   --> src/abi/register.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B6` is never used
[INFO] [stdout]   --> src/abi/register.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B7` is never used
[INFO] [stdout]   --> src/abi/register.rs:53:23
[INFO] [stdout]    |
[INFO] [stdout] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12B8` is never used
[INFO] [stdout]   --> src/abi/register.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12Q1` is never used
[INFO] [stdout]   --> src/abi/register.rs:56:23
[INFO] [stdout]    |
[INFO] [stdout] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12Q2` is never used
[INFO] [stdout]   --> src/abi/register.rs:57:23
[INFO] [stdout]    |
[INFO] [stdout] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12Q3` is never used
[INFO] [stdout]   --> src/abi/register.rs:58:23
[INFO] [stdout]    |
[INFO] [stdout] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12Q4` is never used
[INFO] [stdout]   --> src/abi/register.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12L` is never used
[INFO] [stdout]   --> src/abi/register.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `R12H` is never used
[INFO] [stdout]   --> src/abi/register.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 | define_register!(12);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SHEBANG` is never used
[INFO] [stdout]  --> src/constant.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub const SHEBANG: &[u8] = b"/usr/bin/env nisvc-system\n";
[INFO] [stdout]   |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAGIC` is never used
[INFO] [stdout]  --> src/constant.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub const MAGIC: &[u8] = b"NISVC-EF";
[INFO] [stdout]   |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NisvcError` is never constructed
[INFO] [stdout]  --> src/err.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct NisvcError {}
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NISVCExecutableFormat` is never constructed
[INFO] [stdout]   --> src/nisvc_ef.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct NISVCExecutableFormat {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `load`, and `build` are never used
[INFO] [stdout]   --> src/nisvc_ef.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl NISVCExecutableFormat {
[INFO] [stdout]    | -------------------------- associated items in this implementation
[INFO] [stdout] 25 |     // loads file
[INFO] [stdout] 26 |     pub fn new(symbol_table: Option<SymbolTable>, image: Bin) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn load(file: &Path) -> Result<Self> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn build(self, include_shebang: bool, nisvc_version: &str) -> Result<Bin> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EOF_SYMBOLTABLE_ERR` is never used
[INFO] [stdout]   --> src/symbol_table.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | const EOF_SYMBOLTABLE_ERR: &str = "Unexpected EOF while parsing SymbolTable";
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SymbolTable` is never constructed
[INFO] [stdout]   --> src/symbol_table.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct SymbolTable {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `deserialize`, `serialize`, `get_symbol`, `get_address`, and `insert` are never used
[INFO] [stdout]   --> src/symbol_table.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl SymbolTable {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 22 |     /// initialize a new table
[INFO] [stdout] 23 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn deserialize(serialized: Bin) -> Result<Self> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn serialize(&self) -> Result<Bin> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn get_symbol(&self, address: u64) -> Option<String> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub fn get_address(&self, symbol: &str) -> Option<u64> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 63 |     pub fn insert(&self, symbol: &str, address: &u64) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_SymbolTable_serial` is never used
[INFO] [stdout]   --> src/symbol_table.rs:72:8
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn test_SymbolTable_serial() {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_SymbolTable_deserial` is never used
[INFO] [stdout]   --> src/symbol_table.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn test_SymbolTable_deserial() {}
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_SymbolTable_serial` should have a snake case name
[INFO] [stdout]   --> src/symbol_table.rs:72:8
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn test_SymbolTable_serial() {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_symbol_table_serial`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/symbol_table.rs:75:13
[INFO] [stdout]    |
[INFO] [stdout] 75 |             table.insert(format!("test-{address}").as_str(), &(address as u64));
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 75 |             let _ = table.insert(format!("test-{address}").as_str(), &(address as u64));
[INFO] [stdout]    |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_SymbolTable_deserial` should have a snake case name
[INFO] [stdout]   --> src/symbol_table.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn test_SymbolTable_deserial() {}
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_symbol_table_deserial`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.70s
[INFO] running `Command { std: "docker" "inspect" "d6bb9ec6a7cbe08da7dfa65f7dfd8660e72d62a4a5ee1273714d12c2adf2c795", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6bb9ec6a7cbe08da7dfa65f7dfd8660e72d62a4a5ee1273714d12c2adf2c795", kill_on_drop: false }`
[INFO] [stdout] d6bb9ec6a7cbe08da7dfa65f7dfd8660e72d62a4a5ee1273714d12c2adf2c795
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 751ba0aac405f12e7da99248f03a7e2dce5c03749144b2cc1bdc4ff8e45b1938
[INFO] running `Command { std: "docker" "start" "-a" "751ba0aac405f12e7da99248f03a7e2dce5c03749144b2cc1bdc4ff8e45b1938", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `collections::HashMap`
[INFO] [stderr]  --> src/symbol_table.rs:4:11
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::{collections::HashMap, rc::Rc};
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]  --> src/err.rs:7:19
[INFO] [stderr]   |
[INFO] [stderr] 7 |     fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stderr]   |                   ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `bin` is never read
[INFO] [stderr]   --> src/nisvc_ef.rs:43:13
[INFO] [stderr]    |
[INFO] [stderr] 43 |             bin = bin.drain(0..shebang_length).collect();
[INFO] [stderr]    |             ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: maybe it is overwritten before being read?
[INFO] [stderr]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/symbol_table.rs:29:13
[INFO] [stderr]    |
[INFO] [stderr] 29 |         let mut stream = serialized.into_iter();
[INFO] [stderr]    |             ----^^^^^^
[INFO] [stderr]    |             |
[INFO] [stderr]    |             help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `stream`
[INFO] [stderr]   --> src/symbol_table.rs:29:13
[INFO] [stderr]    |
[INFO] [stderr] 29 |         let mut stream = serialized.into_iter();
[INFO] [stderr]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `address`
[INFO] [stderr]   --> src/symbol_table.rs:55:30
[INFO] [stderr]    |
[INFO] [stderr] 55 |     pub fn get_symbol(&self, address: u64) -> Option<String> {
[INFO] [stderr]    |                              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `symbol`
[INFO] [stderr]   --> src/symbol_table.rs:59:31
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub fn get_address(&self, symbol: &str) -> Option<u64> {
[INFO] [stderr]    |                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `symbol`
[INFO] [stderr]   --> src/symbol_table.rs:63:26
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn insert(&self, symbol: &str, address: &u64) -> Result<()> {
[INFO] [stderr]    |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_symbol`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `address`
[INFO] [stderr]   --> src/symbol_table.rs:63:40
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn insert(&self, symbol: &str, address: &u64) -> Result<()> {
[INFO] [stderr]    |                                        ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_address`
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `Opcode` is never used
[INFO] [stderr]  --> src/abi/opcode.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub type Opcode = u8;
[INFO] [stderr]   |          ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `NOP` is never used
[INFO] [stderr]  --> src/abi/opcode.rs:3:11
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub const NOP: Opcode = 0x00;
[INFO] [stderr]   |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CPY` is never used
[INFO] [stderr]  --> src/abi/opcode.rs:4:11
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub const CPY: Opcode = 0x01;
[INFO] [stderr]   |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `LDI` is never used
[INFO] [stderr]  --> src/abi/opcode.rs:5:11
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub const LDI: Opcode = 0x02;
[INFO] [stderr]   |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `LOAD` is never used
[INFO] [stderr]  --> src/abi/opcode.rs:6:11
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub const LOAD: Opcode = 0x03;
[INFO] [stderr]   |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `STORE` is never used
[INFO] [stderr]  --> src/abi/opcode.rs:7:11
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub const STORE: Opcode = 0x04;
[INFO] [stderr]   |           ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ADD` is never used
[INFO] [stderr]  --> src/abi/opcode.rs:8:11
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub const ADD: Opcode = 0x05;
[INFO] [stderr]   |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `SUB` is never used
[INFO] [stderr]  --> src/abi/opcode.rs:9:11
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub const SUB: Opcode = 0x06;
[INFO] [stderr]   |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MULT` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:10:11
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub const MULT: Opcode = 0x07;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `DIV` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:11:11
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub const DIV: Opcode = 0x08;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `OR` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:12:11
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub const OR: Opcode = 0x09;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `XOR` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:13:11
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub const XOR: Opcode = 0x0a;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `AND` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:14:11
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub const AND: Opcode = 0x0b;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `NOT` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:15:11
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub const NOT: Opcode = 0x0c;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `SHL` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:16:11
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub const SHL: Opcode = 0x0d;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `SHR` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:17:11
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub const SHR: Opcode = 0x0e;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ROTL` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:18:11
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub const ROTL: Opcode = 0x0f;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ROTR` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:19:11
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub const ROTR: Opcode = 0x10;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `NEG` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:20:11
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub const NEG: Opcode = 0x11;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `JMP` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:21:11
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub const JMP: Opcode = 0x12;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `JIFZ` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:22:11
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub const JIFZ: Opcode = 0x13;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `JIFNZ` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:23:11
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub const JIFNZ: Opcode = 0x14;
[INFO] [stderr]    |           ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `INC` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:24:11
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub const INC: Opcode = 0x16;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `DEC` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:25:11
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub const DEC: Opcode = 0x17;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `PUSH` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:26:11
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub const PUSH: Opcode = 0x18;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `POP` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:27:11
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub const POP: Opcode = 0x19;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CALL` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:28:11
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub const CALL: Opcode = 0x1a;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `RET` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:29:11
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub const RET: Opcode = 0x1b;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ITOF` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:30:11
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub const ITOF: Opcode = 0x1c;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ROUND` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:31:11
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub const ROUND: Opcode = 0x1d;
[INFO] [stderr]    |           ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FTOI` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:32:11
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub const FTOI: Opcode = ROUND;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FADD` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:33:11
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub const FADD: Opcode = 0x1e;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FSUB` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:34:11
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub const FSUB: Opcode = 0x1f;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FMULT` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:35:11
[INFO] [stderr]    |
[INFO] [stderr] 35 | pub const FMULT: Opcode = 0x20;
[INFO] [stderr]    |           ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FDIV` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:36:11
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub const FDIV: Opcode = 0x21;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FMOD` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:37:11
[INFO] [stderr]    |
[INFO] [stderr] 37 | pub const FMOD: Opcode = 0x22;
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MOD` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:38:11
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub const MOD: Opcode = 0x23;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `INT` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:39:11
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub const INT: Opcode = 0x24;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `PUSHI` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:40:11
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub const PUSHI: Opcode = 0x25;
[INFO] [stderr]    |           ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `UNINITIALIZED_MEMORY_OPCODE` is never used
[INFO] [stderr]   --> src/abi/opcode.rs:41:11
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub const UNINITIALIZED_MEMORY_OPCODE: Opcode = 0xfd;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `RegisterLength` is never used
[INFO] [stderr]  --> src/abi/register.rs:4:10
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub type RegisterLength = u8;
[INFO] [stderr]   |          ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `NUL` is never used
[INFO] [stderr]  --> src/abi/register.rs:6:11
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub const NUL: RegisterLength = 0b_0000_0000;
[INFO] [stderr]   |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1` is never used
[INFO] [stderr]  --> src/abi/register.rs:7:11
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub const R1: RegisterLength = 0b_0001_0000;
[INFO] [stderr]   |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2` is never used
[INFO] [stderr]  --> src/abi/register.rs:8:11
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub const R2: RegisterLength = 0b_0010_0000;
[INFO] [stderr]   |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3` is never used
[INFO] [stderr]  --> src/abi/register.rs:9:11
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub const R3: RegisterLength = 0b_0011_0000;
[INFO] [stderr]   |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4` is never used
[INFO] [stderr]   --> src/abi/register.rs:10:11
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub const R4: RegisterLength = 0b_0100_0000;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5` is never used
[INFO] [stderr]   --> src/abi/register.rs:11:11
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub const R5: RegisterLength = 0b_0101_0000;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6` is never used
[INFO] [stderr]   --> src/abi/register.rs:12:11
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub const R6: RegisterLength = 0b_0110_0000;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7` is never used
[INFO] [stderr]   --> src/abi/register.rs:13:11
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub const R7: RegisterLength = 0b_0111_0000;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8` is never used
[INFO] [stderr]   --> src/abi/register.rs:14:11
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub const R8: RegisterLength = 0b_1000_0000;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R9` is never used
[INFO] [stderr]   --> src/abi/register.rs:15:11
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub const R9: RegisterLength = 0b_1001_0000;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R10` is never used
[INFO] [stderr]   --> src/abi/register.rs:16:11
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub const R10: RegisterLength = 0b_1010_0000;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R11` is never used
[INFO] [stderr]   --> src/abi/register.rs:17:11
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub const R11: RegisterLength = 0b_1011_0000;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R12` is never used
[INFO] [stderr]   --> src/abi/register.rs:18:11
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub const R12: RegisterLength = 0b_1100_0000;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `PC` is never used
[INFO] [stderr]   --> src/abi/register.rs:19:11
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub const PC: RegisterLength = 0b_1101_0000;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `SP` is never used
[INFO] [stderr]   --> src/abi/register.rs:20:11
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub const SP: RegisterLength = 0b_1110_0000;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FP` is never used
[INFO] [stderr]   --> src/abi/register.rs:21:11
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub const FP: RegisterLength = 0b_1111_0000;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `B1` is never used
[INFO] [stderr]   --> src/abi/register.rs:23:11
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub const B1: RegisterLength = 0b_0000_0001;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `B2` is never used
[INFO] [stderr]   --> src/abi/register.rs:24:11
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub const B2: RegisterLength = 0b_0000_0010;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `B3` is never used
[INFO] [stderr]   --> src/abi/register.rs:25:11
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub const B3: RegisterLength = 0b_0000_0011;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `B4` is never used
[INFO] [stderr]   --> src/abi/register.rs:26:11
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub const B4: RegisterLength = 0b_0000_0100;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `B5` is never used
[INFO] [stderr]   --> src/abi/register.rs:27:11
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub const B5: RegisterLength = 0b_0000_0101;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `B6` is never used
[INFO] [stderr]   --> src/abi/register.rs:28:11
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub const B6: RegisterLength = 0b_0000_0110;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `B7` is never used
[INFO] [stderr]   --> src/abi/register.rs:29:11
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub const B7: RegisterLength = 0b_0000_0111;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `B8` is never used
[INFO] [stderr]   --> src/abi/register.rs:30:11
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub const B8: RegisterLength = 0b_0000_1000;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `Q1` is never used
[INFO] [stderr]   --> src/abi/register.rs:31:11
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub const Q1: RegisterLength = 0b_0000_1001;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `Q2` is never used
[INFO] [stderr]   --> src/abi/register.rs:32:11
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub const Q2: RegisterLength = 0b_0000_1010;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `Q3` is never used
[INFO] [stderr]   --> src/abi/register.rs:33:11
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub const Q3: RegisterLength = 0b_0000_1011;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `Q4` is never used
[INFO] [stderr]   --> src/abi/register.rs:34:11
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub const Q4: RegisterLength = 0b_0000_1100;
[INFO] [stderr]    |           ^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `L` is never used
[INFO] [stderr]   --> src/abi/register.rs:35:11
[INFO] [stderr]    |
[INFO] [stderr] 35 | pub const L: RegisterLength = 0b_0000_1101;
[INFO] [stderr]    |           ^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `H` is never used
[INFO] [stderr]   --> src/abi/register.rs:36:11
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub const H: RegisterLength = 0b_0000_1110;
[INFO] [stderr]    |           ^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `SEC` is never used
[INFO] [stderr]   --> src/abi/register.rs:39:11
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub const SEC: RegisterLength = 0b_0000_1111;
[INFO] [stderr]    |           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `UNINIT` is never used
[INFO] [stderr]   --> src/abi/register.rs:42:11
[INFO] [stderr]    |
[INFO] [stderr] 42 | pub const UNINIT: RegisterLength = 0xff;
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1B1` is never used
[INFO] [stderr]   --> src/abi/register.rs:47:23
[INFO] [stderr]    |
[INFO] [stderr] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1B2` is never used
[INFO] [stderr]   --> src/abi/register.rs:48:23
[INFO] [stderr]    |
[INFO] [stderr] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1B3` is never used
[INFO] [stderr]   --> src/abi/register.rs:49:23
[INFO] [stderr]    |
[INFO] [stderr] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1B4` is never used
[INFO] [stderr]   --> src/abi/register.rs:50:23
[INFO] [stderr]    |
[INFO] [stderr] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1B5` is never used
[INFO] [stderr]   --> src/abi/register.rs:51:23
[INFO] [stderr]    |
[INFO] [stderr] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1B6` is never used
[INFO] [stderr]   --> src/abi/register.rs:52:23
[INFO] [stderr]    |
[INFO] [stderr] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1B7` is never used
[INFO] [stderr]   --> src/abi/register.rs:53:23
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1B8` is never used
[INFO] [stderr]   --> src/abi/register.rs:54:23
[INFO] [stderr]    |
[INFO] [stderr] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1Q1` is never used
[INFO] [stderr]   --> src/abi/register.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1Q2` is never used
[INFO] [stderr]   --> src/abi/register.rs:57:23
[INFO] [stderr]    |
[INFO] [stderr] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1Q3` is never used
[INFO] [stderr]   --> src/abi/register.rs:58:23
[INFO] [stderr]    |
[INFO] [stderr] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1Q4` is never used
[INFO] [stderr]   --> src/abi/register.rs:59:23
[INFO] [stderr]    |
[INFO] [stderr] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1L` is never used
[INFO] [stderr]   --> src/abi/register.rs:61:23
[INFO] [stderr]    |
[INFO] [stderr] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R1H` is never used
[INFO] [stderr]   --> src/abi/register.rs:62:23
[INFO] [stderr]    |
[INFO] [stderr] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 67 | define_register!(1);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2B1` is never used
[INFO] [stderr]   --> src/abi/register.rs:47:23
[INFO] [stderr]    |
[INFO] [stderr] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2B2` is never used
[INFO] [stderr]   --> src/abi/register.rs:48:23
[INFO] [stderr]    |
[INFO] [stderr] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2B3` is never used
[INFO] [stderr]   --> src/abi/register.rs:49:23
[INFO] [stderr]    |
[INFO] [stderr] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2B4` is never used
[INFO] [stderr]   --> src/abi/register.rs:50:23
[INFO] [stderr]    |
[INFO] [stderr] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2B5` is never used
[INFO] [stderr]   --> src/abi/register.rs:51:23
[INFO] [stderr]    |
[INFO] [stderr] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2B6` is never used
[INFO] [stderr]   --> src/abi/register.rs:52:23
[INFO] [stderr]    |
[INFO] [stderr] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2B7` is never used
[INFO] [stderr]   --> src/abi/register.rs:53:23
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2B8` is never used
[INFO] [stderr]   --> src/abi/register.rs:54:23
[INFO] [stderr]    |
[INFO] [stderr] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2Q1` is never used
[INFO] [stderr]   --> src/abi/register.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2Q2` is never used
[INFO] [stderr]   --> src/abi/register.rs:57:23
[INFO] [stderr]    |
[INFO] [stderr] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2Q3` is never used
[INFO] [stderr]   --> src/abi/register.rs:58:23
[INFO] [stderr]    |
[INFO] [stderr] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2Q4` is never used
[INFO] [stderr]   --> src/abi/register.rs:59:23
[INFO] [stderr]    |
[INFO] [stderr] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2L` is never used
[INFO] [stderr]   --> src/abi/register.rs:61:23
[INFO] [stderr]    |
[INFO] [stderr] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R2H` is never used
[INFO] [stderr]   --> src/abi/register.rs:62:23
[INFO] [stderr]    |
[INFO] [stderr] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | define_register!(2);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3B1` is never used
[INFO] [stderr]   --> src/abi/register.rs:47:23
[INFO] [stderr]    |
[INFO] [stderr] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3B2` is never used
[INFO] [stderr]   --> src/abi/register.rs:48:23
[INFO] [stderr]    |
[INFO] [stderr] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3B3` is never used
[INFO] [stderr]   --> src/abi/register.rs:49:23
[INFO] [stderr]    |
[INFO] [stderr] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3B4` is never used
[INFO] [stderr]   --> src/abi/register.rs:50:23
[INFO] [stderr]    |
[INFO] [stderr] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3B5` is never used
[INFO] [stderr]   --> src/abi/register.rs:51:23
[INFO] [stderr]    |
[INFO] [stderr] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3B6` is never used
[INFO] [stderr]   --> src/abi/register.rs:52:23
[INFO] [stderr]    |
[INFO] [stderr] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3B7` is never used
[INFO] [stderr]   --> src/abi/register.rs:53:23
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3B8` is never used
[INFO] [stderr]   --> src/abi/register.rs:54:23
[INFO] [stderr]    |
[INFO] [stderr] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3Q1` is never used
[INFO] [stderr]   --> src/abi/register.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3Q2` is never used
[INFO] [stderr]   --> src/abi/register.rs:57:23
[INFO] [stderr]    |
[INFO] [stderr] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3Q3` is never used
[INFO] [stderr]   --> src/abi/register.rs:58:23
[INFO] [stderr]    |
[INFO] [stderr] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3Q4` is never used
[INFO] [stderr]   --> src/abi/register.rs:59:23
[INFO] [stderr]    |
[INFO] [stderr] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3L` is never used
[INFO] [stderr]   --> src/abi/register.rs:61:23
[INFO] [stderr]    |
[INFO] [stderr] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R3H` is never used
[INFO] [stderr]   --> src/abi/register.rs:62:23
[INFO] [stderr]    |
[INFO] [stderr] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 | define_register!(3);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4B1` is never used
[INFO] [stderr]   --> src/abi/register.rs:47:23
[INFO] [stderr]    |
[INFO] [stderr] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4B2` is never used
[INFO] [stderr]   --> src/abi/register.rs:48:23
[INFO] [stderr]    |
[INFO] [stderr] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4B3` is never used
[INFO] [stderr]   --> src/abi/register.rs:49:23
[INFO] [stderr]    |
[INFO] [stderr] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4B4` is never used
[INFO] [stderr]   --> src/abi/register.rs:50:23
[INFO] [stderr]    |
[INFO] [stderr] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4B5` is never used
[INFO] [stderr]   --> src/abi/register.rs:51:23
[INFO] [stderr]    |
[INFO] [stderr] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4B6` is never used
[INFO] [stderr]   --> src/abi/register.rs:52:23
[INFO] [stderr]    |
[INFO] [stderr] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4B7` is never used
[INFO] [stderr]   --> src/abi/register.rs:53:23
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4B8` is never used
[INFO] [stderr]   --> src/abi/register.rs:54:23
[INFO] [stderr]    |
[INFO] [stderr] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4Q1` is never used
[INFO] [stderr]   --> src/abi/register.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4Q2` is never used
[INFO] [stderr]   --> src/abi/register.rs:57:23
[INFO] [stderr]    |
[INFO] [stderr] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4Q3` is never used
[INFO] [stderr]   --> src/abi/register.rs:58:23
[INFO] [stderr]    |
[INFO] [stderr] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4Q4` is never used
[INFO] [stderr]   --> src/abi/register.rs:59:23
[INFO] [stderr]    |
[INFO] [stderr] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4L` is never used
[INFO] [stderr]   --> src/abi/register.rs:61:23
[INFO] [stderr]    |
[INFO] [stderr] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R4H` is never used
[INFO] [stderr]   --> src/abi/register.rs:62:23
[INFO] [stderr]    |
[INFO] [stderr] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 | define_register!(4);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5B1` is never used
[INFO] [stderr]   --> src/abi/register.rs:47:23
[INFO] [stderr]    |
[INFO] [stderr] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5B2` is never used
[INFO] [stderr]   --> src/abi/register.rs:48:23
[INFO] [stderr]    |
[INFO] [stderr] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5B3` is never used
[INFO] [stderr]   --> src/abi/register.rs:49:23
[INFO] [stderr]    |
[INFO] [stderr] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5B4` is never used
[INFO] [stderr]   --> src/abi/register.rs:50:23
[INFO] [stderr]    |
[INFO] [stderr] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5B5` is never used
[INFO] [stderr]   --> src/abi/register.rs:51:23
[INFO] [stderr]    |
[INFO] [stderr] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5B6` is never used
[INFO] [stderr]   --> src/abi/register.rs:52:23
[INFO] [stderr]    |
[INFO] [stderr] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5B7` is never used
[INFO] [stderr]   --> src/abi/register.rs:53:23
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5B8` is never used
[INFO] [stderr]   --> src/abi/register.rs:54:23
[INFO] [stderr]    |
[INFO] [stderr] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5Q1` is never used
[INFO] [stderr]   --> src/abi/register.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5Q2` is never used
[INFO] [stderr]   --> src/abi/register.rs:57:23
[INFO] [stderr]    |
[INFO] [stderr] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5Q3` is never used
[INFO] [stderr]   --> src/abi/register.rs:58:23
[INFO] [stderr]    |
[INFO] [stderr] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5Q4` is never used
[INFO] [stderr]   --> src/abi/register.rs:59:23
[INFO] [stderr]    |
[INFO] [stderr] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5L` is never used
[INFO] [stderr]   --> src/abi/register.rs:61:23
[INFO] [stderr]    |
[INFO] [stderr] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R5H` is never used
[INFO] [stderr]   --> src/abi/register.rs:62:23
[INFO] [stderr]    |
[INFO] [stderr] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 71 | define_register!(5);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6B1` is never used
[INFO] [stderr]   --> src/abi/register.rs:47:23
[INFO] [stderr]    |
[INFO] [stderr] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6B2` is never used
[INFO] [stderr]   --> src/abi/register.rs:48:23
[INFO] [stderr]    |
[INFO] [stderr] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6B3` is never used
[INFO] [stderr]   --> src/abi/register.rs:49:23
[INFO] [stderr]    |
[INFO] [stderr] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6B4` is never used
[INFO] [stderr]   --> src/abi/register.rs:50:23
[INFO] [stderr]    |
[INFO] [stderr] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6B5` is never used
[INFO] [stderr]   --> src/abi/register.rs:51:23
[INFO] [stderr]    |
[INFO] [stderr] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6B6` is never used
[INFO] [stderr]   --> src/abi/register.rs:52:23
[INFO] [stderr]    |
[INFO] [stderr] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6B7` is never used
[INFO] [stderr]   --> src/abi/register.rs:53:23
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6B8` is never used
[INFO] [stderr]   --> src/abi/register.rs:54:23
[INFO] [stderr]    |
[INFO] [stderr] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6Q1` is never used
[INFO] [stderr]   --> src/abi/register.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6Q2` is never used
[INFO] [stderr]   --> src/abi/register.rs:57:23
[INFO] [stderr]    |
[INFO] [stderr] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6Q3` is never used
[INFO] [stderr]   --> src/abi/register.rs:58:23
[INFO] [stderr]    |
[INFO] [stderr] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6Q4` is never used
[INFO] [stderr]   --> src/abi/register.rs:59:23
[INFO] [stderr]    |
[INFO] [stderr] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6L` is never used
[INFO] [stderr]   --> src/abi/register.rs:61:23
[INFO] [stderr]    |
[INFO] [stderr] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R6H` is never used
[INFO] [stderr]   --> src/abi/register.rs:62:23
[INFO] [stderr]    |
[INFO] [stderr] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 72 | define_register!(6);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7B1` is never used
[INFO] [stderr]   --> src/abi/register.rs:47:23
[INFO] [stderr]    |
[INFO] [stderr] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7B2` is never used
[INFO] [stderr]   --> src/abi/register.rs:48:23
[INFO] [stderr]    |
[INFO] [stderr] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7B3` is never used
[INFO] [stderr]   --> src/abi/register.rs:49:23
[INFO] [stderr]    |
[INFO] [stderr] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7B4` is never used
[INFO] [stderr]   --> src/abi/register.rs:50:23
[INFO] [stderr]    |
[INFO] [stderr] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7B5` is never used
[INFO] [stderr]   --> src/abi/register.rs:51:23
[INFO] [stderr]    |
[INFO] [stderr] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7B6` is never used
[INFO] [stderr]   --> src/abi/register.rs:52:23
[INFO] [stderr]    |
[INFO] [stderr] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7B7` is never used
[INFO] [stderr]   --> src/abi/register.rs:53:23
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7B8` is never used
[INFO] [stderr]   --> src/abi/register.rs:54:23
[INFO] [stderr]    |
[INFO] [stderr] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7Q1` is never used
[INFO] [stderr]   --> src/abi/register.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7Q2` is never used
[INFO] [stderr]   --> src/abi/register.rs:57:23
[INFO] [stderr]    |
[INFO] [stderr] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7Q3` is never used
[INFO] [stderr]   --> src/abi/register.rs:58:23
[INFO] [stderr]    |
[INFO] [stderr] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7Q4` is never used
[INFO] [stderr]   --> src/abi/register.rs:59:23
[INFO] [stderr]    |
[INFO] [stderr] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7L` is never used
[INFO] [stderr]   --> src/abi/register.rs:61:23
[INFO] [stderr]    |
[INFO] [stderr] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R7H` is never used
[INFO] [stderr]   --> src/abi/register.rs:62:23
[INFO] [stderr]    |
[INFO] [stderr] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 73 | define_register!(7);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8B1` is never used
[INFO] [stderr]   --> src/abi/register.rs:47:23
[INFO] [stderr]    |
[INFO] [stderr] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8B2` is never used
[INFO] [stderr]   --> src/abi/register.rs:48:23
[INFO] [stderr]    |
[INFO] [stderr] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8B3` is never used
[INFO] [stderr]   --> src/abi/register.rs:49:23
[INFO] [stderr]    |
[INFO] [stderr] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8B4` is never used
[INFO] [stderr]   --> src/abi/register.rs:50:23
[INFO] [stderr]    |
[INFO] [stderr] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8B5` is never used
[INFO] [stderr]   --> src/abi/register.rs:51:23
[INFO] [stderr]    |
[INFO] [stderr] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8B6` is never used
[INFO] [stderr]   --> src/abi/register.rs:52:23
[INFO] [stderr]    |
[INFO] [stderr] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8B7` is never used
[INFO] [stderr]   --> src/abi/register.rs:53:23
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8B8` is never used
[INFO] [stderr]   --> src/abi/register.rs:54:23
[INFO] [stderr]    |
[INFO] [stderr] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8Q1` is never used
[INFO] [stderr]   --> src/abi/register.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8Q2` is never used
[INFO] [stderr]   --> src/abi/register.rs:57:23
[INFO] [stderr]    |
[INFO] [stderr] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8Q3` is never used
[INFO] [stderr]   --> src/abi/register.rs:58:23
[INFO] [stderr]    |
[INFO] [stderr] 58 |             pub const [<R $n Q3>]: RegisterLength = [<R $n>] | Q3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8Q4` is never used
[INFO] [stderr]   --> src/abi/register.rs:59:23
[INFO] [stderr]    |
[INFO] [stderr] 59 |             pub const [<R $n Q4>]: RegisterLength = [<R $n>] | Q4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8L` is never used
[INFO] [stderr]   --> src/abi/register.rs:61:23
[INFO] [stderr]    |
[INFO] [stderr] 61 |             pub const [<R $n L>]: RegisterLength = [<R $n>] | L;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R8H` is never used
[INFO] [stderr]   --> src/abi/register.rs:62:23
[INFO] [stderr]    |
[INFO] [stderr] 62 |             pub const [<R $n H>]: RegisterLength = [<R $n>] | H;
[INFO] [stderr]    |                       ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 74 | define_register!(8);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R9B1` is never used
[INFO] [stderr]   --> src/abi/register.rs:47:23
[INFO] [stderr]    |
[INFO] [stderr] 47 |             pub const [<R $n B1>]: RegisterLength = [<R $n>] | B1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 75 | define_register!(9);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R9B2` is never used
[INFO] [stderr]   --> src/abi/register.rs:48:23
[INFO] [stderr]    |
[INFO] [stderr] 48 |             pub const [<R $n B2>]: RegisterLength = [<R $n>] | B2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 75 | define_register!(9);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R9B3` is never used
[INFO] [stderr]   --> src/abi/register.rs:49:23
[INFO] [stderr]    |
[INFO] [stderr] 49 |             pub const [<R $n B3>]: RegisterLength = [<R $n>] | B3;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 75 | define_register!(9);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R9B4` is never used
[INFO] [stderr]   --> src/abi/register.rs:50:23
[INFO] [stderr]    |
[INFO] [stderr] 50 |             pub const [<R $n B4>]: RegisterLength = [<R $n>] | B4;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 75 | define_register!(9);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R9B5` is never used
[INFO] [stderr]   --> src/abi/register.rs:51:23
[INFO] [stderr]    |
[INFO] [stderr] 51 |             pub const [<R $n B5>]: RegisterLength = [<R $n>] | B5;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 75 | define_register!(9);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R9B6` is never used
[INFO] [stderr]   --> src/abi/register.rs:52:23
[INFO] [stderr]    |
[INFO] [stderr] 52 |             pub const [<R $n B6>]: RegisterLength = [<R $n>] | B6;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 75 | define_register!(9);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R9B7` is never used
[INFO] [stderr]   --> src/abi/register.rs:53:23
[INFO] [stderr]    |
[INFO] [stderr] 53 |             pub const [<R $n B7>]: RegisterLength = [<R $n>] | B7;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 75 | define_register!(9);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R9B8` is never used
[INFO] [stderr]   --> src/abi/register.rs:54:23
[INFO] [stderr]    |
[INFO] [stderr] 54 |             pub const [<R $n B8>]: RegisterLength = [<R $n>] | B8;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 75 | define_register!(9);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R9Q1` is never used
[INFO] [stderr]   --> src/abi/register.rs:56:23
[INFO] [stderr]    |
[INFO] [stderr] 56 |             pub const [<R $n Q1>]: RegisterLength = [<R $n>] | Q1;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 75 | define_register!(9);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `R9Q2` is never used
[INFO] [stderr]   --> src/abi/register.rs:57:23
[INFO] [stderr]    |
[INFO] [stderr] 57 |             pub const [<R $n Q2>]: RegisterLength = [<R $n>] | Q2;
[INFO] [stderr]    |                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 75 | define_register!(9);
[INFO] [stderr]    | ------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_register` (in Nightly builds, run with -Z macro-backtrace for more info)
[WARN] too many lines in the log, truncating it
