[INFO] cloning repository https://github.com/fieldlee/admin_serv [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fieldlee/admin_serv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffieldlee%2Fadmin_serv", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffieldlee%2Fadmin_serv'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3280c5f79652e1839c2888c7ff03f529afc6ff59 [INFO] checking fieldlee/admin_serv against try#4d7187a26f9eb7e5000e28e28662298d34d2508f for pr-102474 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffieldlee%2Fadmin_serv" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fieldlee/admin_serv on toolchain 4d7187a26f9eb7e5000e28e28662298d34d2508f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d7187a26f9eb7e5000e28e28662298d34d2508f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fieldlee/admin_serv [INFO] finished tweaking git repo https://github.com/fieldlee/admin_serv [INFO] tweaked toml for git repo https://github.com/fieldlee/admin_serv written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/fieldlee/admin_serv already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d7187a26f9eb7e5000e28e28662298d34d2508f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+4d7187a26f9eb7e5000e28e28662298d34d2508f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f6da76f4b5e4c19770c89e5b7414e4220f6f32b72f6b1e8d6928a6f84c8d45d7 [INFO] running `Command { std: "docker" "start" "-a" "f6da76f4b5e4c19770c89e5b7414e4220f6f32b72f6b1e8d6928a6f84c8d45d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f6da76f4b5e4c19770c89e5b7414e4220f6f32b72f6b1e8d6928a6f84c8d45d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6da76f4b5e4c19770c89e5b7414e4220f6f32b72f6b1e8d6928a6f84c8d45d7", kill_on_drop: false }` [INFO] [stdout] f6da76f4b5e4c19770c89e5b7414e4220f6f32b72f6b1e8d6928a6f84c8d45d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+4d7187a26f9eb7e5000e28e28662298d34d2508f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d10c810a62530f86677766e3656ac48ff64ce2520d4a3a623c5d3e125c043573 [INFO] running `Command { std: "docker" "start" "-a" "d10c810a62530f86677766e3656ac48ff64ce2520d4a3a623c5d3e125c043573", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking futures-sink v0.3.19 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking once_cell v1.9.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Checking futures-io v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking pin-project-lite v0.1.12 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking ppv-lite86 v0.2.15 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling pin-project-internal v0.4.29 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking tinyvec v1.5.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Checking http v0.2.5 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking copyless v0.1.5 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking cipher v0.2.5 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Checking tokio v0.2.25 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Checking match_cfg v0.1.0 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking cpufeatures v0.2.1 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking universal-hash v0.4.1 [INFO] [stderr] Checking socket2 v0.3.19 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking cpuid-bool v0.2.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking sha2 v0.9.8 [INFO] [stderr] Checking aes-soft v0.6.4 [INFO] [stderr] Checking resolv-conf v0.7.0 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Checking crypto-mac v0.10.1 [INFO] [stderr] Checking polyval v0.4.5 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking aes v0.6.0 [INFO] [stderr] Checking ctr v0.6.0 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking hmac v0.10.1 [INFO] [stderr] Checking aead v0.3.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking ghash v0.3.1 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Checking flate2 v1.0.22 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling siphasher v0.3.7 [INFO] [stderr] Checking hkdf v0.10.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking aes-gcm v0.8.0 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Checking sha-1 v0.9.8 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling frunk_core v0.4.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Checking bytestring v1.0.0 [INFO] [stderr] Compiling clang-sys v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling libloading v0.7.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking openssl-probe v0.1.4 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling bindgen v0.58.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling frunk_proc_macro_helpers v0.1.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling radium v0.6.2 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling chrono-tz-build v0.0.2 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-macros v0.1.3 [INFO] [stderr] Compiling pin-project-internal v1.0.9 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Compiling frunk_proc_macros_impl v0.1.0 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Compiling subprocess v0.2.8 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling cmake v0.1.46 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Checking pin-project v1.0.9 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Checking httpdate v0.3.2 [INFO] [stderr] Compiling v_escape v0.15.0 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking frunk_proc_macros v0.1.0 [INFO] [stderr] Checking wyz v0.4.0 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking pin-project v0.4.29 [INFO] [stderr] Checking actix-codec v0.3.0 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking actix-service v1.0.6 [INFO] [stderr] Checking futures-executor v0.3.19 [INFO] [stderr] Checking h2 v0.2.7 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking globset v0.4.8 [INFO] [stderr] Compiling chrono-tz v0.6.1 [INFO] [stderr] Checking futures v0.3.19 [INFO] [stderr] Checking tokio v1.15.0 [INFO] [stderr] Checking trust-dns-proto v0.19.7 [INFO] [stderr] Compiling v_escape_derive v0.8.5 [INFO] [stderr] Checking trust-dns-resolver v0.19.7 [INFO] [stderr] Compiling frunk_derives v0.4.0 [INFO] [stderr] Checking tokio-tls v0.3.1 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking buf-min v0.4.0 [INFO] [stderr] Compiling io-enum v1.0.1 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking funty v1.2.0 [INFO] [stderr] Checking arrayvec v0.7.2 [INFO] [stderr] Compiling v_htmlescape v0.12.0 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking actix-router v0.2.7 [INFO] [stderr] Checking actix-threadpool v0.3.3 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking hyper v0.13.10 [INFO] [stderr] Checking ignore v0.4.18 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking bigdecimal v0.2.2 [INFO] [stderr] Checking actix-rt v1.1.1 [INFO] [stderr] Compiling mysql_common v0.27.5 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking actix-utils v2.0.0 [INFO] [stderr] Checking lexical v5.2.2 [INFO] [stderr] Checking actix-connect v2.0.0 [INFO] [stderr] Checking actix-server v1.0.4 [INFO] [stderr] Checking actix-tls v2.0.0 [INFO] [stderr] Checking rust_decimal v1.19.0 [INFO] [stderr] Checking bitvec v0.22.3 [INFO] [stderr] Checking frunk v0.4.0 [INFO] [stderr] Checking actix-http v2.2.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Checking unic-ucd-segment v0.9.0 [INFO] [stderr] Checking actix-testing v1.0.1 [INFO] [stderr] Compiling actix_derive v0.5.0 [INFO] [stderr] Checking hyper-tls v0.4.3 [INFO] [stderr] Checking awc v2.0.3 [INFO] [stderr] Compiling derive_utils v0.11.2 [INFO] [stderr] Checking term_size v0.3.2 [INFO] [stderr] Compiling sys-info v0.9.1 [INFO] [stderr] Compiling mysql v21.0.2 [INFO] [stderr] Checking sha1 v0.6.0 [INFO] [stderr] Checking unchecked-index v0.2.2 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking actix-web v3.3.3 [INFO] [stderr] Checking saturating v0.1.0 [INFO] [stderr] Checking deunicode v0.4.3 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking actix v0.10.0 [INFO] [stderr] Checking rust_util v0.2.6 [INFO] [stderr] Checking nix v0.23.1 [INFO] [stderr] Checking unic-segment v0.9.0 [INFO] [stderr] Checking twoway v0.2.2 [INFO] [stderr] Checking slug v0.1.4 [INFO] [stderr] Checking reqwest v0.10.10 [INFO] [stderr] Checking globwalk v0.8.1 [INFO] [stderr] Checking tokio-util v0.6.9 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Checking twox-hash v1.6.2 [INFO] [stderr] Checking pem v0.8.3 [INFO] [stderr] Checking lru v0.6.6 [INFO] [stderr] Checking socket2 v0.4.2 [INFO] [stderr] Checking humansize v1.1.1 [INFO] [stderr] Checking bufstream v0.1.4 [INFO] [stderr] Checking urlencoding v1.3.3 [INFO] [stderr] Checking json v0.12.4 [INFO] [stderr] Checking base64 v0.11.0 [INFO] [stderr] Checking actix-rt v2.5.1 [INFO] [stderr] Checking actix-codec v0.4.1 [INFO] [stderr] Checking actix-multipart v0.3.0 [INFO] [stderr] Checking actix-files v0.5.0 [INFO] [stderr] Checking actix-web-actors v3.0.0 [INFO] [stderr] Checking actix-session v0.4.1 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking env_logger v0.9.0 [INFO] [stderr] Checking tera v1.15.0 [INFO] [stderr] Checking oss v0.3.0 [INFO] [stderr] Checking admin_serv v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/utils/tmpl.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | $(ctx.insert($key, $val);)*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] ::: src/controllers/mod.rs:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | let mut data = tmpl_data![ [INFO] [stdout] | ________________________- [INFO] [stdout] 98 | | "action_name" => &"index", [INFO] [stdout] 99 | | "controller_name" => &controller_name, [INFO] [stdout] 100 | | "records" => &info.records, [INFO] [stdout] 101 | | "pager" => &info.pager, [INFO] [stdout] 102 | | "bread_path" => &bread_path, [INFO] [stdout] 103 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] = note: this warning originates in the macro `tmpl_data` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/utils/tmpl.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | $(ctx.insert($key, $val);)*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] ::: src/controllers/mod.rs:151:24 [INFO] [stdout] | [INFO] [stdout] 151 | let mut data = tmpl_data![ [INFO] [stdout] | ________________________- [INFO] [stdout] 152 | | "controller_name" => controller_name, [INFO] [stdout] 153 | | "row" => &row, [INFO] [stdout] 154 | | "id" => &id, [INFO] [stdout] 155 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tmpl_data` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/utils/tmpl.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | $(ctx.insert($key, $val);)*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] ::: src/controllers/index.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | let data = tmpl_data![ [INFO] [stdout] | ____________________- [INFO] [stdout] 112 | | "duration" => &duration, [INFO] [stdout] 113 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tmpl_data` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/utils/tmpl.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | $(ctx.insert($key, $val);)*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] ::: src/controllers/index.rs:169:20 [INFO] [stdout] | [INFO] [stdout] 169 | let data = tmpl_data![ [INFO] [stdout] | ____________________- [INFO] [stdout] 170 | | "menus" => &menus, [INFO] [stdout] 171 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tmpl_data` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/utils/tmpl.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | $(ctx.insert($key, $val);)*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] ::: src/controllers/mod.rs:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | let mut data = tmpl_data![ [INFO] [stdout] | ________________________- [INFO] [stdout] 98 | | "action_name" => &"index", [INFO] [stdout] 99 | | "controller_name" => &controller_name, [INFO] [stdout] 100 | | "records" => &info.records, [INFO] [stdout] 101 | | "pager" => &info.pager, [INFO] [stdout] 102 | | "bread_path" => &bread_path, [INFO] [stdout] 103 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] = note: this warning originates in the macro `tmpl_data` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/utils/tmpl.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | $(ctx.insert($key, $val);)*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] ::: src/controllers/mod.rs:151:24 [INFO] [stdout] | [INFO] [stdout] 151 | let mut data = tmpl_data![ [INFO] [stdout] | ________________________- [INFO] [stdout] 152 | | "controller_name" => controller_name, [INFO] [stdout] 153 | | "row" => &row, [INFO] [stdout] 154 | | "id" => &id, [INFO] [stdout] 155 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tmpl_data` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/utils/tmpl.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | $(ctx.insert($key, $val);)*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] ::: src/controllers/index.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | let data = tmpl_data![ [INFO] [stdout] | ____________________- [INFO] [stdout] 112 | | "duration" => &duration, [INFO] [stdout] 113 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tmpl_data` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/utils/tmpl.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | $(ctx.insert($key, $val);)*; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] ::: src/controllers/index.rs:169:20 [INFO] [stdout] | [INFO] [stdout] 169 | let data = tmpl_data![ [INFO] [stdout] | ____________________- [INFO] [stdout] 170 | | "menus" => &menus, [INFO] [stdout] 171 | | ]; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tmpl_data` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `is_mail` is never used [INFO] [stdout] --> src/validations/mod.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn is_mail(&mut self, field: &'static str, message: &'static str, is_required: bool) -> &mut Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `print_init_password` is never used [INFO] [stdout] --> src/utils/com_fun.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn print_init_password() -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decode` is never used [INFO] [stdout] --> src/utils/com_fun.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn decode(url: String) -> String { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ALL_NUMBERS` is never used [INFO] [stdout] --> src/utils/random.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | const ALL_NUMBERS: &str = "0123456789"; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rand_number` is never used [INFO] [stdout] --> src/utils/random.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn rand_number(max: usize) -> usize { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rand_members` is never used [INFO] [stdout] --> src/utils/random.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn rand_members(max: usize, arr: &[&str]) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rand_numbers` is never used [INFO] [stdout] --> src/utils/random.rs:38:8 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn rand_numbers(length: usize) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rand_dedup_numbers` is never used [INFO] [stdout] --> src/utils/random.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn rand_dedup_numbers(length: usize) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rand_dedup_numbers_exp` is never used [INFO] [stdout] --> src/utils/random.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn rand_dedup_numbers_exp(length: usize, nums: &Vec<&str>) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `to_string` is never used [INFO] [stdout] --> src/utils/datetime.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn to_string() -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format` is never used [INFO] [stdout] --> src/utils/datetime.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn format(format_str: &str) -> String { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `time` is never used [INFO] [stdout] --> src/utils/datetime.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn time() -> (u32, u32, u32) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `datetime` is never used [INFO] [stdout] --> src/utils/datetime.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn datetime(timestamp: i64) -> String { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_ip` is never used [INFO] [stdout] --> src/utils/request.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn get_ip(req: &HttpRequest) -> String { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `deny` is never used [INFO] [stdout] --> src/utils/response.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn deny() -> HttpResponse { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `result` is never used [INFO] [stdout] --> src/utils/response.rs:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn result(result: &T) -> HttpResponse { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `Db` is never used [INFO] [stdout] --> src/data/mod.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | pub type Db = web::Data>; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `append` is never used [INFO] [stdout] --> src/data/cond_builder.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn append(&mut self, where_str: &str) -> &mut Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `or` is never used [INFO] [stdout] --> src/data/cond_builder.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn or(&mut self, cond: &CondBuilder) -> &mut Self { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `clear` is never used [INFO] [stdout] --> src/data/cond_builder.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn clear(&mut self) -> &mut Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `clear` is never used [INFO] [stdout] --> src/data/data_set.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn clear(&mut self) -> &mut Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get` is never used [INFO] [stdout] --> src/data/db.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn get(pool: &Db) -> PooledConn { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `query` is never read [INFO] [stdout] --> src/data/query_builder.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct QueryBuilder<'a> { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 14 | query: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `QueryBuilder` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from` is never used [INFO] [stdout] --> src/data/query_builder.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn from(&mut self, table_name: &'a str) -> &mut Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `offset` is never used [INFO] [stdout] --> src/data/query_builder.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn offset(&mut self, offset: u32) -> &mut Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `order_by` is never used [INFO] [stdout] --> src/data/query_builder.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn order_by(&mut self, order: &'a str) -> &mut Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `get_tables` is never used [INFO] [stdout] --> src/data/model.rs:168:12 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn get_tables(pool: &mut P) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `get_fields` is never used [INFO] [stdout] --> src/data/model.rs:175:12 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn get_fields(pool: &mut P, database: &str, table_name: &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ws_main` is never used [INFO] [stdout] --> src/websocket/mod.rs:220:14 [INFO] [stdout] | [INFO] [stdout] 220 | pub async fn ws_main() -> std::io::Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `is_mail` is never used [INFO] [stdout] --> src/validations/mod.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn is_mail(&mut self, field: &'static str, message: &'static str, is_required: bool) -> &mut Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `print_init_password` is never used [INFO] [stdout] --> src/utils/com_fun.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn print_init_password() -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `decode` is never used [INFO] [stdout] --> src/utils/com_fun.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn decode(url: String) -> String { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ALL_NUMBERS` is never used [INFO] [stdout] --> src/utils/random.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | const ALL_NUMBERS: &str = "0123456789"; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rand_number` is never used [INFO] [stdout] --> src/utils/random.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn rand_number(max: usize) -> usize { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rand_members` is never used [INFO] [stdout] --> src/utils/random.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn rand_members(max: usize, arr: &[&str]) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rand_numbers` is never used [INFO] [stdout] --> src/utils/random.rs:38:8 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn rand_numbers(length: usize) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rand_dedup_numbers` is never used [INFO] [stdout] --> src/utils/random.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn rand_dedup_numbers(length: usize) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rand_dedup_numbers_exp` is never used [INFO] [stdout] --> src/utils/random.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn rand_dedup_numbers_exp(length: usize, nums: &Vec<&str>) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `to_string` is never used [INFO] [stdout] --> src/utils/datetime.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn to_string() -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format` is never used [INFO] [stdout] --> src/utils/datetime.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn format(format_str: &str) -> String { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `time` is never used [INFO] [stdout] --> src/utils/datetime.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn time() -> (u32, u32, u32) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `datetime` is never used [INFO] [stdout] --> src/utils/datetime.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn datetime(timestamp: i64) -> String { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_ip` is never used [INFO] [stdout] --> src/utils/request.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn get_ip(req: &HttpRequest) -> String { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `deny` is never used [INFO] [stdout] --> src/utils/response.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn deny() -> HttpResponse { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `result` is never used [INFO] [stdout] --> src/utils/response.rs:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn result(result: &T) -> HttpResponse { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `Db` is never used [INFO] [stdout] --> src/data/mod.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | pub type Db = web::Data>; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `append` is never used [INFO] [stdout] --> src/data/cond_builder.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn append(&mut self, where_str: &str) -> &mut Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `or` is never used [INFO] [stdout] --> src/data/cond_builder.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn or(&mut self, cond: &CondBuilder) -> &mut Self { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `clear` is never used [INFO] [stdout] --> src/data/cond_builder.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn clear(&mut self) -> &mut Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `clear` is never used [INFO] [stdout] --> src/data/data_set.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn clear(&mut self) -> &mut Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get` is never used [INFO] [stdout] --> src/data/db.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn get(pool: &Db) -> PooledConn { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `query` is never read [INFO] [stdout] --> src/data/query_builder.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct QueryBuilder<'a> { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 14 | query: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `QueryBuilder` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from` is never used [INFO] [stdout] --> src/data/query_builder.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn from(&mut self, table_name: &'a str) -> &mut Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `offset` is never used [INFO] [stdout] --> src/data/query_builder.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn offset(&mut self, offset: u32) -> &mut Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `order_by` is never used [INFO] [stdout] --> src/data/query_builder.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn order_by(&mut self, order: &'a str) -> &mut Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `get_tables` is never used [INFO] [stdout] --> src/data/model.rs:168:12 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn get_tables(pool: &mut P) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `get_fields` is never used [INFO] [stdout] --> src/data/model.rs:175:12 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn get_fields(pool: &mut P, database: &str, table_name: &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ws_main` is never used [INFO] [stdout] --> src/websocket/mod.rs:220:14 [INFO] [stdout] | [INFO] [stdout] 220 | pub async fn ws_main() -> std::io::Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 33 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 33 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "d10c810a62530f86677766e3656ac48ff64ce2520d4a3a623c5d3e125c043573", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d10c810a62530f86677766e3656ac48ff64ce2520d4a3a623c5d3e125c043573", kill_on_drop: false }` [INFO] [stdout] d10c810a62530f86677766e3656ac48ff64ce2520d4a3a623c5d3e125c043573