[INFO] cloning repository https://github.com/typing233/4-LockGuardian
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/typing233/4-LockGuardian" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyping233%2F4-LockGuardian", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyping233%2F4-LockGuardian'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0c28753e51a8a0dff7ac86f2544b8f71f2ebd3a0
[INFO] checking typing233/4-LockGuardian against 0b63defc8fd68957c635fe61f097b84df8fd9611 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyping233%2F4-LockGuardian" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/typing233/4-LockGuardian
[INFO] finished tweaking git repo https://github.com/typing233/4-LockGuardian
[INFO] tweaked toml for git repo https://github.com/typing233/4-LockGuardian written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/typing233/4-LockGuardian on toolchain 0b63defc8fd68957c635fe61f097b84df8fd9611
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/typing233/4-LockGuardian 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" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded base32 v0.5.1
[INFO] [stderr]   Downloaded totp-rs v5.7.1
[INFO] [stderr]   Downloaded actix-multipart v0.7.2
[INFO] [stderr]   Downloaded actix-multipart-derive v0.7.0
[INFO] [stderr]   Downloaded actix-cors v0.7.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9e307e20c71eb7a0577c70105af6c26865aad851c2bb4dde731635ab48fc2896
[INFO] running `Command { std: "docker" "start" "9e307e20c71eb7a0577c70105af6c26865aad851c2bb4dde731635ab48fc2896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e307e20c71eb7a0577c70105af6c26865aad851c2bb4dde731635ab48fc2896", 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" "9e307e20c71eb7a0577c70105af6c26865aad851c2bb4dde731635ab48fc2896" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e307e20c71eb7a0577c70105af6c26865aad851c2bb4dde731635ab48fc2896", 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" "9e307e20c71eb7a0577c70105af6c26865aad851c2bb4dde731635ab48fc2896" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking brotli-decompressor v5.0.1
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling bytestring v1.5.1
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]     Checking brotli v8.0.3
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking actix-rt v2.11.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling parse-size v1.1.0
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking uuid v1.23.2
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking serde_plain v1.0.2
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking mutually_exclusive_features v0.1.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking base32 v0.5.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking totp-rs v5.7.1
[INFO] [stderr]     Checking dotenvy v0.15.7
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling actix-multipart-derive v0.7.0
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking actix-http v3.12.1
[INFO] [stderr]     Checking actix-web v4.13.0
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr]     Checking actix-multipart v0.7.2
[INFO] [stderr]     Checking actix-cors v0.7.1
[INFO] [stderr]     Checking tracing-actix-web v0.7.21
[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 lockguardian v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ORG_USER_TYPE_OWNER`
[INFO] [stdout]   --> src/api/ciphers.rs:15:71
[INFO] [stdout]    |
[INFO] [stdout] 15 |     UserOrganization, ORG_USER_STATUS_CONFIRMED, ORG_USER_TYPE_ADMIN, ORG_USER_TYPE_OWNER,
[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: `ORG_USER_TYPE_OWNER`
[INFO] [stdout]   --> src/api/ciphers.rs:15:71
[INFO] [stdout]    |
[INFO] [stdout] 15 |     UserOrganization, ORG_USER_STATUS_CONFIRMED, ORG_USER_TYPE_ADMIN, ORG_USER_TYPE_OWNER,
[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 variable: `user`
[INFO] [stdout]    --> src/api/accounts.rs:198:28
[INFO] [stdout]     |
[INFO] [stdout] 198 | pub async fn revision_date(user: AuthenticatedUser) -> Result<HttpResponse, AppError> {
[INFO] [stdout]     |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attachment`
[INFO] [stdout]    --> src/api/attachments.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let attachment = Attachment::create(
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attachment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `new_uo`
[INFO] [stdout]    --> src/api/organizations.rs:213:21
[INFO] [stdout]     |
[INFO] [stdout] 213 |                 let new_uo = UserOrganization::create(
[INFO] [stdout]     |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_uo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `domain`
[INFO] [stdout]    --> src/models/cipher.rs:179:44
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn to_json_with_permissions(&self, domain: &str, can_edit: bool, view_password: bool) -> Value {
[INFO] [stdout]     |                                            ^^^^^^ help: if this is intentional, prefix it with an underscore: `_domain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user`
[INFO] [stdout]    --> src/api/accounts.rs:198:28
[INFO] [stdout]     |
[INFO] [stdout] 198 | pub async fn revision_date(user: AuthenticatedUser) -> Result<HttpResponse, AppError> {
[INFO] [stdout]     |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `master_password_hint` is never read
[INFO] [stdout]   --> src/api/accounts.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct RegisterRequest {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub master_password_hint: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `master_password_hint` is never read
[INFO] [stdout]   --> src/api/accounts.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct ProfileUpdateRequest {
[INFO] [stdout]    |            -------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub master_password_hint: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `external_id` is never read
[INFO] [stdout]   --> src/api/collections.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct CollectionRequest {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub external_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `scope` and `client_id` are never read
[INFO] [stdout]   --> src/api/identity.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct TokenRequest {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub scope: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 34 |     #[serde(default, rename = "client_id")]
[INFO] [stdout] 35 |     pub client_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `keys` is never read
[INFO] [stdout]   --> src/api/organizations.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct CreateOrgRequest {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub keys: Option<OrgKeysRequest>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `public_key` and `encrypted_private_key` are never read
[INFO] [stdout]   --> src/api/organizations.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct OrgKeysRequest {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 29 |     #[serde(rename = "publicKey", alias = "PublicKey")]
[INFO] [stdout] 30 |     pub public_key: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 31 |     #[serde(rename = "encryptedPrivateKey", alias = "EncryptedPrivateKey")]
[INFO] [stdout] 32 |     pub encrypted_private_key: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `email`, `name`, `premium`, `security_stamp`, and `device_uuid` are never read
[INFO] [stdout]   --> src/auth/middleware.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct AuthenticatedUser {
[INFO] [stdout]    |            ----------------- fields in this struct
[INFO] [stdout]  9 |     pub uuid: String,
[INFO] [stdout] 10 |     pub email: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 11 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 12 |     pub premium: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 13 |     pub security_stamp: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     pub device_uuid: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_totp_uri` is never used
[INFO] [stdout]   --> src/auth/two_factor.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn get_totp_uri(secret: &str, email: &str, issuer: &str) -> Option<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `private_key` is never read
[INFO] [stdout]   --> src/crypto.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct RsaKeys {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 28 |     pub private_key: RsaPrivateKey,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `created_at` is never read
[INFO] [stdout]   --> src/models/attachment.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Attachment {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Attachment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `created_at` and `updated_at` are never read
[INFO] [stdout]   --> src/models/collection.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Collection {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 12 |     pub updated_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Collection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UserCollection` is never constructed
[INFO] [stdout]   --> src/models/collection.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct UserCollection {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `remove_user` and `get_cipher_collection_ids` are never used
[INFO] [stdout]    --> src/models/collection.rs:124:18
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl Collection {
[INFO] [stdout]     | --------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub async fn remove_user(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub async fn get_cipher_collection_ids(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `push_token`, `created_at`, and `updated_at` are never read
[INFO] [stdout]   --> src/models/device.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Device {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub push_token: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 12 |     pub refresh_token: String,
[INFO] [stdout] 13 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 14 |     pub updated_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Device` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `update_push_token` is never used
[INFO] [stdout]   --> src/models/device.rs:85:18
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Device {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub async fn update_push_token(
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/models/event.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Event {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  7 |     pub uuid: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]  8 |     pub type_: i32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]  9 |     pub user_uuid: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 10 |     pub org_uuid: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 11 |     pub cipher_uuid: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 12 |     pub collection_uuid: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     pub acting_user_uuid: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     pub device_type: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 15 |     pub ip_address: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 16 |     pub event_date: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EVENT_USER_CHANGED_PASSWORD` is never used
[INFO] [stdout]   --> src/models/event.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const EVENT_USER_CHANGED_PASSWORD: i32 = 1001;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `find_by_user`, `find_by_org`, and `to_json` are never used
[INFO] [stdout]    --> src/models/event.rs:66:18
[INFO] [stdout]     |
[INFO] [stdout]  33 | impl Event {
[INFO] [stdout]     | ---------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  66 |     pub async fn find_by_user(
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub async fn find_by_org(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn to_json(&self) -> serde_json::Value {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `created_at` is never read
[INFO] [stdout]   --> src/models/folder.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Folder {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Folder` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `billing_email`, `plan_type`, `created_at`, and `updated_at` are never read
[INFO] [stdout]   --> src/models/organization.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Organization {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub billing_email: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 11 |     pub plan_type: i32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 12 |     pub key_: Option<String>,
[INFO] [stdout] 13 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 14 |     pub updated_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Organization` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `created_at` and `updated_at` are never read
[INFO] [stdout]   --> src/models/organization.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct UserOrganization {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 27 |     pub updated_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `UserOrganization` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ORG_USER_STATUS_ACCEPTED` is never used
[INFO] [stdout]   --> src/models/organization.rs:32:11
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub const ORG_USER_STATUS_ACCEPTED: i32 = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ORG_USER_TYPE_MANAGER` is never used
[INFO] [stdout]   --> src/models/organization.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub const ORG_USER_TYPE_MANAGER: i32 = 3;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `update_status` is never used
[INFO] [stdout]    --> src/models/organization.rs:192:18
[INFO] [stdout]     |
[INFO] [stdout] 114 | impl UserOrganization {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 192 |     pub async fn update_status(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `salt`, `public_key`, and `updated_at` are never read
[INFO] [stdout]   --> src/models/user.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct User {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub salt: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub public_key: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub updated_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `User` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attachment`
[INFO] [stdout]    --> src/api/attachments.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let attachment = Attachment::create(
[INFO] [stdout]     |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attachment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `new_uo`
[INFO] [stdout]    --> src/api/organizations.rs:213:21
[INFO] [stdout]     |
[INFO] [stdout] 213 |                 let new_uo = UserOrganization::create(
[INFO] [stdout]     |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_uo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `domain`
[INFO] [stdout]    --> src/models/cipher.rs:179:44
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn to_json_with_permissions(&self, domain: &str, can_edit: bool, view_password: bool) -> Value {
[INFO] [stdout]     |                                            ^^^^^^ help: if this is intentional, prefix it with an underscore: `_domain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `master_password_hint` is never read
[INFO] [stdout]   --> src/api/accounts.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct RegisterRequest {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub master_password_hint: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `master_password_hint` is never read
[INFO] [stdout]   --> src/api/accounts.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct ProfileUpdateRequest {
[INFO] [stdout]    |            -------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub master_password_hint: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `external_id` is never read
[INFO] [stdout]   --> src/api/collections.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct CollectionRequest {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub external_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `scope` and `client_id` are never read
[INFO] [stdout]   --> src/api/identity.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct TokenRequest {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub scope: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 34 |     #[serde(default, rename = "client_id")]
[INFO] [stdout] 35 |     pub client_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `keys` is never read
[INFO] [stdout]   --> src/api/organizations.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct CreateOrgRequest {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub keys: Option<OrgKeysRequest>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `public_key` and `encrypted_private_key` are never read
[INFO] [stdout]   --> src/api/organizations.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct OrgKeysRequest {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 29 |     #[serde(rename = "publicKey", alias = "PublicKey")]
[INFO] [stdout] 30 |     pub public_key: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 31 |     #[serde(rename = "encryptedPrivateKey", alias = "EncryptedPrivateKey")]
[INFO] [stdout] 32 |     pub encrypted_private_key: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `email`, `name`, `premium`, `security_stamp`, and `device_uuid` are never read
[INFO] [stdout]   --> src/auth/middleware.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct AuthenticatedUser {
[INFO] [stdout]    |            ----------------- fields in this struct
[INFO] [stdout]  9 |     pub uuid: String,
[INFO] [stdout] 10 |     pub email: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 11 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 12 |     pub premium: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 13 |     pub security_stamp: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     pub device_uuid: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_totp_uri` is never used
[INFO] [stdout]   --> src/auth/two_factor.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn get_totp_uri(secret: &str, email: &str, issuer: &str) -> Option<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `private_key` is never read
[INFO] [stdout]   --> src/crypto.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct RsaKeys {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 28 |     pub private_key: RsaPrivateKey,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `created_at` is never read
[INFO] [stdout]   --> src/models/attachment.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Attachment {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Attachment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `created_at` and `updated_at` are never read
[INFO] [stdout]   --> src/models/collection.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Collection {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 12 |     pub updated_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Collection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UserCollection` is never constructed
[INFO] [stdout]   --> src/models/collection.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct UserCollection {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `remove_user` and `get_cipher_collection_ids` are never used
[INFO] [stdout]    --> src/models/collection.rs:124:18
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl Collection {
[INFO] [stdout]     | --------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub async fn remove_user(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub async fn get_cipher_collection_ids(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `push_token`, `created_at`, and `updated_at` are never read
[INFO] [stdout]   --> src/models/device.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Device {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub push_token: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 12 |     pub refresh_token: String,
[INFO] [stdout] 13 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 14 |     pub updated_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Device` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `update_push_token` is never used
[INFO] [stdout]   --> src/models/device.rs:85:18
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Device {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub async fn update_push_token(
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/models/event.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Event {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  7 |     pub uuid: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]  8 |     pub type_: i32,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]  9 |     pub user_uuid: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 10 |     pub org_uuid: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 11 |     pub cipher_uuid: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 12 |     pub collection_uuid: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     pub acting_user_uuid: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     pub device_type: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 15 |     pub ip_address: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 16 |     pub event_date: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `EVENT_USER_CHANGED_PASSWORD` is never used
[INFO] [stdout]   --> src/models/event.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const EVENT_USER_CHANGED_PASSWORD: i32 = 1001;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `find_by_user`, `find_by_org`, and `to_json` are never used
[INFO] [stdout]    --> src/models/event.rs:66:18
[INFO] [stdout]     |
[INFO] [stdout]  33 | impl Event {
[INFO] [stdout]     | ---------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  66 |     pub async fn find_by_user(
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub async fn find_by_org(
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn to_json(&self) -> serde_json::Value {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `created_at` is never read
[INFO] [stdout]   --> src/models/folder.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Folder {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Folder` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `billing_email`, `plan_type`, `created_at`, and `updated_at` are never read
[INFO] [stdout]   --> src/models/organization.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Organization {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub billing_email: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 11 |     pub plan_type: i32,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 12 |     pub key_: Option<String>,
[INFO] [stdout] 13 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 14 |     pub updated_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Organization` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `created_at` and `updated_at` are never read
[INFO] [stdout]   --> src/models/organization.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct UserOrganization {
[INFO] [stdout]    |            ---------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub created_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 27 |     pub updated_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `UserOrganization` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ORG_USER_STATUS_ACCEPTED` is never used
[INFO] [stdout]   --> src/models/organization.rs:32:11
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub const ORG_USER_STATUS_ACCEPTED: i32 = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ORG_USER_TYPE_MANAGER` is never used
[INFO] [stdout]   --> src/models/organization.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub const ORG_USER_TYPE_MANAGER: i32 = 3;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `update_status` is never used
[INFO] [stdout]    --> src/models/organization.rs:192:18
[INFO] [stdout]     |
[INFO] [stdout] 114 | impl UserOrganization {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 192 |     pub async fn update_status(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `salt`, `public_key`, and `updated_at` are never read
[INFO] [stdout]   --> src/models/user.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct User {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub salt: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub public_key: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub updated_at: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `User` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "9e307e20c71eb7a0577c70105af6c26865aad851c2bb4dde731635ab48fc2896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e307e20c71eb7a0577c70105af6c26865aad851c2bb4dde731635ab48fc2896", kill_on_drop: false }`
[INFO] [stdout] 9e307e20c71eb7a0577c70105af6c26865aad851c2bb4dde731635ab48fc2896
