[INFO] cloning repository https://github.com/EmissaryD/novel-backend [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EmissaryD/novel-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmissaryD%2Fnovel-backend", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmissaryD%2Fnovel-backend'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bfe1063caad2eb870b53fd1094f2ec2ef0caf2d4 [INFO] checking EmissaryD/novel-backend against master#2972b5e59f1c5529b6ba770437812fd83ab4ebd4 for pr-154781 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmissaryD%2Fnovel-backend" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/EmissaryD/novel-backend [INFO] finished tweaking git repo https://github.com/EmissaryD/novel-backend [INFO] tweaked toml for git repo https://github.com/EmissaryD/novel-backend written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/EmissaryD/novel-backend on toolchain 2972b5e59f1c5529b6ba770437812fd83ab4ebd4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2972b5e59f1c5529b6ba770437812fd83ab4ebd4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/EmissaryD/novel-backend 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" "+2972b5e59f1c5529b6ba770437812fd83ab4ebd4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rmp-serde v1.3.1 [INFO] [stderr] Downloaded rmp v0.8.15 [INFO] [stderr] Downloaded tower-sessions-redis-store v0.16.0 [INFO] [stderr] Downloaded fred-macros v0.1.0 [INFO] [stderr] Downloaded tower-sessions v0.14.0 [INFO] [stderr] Downloaded tower-sessions-core v0.14.0 [INFO] [stderr] Downloaded tower-sessions-memory-store v0.14.0 [INFO] [stderr] Downloaded crc16 v0.4.0 [INFO] [stderr] Downloaded cookie-factory v0.3.2 [INFO] [stderr] Downloaded tower-cookies v0.11.0 [INFO] [stderr] Downloaded redis-protocol v6.0.0 [INFO] [stderr] Downloaded arc-swap v1.8.2 [INFO] [stderr] Downloaded fred v10.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+2972b5e59f1c5529b6ba770437812fd83ab4ebd4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54aee5389bbfeceadbc2d377ca43b01f51256f49e5d0e08e4667d56265b27892 [INFO] running `Command { std: "docker" "start" "-a" "54aee5389bbfeceadbc2d377ca43b01f51256f49e5d0e08e4667d56265b27892", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54aee5389bbfeceadbc2d377ca43b01f51256f49e5d0e08e4667d56265b27892", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54aee5389bbfeceadbc2d377ca43b01f51256f49e5d0e08e4667d56265b27892", kill_on_drop: false }` [INFO] [stdout] 54aee5389bbfeceadbc2d377ca43b01f51256f49e5d0e08e4667d56265b27892 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+2972b5e59f1c5529b6ba770437812fd83ab4ebd4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 01418a6b7191761c9e71803918d0214e8460eb0fe91cea8cdb3c501c479bdd87 [INFO] running `Command { std: "docker" "start" "-a" "01418a6b7191761c9e71803918d0214e8460eb0fe91cea8cdb3c501c479bdd87", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Checking futures-io v0.3.32 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling zerocopy v0.8.40 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling rust_decimal v1.40.0 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Compiling openssl-sys v0.9.112 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling deranged v0.5.8 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Checking axum-core v0.5.6 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling openssl v0.10.76 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling uuid v1.22.0 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling crc16 v0.4.0 [INFO] [stderr] Compiling unicode-properties v0.1.4 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Checking ipnet v2.12.0 [INFO] [stderr] Checking rustls-webpki v0.103.9 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking bytes-utils v0.1.4 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking cookie-factory v0.3.2 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Checking arc-swap v1.8.2 [INFO] [stderr] Checking float-cmp v0.10.0 [INFO] [stderr] Checking rmp v0.8.15 [INFO] [stderr] Compiling fred-macros v0.1.0 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking dotenvy v0.15.7 [INFO] [stderr] Checking urlencoding v2.1.3 [INFO] [stderr] Checking base64ct v1.8.3 [INFO] [stderr] Checking semver v1.0.27 [INFO] [stderr] Checking tower-cookies v0.11.0 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Compiling validator_derive v0.20.0 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking password-hash v0.5.0 [INFO] [stderr] Checking rmp-serde v1.3.1 [INFO] [stderr] Checking pem v3.0.6 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling axum-macros v0.5.0 [INFO] [stderr] Checking tracing-subscriber v0.3.22 [INFO] [stderr] Checking argon2 v0.5.3 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking simple_asn1 v0.6.4 [INFO] [stderr] Checking redis-protocol v6.0.0 [INFO] [stderr] Checking jsonwebtoken v9.3.1 [INFO] [stderr] Checking validator v0.20.0 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking tower-sessions-core v0.14.0 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking sqlx-core v0.8.6 [INFO] [stderr] Checking tower-sessions-memory-store v0.14.0 [INFO] [stderr] Checking tower-http v0.6.8 [INFO] [stderr] Checking h2 v0.4.13 [INFO] [stderr] Checking fred v10.1.0 [INFO] [stderr] Checking tower-sessions v0.14.0 [INFO] [stderr] Checking sqlx-postgres v0.8.6 [INFO] [stderr] Checking hyper v1.8.1 [INFO] [stderr] Checking hyper-util v0.1.20 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking axum v0.8.8 [INFO] [stderr] Checking reqwest v0.12.28 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Checking tower-sessions-redis-store v0.16.0 [INFO] [stderr] Checking sqlx v0.8.6 [INFO] [stderr] Checking novel v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `PaginatedResponse` and `PaginationQuery` [INFO] [stdout] --> src/common/mod.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | pub use pagination::{PaginatedResponse, PaginationQuery}; [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: `BlueprintUpdates` [INFO] [stdout] --> src/features/blueprints/mod.rs:16:43 [INFO] [stdout] | [INFO] [stdout] 16 | pub use repository::{BlueprintRepository, BlueprintUpdates}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Deserialize` [INFO] [stdout] --> src/features/chapters/model.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `validator::Validate` [INFO] [stdout] --> src/features/chapters/model.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use validator::Validate; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/chapters/mod.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{get, post, put, delete}, [INFO] [stdout] | ^^^^ ^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ChapterDto`, `ChapterSummaryDto`, `ChapterVersionDto`, `ChapterVersion`, and `Chapter` [INFO] [stdout] --> src/features/chapters/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | Chapter, ChapterDto, ChapterSummaryDto, [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | ChapterVersion, ChapterVersionDto, [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Deserialize` [INFO] [stdout] --> src/features/characters/model.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/forces/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ForceDto` and `Force` [INFO] [stdout] --> src/features/forces/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{Force, ForceDto}; [INFO] [stdout] | ^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/foreshadowings/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ForeshadowingDto` and `Foreshadowing` [INFO] [stdout] --> src/features/foreshadowings/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{Foreshadowing, ForeshadowingDto}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `post` [INFO] [stdout] --> src/features/generation_logs/mod.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{get, post}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `GenerationLogDto` and `GenerationLog` [INFO] [stdout] --> src/features/generation_logs/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{GenerationLog, GenerationLogDto}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/items/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ItemDto` and `Item` [INFO] [stdout] --> src/features/items/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{Item, ItemDto}; [INFO] [stdout] | ^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/locations/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `LocationDto` and `Location` [INFO] [stdout] --> src/features/locations/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{Location, LocationDto}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Deserialize` [INFO] [stdout] --> src/features/novels/model.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `put` [INFO] [stdout] --> src/features/novels/mod.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{get, put}, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `NovelDetail`, `NovelSummary`, `WritingConfigDto`, and `WritingConfig` [INFO] [stdout] --> src/features/novels/mod.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{Novel, NovelDetail, NovelSummary, WritingConfig, WritingConfigDto}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/outlines/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `OutlineDto` and `Outline` [INFO] [stdout] --> src/features/outlines/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{Outline, OutlineDto}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Deserialize` [INFO] [stdout] --> src/features/plot_points/model.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/plot_points/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `PlotPointDto` and `PlotPoint` [INFO] [stdout] --> src/features/plot_points/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{PlotPoint, PlotPointDto}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `UpdateSettingRequest` [INFO] [stdout] --> src/features/system/handler.rs:15:41 [INFO] [stdout] | [INFO] [stdout] 15 | features::system::{SettingResponse, UpdateSettingRequest}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Deserialize` [INFO] [stdout] --> src/features/tools/model.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/world_settings/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `PaginatedResponse` and `PaginationQuery` [INFO] [stdout] --> src/common/mod.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | pub use pagination::{PaginatedResponse, PaginationQuery}; [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: `BlueprintUpdates` [INFO] [stdout] --> src/features/blueprints/mod.rs:16:43 [INFO] [stdout] | [INFO] [stdout] 16 | pub use repository::{BlueprintRepository, BlueprintUpdates}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Deserialize` [INFO] [stdout] --> src/features/chapters/model.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `validator::Validate` [INFO] [stdout] --> src/features/chapters/model.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use validator::Validate; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/chapters/mod.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{get, post, put, delete}, [INFO] [stdout] | ^^^^ ^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ChapterDto`, `ChapterSummaryDto`, `ChapterVersionDto`, `ChapterVersion`, and `Chapter` [INFO] [stdout] --> src/features/chapters/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | Chapter, ChapterDto, ChapterSummaryDto, [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | ChapterVersion, ChapterVersionDto, [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Deserialize` [INFO] [stdout] --> src/features/characters/model.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/forces/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ForceDto` and `Force` [INFO] [stdout] --> src/features/forces/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{Force, ForceDto}; [INFO] [stdout] | ^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/foreshadowings/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ForeshadowingDto` and `Foreshadowing` [INFO] [stdout] --> src/features/foreshadowings/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{Foreshadowing, ForeshadowingDto}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `post` [INFO] [stdout] --> src/features/generation_logs/mod.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{get, post}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `GenerationLogDto` and `GenerationLog` [INFO] [stdout] --> src/features/generation_logs/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{GenerationLog, GenerationLogDto}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/items/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ItemDto` and `Item` [INFO] [stdout] --> src/features/items/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{Item, ItemDto}; [INFO] [stdout] | ^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/locations/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `LocationDto` and `Location` [INFO] [stdout] --> src/features/locations/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{Location, LocationDto}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Deserialize` [INFO] [stdout] --> src/features/novels/model.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `put` [INFO] [stdout] --> src/features/novels/mod.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{get, put}, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `NovelDetail`, `NovelSummary`, `WritingConfigDto`, and `WritingConfig` [INFO] [stdout] --> src/features/novels/mod.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{Novel, NovelDetail, NovelSummary, WritingConfig, WritingConfigDto}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/outlines/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `OutlineDto` and `Outline` [INFO] [stdout] --> src/features/outlines/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{Outline, OutlineDto}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Deserialize` [INFO] [stdout] --> src/features/plot_points/model.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/plot_points/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `PlotPointDto` and `PlotPoint` [INFO] [stdout] --> src/features/plot_points/mod.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub use model::{PlotPoint, PlotPointDto}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `UpdateSettingRequest` [INFO] [stdout] --> src/features/system/handler.rs:15:41 [INFO] [stdout] | [INFO] [stdout] 15 | features::system::{SettingResponse, UpdateSettingRequest}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Deserialize` [INFO] [stdout] --> src/features/tools/model.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post`, and `put` [INFO] [stdout] --> src/features/world_settings/mod.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | routing::{delete, get, post, put}, [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `parts` [INFO] [stdout] --> src/common/error.rs:130:13 [INFO] [stdout] | [INFO] [stdout] 130 | let parts: Vec<&str> = constraint_lower.split('_').collect(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_parts` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `parts` [INFO] [stdout] --> src/common/error.rs:130:13 [INFO] [stdout] | [INFO] [stdout] 130 | let parts: Vec<&str> = constraint_lower.split('_').collect(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_parts` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `extra_instructions` is never read [INFO] [stdout] --> src/features/blueprints/dto.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct GenerateBlueprintRequest { [INFO] [stdout] | ------------------------ field in this struct [INFO] [stdout] 36 | // 可选的额外指令 [INFO] [stdout] 37 | pub extra_instructions: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GenerateBlueprintRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `find_by_novel` and `delete_messages` are never used [INFO] [stdout] --> src/features/blueprints/repository.rs:37:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl BlueprintRepository { [INFO] [stdout] | ------------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 37 | pub async fn find_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | pub async fn delete_messages(&self, blueprint_id: i32) -> AppResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `generate_opener_stream` is never used [INFO] [stdout] --> src/features/blueprints/service.rs:367:18 [INFO] [stdout] | [INFO] [stdout] 31 | impl BlueprintService { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 367 | pub async fn generate_opener_stream(&self) -> AppResult>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `prompt` is never read [INFO] [stdout] --> src/features/chapters/model.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 97 | pub struct ChapterVersion { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 105 | pub prompt: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ChapterVersion` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `list_by_novel` and `create_version` are never used [INFO] [stdout] --> src/features/chapters/repository.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl ChapterRepository { [INFO] [stdout] | ---------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 44 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | pub async fn create_version( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/chapters/service.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 16 | impl ChapterService { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/characters/repository.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl CharacterRepository { [INFO] [stdout] | ------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 60 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/characters/service.rs:79:18 [INFO] [stdout] | [INFO] [stdout] 24 | impl CharacterService { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 79 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/forces/repository.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl ForceRepository { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 42 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/forces/service.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 18 | impl ForceService { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/foreshadowings/repository.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl ForeshadowingRepository { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 73 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/foreshadowings/service.rs:72:18 [INFO] [stdout] | [INFO] [stdout] 22 | impl ForeshadowingService { [INFO] [stdout] | ------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 72 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/generation_logs/repository.rs:58:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl GenerationLogRepository { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 58 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/generation_logs/service.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 19 | impl GenerationLogService { [INFO] [stdout] | ------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/items/repository.rs:84:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl ItemRepository { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 84 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/items/service.rs:77:18 [INFO] [stdout] | [INFO] [stdout] 22 | impl ItemService { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 77 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/locations/repository.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl LocationRepository { [INFO] [stdout] | ----------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 48 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/locations/service.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 22 | impl LocationService { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_user` is never used [INFO] [stdout] --> src/features/novels/repository.rs:55:18 [INFO] [stdout] | [INFO] [stdout] 13 | impl NovelRepository { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 55 | pub async fn list_by_user(&self, user_id: Uuid) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/novels/service.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 20 | impl NovelService { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 48 | pub async fn list(&self, user_id: Uuid) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/outlines/repository.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl OutlineRepository { [INFO] [stdout] | ---------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 45 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/outlines/service.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 18 | impl OutlineService { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 64 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/plot_points/repository.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl PlotPointRepository { [INFO] [stdout] | ------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 54 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/plot_points/service.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 22 | impl PlotPointService { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 64 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UpdateSettingRequest` is never constructed [INFO] [stdout] --> src/features/system/model.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct UpdateSettingRequest { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_allow_registration` is never used [INFO] [stdout] --> src/features/system/service.rs:16:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl SystemService { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 16 | pub async fn get_allow_registration(&self) -> AppResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `list_enabled` and `to_definition` are never used [INFO] [stdout] --> src/features/tools/service.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 17 | impl ToolService { [INFO] [stdout] | ---------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 29 | pub async fn list_enabled(&self) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | pub fn to_definition(tool: &AiToolDto) -> ToolDefinition { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/world_settings/repository.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl WorldSettingRepository { [INFO] [stdout] | --------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 46 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/world_settings/service.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 22 | impl WorldSettingService { [INFO] [stdout] | ------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 60 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `finish_reason` is never read [INFO] [stdout] --> src/pkg/ai.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 86 | struct ChatChoice { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 87 | message: ChatChoiceMessage, [INFO] [stdout] 88 | finish_reason: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ChatChoice` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/pkg/ai.rs:150:15 [INFO] [stdout] | [INFO] [stdout] 150 | ToolCalls(Vec), [INFO] [stdout] | --------- ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `StreamEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 150 - ToolCalls(Vec), [INFO] [stdout] 150 + ToolCalls(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `extra_instructions` is never read [INFO] [stdout] --> src/features/blueprints/dto.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct GenerateBlueprintRequest { [INFO] [stdout] | ------------------------ field in this struct [INFO] [stdout] 36 | // 可选的额外指令 [INFO] [stdout] 37 | pub extra_instructions: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GenerateBlueprintRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `find_by_novel` and `delete_messages` are never used [INFO] [stdout] --> src/features/blueprints/repository.rs:37:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl BlueprintRepository { [INFO] [stdout] | ------------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 37 | pub async fn find_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | pub async fn delete_messages(&self, blueprint_id: i32) -> AppResult<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `generate_opener_stream` is never used [INFO] [stdout] --> src/features/blueprints/service.rs:367:18 [INFO] [stdout] | [INFO] [stdout] 31 | impl BlueprintService { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 367 | pub async fn generate_opener_stream(&self) -> AppResult>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `prompt` is never read [INFO] [stdout] --> src/features/chapters/model.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 97 | pub struct ChapterVersion { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 105 | pub prompt: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ChapterVersion` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `list_by_novel` and `create_version` are never used [INFO] [stdout] --> src/features/chapters/repository.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl ChapterRepository { [INFO] [stdout] | ---------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 44 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | pub async fn create_version( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/chapters/service.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 16 | impl ChapterService { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/characters/repository.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl CharacterRepository { [INFO] [stdout] | ------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 60 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/characters/service.rs:79:18 [INFO] [stdout] | [INFO] [stdout] 24 | impl CharacterService { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 79 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/forces/repository.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl ForceRepository { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 42 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/forces/service.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 18 | impl ForceService { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/foreshadowings/repository.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl ForeshadowingRepository { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 73 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/foreshadowings/service.rs:72:18 [INFO] [stdout] | [INFO] [stdout] 22 | impl ForeshadowingService { [INFO] [stdout] | ------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 72 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/generation_logs/repository.rs:58:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl GenerationLogRepository { [INFO] [stdout] | ---------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 58 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/generation_logs/service.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 19 | impl GenerationLogService { [INFO] [stdout] | ------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/items/repository.rs:84:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl ItemRepository { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 84 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/items/service.rs:77:18 [INFO] [stdout] | [INFO] [stdout] 22 | impl ItemService { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 77 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/locations/repository.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl LocationRepository { [INFO] [stdout] | ----------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 48 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/locations/service.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 22 | impl LocationService { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_user` is never used [INFO] [stdout] --> src/features/novels/repository.rs:55:18 [INFO] [stdout] | [INFO] [stdout] 13 | impl NovelRepository { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 55 | pub async fn list_by_user(&self, user_id: Uuid) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/novels/service.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 20 | impl NovelService { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 48 | pub async fn list(&self, user_id: Uuid) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/outlines/repository.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl OutlineRepository { [INFO] [stdout] | ---------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 45 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/outlines/service.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 18 | impl OutlineService { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 64 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/plot_points/repository.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl PlotPointRepository { [INFO] [stdout] | ------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 54 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/plot_points/service.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 22 | impl PlotPointService { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 64 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UpdateSettingRequest` is never constructed [INFO] [stdout] --> src/features/system/model.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct UpdateSettingRequest { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_allow_registration` is never used [INFO] [stdout] --> src/features/system/service.rs:16:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl SystemService { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 16 | pub async fn get_allow_registration(&self) -> AppResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `list_enabled` and `to_definition` are never used [INFO] [stdout] --> src/features/tools/service.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 17 | impl ToolService { [INFO] [stdout] | ---------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 29 | pub async fn list_enabled(&self) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | pub fn to_definition(tool: &AiToolDto) -> ToolDefinition { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list_by_novel` is never used [INFO] [stdout] --> src/features/world_settings/repository.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 12 | impl WorldSettingRepository { [INFO] [stdout] | --------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 46 | pub async fn list_by_novel(&self, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `list` is never used [INFO] [stdout] --> src/features/world_settings/service.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 22 | impl WorldSettingService { [INFO] [stdout] | ------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 60 | pub async fn list(&self, user_id: Uuid, novel_id: i32) -> AppResult> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `finish_reason` is never read [INFO] [stdout] --> src/pkg/ai.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 86 | struct ChatChoice { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 87 | message: ChatChoiceMessage, [INFO] [stdout] 88 | finish_reason: Option, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ChatChoice` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/pkg/ai.rs:150:15 [INFO] [stdout] | [INFO] [stdout] 150 | ToolCalls(Vec), [INFO] [stdout] | --------- ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `StreamEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 150 - ToolCalls(Vec), [INFO] [stdout] 150 + ToolCalls(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s [INFO] running `Command { std: "docker" "inspect" "01418a6b7191761c9e71803918d0214e8460eb0fe91cea8cdb3c501c479bdd87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01418a6b7191761c9e71803918d0214e8460eb0fe91cea8cdb3c501c479bdd87", kill_on_drop: false }` [INFO] [stdout] 01418a6b7191761c9e71803918d0214e8460eb0fe91cea8cdb3c501c479bdd87