[INFO] fetching crate fst-native 0.6.3...
[INFO] checking fst-native-0.6.3 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate fst-native 0.6.3 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate fst-native 0.6.3 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 fst-native 0.6.3
[INFO] finished tweaking crates.io crate fst-native 0.6.3
[INFO] tweaked toml for crates.io crate fst-native 0.6.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate fst-native 0.6.3 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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num_enum_derive v0.7.0
[INFO] [stderr]   Downloaded proptest-derive v0.4.0
[INFO] [stderr]   Downloaded num_enum v0.7.0
[INFO] [stderr]   Downloaded vcd v0.7.0
[INFO] [stderr]   Downloaded fst-sys v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] ed11737bd1a6c975134b5657aa22a561c1e80d2b1bdab7e7eaa5e42c1a7d5bbc
[INFO] running `Command { std: "docker" "start" "-a" "ed11737bd1a6c975134b5657aa22a561c1e80d2b1bdab7e7eaa5e42c1a7d5bbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed11737bd1a6c975134b5657aa22a561c1e80d2b1bdab7e7eaa5e42c1a7d5bbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed11737bd1a6c975134b5657aa22a561c1e80d2b1bdab7e7eaa5e42c1a7d5bbc", kill_on_drop: false }`
[INFO] [stdout] ed11737bd1a6c975134b5657aa22a561c1e80d2b1bdab7e7eaa5e42c1a7d5bbc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 9d3cb6023a204d8a78d428b7921f1464710cf30515d03e82fe9487638972a7a2
[INFO] running `Command { std: "docker" "start" "-a" "9d3cb6023a204d8a78d428b7921f1464710cf30515d03e82fe9487638972a7a2", kill_on_drop: false }`
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling rustix v0.38.17
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]     Checking linux-raw-sys v0.4.8
[INFO] [stderr]    Compiling winnow v0.5.15
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]    Compiling fst-sys v0.2.0
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking clap_builder v4.4.6
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking flate2 v1.0.27
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking lz4_flex v0.11.1
[INFO] [stderr]     Checking tempfile v3.8.0
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking rusty-fork v0.3.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]     Checking leb128 v0.2.5
[INFO] [stderr]     Checking vcd v0.7.0
[INFO] [stderr]    Compiling clap_derive v4.4.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking proptest v1.3.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.0
[INFO] [stderr]     Checking num_enum v0.7.0
[INFO] [stderr]     Checking fst-native v0.6.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking clap v4.4.6
[INFO] [stdout] warning: type alias `WriteResult` is never used
[INFO] [stdout]   --> src/io.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub type WriteResult<T> = std::result::Result<T, ReaderError>;
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_variant_u64` is never used
[INFO] [stdout]    --> src/io.rs:140:15
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub(crate) fn write_variant_u64(output: &mut impl Write, mut value: u64) -> WriteResult<usize> {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_variant_u32` is never used
[INFO] [stdout]    --> src/io.rs:161:15
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub(crate) fn write_variant_u32(output: &mut impl Write, value: u32) -> WriteResult<usize> {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_u64` is never used
[INFO] [stdout]    --> src/io.rs:173:15
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub(crate) fn write_u64(output: &mut impl Write, value: u64) -> WriteResult<()> {
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_u8` is never used
[INFO] [stdout]    --> src/io.rs:186:4
[INFO] [stdout]     |
[INFO] [stdout] 186 | fn write_u8(output: &mut impl Write, value: u8) -> WriteResult<()> {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_i8` is never used
[INFO] [stdout]    --> src/io.rs:200:4
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn write_i8(output: &mut impl Write, value: i8) -> WriteResult<()> {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_c_str` is never used
[INFO] [stdout]    --> src/io.rs:219:4
[INFO] [stdout]     |
[INFO] [stdout] 219 | fn write_c_str(output: &mut impl Write, value: &str) -> WriteResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_c_str_fixed_length` is never used
[INFO] [stdout]    --> src/io.rs:236:4
[INFO] [stdout]     |
[INFO] [stdout] 236 | fn write_c_str_fixed_length(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_compressed_bytes` is never used
[INFO] [stdout]    --> src/io.rs:319:15
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub(crate) fn write_compressed_bytes(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_f64` is never used
[INFO] [stdout]    --> src/io.rs:383:4
[INFO] [stdout]     |
[INFO] [stdout] 383 | fn write_f64(output: &mut impl Write, value: f64) -> WriteResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_header` is never used
[INFO] [stdout]    --> src/io.rs:440:15
[INFO] [stdout]     |
[INFO] [stdout] 440 | pub(crate) fn write_header(output: &mut impl Write, header: &Header) -> WriteResult<()> {
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_geometry` is never used
[INFO] [stdout]    --> src/io.rs:478:15
[INFO] [stdout]     |
[INFO] [stdout] 478 | pub(crate) fn write_geometry(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_blackout` is never used
[INFO] [stdout]    --> src/io.rs:534:15
[INFO] [stdout]     |
[INFO] [stdout] 534 | pub(crate) fn write_blackout(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HIERARCHY_GZIP_COMPRESSION_LEVEL` is never used
[INFO] [stdout]    --> src/io.rs:565:7
[INFO] [stdout]     |
[INFO] [stdout] 565 | const HIERARCHY_GZIP_COMPRESSION_LEVEL: flate2::Compression = flate2::Compression::best();
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_hierarchy_bytes` is never used
[INFO] [stdout]    --> src/io.rs:602:15
[INFO] [stdout]     |
[INFO] [stdout] 602 | pub(crate) fn write_hierarchy_bytes(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `enum_table_to_string` is never used
[INFO] [stdout]    --> src/io.rs:670:4
[INFO] [stdout]     |
[INFO] [stdout] 670 | fn enum_table_to_string(name: &str, mapping: &[(String, String)]) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_hierarchy_attribute` is never used
[INFO] [stdout]    --> src/io.rs:818:4
[INFO] [stdout]     |
[INFO] [stdout] 818 | fn write_hierarchy_attribute(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_hierarchy_entry` is never used
[INFO] [stdout]    --> src/io.rs:849:15
[INFO] [stdout]     |
[INFO] [stdout] 849 | pub(crate) fn write_hierarchy_entry(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_python_bytes` is never used
[INFO] [stdout]    --> src/io.rs:967:4
[INFO] [stdout]     |
[INFO] [stdout] 967 | fn print_python_bytes(bytes: &[u8]) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_time_chain` is never used
[INFO] [stdout]     --> src/io.rs:1044:15
[INFO] [stdout]      |
[INFO] [stdout] 1044 | pub(crate) fn write_time_chain(
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_time_chain_data` is never used
[INFO] [stdout]     --> src/io.rs:1081:4
[INFO] [stdout]      |
[INFO] [stdout] 1081 | fn write_time_chain_data(output: &mut impl Write, table: &[u64]) -> WriteResult<usize> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `blackouts` is never read
[INFO] [stdout]    --> src/reader.rs:251:5
[INFO] [stdout]     |
[INFO] [stdout] 248 | struct MetaData {
[INFO] [stdout]     |        -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 251 |     blackouts: Vec<BlackoutData>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HIERARCHY_ATTRIBUTE_MAX_SIZE` is never used
[INFO] [stdout]   --> src/types.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub(crate) const HIERARCHY_ATTRIBUTE_MAX_SIZE: usize = 65536 + 4096;
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_raw` is never used
[INFO] [stdout]   --> src/types.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl FstSignalHandle {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub(crate) fn get_raw(&self) -> u32 {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/types.rs:43:30
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub(crate) struct EnumHandle(u32);
[INFO] [stdout]    |                   ---------- ^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EnumHandle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub(crate) struct EnumHandle(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_file_format` is never used
[INFO] [stdout]    --> src/types.rs:223:19
[INFO] [stdout]     |
[INFO] [stdout] 212 | impl SignalInfo {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 223 |     pub(crate) fn to_file_format(&self) -> u32 {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 26 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling proptest-derive v0.4.0
[INFO] [stdout] warning: function `print_python_bytes` is never used
[INFO] [stdout]    --> src/io.rs:967:4
[INFO] [stdout]     |
[INFO] [stdout] 967 | fn print_python_bytes(bytes: &[u8]) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `blackouts` is never read
[INFO] [stdout]    --> src/reader.rs:251:5
[INFO] [stdout]     |
[INFO] [stdout] 248 | struct MetaData {
[INFO] [stdout]     |        -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 251 |     blackouts: Vec<BlackoutData>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/types.rs:43:30
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub(crate) struct EnumHandle(u32);
[INFO] [stdout]    |                   ---------- ^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EnumHandle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub(crate) struct EnumHandle(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 5.92s
[INFO] running `Command { std: "docker" "inspect" "9d3cb6023a204d8a78d428b7921f1464710cf30515d03e82fe9487638972a7a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d3cb6023a204d8a78d428b7921f1464710cf30515d03e82fe9487638972a7a2", kill_on_drop: false }`
[INFO] [stdout] 9d3cb6023a204d8a78d428b7921f1464710cf30515d03e82fe9487638972a7a2
[INFO] checking fst-native-0.6.3 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate fst-native 0.6.3 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate fst-native 0.6.3 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 fst-native 0.6.3
[INFO] finished tweaking crates.io crate fst-native 0.6.3
[INFO] tweaked toml for crates.io crate fst-native 0.6.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate crates.io crate fst-native 0.6.3 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] aeda558521a703ceb4a05621e992856a6071dfb9ce7f5eeffc6a946a3b38a588
[INFO] running `Command { std: "docker" "start" "-a" "aeda558521a703ceb4a05621e992856a6071dfb9ce7f5eeffc6a946a3b38a588", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aeda558521a703ceb4a05621e992856a6071dfb9ce7f5eeffc6a946a3b38a588", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aeda558521a703ceb4a05621e992856a6071dfb9ce7f5eeffc6a946a3b38a588", kill_on_drop: false }`
[INFO] [stdout] aeda558521a703ceb4a05621e992856a6071dfb9ce7f5eeffc6a946a3b38a588
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 9465f45ea3d7087f13f84058a532f86908c6686d83979d8fe4e057282c07e572
[INFO] running `Command { std: "docker" "start" "-a" "9465f45ea3d7087f13f84058a532f86908c6686d83979d8fe4e057282c07e572", kill_on_drop: false }`
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling rustix v0.38.17
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]    Compiling winnow v0.5.15
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]     Checking linux-raw-sys v0.4.8
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling fst-sys v0.2.0
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking clap_builder v4.4.6
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking flate2 v1.0.27
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking tempfile v3.8.0
[INFO] [stderr]     Checking lz4_flex v0.11.1
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking rusty-fork v0.3.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]     Checking vcd v0.7.0
[INFO] [stderr]     Checking leb128 v0.2.5
[INFO] [stderr]    Compiling clap_derive v4.4.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking proptest v1.3.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.0
[INFO] [stderr]     Checking clap v4.4.6
[INFO] [stderr]     Checking num_enum v0.7.0
[INFO] [stderr]     Checking fst-native v0.6.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type alias `WriteResult` is never used
[INFO] [stdout]   --> src/io.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub type WriteResult<T> = std::result::Result<T, ReaderError>;
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_variant_u64` is never used
[INFO] [stdout]    --> src/io.rs:140:15
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub(crate) fn write_variant_u64(output: &mut impl Write, mut value: u64) -> WriteResult<usize> {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_variant_u32` is never used
[INFO] [stdout]    --> src/io.rs:161:15
[INFO] [stdout]     |
[INFO] [stdout] 161 | pub(crate) fn write_variant_u32(output: &mut impl Write, value: u32) -> WriteResult<usize> {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_u64` is never used
[INFO] [stdout]    --> src/io.rs:173:15
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub(crate) fn write_u64(output: &mut impl Write, value: u64) -> WriteResult<()> {
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_u8` is never used
[INFO] [stdout]    --> src/io.rs:186:4
[INFO] [stdout]     |
[INFO] [stdout] 186 | fn write_u8(output: &mut impl Write, value: u8) -> WriteResult<()> {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_i8` is never used
[INFO] [stdout]    --> src/io.rs:200:4
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn write_i8(output: &mut impl Write, value: i8) -> WriteResult<()> {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_c_str` is never used
[INFO] [stdout]    --> src/io.rs:219:4
[INFO] [stdout]     |
[INFO] [stdout] 219 | fn write_c_str(output: &mut impl Write, value: &str) -> WriteResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_c_str_fixed_length` is never used
[INFO] [stdout]    --> src/io.rs:236:4
[INFO] [stdout]     |
[INFO] [stdout] 236 | fn write_c_str_fixed_length(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_compressed_bytes` is never used
[INFO] [stdout]    --> src/io.rs:319:15
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub(crate) fn write_compressed_bytes(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_f64` is never used
[INFO] [stdout]    --> src/io.rs:383:4
[INFO] [stdout]     |
[INFO] [stdout] 383 | fn write_f64(output: &mut impl Write, value: f64) -> WriteResult<()> {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_header` is never used
[INFO] [stdout]    --> src/io.rs:440:15
[INFO] [stdout]     |
[INFO] [stdout] 440 | pub(crate) fn write_header(output: &mut impl Write, header: &Header) -> WriteResult<()> {
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_geometry` is never used
[INFO] [stdout]    --> src/io.rs:478:15
[INFO] [stdout]     |
[INFO] [stdout] 478 | pub(crate) fn write_geometry(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_blackout` is never used
[INFO] [stdout]    --> src/io.rs:534:15
[INFO] [stdout]     |
[INFO] [stdout] 534 | pub(crate) fn write_blackout(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HIERARCHY_GZIP_COMPRESSION_LEVEL` is never used
[INFO] [stdout]    --> src/io.rs:565:7
[INFO] [stdout]     |
[INFO] [stdout] 565 | const HIERARCHY_GZIP_COMPRESSION_LEVEL: flate2::Compression = flate2::Compression::best();
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_hierarchy_bytes` is never used
[INFO] [stdout]    --> src/io.rs:602:15
[INFO] [stdout]     |
[INFO] [stdout] 602 | pub(crate) fn write_hierarchy_bytes(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `enum_table_to_string` is never used
[INFO] [stdout]    --> src/io.rs:670:4
[INFO] [stdout]     |
[INFO] [stdout] 670 | fn enum_table_to_string(name: &str, mapping: &[(String, String)]) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_hierarchy_attribute` is never used
[INFO] [stdout]    --> src/io.rs:818:4
[INFO] [stdout]     |
[INFO] [stdout] 818 | fn write_hierarchy_attribute(
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_hierarchy_entry` is never used
[INFO] [stdout]    --> src/io.rs:849:15
[INFO] [stdout]     |
[INFO] [stdout] 849 | pub(crate) fn write_hierarchy_entry(
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_python_bytes` is never used
[INFO] [stdout]    --> src/io.rs:967:4
[INFO] [stdout]     |
[INFO] [stdout] 967 | fn print_python_bytes(bytes: &[u8]) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_time_chain` is never used
[INFO] [stdout]     --> src/io.rs:1044:15
[INFO] [stdout]      |
[INFO] [stdout] 1044 | pub(crate) fn write_time_chain(
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_time_chain_data` is never used
[INFO] [stdout]     --> src/io.rs:1081:4
[INFO] [stdout]      |
[INFO] [stdout] 1081 | fn write_time_chain_data(output: &mut impl Write, table: &[u64]) -> WriteResult<usize> {
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `blackouts` is never read
[INFO] [stdout]    --> src/reader.rs:251:5
[INFO] [stdout]     |
[INFO] [stdout] 248 | struct MetaData {
[INFO] [stdout]     |        -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 251 |     blackouts: Vec<BlackoutData>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HIERARCHY_ATTRIBUTE_MAX_SIZE` is never used
[INFO] [stdout]   --> src/types.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub(crate) const HIERARCHY_ATTRIBUTE_MAX_SIZE: usize = 65536 + 4096;
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_raw` is never used
[INFO] [stdout]   --> src/types.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl FstSignalHandle {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub(crate) fn get_raw(&self) -> u32 {
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/types.rs:43:30
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub(crate) struct EnumHandle(u32);
[INFO] [stdout]    |                   ---------- ^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EnumHandle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub(crate) struct EnumHandle(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_file_format` is never used
[INFO] [stdout]    --> src/types.rs:223:19
[INFO] [stdout]     |
[INFO] [stdout] 212 | impl SignalInfo {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 223 |     pub(crate) fn to_file_format(&self) -> u32 {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 26 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling proptest-derive v0.4.0
[INFO] [stdout] warning: function `print_python_bytes` is never used
[INFO] [stdout]    --> src/io.rs:967:4
[INFO] [stdout]     |
[INFO] [stdout] 967 | fn print_python_bytes(bytes: &[u8]) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `blackouts` is never read
[INFO] [stdout]    --> src/reader.rs:251:5
[INFO] [stdout]     |
[INFO] [stdout] 248 | struct MetaData {
[INFO] [stdout]     |        -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 251 |     blackouts: Vec<BlackoutData>,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MetaData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/types.rs:43:30
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub(crate) struct EnumHandle(u32);
[INFO] [stdout]    |                   ---------- ^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EnumHandle` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub(crate) struct EnumHandle(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/types.rs:18:25
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg_attr(test, derive(Arbitrary))]
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_ARBITRARY_FOR_FstSignalHandle`
[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 derive macro `Arbitrary` (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/types.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[cfg_attr(test, derive(Arbitrary))]
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_ARBITRARY_FOR_FileType`
[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 derive macro `Arbitrary` (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/types.rs:78:25
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[cfg_attr(test, derive(Arbitrary))]
[INFO] [stdout]    |                         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_ARBITRARY_FOR_FstScopeType`
[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 derive macro `Arbitrary` (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/types.rs:114:25
[INFO] [stdout]     |
[INFO] [stdout] 114 | #[cfg_attr(test, derive(Arbitrary))]
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_IMPL_ARBITRARY_FOR_FstVarType`
[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 derive macro `Arbitrary` (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/types.rs:152:25
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[cfg_attr(test, derive(Arbitrary))]
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_IMPL_ARBITRARY_FOR_FstVarDirection`
[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 derive macro `Arbitrary` (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/types.rs:188:25
[INFO] [stdout]     |
[INFO] [stdout] 188 | #[cfg_attr(test, derive(Arbitrary))]
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_IMPL_ARBITRARY_FOR_Header`
[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 derive macro `Arbitrary` (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/types.rs:206:25
[INFO] [stdout]     |
[INFO] [stdout] 206 | #[cfg_attr(test, derive(Arbitrary))]
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_IMPL_ARBITRARY_FOR_SignalInfo`
[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 derive macro `Arbitrary` (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/types.rs:251:25
[INFO] [stdout]     |
[INFO] [stdout] 251 | #[cfg_attr(test, derive(Arbitrary))]
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_IMPL_ARBITRARY_FOR_BlackoutData`
[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 derive macro `Arbitrary` (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/types.rs:266:25
[INFO] [stdout]     |
[INFO] [stdout] 266 | #[cfg_attr(test, derive(Arbitrary))]
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_IMPL_ARBITRARY_FOR_FstHierarchyEntry`
[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 derive macro `Arbitrary` (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/types.rs:307:25
[INFO] [stdout]     |
[INFO] [stdout] 307 | #[cfg_attr(test, derive(Arbitrary))]
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_IMPL_ARBITRARY_FOR_HierarchyCompression`
[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 derive macro `Arbitrary` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fst-native` (lib test) due to 11 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9465f45ea3d7087f13f84058a532f86908c6686d83979d8fe4e057282c07e572", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9465f45ea3d7087f13f84058a532f86908c6686d83979d8fe4e057282c07e572", kill_on_drop: false }`
[INFO] [stdout] 9465f45ea3d7087f13f84058a532f86908c6686d83979d8fe4e057282c07e572
