[INFO] fetching crate psx 0.1.8...
[INFO] testing psx-0.1.8 against 1.90.0 for beta-1.91-3
[INFO] extracting crate psx 0.1.8 into /workspace/builds/worker-6-tc1/source
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate psx 0.1.8
[INFO] finished tweaking crates.io crate psx 0.1.8
[INFO] tweaked toml for crates.io crate psx 0.1.8 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate psx 0.1.8 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate psx 0.1.8 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded linked_list_allocator v0.10.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d3bd9500ba0df53645c7c4c279eedc0b9b86033b2ae5c0265f1dbfd60c74389e
[INFO] running `Command { std: "docker" "start" "-a" "d3bd9500ba0df53645c7c4c279eedc0b9b86033b2ae5c0265f1dbfd60c74389e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d3bd9500ba0df53645c7c4c279eedc0b9b86033b2ae5c0265f1dbfd60c74389e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3bd9500ba0df53645c7c4c279eedc0b9b86033b2ae5c0265f1dbfd60c74389e", kill_on_drop: false }`
[INFO] [stdout] d3bd9500ba0df53645c7c4c279eedc0b9b86033b2ae5c0265f1dbfd60c74389e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b9f5ec4e314798a244cb11ae7698054bce160e9bd6d398485982161913c3c3a
[INFO] running `Command { std: "docker" "start" "-a" "6b9f5ec4e314798a244cb11ae7698054bce160e9bd6d398485982161913c3c3a", kill_on_drop: false }`
[INFO] [stderr]    Compiling psx v0.1.8 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | #![feature(const_mut_refs, maybe_uninit_array_assume_init)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the feature `const_mut_refs` has been stable since `1.83.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / #![feature(
[INFO] [stdout] 37 | |     maybe_uninit_uninit_array,
[INFO] [stdout] 38 | |     maybe_uninit_slice,
[INFO] [stdout] 39 | |     maybe_uninit_write_slice
[INFO] [stdout] 40 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | #![feature(min_specialization)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | #![feature(asm_experimental_arch)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | #![feature(never_type)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | #![feature(alloc_error_handler)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | #![feature(variant_count)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | #![feature(custom_test_frameworks)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nonexistent_feature`
[INFO] [stdout]    --> src/format/obj.rs:392:7
[INFO] [stdout]     |
[INFO] [stdout] 392 | #[cfg(feature = "nonexistent_feature")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `EU_region`, `J_region`, `NA_region`, `custom_oom`, `heap`, `loadable_exe`, `min_panic`, `nightlier`, and `no_panic`
[INFO] [stdout]     = help: consider adding `nonexistent_feature` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | #![feature(const_mut_refs, maybe_uninit_array_assume_init)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `maybe_uninit_uninit_array`
[INFO] [stdout]   --> src/lib.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     maybe_uninit_uninit_array,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `uninit_array` found for union `MaybeUninit` in the current scope
[INFO] [stdout]    --> src/format/obj.rs:186:36
[INFO] [stdout]     |
[INFO] [stdout] 186 |         let mut res = MaybeUninit::uninit_array();
[INFO] [stdout]     |                                    ^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       MaybeUninit::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]    --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/mem/maybe_uninit.rs:307:5
[INFO] [stdout] help: there is an associated function `uninit` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 186 -         let mut res = MaybeUninit::uninit_array();
[INFO] [stdout] 186 +         let mut res = MaybeUninit::uninit();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `uninit_array` found for union `MaybeUninit` in the current scope
[INFO] [stdout]    --> src/format/obj.rs:199:36
[INFO] [stdout]     |
[INFO] [stdout] 199 |         let mut res = MaybeUninit::uninit_array();
[INFO] [stdout]     |                                    ^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       MaybeUninit::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]    --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/mem/maybe_uninit.rs:307:5
[INFO] [stdout] help: there is an associated function `uninit` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 199 -         let mut res = MaybeUninit::uninit_array();
[INFO] [stdout] 199 +         let mut res = MaybeUninit::uninit();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: `#[warn(asm_sub_register)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/cop0/mod.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / define_cop! {
[INFO] [stdout] 55 | |     /// Breakpoint on execute register
[INFO] [stdout] 56 | |     BPC<u32>; COP: 0; R: 3,
[INFO] [stdout] 57 | |     /// Breakpoint on data access register
[INFO] [stdout] ...  |
[INFO] [stdout] 74 | |     PRID<u32>; COP: 0; R: 15,
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           concat!($cop_ty, "fc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 39 |                           ".set at",
[INFO] [stdout] 40 |                           out(reg) self.value,
[INFO] [stdout]    |                                    ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]   --> src/hw/cop.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |                           concat!($cop_ty, "tc", $cop, " {}, $", $reg),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |                           ".set at",
[INFO] [stdout] 53 |                           in(reg) self.value,
[INFO] [stdout]    |                                   ---------- for this argument
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/hw/gte.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / define_cop! {
[INFO] [stdout]  8 | |     /// The 16-bit VX0 and VY0 vectors
[INFO] [stdout]  9 | |     VXY0<u32>; COP: 2; R: 0,
[INFO] [stdout] 10 | |     /// The 16-bit VZ0 vector
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     */
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values)
[INFO] [stdout]    = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values)
[INFO] [stdout]    = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `uninit_array` found for union `MaybeUninit` in the current scope
[INFO] [stdout]   --> src/std.rs:34:54
[INFO] [stdout]    |
[INFO] [stdout] 34 |                 let mut uninitialized = MaybeUninit::uninit_array::<MAX_LEN>();
[INFO] [stdout]    |                                                      ^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       MaybeUninit::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/mem/maybe_uninit.rs:307:5
[INFO] [stdout] help: there is an associated function `uninit` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 34 -                 let mut uninitialized = MaybeUninit::uninit_array::<MAX_LEN>();
[INFO] [stdout] 34 +                 let mut uninitialized = MaybeUninit::uninit::<MAX_LEN>();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `copy_from_slice` found for union `MaybeUninit` in the current scope
[INFO] [stdout]   --> src/std.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 MaybeUninit::copy_from_slice(&mut initialized_part[0..slice.len()], slice);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       MaybeUninit::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/mem/maybe_uninit.rs:307:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `slice_assume_init_ref` found for union `MaybeUninit` in the current scope
[INFO] [stdout]   --> src/std.rs:43:43
[INFO] [stdout]    |
[INFO] [stdout] 43 |                     unsafe { MaybeUninit::slice_assume_init_ref(initialized_part) };
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       MaybeUninit::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]   --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/mem/maybe_uninit.rs:307:5
[INFO] [stdout] help: there is a method `assume_init_ref` with a similar name, but with different arguments
[INFO] [stdout]   --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/mem/maybe_uninit.rs:783:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]    --> src/gpu/mod.rs:191:29
[INFO] [stdout]     |
[INFO] [stdout] 191 |         offset: (i16, i16), size: (i16, i16), video_mode: VideoMode,
[INFO] [stdout]     |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_size`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0554, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `psx` (lib) due to 14 previous errors; 49 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6b9f5ec4e314798a244cb11ae7698054bce160e9bd6d398485982161913c3c3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b9f5ec4e314798a244cb11ae7698054bce160e9bd6d398485982161913c3c3a", kill_on_drop: false }`
[INFO] [stdout] 6b9f5ec4e314798a244cb11ae7698054bce160e9bd6d398485982161913c3c3a
