[INFO] fetching crate sdkms 0.5.0...
[INFO] checking sdkms-0.5.0 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate sdkms 0.5.0 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate sdkms 0.5.0 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate sdkms 0.5.0
[INFO] finished tweaking crates.io crate sdkms 0.5.0
[INFO] tweaked toml for crates.io crate sdkms 0.5.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate sdkms 0.5.0 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded headers v0.3.7
[INFO] [stderr]   Downloaded tracing-attributes v0.1.21
[INFO] [stderr]   Downloaded uuid v1.1.1
[INFO] [stderr]   Downloaded tokio v1.18.2
[INFO] [stderr]   Downloaded simple-hyper-client v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 261f6c427f3c496687088614a45ac0117751eebb0409d75665650eb05996205c
[INFO] running `Command { std: "docker" "start" "-a" "261f6c427f3c496687088614a45ac0117751eebb0409d75665650eb05996205c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "261f6c427f3c496687088614a45ac0117751eebb0409d75665650eb05996205c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "261f6c427f3c496687088614a45ac0117751eebb0409d75665650eb05996205c", kill_on_drop: false }`
[INFO] [stdout] 261f6c427f3c496687088614a45ac0117751eebb0409d75665650eb05996205c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4db5c3dbaa81049f2d14a4ba0a76cc9a7f7a27c3aa537ad37c99f7f9a2b5c2de
[INFO] running `Command { std: "docker" "start" "-a" "4db5c3dbaa81049f2d14a4ba0a76cc9a7f7a27c3aa537ad37c99f7f9a2b5c2de", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]     Checking once_cell v1.12.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]     Checking http v0.2.7
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]     Checking tracing-core v0.1.26
[INFO] [stderr]     Checking mio v0.8.3
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking slab v0.4.6
[INFO] [stderr]    Compiling openssl v0.10.40
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling openssl-sys v0.9.74
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking futures-sink v0.3.21
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking httpdate v1.0.2
[INFO] [stderr]     Checking cpufeatures v0.2.2
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking crypto-common v0.1.3
[INFO] [stderr]     Checking block-buffer v0.10.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]     Checking digest v0.10.3
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]     Checking sha-1 v0.10.0
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]     Checking headers v0.3.7
[INFO] [stderr]     Checking getrandom v0.2.6
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]     Checking regex-syntax v0.6.26
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking futures-executor v0.3.21
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking time v0.3.9
[INFO] [stderr]     Checking regex v1.5.6
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking tokio v1.18.2
[INFO] [stderr]     Checking tracing v0.1.34
[INFO] [stderr]     Checking tokio-util v0.7.2
[INFO] [stderr]     Checking tokio-stream v0.1.8
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.3.13
[INFO] [stderr]     Checking uuid v1.1.1
[INFO] [stderr]     Checking hyper v0.14.19
[INFO] [stderr]     Checking simple-hyper-client v0.1.0
[INFO] [stderr]     Checking sdkms v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 17.01s
[INFO] running `Command { std: "docker" "inspect" "4db5c3dbaa81049f2d14a4ba0a76cc9a7f7a27c3aa537ad37c99f7f9a2b5c2de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4db5c3dbaa81049f2d14a4ba0a76cc9a7f7a27c3aa537ad37c99f7f9a2b5c2de", kill_on_drop: false }`
[INFO] [stdout] 4db5c3dbaa81049f2d14a4ba0a76cc9a7f7a27c3aa537ad37c99f7f9a2b5c2de
[INFO] checking sdkms-0.5.0 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate sdkms 0.5.0 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate sdkms 0.5.0 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate sdkms 0.5.0
[INFO] finished tweaking crates.io crate sdkms 0.5.0
[INFO] tweaked toml for crates.io crate sdkms 0.5.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate sdkms 0.5.0 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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d0aab596c21a66f84da6b6dc13e2c85cbb9dabbf05986c862ce67412b69f364
[INFO] running `Command { std: "docker" "start" "-a" "1d0aab596c21a66f84da6b6dc13e2c85cbb9dabbf05986c862ce67412b69f364", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d0aab596c21a66f84da6b6dc13e2c85cbb9dabbf05986c862ce67412b69f364", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d0aab596c21a66f84da6b6dc13e2c85cbb9dabbf05986c862ce67412b69f364", kill_on_drop: false }`
[INFO] [stdout] 1d0aab596c21a66f84da6b6dc13e2c85cbb9dabbf05986c862ce67412b69f364
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aeca1df1bf08473cc4e1081a32bfd110e3d8dd35fdf74ec4f4a3ce60294fab79
[INFO] running `Command { std: "docker" "start" "-a" "aeca1df1bf08473cc4e1081a32bfd110e3d8dd35fdf74ec4f4a3ce60294fab79", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]     Checking once_cell v1.12.0
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]     Checking itoa v1.0.2
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]     Checking rand_core v0.4.2
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking mio v0.8.3
[INFO] [stderr]     Checking http v0.2.7
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]     Checking tracing-core v0.1.26
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]    Compiling openssl v0.10.40
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking slab v0.4.6
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling openssl-sys v0.9.74
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]     Checking futures-sink v0.3.21
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking httpdate v1.0.2
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking cpufeatures v0.2.2
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking block-buffer v0.10.2
[INFO] [stderr]     Checking crypto-common v0.1.3
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking digest v0.10.3
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking sha-1 v0.10.0
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]     Checking headers v0.3.7
[INFO] [stderr]     Checking getrandom v0.2.6
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]     Checking ryu v1.0.10
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking regex-syntax v0.6.26
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking futures-executor v0.3.21
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking time v0.3.9
[INFO] [stderr]     Checking regex v1.5.6
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking tokio v1.18.2
[INFO] [stderr]     Checking tracing v0.1.34
[INFO] [stderr]     Checking tokio-util v0.7.2
[INFO] [stderr]     Checking tokio-stream v0.1.8
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.3.13
[INFO] [stderr]     Checking uuid v1.1.1
[INFO] [stderr]     Checking hyper v0.14.19
[INFO] [stderr]     Checking simple-hyper-client v0.1.0
[INFO] [stderr]     Checking sdkms v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/macros.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 | /             impl Serialize for $n {
[INFO] [stdout] 48 | |                 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout] 49 | |                     where S: Serializer
[INFO] [stdout] 50 | |                 {
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |                 }
[INFO] [stdout] 59 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generated/apps_generated.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     bitflags_set! {
[INFO] [stdout] 14 | |         pub struct AppPermissions: u64 {
[INFO] [stdout] 15 | |             const SIGN = 0x0000000000000001;
[INFO] [stdout] 16 | |             const VERIFY = 0x0000000000000002;
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |         }
[INFO] [stdout] 29 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current associated function `_bitflags_set_unused`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]    = note: this error originates in the macro `bitflags_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/macros.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 61 | /             impl<'de> Deserialize<'de> for $n {
[INFO] [stdout] 62 | |                 fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout] 63 | |                     where D: Deserializer<'de>
[INFO] [stdout] 64 | |                 {
[INFO] [stdout] ...  |
[INFO] [stdout] 89 | |                 }
[INFO] [stdout] 90 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generated/apps_generated.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     bitflags_set! {
[INFO] [stdout] 14 | |         pub struct AppPermissions: u64 {
[INFO] [stdout] 15 | |             const SIGN = 0x0000000000000001;
[INFO] [stdout] 16 | |             const VERIFY = 0x0000000000000002;
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |         }
[INFO] [stdout] 29 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current associated function `_bitflags_set_unused`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the macro `bitflags_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/macros.rs:127:13
[INFO] [stdout]     |
[INFO] [stdout] 127 |  /             impl serde::Serialize for $n {
[INFO] [stdout] 128 |  |                 fn serialize<S: serde::Serializer>(&self, serializer: S) -> Result<S::Ok, S::Error> {
[INFO] [stdout] 129 |  |                     (match *self { $($n::$v => normal::$n::$v,)* },).serialize(serializer)
[INFO] [stdout] 130 |  |                 }
[INFO] [stdout] 131 |  |             }
[INFO] [stdout]     |  |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/generated/common_generated.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | /  singleton_backcompat! {
[INFO] [stdout] 126 | |      /// User's role in a group.
[INFO] [stdout] 127 | |      #[derive(Debug, Eq, PartialEq, Copy, Clone)]
[INFO] [stdout] 128 | |      #[serde(rename_all = "UPPERCASE")]
[INFO] [stdout] ...   |
[INFO] [stdout] 132 | |      }
[INFO] [stdout] 133 | |  }
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `UserGroupRole`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this error originates in the macro `singleton_backcompat` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/macros.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 |  /             impl<'de> serde::Deserialize<'de> for $n {
[INFO] [stdout] 133 |  |                 fn deserialize<D: serde::Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error> {
[INFO] [stdout] 134 |  |                     Ok(match <(normal::$n,)>::deserialize(deserializer)?.0 {
[INFO] [stdout] 135 |  |                         $(normal::$n::$v => $n::$v,)*
[INFO] [stdout] 136 |  |                     })
[INFO] [stdout] 137 |  |                 }
[INFO] [stdout] 138 |  |             }
[INFO] [stdout]     |  |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/generated/common_generated.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | /  singleton_backcompat! {
[INFO] [stdout] 126 | |      /// User's role in a group.
[INFO] [stdout] 127 | |      #[derive(Debug, Eq, PartialEq, Copy, Clone)]
[INFO] [stdout] 128 | |      #[serde(rename_all = "UPPERCASE")]
[INFO] [stdout] ...   |
[INFO] [stdout] 132 | |      }
[INFO] [stdout] 133 | |  }
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `UserGroupRole`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this error originates in the macro `singleton_backcompat` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/macros.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 | /             impl Serialize for $n {
[INFO] [stdout] 48 | |                 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout] 49 | |                     where S: Serializer
[INFO] [stdout] 50 | |                 {
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |                 }
[INFO] [stdout] 59 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generated/common_generated.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     bitflags_set! {
[INFO] [stdout] 14 | |         pub struct KeyOperations: u64 {
[INFO] [stdout] 15 | |             const SIGN = 0x0000000000000001;
[INFO] [stdout] 16 | |             const VERIFY = 0x0000000000000002;
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |         }
[INFO] [stdout] 29 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current associated function `_bitflags_set_unused`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the macro `bitflags_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/macros.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 61 | /             impl<'de> Deserialize<'de> for $n {
[INFO] [stdout] 62 | |                 fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout] 63 | |                     where D: Deserializer<'de>
[INFO] [stdout] 64 | |                 {
[INFO] [stdout] ...  |
[INFO] [stdout] 89 | |                 }
[INFO] [stdout] 90 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generated/common_generated.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     bitflags_set! {
[INFO] [stdout] 14 | |         pub struct KeyOperations: u64 {
[INFO] [stdout] 15 | |             const SIGN = 0x0000000000000001;
[INFO] [stdout] 16 | |             const VERIFY = 0x0000000000000002;
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |         }
[INFO] [stdout] 29 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current associated function `_bitflags_set_unused`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the macro `bitflags_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/macros.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 | /             impl Serialize for $n {
[INFO] [stdout] 48 | |                 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout] 49 | |                     where S: Serializer
[INFO] [stdout] 50 | |                 {
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |                 }
[INFO] [stdout] 59 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generated/apps_generated.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     bitflags_set! {
[INFO] [stdout] 14 | |         pub struct AppPermissions: u64 {
[INFO] [stdout] 15 | |             const SIGN = 0x0000000000000001;
[INFO] [stdout] 16 | |             const VERIFY = 0x0000000000000002;
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |         }
[INFO] [stdout] 29 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current associated function `_bitflags_set_unused`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]    = note: this error originates in the macro `bitflags_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/macros.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 61 | /             impl<'de> Deserialize<'de> for $n {
[INFO] [stdout] 62 | |                 fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout] 63 | |                     where D: Deserializer<'de>
[INFO] [stdout] 64 | |                 {
[INFO] [stdout] ...  |
[INFO] [stdout] 89 | |                 }
[INFO] [stdout] 90 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generated/apps_generated.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     bitflags_set! {
[INFO] [stdout] 14 | |         pub struct AppPermissions: u64 {
[INFO] [stdout] 15 | |             const SIGN = 0x0000000000000001;
[INFO] [stdout] 16 | |             const VERIFY = 0x0000000000000002;
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |         }
[INFO] [stdout] 29 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current associated function `_bitflags_set_unused`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the macro `bitflags_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/macros.rs:127:13
[INFO] [stdout]     |
[INFO] [stdout] 127 |  /             impl serde::Serialize for $n {
[INFO] [stdout] 128 |  |                 fn serialize<S: serde::Serializer>(&self, serializer: S) -> Result<S::Ok, S::Error> {
[INFO] [stdout] 129 |  |                     (match *self { $($n::$v => normal::$n::$v,)* },).serialize(serializer)
[INFO] [stdout] 130 |  |                 }
[INFO] [stdout] 131 |  |             }
[INFO] [stdout]     |  |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/generated/common_generated.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | /  singleton_backcompat! {
[INFO] [stdout] 126 | |      /// User's role in a group.
[INFO] [stdout] 127 | |      #[derive(Debug, Eq, PartialEq, Copy, Clone)]
[INFO] [stdout] 128 | |      #[serde(rename_all = "UPPERCASE")]
[INFO] [stdout] ...   |
[INFO] [stdout] 132 | |      }
[INFO] [stdout] 133 | |  }
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `UserGroupRole`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this error originates in the macro `singleton_backcompat` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/macros.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 |  /             impl<'de> serde::Deserialize<'de> for $n {
[INFO] [stdout] 133 |  |                 fn deserialize<D: serde::Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error> {
[INFO] [stdout] 134 |  |                     Ok(match <(normal::$n,)>::deserialize(deserializer)?.0 {
[INFO] [stdout] 135 |  |                         $(normal::$n::$v => $n::$v,)*
[INFO] [stdout] 136 |  |                     })
[INFO] [stdout] 137 |  |                 }
[INFO] [stdout] 138 |  |             }
[INFO] [stdout]     |  |_____________^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/generated/common_generated.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | /  singleton_backcompat! {
[INFO] [stdout] 126 | |      /// User's role in a group.
[INFO] [stdout] 127 | |      #[derive(Debug, Eq, PartialEq, Copy, Clone)]
[INFO] [stdout] 128 | |      #[serde(rename_all = "UPPERCASE")]
[INFO] [stdout] ...   |
[INFO] [stdout] 132 | |      }
[INFO] [stdout] 133 | |  }
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current function `UserGroupRole`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this error originates in the macro `singleton_backcompat` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/macros.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 | /             impl Serialize for $n {
[INFO] [stdout] 48 | |                 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout] 49 | |                     where S: Serializer
[INFO] [stdout] 50 | |                 {
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |                 }
[INFO] [stdout] 59 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generated/common_generated.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     bitflags_set! {
[INFO] [stdout] 14 | |         pub struct KeyOperations: u64 {
[INFO] [stdout] 15 | |             const SIGN = 0x0000000000000001;
[INFO] [stdout] 16 | |             const VERIFY = 0x0000000000000002;
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |         }
[INFO] [stdout] 29 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current associated function `_bitflags_set_unused`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the macro `bitflags_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/macros.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 | /             impl Serialize for $n {
[INFO] [stdout] 48 | |                 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout] 49 | |                     where S: Serializer
[INFO] [stdout] 50 | |                 {
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |                 }
[INFO] [stdout] 59 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generated/users_generated.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | /     bitflags_set! {
[INFO] [stdout] 20 | |         pub struct UserAccountFlags: u64 {
[INFO] [stdout] 21 | |             const ACCOUNTADMINISTRATOR = 0x0000000000000001;
[INFO] [stdout] 22 | |             const ACCOUNTMEMBER = 0x0000000000000002;
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |         }
[INFO] [stdout] 27 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current associated function `_bitflags_set_unused`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the macro `bitflags_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/macros.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 61 | /             impl<'de> Deserialize<'de> for $n {
[INFO] [stdout] 62 | |                 fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout] 63 | |                     where D: Deserializer<'de>
[INFO] [stdout] 64 | |                 {
[INFO] [stdout] ...  |
[INFO] [stdout] 89 | |                 }
[INFO] [stdout] 90 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generated/common_generated.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | /     bitflags_set! {
[INFO] [stdout] 14 | |         pub struct KeyOperations: u64 {
[INFO] [stdout] 15 | |             const SIGN = 0x0000000000000001;
[INFO] [stdout] 16 | |             const VERIFY = 0x0000000000000002;
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |         }
[INFO] [stdout] 29 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current associated function `_bitflags_set_unused`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the macro `bitflags_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/macros.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 61 | /             impl<'de> Deserialize<'de> for $n {
[INFO] [stdout] 62 | |                 fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout] 63 | |                     where D: Deserializer<'de>
[INFO] [stdout] 64 | |                 {
[INFO] [stdout] ...  |
[INFO] [stdout] 89 | |                 }
[INFO] [stdout] 90 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generated/users_generated.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | /     bitflags_set! {
[INFO] [stdout] 20 | |         pub struct UserAccountFlags: u64 {
[INFO] [stdout] 21 | |             const ACCOUNTADMINISTRATOR = 0x0000000000000001;
[INFO] [stdout] 22 | |             const ACCOUNTMEMBER = 0x0000000000000002;
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |         }
[INFO] [stdout] 27 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current associated function `_bitflags_set_unused`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the macro `bitflags_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/macros.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 | /             impl Serialize for $n {
[INFO] [stdout] 48 | |                 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout] 49 | |                     where S: Serializer
[INFO] [stdout] 50 | |                 {
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |                 }
[INFO] [stdout] 59 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generated/users_generated.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | /     bitflags_set! {
[INFO] [stdout] 20 | |         pub struct UserAccountFlags: u64 {
[INFO] [stdout] 21 | |             const ACCOUNTADMINISTRATOR = 0x0000000000000001;
[INFO] [stdout] 22 | |             const ACCOUNTMEMBER = 0x0000000000000002;
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |         }
[INFO] [stdout] 27 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current associated function `_bitflags_set_unused`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the macro `bitflags_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/macros.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 61 | /             impl<'de> Deserialize<'de> for $n {
[INFO] [stdout] 62 | |                 fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout] 63 | |                     where D: Deserializer<'de>
[INFO] [stdout] 64 | |                 {
[INFO] [stdout] ...  |
[INFO] [stdout] 89 | |                 }
[INFO] [stdout] 90 | |             }
[INFO] [stdout]    | |_____________^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/generated/users_generated.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | /     bitflags_set! {
[INFO] [stdout] 20 | |         pub struct UserAccountFlags: u64 {
[INFO] [stdout] 21 | |             const ACCOUNTADMINISTRATOR = 0x0000000000000001;
[INFO] [stdout] 22 | |             const ACCOUNTMEMBER = 0x0000000000000002;
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |         }
[INFO] [stdout] 27 | |     }
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current associated function `_bitflags_set_unused`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the macro `bitflags_set` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sdkms` (lib) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `sdkms` (lib test) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "aeca1df1bf08473cc4e1081a32bfd110e3d8dd35fdf74ec4f4a3ce60294fab79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aeca1df1bf08473cc4e1081a32bfd110e3d8dd35fdf74ec4f4a3ce60294fab79", kill_on_drop: false }`
[INFO] [stdout] aeca1df1bf08473cc4e1081a32bfd110e3d8dd35fdf74ec4f4a3ce60294fab79
