[INFO] cloning repository https://github.com/ssanj/purs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ssanj/purs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssanj%2Fpurs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssanj%2Fpurs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 633df10f843638a100c2d49f57e99412f3ceac7e [INFO] checking ssanj/purs against master#18bd2dd5cda08b09ace6e37c1a0312e9b2bb4beb for pr-96970 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fssanj%2Fpurs" "/workspace/builds/worker-69/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-69/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ssanj/purs on toolchain 18bd2dd5cda08b09ace6e37c1a0312e9b2bb4beb [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+18bd2dd5cda08b09ace6e37c1a0312e9b2bb4beb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ssanj/purs [INFO] finished tweaking git repo https://github.com/ssanj/purs [INFO] tweaked toml for git repo https://github.com/ssanj/purs written to /workspace/builds/worker-69/source/Cargo.toml [INFO] crate git repo https://github.com/ssanj/purs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+18bd2dd5cda08b09ace6e37c1a0312e9b2bb4beb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded snafu-derive v0.7.0 [INFO] [stderr] Downloaded hyperx v1.4.0 [INFO] [stderr] Downloaded snafu v0.7.0 [INFO] [stderr] Downloaded octocrab v0.15.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+18bd2dd5cda08b09ace6e37c1a0312e9b2bb4beb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb8afddd8e8de07867078bb710f4c40159b6fcb59f5036466e50112d0d6869b7 [INFO] running `Command { std: "docker" "start" "-a" "fb8afddd8e8de07867078bb710f4c40159b6fcb59f5036466e50112d0d6869b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb8afddd8e8de07867078bb710f4c40159b6fcb59f5036466e50112d0d6869b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb8afddd8e8de07867078bb710f4c40159b6fcb59f5036466e50112d0d6869b7", kill_on_drop: false }` [INFO] [stdout] fb8afddd8e8de07867078bb710f4c40159b6fcb59f5036466e50112d0d6869b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-69/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+18bd2dd5cda08b09ace6e37c1a0312e9b2bb4beb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 373ae762373a52127e52604fca293fadba1d9917070cff509dcfe6ec72cc6ce5 [INFO] running `Command { std: "docker" "start" "-a" "373ae762373a52127e52604fca293fadba1d9917070cff509dcfe6ec72cc6ce5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.116 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking pin-project-lite v0.2.8 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking once_cell v1.9.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.78 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Compiling signal-hook v0.3.13 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Checking gimli v0.26.1 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Compiling hyperx v1.4.0 [INFO] [stderr] Checking rustc-demangle v0.1.21 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Checking cache-padded v1.2.0 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Checking language-tags v0.3.2 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Compiling http-types v2.12.0 [INFO] [stderr] Checking arc-swap v1.5.0 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking event-listener v2.5.2 [INFO] [stderr] Checking retain_mut v0.1.7 [INFO] [stderr] Checking deadpool-runtime v0.1.2 [INFO] [stderr] Checking infer v0.2.3 [INFO] [stderr] Checking diff v0.1.12 [INFO] [stderr] Checking futures-timer v3.0.2 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking lock_api v0.4.6 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking tinyvec v1.5.1 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Checking http v0.2.6 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking concurrent-queue v1.2.2 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking async-channel v1.6.1 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Checking pretty_assertions v1.2.1 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Checking tracing v0.1.29 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking object v0.27.1 [INFO] [stderr] Checking os_str_bytes v6.0.0 [INFO] [stderr] Checking futures-lite v1.12.0 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Checking addr2line v0.17.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking clap v3.1.6 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking crossterm v0.22.1 [INFO] [stderr] Checking pem v0.8.3 [INFO] [stderr] Checking unidiff v0.3.3 [INFO] [stderr] Checking tui v0.17.0 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling snafu-derive v0.7.0 [INFO] [stderr] Checking tokio v1.16.1 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking snafu v0.7.0 [INFO] [stderr] Checking futures-executor v0.3.21 [INFO] [stderr] Checking tokio-util v0.6.9 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking deadpool v0.9.4 [INFO] [stderr] Checking futures v0.3.21 [INFO] [stderr] Checking h2 v0.3.11 [INFO] [stderr] Checking hyper v0.14.16 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking serde_path_to_error v0.1.7 [INFO] [stderr] Checking serde_qs v0.8.5 [INFO] [stderr] Checking assert-json-diff v2.0.1 [INFO] [stderr] Checking simple_asn1 v0.4.1 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking jsonwebtoken v7.2.0 [INFO] [stderr] Checking reqwest v0.11.9 [INFO] [stderr] Checking octocrab v0.15.4 [INFO] [stderr] Checking wiremock v0.5.13 [INFO] [stderr] Checking purs v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `CacheFileType`, `UserId` [INFO] [stdout] --> src/avatar.rs:3:70 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{model::{Url, PursError, R, NestedError, AvatarCacheFile, UserId, CacheFileStatus, FileUrl, CacheFileType, AvatarCreationError... [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CacheFileType`, `UserId` [INFO] [stdout] --> src/avatar.rs:3:70 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{model::{Url, PursError, R, NestedError, AvatarCacheFile, UserId, CacheFileStatus, FileUrl, CacheFileType, AvatarCreationError... [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::oneshot::error` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use tokio::sync::oneshot::error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CacheFileType`, `UserId` [INFO] [stdout] --> src/avatar.rs:3:70 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{model::{Url, PursError, R, NestedError, AvatarCacheFile, UserId, CacheFileStatus, FileUrl, CacheFileType, AvatarCreationError... [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::oneshot::error` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use tokio::sync::oneshot::error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CacheFileType`, `UserId` [INFO] [stdout] --> src/avatar.rs:3:70 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{model::{Url, PursError, R, NestedError, AvatarCacheFile, UserId, CacheFileStatus, FileUrl, CacheFileType, AvatarCreationError... [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DEFAULT_WORKING_DIR` [INFO] [stdout] --> src/model.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub const DEFAULT_WORKING_DIR: &str = ".purs"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DIFF_FILE_LIST` [INFO] [stdout] --> src/model.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub const DIFF_FILE_LIST: &str = "diff_file_list.txt"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Number` [INFO] [stdout] --> src/model.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | Number(u8), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserSelection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Quit` [INFO] [stdout] --> src/model.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | Quit [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserSelection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `CmdOutput` [INFO] [stdout] --> src/model.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | pub enum CmdOutput { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `ExitCode` [INFO] [stdout] --> src/model.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | pub enum ExitCode { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rest` [INFO] [stdout] --> src/model.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | rest: Vec, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NonEmptyVec` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_vec` [INFO] [stdout] --> src/model.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn to_vec(&self) -> Vec { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_vec` [INFO] [stdout] --> src/model.rs:151:12 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn from_vec(other: Vec) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `AsyncPullRequestParts` [INFO] [stdout] --> src/model.rs:182:12 [INFO] [stdout] | [INFO] [stdout] 182 | pub struct AsyncPullRequestParts { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidNumber` [INFO] [stdout] --> src/model.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | InvalidNumber(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInputError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:190:10 [INFO] [stdout] | [INFO] [stdout] 190 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidSelection` [INFO] [stdout] --> src/model.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | / InvalidSelection{ [INFO] [stdout] 194 | | selected: u8, [INFO] [stdout] 195 | | min_selection: u8, [INFO] [stdout] 196 | | max_selection: usize [INFO] [stdout] 197 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `UserInputError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:190:10 [INFO] [stdout] | [INFO] [stdout] 190 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NonZeroResult` [INFO] [stdout] --> src/model.rs:224:3 [INFO] [stdout] | [INFO] [stdout] 224 | NonZeroResult(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ScriptErrorType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:222:10 [INFO] [stdout] | [INFO] [stdout] 222 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Error` [INFO] [stdout] --> src/model.rs:225:3 [INFO] [stdout] | [INFO] [stdout] 225 | Error(NestedError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ScriptErrorType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:222:10 [INFO] [stdout] | [INFO] [stdout] 222 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GitError` [INFO] [stdout] --> src/model.rs:242:5 [INFO] [stdout] | [INFO] [stdout] 242 | GitError(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PursError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ProcessError` [INFO] [stdout] --> src/model.rs:244:5 [INFO] [stdout] | [INFO] [stdout] 244 | ProcessError(NestedError), // Maybe add more information about which process was being executed? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PursError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MultipleErrors` [INFO] [stdout] --> src/model.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | MultipleErrors(Vec), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PursError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UserError` [INFO] [stdout] --> src/model.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | UserError(UserInputError), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PursError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ScriptExecutionError` [INFO] [stdout] --> src/model.rs:247:5 [INFO] [stdout] | [INFO] [stdout] 247 | ScriptExecutionError(ScriptErrorType), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PursError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TUIError` [INFO] [stdout] --> src/model.rs:248:5 [INFO] [stdout] | [INFO] [stdout] 248 | TUIError(NestedError), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PursError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `ProgramStatus` [INFO] [stdout] --> src/model.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | pub enum ProgramStatus { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `ValidSelection` [INFO] [stdout] --> src/model.rs:330:10 [INFO] [stdout] | [INFO] [stdout] 330 | pub enum ValidSelection { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:345:10 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn new(repo: String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:361:10 [INFO] [stdout] | [INFO] [stdout] 361 | pub fn new(path: String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:395:10 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn new(branch: String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NoScript` [INFO] [stdout] --> src/model.rs:403:3 [INFO] [stdout] | [INFO] [stdout] 403 | NoScript, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ScriptType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Script` [INFO] [stdout] --> src/model.rs:404:3 [INFO] [stdout] | [INFO] [stdout] 404 | Script(ScriptToRun), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ScriptType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidScript` [INFO] [stdout] --> src/model.rs:405:3 [INFO] [stdout] | [INFO] [stdout] 405 | InvalidScript(String, NestedError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ScriptType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:412:10 [INFO] [stdout] | [INFO] [stdout] 412 | pub fn new(path: &Path) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:461:10 [INFO] [stdout] | [INFO] [stdout] 461 | pub fn new(working_dir: &Path) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `avatar_cache_dir` [INFO] [stdout] --> src/model.rs:465:10 [INFO] [stdout] | [INFO] [stdout] 465 | pub fn avatar_cache_dir(&self) -> AvatarCacheDirectory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:483:10 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn new(home_dir: &Path) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `join` [INFO] [stdout] --> src/model.rs:487:10 [INFO] [stdout] | [INFO] [stdout] 487 | pub fn join(&self, arg: &str) -> PathBuf { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:502:10 [INFO] [stdout] | [INFO] [stdout] 502 | pub fn new(token: &str) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:523:10 [INFO] [stdout] | [INFO] [stdout] 523 | pub fn new(error: &str) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Exists` [INFO] [stdout] --> src/model.rs:530:3 [INFO] [stdout] | [INFO] [stdout] 530 | Exists, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WorkingDirectoryStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:528:10 [INFO] [stdout] | [INFO] [stdout] 528 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Created` [INFO] [stdout] --> src/model.rs:531:3 [INFO] [stdout] | [INFO] [stdout] 531 | Created [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WorkingDirectoryStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:528:10 [INFO] [stdout] | [INFO] [stdout] 528 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Approved` [INFO] [stdout] --> src/model.rs:536:5 [INFO] [stdout] | [INFO] [stdout] 536 | Approved, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ReviewState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Pending` [INFO] [stdout] --> src/model.rs:537:5 [INFO] [stdout] | [INFO] [stdout] 537 | Pending, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ReviewState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ChangesRequested` [INFO] [stdout] --> src/model.rs:538:5 [INFO] [stdout] | [INFO] [stdout] 538 | ChangesRequested, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ReviewState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Commented` [INFO] [stdout] --> src/model.rs:539:5 [INFO] [stdout] | [INFO] [stdout] 539 | Commented, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ReviewState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Dismissed` [INFO] [stdout] --> src/model.rs:540:5 [INFO] [stdout] | [INFO] [stdout] 540 | Dismissed, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ReviewState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Other` [INFO] [stdout] --> src/model.rs:541:5 [INFO] [stdout] | [INFO] [stdout] 541 | Other [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ReviewState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reviewer_names` [INFO] [stdout] --> src/model.rs:561:10 [INFO] [stdout] | [INFO] [stdout] 561 | pub fn reviewer_names(&self) -> HashSet { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:570:10 [INFO] [stdout] | [INFO] [stdout] 570 | pub fn new(comment_id: u64) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:579:10 [INFO] [stdout] | [INFO] [stdout] 579 | pub fn new(line_no: u64) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:588:10 [INFO] [stdout] | [INFO] [stdout] 588 | pub fn new(body: String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_markdown_body` [INFO] [stdout] --> src/model.rs:613:10 [INFO] [stdout] | [INFO] [stdout] 613 | pub fn update_markdown_body(self, markdown_body: String) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:625:10 [INFO] [stdout] | [INFO] [stdout] 625 | pub fn new(file_name: String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_empty` [INFO] [stdout] --> src/model.rs:641:10 [INFO] [stdout] | [INFO] [stdout] 641 | pub fn is_empty(&self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/model.rs:679:3 [INFO] [stdout] | [INFO] [stdout] 679 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `User` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:677:10 [INFO] [stdout] | [INFO] [stdout] 677 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `gravatar` [INFO] [stdout] --> src/model.rs:680:3 [INFO] [stdout] | [INFO] [stdout] 680 | gravatar: Url, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `User` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:677:10 [INFO] [stdout] | [INFO] [stdout] 677 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `user_id` [INFO] [stdout] --> src/model.rs:681:3 [INFO] [stdout] | [INFO] [stdout] 681 | user_id: UserId [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `User` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:677:10 [INFO] [stdout] | [INFO] [stdout] 677 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:685:10 [INFO] [stdout] | [INFO] [stdout] 685 | pub fn new(name: String, gravatar: Url, user_id: UserId) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `gravatar_url` [INFO] [stdout] --> src/model.rs:693:10 [INFO] [stdout] | [INFO] [stdout] 693 | pub fn gravatar_url(self) -> Url { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `user_id` [INFO] [stdout] --> src/model.rs:697:10 [INFO] [stdout] | [INFO] [stdout] 697 | pub fn user_id(self) -> UserId { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `grouped_by_line_2` [INFO] [stdout] --> src/model.rs:786:10 [INFO] [stdout] | [INFO] [stdout] 786 | pub fn grouped_by_line_2(comments: Comments, avatars: HashMap) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UserIdType` [INFO] [stdout] --> src/model.rs:885:3 [INFO] [stdout] | [INFO] [stdout] 885 | UserIdType(UserId), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CacheFileType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:883:10 [INFO] [stdout] | [INFO] [stdout] 883 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DefaultType` [INFO] [stdout] --> src/model.rs:886:3 [INFO] [stdout] | [INFO] [stdout] 886 | DefaultType [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CacheFileType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:883:10 [INFO] [stdout] | [INFO] [stdout] 883 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `group_by` [INFO] [stdout] --> src/tools.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn group_by(values: I, f: F) -> HashMap> [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `partition` [INFO] [stdout] --> src/tools.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn partition(results: I) -> (Vec, Vec) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DEFAULT_WORKING_DIR` [INFO] [stdout] --> src/model.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub const DEFAULT_WORKING_DIR: &str = ".purs"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DIFF_FILE_LIST` [INFO] [stdout] --> src/model.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub const DIFF_FILE_LIST: &str = "diff_file_list.txt"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Number` [INFO] [stdout] --> src/model.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | Number(u8), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserSelection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Quit` [INFO] [stdout] --> src/model.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | Quit [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserSelection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `CmdOutput` [INFO] [stdout] --> src/model.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | pub enum CmdOutput { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `ExitCode` [INFO] [stdout] --> src/model.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | pub enum ExitCode { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rest` [INFO] [stdout] --> src/model.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | rest: Vec, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NonEmptyVec` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_vec` [INFO] [stdout] --> src/model.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn to_vec(&self) -> Vec { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_vec` [INFO] [stdout] --> src/model.rs:151:12 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn from_vec(other: Vec) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `AsyncPullRequestParts` [INFO] [stdout] --> src/model.rs:182:12 [INFO] [stdout] | [INFO] [stdout] 182 | pub struct AsyncPullRequestParts { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidNumber` [INFO] [stdout] --> src/model.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | InvalidNumber(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserInputError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:190:10 [INFO] [stdout] | [INFO] [stdout] 190 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidSelection` [INFO] [stdout] --> src/model.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | / InvalidSelection{ [INFO] [stdout] 194 | | selected: u8, [INFO] [stdout] 195 | | min_selection: u8, [INFO] [stdout] 196 | | max_selection: usize [INFO] [stdout] 197 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `UserInputError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:190:10 [INFO] [stdout] | [INFO] [stdout] 190 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NonZeroResult` [INFO] [stdout] --> src/model.rs:224:3 [INFO] [stdout] | [INFO] [stdout] 224 | NonZeroResult(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ScriptErrorType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:222:10 [INFO] [stdout] | [INFO] [stdout] 222 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Error` [INFO] [stdout] --> src/model.rs:225:3 [INFO] [stdout] | [INFO] [stdout] 225 | Error(NestedError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ScriptErrorType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:222:10 [INFO] [stdout] | [INFO] [stdout] 222 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GitError` [INFO] [stdout] --> src/model.rs:242:5 [INFO] [stdout] | [INFO] [stdout] 242 | GitError(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PursError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ProcessError` [INFO] [stdout] --> src/model.rs:244:5 [INFO] [stdout] | [INFO] [stdout] 244 | ProcessError(NestedError), // Maybe add more information about which process was being executed? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PursError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MultipleErrors` [INFO] [stdout] --> src/model.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | MultipleErrors(Vec), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PursError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UserError` [INFO] [stdout] --> src/model.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | UserError(UserInputError), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PursError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ScriptExecutionError` [INFO] [stdout] --> src/model.rs:247:5 [INFO] [stdout] | [INFO] [stdout] 247 | ScriptExecutionError(ScriptErrorType), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PursError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TUIError` [INFO] [stdout] --> src/model.rs:248:5 [INFO] [stdout] | [INFO] [stdout] 248 | TUIError(NestedError), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PursError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:238:10 [INFO] [stdout] | [INFO] [stdout] 238 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `ProgramStatus` [INFO] [stdout] --> src/model.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | pub enum ProgramStatus { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `ValidSelection` [INFO] [stdout] --> src/model.rs:330:10 [INFO] [stdout] | [INFO] [stdout] 330 | pub enum ValidSelection { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:345:10 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn new(repo: String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:361:10 [INFO] [stdout] | [INFO] [stdout] 361 | pub fn new(path: String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:395:10 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn new(branch: String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NoScript` [INFO] [stdout] --> src/model.rs:403:3 [INFO] [stdout] | [INFO] [stdout] 403 | NoScript, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ScriptType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Script` [INFO] [stdout] --> src/model.rs:404:3 [INFO] [stdout] | [INFO] [stdout] 404 | Script(ScriptToRun), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ScriptType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidScript` [INFO] [stdout] --> src/model.rs:405:3 [INFO] [stdout] | [INFO] [stdout] 405 | InvalidScript(String, NestedError) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ScriptType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:401:10 [INFO] [stdout] | [INFO] [stdout] 401 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:412:10 [INFO] [stdout] | [INFO] [stdout] 412 | pub fn new(path: &Path) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:461:10 [INFO] [stdout] | [INFO] [stdout] 461 | pub fn new(working_dir: &Path) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `avatar_cache_dir` [INFO] [stdout] --> src/model.rs:465:10 [INFO] [stdout] | [INFO] [stdout] 465 | pub fn avatar_cache_dir(&self) -> AvatarCacheDirectory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:483:10 [INFO] [stdout] | [INFO] [stdout] 483 | pub fn new(home_dir: &Path) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `join` [INFO] [stdout] --> src/model.rs:487:10 [INFO] [stdout] | [INFO] [stdout] 487 | pub fn join(&self, arg: &str) -> PathBuf { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:502:10 [INFO] [stdout] | [INFO] [stdout] 502 | pub fn new(token: &str) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:523:10 [INFO] [stdout] | [INFO] [stdout] 523 | pub fn new(error: &str) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Exists` [INFO] [stdout] --> src/model.rs:530:3 [INFO] [stdout] | [INFO] [stdout] 530 | Exists, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WorkingDirectoryStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:528:10 [INFO] [stdout] | [INFO] [stdout] 528 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Created` [INFO] [stdout] --> src/model.rs:531:3 [INFO] [stdout] | [INFO] [stdout] 531 | Created [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WorkingDirectoryStatus` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:528:10 [INFO] [stdout] | [INFO] [stdout] 528 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Approved` [INFO] [stdout] --> src/model.rs:536:5 [INFO] [stdout] | [INFO] [stdout] 536 | Approved, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ReviewState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Pending` [INFO] [stdout] --> src/model.rs:537:5 [INFO] [stdout] | [INFO] [stdout] 537 | Pending, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ReviewState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ChangesRequested` [INFO] [stdout] --> src/model.rs:538:5 [INFO] [stdout] | [INFO] [stdout] 538 | ChangesRequested, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ReviewState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Commented` [INFO] [stdout] --> src/model.rs:539:5 [INFO] [stdout] | [INFO] [stdout] 539 | Commented, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ReviewState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Dismissed` [INFO] [stdout] --> src/model.rs:540:5 [INFO] [stdout] | [INFO] [stdout] 540 | Dismissed, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ReviewState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Other` [INFO] [stdout] --> src/model.rs:541:5 [INFO] [stdout] | [INFO] [stdout] 541 | Other [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ReviewState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reviewer_names` [INFO] [stdout] --> src/model.rs:561:10 [INFO] [stdout] | [INFO] [stdout] 561 | pub fn reviewer_names(&self) -> HashSet { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_markdown_body` [INFO] [stdout] --> src/model.rs:613:10 [INFO] [stdout] | [INFO] [stdout] 613 | pub fn update_markdown_body(self, markdown_body: String) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_empty` [INFO] [stdout] --> src/model.rs:641:10 [INFO] [stdout] | [INFO] [stdout] 641 | pub fn is_empty(&self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `user_id` [INFO] [stdout] --> src/model.rs:681:3 [INFO] [stdout] | [INFO] [stdout] 681 | user_id: UserId [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `User` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:677:10 [INFO] [stdout] | [INFO] [stdout] 677 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `gravatar_url` [INFO] [stdout] --> src/model.rs:693:10 [INFO] [stdout] | [INFO] [stdout] 693 | pub fn gravatar_url(self) -> Url { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `user_id` [INFO] [stdout] --> src/model.rs:697:10 [INFO] [stdout] | [INFO] [stdout] 697 | pub fn user_id(self) -> UserId { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UserIdType` [INFO] [stdout] --> src/model.rs:885:3 [INFO] [stdout] | [INFO] [stdout] 885 | UserIdType(UserId), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CacheFileType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:883:10 [INFO] [stdout] | [INFO] [stdout] 883 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DefaultType` [INFO] [stdout] --> src/model.rs:886:3 [INFO] [stdout] | [INFO] [stdout] 886 | DefaultType [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CacheFileType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:883:10 [INFO] [stdout] | [INFO] [stdout] 883 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `partition` [INFO] [stdout] --> src/tools.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn partition(results: I) -> (Vec, Vec) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 62 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 53 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `handle_user_selection` [INFO] [stdout] --> src/main.rs:299:4 [INFO] [stdout] | [INFO] [stdout] 299 | fn handle_user_selection(selection_size: usize, selection_options: &[ValidatedPullRequest]) -> R { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `read_user_response` [INFO] [stdout] --> src/main.rs:317:4 [INFO] [stdout] | [INFO] [stdout] 317 | fn read_user_response(question: &str, limit: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Number` [INFO] [stdout] --> src/model.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | Number(u8), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserSelection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Quit` [INFO] [stdout] --> src/model.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | Quit [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserSelection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidSelection` [INFO] [stdout] --> src/model.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | / InvalidSelection{ [INFO] [stdout] 194 | | selected: u8, [INFO] [stdout] 195 | | min_selection: u8, [INFO] [stdout] 196 | | max_selection: usize [INFO] [stdout] 197 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `UserInputError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:190:10 [INFO] [stdout] | [INFO] [stdout] 190 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/model.rs:588:10 [INFO] [stdout] | [INFO] [stdout] 588 | pub fn new(body: String) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UserIdType` [INFO] [stdout] --> src/model.rs:885:3 [INFO] [stdout] | [INFO] [stdout] 885 | UserIdType(UserId), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CacheFileType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:883:10 [INFO] [stdout] | [INFO] [stdout] 883 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DefaultType` [INFO] [stdout] --> src/model.rs:886:3 [INFO] [stdout] | [INFO] [stdout] 886 | DefaultType [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CacheFileType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:883:10 [INFO] [stdout] | [INFO] [stdout] 883 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `handle_user_selection` [INFO] [stdout] --> src/main.rs:299:4 [INFO] [stdout] | [INFO] [stdout] 299 | fn handle_user_selection(selection_size: usize, selection_options: &[ValidatedPullRequest]) -> R { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `read_user_response` [INFO] [stdout] --> src/main.rs:317:4 [INFO] [stdout] | [INFO] [stdout] 317 | fn read_user_response(question: &str, limit: usize) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Number` [INFO] [stdout] --> src/model.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | Number(u8), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserSelection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Quit` [INFO] [stdout] --> src/model.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | Quit [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `UserSelection` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidSelection` [INFO] [stdout] --> src/model.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | / InvalidSelection{ [INFO] [stdout] 194 | | selected: u8, [INFO] [stdout] 195 | | min_selection: u8, [INFO] [stdout] 196 | | max_selection: usize [INFO] [stdout] 197 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `UserInputError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:190:10 [INFO] [stdout] | [INFO] [stdout] 190 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UserIdType` [INFO] [stdout] --> src/model.rs:885:3 [INFO] [stdout] | [INFO] [stdout] 885 | UserIdType(UserId), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CacheFileType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:883:10 [INFO] [stdout] | [INFO] [stdout] 883 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DefaultType` [INFO] [stdout] --> src/model.rs:886:3 [INFO] [stdout] | [INFO] [stdout] 886 | DefaultType [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CacheFileType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/model.rs:883:10 [INFO] [stdout] | [INFO] [stdout] 883 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 12s [INFO] running `Command { std: "docker" "inspect" "373ae762373a52127e52604fca293fadba1d9917070cff509dcfe6ec72cc6ce5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "373ae762373a52127e52604fca293fadba1d9917070cff509dcfe6ec72cc6ce5", kill_on_drop: false }` [INFO] [stdout] 373ae762373a52127e52604fca293fadba1d9917070cff509dcfe6ec72cc6ce5