[INFO] cloning repository https://github.com/yyuneko/relife [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yyuneko/relife" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyyuneko%2Frelife", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyyuneko%2Frelife'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 287c1d0f915e1cb4bb940f966e5d08fcaa47a5dd [INFO] building yyuneko/relife against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyyuneko%2Frelife" "/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/yyuneko/relife [INFO] finished tweaking git repo https://github.com/yyuneko/relife [INFO] tweaked toml for git repo https://github.com/yyuneko/relife written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/yyuneko/relife on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/yyuneko/relife 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bitflags v2.9.2 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8c604243c748e38887c0ec2058ab8542067a044f2a2a1a683f138d98a57cf310 [INFO] running `Command { std: "docker" "start" "-a" "8c604243c748e38887c0ec2058ab8542067a044f2a2a1a683f138d98a57cf310", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8c604243c748e38887c0ec2058ab8542067a044f2a2a1a683f138d98a57cf310", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c604243c748e38887c0ec2058ab8542067a044f2a2a1a683f138d98a57cf310", kill_on_drop: false }` [INFO] [stdout] 8c604243c748e38887c0ec2058ab8542067a044f2a2a1a683f138d98a57cf310 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81b4d956099ecd7f9fe438fb281b85083110d9d54c0d289fb7a878d5437dd223 [INFO] running `Command { std: "docker" "start" "-a" "81b4d956099ecd7f9fe438fb281b85083110d9d54c0d289fb7a878d5437dd223", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling cc v1.2.33 [INFO] [stderr] Compiling bitflags v2.9.2 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling clap_builder v4.5.44 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling clap_derive v4.5.45 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling clap v4.5.45 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling relife v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `current_stats` [INFO] [stdout] --> src/display.rs:378:9 [INFO] [stdout] | [INFO] [stdout] 378 | current_stats: &LifeStats, [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_stats` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> src/main.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | use std::io::{self, Write}; [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 variable: `gender_pronoun` [INFO] [stdout] --> src/choices.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | let gender_pronoun = match personal.gender { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gender_pronoun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `personality_influence` [INFO] [stdout] --> src/choices.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | let personality_influence = &personal.personality_description; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_personality_influence` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stats` [INFO] [stdout] --> src/events.rs:32:74 [INFO] [stdout] | [INFO] [stdout] 32 | fn update_life_themes(context: &mut StoryContext, event: &LifeEvent, stats: &LifeStats) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `event` [INFO] [stdout] --> src/events.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | event: &LifeEvent, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `age` [INFO] [stdout] --> src/events.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 139 | age: u8, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_age` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `family` [INFO] [stdout] --> src/events.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | family: &FamilyInfo, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_family` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stats` [INFO] [stdout] --> src/events.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 141 | stats: &LifeStats, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stats` [INFO] [stdout] --> src/family.rs:349:9 [INFO] [stdout] | [INFO] [stdout] 349 | stats: &LifeStats, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `get_family_influence_on_choices` and `get_education_path_restrictions` are never used [INFO] [stdout] --> src/family.rs:189:12 [INFO] [stdout] | [INFO] [stdout] 6 | impl FamilyManager { [INFO] [stdout] | ------------------ associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 189 | pub fn get_family_influence_on_choices(background: &FamilyBackground) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 200 | pub fn get_education_path_restrictions(background: &FamilyBackground) -> Vec<&'static str> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `tags` is never read [INFO] [stdout] --> src/types.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct LifeEvent { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 32 | pub tags: Vec, // 事件标签,用于连贯性 [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LifeEvent` 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: variants `Career`, `Relationship`, and `Education` are never constructed [INFO] [stdout] --> src/types.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 119 | pub enum PersonalityChangeType { [INFO] [stdout] | --------------------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 124 | Career, // 职业经历 [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 125 | Relationship, // 感情经历 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 126 | Education, // 教育经历 [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PersonalityChangeType` 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 55.75s [INFO] running `Command { std: "docker" "inspect" "81b4d956099ecd7f9fe438fb281b85083110d9d54c0d289fb7a878d5437dd223", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81b4d956099ecd7f9fe438fb281b85083110d9d54c0d289fb7a878d5437dd223", kill_on_drop: false }` [INFO] [stdout] 81b4d956099ecd7f9fe438fb281b85083110d9d54c0d289fb7a878d5437dd223 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9cda72d583173b56af0c40c1d7f5b1d5aab20479c851a076e27f3dd30fe9f4ca [INFO] running `Command { std: "docker" "start" "-a" "9cda72d583173b56af0c40c1d7f5b1d5aab20479c851a076e27f3dd30fe9f4ca", kill_on_drop: false }` [INFO] [stderr] Compiling relife v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `current_stats` [INFO] [stdout] --> src/display.rs:378:9 [INFO] [stdout] | [INFO] [stdout] 378 | current_stats: &LifeStats, [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_stats` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> src/main.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | use std::io::{self, Write}; [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 variable: `gender_pronoun` [INFO] [stdout] --> src/choices.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | let gender_pronoun = match personal.gender { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_gender_pronoun` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `personality_influence` [INFO] [stdout] --> src/choices.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | let personality_influence = &personal.personality_description; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_personality_influence` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stats` [INFO] [stdout] --> src/events.rs:32:74 [INFO] [stdout] | [INFO] [stdout] 32 | fn update_life_themes(context: &mut StoryContext, event: &LifeEvent, stats: &LifeStats) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `event` [INFO] [stdout] --> src/events.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | event: &LifeEvent, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `age` [INFO] [stdout] --> src/events.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 139 | age: u8, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_age` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `family` [INFO] [stdout] --> src/events.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | family: &FamilyInfo, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_family` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stats` [INFO] [stdout] --> src/events.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 141 | stats: &LifeStats, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `stats` [INFO] [stdout] --> src/family.rs:349:9 [INFO] [stdout] | [INFO] [stdout] 349 | stats: &LifeStats, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `get_family_influence_on_choices` and `get_education_path_restrictions` are never used [INFO] [stdout] --> src/family.rs:189:12 [INFO] [stdout] | [INFO] [stdout] 6 | impl FamilyManager { [INFO] [stdout] | ------------------ associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 189 | pub fn get_family_influence_on_choices(background: &FamilyBackground) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 200 | pub fn get_education_path_restrictions(background: &FamilyBackground) -> Vec<&'static str> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `tags` is never read [INFO] [stdout] --> src/types.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct LifeEvent { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 32 | pub tags: Vec, // 事件标签,用于连贯性 [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LifeEvent` 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: variants `Career`, `Relationship`, and `Education` are never constructed [INFO] [stdout] --> src/types.rs:124:5 [INFO] [stdout] | [INFO] [stdout] 119 | pub enum PersonalityChangeType { [INFO] [stdout] | --------------------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 124 | Career, // 职业经历 [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 125 | Relationship, // 感情经历 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 126 | Education, // 教育经历 [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PersonalityChangeType` 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 `test` profile [unoptimized + debuginfo] target(s) in 2.01s [INFO] running `Command { std: "docker" "inspect" "9cda72d583173b56af0c40c1d7f5b1d5aab20479c851a076e27f3dd30fe9f4ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cda72d583173b56af0c40c1d7f5b1d5aab20479c851a076e27f3dd30fe9f4ca", kill_on_drop: false }` [INFO] [stdout] 9cda72d583173b56af0c40c1d7f5b1d5aab20479c851a076e27f3dd30fe9f4ca