[INFO] cloning repository https://github.com/Andrew-William-Smith/rgba
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Andrew-William-Smith/rgba" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrew-William-Smith%2Frgba", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrew-William-Smith%2Frgba'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b78c870aec8b562cb06b2fcc76b04322532b2056
[INFO] building Andrew-William-Smith/rgba against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrew-William-Smith%2Frgba" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Andrew-William-Smith/rgba on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/Andrew-William-Smith/rgba
[INFO] finished tweaking git repo https://github.com/Andrew-William-Smith/rgba
[INFO] tweaked toml for git repo https://github.com/Andrew-William-Smith/rgba written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Andrew-William-Smith/rgba 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6680d482d05cfb46898419b250e3f8af4d9c0288a5be60fc37a5be2f500f8496
[INFO] running `Command { std: "docker" "start" "-a" "6680d482d05cfb46898419b250e3f8af4d9c0288a5be60fc37a5be2f500f8496", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6680d482d05cfb46898419b250e3f8af4d9c0288a5be60fc37a5be2f500f8496", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6680d482d05cfb46898419b250e3f8af4d9c0288a5be60fc37a5be2f500f8496", kill_on_drop: false }`
[INFO] [stdout] 6680d482d05cfb46898419b250e3f8af4d9c0288a5be60fc37a5be2f500f8496
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ef0f25fe160717792968fc9a9ad7a7af37a293ed1a588a5373a9cba868ce693
[INFO] running `Command { std: "docker" "start" "-a" "6ef0f25fe160717792968fc9a9ad7a7af37a293ed1a588a5373a9cba868ce693", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling libc v0.2.95
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling rgba v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling env_logger v0.8.3
[INFO] [stderr]    Compiling structopt-derive v0.4.14
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling derive_more v0.99.14
[INFO] [stderr]    Compiling structopt v0.3.21
[INFO] [stdout] warning: the feature `bool_to_option` has been stable since 1.62.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(bool_to_option)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu.rs:48:54
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                      ^------------
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      `FromPrimitive` is not local
[INFO] [stdout]    |                                                      move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Mode`
[INFO] [stdout] 49 | #[repr(u32)]
[INFO] [stdout] 50 | pub enum Mode {
[INFO] [stdout]    |          ---- `Mode` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu.rs:48:69
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                                     ^----------
[INFO] [stdout]    |                                                                     |
[INFO] [stdout]    |                                                                     `ToPrimitive` is not local
[INFO] [stdout]    |                                                                     move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_Mode`
[INFO] [stdout] 49 | #[repr(u32)]
[INFO] [stdout] 50 | pub enum Mode {
[INFO] [stdout]    |          ---- `Mode` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu/instruction.rs:18:54
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                      ^------------
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      `FromPrimitive` is not local
[INFO] [stdout]    |                                                      move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Condition`
[INFO] [stdout] 19 | #[repr(u32)]
[INFO] [stdout] 20 | pub enum Condition {
[INFO] [stdout]    |          --------- `Condition` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu/instruction.rs:18:69
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                                     ^----------
[INFO] [stdout]    |                                                                     |
[INFO] [stdout]    |                                                                     `ToPrimitive` is not local
[INFO] [stdout]    |                                                                     move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_Condition`
[INFO] [stdout] 19 | #[repr(u32)]
[INFO] [stdout] 20 | pub enum Condition {
[INFO] [stdout]    |          --------- `Condition` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu/instruction.rs:78:54
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                      ^------------
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      `FromPrimitive` is not local
[INFO] [stdout]    |                                                      move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ArithmeticOperation`
[INFO] [stdout] 79 | #[repr(u32)]
[INFO] [stdout] 80 | pub enum ArithmeticOperation {
[INFO] [stdout]    |          ------------------- `ArithmeticOperation` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu/instruction.rs:78:69
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                                     ^----------
[INFO] [stdout]    |                                                                     |
[INFO] [stdout]    |                                                                     `ToPrimitive` is not local
[INFO] [stdout]    |                                                                     move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_ArithmeticOperation`
[INFO] [stdout] 79 | #[repr(u32)]
[INFO] [stdout] 80 | pub enum ArithmeticOperation {
[INFO] [stdout]    |          ------------------- `ArithmeticOperation` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/cpu/instruction.rs:133:54
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]     |                                                      ^------------
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      `FromPrimitive` is not local
[INFO] [stdout]     |                                                      move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ShiftType`
[INFO] [stdout] 134 | #[repr(u32)]
[INFO] [stdout] 135 | pub enum ShiftType {
[INFO] [stdout]     |          --------- `ShiftType` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/cpu/instruction.rs:133:69
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]     |                                                                     ^----------
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     `ToPrimitive` is not local
[INFO] [stdout]     |                                                                     move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_ShiftType`
[INFO] [stdout] 134 | #[repr(u32)]
[INFO] [stdout] 135 | pub enum ShiftType {
[INFO] [stdout]     |          --------- `ShiftType` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `rom_file` is never read
[INFO] [stdout]   --> src/main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct CommandLine {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     rom_file: Option<PathBuf>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CommandLine` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.31s
[INFO] running `Command { std: "docker" "inspect" "6ef0f25fe160717792968fc9a9ad7a7af37a293ed1a588a5373a9cba868ce693", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ef0f25fe160717792968fc9a9ad7a7af37a293ed1a588a5373a9cba868ce693", kill_on_drop: false }`
[INFO] [stdout] 6ef0f25fe160717792968fc9a9ad7a7af37a293ed1a588a5373a9cba868ce693
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c214f15351cc13c6ee22e6b5f228bd87854299d9fb51605a0a8f6f9f5d684493
[INFO] running `Command { std: "docker" "start" "-a" "c214f15351cc13c6ee22e6b5f228bd87854299d9fb51605a0a8f6f9f5d684493", kill_on_drop: false }`
[INFO] [stdout] warning: the feature `bool_to_option` has been stable since 1.62.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(bool_to_option)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu.rs:48:54
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                      ^------------
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      `FromPrimitive` is not local
[INFO] [stdout]    |                                                      move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Mode`
[INFO] [stdout] 49 | #[repr(u32)]
[INFO] [stdout] 50 | pub enum Mode {
[INFO] [stdout]    |          ---- `Mode` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu.rs:48:69
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                                     ^----------
[INFO] [stdout]    |                                                                     |
[INFO] [stdout]    |                                                                     `ToPrimitive` is not local
[INFO] [stdout]    |                                                                     move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_Mode`
[INFO] [stdout] 49 | #[repr(u32)]
[INFO] [stdout] 50 | pub enum Mode {
[INFO] [stdout]    |          ---- `Mode` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu/instruction.rs:18:54
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                      ^------------
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      `FromPrimitive` is not local
[INFO] [stdout]    |                                                      move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Condition`
[INFO] [stdout] 19 | #[repr(u32)]
[INFO] [stdout] 20 | pub enum Condition {
[INFO] [stdout]    |          --------- `Condition` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu/instruction.rs:18:69
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                                     ^----------
[INFO] [stdout]    |                                                                     |
[INFO] [stdout]    |                                                                     `ToPrimitive` is not local
[INFO] [stdout]    |                                                                     move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_Condition`
[INFO] [stdout] 19 | #[repr(u32)]
[INFO] [stdout] 20 | pub enum Condition {
[INFO] [stdout]    |          --------- `Condition` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rgba v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu/instruction.rs:78:54
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                      ^------------
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      `FromPrimitive` is not local
[INFO] [stdout]    |                                                      move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ArithmeticOperation`
[INFO] [stdout] 79 | #[repr(u32)]
[INFO] [stdout] 80 | pub enum ArithmeticOperation {
[INFO] [stdout]    |          ------------------- `ArithmeticOperation` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu/instruction.rs:78:69
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                                     ^----------
[INFO] [stdout]    |                                                                     |
[INFO] [stdout]    |                                                                     `ToPrimitive` is not local
[INFO] [stdout]    |                                                                     move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_ArithmeticOperation`
[INFO] [stdout] 79 | #[repr(u32)]
[INFO] [stdout] 80 | pub enum ArithmeticOperation {
[INFO] [stdout]    |          ------------------- `ArithmeticOperation` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/cpu/instruction.rs:133:54
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]     |                                                      ^------------
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      `FromPrimitive` is not local
[INFO] [stdout]     |                                                      move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ShiftType`
[INFO] [stdout] 134 | #[repr(u32)]
[INFO] [stdout] 135 | pub enum ShiftType {
[INFO] [stdout]     |          --------- `ShiftType` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/cpu/instruction.rs:133:69
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]     |                                                                     ^----------
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     `ToPrimitive` is not local
[INFO] [stdout]     |                                                                     move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_ShiftType`
[INFO] [stdout] 134 | #[repr(u32)]
[INFO] [stdout] 135 | pub enum ShiftType {
[INFO] [stdout]     |          --------- `ShiftType` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `rom_file` is never read
[INFO] [stdout]   --> src/main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct CommandLine {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     rom_file: Option<PathBuf>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CommandLine` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `rom_file` is never read
[INFO] [stdout]   --> src/main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct CommandLine {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     rom_file: Option<PathBuf>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CommandLine` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `bool_to_option` has been stable since 1.62.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(bool_to_option)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu.rs:48:54
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                      ^------------
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      `FromPrimitive` is not local
[INFO] [stdout]    |                                                      move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Mode`
[INFO] [stdout] 49 | #[repr(u32)]
[INFO] [stdout] 50 | pub enum Mode {
[INFO] [stdout]    |          ---- `Mode` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu.rs:48:69
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                                     ^----------
[INFO] [stdout]    |                                                                     |
[INFO] [stdout]    |                                                                     `ToPrimitive` is not local
[INFO] [stdout]    |                                                                     move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_Mode`
[INFO] [stdout] 49 | #[repr(u32)]
[INFO] [stdout] 50 | pub enum Mode {
[INFO] [stdout]    |          ---- `Mode` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu/instruction.rs:18:54
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                      ^------------
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      `FromPrimitive` is not local
[INFO] [stdout]    |                                                      move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Condition`
[INFO] [stdout] 19 | #[repr(u32)]
[INFO] [stdout] 20 | pub enum Condition {
[INFO] [stdout]    |          --------- `Condition` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu/instruction.rs:18:69
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                                     ^----------
[INFO] [stdout]    |                                                                     |
[INFO] [stdout]    |                                                                     `ToPrimitive` is not local
[INFO] [stdout]    |                                                                     move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_Condition`
[INFO] [stdout] 19 | #[repr(u32)]
[INFO] [stdout] 20 | pub enum Condition {
[INFO] [stdout]    |          --------- `Condition` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu/instruction.rs:78:54
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                      ^------------
[INFO] [stdout]    |                                                      |
[INFO] [stdout]    |                                                      `FromPrimitive` is not local
[INFO] [stdout]    |                                                      move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ArithmeticOperation`
[INFO] [stdout] 79 | #[repr(u32)]
[INFO] [stdout] 80 | pub enum ArithmeticOperation {
[INFO] [stdout]    |          ------------------- `ArithmeticOperation` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/cpu/instruction.rs:78:69
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]    |                                                                     ^----------
[INFO] [stdout]    |                                                                     |
[INFO] [stdout]    |                                                                     `ToPrimitive` is not local
[INFO] [stdout]    |                                                                     move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_ArithmeticOperation`
[INFO] [stdout] 79 | #[repr(u32)]
[INFO] [stdout] 80 | pub enum ArithmeticOperation {
[INFO] [stdout]    |          ------------------- `ArithmeticOperation` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/cpu/instruction.rs:133:54
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]     |                                                      ^------------
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      `FromPrimitive` is not local
[INFO] [stdout]     |                                                      move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ShiftType`
[INFO] [stdout] 134 | #[repr(u32)]
[INFO] [stdout] 135 | pub enum ShiftType {
[INFO] [stdout]     |          --------- `ShiftType` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> src/cpu/instruction.rs:133:69
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[derive(Copy, Clone, Debug, Display, Eq, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]     |                                                                     ^----------
[INFO] [stdout]     |                                                                     |
[INFO] [stdout]     |                                                                     `ToPrimitive` is not local
[INFO] [stdout]     |                                                                     move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_ShiftType`
[INFO] [stdout] 134 | #[repr(u32)]
[INFO] [stdout] 135 | pub enum ShiftType {
[INFO] [stdout]     |          --------- `ShiftType` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]     = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.54s
[INFO] running `Command { std: "docker" "inspect" "c214f15351cc13c6ee22e6b5f228bd87854299d9fb51605a0a8f6f9f5d684493", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c214f15351cc13c6ee22e6b5f228bd87854299d9fb51605a0a8f6f9f5d684493", kill_on_drop: false }`
[INFO] [stdout] c214f15351cc13c6ee22e6b5f228bd87854299d9fb51605a0a8f6f9f5d684493
