[INFO] cloning repository https://github.com/bartossh/scribe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bartossh/scribe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbartossh%2Fscribe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbartossh%2Fscribe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cbb058988d2bbe98a64f54eb0387ee3a2521c7ab
[INFO] checking bartossh/scribe against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbartossh%2Fscribe" "/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/bartossh/scribe
[INFO] finished tweaking git repo https://github.com/bartossh/scribe
[INFO] tweaked toml for git repo https://github.com/bartossh/scribe written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bartossh/scribe on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bartossh/scribe 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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_derive v1.0.200
[INFO] [stderr]   Downloaded scanf v1.2.1
[INFO] [stderr]   Downloaded zerocopy v0.7.33
[INFO] [stderr]   Downloaded bson v2.10.0
[INFO] [stderr]   Downloaded zerocopy-derive v0.7.33
[INFO] [stderr]   Downloaded thiserror v1.0.59
[INFO] [stderr]   Downloaded ureq v2.9.7
[INFO] [stderr]   Downloaded cc v1.0.96
[INFO] [stderr]   Downloaded thiserror-impl v1.0.59
[INFO] [stderr]   Downloaded serde v1.0.200
[INFO] [stderr]   Downloaded rustls-webpki v0.102.3
[INFO] [stderr]   Downloaded mongodb v2.8.2
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 17e326faa7c22cc605486268f0e6c6af0e19920179aee8c87a1f052cad71561d
[INFO] running `Command { std: "docker" "start" "-a" "17e326faa7c22cc605486268f0e6c6af0e19920179aee8c87a1f052cad71561d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17e326faa7c22cc605486268f0e6c6af0e19920179aee8c87a1f052cad71561d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17e326faa7c22cc605486268f0e6c6af0e19920179aee8c87a1f052cad71561d", kill_on_drop: false }`
[INFO] [stdout] 17e326faa7c22cc605486268f0e6c6af0e19920179aee8c87a1f052cad71561d
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3256e8635c4f9b8a4b1beb0aedd4deea81e80039f21cf8ec46f6dc23c220e0fa
[INFO] running `Command { std: "docker" "start" "-a" "3256e8635c4f9b8a4b1beb0aedd4deea81e80039f21cf8ec46f6dc23c220e0fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]     Checking zerocopy v0.7.33
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling zstd-safe v7.1.0
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking rustls-pki-types v1.7.0
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling cc v1.0.96
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking match_cfg v0.1.0
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking crossbeam-queue v0.3.11
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]    Compiling rustc_version_runtime v0.2.1
[INFO] [stderr]     Checking brotli-decompressor v2.5.1
[INFO] [stderr]    Compiling bytestring v1.3.1
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]     Checking data-encoding v2.6.0
[INFO] [stderr]     Checking resolv-conf v0.7.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking finl_unicode v1.2.0
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]     Checking brotli v3.5.0
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]     Checking stringprep v0.1.4
[INFO] [stderr]     Checking webpki-roots v0.26.1
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking sha-1 v0.10.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking pbkdf2 v0.11.0
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking scanf v1.2.1
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling enum-as-inner v0.4.0
[INFO] [stderr]     Checking rustls-webpki v0.102.3
[INFO] [stderr]    Compiling typed-builder v0.10.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]     Checking zstd v0.13.1
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]     Checking serde_bytes v0.11.14
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking actix-router v0.5.2
[INFO] [stderr]     Checking serde_with v1.14.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking actix-rt v2.9.0
[INFO] [stderr]     Checking trust-dns-proto v0.21.2
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking actix-server v2.3.0
[INFO] [stderr]     Checking bson v2.10.0
[INFO] [stderr]     Checking ureq v2.9.7
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking sqlformat v0.2.3
[INFO] [stderr]    Compiling actix-web-codegen v4.2.2
[INFO] [stderr]     Checking trust-dns-resolver v0.21.2
[INFO] [stderr]     Checking mongodb v2.8.2
[INFO] [stderr]     Checking actix-http v3.6.0
[INFO] [stderr]     Checking sqlx-core v0.7.4
[INFO] [stderr]     Checking sqlx-sqlite v0.7.4
[INFO] [stderr]     Checking actix-web v4.5.1
[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 scribe v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `DictMongo`
[INFO] [stdout]  --> src/repository/mongo.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::entities::{DictMongo, LogMongo};
[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: `DictMongo`
[INFO] [stdout]  --> src/repository/mongo.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::entities::{DictMongo, LogMongo};
[INFO] [stdout]   |                       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/repository/sql.rs:133:16
[INFO] [stdout]     |
[INFO] [stdout] 133 |         let Ok(mut rows) = sqlx::query("SELECT * FROM serializer")
[INFO] [stdout]     |                ----^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/repository/sql.rs:133:16
[INFO] [stdout]     |
[INFO] [stdout] 133 |         let Ok(mut rows) = sqlx::query("SELECT * FROM serializer")
[INFO] [stdout]     |                ----^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num`
[INFO] [stdout]    --> src/dictionary/mod.rs:274:41
[INFO] [stdout]     |
[INFO] [stdout] 274 |             fn push(&mut self, _: &str, num: u32) {}
[INFO] [stdout]     |                                         ^^^ help: if this is intentional, prefix it with an underscore: `_num`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `find_prefix_case_insensitive` is never used
[INFO] [stdout]   --> src/dictionary/mod.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait Filter: Send + Sync {
[INFO] [stdout]    |           ------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 13 |     fn find_prefix_case_insensitive(&self, s: &str) -> HashSet<u32>;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `set_map_from`, `iter`, `save_schema_to_file`, `read_schema_from_file`, and `nums_from_words` are never used
[INFO] [stdout]    --> src/dictionary/mod.rs:41:12
[INFO] [stdout]     |
[INFO] [stdout]  25 | impl Module {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  41 |     pub fn set_map_from(&mut self, m: HashMap<String, u32>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub fn iter(&self) -> impl Iterator<Item = (&String, &u32)> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn save_schema_to_file(&self, path: &str) -> ResultStd<()> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub fn read_schema_from_file(path: &str, f: impl Filter + 'static) -> ResultStd<Self> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     fn nums_from_words(&mut self) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DictSql` is never constructed
[INFO] [stdout]  --> src/repository/entities.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct DictSql {
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DictMongo` is never constructed
[INFO] [stdout]   --> src/repository/entities.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct DictMongo {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `id` and `timestamp` are never read
[INFO] [stdout]   --> src/repository/entities.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct LogSql {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 40 |     pub id: i64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 41 |     pub timestamp: i64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LogSql` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `find_match` is never used
[INFO] [stdout]   --> src/trie/mod.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Node {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn find_match(&self, s: &str) -> Option<u32> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/repository/sql.rs:271:16
[INFO] [stdout]     |
[INFO] [stdout] 271 |         let Ok(mut warehouse) = WarehouseSql::new(DatabaseStorage::Ram).await else {
[INFO] [stdout]     |                ----^^^^^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/repository/sql.rs:418:16
[INFO] [stdout]     |
[INFO] [stdout] 418 |         let Ok(mut warehouse) = WarehouseSql::new(DatabaseStorage::Ram).await else {
[INFO] [stdout]     |                ----^^^^^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/repository/sql.rs:452:16
[INFO] [stdout]     |
[INFO] [stdout] 452 |         let Ok(mut warehouse) = WarehouseSql::new(DatabaseStorage::Ram).await else {
[INFO] [stdout]     |                ----^^^^^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DictMongo` is never constructed
[INFO] [stdout]   --> src/repository/entities.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct DictMongo {
[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` and `timestamp` are never read
[INFO] [stdout]   --> src/repository/entities.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct LogSql {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 40 |     pub id: i64,
[INFO] [stdout]    |         ^^
[INFO] [stdout] 41 |     pub timestamp: i64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LogSql` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
[INFO] running `Command { std: "docker" "inspect" "3256e8635c4f9b8a4b1beb0aedd4deea81e80039f21cf8ec46f6dc23c220e0fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3256e8635c4f9b8a4b1beb0aedd4deea81e80039f21cf8ec46f6dc23c220e0fa", kill_on_drop: false }`
[INFO] [stdout] 3256e8635c4f9b8a4b1beb0aedd4deea81e80039f21cf8ec46f6dc23c220e0fa
