[INFO] cloning repository https://github.com/acuity-network/acuity-index
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/acuity-network/acuity-index" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Facuity-network%2Facuity-index", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Facuity-network%2Facuity-index'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a898a2f7fc6c5c3429db718d6949b4a32f8584bf
[INFO] testing acuity-network/acuity-index against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Facuity-network%2Facuity-index" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/acuity-network/acuity-index
[INFO] finished tweaking git repo https://github.com/acuity-network/acuity-index
[INFO] tweaked toml for git repo https://github.com/acuity-network/acuity-index written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/acuity-network/acuity-index on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/acuity-network/acuity-index 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6189c871b3663e5ba8146198adb495c3801ad723c2726ccae1f945a6369ce9bd
[INFO] running `Command { std: "docker" "start" "-a" "6189c871b3663e5ba8146198adb495c3801ad723c2726ccae1f945a6369ce9bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6189c871b3663e5ba8146198adb495c3801ad723c2726ccae1f945a6369ce9bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6189c871b3663e5ba8146198adb495c3801ad723c2726ccae1f945a6369ce9bd", kill_on_drop: false }`
[INFO] [stdout] 6189c871b3663e5ba8146198adb495c3801ad723c2726ccae1f945a6369ce9bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aa54e67fb67a2711175fdb3a4b0283e3f1731421406437607673d0370bccd187
[INFO] running `Command { std: "docker" "start" "-a" "aa54e67fb67a2711175fdb3a4b0283e3f1731421406437607673d0370bccd187", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling byte-slice-cast v1.2.3
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.114
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling uint v0.10.0
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling blake2b_simd v1.0.4
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling sp-crypto-hashing v0.1.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.114
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling yap v0.12.0
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling base58 v0.2.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling utf8-width v0.1.8
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling hex-literal v0.4.1
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.114
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.7.5
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling scale-info-derive v2.11.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling derive-where v1.6.0
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling scale-decode-derive v0.16.2
[INFO] [stderr]    Compiling scale-encode-derive v0.10.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling clap-verbosity-flag v2.2.3
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.114
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling impl-serde v0.5.0
[INFO] [stderr]    Compiling jsonrpsee-types v0.24.10
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling byte-unit v4.0.19
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling js-sys v0.3.91
[INFO] [stderr]    Compiling scale-info v2.11.6
[INFO] [stderr]    Compiling subxt-utils-fetchmetadata v0.44.2
[INFO] [stderr]    Compiling impl-codec v0.7.1
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling soketto v0.8.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling signal-hook-tokio v0.3.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling jsonrpsee-core v0.24.10
[INFO] [stderr]    Compiling scale-type-resolver v0.2.0
[INFO] [stderr]    Compiling frame-metadata v23.0.1
[INFO] [stderr]    Compiling scale-typegen v0.11.1
[INFO] [stderr]    Compiling tungstenite v0.21.0
[INFO] [stderr]    Compiling scale-bits v0.7.0
[INFO] [stderr]    Compiling scale-encode v0.10.1
[INFO] [stderr]    Compiling primitive-types v0.13.1
[INFO] [stderr]    Compiling scale-decode v0.16.2
[INFO] [stderr]    Compiling tokio-tungstenite v0.21.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling keccak-hash v0.11.0
[INFO] [stderr]    Compiling rustls-platform-verifier v0.5.3
[INFO] [stderr]    Compiling frame-decode v0.9.0
[INFO] [stderr]    Compiling subxt-metadata v0.44.2
[INFO] [stderr]    Compiling jsonrpsee-client-transport v0.24.10
[INFO] [stderr]    Compiling subxt-codegen v0.44.2
[INFO] [stderr]    Compiling jsonrpsee-ws-client v0.24.10
[INFO] [stderr]    Compiling jsonrpsee v0.24.10
[INFO] [stderr]    Compiling scale-value v0.18.2
[INFO] [stderr]    Compiling subxt-macro v0.44.2
[INFO] [stderr]    Compiling subxt-core v0.44.2
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.64
[INFO] [stderr]    Compiling subxt-rpcs v0.44.2
[INFO] [stderr]    Compiling subxt v0.44.2
[INFO] [stderr]    Compiling acuity-index v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `versions_len`
[INFO] [stdout]    --> src/indexer.rs:464:5
[INFO] [stdout]     |
[INFO] [stdout] 464 |     versions_len: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_versions_len`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new_test` is never used
[INFO] [stdout]   --> src/indexer.rs:68:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl Indexer {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 68 |     pub fn new_test(trees: Trees, config: &ChainConfig) -> Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ParseError` and `Config` are never constructed
[INFO] [stdout]   --> src/shared.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum IndexError {
[INFO] [stdout]    |          ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 28 |     ParseError,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     Config(String),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `IndexError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
[INFO] running `Command { std: "docker" "inspect" "aa54e67fb67a2711175fdb3a4b0283e3f1731421406437607673d0370bccd187", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa54e67fb67a2711175fdb3a4b0283e3f1731421406437607673d0370bccd187", kill_on_drop: false }`
[INFO] [stdout] aa54e67fb67a2711175fdb3a4b0283e3f1731421406437607673d0370bccd187
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a79d8b243384b55d4643356d73d4ee823aa54f22fe36575bafe7b16506fd695f
[INFO] running `Command { std: "docker" "start" "-a" "a79d8b243384b55d4643356d73d4ee823aa54f22fe36575bafe7b16506fd695f", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling acuity-index v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `versions_len`
[INFO] [stdout]    --> src/indexer.rs:464:5
[INFO] [stdout]     |
[INFO] [stdout] 464 |     versions_len: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_versions_len`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ParseError` and `Config` are never constructed
[INFO] [stdout]   --> src/shared.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum IndexError {
[INFO] [stdout]    |          ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 28 |     ParseError,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     Config(String),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `IndexError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.15s
[INFO] running `Command { std: "docker" "inspect" "a79d8b243384b55d4643356d73d4ee823aa54f22fe36575bafe7b16506fd695f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a79d8b243384b55d4643356d73d4ee823aa54f22fe36575bafe7b16506fd695f", kill_on_drop: false }`
[INFO] [stdout] a79d8b243384b55d4643356d73d4ee823aa54f22fe36575bafe7b16506fd695f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a0afe31894f468f02b2549f4811d3f122f227f419cb6fe74d49d08cb51932e91
[INFO] running `Command { std: "docker" "start" "-a" "a0afe31894f468f02b2549f4811d3f122f227f419cb6fe74d49d08cb51932e91", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `versions_len`
[INFO] [stderr]    --> src/indexer.rs:464:5
[INFO] [stderr]     |
[INFO] [stderr] 464 |     versions_len: usize,
[INFO] [stderr]     |     ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_versions_len`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variants `ParseError` and `Config` are never constructed
[INFO] [stderr]   --> src/shared.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub enum IndexError {
[INFO] [stderr]    |          ---------- variants in this enum
[INFO] [stderr] ...
[INFO] [stderr] 28 |     ParseError,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 40 |     Config(String),
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `IndexError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `acuity-index` (bin "acuity-index" test) generated 2 warnings (run `cargo fix --bin "acuity-index" -p acuity-index --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/acuity_index-1f671659d27c7fb2)
[INFO] [stdout] 
[INFO] [stdout] running 117 tests
[INFO] [stdout] test tests::config_tests::config_tests::custom_toml_round_trip ... ok
[INFO] [stdout] test tests::config_tests::config_tests::genesis_hash_bytes_invalid ... ok
[INFO] [stdout] test tests::config_tests::config_tests::genesis_hash_bytes_wrong_length ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::check_next_batch_block_no_overlap ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::check_next_batch_block_skips_spans ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::composite_to_json_non_byte_unnamed ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::composite_to_json_unnamed_single ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::composite_to_json_unnamed_multi ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::composite_to_json_byte_array_32 ... ok
[INFO] [stdout] test tests::config_tests::config_tests::sdk_pallets_returns_only_sdk_flagged ... ok
[INFO] [stdout] test tests::config_tests::config_tests::build_custom_index_positional_field ... ok
[INFO] [stdout] test tests::config_tests::config_tests::parse_all_builtin_configs ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::composite_to_json_named ... ok
[INFO] [stdout] test tests::config_tests::config_tests::genesis_hash_bytes_valid ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::check_next_batch_block_multiple_overlaps ... ok
[INFO] [stdout] test tests::config_tests::config_tests::build_custom_index_event_params ... ok
[INFO] [stdout] test tests::config_tests::config_tests::build_custom_index_excludes_sdk ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::value_to_json_bool ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::value_to_json_string ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::balances_endowed ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::balances_reserve_repatriated ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::balances_reserved ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::balances_transfer ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::bounties_proposed ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::child_bounties_added ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::conviction_voting_delegated ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::conviction_voting_undelegated ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::delegated_staking_delegated ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::extract_bytes32_byte_overflow ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::extract_bytes32_valid ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::extract_bytes32_wrapped_single_named ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::extract_bytes32_wrapped_single_unnamed ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::extract_bytes32_wrong_length ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::extract_u32_from_i128 ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::extract_u32_from_u128 ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::extract_u32_negative_i128 ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::extract_u32_overflow ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::extract_u32_string_returns_none ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::extract_u32_wrapped_unnamed ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::fast_unstake_unstaked ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::get_field_by_name ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::get_field_by_name_missing ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::get_field_by_positional_index_named ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::get_field_by_positional_index_unnamed ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::get_field_positional_out_of_bounds ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::index_sdk_pallet_all_known_pallets ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::index_sdk_pallet_dispatch ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::index_sdk_pallet_unknown_returns_none ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::indices_index_assigned ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::multisig_new ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::nomination_pools_created ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::nomination_pools_destroyed ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::preimage_noted ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::proxy_added ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::proxy_pure_created ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::referenda_all_variants_use_ref_index ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::referenda_submitted ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::session_new_session ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::staking_bonded ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::staking_era_paid ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::staking_payout_started ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::staking_stakers_elected_empty ... ok
[INFO] [stdout] test tests::config_tests::config_tests::build_custom_index_multi_param_event ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::system_killed_account ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::system_remarked ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::system_unknown_event_returns_empty ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::transaction_payment_fee_paid ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::treasury_paid ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::system_new_account ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::treasury_spend_approved ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::vesting_updated ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::bytes32_as_ref_array ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::bytes32_as_ref_slice ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::bytes32_deserialize_json_with_prefix ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::bytes32_deserialize_json_without_prefix ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::bytes32_from_array ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::bytes32_key_layout ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::bytes32_serialize_json ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::event_ref_display ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::key_json_round_trip_account_id ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::key_json_round_trip_bytes32_types ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::key_json_round_trip_u32_types ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::key_json_variant ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::request_get_events_account_id ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::request_get_events_para_id ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::request_status ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::request_subscribe_status ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::span_display ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::u32_key_layout ... ok
[INFO] [stdout] test tests::shared_tests::shared_tests::variant_key_layout ... ok
[INFO] [stdout] test tests::pallets_tests::pallets_tests::treasury_proposed ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::check_span_merges_adjacent ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::index_variant_key ... ok
[INFO] [stdout] test tests::websocket_tests::websocket_tests::get_events_bytes32_multiple ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::keys_for_event_custom_pallet_registrar_multi ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::keys_for_event_custom_pallet_paras_positional ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::check_span_no_merge_when_gap ... ok
[INFO] [stdout] test tests::websocket_tests::websocket_tests::get_events_u32_multiple ... ok
[INFO] [stdout] test tests::websocket_tests::websocket_tests::get_events_bytes32_empty_tree ... ok
[INFO] [stdout] test tests::websocket_tests::websocket_tests::response_events_serializes ... ok
[INFO] [stdout] test tests::websocket_tests::websocket_tests::response_size_on_disk_serializes ... ok
[INFO] [stdout] test tests::websocket_tests::websocket_tests::response_status_serializes ... ok
[INFO] [stdout] test tests::websocket_tests::websocket_tests::response_subscribed_serializes ... ok
[INFO] [stdout] test tests::websocket_tests::websocket_tests::process_msg_get_events_with_data ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::retrieve_max_100_events ... ok
[INFO] [stdout] test tests::websocket_tests::websocket_tests::process_msg_status_empty ... ok
[INFO] [stdout] test tests::websocket_tests::websocket_tests::process_msg_get_events_empty ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::keys_for_event_unknown_event_in_custom_pallet ... ok
[INFO] [stdout] test tests::websocket_tests::websocket_tests::get_events_u32_empty_tree ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::index_and_retrieve_account_id ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::index_and_retrieve_para_id ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::encode_event_structure ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::trees_flush_succeeds ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::keys_for_event_sdk_pallet ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::keys_for_event_unknown_pallet_returns_empty ... ok
[INFO] [stdout] test tests::indexer_tests::indexer_tests::keys_for_event_custom_pallet_claims ... ok
[INFO] [stdout] test tests::websocket_tests::websocket_tests::process_msg_status_with_spans ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 117 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.77s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a0afe31894f468f02b2549f4811d3f122f227f419cb6fe74d49d08cb51932e91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0afe31894f468f02b2549f4811d3f122f227f419cb6fe74d49d08cb51932e91", kill_on_drop: false }`
[INFO] [stdout] a0afe31894f468f02b2549f4811d3f122f227f419cb6fe74d49d08cb51932e91
