[INFO] cloning repository https://github.com/sablelabs-de/server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sablelabs-de/server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsablelabs-de%2Fserver", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsablelabs-de%2Fserver'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9dd864f846c99c6f3336305a2ee30c5f01b3cb62
[INFO] checking sablelabs-de/server against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsablelabs-de%2Fserver" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sablelabs-de/server
[INFO] finished tweaking git repo https://github.com/sablelabs-de/server
[INFO] tweaked toml for git repo https://github.com/sablelabs-de/server written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sablelabs-de/server on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sablelabs-de/server 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cd01037491703af472b2429ec254e9c474e7c86aa46c1e1ef29ecc00b3a03a37
[INFO] running `Command { std: "docker" "start" "cd01037491703af472b2429ec254e9c474e7c86aa46c1e1ef29ecc00b3a03a37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd01037491703af472b2429ec254e9c474e7c86aa46c1e1ef29ecc00b3a03a37", 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" "cd01037491703af472b2429ec254e9c474e7c86aa46c1e1ef29ecc00b3a03a37" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd01037491703af472b2429ec254e9c474e7c86aa46c1e1ef29ecc00b3a03a37", 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" "cd01037491703af472b2429ec254e9c474e7c86aa46c1e1ef29ecc00b3a03a37" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling find-msvc-tools v0.1.10
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking http-body v1.1.0
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]     Checking rustls-pki-types v1.15.1
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]    Compiling cc v1.4.2
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling cmov v0.5.4
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]    Compiling futures-core v0.3.34
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-sink v0.3.34
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tinyvec v1.12.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking ureq-proto v0.6.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling bollard-buildkit-proto v0.7.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]     Checking winnow v1.0.4
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking hybrid-array v0.4.14
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling futures-io v0.3.34
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]     Checking utf8-zero v0.8.1
[INFO] [stderr]    Compiling futures-task v0.3.34
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.13
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]    Compiling hashlink v0.11.1
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]    Compiling futures-util v0.3.34
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]     Checking toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]    Compiling event-listener v5.4.2
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling uuid v1.24.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking num-iter v0.1.46
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling futures-channel v0.3.34
[INFO] [stderr]    Compiling whoami v2.1.2
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling md-5 v0.11.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling hkdf v0.13.0
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking ferroid v2.0.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking etcetera v0.11.0
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]    Compiling serde_repr v0.1.21
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]    Compiling tokio-stream v0.1.19
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking rustls-webpki v0.103.14
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling parse-display-derive v0.9.1
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.22.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking futures-executor v0.3.34
[INFO] [stderr]     Checking blueberry-config v0.1.0 (/opt/rustwide/workdir/crates/blueberry-config)
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking docker_credential v1.4.0
[INFO] [stderr]     Checking futures v0.3.34
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking parse-display v0.9.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]     Checking ureq v3.4.0
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking serde_with v3.22.0
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking astral-tokio-tar v0.6.4
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking sqlx-core v0.9.0
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]     Checking prost v0.14.4
[INFO] [stderr]     Checking prost-types v0.14.4
[INFO] [stderr]     Checking sqlx-postgres v0.9.0
[INFO] [stderr]     Checking hyper v1.11.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking hyperlocal v0.9.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.9.0
[INFO] [stderr]    Compiling sqlx-macros v0.9.0
[INFO] [stderr]     Checking tonic v0.14.6
[INFO] [stderr]     Checking blueberry-api v0.1.0 (/opt/rustwide/workdir/crates/blueberry-api)
[INFO] [stderr]     Checking sqlx v0.9.0
[INFO] [stderr]     Checking blueberry v0.1.0 (/opt/rustwide/workdir/crates/blueberry)
[INFO] [stderr]     Checking tonic-prost v0.14.6
[INFO] [stderr]     Checking bollard-stubs v1.52.1-rc.29.1.3
[INFO] [stderr]     Checking bollard v0.20.2
[INFO] [stderr]     Checking testcontainers v0.27.3
[INFO] [stderr]     Checking testcontainers-modules v0.15.0
[INFO] [stderr]     Checking modules v0.1.0 (/opt/rustwide/workdir/crates/modules)
[INFO] [stdout] warning: unused variable: `session_id`
[INFO] [stdout]   --> crates/modules/src/authn/application/service/refresh_session.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let session_id = session_repository.rotate_refresh_token(rotation).await?;
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `session_id`
[INFO] [stdout]   --> crates/modules/src/authn/application/service/refresh_session.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let session_id = session_repository.rotate_refresh_token(rotation).await?;
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DUMMY_HASH` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub const DUMMY_HASH: &str = "$argon2id$v=19$m=19456,t=2,p=1$VE0e3g7wd0Xq7M3hK5gGHg$e4iQkE888c37P/D2Z/jT5WjX+aZ5J5s5s5s5s5s5s5s";
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `PasswordHasherError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub enum PasswordHasherError {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash_sync` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn hash_sync(password: Password) -> Result<String, PasswordHasherError> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:33:18
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub async fn hash(
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `verify_sync` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn verify_sync(
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `verify` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:60:18
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub async fn verify(
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn hash(validator: &RefreshValidator) -> RefreshValidatorHash {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AuthNService` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/application/service.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct AuthNService<
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `sign_up`, `log_in`, and `refresh_session` are never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | / impl<A: AbstractAccountRepository, B: AbstractSessionRepository>
[INFO] [stdout] 26 | |     AuthNService<A, B>
[INFO] [stdout]    | |______________________- associated items in this implementation
[INFO] [stdout] 27 |   {
[INFO] [stdout] 28 |       pub fn new(account_repository: A, session_repository: B) -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       pub async fn sign_up(&self, cmd: SignUpCommand) -> Result<(), SignUpError> {
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |       async fn log_in(&self, cmd: LogInCommand) -> Result<(), LogInError> {
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |       async fn refresh_session(
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LogInCommand` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/application/service/log_in.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct LogInCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LogInError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service/log_in.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub enum LogInError {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `log_in` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service/log_in.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub async fn log_in(
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshSessionCommand` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/application/service/refresh_session.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct RefreshSessionCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RefreshSessionError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service/refresh_session.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum RefreshSessionError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `refresh_session` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service/refresh_session.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub async fn refresh_session(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SignUpCommand` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/application/service/sign_up.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct SignUpCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SignUpError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service/sign_up.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub enum SignUpError {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sign_up` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service/sign_up.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub async fn sign_up(
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AccountId` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/models/account.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct AccountId(Uuid);
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/models/account.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl AccountId {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 15 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Account` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/models/account.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Account {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NewAccount` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/models/account.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct NewAccount {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CreateAccountError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/repository.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum CreateAccountError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FindAccountError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/repository.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum FindAccountError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AbstractAccountRepository` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/repository.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub trait AbstractAccountRepository {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshSelector` is never constructed
[INFO] [stdout]  --> crates/modules/src/authn/domain/sessions/models/refresh_selector.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct RefreshSelector([u8; 16]);
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `generate` and `parse` are never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_selector.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl RefreshSelector {
[INFO] [stdout]    | -------------------- associated functions in this implementation
[INFO] [stdout] 11 |     pub fn generate() -> Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn parse(s: &str) -> Result<Self, ParseError> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshToken` is never constructed
[INFO] [stdout]  --> crates/modules/src/authn/domain/sessions/models/refresh_token.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct RefreshToken {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `generate`, `parse`, `rotate`, `selector`, and `validator` are never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_token.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl RefreshToken {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] 14 |     pub fn generate() -> Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn parse(token: &str) -> Result<Self, ParseError> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn rotate(&self) -> Self {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn selector(&self) -> RefreshSelector {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn validator(&self) -> &RefreshValidator {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshTokenRotation` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_token.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct RefreshTokenRotation {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_token.rs:57:10
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub enum ParseError {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshValidator` is never constructed
[INFO] [stdout]  --> crates/modules/src/authn/domain/sessions/models/refresh_validator.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct RefreshValidator([u8; 32]);
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `generate` and `parse` are never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_validator.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl RefreshValidator {
[INFO] [stdout]    | --------------------- associated functions in this implementation
[INFO] [stdout] 18 |     pub fn generate() -> Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn parse(s: &str) -> Result<Self, ParseError> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshValidatorHash` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_validator.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct RefreshValidatorHash([u8; 32]);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `matches` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_validator.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl RefreshValidatorHash {
[INFO] [stdout]    | ------------------------- method in this implementation
[INFO] [stdout] 40 |     pub fn matches(&self, other: &Self) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SessionId` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/session.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct SessionId(Uuid);
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/session.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl SessionId {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 20 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Session` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/session.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Session {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NewSession` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/session.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct NewSession {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CreateSessionError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/repository.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum CreateSessionError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RotateRefreshTokenError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/repository.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum RotateRefreshTokenError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AbstractSessionRepository` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/repository.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub trait AbstractSessionRepository {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UserId` is never constructed
[INFO] [stdout]  --> crates/modules/src/authn/domain/user_id.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct UserId(Uuid);
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/user_id.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl UserId {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 11 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AccountRepository` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/infrastructure/repositories/account.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct AccountRepository {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/modules/src/authn/infrastructure/repositories/account.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl AccountRepository {
[INFO] [stdout]    | ---------------------- associated function in this implementation
[INFO] [stdout] 41 |     pub fn new(pool: PgPool) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `insert_account_tx` is never used
[INFO] [stdout]   --> crates/modules/src/authn/infrastructure/repositories/account.rs:98:10
[INFO] [stdout]    |
[INFO] [stdout] 98 | async fn insert_account_tx(
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `insert_user_tx` is never used
[INFO] [stdout]    --> crates/modules/src/authn/infrastructure/repositories/account.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 | async fn insert_user_tx(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SessionRepository` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/infrastructure/repositories/session.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct SessionRepository {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/modules/src/authn/infrastructure/repositories/session.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl SessionRepository {
[INFO] [stdout]    | ---------------------- associated function in this implementation
[INFO] [stdout] 28 |     pub fn new(pool: PgPool) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `BoxError` is never used
[INFO] [stdout]  --> crates/modules/src/shared/errors.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | type BoxError = Box<dyn Error + Send + Sync + 'static>;
[INFO] [stdout]   |      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnexpectedError` is never constructed
[INFO] [stdout]  --> crates/modules/src/shared/errors.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct UnexpectedError {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/modules/src/shared/errors.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl UnexpectedError {
[INFO] [stdout]    | -------------------- associated function in this implementation
[INFO] [stdout] 13 |     pub fn new<E>(source: E) -> Self
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `TestResult` is never used
[INFO] [stdout]   --> crates/modules/src/shared/tests.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type TestResult<T> = Result<T, Box<dyn Error + Send + Sync + 'static>>;
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `POSTGRES_TAG` is never used
[INFO] [stdout]   --> crates/modules/src/shared/tests.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | const POSTGRES_TAG: &str = "17-alpine";
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `REDIS_TAG` is never used
[INFO] [stdout]   --> crates/modules/src/shared/tests.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | const REDIS_TAG: &str = "7.4-alpine";
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `POSTGRES_PORT` is never used
[INFO] [stdout]   --> crates/modules/src/shared/tests.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | const POSTGRES_PORT: u16 = 5432;
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestContext` is never constructed
[INFO] [stdout]   --> crates/modules/src/shared/tests.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct TestContext {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `postgres`, `postgres_and_redis`, and `start` are never used
[INFO] [stdout]   --> crates/modules/src/shared/tests.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl TestContext {
[INFO] [stdout]    | ---------------- associated functions in this implementation
[INFO] [stdout] 28 |     pub async fn postgres() -> TestResult<Self> {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub async fn postgres_and_redis() -> TestResult<Self> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     async fn start(start_redis: bool) -> TestResult<Self> {
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DUMMY_HASH` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub const DUMMY_HASH: &str = "$argon2id$v=19$m=19456,t=2,p=1$VE0e3g7wd0Xq7M3hK5gGHg$e4iQkE888c37P/D2Z/jT5WjX+aZ5J5s5s5s5s5s5s5s";
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `PasswordHasherError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub enum PasswordHasherError {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash_sync` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn hash_sync(password: Password) -> Result<String, PasswordHasherError> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:33:18
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub async fn hash(
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `verify_sync` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn verify_sync(
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `verify` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:60:18
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub async fn verify(
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/crypto/hasher.rs:77:12
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn hash(validator: &RefreshValidator) -> RefreshValidatorHash {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AuthNService` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/application/service.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct AuthNService<
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `sign_up`, `log_in`, and `refresh_session` are never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | / impl<A: AbstractAccountRepository, B: AbstractSessionRepository>
[INFO] [stdout] 26 | |     AuthNService<A, B>
[INFO] [stdout]    | |______________________- associated items in this implementation
[INFO] [stdout] 27 |   {
[INFO] [stdout] 28 |       pub fn new(account_repository: A, session_repository: B) -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |       pub async fn sign_up(&self, cmd: SignUpCommand) -> Result<(), SignUpError> {
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |       async fn log_in(&self, cmd: LogInCommand) -> Result<(), LogInError> {
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |       async fn refresh_session(
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LogInCommand` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/application/service/log_in.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct LogInCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LogInError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service/log_in.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub enum LogInError {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `log_in` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service/log_in.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub async fn log_in(
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshSessionCommand` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/application/service/refresh_session.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct RefreshSessionCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RefreshSessionError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service/refresh_session.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum RefreshSessionError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `refresh_session` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service/refresh_session.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub async fn refresh_session(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SignUpCommand` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/application/service/sign_up.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct SignUpCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SignUpError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service/sign_up.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub enum SignUpError {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sign_up` is never used
[INFO] [stdout]   --> crates/modules/src/authn/application/service/sign_up.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub async fn sign_up(
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AccountId` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/models/account.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct AccountId(Uuid);
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/models/account.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl AccountId {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 15 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Account` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/models/account.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Account {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NewAccount` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/models/account.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct NewAccount {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CreateAccountError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/repository.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum CreateAccountError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FindAccountError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/repository.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum FindAccountError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AbstractAccountRepository` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/accounts/repository.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub trait AbstractAccountRepository {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshSelector` is never constructed
[INFO] [stdout]  --> crates/modules/src/authn/domain/sessions/models/refresh_selector.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct RefreshSelector([u8; 16]);
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `generate` and `parse` are never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_selector.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl RefreshSelector {
[INFO] [stdout]    | -------------------- associated functions in this implementation
[INFO] [stdout] 11 |     pub fn generate() -> Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn parse(s: &str) -> Result<Self, ParseError> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshToken` is never constructed
[INFO] [stdout]  --> crates/modules/src/authn/domain/sessions/models/refresh_token.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct RefreshToken {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `generate`, `parse`, `rotate`, `selector`, and `validator` are never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_token.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl RefreshToken {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] 14 |     pub fn generate() -> Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn parse(token: &str) -> Result<Self, ParseError> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn rotate(&self) -> Self {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn selector(&self) -> RefreshSelector {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn validator(&self) -> &RefreshValidator {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshTokenRotation` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_token.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct RefreshTokenRotation {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_token.rs:57:10
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub enum ParseError {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshValidator` is never constructed
[INFO] [stdout]  --> crates/modules/src/authn/domain/sessions/models/refresh_validator.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct RefreshValidator([u8; 32]);
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `generate` and `parse` are never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_validator.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl RefreshValidator {
[INFO] [stdout]    | --------------------- associated functions in this implementation
[INFO] [stdout] 18 |     pub fn generate() -> Self {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn parse(s: &str) -> Result<Self, ParseError> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RefreshValidatorHash` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_validator.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct RefreshValidatorHash([u8; 32]);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `matches` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/refresh_validator.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | impl RefreshValidatorHash {
[INFO] [stdout]    | ------------------------- method in this implementation
[INFO] [stdout] 40 |     pub fn matches(&self, other: &Self) -> bool {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SessionId` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/session.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct SessionId(Uuid);
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/session.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl SessionId {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 20 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Session` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/session.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Session {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NewSession` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/models/session.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct NewSession {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CreateSessionError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/repository.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum CreateSessionError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RotateRefreshTokenError` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/repository.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub enum RotateRefreshTokenError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AbstractSessionRepository` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/sessions/repository.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub trait AbstractSessionRepository {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UserId` is never constructed
[INFO] [stdout]  --> crates/modules/src/authn/domain/user_id.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct UserId(Uuid);
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/modules/src/authn/domain/user_id.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl UserId {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 11 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AccountRepository` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/infrastructure/repositories/account.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct AccountRepository {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/modules/src/authn/infrastructure/repositories/account.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl AccountRepository {
[INFO] [stdout]    | ---------------------- associated function in this implementation
[INFO] [stdout] 41 |     pub fn new(pool: PgPool) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `insert_account_tx` is never used
[INFO] [stdout]   --> crates/modules/src/authn/infrastructure/repositories/account.rs:98:10
[INFO] [stdout]    |
[INFO] [stdout] 98 | async fn insert_account_tx(
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `insert_user_tx` is never used
[INFO] [stdout]    --> crates/modules/src/authn/infrastructure/repositories/account.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 | async fn insert_user_tx(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SessionRepository` is never constructed
[INFO] [stdout]   --> crates/modules/src/authn/infrastructure/repositories/session.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct SessionRepository {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/modules/src/authn/infrastructure/repositories/session.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl SessionRepository {
[INFO] [stdout]    | ---------------------- associated function in this implementation
[INFO] [stdout] 28 |     pub fn new(pool: PgPool) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `BoxError` is never used
[INFO] [stdout]  --> crates/modules/src/shared/errors.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | type BoxError = Box<dyn Error + Send + Sync + 'static>;
[INFO] [stdout]   |      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnexpectedError` is never constructed
[INFO] [stdout]  --> crates/modules/src/shared/errors.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct UnexpectedError {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> crates/modules/src/shared/errors.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl UnexpectedError {
[INFO] [stdout]    | -------------------- associated function in this implementation
[INFO] [stdout] 13 |     pub fn new<E>(source: E) -> Self
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `TestResult` is never used
[INFO] [stdout]   --> crates/modules/src/shared/tests.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type TestResult<T> = Result<T, Box<dyn Error + Send + Sync + 'static>>;
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `POSTGRES_TAG` is never used
[INFO] [stdout]   --> crates/modules/src/shared/tests.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | const POSTGRES_TAG: &str = "17-alpine";
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `REDIS_TAG` is never used
[INFO] [stdout]   --> crates/modules/src/shared/tests.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | const REDIS_TAG: &str = "7.4-alpine";
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `POSTGRES_PORT` is never used
[INFO] [stdout]   --> crates/modules/src/shared/tests.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | const POSTGRES_PORT: u16 = 5432;
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestContext` is never constructed
[INFO] [stdout]   --> crates/modules/src/shared/tests.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct TestContext {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `postgres`, `postgres_and_redis`, and `start` are never used
[INFO] [stdout]   --> crates/modules/src/shared/tests.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl TestContext {
[INFO] [stdout]    | ---------------- associated functions in this implementation
[INFO] [stdout] 28 |     pub async fn postgres() -> TestResult<Self> {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub async fn postgres_and_redis() -> TestResult<Self> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     async fn start(start_redis: bool) -> TestResult<Self> {
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
[INFO] running `Command { std: "docker" "inspect" "cd01037491703af472b2429ec254e9c474e7c86aa46c1e1ef29ecc00b3a03a37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd01037491703af472b2429ec254e9c474e7c86aa46c1e1ef29ecc00b3a03a37", kill_on_drop: false }`
[INFO] [stdout] cd01037491703af472b2429ec254e9c474e7c86aa46c1e1ef29ecc00b3a03a37
