[INFO] cloning repository https://github.com/jrhawley/quill [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jrhawley/quill" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrhawley%2Fquill", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrhawley%2Fquill'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c55134ca0f4e36d19a5331615288d3a2b078650d [INFO] testing jrhawley/quill against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrhawley%2Fquill" "/workspace/builds/worker-61/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-61/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jrhawley/quill on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jrhawley/quill [INFO] finished tweaking git repo https://github.com/jrhawley/quill [INFO] tweaked toml for git repo https://github.com/jrhawley/quill written to /workspace/builds/worker-61/source/Cargo.toml [INFO] crate git repo https://github.com/jrhawley/quill already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f21d633b8c364faf06bc25ca5ca42c2abcd5b72add70f76d7275b9cd5c3eb76 [INFO] running `Command { std: "docker" "start" "-a" "9f21d633b8c364faf06bc25ca5ca42c2abcd5b72add70f76d7275b9cd5c3eb76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f21d633b8c364faf06bc25ca5ca42c2abcd5b72add70f76d7275b9cd5c3eb76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f21d633b8c364faf06bc25ca5ca42c2abcd5b72add70f76d7275b9cd5c3eb76", kill_on_drop: false }` [INFO] [stdout] 9f21d633b8c364faf06bc25ca5ca42c2abcd5b72add70f76d7275b9cd5c3eb76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 963a308c3be147fee1cb555a92a6d96a07479c21a8f697941c5f6484e88d910e [INFO] running `Command { std: "docker" "start" "-a" "963a308c3be147fee1cb555a92a6d96a07479c21a8f697941c5f6484e88d910e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling home v0.5.3 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling signal-hook v0.1.17 [INFO] [stderr] Compiling crossterm v0.19.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling crossterm v0.20.0 [INFO] [stderr] Compiling tui v0.15.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling kronos v0.1.4 [INFO] [stderr] Compiling simple_logger v1.13.0 [INFO] [stderr] Compiling quill v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `institutions_sorted` [INFO] [stdout] --> src/config/mod.rs:89:12 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn institutions_sorted(&self) -> (Vec<&str>, Vec<&str>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `query_account` [INFO] [stdout] --> src/config/mod.rs:267:12 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn query_account(&self, s: &str) -> Option<&Account> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `query_institution` [INFO] [stdout] --> src/config/mod.rs:283:12 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn query_institution(&self, s: &str) -> Option<&Institution> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `prev_statement_date` [INFO] [stdout] --> src/models/account.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn prev_statement_date(&self, date: Date) -> Date { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `prev_statement` [INFO] [stdout] --> src/models/account.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn prev_statement(&self) -> Date { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_statement` [INFO] [stdout] --> src/models/account.rs:127:12 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn next_statement(&self) -> Date { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `missing_statements` [INFO] [stdout] --> src/models/account.rs:264:12 [INFO] [stdout] | [INFO] [stdout] 264 | pub fn missing_statements(&self) -> io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `DateTime` [INFO] [stdout] --> src/models/date.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub type DateTime = chrono::NaiveDateTime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `and_hms` [INFO] [stdout] --> src/models/date.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn and_hms(&self, hour: u32, min: u32, sec: u32) -> DateTime { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_ymd` [INFO] [stdout] --> src/models/date.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn from_ymd(year: i32, month: u32, day: u32) -> Date { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/models/statement.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn new(path: PathBuf, date: Date) -> Statement { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 37s [INFO] running `Command { std: "docker" "inspect" "963a308c3be147fee1cb555a92a6d96a07479c21a8f697941c5f6484e88d910e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "963a308c3be147fee1cb555a92a6d96a07479c21a8f697941c5f6484e88d910e", kill_on_drop: false }` [INFO] [stdout] 963a308c3be147fee1cb555a92a6d96a07479c21a8f697941c5f6484e88d910e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84a77e43b7602897cbb0e91e5ebd6ecd7ceeee3a2504c7f1165cea8608f27f90 [INFO] running `Command { std: "docker" "start" "-a" "84a77e43b7602897cbb0e91e5ebd6ecd7ceeee3a2504c7f1165cea8608f27f90", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling quill v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `institutions_sorted` [INFO] [stdout] --> src/config/mod.rs:89:12 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn institutions_sorted(&self) -> (Vec<&str>, Vec<&str>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `query_account` [INFO] [stdout] --> src/config/mod.rs:267:12 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn query_account(&self, s: &str) -> Option<&Account> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `query_institution` [INFO] [stdout] --> src/config/mod.rs:283:12 [INFO] [stdout] | [INFO] [stdout] 283 | pub fn query_institution(&self, s: &str) -> Option<&Institution> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `prev_statement_date` [INFO] [stdout] --> src/models/account.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn prev_statement_date(&self, date: Date) -> Date { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `prev_statement` [INFO] [stdout] --> src/models/account.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn prev_statement(&self) -> Date { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_statement` [INFO] [stdout] --> src/models/account.rs:127:12 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn next_statement(&self) -> Date { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `missing_statements` [INFO] [stdout] --> src/models/account.rs:264:12 [INFO] [stdout] | [INFO] [stdout] 264 | pub fn missing_statements(&self) -> io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `DateTime` [INFO] [stdout] --> src/models/date.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub type DateTime = chrono::NaiveDateTime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `and_hms` [INFO] [stdout] --> src/models/date.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn and_hms(&self, hour: u32, min: u32, sec: u32) -> DateTime { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_ymd` [INFO] [stdout] --> src/models/date.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn from_ymd(year: i32, month: u32, day: u32) -> Date { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/models/statement.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn new(path: PathBuf, date: Date) -> Statement { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.01s [INFO] running `Command { std: "docker" "inspect" "84a77e43b7602897cbb0e91e5ebd6ecd7ceeee3a2504c7f1165cea8608f27f90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84a77e43b7602897cbb0e91e5ebd6ecd7ceeee3a2504c7f1165cea8608f27f90", kill_on_drop: false }` [INFO] [stdout] 84a77e43b7602897cbb0e91e5ebd6ecd7ceeee3a2504c7f1165cea8608f27f90 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a26065da15126c5c0b7835a608d391eae29cd4775a9a38bd1761ae6a4294a85a [INFO] running `Command { std: "docker" "start" "-a" "a26065da15126c5c0b7835a608d391eae29cd4775a9a38bd1761ae6a4294a85a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: associated function is never used: `institutions_sorted` [INFO] [stderr] --> src/config/mod.rs:89:12 [INFO] [stderr] | [INFO] [stderr] 89 | pub fn institutions_sorted(&self) -> (Vec<&str>, Vec<&str>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `query_account` [INFO] [stderr] --> src/config/mod.rs:267:12 [INFO] [stderr] | [INFO] [stderr] 267 | pub fn query_account(&self, s: &str) -> Option<&Account> { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `query_institution` [INFO] [stderr] --> src/config/mod.rs:283:12 [INFO] [stderr] | [INFO] [stderr] 283 | pub fn query_institution(&self, s: &str) -> Option<&Institution> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `prev_statement_date` [INFO] [stderr] --> src/models/account.rs:59:12 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn prev_statement_date(&self, date: Date) -> Date { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `prev_statement` [INFO] [stderr] --> src/models/account.rs:92:12 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn prev_statement(&self) -> Date { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `next_statement` [INFO] [stderr] --> src/models/account.rs:127:12 [INFO] [stderr] | [INFO] [stderr] 127 | pub fn next_statement(&self) -> Date { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `missing_statements` [INFO] [stderr] --> src/models/account.rs:264:12 [INFO] [stderr] | [INFO] [stderr] 264 | pub fn missing_statements(&self) -> io::Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `DateTime` [INFO] [stderr] --> src/models/date.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub type DateTime = chrono::NaiveDateTime; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `and_hms` [INFO] [stderr] --> src/models/date.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn and_hms(&self, hour: u32, min: u32, sec: u32) -> DateTime { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `from_ymd` [INFO] [stderr] --> src/models/date.rs:17:12 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn from_ymd(year: i32, month: u32, day: u32) -> Date { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/models/statement.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn new(path: PathBuf, date: Date) -> Statement { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `quill` (bin "quill" test) generated 11 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.27s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/quill-69b6b9e1d0f9631e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a26065da15126c5c0b7835a608d391eae29cd4775a9a38bd1761ae6a4294a85a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a26065da15126c5c0b7835a608d391eae29cd4775a9a38bd1761ae6a4294a85a", kill_on_drop: false }` [INFO] [stdout] a26065da15126c5c0b7835a608d391eae29cd4775a9a38bd1761ae6a4294a85a