[INFO] cloning repository https://github.com/Lugendre/msr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lugendre/msr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLugendre%2Fmsr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLugendre%2Fmsr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c4727d4504b244f0aa5b74b1b946fa4d2848d9c0
[INFO] checking Lugendre/msr against master#46424fb5054f211ec836c5c03159f92e46bb35ac for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLugendre%2Fmsr" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Lugendre/msr on toolchain 46424fb5054f211ec836c5c03159f92e46bb35ac
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Lugendre/msr
[INFO] finished tweaking git repo https://github.com/Lugendre/msr
[INFO] tweaked toml for git repo https://github.com/Lugendre/msr written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/Lugendre/msr 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" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/shssoichiro/sqlformat-rs`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sea-bae v0.2.1
[INFO] [stderr]   Downloaded mockall v0.13.0
[INFO] [stderr]   Downloaded mockall_derive v0.13.0
[INFO] [stderr]   Downloaded deriving-via-impl v0.1.0
[INFO] [stderr]   Downloaded sea-query-binder v0.6.0
[INFO] [stderr]   Downloaded sea-orm-macros v1.0.1
[INFO] [stderr]   Downloaded deriving_via v1.6.3
[INFO] [stderr]   Downloaded async-compression v0.4.13
[INFO] [stderr]   Downloaded educe v0.5.11
[INFO] [stderr]   Downloaded sea-query v0.31.0
[INFO] [stderr]   Downloaded sea-orm v1.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a2efe4d93c58165101a9cbb35348c8d62abe418d8a6ff3a7350b6582ac61a592
[INFO] running `Command { std: "docker" "start" "-a" "a2efe4d93c58165101a9cbb35348c8d62abe418d8a6ff3a7350b6582ac61a592", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a2efe4d93c58165101a9cbb35348c8d62abe418d8a6ff3a7350b6582ac61a592", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2efe4d93c58165101a9cbb35348c8d62abe418d8a6ff3a7350b6582ac61a592", kill_on_drop: false }`
[INFO] [stdout] a2efe4d93c58165101a9cbb35348c8d62abe418d8a6ff3a7350b6582ac61a592
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+46424fb5054f211ec836c5c03159f92e46bb35ac" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b92c64b4ec212d65c2a64a0a27d82d4eca0350525e81198a2bd27a6c15249316
[INFO] running `Command { std: "docker" "start" "-a" "b92c64b4ec212d65c2a64a0a27d82d4eca0350525e81198a2bd27a6c15249316", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking bytes v1.7.2
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling cc v1.1.24
[INFO] [stderr]     Checking once_cell v1.20.1
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]     Checking hashbrown v0.15.0
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking unicode-bidi v0.3.17
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking unicode_categories v0.1.1
[INFO] [stderr]     Checking cpufeatures v0.2.14
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.11
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking crc v3.2.1
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking ordered-float v3.9.2
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling mockall_derive v0.13.0
[INFO] [stderr]     Checking predicates-core v1.0.8
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]     Checking flate2 v1.0.34
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]     Checking termtree v0.4.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]     Checking rustls-pki-types v1.9.0
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]     Checking predicates v3.1.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking predicates-tree v1.0.11
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]     Checking fragile v2.0.0
[INFO] [stderr]     Checking sqlformat v0.2.6 (https://github.com/shssoichiro/sqlformat-rs?tag=v0.2.6#6928bb35)
[INFO] [stderr]     Checking bigdecimal v0.3.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling inherent v1.0.11
[INFO] [stderr]    Compiling sea-bae v0.2.1
[INFO] [stderr]    Compiling ouroboros_macro v0.17.2
[INFO] [stderr]    Compiling typed-builder-macro v0.20.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling sea-orm-macros v1.0.1
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]    Compiling enum-ordinalize v4.3.0
[INFO] [stderr]    Compiling educe v0.5.11
[INFO] [stderr]    Compiling deriving-via-impl v0.1.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling typed-builder v0.20.0
[INFO] [stderr]     Checking ouroboros v0.17.2
[INFO] [stderr]    Compiling deriving_via v1.6.3
[INFO] [stderr]     Checking mockall v0.13.0
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking async-compression v0.4.13
[INFO] [stderr]     Checking h2 v0.4.6
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking sqlx-core v0.7.4
[INFO] [stderr]     Checking sea-query v0.31.0
[INFO] [stderr]     Checking hyper v1.4.1
[INFO] [stderr]     Checking sqlx-sqlite v0.7.4
[INFO] [stderr]     Checking hyper-util v0.1.9
[INFO] [stderr]     Checking sqlx v0.7.4
[INFO] [stderr]     Checking sea-query-binder v0.6.0
[INFO] [stderr]     Checking sea-orm v1.0.1
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.8
[INFO] [stderr]     Checking msr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::borrow::Cow`
[INFO] [stdout]  --> src/domain/song.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::borrow::Cow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TransactionError`
[INFO] [stdout]   --> src/infra/repository/song.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 | use sea_orm::{ExecResult, TransactionError};
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `UsesSongRepository`
[INFO] [stdout]  --> src/kernel.rs:3:73
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::domain::repository::song_repository::{ProvideSongRepository, UsesSongRepository};
[INFO] [stdout]   |                                                                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Cow`
[INFO] [stdout]  --> src/domain/song.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::borrow::Cow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TransactionError`
[INFO] [stdout]   --> src/infra/repository/song.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 | use sea_orm::{ExecResult, TransactionError};
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `UsesSongRepository`
[INFO] [stdout]  --> src/kernel.rs:3:73
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::domain::repository::song_repository::{ProvideSongRepository, UsesSongRepository};
[INFO] [stdout]   |                                                                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/infra/repository/song.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 82 |                 todo!("Songのinsert");
[INFO] [stdout]    |                 --------------------- any code following this expression is unreachable
[INFO] [stdout] 83 |                 Ok::<(), Error>(())
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]   --> src/kernel.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let db_connection = Arc::new(todo!());
[INFO] [stdout]    |                             ^^^^^^^^ ------- any code following this expression is unreachable
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             unreachable call
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/infra/repository/song.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 82 |                 todo!("Songのinsert");
[INFO] [stdout]    |                 --------------------- any code following this expression is unreachable
[INFO] [stdout] 83 |                 Ok::<(), Error>(())
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]   --> src/kernel.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let db_connection = Arc::new(todo!());
[INFO] [stdout]    |                             ^^^^^^^^ ------- any code following this expression is unreachable
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             unreachable call
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `audio_format_id`
[INFO] [stdout]   --> src/infra/repository/song.rs:78:21
[INFO] [stdout]    |
[INFO] [stdout] 78 |                 let audio_format_id: Result<ExecResult, InfraError> =
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_audio_format_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `song_id`
[INFO] [stdout]   --> src/infra/repository/song.rs:90:33
[INFO] [stdout]    |
[INFO] [stdout] 90 |     async fn delete_song(&self, song_id: SongId) -> Result<()> {
[INFO] [stdout]    |                                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_song_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `songs`
[INFO] [stdout]    --> src/infra/repository/song.rs:102:32
[INFO] [stdout]     |
[INFO] [stdout] 102 |     async fn save_songs(&self, songs: Vec<Song>) -> Result<()> {
[INFO] [stdout]     |                                ^^^^^ help: if this is intentional, prefix it with an underscore: `_songs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `album_id`
[INFO] [stdout]    --> src/infra/repository/song.rs:106:31
[INFO] [stdout]     |
[INFO] [stdout] 106 |     async fn get_album(&self, album_id: AlbumId) -> Result<Option<Album>> {
[INFO] [stdout]     |                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_album_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `album`
[INFO] [stdout]    --> src/infra/repository/song.rs:110:32
[INFO] [stdout]     |
[INFO] [stdout] 110 |     async fn save_album(&self, album: Album) -> Result<()> {
[INFO] [stdout]     |                                ^^^^^ help: if this is intentional, prefix it with an underscore: `_album`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `album_id`
[INFO] [stdout]    --> src/infra/repository/song.rs:114:34
[INFO] [stdout]     |
[INFO] [stdout] 114 |     async fn delete_album(&self, album_id: AlbumId) -> Result<()> {
[INFO] [stdout]     |                                  ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_album_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `albums`
[INFO] [stdout]    --> src/infra/repository/song.rs:122:36
[INFO] [stdout]     |
[INFO] [stdout] 122 |     async fn save_all_album(&self, albums: Vec<Album>) -> Result<()> {
[INFO] [stdout]     |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_albums`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]   --> src/kernel.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let client = reqwest::Client::builder()
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_connection`
[INFO] [stdout]   --> src/kernel.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let db_connection = Arc::new(todo!());
[INFO] [stdout]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `audio_format_id`
[INFO] [stdout]   --> src/infra/repository/song.rs:78:21
[INFO] [stdout]    |
[INFO] [stdout] 78 |                 let audio_format_id: Result<ExecResult, InfraError> =
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_audio_format_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `song_id`
[INFO] [stdout]   --> src/infra/repository/song.rs:90:33
[INFO] [stdout]    |
[INFO] [stdout] 90 |     async fn delete_song(&self, song_id: SongId) -> Result<()> {
[INFO] [stdout]    |                                 ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_song_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `songs`
[INFO] [stdout]    --> src/infra/repository/song.rs:102:32
[INFO] [stdout]     |
[INFO] [stdout] 102 |     async fn save_songs(&self, songs: Vec<Song>) -> Result<()> {
[INFO] [stdout]     |                                ^^^^^ help: if this is intentional, prefix it with an underscore: `_songs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `album_id`
[INFO] [stdout]    --> src/infra/repository/song.rs:106:31
[INFO] [stdout]     |
[INFO] [stdout] 106 |     async fn get_album(&self, album_id: AlbumId) -> Result<Option<Album>> {
[INFO] [stdout]     |                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_album_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `album`
[INFO] [stdout]    --> src/infra/repository/song.rs:110:32
[INFO] [stdout]     |
[INFO] [stdout] 110 |     async fn save_album(&self, album: Album) -> Result<()> {
[INFO] [stdout]     |                                ^^^^^ help: if this is intentional, prefix it with an underscore: `_album`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `album_id`
[INFO] [stdout]    --> src/infra/repository/song.rs:114:34
[INFO] [stdout]     |
[INFO] [stdout] 114 |     async fn delete_album(&self, album_id: AlbumId) -> Result<()> {
[INFO] [stdout]     |                                  ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_album_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `albums`
[INFO] [stdout]    --> src/infra/repository/song.rs:122:36
[INFO] [stdout]     |
[INFO] [stdout] 122 |     async fn save_all_album(&self, albums: Vec<Album>) -> Result<()> {
[INFO] [stdout]     |                                    ^^^^^^ help: if this is intentional, prefix it with an underscore: `_albums`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]   --> src/kernel.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let client = reqwest::Client::builder()
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `db_connection`
[INFO] [stdout]   --> src/kernel.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let db_connection = Arc::new(todo!());
[INFO] [stdout]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_db_connection`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.84s
[INFO] running `Command { std: "docker" "inspect" "b92c64b4ec212d65c2a64a0a27d82d4eca0350525e81198a2bd27a6c15249316", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b92c64b4ec212d65c2a64a0a27d82d4eca0350525e81198a2bd27a6c15249316", kill_on_drop: false }`
[INFO] [stdout] b92c64b4ec212d65c2a64a0a27d82d4eca0350525e81198a2bd27a6c15249316
