[INFO] cloning repository https://github.com/Richterrettich/rpm-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Richterrettich/rpm-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRichterrettich%2Frpm-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRichterrettich%2Frpm-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9c4c876e33bb459de187ccec0485b9f5b1c8dfdb
[INFO] checking Richterrettich/rpm-rs against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRichterrettich%2Frpm-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Richterrettich/rpm-rs
[INFO] finished tweaking git repo https://github.com/Richterrettich/rpm-rs
[INFO] tweaked toml for git repo https://github.com/Richterrettich/rpm-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Richterrettich/rpm-rs on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 200 packages to highest compatible versions
[INFO] [stderr]       Adding base64ct v1.1.1 (available: v1.8.3)
[INFO] [stderr]       Adding cpio v0.2.2 (available: v0.4.1)
[INFO] [stderr]       Adding enum-primitive-derive v0.2.2 (available: v0.3.0)
[INFO] [stderr]       Adding env_logger v0.9.3 (available: v0.11.11)
[INFO] [stderr]       Adding itertools v0.10.5 (available: v0.15.0)
[INFO] [stderr]       Adding libflate v1.4.0 (available: v2.3.2)
[INFO] [stderr]       Adding md-5 v0.9.1 (available: v0.11.0)
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] [stderr]       Adding num-derive v0.3.3 (available: v0.5.1)
[INFO] [stderr]       Adding pgp v0.7.2 (available: v0.20.0)
[INFO] [stderr]       Adding rand v0.8.8 (available: v0.10.2)
[INFO] [stderr]       Adding rsa v0.5.0 (available: v0.9.10)
[INFO] [stderr]       Adding rsa-der v0.2.1 (available: v0.3.0)
[INFO] [stderr]       Adding serial_test v0.5.1 (available: v4.0.1)
[INFO] [stderr]       Adding sha1 v0.6.1 (available: v0.11.0)
[INFO] [stderr]       Adding sha2 v0.9.9 (available: v0.11.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.20)
[INFO] [stderr]       Adding zeroize v1.3.0 (available: v1.9.0)
[INFO] [stderr]       Adding zstd v0.9.2+zstd.1.5.1 (available: v0.14.0)
[INFO] [stderr]       Adding zstd-safe v4.1.3+zstd.1.5.1 (available: v4.1.6+zstd.1.5.2)
[INFO] [stderr]       Adding zstd-sys v1.6.2+zstd.1.5.1 (available: v1.6.3+zstd.1.5.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:67:1
[INFO] [stderr]    |
[INFO] [stderr] 67 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:63:12
[INFO] [stderr]    |
[INFO] [stderr] 63 | homepage = "https://github.com/Richterrettich/rpm-rs"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | repository = "https://github.com/Richterrettich/rpm-rs"
[INFO] [stderr]    |              ------------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `rpm-rs` (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0f684aceb9df141cd2bb513904c25c95c1932ff06f58591cb3dffaeae737b024
[INFO] running `Command { std: "docker" "start" "0f684aceb9df141cd2bb513904c25c95c1932ff06f58591cb3dffaeae737b024", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f684aceb9df141cd2bb513904c25c95c1932ff06f58591cb3dffaeae737b024", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0f684aceb9df141cd2bb513904c25c95c1932ff06f58591cb3dffaeae737b024" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f684aceb9df141cd2bb513904c25c95c1932ff06f58591cb3dffaeae737b024", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0f684aceb9df141cd2bb513904c25c95c1932ff06f58591cb3dffaeae737b024" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:67:1
[INFO] [stderr]    |
[INFO] [stderr] 67 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> Cargo.toml:63:12
[INFO] [stderr]    |
[INFO] [stderr] 63 | homepage = "https://github.com/Richterrettich/rpm-rs"
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 68 | repository = "https://github.com/Richterrettich/rpm-rs"
[INFO] [stderr]    |              ------------------------------------------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `rpm-rs` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling zerocopy v0.8.57
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking smallvec v1.16.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.12
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking num-integer v0.1.47
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling crc32fast v1.5.1
[INFO] [stderr]    Compiling num-bigint-dig v0.6.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking const-oid v0.6.2
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling crc24 v0.1.6
[INFO] [stderr]    Compiling derive_builder v0.9.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling zstd-safe v4.1.3+zstd.1.5.1
[INFO] [stderr]     Checking base64ct v1.1.1
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking aho-corasick v1.1.5
[INFO] [stderr]     Checking miniz_oxide v0.9.1
[INFO] [stderr]     Checking pem-rfc7468 v0.2.4
[INFO] [stderr]     Checking ed25519 v1.5.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking cipher v0.2.5
[INFO] [stderr]     Checking crypto-bigint v0.2.11
[INFO] [stderr]     Checking num-iter v0.1.46
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking block-cipher v0.8.0
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling num-bigint-dig v0.7.1
[INFO] [stderr]     Checking rle-decode-fast v1.0.3
[INFO] [stderr]     Checking try_from v0.3.2
[INFO] [stderr]     Checking aes-soft v0.6.4
[INFO] [stderr]     Checking libflate_lz77 v1.2.0
[INFO] [stderr]     Checking twofish v0.5.0
[INFO] [stderr]     Checking cast5 v0.9.0
[INFO] [stderr]     Checking blowfish v0.7.0
[INFO] [stderr]     Checking der v0.4.5
[INFO] [stderr]     Checking aes v0.6.0
[INFO] [stderr]     Checking des v0.6.0
[INFO] [stderr]     Checking cfb-mode v0.6.0
[INFO] [stderr]     Checking buf_redux v0.8.4
[INFO] [stderr]     Checking sha3 v0.9.1
[INFO] [stderr]     Checking flate2 v1.1.10
[INFO] [stderr]     Checking block-modes v0.6.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]     Checking md-5 v0.9.1
[INFO] [stderr]     Checking ripemd160 v0.9.1
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking mio v1.2.3
[INFO] [stderr]     Checking either v1.18.0
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]    Compiling cc v1.4.5
[INFO] [stderr]     Checking spki v0.4.1
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]     Checking bitfield v0.13.2
[INFO] [stderr]     Checking circular v0.3.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]     Checking sha1 v0.6.1
[INFO] [stderr]     Checking libflate v1.4.0
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking simple_asn1 v0.4.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking cpio v0.2.2
[INFO] [stderr]     Checking rsa-der v0.2.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling zstd-sys v1.6.2+zstd.1.5.1
[INFO] [stderr]    Compiling clear_on_drop v0.2.5
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking pem v0.8.3
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling enum-display-derive v0.1.1
[INFO] [stderr]    Compiling serial_test_derive v0.5.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling enum-primitive-derive v0.2.2
[INFO] [stderr]     Checking serial_test v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling derive_builder_core v0.9.0
[INFO] [stderr]     Checking rand v0.8.8
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]     Checking zeroize v1.3.0
[INFO] [stderr]     Checking curve25519-dalek v3.2.1
[INFO] [stderr]     Checking pkcs1 v0.2.4
[INFO] [stderr]     Checking pkcs8 v0.7.6
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking ed25519-dalek v1.0.1
[INFO] [stderr]     Checking x25519-dalek v1.2.0
[INFO] [stderr]     Checking rsa v0.5.0
[INFO] [stderr]     Checking rsa v0.3.0
[INFO] [stderr]     Checking pgp v0.7.2
[INFO] [stderr]     Checking zstd v0.9.2+zstd.1.5.1
[INFO] [stderr]     Checking rpm-rs v0.8.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `sha2::digest::generic_array::GenericArray::<T, N>::as_slice`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/rpm/builder.rs:370:37
[INFO] [stdout]     |
[INFO] [stdout] 370 |         let digest_md5 = digest_md5.as_slice();
[INFO] [stdout]     |                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `sha2::digest::generic_array::GenericArray::<T, N>::as_slice`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/rpm/builder.rs:370:37
[INFO] [stdout]     |
[INFO] [stdout] 370 |         let digest_md5 = digest_md5.as_slice();
[INFO] [stdout]     |                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]    --> src/rpm/headers/header.rs:538:38
[INFO] [stdout]     |
[INFO] [stdout] 538 |                     modified_at: utc.timestamp(mtime as i64, 0u32),
[INFO] [stdout]     |                                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]    --> src/rpm/headers/header.rs:538:38
[INFO] [stdout]     |
[INFO] [stdout] 538 |                     modified_at: utc.timestamp(mtime as i64, 0u32),
[INFO] [stdout]     |                                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `sha2::digest::generic_array::GenericArray::<T, N>::as_slice`: please upgrade to generic-array 1.x
[INFO] [stdout]   --> src/rpm/package.rs:89:38
[INFO] [stdout]    |
[INFO] [stdout] 89 |         let digest_md5 = hash_result.as_slice();
[INFO] [stdout]    |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/rpm/signature/pgp.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ::chrono::offset::Utc.timestamp(now.timestamp(), 0u32)
[INFO] [stdout]    |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `sha2::digest::generic_array::GenericArray::<T, N>::as_slice`: please upgrade to generic-array 1.x
[INFO] [stdout]   --> src/rpm/package.rs:89:38
[INFO] [stdout]    |
[INFO] [stdout] 89 |         let digest_md5 = hash_result.as_slice();
[INFO] [stdout]    |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/rpm/signature/pgp.rs:14:27
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ::chrono::offset::Utc.timestamp(now.timestamp(), 0u32)
[INFO] [stdout]    |                           ^^^^^^^^^
[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/constants.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     num_derive::FromPrimitive,
[INFO] [stdout]    |     ^------------------------
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `FromPrimitive` is not local
[INFO] [stdout]    |     move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_IndexTag`
[INFO] [stdout] ...
[INFO] [stdout] 27 | pub enum IndexTag {
[INFO] [stdout]    |          -------- `IndexTag` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `num_derive::FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `num_derive::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 `num_derive::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/constants.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     num_derive::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_IndexTag`
[INFO] [stdout] ...
[INFO] [stdout] 27 | pub enum IndexTag {
[INFO] [stdout]    |          -------- `IndexTag` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `num_derive::ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `num_derive::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 `num_derive::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/constants.rs:361:5
[INFO] [stdout]     |
[INFO] [stdout] 361 |     num_derive::FromPrimitive,
[INFO] [stdout]     |     ^------------------------
[INFO] [stdout]     |     |
[INFO] [stdout]     |     `FromPrimitive` is not local
[INFO] [stdout]     |     move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_IndexSignatureTag`
[INFO] [stdout] ...
[INFO] [stdout] 370 | pub enum IndexSignatureTag {
[INFO] [stdout]     |          ----------------- `IndexSignatureTag` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `num_derive::FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `num_derive::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 `num_derive::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/constants.rs:362:5
[INFO] [stdout]     |
[INFO] [stdout] 362 |     num_derive::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_IndexSignatureTag`
[INFO] [stdout] ...
[INFO] [stdout] 370 | pub enum IndexSignatureTag {
[INFO] [stdout]     |          ----------------- `IndexSignatureTag` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `num_derive::ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `num_derive::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 `num_derive::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/constants.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     num_derive::FromPrimitive,
[INFO] [stdout]    |     ^------------------------
[INFO] [stdout]    |     |
[INFO] [stdout]    |     `FromPrimitive` is not local
[INFO] [stdout]    |     move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_IndexTag`
[INFO] [stdout] ...
[INFO] [stdout] 27 | pub enum IndexTag {
[INFO] [stdout]    |          -------- `IndexTag` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `num_derive::FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `num_derive::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 `num_derive::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/constants.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     num_derive::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_IndexTag`
[INFO] [stdout] ...
[INFO] [stdout] 27 | pub enum IndexTag {
[INFO] [stdout]    |          -------- `IndexTag` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `num_derive::ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `num_derive::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 `num_derive::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/constants.rs:361:5
[INFO] [stdout]     |
[INFO] [stdout] 361 |     num_derive::FromPrimitive,
[INFO] [stdout]     |     ^------------------------
[INFO] [stdout]     |     |
[INFO] [stdout]     |     `FromPrimitive` is not local
[INFO] [stdout]     |     move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_IndexSignatureTag`
[INFO] [stdout] ...
[INFO] [stdout] 370 | pub enum IndexSignatureTag {
[INFO] [stdout]     |          ----------------- `IndexSignatureTag` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `num_derive::FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `num_derive::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 `num_derive::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/constants.rs:362:5
[INFO] [stdout]     |
[INFO] [stdout] 362 |     num_derive::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_IndexSignatureTag`
[INFO] [stdout] ...
[INFO] [stdout] 370 | pub enum IndexSignatureTag {
[INFO] [stdout]     |          ----------------- `IndexSignatureTag` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `num_derive::ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `num_derive::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 `num_derive::ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, nom v4.2.3, pgp v0.7.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 8`
[INFO] running `Command { std: "docker" "inspect" "0f684aceb9df141cd2bb513904c25c95c1932ff06f58591cb3dffaeae737b024", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f684aceb9df141cd2bb513904c25c95c1932ff06f58591cb3dffaeae737b024", kill_on_drop: false }`
[INFO] [stdout] 0f684aceb9df141cd2bb513904c25c95c1932ff06f58591cb3dffaeae737b024
