[INFO] cloning repository https://github.com/guaixian/aurorabox-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guaixian/aurorabox-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguaixian%2Faurorabox-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguaixian%2Faurorabox-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 957dfb7aa8dedd51c6320d0a5ce5e94e5a946bdd
[INFO] checking guaixian/aurorabox-cli against 0b63defc8fd68957c635fe61f097b84df8fd9611 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguaixian%2Faurorabox-cli" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/guaixian/aurorabox-cli
[INFO] finished tweaking git repo https://github.com/guaixian/aurorabox-cli
[INFO] tweaked toml for git repo https://github.com/guaixian/aurorabox-cli written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/guaixian/aurorabox-cli on toolchain 0b63defc8fd68957c635fe61f097b84df8fd9611
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/guaixian/aurorabox-cli 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" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded getset v0.1.7
[INFO] [stderr]   Downloaded local-ip-address v0.6.13
[INFO] [stderr]   Downloaded defmt v1.1.0
[INFO] [stderr]   Downloaded defmt-macros v1.1.0
[INFO] [stderr]   Downloaded tar v0.4.46
[INFO] [stderr]   Downloaded jiff-static v0.2.29
[INFO] [stderr]   Downloaded time v0.3.51
[INFO] [stderr]   Downloaded jiff v0.2.29
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 52021915c84a623c27ba0f2055ffe9babf62094df28f661bbf940fe9939be802
[INFO] running `Command { std: "docker" "start" "52021915c84a623c27ba0f2055ffe9babf62094df28f661bbf940fe9939be802", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "52021915c84a623c27ba0f2055ffe9babf62094df28f661bbf940fe9939be802", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "52021915c84a623c27ba0f2055ffe9babf62094df28f661bbf940fe9939be802" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "52021915c84a623c27ba0f2055ffe9babf62094df28f661bbf940fe9939be802", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "52021915c84a623c27ba0f2055ffe9babf62094df28f661bbf940fe9939be802" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling deflate64 v0.1.12
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking webpki-roots v1.0.8
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking jiff v0.2.29
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling time v0.3.51
[INFO] [stderr]    Compiling bzip2 v0.5.2
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]     Checking rust-embed-utils v8.11.0
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tar v0.4.46
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling getset v0.1.7
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking rust-embed v8.11.0
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling neli-proc-macros v0.2.2
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking neli v0.7.4
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]    Compiling aurorabox-cli v2.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking local-ip-address v0.6.13
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr] warning: aurorabox-cli@2.0.1: Downloading sing-box v1.13.13 for x86_64-unknown-linux-gnu...
[INFO] [stderr] warning: aurorabox-cli@2.0.1: URL: https://github.com/SagerNet/sing-box/releases/download/v1.13.13/sing-box-1.13.13-linux-amd64.tar.gz
[INFO] [stderr] warning: aurorabox-cli@2.0.1: Failed to download sing-box: HTTP error: https://github.com/SagerNet/sing-box/releases/download/v1.13.13/sing-box-1.13.13-linux-amd64.tar.gz: Dns Failed: resolve dns name 'github.com:443': failed to lookup address information: Temporary failure in name resolution
[INFO] [stderr] warning: aurorabox-cli@2.0.1: sing-box will NOT be embedded — run `aurorabox install` at runtime
[INFO] [stderr] warning: aurorabox-cli@2.0.1: Embedded rule-set: geosite-apple.srs (16.8 KB)
[INFO] [stderr] warning: aurorabox-cli@2.0.1: Embedded rule-set: geosite-geolocation-cn.srs (50.5 KB)
[INFO] [stderr] warning: aurorabox-cli@2.0.1: Embedded rule-set: geosite-linkedin.srs (0.2 KB)
[INFO] [stderr] warning: aurorabox-cli@2.0.1: Embedded rule-set: geosite-cn.srs (50.5 KB)
[INFO] [stderr] warning: aurorabox-cli@2.0.1: Embedded rule-set: geosite-one-cn.srs (74.4 KB)
[INFO] [stderr] warning: aurorabox-cli@2.0.1: Embedded rule-set: geoip-cn.srs (21.1 KB)
[INFO] [stderr] warning: aurorabox-cli@2.0.1: Embedded rule-set: geosite-telegram.srs (0.3 KB)
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stdout] warning: field `config_path` is never read
[INFO] [stdout]   --> src/proxy/process.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct ProcessState {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     config_path: 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: field `config_path` is never read
[INFO] [stdout]   --> src/proxy/process.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct ProcessState {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     config_path: 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: struct `ProxyGroupMember` is never constructed
[INFO] [stdout]   --> src/db/models.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct ProxyGroupMember {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `update_proxy_server` is never used
[INFO] [stdout]    --> src/db/queries.rs:188:8
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub fn update_proxy_server(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_active_proxy_server` is never used
[INFO] [stdout]    --> src/db/queries.rs:271:8
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub fn get_active_proxy_server(conn: &Connection) -> anyhow::Result<Option<ProxyServer>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_active_proxy_group` is never used
[INFO] [stdout]    --> src/db/queries.rs:384:8
[INFO] [stdout]     |
[INFO] [stdout] 384 | pub fn get_active_proxy_group(conn: &Connection) -> anyhow::Result<Option<ProxyGroup>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_group_members` is never used
[INFO] [stdout]    --> src/db/queries.rs:406:8
[INFO] [stdout]     |
[INFO] [stdout] 406 | pub fn get_group_members(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_group_member` is never used
[INFO] [stdout]    --> src/db/queries.rs:431:8
[INFO] [stdout]     |
[INFO] [stdout] 431 | pub fn add_group_member(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_group_member` is never used
[INFO] [stdout]    --> src/db/queries.rs:445:8
[INFO] [stdout]     |
[INFO] [stdout] 445 | pub fn remove_group_member(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Manual` is never constructed
[INFO] [stdout]   --> src/proxy/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub enum ProxyMode {
[INFO] [stdout]    |          --------- variant in this enum
[INFO] [stdout] 12 |     /// sing-box runs as a sidecar, system proxy is NOT set
[INFO] [stdout] 13 |     Manual,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProxyMode` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_running` is never used
[INFO] [stdout]   --> src/proxy/manager.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl EngineState {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 39 |     pub fn is_running(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Stop` is never constructed
[INFO] [stdout]   --> src/proxy/manager.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub enum Intent {
[INFO] [stdout]    |          ------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 55 |     Stop,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Intent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_running` is never used
[INFO] [stdout]    --> src/proxy/manager.rs:181:8
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub fn is_running() -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `has_exited` is never used
[INFO] [stdout]   --> src/proxy/monitor.rs:79:8
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub fn has_exited() -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config_path` is never read
[INFO] [stdout]   --> src/proxy/process.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct ProcessState {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     config_path: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_system_proxy` is never used
[INFO] [stdout]    --> src/proxy/process.rs:153:8
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub fn set_system_proxy(_port: u16) -> anyhow::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_embedded_rule_sets` is never used
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/aurorabox-cli/d5eaaec0529a1844/out/rule_sets_data.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn get_embedded_rule_sets() -> Vec<(&'static str, &'static [u8])> {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rule_sets_dir` is never used
[INFO] [stdout]  --> src/utils/rule_sets.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn rule_sets_dir() -> PathBuf {
[INFO] [stdout]   |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_rule_sets` is never used
[INFO] [stdout]   --> src/utils/rule_sets.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn extract_rule_sets() -> HashMap<String, String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `available_tags` is never used
[INFO] [stdout]   --> src/utils/rule_sets.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn available_tags() -> Vec<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `bindings` is never read
[INFO] [stdout]    --> src/service/handlers.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 621 | pub struct DbQuery {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] 622 |     pub sql: String,
[INFO] [stdout] 623 |     pub bindings: Option<Vec<serde_json::Value>>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProxyGroupMember` is never constructed
[INFO] [stdout]   --> src/db/models.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct ProxyGroupMember {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `update_proxy_server` is never used
[INFO] [stdout]    --> src/db/queries.rs:188:8
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub fn update_proxy_server(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_active_proxy_server` is never used
[INFO] [stdout]    --> src/db/queries.rs:271:8
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub fn get_active_proxy_server(conn: &Connection) -> anyhow::Result<Option<ProxyServer>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_active_proxy_group` is never used
[INFO] [stdout]    --> src/db/queries.rs:384:8
[INFO] [stdout]     |
[INFO] [stdout] 384 | pub fn get_active_proxy_group(conn: &Connection) -> anyhow::Result<Option<ProxyGroup>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_group_members` is never used
[INFO] [stdout]    --> src/db/queries.rs:406:8
[INFO] [stdout]     |
[INFO] [stdout] 406 | pub fn get_group_members(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_group_member` is never used
[INFO] [stdout]    --> src/db/queries.rs:431:8
[INFO] [stdout]     |
[INFO] [stdout] 431 | pub fn add_group_member(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `remove_group_member` is never used
[INFO] [stdout]    --> src/db/queries.rs:445:8
[INFO] [stdout]     |
[INFO] [stdout] 445 | pub fn remove_group_member(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Manual` is never constructed
[INFO] [stdout]   --> src/proxy/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub enum ProxyMode {
[INFO] [stdout]    |          --------- variant in this enum
[INFO] [stdout] 12 |     /// sing-box runs as a sidecar, system proxy is NOT set
[INFO] [stdout] 13 |     Manual,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ProxyMode` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_running` is never used
[INFO] [stdout]   --> src/proxy/manager.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl EngineState {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 39 |     pub fn is_running(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Stop` is never constructed
[INFO] [stdout]   --> src/proxy/manager.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub enum Intent {
[INFO] [stdout]    |          ------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 55 |     Stop,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Intent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_running` is never used
[INFO] [stdout]    --> src/proxy/manager.rs:181:8
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub fn is_running() -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `has_exited` is never used
[INFO] [stdout]   --> src/proxy/monitor.rs:79:8
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub fn has_exited() -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config_path` is never read
[INFO] [stdout]   --> src/proxy/process.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct ProcessState {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     config_path: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_system_proxy` is never used
[INFO] [stdout]    --> src/proxy/process.rs:153:8
[INFO] [stdout]     |
[INFO] [stdout] 153 | pub fn set_system_proxy(_port: u16) -> anyhow::Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_embedded_rule_sets` is never used
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/aurorabox-cli/d5eaaec0529a1844/out/rule_sets_data.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn get_embedded_rule_sets() -> Vec<(&'static str, &'static [u8])> {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rule_sets_dir` is never used
[INFO] [stdout]  --> src/utils/rule_sets.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn rule_sets_dir() -> PathBuf {
[INFO] [stdout]   |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_rule_sets` is never used
[INFO] [stdout]   --> src/utils/rule_sets.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn extract_rule_sets() -> HashMap<String, String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `available_tags` is never used
[INFO] [stdout]   --> src/utils/rule_sets.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn available_tags() -> Vec<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `bindings` is never read
[INFO] [stdout]    --> src/service/handlers.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 621 | pub struct DbQuery {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] 622 |     pub sql: String,
[INFO] [stdout] 623 |     pub bindings: Option<Vec<serde_json::Value>>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.12s
[INFO] running `Command { std: "docker" "inspect" "52021915c84a623c27ba0f2055ffe9babf62094df28f661bbf940fe9939be802", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52021915c84a623c27ba0f2055ffe9babf62094df28f661bbf940fe9939be802", kill_on_drop: false }`
[INFO] [stdout] 52021915c84a623c27ba0f2055ffe9babf62094df28f661bbf940fe9939be802
