[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] 198e3a2416a1eab2ac34c9cc3263794f6b8f80df [INFO] checking jrhawley/quill against try#b20a093d9fb1ffaa04ae9852cb034864a992bafd for pr-85073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjrhawley%2Fquill" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jrhawley/quill on toolchain b20a093d9fb1ffaa04ae9852cb034864a992bafd [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "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-10/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" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded crossterm v0.18.2 [INFO] [stderr] Downloaded kronos v0.1.4 [INFO] [stderr] Downloaded tui v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1c8fda497c7e7af1dd7e13c04ce3497ec224ce33fc80e36cea0733da2fff976b [INFO] running `Command { std: "docker" "start" "-a" "1c8fda497c7e7af1dd7e13c04ce3497ec224ce33fc80e36cea0733da2fff976b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c8fda497c7e7af1dd7e13c04ce3497ec224ce33fc80e36cea0733da2fff976b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c8fda497c7e7af1dd7e13c04ce3497ec224ce33fc80e36cea0733da2fff976b", kill_on_drop: false }` [INFO] [stdout] 1c8fda497c7e7af1dd7e13c04ce3497ec224ce33fc80e36cea0733da2fff976b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+b20a093d9fb1ffaa04ae9852cb034864a992bafd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ac731ec939edfe9d92a0bccb4869212903d1cb2e33098f1f6e016ccecf678880 [INFO] running `Command { std: "docker" "start" "-a" "ac731ec939edfe9d92a0bccb4869212903d1cb2e33098f1f6e016ccecf678880", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.87 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking unicode-segmentation v1.7.1 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking lock_api v0.4.3 [INFO] [stderr] Checking textwrap v0.11.0 [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] Checking mio v0.7.11 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking signal-hook-registry v1.3.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking signal-hook v0.1.17 [INFO] [stderr] Checking crossterm v0.18.2 [INFO] [stderr] Checking tui v0.14.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking kronos v0.1.4 [INFO] [stderr] Checking quill v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `institutions_sorted` [INFO] [stdout] --> src/config/mod.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 88 | 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:266:12 [INFO] [stdout] | [INFO] [stdout] 266 | 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:282:12 [INFO] [stdout] | [INFO] [stdout] 282 | 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:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | 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:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | 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:121:12 [INFO] [stdout] | [INFO] [stdout] 121 | 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:257:12 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn missing_statements(&self) -> Vec { [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: associated function is never used: `institutions_sorted` [INFO] [stdout] --> src/config/mod.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 88 | 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:266:12 [INFO] [stdout] | [INFO] [stdout] 266 | 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:282:12 [INFO] [stdout] | [INFO] [stdout] 282 | 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:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | 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:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | 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:121:12 [INFO] [stdout] | [INFO] [stdout] 121 | 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:257:12 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn missing_statements(&self) -> Vec { [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] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.01s [INFO] running `Command { std: "docker" "inspect" "ac731ec939edfe9d92a0bccb4869212903d1cb2e33098f1f6e016ccecf678880", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac731ec939edfe9d92a0bccb4869212903d1cb2e33098f1f6e016ccecf678880", kill_on_drop: false }` [INFO] [stdout] ac731ec939edfe9d92a0bccb4869212903d1cb2e33098f1f6e016ccecf678880