[INFO] cloning repository https://github.com/jeroentervoorde/specnats
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jeroentervoorde/specnats" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeroentervoorde%2Fspecnats", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeroentervoorde%2Fspecnats'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8895e8a01c70f7fddb04db52d869e7800989fcad
[INFO] checking jeroentervoorde/specnats against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeroentervoorde%2Fspecnats" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jeroentervoorde/specnats
[INFO] finished tweaking git repo https://github.com/jeroentervoorde/specnats
[INFO] tweaked toml for git repo https://github.com/jeroentervoorde/specnats written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jeroentervoorde/specnats on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jeroentervoorde/specnats 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a622584876bffd34c4e030a1d1d6ed345da9500622314784be231c4f1818c68b
[INFO] running `Command { std: "docker" "start" "a622584876bffd34c4e030a1d1d6ed345da9500622314784be231c4f1818c68b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a622584876bffd34c4e030a1d1d6ed345da9500622314784be231c4f1818c68b", 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" "a622584876bffd34c4e030a1d1d6ed345da9500622314784be231c4f1818c68b" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a622584876bffd34c4e030a1d1d6ed345da9500622314784be231c4f1818c68b", 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" "a622584876bffd34c4e030a1d1d6ed345da9500622314784be231c4f1818c68b" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking ureq-proto v0.5.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling bollard-buildkit-proto v0.7.0
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking getrandom v0.4.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]     Checking etcetera v0.11.0
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling parse-display-derive v0.9.1
[INFO] [stderr]     Checking ferroid v0.8.9
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.16.1
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking parse-display v0.9.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking docker_credential v1.3.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking serde_with v3.16.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]     Checking ureq v3.2.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking astral-tokio-tar v0.5.6
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]     Checking prost v0.14.3
[INFO] [stderr]     Checking prost-types v0.14.3
[INFO] [stderr]     Checking sqlx-postgres v0.8.6
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking hyperlocal v0.9.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking tonic v0.14.5
[INFO] [stderr]     Checking specnats v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Association`
[INFO] [stdout]  --> src/domain/constraint.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | use super::common::{Association, ValueWithUnit};
[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 imports: `AssociationWithRoles`, `Association`, and `ValueWithUnit`
[INFO] [stdout]  --> src/domain/mod.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use common::{Association, AssociationWithRoles, ValueWithUnit};
[INFO] [stdout]   |                  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ConstraintValue`
[INFO] [stdout]   --> src/domain/mod.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use constraint::{Constraint, ConstraintValue};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `geo::GeoReference`
[INFO] [stdout]   --> src/domain/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use geo::GeoReference;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HasId`
[INFO] [stdout]  --> src/repository/actor.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use super::{HasId, PostgresRepository, Repository, VERSION_CONFLICT_PREFIX};
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tonic-prost v0.14.5
[INFO] [stderr]     Checking bollard-stubs v1.52.1-rc.29.1.3
[INFO] [stdout] warning: function `list_entities` is never used
[INFO] [stdout]    --> src/api/mod.rs:117:10
[INFO] [stdout]     |
[INFO] [stdout] 117 | async fn list_entities<T, R>(
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_entity` is never used
[INFO] [stdout]    --> src/api/mod.rs:130:10
[INFO] [stdout]     |
[INFO] [stdout] 130 | async fn get_entity<T, R>(
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Lifecycle` is never used
[INFO] [stdout]    --> src/domain/common.rs:192:10
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub enum Lifecycle {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TimeFormat` is never used
[INFO] [stdout]    --> src/domain/common.rs:203:10
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub enum TimeFormat {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ActionResultStatus` is never used
[INFO] [stdout]    --> src/domain/common.rs:212:10
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub enum ActionResultStatus {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ActionResultReason` is never used
[INFO] [stdout]    --> src/domain/common.rs:222:10
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub enum ActionResultReason {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ActionResult` is never constructed
[INFO] [stdout]    --> src/domain/common.rs:242:12
[INFO] [stdout]     |
[INFO] [stdout] 242 | pub struct ActionResult {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `EntityType` is never used
[INFO] [stdout]    --> src/domain/common.rs:253:10
[INFO] [stdout]     |
[INFO] [stdout] 253 | pub enum EntityType {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LocationType` is never used
[INFO] [stdout]   --> src/domain/location.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum LocationType {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_id` and `set_id` are never used
[INFO] [stdout]   --> src/repository/mod.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub trait HasId {
[INFO] [stdout]    |           ----- methods in this trait
[INFO] [stdout] 31 |     fn get_id(&self) -> Option<String>;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 32 |     fn set_id(&mut self, id: String);
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `invalidate_list` and `invalidate_all` are never used
[INFO] [stdout]    --> src/repository/caching.rs:288:18
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl CachingConstraintRepository {
[INFO] [stdout]     | -------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 288 |     pub async fn invalidate_list(&self) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 292 |     pub async fn invalidate_all(&self) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `invalidate_list` is never used
[INFO] [stdout]    --> src/repository/caching.rs:347:18
[INFO] [stdout]     |
[INFO] [stdout] 338 | impl CachingLocationRepository {
[INFO] [stdout]     | ------------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 347 |     pub async fn invalidate_list(&self) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `next_version` is never used
[INFO] [stdout]   --> src/repository/helpers.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(super) async fn next_version(
[INFO] [stdout]    |                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `version` is never read
[INFO] [stdout]    --> src/repository/rows.rs:184:9
[INFO] [stdout]     |
[INFO] [stdout] 182 | pub struct ActorRow {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] 183 |     pub uuid: String,
[INFO] [stdout] 184 |     pub version: i32,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ActorRow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bollard v0.20.1
[INFO] [stderr]     Checking testcontainers v0.27.0
[INFO] [stderr]     Checking testcontainers-modules v0.15.0
[INFO] [stdout] warning: unused import: `Association`
[INFO] [stdout]  --> src/domain/constraint.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | use super::common::{Association, ValueWithUnit};
[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 imports: `AssociationWithRoles`, `Association`, and `ValueWithUnit`
[INFO] [stdout]  --> src/domain/mod.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use common::{Association, AssociationWithRoles, ValueWithUnit};
[INFO] [stdout]   |                  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ConstraintValue`
[INFO] [stdout]   --> src/domain/mod.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use constraint::{Constraint, ConstraintValue};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `geo::GeoReference`
[INFO] [stdout]   --> src/domain/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use geo::GeoReference;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HasId`
[INFO] [stdout]  --> src/repository/actor.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use super::{HasId, PostgresRepository, Repository, VERSION_CONFLICT_PREFIX};
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `list_entities` is never used
[INFO] [stdout]    --> src/api/mod.rs:117:10
[INFO] [stdout]     |
[INFO] [stdout] 117 | async fn list_entities<T, R>(
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_entity` is never used
[INFO] [stdout]    --> src/api/mod.rs:130:10
[INFO] [stdout]     |
[INFO] [stdout] 130 | async fn get_entity<T, R>(
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Lifecycle` is never used
[INFO] [stdout]    --> src/domain/common.rs:192:10
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub enum Lifecycle {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TimeFormat` is never used
[INFO] [stdout]    --> src/domain/common.rs:203:10
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub enum TimeFormat {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ActionResultStatus` is never used
[INFO] [stdout]    --> src/domain/common.rs:212:10
[INFO] [stdout]     |
[INFO] [stdout] 212 | pub enum ActionResultStatus {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ActionResultReason` is never used
[INFO] [stdout]    --> src/domain/common.rs:222:10
[INFO] [stdout]     |
[INFO] [stdout] 222 | pub enum ActionResultReason {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ActionResult` is never constructed
[INFO] [stdout]    --> src/domain/common.rs:242:12
[INFO] [stdout]     |
[INFO] [stdout] 242 | pub struct ActionResult {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `EntityType` is never used
[INFO] [stdout]    --> src/domain/common.rs:253:10
[INFO] [stdout]     |
[INFO] [stdout] 253 | pub enum EntityType {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LocationType` is never used
[INFO] [stdout]   --> src/domain/location.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum LocationType {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_id` and `set_id` are never used
[INFO] [stdout]   --> src/repository/mod.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub trait HasId {
[INFO] [stdout]    |           ----- methods in this trait
[INFO] [stdout] 31 |     fn get_id(&self) -> Option<String>;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 32 |     fn set_id(&mut self, id: String);
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `invalidate_list` and `invalidate_all` are never used
[INFO] [stdout]    --> src/repository/caching.rs:288:18
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl CachingConstraintRepository {
[INFO] [stdout]     | -------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 288 |     pub async fn invalidate_list(&self) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 292 |     pub async fn invalidate_all(&self) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `invalidate_list` is never used
[INFO] [stdout]    --> src/repository/caching.rs:347:18
[INFO] [stdout]     |
[INFO] [stdout] 338 | impl CachingLocationRepository {
[INFO] [stdout]     | ------------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 347 |     pub async fn invalidate_list(&self) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `next_version` is never used
[INFO] [stdout]   --> src/repository/helpers.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub(super) async fn next_version(
[INFO] [stdout]    |                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `version` is never read
[INFO] [stdout]    --> src/repository/rows.rs:184:9
[INFO] [stdout]     |
[INFO] [stdout] 182 | pub struct ActorRow {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] 183 |     pub uuid: String,
[INFO] [stdout] 184 |     pub version: i32,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ActorRow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s
[INFO] running `Command { std: "docker" "inspect" "a622584876bffd34c4e030a1d1d6ed345da9500622314784be231c4f1818c68b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a622584876bffd34c4e030a1d1d6ed345da9500622314784be231c4f1818c68b", kill_on_drop: false }`
[INFO] [stdout] a622584876bffd34c4e030a1d1d6ed345da9500622314784be231c4f1818c68b
