[INFO] cloning repository https://github.com/yaien/universe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yaien/universe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyaien%2Funiverse", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyaien%2Funiverse'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1cd344d212c410c36da11d7cb1e1d5f0886c1055
[INFO] checking yaien/universe against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-27
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyaien%2Funiverse" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yaien/universe
[INFO] finished tweaking git repo https://github.com/yaien/universe
[INFO] tweaked toml for git repo https://github.com/yaien/universe written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yaien/universe on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yaien/universe 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1d4e40ddef0885fa78a194eb60e8160fa4cb2aaad03ad9ea87eca55ea28f8423
[INFO] running `Command { std: "docker" "start" "1d4e40ddef0885fa78a194eb60e8160fa4cb2aaad03ad9ea87eca55ea28f8423", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d4e40ddef0885fa78a194eb60e8160fa4cb2aaad03ad9ea87eca55ea28f8423", 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" "1d4e40ddef0885fa78a194eb60e8160fa4cb2aaad03ad9ea87eca55ea28f8423" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d4e40ddef0885fa78a194eb60e8160fa4cb2aaad03ad9ea87eca55ea28f8423", 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" "1d4e40ddef0885fa78a194eb60e8160fa4cb2aaad03ad9ea87eca55ea28f8423" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling cc v1.3.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking futures-io v0.3.33
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.3
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking hybrid-array v0.4.13
[INFO] [stderr]    Compiling aws-lc-sys v0.43.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling futures-core v0.3.33
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling futures-sink v0.3.33
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking alloc-stdlib v0.2.4
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking actix-rt v2.11.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling no_std_io2 v0.9.4
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.33
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling libflate_lz77 v2.3.0
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking brotli-decompressor v5.0.3
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling bytestring v1.5.1
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]    Compiling dary_heap v0.3.9
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling libflate v2.3.1
[INFO] [stderr]     Checking hyper v1.11.0
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling tokio-stream v0.1.19
[INFO] [stderr]     Checking time v0.3.54
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking brotli v8.0.4
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]    Compiling crossbeam-queue v0.3.13
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]    Compiling spin v0.9.9
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]    Compiling hashlink v0.11.1
[INFO] [stderr]     Checking inout v0.2.2
[INFO] [stderr]    Compiling proc-macro-error-attr3 v3.0.3
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]     Checking base64 v0.20.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling sqlx-core v0.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]    Compiling proc-macro-error3 v3.0.3
[INFO] [stderr]    Compiling flume v0.12.0
[INFO] [stderr]    Compiling include-flate-compress v0.3.4
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling futures-executor v0.3.33
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.33
[INFO] [stderr]     Checking webpki-roots v1.0.9
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]     Checking impl-more v0.3.5
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling include-flate-codegen v0.3.4
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking universal-hash v0.6.1
[INFO] [stderr]     Checking cipher v0.5.2
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling rust-embed-utils v8.12.0
[INFO] [stderr]     Checking include-flate v0.3.4
[INFO] [stderr]     Checking polyval v0.7.3
[INFO] [stderr]     Checking jiff v0.2.35
[INFO] [stderr]    Compiling maud_macros v0.27.0
[INFO] [stderr]    Compiling rust-embed-impl v8.12.0
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking ghash v0.6.0
[INFO] [stderr]     Checking ctr v0.10.1
[INFO] [stderr]     Checking aes v0.9.1
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]     Checking aead v0.6.1
[INFO] [stderr]     Checking env_filter v2.0.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking memo-map v0.3.3
[INFO] [stderr]     Checking minijinja v2.21.0
[INFO] [stderr]     Checking aes-gcm v0.11.0
[INFO] [stderr]    Compiling sqlx-sqlite v0.9.0
[INFO] [stderr]     Checking envy v0.4.2
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking env_logger v0.11.11
[INFO] [stderr]     Checking clap v4.6.4
[INFO] [stderr]    Compiling sqlx-macros-core v0.9.0
[INFO] [stderr]    Compiling sqlx-macros v0.9.0
[INFO] [stderr]     Checking sqlx v0.9.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking actix-tls v3.5.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking actix-http v3.13.1
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking oauth2 v5.0.0
[INFO] [stderr]     Checking actix-web v4.14.0
[INFO] [stderr]     Checking actix-session v0.11.0
[INFO] [stderr]     Checking rust-embed v8.12.0
[INFO] [stderr]     Checking maud v0.27.0
[INFO] [stderr]     Checking universe v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/app/invitation.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::Arc;
[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: `User`
[INFO] [stdout]  --> src/app/invitation.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::app::{Roles, User};
[INFO] [stdout]   |                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow`
[INFO] [stdout]  --> src/infra/worker.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use anyhow::{Context, anyhow};
[INFO] [stdout]   |                       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/app/invitation.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Roles` and `User`
[INFO] [stdout]  --> src/app/invitation.rs:6:18
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::app::{Roles, User};
[INFO] [stdout]   |                  ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow`
[INFO] [stdout]  --> src/infra/worker.rs:4:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use anyhow::{Context, anyhow};
[INFO] [stdout]   |                       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Deserialize`
[INFO] [stdout]  --> src/infra/worker.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cancelation_sender`
[INFO] [stdout]   --> src/infra/worker.rs:88:14
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let (cancelation_sender, cancelation_receiver) = watch::channel(false);
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cancelation_sender`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cancelation_receiver`
[INFO] [stdout]   --> src/infra/worker.rs:88:34
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let (cancelation_sender, cancelation_receiver) = watch::channel(false);
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cancelation_receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cancelation_sender`
[INFO] [stdout]   --> src/infra/worker.rs:88:14
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let (cancelation_sender, cancelation_receiver) = watch::channel(false);
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cancelation_sender`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cancelation_receiver`
[INFO] [stdout]   --> src/infra/worker.rs:88:34
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let (cancelation_sender, cancelation_receiver) = watch::channel(false);
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cancelation_receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `pages`, `sitemaps`, `emails`, and `layouts` are never read
[INFO] [stdout]   --> src/app.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct App {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] 25 |     pub organizations: Arc<Organizations>,
[INFO] [stdout] 26 |     pub pages: Arc<Pages>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 27 |     pub sitemaps: Arc<Sitemaps>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 28 |     pub emails: Arc<Emails>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 29 |     pub layouts: Arc<Layouts>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/app/auth.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct OAuthAccount {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub provider_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 27 |     pub provider_user_id: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 28 |     pub access_token: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 29 |     pub refresh_token: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 30 |     pub expires_at: Option<DateTime<Utc>>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 31 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 32 |     pub updated_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/app/auth.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct OAuthState {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 37 |     pub id: Id,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Email` is never constructed
[INFO] [stdout]  --> src/app/email.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Email {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `user_email`, `organization_id`, `created_at`, and `expires_at` are never read
[INFO] [stdout]   --> src/app/invitation.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Invitation {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 11 |     pub id: Id,
[INFO] [stdout] 12 |     pub user_email: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 13 |     pub organization_id: Id,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 15 |     pub expires_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Layout` is never constructed
[INFO] [stdout]  --> src/app/layout.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Layout {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `created_at` is never read
[INFO] [stdout]   --> src/app/organization.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Organization {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Organization` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Page` is never constructed
[INFO] [stdout]  --> src/app/page.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Page {
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `user_id`, `organization_id`, and `created_at` are never read
[INFO] [stdout]   --> src/app/role.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Role {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout]  8 |     pub id: Id,
[INFO] [stdout]    |         ^^
[INFO] [stdout]  9 |     pub user_id: Id,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub organization_id: Id,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Role` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_by_org_id` is never used
[INFO] [stdout]   --> src/app/role.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl Roles {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub async fn get_by_org_id(&self, org_id: &Id) -> Result<Vec<Role>, sqlx::Error> {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Sitemap` is never constructed
[INFO] [stdout]   --> src/app/sitemap.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Sitemap {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Layout` is never constructed
[INFO] [stdout]   --> src/app/sitemap.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Layout {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Email` is never constructed
[INFO] [stdout]   --> src/app/sitemap.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct Email {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `created_at` is never read
[INFO] [stdout]   --> src/app/user.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct User {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `User` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Status` is never used
[INFO] [stdout]   --> src/infra/worker.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum Status {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Job` is never constructed
[INFO] [stdout]   --> src/infra/worker.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Job {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Queue` is never constructed
[INFO] [stdout]   --> src/infra/worker.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct Queue {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `push` are never used
[INFO] [stdout]   --> src/infra/worker.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl Queue {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 43 |     pub fn new(pool: DbPool, sender: mpsc::Sender<Job>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub async fn push<T: Serialize>(&self, to: &str, v: &T) -> anyhow::Result<()> {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Data` is never constructed
[INFO] [stdout]   --> src/infra/worker.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub struct Data(Value);
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `try_into` is never used
[INFO] [stdout]   --> src/infra/worker.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl Data {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 69 |     fn try_into<T: DeserializeOwned>(self) -> anyhow::Result<T> {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Processor` is never used
[INFO] [stdout]   --> src/infra/worker.rs:74:11
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub trait Processor: Send {
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Worker` is never constructed
[INFO] [stdout]   --> src/infra/worker.rs:79:12
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub struct Worker {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `procesor`, `process`, and `work` are never used
[INFO] [stdout]    --> src/infra/worker.rs:87:12
[INFO] [stdout]     |
[INFO] [stdout]  86 | impl Worker {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout]  87 |     pub fn new(pool: DbPool, receiver: mpsc::Receiver<Job>, cancel: watch::Receiver<bool>) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  97 |     pub fn procesor(&mut self, processor: Box<dyn Processor>) -> &mut Self {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 103 |     async fn process(&mut self, mut job: Job) {
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     pub async fn work(&mut self) {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Variant` is never used
[INFO] [stdout]  --> src/web/dashboard/views/layout.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum Variant {
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `toast` is never used
[INFO] [stdout]    --> src/web/dashboard/views/layout.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub fn toast(message: &str, variant: Variant) -> Markup {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `modal` is never used
[INFO] [stdout]    --> src/web/dashboard/views/layout.rs:142:8
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub fn modal(title: &str, content: Markup) -> Markup {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `pages`, `sitemaps`, `emails`, and `layouts` are never read
[INFO] [stdout]   --> src/app.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct App {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] 25 |     pub organizations: Arc<Organizations>,
[INFO] [stdout] 26 |     pub pages: Arc<Pages>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 27 |     pub sitemaps: Arc<Sitemaps>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 28 |     pub emails: Arc<Emails>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 29 |     pub layouts: Arc<Layouts>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/app/auth.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct OAuthAccount {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub provider_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 27 |     pub provider_user_id: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 28 |     pub access_token: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 29 |     pub refresh_token: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 30 |     pub expires_at: Option<DateTime<Utc>>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 31 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 32 |     pub updated_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> src/app/auth.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct OAuthState {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 37 |     pub id: Id,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Email` is never constructed
[INFO] [stdout]  --> src/app/email.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Email {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `user_email`, `organization_id`, `created_at`, and `expires_at` are never read
[INFO] [stdout]   --> src/app/invitation.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Invitation {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 11 |     pub id: Id,
[INFO] [stdout] 12 |     pub user_email: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 13 |     pub organization_id: Id,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 15 |     pub expires_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Layout` is never constructed
[INFO] [stdout]  --> src/app/layout.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Layout {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `created_at` is never read
[INFO] [stdout]   --> src/app/organization.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Organization {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Organization` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Page` is never constructed
[INFO] [stdout]  --> src/app/page.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Page {
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `user_id`, `organization_id`, and `created_at` are never read
[INFO] [stdout]   --> src/app/role.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Role {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout]  8 |     pub id: Id,
[INFO] [stdout]    |         ^^
[INFO] [stdout]  9 |     pub user_id: Id,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub organization_id: Id,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 13 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Role` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Sitemap` is never constructed
[INFO] [stdout]   --> src/app/sitemap.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Sitemap {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Layout` is never constructed
[INFO] [stdout]   --> src/app/sitemap.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Layout {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Email` is never constructed
[INFO] [stdout]   --> src/app/sitemap.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct Email {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `created_at` is never read
[INFO] [stdout]   --> src/app/user.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct User {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `User` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `created_at` is never read
[INFO] [stdout]   --> src/infra/worker.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Job {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub created_at: DateTime<Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Variant` is never used
[INFO] [stdout]  --> src/web/dashboard/views/layout.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum Variant {
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `toast` is never used
[INFO] [stdout]    --> src/web/dashboard/views/layout.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub fn toast(message: &str, variant: Variant) -> Markup {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `modal` is never used
[INFO] [stdout]    --> src/web/dashboard/views/layout.rs:142:8
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub fn modal(title: &str, content: Markup) -> Markup {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 19s
[INFO] running `Command { std: "docker" "inspect" "1d4e40ddef0885fa78a194eb60e8160fa4cb2aaad03ad9ea87eca55ea28f8423", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d4e40ddef0885fa78a194eb60e8160fa4cb2aaad03ad9ea87eca55ea28f8423", kill_on_drop: false }`
[INFO] [stdout] 1d4e40ddef0885fa78a194eb60e8160fa4cb2aaad03ad9ea87eca55ea28f8423
