[INFO] fetching crate state_objects 0.0.4...
[INFO] building state_objects-0.0.4 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate state_objects 0.0.4 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate state_objects 0.0.4
[INFO] finished tweaking crates.io crate state_objects 0.0.4
[INFO] tweaked toml for crates.io crate state_objects 0.0.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate state_objects 0.0.4 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 55 packages to latest compatible versions
[INFO] [stderr]       Adding bump-scope v0.9.2 (available: v1.3.1)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.16)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0604c4622ef8280dd1d9c4dd61a1af3c8436d5b84218439490d6a3b7d9558b27
[INFO] running `Command { std: "docker" "start" "-a" "0604c4622ef8280dd1d9c4dd61a1af3c8436d5b84218439490d6a3b7d9558b27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0604c4622ef8280dd1d9c4dd61a1af3c8436d5b84218439490d6a3b7d9558b27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0604c4622ef8280dd1d9c4dd61a1af3c8436d5b84218439490d6a3b7d9558b27", kill_on_drop: false }`
[INFO] [stdout] 0604c4622ef8280dd1d9c4dd61a1af3c8436d5b84218439490d6a3b7d9558b27
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd354bd9c26103066fc49bb18ba2dcc8e6997dc67751556b0fbb12b95a179262
[INFO] running `Command { std: "docker" "start" "-a" "cd354bd9c26103066fc49bb18ba2dcc8e6997dc67751556b0fbb12b95a179262", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling if_chain v1.0.3
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling simple_time v0.0.2
[INFO] [stderr]    Compiling sptr v0.3.2
[INFO] [stderr]    Compiling constcat v0.5.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]    Compiling deluxe-core v0.5.0
[INFO] [stderr]    Compiling bump-scope v0.9.2
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]    Compiling num_enum v0.7.4
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling ixc_message_api v0.0.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling deluxe-macros v0.5.0
[INFO] [stderr]    Compiling deluxe v0.5.0
[INFO] [stderr]    Compiling ixc_schema_macros v0.0.3
[INFO] [stderr]    Compiling ixc_core_macros v0.0.4
[INFO] [stderr]    Compiling ixc_schema v0.0.4
[INFO] [stderr]    Compiling ixc_core v0.0.4
[INFO] [stderr]    Compiling state_objects v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `bump_scope::allocator_api2::alloc::Allocator`
[INFO] [stdout]  --> src/map.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bump_scope::allocator_api2::alloc::Allocator;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ixc_core::error::HandlerError`
[INFO] [stdout]  --> src/map.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ixc_core::error::HandlerError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Result`
[INFO] [stdout]  --> src/map.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use ixc_core::{Context, Result};
[INFO] [stdout]   |                         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ixc_message_api::packet::MessagePacket`
[INFO] [stdout]   --> src/map.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use ixc_message_api::packet::MessagePacket;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Result`
[INFO] [stdout]  --> src/item.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ixc_core::{Context, Result};
[INFO] [stdout]   |                         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Result` and `error`
[INFO] [stdout]  --> src/accumulator.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ixc_core::{error, Context, Result};
[INFO] [stdout]   |                ^^^^^           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `convert_error_code`
[INFO] [stdout]  --> src/accumulator.rs:5:45
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ixc_core::error::{convert_client_error, convert_error_code, ClientError};
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/unique.rs:10:23
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn get(&self, ctx: &Context, key: &UniqueKey) -> Result<Option<PrimaryKey>> {
[INFO] [stdout]    |                       ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]   --> src/unique.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn get(&self, ctx: &Context, key: &UniqueKey) -> Result<Option<PrimaryKey>> {
[INFO] [stdout]    |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/ordered_map.rs:21:51
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                   ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]   --> src/ordered_map.rs:21:66
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]   --> src/ordered_map.rs:21:91
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                                                           ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/index.rs:11:43
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn iterate<'a, Start, End>(&self, ctx: &'a Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, Pr...
[INFO] [stdout]    |                                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]   --> src/index.rs:11:61
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn iterate<'a, Start, End>(&self, ctx: &'a Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, Pr...
[INFO] [stdout]    |                                                             ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]   --> src/index.rs:11:86
[INFO] [stdout]    |
[INFO] [stdout] 11 | ...ntext, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, PrimaryKey>>
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/ordered_map.rs:12:43
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn iterate<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]   --> src/ordered_map.rs:12:58
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn iterate<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]   --> src/ordered_map.rs:12:83
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn iterate<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                                                   ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/index.rs:20:51
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKe...
[INFO] [stdout]    |                                                   ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]   --> src/index.rs:20:66
[INFO] [stdout]    |
[INFO] [stdout] 20 | ...t, End>(&self, ctx: &Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, PrimaryKey>>
[INFO] [stdout]    |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]   --> src/index.rs:20:91
[INFO] [stdout]    |
[INFO] [stdout] 20 | ...ntext, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, PrimaryKey>>
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HAS_SELECTOR` is never used
[INFO] [stdout]   --> src/map.rs:72:7
[INFO] [stdout]    |
[INFO] [stdout] 72 | const HAS_SELECTOR: MessageSelector = message_selector!("ixc.store.v1.has");
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Set` is never constructed
[INFO] [stdout]  --> src/set.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Set<K> {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SetError` is never used
[INFO] [stdout]  --> src/errors.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum SetError {
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GetError` is never used
[INFO] [stdout]   --> src/errors.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum GetError {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Index` is never constructed
[INFO] [stdout]  --> src/index.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Index<IndexKey, PrimaryKey> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `iterate` and `iterate_reverse` are never used
[INFO] [stdout]   --> src/index.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl<IndexKey: ObjectKey, PrimaryKey: ObjectKey> Index<IndexKey, PrimaryKey> {
[INFO] [stdout]    | ---------------------------------------------------------------------------- methods in this implementation
[INFO] [stdout] 10 |     /// Iterates over the index keys in the given range.
[INFO] [stdout] 11 |     pub fn iterate<'a, Start, End>(&self, ctx: &'a Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, Pr...
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKe...
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Iter` is never constructed
[INFO] [stdout]   --> src/index.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct Iter<'a, IndexKey, PrimaryKey> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UniqueIndex` is never constructed
[INFO] [stdout]  --> src/unique.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct UniqueIndex<UniqueKey, PrimaryKey> {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]   --> src/unique.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl<UniqueKey, PrimaryKey> UniqueIndex<UniqueKey, PrimaryKey> {
[INFO] [stdout]    | -------------------------------------------------------------- method in this implementation
[INFO] [stdout]  9 |     /// Gets the primary key for the given unique key.
[INFO] [stdout] 10 |     pub fn get(&self, ctx: &Context, key: &UniqueKey) -> Result<Option<PrimaryKey>> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OrderedMap` is never constructed
[INFO] [stdout]  --> src/ordered_map.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct OrderedMap<K, V> {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `iterate` and `iterate_reverse` are never used
[INFO] [stdout]   --> src/ordered_map.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl<K: ObjectKey, V: ObjectKey> OrderedMap<K, V> {
[INFO] [stdout]    | ------------------------------------------------- methods in this implementation
[INFO] [stdout] 11 |     /// Iterate over the keys and values in the map in order.
[INFO] [stdout] 12 |     pub fn iterate<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Iter` is never constructed
[INFO] [stdout]   --> src/ordered_map.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct Iter<'a, K, V> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OrderedSet` is never constructed
[INFO] [stdout]  --> src/ordered_set.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct OrderedSet<K> {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TableRow` is never used
[INFO] [stdout]  --> src/table.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub trait TableRow {
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Table` is never constructed
[INFO] [stdout]  --> src/table.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Table<Row> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
[INFO] running `Command { std: "docker" "inspect" "cd354bd9c26103066fc49bb18ba2dcc8e6997dc67751556b0fbb12b95a179262", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd354bd9c26103066fc49bb18ba2dcc8e6997dc67751556b0fbb12b95a179262", kill_on_drop: false }`
[INFO] [stdout] cd354bd9c26103066fc49bb18ba2dcc8e6997dc67751556b0fbb12b95a179262
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 690374960d415162538e3e9620c66c68a6d7f53058d52f3229c96c240d20e59c
[INFO] running `Command { std: "docker" "start" "-a" "690374960d415162538e3e9620c66c68a6d7f53058d52f3229c96c240d20e59c", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `bump_scope::allocator_api2::alloc::Allocator`
[INFO] [stdout]  --> src/map.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bump_scope::allocator_api2::alloc::Allocator;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ixc_core::error::HandlerError`
[INFO] [stdout]  --> src/map.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ixc_core::error::HandlerError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Result`
[INFO] [stdout]  --> src/map.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use ixc_core::{Context, Result};
[INFO] [stdout]   |                         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ixc_message_api::packet::MessagePacket`
[INFO] [stdout]   --> src/map.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use ixc_message_api::packet::MessagePacket;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Result`
[INFO] [stdout]  --> src/item.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ixc_core::{Context, Result};
[INFO] [stdout]   |                         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Result` and `error`
[INFO] [stdout]  --> src/accumulator.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ixc_core::{error, Context, Result};
[INFO] [stdout]   |                ^^^^^           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `convert_error_code`
[INFO] [stdout]  --> src/accumulator.rs:5:45
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ixc_core::error::{convert_client_error, convert_error_code, ClientError};
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/unique.rs:10:23
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn get(&self, ctx: &Context, key: &UniqueKey) -> Result<Option<PrimaryKey>> {
[INFO] [stdout]    |                       ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]   --> src/unique.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn get(&self, ctx: &Context, key: &UniqueKey) -> Result<Option<PrimaryKey>> {
[INFO] [stdout]    |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/ordered_map.rs:21:51
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                   ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]   --> src/ordered_map.rs:21:66
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]   --> src/ordered_map.rs:21:91
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                                                           ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/index.rs:11:43
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn iterate<'a, Start, End>(&self, ctx: &'a Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, Pr...
[INFO] [stdout]    |                                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]   --> src/index.rs:11:61
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn iterate<'a, Start, End>(&self, ctx: &'a Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, Pr...
[INFO] [stdout]    |                                                             ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]   --> src/index.rs:11:86
[INFO] [stdout]    |
[INFO] [stdout] 11 | ...ntext, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, PrimaryKey>>
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/ordered_map.rs:12:43
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn iterate<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]   --> src/ordered_map.rs:12:58
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn iterate<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]   --> src/ordered_map.rs:12:83
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn iterate<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                                                   ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/index.rs:20:51
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKe...
[INFO] [stdout]    |                                                   ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]   --> src/index.rs:20:66
[INFO] [stdout]    |
[INFO] [stdout] 20 | ...t, End>(&self, ctx: &Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, PrimaryKey>>
[INFO] [stdout]    |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]   --> src/index.rs:20:91
[INFO] [stdout]    |
[INFO] [stdout] 20 | ...ntext, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, PrimaryKey>>
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HAS_SELECTOR` is never used
[INFO] [stdout]   --> src/map.rs:72:7
[INFO] [stdout]    |
[INFO] [stdout] 72 | const HAS_SELECTOR: MessageSelector = message_selector!("ixc.store.v1.has");
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Set` is never constructed
[INFO] [stdout]  --> src/set.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Set<K> {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SetError` is never used
[INFO] [stdout]  --> src/errors.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum SetError {
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GetError` is never used
[INFO] [stdout]   --> src/errors.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum GetError {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Index` is never constructed
[INFO] [stdout]  --> src/index.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Index<IndexKey, PrimaryKey> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `iterate` and `iterate_reverse` are never used
[INFO] [stdout]   --> src/index.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl<IndexKey: ObjectKey, PrimaryKey: ObjectKey> Index<IndexKey, PrimaryKey> {
[INFO] [stdout]    | ---------------------------------------------------------------------------- methods in this implementation
[INFO] [stdout] 10 |     /// Iterates over the index keys in the given range.
[INFO] [stdout] 11 |     pub fn iterate<'a, Start, End>(&self, ctx: &'a Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, Pr...
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKe...
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Iter` is never constructed
[INFO] [stdout]   --> src/index.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct Iter<'a, IndexKey, PrimaryKey> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling state_objects v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `UniqueIndex` is never constructed
[INFO] [stdout]  --> src/unique.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct UniqueIndex<UniqueKey, PrimaryKey> {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]   --> src/unique.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl<UniqueKey, PrimaryKey> UniqueIndex<UniqueKey, PrimaryKey> {
[INFO] [stdout]    | -------------------------------------------------------------- method in this implementation
[INFO] [stdout]  9 |     /// Gets the primary key for the given unique key.
[INFO] [stdout] 10 |     pub fn get(&self, ctx: &Context, key: &UniqueKey) -> Result<Option<PrimaryKey>> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OrderedMap` is never constructed
[INFO] [stdout]  --> src/ordered_map.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct OrderedMap<K, V> {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `iterate` and `iterate_reverse` are never used
[INFO] [stdout]   --> src/ordered_map.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl<K: ObjectKey, V: ObjectKey> OrderedMap<K, V> {
[INFO] [stdout]    | ------------------------------------------------- methods in this implementation
[INFO] [stdout] 11 |     /// Iterate over the keys and values in the map in order.
[INFO] [stdout] 12 |     pub fn iterate<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Iter` is never constructed
[INFO] [stdout]   --> src/ordered_map.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct Iter<'a, K, V> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OrderedSet` is never constructed
[INFO] [stdout]  --> src/ordered_set.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct OrderedSet<K> {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TableRow` is never used
[INFO] [stdout]  --> src/table.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub trait TableRow {
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Table` is never constructed
[INFO] [stdout]  --> src/table.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Table<Row> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bump_scope::allocator_api2::alloc::Allocator`
[INFO] [stdout]  --> src/map.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bump_scope::allocator_api2::alloc::Allocator;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ixc_core::error::HandlerError`
[INFO] [stdout]  --> src/map.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ixc_core::error::HandlerError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Result`
[INFO] [stdout]  --> src/map.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use ixc_core::{Context, Result};
[INFO] [stdout]   |                         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ixc_message_api::packet::MessagePacket`
[INFO] [stdout]   --> src/map.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use ixc_message_api::packet::MessagePacket;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Result`
[INFO] [stdout]  --> src/item.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ixc_core::{Context, Result};
[INFO] [stdout]   |                         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Result` and `error`
[INFO] [stdout]  --> src/accumulator.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ixc_core::{error, Context, Result};
[INFO] [stdout]   |                ^^^^^           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `convert_error_code`
[INFO] [stdout]  --> src/accumulator.rs:5:45
[INFO] [stdout]   |
[INFO] [stdout] 5 | use ixc_core::error::{convert_client_error, convert_error_code, ClientError};
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/unique.rs:10:23
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn get(&self, ctx: &Context, key: &UniqueKey) -> Result<Option<PrimaryKey>> {
[INFO] [stdout]    |                       ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]   --> src/unique.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn get(&self, ctx: &Context, key: &UniqueKey) -> Result<Option<PrimaryKey>> {
[INFO] [stdout]    |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/ordered_map.rs:12:43
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn iterate<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]   --> src/ordered_map.rs:12:58
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn iterate<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]   --> src/ordered_map.rs:12:83
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn iterate<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                                                   ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/ordered_map.rs:21:51
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                   ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]   --> src/ordered_map.rs:21:66
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]   --> src/ordered_map.rs:21:91
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |                                                                                           ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/index.rs:11:43
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn iterate<'a, Start, End>(&self, ctx: &'a Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, Pr...
[INFO] [stdout]    |                                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]   --> src/index.rs:11:61
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn iterate<'a, Start, End>(&self, ctx: &'a Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, Pr...
[INFO] [stdout]    |                                                             ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]   --> src/index.rs:11:86
[INFO] [stdout]    |
[INFO] [stdout] 11 | ...ntext, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, PrimaryKey>>
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/index.rs:20:51
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKe...
[INFO] [stdout]    |                                                   ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]   --> src/index.rs:20:66
[INFO] [stdout]    |
[INFO] [stdout] 20 | ...t, End>(&self, ctx: &Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, PrimaryKey>>
[INFO] [stdout]    |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]   --> src/index.rs:20:91
[INFO] [stdout]    |
[INFO] [stdout] 20 | ...ntext, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, PrimaryKey>>
[INFO] [stdout]    |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `HAS_SELECTOR` is never used
[INFO] [stdout]   --> src/map.rs:72:7
[INFO] [stdout]    |
[INFO] [stdout] 72 | const HAS_SELECTOR: MessageSelector = message_selector!("ixc.store.v1.has");
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Set` is never constructed
[INFO] [stdout]  --> src/set.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Set<K> {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SetError` is never used
[INFO] [stdout]  --> src/errors.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum SetError {
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GetError` is never used
[INFO] [stdout]   --> src/errors.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum GetError {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Index` is never constructed
[INFO] [stdout]  --> src/index.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Index<IndexKey, PrimaryKey> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `iterate` and `iterate_reverse` are never used
[INFO] [stdout]   --> src/index.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl<IndexKey: ObjectKey, PrimaryKey: ObjectKey> Index<IndexKey, PrimaryKey> {
[INFO] [stdout]    | ---------------------------------------------------------------------------- methods in this implementation
[INFO] [stdout] 10 |     /// Iterates over the index keys in the given range.
[INFO] [stdout] 11 |     pub fn iterate<'a, Start, End>(&self, ctx: &'a Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKey, Pr...
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'a>, end: End::Value<'a>) -> Result<Iter<'a, IndexKe...
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Iter` is never constructed
[INFO] [stdout]   --> src/index.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct Iter<'a, IndexKey, PrimaryKey> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UniqueIndex` is never constructed
[INFO] [stdout]  --> src/unique.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct UniqueIndex<UniqueKey, PrimaryKey> {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]   --> src/unique.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl<UniqueKey, PrimaryKey> UniqueIndex<UniqueKey, PrimaryKey> {
[INFO] [stdout]    | -------------------------------------------------------------- method in this implementation
[INFO] [stdout]  9 |     /// Gets the primary key for the given unique key.
[INFO] [stdout] 10 |     pub fn get(&self, ctx: &Context, key: &UniqueKey) -> Result<Option<PrimaryKey>> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OrderedMap` is never constructed
[INFO] [stdout]  --> src/ordered_map.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct OrderedMap<K, V> {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `iterate` and `iterate_reverse` are never used
[INFO] [stdout]   --> src/ordered_map.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl<K: ObjectKey, V: ObjectKey> OrderedMap<K, V> {
[INFO] [stdout]    | ------------------------------------------------- methods in this implementation
[INFO] [stdout] 11 |     /// Iterate over the keys and values in the map in order.
[INFO] [stdout] 12 |     pub fn iterate<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn iterate_reverse<'a, Start, End>(&self, ctx: &Context, start: Start::Value<'_>, end: End::Value<'_>) -> Result<Iter<'a, K, V>>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Iter` is never constructed
[INFO] [stdout]   --> src/ordered_map.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct Iter<'a, K, V> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OrderedSet` is never constructed
[INFO] [stdout]  --> src/ordered_set.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct OrderedSet<K> {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TableRow` is never used
[INFO] [stdout]  --> src/table.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub trait TableRow {
[INFO] [stdout]   |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Table` is never constructed
[INFO] [stdout]  --> src/table.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Table<Row> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "690374960d415162538e3e9620c66c68a6d7f53058d52f3229c96c240d20e59c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "690374960d415162538e3e9620c66c68a6d7f53058d52f3229c96c240d20e59c", kill_on_drop: false }`
[INFO] [stdout] 690374960d415162538e3e9620c66c68a6d7f53058d52f3229c96c240d20e59c
