[INFO] cloning repository https://github.com/maureenius/tazunene_server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maureenius/tazunene_server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaureenius%2Ftazunene_server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaureenius%2Ftazunene_server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 14f8c7ab32c5e691ec6e0a79a58f520eb4f03f3f
[INFO] checking maureenius/tazunene_server against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaureenius%2Ftazunene_server" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/maureenius/tazunene_server
[INFO] finished tweaking git repo https://github.com/maureenius/tazunene_server
[INFO] tweaked toml for git repo https://github.com/maureenius/tazunene_server written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maureenius/tazunene_server on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/maureenius/tazunene_server already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mockall v0.12.1
[INFO] [stderr]   Downloaded mockall_derive v0.12.1
[INFO] [stderr]   Downloaded vvcore v0.0.2
[INFO] [stderr]   Downloaded mockito v1.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a3af643479b30fb91e13f89febe300a637f235b4a162ad464c1c6d080d2a286e
[INFO] running `Command { std: "docker" "start" "-a" "a3af643479b30fb91e13f89febe300a637f235b4a162ad464c1c6d080d2a286e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a3af643479b30fb91e13f89febe300a637f235b4a162ad464c1c6d080d2a286e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3af643479b30fb91e13f89febe300a637f235b4a162ad464c1c6d080d2a286e", kill_on_drop: false }`
[INFO] [stdout] a3af643479b30fb91e13f89febe300a637f235b4a162ad464c1c6d080d2a286e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] abf838a4919678668f4353a2c506db404e34181661ab11b3a0737cdf151770f7
[INFO] running `Command { std: "docker" "start" "-a" "abf838a4919678668f4353a2c506db404e34181661ab11b3a0737cdf151770f7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.82
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling cc v1.0.97
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling unicode-properties v0.1.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling syn v2.0.64
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling vvcore v0.0.2
[INFO] [stderr]     Checking rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking rustls-pemfile v2.1.2
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking predicates v3.1.0
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking fragile v2.0.0
[INFO] [stderr]     Checking similar v2.5.0
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling mockall_derive v0.12.1
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking mockall v0.12.1
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.4.5
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking serde_json v1.0.117
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking sqlformat v0.2.3
[INFO] [stderr]     Checking hyper v1.3.1
[INFO] [stderr]     Checking hyper-util v0.1.3
[INFO] [stderr]     Checking mockito v1.4.0
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.4
[INFO] [stderr]     Checking sqlx-core v0.7.4
[INFO] [stderr]     Checking sqlx-postgres v0.7.4
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]     Checking sqlx v0.7.4
[INFO] [stderr]     Checking tazunene_server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `system_prompt` is never used
[INFO] [stdout]    --> src/infrastructures/open_ai_client.rs:141:8
[INFO] [stdout]     |
[INFO] [stdout]  85 | impl OpenAiClient {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 141 |     fn system_prompt(&self) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id`, `created_at`, and `updated_at` are never read
[INFO] [stdout]    --> src/infrastructures/repository.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | struct CharacterRecord {
[INFO] [stdout]     |        --------------- fields in this struct
[INFO] [stdout] 115 |     id: i32,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 116 |     name: String,
[INFO] [stdout] 117 |     created_at: DateTime<Local>,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 118 |     updated_at: DateTime<Local>,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CharacterRecord` 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: fields `id`, `character_id`, `created_at`, and `updated_at` are never read
[INFO] [stdout]    --> src/infrastructures/repository.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 122 | struct PromptRecord {
[INFO] [stdout]     |        ------------ fields in this struct
[INFO] [stdout] 123 |     id: i32,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 124 |     character_id: i32,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 125 |     prompt: String,
[INFO] [stdout] 126 |     created_at: DateTime<Local>,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 127 |     updated_at: DateTime<Local>,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PromptRecord` 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 `find_by_name`, `create`, and `update` are never used
[INFO] [stdout]   --> src/domains/infra_trait.rs:19:14
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait CharacterRepository {
[INFO] [stdout]    |           ------------------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 19 |     async fn find_by_name(&self, name: &CharacterName) -> anyhow::Result<Character>;
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout] 20 |     
[INFO] [stdout] 21 |     async fn create(&self, character: &Character) -> anyhow::Result<Character>;
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 22 |     async fn update(&self, before: &Character, after: &Character) -> anyhow::Result<Character>;
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `system_prompt` is never used
[INFO] [stdout]    --> src/infrastructures/open_ai_client.rs:141:8
[INFO] [stdout]     |
[INFO] [stdout]  85 | impl OpenAiClient {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 141 |     fn system_prompt(&self) -> String {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `created_at` and `updated_at` are never read
[INFO] [stdout]    --> src/infrastructures/repository.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | struct CharacterRecord {
[INFO] [stdout]     |        --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 117 |     created_at: DateTime<Local>,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 118 |     updated_at: DateTime<Local>,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CharacterRecord` 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: fields `id`, `character_id`, `created_at`, and `updated_at` are never read
[INFO] [stdout]    --> src/infrastructures/repository.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 122 | struct PromptRecord {
[INFO] [stdout]     |        ------------ fields in this struct
[INFO] [stdout] 123 |     id: i32,
[INFO] [stdout]     |     ^^
[INFO] [stdout] 124 |     character_id: i32,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 125 |     prompt: String,
[INFO] [stdout] 126 |     created_at: DateTime<Local>,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 127 |     updated_at: DateTime<Local>,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PromptRecord` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.41s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-postgres v0.7.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 8`
[INFO] running `Command { std: "docker" "inspect" "abf838a4919678668f4353a2c506db404e34181661ab11b3a0737cdf151770f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abf838a4919678668f4353a2c506db404e34181661ab11b3a0737cdf151770f7", kill_on_drop: false }`
[INFO] [stdout] abf838a4919678668f4353a2c506db404e34181661ab11b3a0737cdf151770f7
