[INFO] fetching crate steady_state_aeron 0.1.6-kmf1...
[INFO] checking steady_state_aeron-0.1.6-kmf1 against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] extracting crate steady_state_aeron 0.1.6-kmf1 into /workspace/builds/worker-7-tc1/source
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain
[INFO] started tweaking crates.io crate steady_state_aeron 0.1.6-kmf1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate steady_state_aeron 0.1.6-kmf1
[INFO] tweaked toml for crates.io crate steady_state_aeron 0.1.6-kmf1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate steady_state_aeron 0.1.6-kmf1 on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate steady_state_aeron 0.1.6-kmf1 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:98:1
[INFO] [stderr]    |
[INFO] [stderr] 98 | 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: binary `aeron_stat` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc1/source/target/.../aeron_stat
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `aeron-stat`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 - name = "aeron_stat"
[INFO] [stderr] 2 + name = "aeron-stat"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `error_stat` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc1/source/target/.../error_stat
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `error-stat`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 - name = "error_stat"
[INFO] [stderr] 6 + name = "error-stat"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `loss_stat` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-7-tc1/source/target/.../loss_stat
[INFO] [stderr]    |                                                  ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `loss-stat`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "loss_stat"
[INFO] [stderr] 10 + name = "loss-stat"
[INFO] [stderr]    |
[INFO] [stderr] warning: `steady_state_aeron` (manifest) generated 4 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded galvanic-assert v0.8.7
[INFO] [stderr]   Downloaded cache_line_size v1.0.0
[INFO] [stderr]   Downloaded syn v2.0.93
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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] feec1bc4f0557ed39cd9fe83e046a3dae6ebfde5b7f6e120496109a20092079f
[INFO] running `Command { std: "docker" "start" "feec1bc4f0557ed39cd9fe83e046a3dae6ebfde5b7f6e120496109a20092079f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "feec1bc4f0557ed39cd9fe83e046a3dae6ebfde5b7f6e120496109a20092079f", 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" "feec1bc4f0557ed39cd9fe83e046a3dae6ebfde5b7f6e120496109a20092079f" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "feec1bc4f0557ed39cd9fe83e046a3dae6ebfde5b7f6e120496109a20092079f", 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" "feec1bc4f0557ed39cd9fe83e046a3dae6ebfde5b7f6e120496109a20092079f" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "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:98:1
[INFO] [stderr]    |
[INFO] [stderr] 98 | 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: binary `aeron_stat` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../aeron_stat
[INFO] [stderr]   |                          ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `aeron-stat`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 - name = "aeron_stat"
[INFO] [stderr] 2 + name = "aeron-stat"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `error_stat` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../error_stat
[INFO] [stderr]   |                          ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `error-stat`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 - name = "error_stat"
[INFO] [stderr] 6 + name = "error-stat"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `loss_stat` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../loss_stat
[INFO] [stderr]    |                          ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `loss-stat`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "loss_stat"
[INFO] [stderr] 10 + name = "loss-stat"
[INFO] [stderr]    |
[INFO] [stderr] warning: `steady_state_aeron` (manifest) generated 4 warnings
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]     Checking cache_line_size v1.0.0
[INFO] [stderr]     Checking galvanic-assert v0.8.7
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]    Compiling syn v2.0.93
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking clap_builder v4.5.23
[INFO] [stderr]    Compiling steady_state_aeron v0.1.6-kmf1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking tempfile v3.14.0
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]     Checking ctrlc v3.4.5
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking clap v4.5.23
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/buffer_builder.rs:25:54
[INFO] [stdout]    |
[INFO] [stdout] 25 | const BUFFER_BUILDER_MAX_CAPACITY: Index = std::i32::MAX as Index - 8;
[INFO] [stdout]    |                                                      ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/concurrent/ring_buffer.rs:239:38
[INFO] [stdout]     |
[INFO] [stdout] 239 |         self.read(handler, std::i32::MAX)
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/publication.rs:473:32
[INFO] [stdout]     |
[INFO] [stdout] 473 |         if length == std::i32::MAX {
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u64::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/utils/types.rs:24:42
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub const MAX_MOMENT: Moment = std::u64::MAX;
[INFO] [stdout]    |                                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::isize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/utils/types.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 | const INDEX_MAX_USIZE: usize = ::std::isize::MAX as usize;
[INFO] [stdout]    |                                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/buffer_builder.rs:25:54
[INFO] [stdout]    |
[INFO] [stdout] 25 | const BUFFER_BUILDER_MAX_CAPACITY: Index = std::i32::MAX as Index - 8;
[INFO] [stdout]    |                                                      ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/concurrent/logbuffer/term_reader.rs:124:36
[INFO] [stdout]     |
[INFO] [stdout] 124 |     const INT_MAX: i32 = std::i32::MAX;
[INFO] [stdout]     |                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/concurrent/ring_buffer.rs:239:38
[INFO] [stdout]     |
[INFO] [stdout] 239 |         self.read(handler, std::i32::MAX)
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1033:79
[INFO] [stdout]      |
[INFO] [stdout] 1033 |         let fragments = image.poll(&mut fragment_handler_check_len, std::i32::MAX);
[INFO] [stdout]      |                                                                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1075:79
[INFO] [stdout]      |
[INFO] [stdout] 1075 |         let fragments = image.poll(&mut fragment_handler_check_len, std::i32::MAX);
[INFO] [stdout]      |                                                                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1117:79
[INFO] [stdout]      |
[INFO] [stdout] 1117 |         let fragments = image.poll(&mut fragment_handler_check_len, std::i32::MAX);
[INFO] [stdout]      |                                                                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1185:74
[INFO] [stdout]      |
[INFO] [stdout] 1185 |         assert_eq!(image.poll(&mut fragment_handler_check_len, std::i32::MAX), 0);
[INFO] [stdout]      |                                                                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1222:96
[INFO] [stdout]      |
[INFO] [stdout] 1222 |         let fragments = image.bounded_poll(fragment_handler_check_len, max_position, std::i32::MAX);
[INFO] [stdout]      |                                                                                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1262:96
[INFO] [stdout]      |
[INFO] [stdout] 1262 |         let fragments = image.bounded_poll(fragment_handler_check_len, max_position, std::i32::MAX);
[INFO] [stdout]      |                                                                                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1302:96
[INFO] [stdout]      |
[INFO] [stdout] 1302 |         let fragments = image.bounded_poll(fragment_handler_check_len, max_position, std::i32::MAX);
[INFO] [stdout]      |                                                                                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1336:96
[INFO] [stdout]      |
[INFO] [stdout] 1336 |         let fragments = image.bounded_poll(fragment_handler_check_len, max_position, std::i32::MAX);
[INFO] [stdout]      |                                                                                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1351:38
[INFO] [stdout]      |
[INFO] [stdout] 1351 |         let max_position = std::i32::MAX as i64 + 1000;
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1370:96
[INFO] [stdout]      |
[INFO] [stdout] 1370 |         let fragments = image.bounded_poll(fragment_handler_check_len, max_position, std::i32::MAX);
[INFO] [stdout]      |                                                                                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1406:82
[INFO] [stdout]      |
[INFO] [stdout] 1406 |         let fragments = image.controlled_poll(controlled_poll_handler, std::i32::MAX);
[INFO] [stdout]      |                                                                                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1443:91
[INFO] [stdout]      |
[INFO] [stdout] 1443 |         let fragments = image.controlled_poll(controlled_poll_handler_continue, std::i32::MAX);
[INFO] [stdout]      |                                                                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1484:88
[INFO] [stdout]      |
[INFO] [stdout] 1484 |         let fragments = image.controlled_poll(controlled_poll_handler_abort, std::i32::MAX);
[INFO] [stdout]      |                                                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1523:88
[INFO] [stdout]      |
[INFO] [stdout] 1523 |         let fragments = image.controlled_poll(controlled_poll_handler_break, std::i32::MAX);
[INFO] [stdout]      |                                                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1565:89
[INFO] [stdout]      |
[INFO] [stdout] 1565 |         let fragments = image.controlled_poll(controlled_poll_handler_commit, std::i32::MAX);
[INFO] [stdout]      |                                                                                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1607:87
[INFO] [stdout]      |
[INFO] [stdout] 1607 |         let fragments = image.controlled_poll(controlled_handler_cont_cont, std::i32::MAX);
[INFO] [stdout]      |                                                                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1650:104
[INFO] [stdout]      |
[INFO] [stdout] 1650 |         let fragments = image.bounded_controlled_poll(controlled_poll_handler, max_position, std::i32::MAX);
[INFO] [stdout]      |                                                                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1690:113
[INFO] [stdout]      |
[INFO] [stdout] 1690 |         let fragments = image.bounded_controlled_poll(controlled_poll_handler_continue, max_position, std::i32::MAX);
[INFO] [stdout]      |                                                                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1730:113
[INFO] [stdout]      |
[INFO] [stdout] 1730 |         let fragments = image.bounded_controlled_poll(controlled_poll_handler_continue, max_position, std::i32::MAX);
[INFO] [stdout]      |                                                                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1765:113
[INFO] [stdout]      |
[INFO] [stdout] 1765 |         let fragments = image.bounded_controlled_poll(controlled_poll_handler_continue, max_position, std::i32::MAX);
[INFO] [stdout]      |                                                                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1781:38
[INFO] [stdout]      |
[INFO] [stdout] 1781 |         let max_position = std::i32::MAX as i64 + 1000;
[INFO] [stdout]      |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/image.rs:1800:113
[INFO] [stdout]      |
[INFO] [stdout] 1800 |         let fragments = image.bounded_controlled_poll(controlled_poll_handler_continue, max_position, std::i32::MAX);
[INFO] [stdout]      |                                                                                                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/publication.rs:473:32
[INFO] [stdout]     |
[INFO] [stdout] 473 |         if length == std::i32::MAX {
[INFO] [stdout]     |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u64::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/utils/types.rs:24:42
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub const MAX_MOMENT: Moment = std::u64::MAX;
[INFO] [stdout]    |                                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::isize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/utils/types.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 | const INDEX_MAX_USIZE: usize = ::std::isize::MAX as usize;
[INFO] [stdout]    |                                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Handler` is never used
[INFO] [stdout]   --> src/concurrent/broadcast/copy_broadcast_receiver.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | trait Handler {
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `exception_handler` is never read
[INFO] [stdout]   --> src/image.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct Image {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 72 |     exception_handler: Box<dyn ErrorHandler + Send>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Image` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `fd` is never read
[INFO] [stdout]   --> src/utils/memory_mapped_file.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub struct MemoryMappedFile {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 67 |     ptr: *mut u8,
[INFO] [stdout] 68 |     fd: FileHandle,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MemoryMappedFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent/counters.rs:252:17
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn iter(&self) -> CountersReaderIter {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn iter(&self) -> CountersReaderIter<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent/counters.rs:340:17
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub fn iter(&self) -> CountersReaderIter {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub fn iter(&self) -> CountersReaderIter<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/concurrent/status/status_indicator_reader.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |         assert_eq!(STATIC_BUFFER_SLICE.len(), I64_SIZE as usize);
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = help: use a type that relies on "interior mutability" instead; to read more on this, visit <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/concurrent/status/status_indicator_reader.rs:43:34
[INFO] [stdout]    |
[INFO] [stdout] 43 |         AtomicBuffer::wrap_slice(&mut STATIC_BUFFER_SLICE)
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 43 |         AtomicBuffer::wrap_slice(&raw mut STATIC_BUFFER_SLICE)
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/exclusive_publication.rs:953:41
[INFO] [stdout]     |
[INFO] [stdout] 953 |         test.publication_limit.set(i32::max_value() as i64);
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/exclusive_publication.rs:975:41
[INFO] [stdout]     |
[INFO] [stdout] 975 |         test.publication_limit.set(i32::max_value() as i64);
[INFO] [stdout]     |                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/exclusive_publication.rs:1016:41
[INFO] [stdout]      |
[INFO] [stdout] 1016 |         test.publication_limit.set(i32::max_value() as i64);
[INFO] [stdout]      |                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/publication.rs:1080:41
[INFO] [stdout]      |
[INFO] [stdout] 1080 |         test.publication_limit.set(i32::max_value() as i64);
[INFO] [stdout]      |                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl i32>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]     --> src/publication.rs:1121:41
[INFO] [stdout]      |
[INFO] [stdout] 1121 |         test.publication_limit.set(i32::max_value() as i64);
[INFO] [stdout]      |                                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PUBLICATION_LIMIT_COUNTER_ID_2` is never used
[INFO] [stdout]     --> src/client_conductor.rs:1980:11
[INFO] [stdout]      |
[INFO] [stdout] 1980 |     const PUBLICATION_LIMIT_COUNTER_ID_2: i32 = 1;
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Handler` is never used
[INFO] [stdout]   --> src/concurrent/broadcast/copy_broadcast_receiver.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | trait Handler {
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `exception_handler` is never read
[INFO] [stdout]   --> src/image.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct Image {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 72 |     exception_handler: Box<dyn ErrorHandler + Send>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Image` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `fd` is never read
[INFO] [stdout]   --> src/utils/memory_mapped_file.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub struct MemoryMappedFile {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 67 |     ptr: *mut u8,
[INFO] [stdout] 68 |     fd: FileHandle,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MemoryMappedFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent/counters.rs:252:17
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn iter(&self) -> CountersReaderIter {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn iter(&self) -> CountersReaderIter<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent/counters.rs:340:17
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub fn iter(&self) -> CountersReaderIter {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub fn iter(&self) -> CountersReaderIter<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/concurrent/status/status_indicator_reader.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |         assert_eq!(STATIC_BUFFER_SLICE.len(), I64_SIZE as usize);
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = help: use a type that relies on "interior mutability" instead; to read more on this, visit <https://doc.rust-lang.org/reference/interior-mutability.html>
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/concurrent/status/status_indicator_reader.rs:43:34
[INFO] [stdout]    |
[INFO] [stdout] 43 |         AtomicBuffer::wrap_slice(&mut STATIC_BUFFER_SLICE)
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 43 |         AtomicBuffer::wrap_slice(&raw mut STATIC_BUFFER_SLICE)
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.28.0, nix v0.29.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "feec1bc4f0557ed39cd9fe83e046a3dae6ebfde5b7f6e120496109a20092079f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "feec1bc4f0557ed39cd9fe83e046a3dae6ebfde5b7f6e120496109a20092079f", kill_on_drop: false }`
[INFO] [stdout] feec1bc4f0557ed39cd9fe83e046a3dae6ebfde5b7f6e120496109a20092079f
