[INFO] cloning repository https://github.com/cuolan/rust-project
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cuolan/rust-project" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcuolan%2Frust-project", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcuolan%2Frust-project'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2056683503bb3b5f6fdec0839b43b92111da4a2c
[INFO] checking cuolan/rust-project against master#377656d3dd3f9c23a9c8713e163f4365a5261a84 for pr-146470-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcuolan%2Frust-project" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  58% (1648/2833)
Updating files:  59% (1672/2833)
Updating files:  60% (1700/2833)
Updating files:  61% (1729/2833)
Updating files:  61% (1755/2833)
Updating files:  62% (1757/2833)
Updating files:  63% (1785/2833)
Updating files:  64% (1814/2833)
Updating files:  64% (1823/2833)
Updating files:  65% (1842/2833)
Updating files:  66% (1870/2833)
Updating files:  67% (1899/2833)
Updating files:  68% (1927/2833)
Updating files:  69% (1955/2833)
Updating files:  69% (1974/2833)
Updating files:  70% (1984/2833)
Updating files:  71% (2012/2833)
Updating files:  72% (2040/2833)
Updating files:  72% (2050/2833)
Updating files:  73% (2069/2833)
Updating files:  74% (2097/2833)
Updating files:  75% (2125/2833)
Updating files:  76% (2154/2833)
Updating files:  77% (2182/2833)
Updating files:  78% (2210/2833)
Updating files:  79% (2239/2833)
Updating files:  80% (2267/2833)
Updating files:  80% (2294/2833)
Updating files:  81% (2295/2833)
Updating files:  82% (2324/2833)
Updating files:  83% (2352/2833)
Updating files:  84% (2380/2833)
Updating files:  85% (2409/2833)
Updating files:  86% (2437/2833)
Updating files:  87% (2465/2833)
Updating files:  88% (2494/2833)
Updating files:  89% (2522/2833)
Updating files:  89% (2531/2833)
Updating files:  90% (2550/2833)
Updating files:  91% (2579/2833)
Updating files:  92% (2607/2833)
Updating files:  93% (2635/2833)
Updating files:  94% (2664/2833)
Updating files:  95% (2692/2833)
Updating files:  96% (2720/2833)
Updating files:  97% (2749/2833)
Updating files:  98% (2777/2833)
Updating files:  99% (2805/2833)
Updating files: 100% (2833/2833)
Updating files: 100% (2833/2833), done.
[INFO] started tweaking git repo https://github.com/cuolan/rust-project
[INFO] finished tweaking git repo https://github.com/cuolan/rust-project
[INFO] tweaked toml for git repo https://github.com/cuolan/rust-project written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cuolan/rust-project on toolchain 377656d3dd3f9c23a9c8713e163f4365a5261a84
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cuolan/rust-project 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" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded egui_extras v0.29.1
[INFO] [stderr]   Downloaded cc v1.2.42
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2911a42e99487a03e24cd921d4c308c57b24a3c4ef38845455a7bf9ea658a022
[INFO] running `Command { std: "docker" "start" "-a" "2911a42e99487a03e24cd921d4c308c57b24a3c4ef38845455a7bf9ea658a022", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2911a42e99487a03e24cd921d4c308c57b24a3c4ef38845455a7bf9ea658a022", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2911a42e99487a03e24cd921d4c308c57b24a3c4ef38845455a7bf9ea658a022", kill_on_drop: false }`
[INFO] [stdout] 2911a42e99487a03e24cd921d4c308c57b24a3c4ef38845455a7bf9ea658a022
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5ef20dae262dfdaa0588b10fc8b643d034aeb59ed5d9f9d84cfeee40cfb34ca2
[INFO] running `Command { std: "docker" "start" "-a" "5ef20dae262dfdaa0588b10fc8b643d034aeb59ed5d9f9d84cfeee40cfb34ca2", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling cc v1.2.42
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking endi v1.1.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking xdg-home v1.3.0
[INFO] [stderr]    Compiling xml-rs v0.8.27
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking accesskit v0.16.3
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking async-executor v1.13.3
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking immutable-chunkmap v2.1.2
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking epaint_default_fonts v0.29.1
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking accesskit_consumer v0.24.3
[INFO] [stderr]     Checking moxcms v0.7.7
[INFO] [stderr]     Checking glow v0.14.2
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]    Compiling mime_guess2 v2.3.1
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking emath v0.29.1
[INFO] [stderr]     Checking image v0.25.8
[INFO] [stderr]     Checking ecolor v0.29.1
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stderr]     Checking epaint v0.29.1
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking egui v0.29.1
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking quick-xml v0.30.0
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking zvariant v4.2.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking webbrowser v1.0.6
[INFO] [stderr]     Checking egui_glow v0.29.1
[INFO] [stderr]     Checking egui_extras v0.29.1
[INFO] [stderr]     Checking zbus_names v3.0.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking zbus_xml v4.0.0
[INFO] [stderr]     Checking zbus v4.4.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.9
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.9
[INFO] [stderr]     Checking zbus-lockstep v0.4.4
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.4.4
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.2
[INFO] [stderr]     Checking atspi-common v0.6.0
[INFO] [stderr]     Checking atspi-proxies v0.6.0
[INFO] [stderr]     Checking accesskit_atspi_common v0.9.3
[INFO] [stderr]     Checking atspi-connection v0.6.0
[INFO] [stderr]     Checking atspi v0.22.0
[INFO] [stderr]     Checking accesskit_unix v0.12.3
[INFO] [stderr]     Checking accesskit_winit v0.22.4
[INFO] [stderr]     Checking egui-winit v0.29.1
[INFO] [stderr]     Checking eframe v0.29.1
[INFO] [stderr]     Checking flash_memory v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `word`
[INFO] [stdout]   --> src/main.rs:28:28
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn add_word(&mut self, word: Word) {
[INFO] [stdout]    |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_word`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `group`
[INFO] [stdout]    --> src/main.rs:105:34
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn get_words_in_group(&self, group: &str) -> Option<&Vec<Word>> { 
[INFO] [stdout]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `word`
[INFO] [stdout]   --> src/main.rs:28:28
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn add_word(&mut self, word: Word) {
[INFO] [stdout]    |                            ^^^^ help: if this is intentional, prefix it with an underscore: `_word`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `group`
[INFO] [stdout]    --> src/main.rs:105:34
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn get_words_in_group(&self, group: &str) -> Option<&Vec<Word>> { 
[INFO] [stdout]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:792:52
[INFO] [stdout]     |
[INFO] [stdout] 792 | ...                   .body(|mut body| {
[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: `table_name`
[INFO] [stdout]    --> src/main.rs:766:33
[INFO] [stdout]     |
[INFO] [stdout] 766 |                     if let Some(ref table_name) = self.current_word_table {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_table_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `group`
[INFO] [stdout]    --> src/main.rs:593:26
[INFO] [stdout]     |
[INFO] [stdout] 593 |             if let Some((group, table_name)) = &self.editing_word_table.clone() {
[INFO] [stdout]     |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_name`
[INFO] [stdout]    --> src/main.rs:593:33
[INFO] [stdout]     |
[INFO] [stdout] 593 |             if let Some((group, table_name)) = &self.editing_word_table.clone() {
[INFO] [stdout]     |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_table_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add_word` and `get_words_in_group` are never used
[INFO] [stdout]    --> src/main.rs:28:8
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl FlashMemory {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  28 |     fn add_word(&mut self, word: Word) {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     fn get_words_in_group(&self, group: &str) -> Option<&Vec<Word>> { 
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:792:52
[INFO] [stdout]     |
[INFO] [stdout] 792 | ...                   .body(|mut body| {
[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: fields `creating_new_word_table`, `new_word_table_name`, and `words_per_page` are never read
[INFO] [stdout]    --> src/main.rs:172:5
[INFO] [stdout]     |
[INFO] [stdout] 137 | struct FlashMemoryApp {
[INFO] [stdout]     |        -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 172 |     creating_new_word_table: Option<String>, // 正在为哪个分组创建新单词表
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 173 |     new_word_table_name: String, // 新单词表名称输入框
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     words_per_page: usize, // 每页显示的单词数量
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_total_pages` and `get_current_page_words` are never used
[INFO] [stdout]    --> src/main.rs:941:8
[INFO] [stdout]     |
[INFO] [stdout] 913 | impl FlashMemoryApp {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 941 |     fn get_total_pages(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 950 |     fn get_current_page_words(&self) -> Vec<Word> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_name`
[INFO] [stdout]    --> src/main.rs:766:33
[INFO] [stdout]     |
[INFO] [stdout] 766 |                     if let Some(ref table_name) = self.current_word_table {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_table_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `group`
[INFO] [stdout]    --> src/main.rs:593:26
[INFO] [stdout]     |
[INFO] [stdout] 593 |             if let Some((group, table_name)) = &self.editing_word_table.clone() {
[INFO] [stdout]     |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `table_name`
[INFO] [stdout]    --> src/main.rs:593:33
[INFO] [stdout]     |
[INFO] [stdout] 593 |             if let Some((group, table_name)) = &self.editing_word_table.clone() {
[INFO] [stdout]     |                                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_table_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `add_word` and `get_words_in_group` are never used
[INFO] [stdout]    --> src/main.rs:28:8
[INFO] [stdout]     |
[INFO] [stdout]  23 | impl FlashMemory {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  28 |     fn add_word(&mut self, word: Word) {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     fn get_words_in_group(&self, group: &str) -> Option<&Vec<Word>> { 
[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 `creating_new_word_table`, `new_word_table_name`, and `words_per_page` are never read
[INFO] [stdout]    --> src/main.rs:172:5
[INFO] [stdout]     |
[INFO] [stdout] 137 | struct FlashMemoryApp {
[INFO] [stdout]     |        -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 172 |     creating_new_word_table: Option<String>, // 正在为哪个分组创建新单词表
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 173 |     new_word_table_name: String, // 新单词表名称输入框
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     words_per_page: usize, // 每页显示的单词数量
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_total_pages` and `get_current_page_words` are never used
[INFO] [stdout]    --> src/main.rs:941:8
[INFO] [stdout]     |
[INFO] [stdout] 913 | impl FlashMemoryApp {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 941 |     fn get_total_pages(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 950 |     fn get_current_page_words(&self) -> Vec<Word> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
[INFO] running `Command { std: "docker" "inspect" "5ef20dae262dfdaa0588b10fc8b643d034aeb59ed5d9f9d84cfeee40cfb34ca2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ef20dae262dfdaa0588b10fc8b643d034aeb59ed5d9f9d84cfeee40cfb34ca2", kill_on_drop: false }`
[INFO] [stdout] 5ef20dae262dfdaa0588b10fc8b643d034aeb59ed5d9f9d84cfeee40cfb34ca2
