[INFO] cloning repository https://github.com/shetaye/candor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shetaye/candor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshetaye%2Fcandor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshetaye%2Fcandor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ce872d1e1f4780f5e8ec8864611df8f2674dc81a [INFO] testing shetaye/candor against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshetaye%2Fcandor" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/shetaye/candor [INFO] finished tweaking git repo https://github.com/shetaye/candor [INFO] tweaked toml for git repo https://github.com/shetaye/candor written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/shetaye/candor on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/shetaye/candor already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c14a83f1d205cb7428b762ab607bd776adae8a346a86fe8c084593774281c308 [INFO] running `Command { std: "docker" "start" "-a" "c14a83f1d205cb7428b762ab607bd776adae8a346a86fe8c084593774281c308", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c14a83f1d205cb7428b762ab607bd776adae8a346a86fe8c084593774281c308", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c14a83f1d205cb7428b762ab607bd776adae8a346a86fe8c084593774281c308", kill_on_drop: false }` [INFO] [stdout] c14a83f1d205cb7428b762ab607bd776adae8a346a86fe8c084593774281c308 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c98c12e392be21c0dc7d0e1bbb8114045ed4b71d439299a351321e2768a74594 [INFO] running `Command { std: "docker" "start" "-a" "c98c12e392be21c0dc7d0e1bbb8114045ed4b71d439299a351321e2768a74594", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling rustversion v1.0.19 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling either v1.14.0 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling chrono v0.4.39 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling instability v0.3.7 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling candor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Padding` and `Wrap` [INFO] [stdout] --> src/candor.rs:14:70 [INFO] [stdout] | [INFO] [stdout] 14 | Block, Borders, HighlightSpacing, List, ListItem, ListState, Padding, Paragraph, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 15 | StatefulWidget, Widget, Wrap, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CustomMmsDisplay` [INFO] [stdout] --> src/task.rs:1:29 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::moment::{Moment, CustomMmsDisplay}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `item_area` [INFO] [stdout] --> src/candor.rs:238:25 [INFO] [stdout] | [INFO] [stdout] 238 | let [list_area, item_area] = [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_item_area` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NORMAL_ROW_BG` is never used [INFO] [stdout] --> src/candor.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | const NORMAL_ROW_BG: Color = SLATE.c950; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ALT_ROW_BG_COLOR` is never used [INFO] [stdout] --> src/candor.rs:25:7 [INFO] [stdout] | [INFO] [stdout] 25 | const ALT_ROW_BG_COLOR: Color = SLATE.c900; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMPLETED_TEXT_FG_COLOR` is never used [INFO] [stdout] --> src/candor.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | const COMPLETED_TEXT_FG_COLOR: Color = GREEN.c500; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `selected_task` is never used [INFO] [stdout] --> src/candor.rs:127:8 [INFO] [stdout] | [INFO] [stdout] 92 | impl Candor { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 127 | fn selected_task(&self) -> Option<&Task> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Date`, `DateTime`, `DawnOfTime`, and `EndOfTime` are never constructed [INFO] [stdout] --> src/moment.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum Moment { [INFO] [stdout] | ------ variants in this enum [INFO] [stdout] 8 | Date(NaiveDate), [INFO] [stdout] | ^^^^ [INFO] [stdout] 9 | DateTime(DateTime), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 10 | DawnOfTime, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 11 | EndOfTime, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Moment` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MmsDisplay` is never constructed [INFO] [stdout] --> src/moment.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | pub struct MmsDisplay<'a>(&'a Option); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `CustomMmsDisplay` is never used [INFO] [stdout] --> src/moment.rs:87:11 [INFO] [stdout] | [INFO] [stdout] 87 | pub trait CustomMmsDisplay { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `start_at`, `do_at`, and `due_at` are never read [INFO] [stdout] --> src/task.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Task { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 23 | pub start_at: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 24 | pub do_at: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 25 | pub due_at: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Task` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `iter` is never used [INFO] [stdout] --> src/task.rs:77:12 [INFO] [stdout] | [INFO] [stdout] 51 | impl TaskSet { [INFO] [stdout] | ------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 77 | pub fn iter(&self) -> TaskView { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/task.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn iter(&self) -> TaskView { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn iter(&self) -> TaskView<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/task.rs:81:25 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn iter_display(&self) -> TaskView { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 81 | pub fn iter_display(&self) -> TaskView<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.45s [INFO] running `Command { std: "docker" "inspect" "c98c12e392be21c0dc7d0e1bbb8114045ed4b71d439299a351321e2768a74594", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c98c12e392be21c0dc7d0e1bbb8114045ed4b71d439299a351321e2768a74594", kill_on_drop: false }` [INFO] [stdout] c98c12e392be21c0dc7d0e1bbb8114045ed4b71d439299a351321e2768a74594 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 12bb6faac714dce53466526fa8bb5109e65dd563962314ac1a0e0cdb73d08609 [INFO] running `Command { std: "docker" "start" "-a" "12bb6faac714dce53466526fa8bb5109e65dd563962314ac1a0e0cdb73d08609", kill_on_drop: false }` [INFO] [stderr] Compiling candor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Padding` and `Wrap` [INFO] [stdout] --> src/candor.rs:14:70 [INFO] [stdout] | [INFO] [stdout] 14 | Block, Borders, HighlightSpacing, List, ListItem, ListState, Padding, Paragraph, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 15 | StatefulWidget, Widget, Wrap, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CustomMmsDisplay` [INFO] [stdout] --> src/task.rs:1:29 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::moment::{Moment, CustomMmsDisplay}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `item_area` [INFO] [stdout] --> src/candor.rs:238:25 [INFO] [stdout] | [INFO] [stdout] 238 | let [list_area, item_area] = [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_item_area` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `NORMAL_ROW_BG` is never used [INFO] [stdout] --> src/candor.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | const NORMAL_ROW_BG: Color = SLATE.c950; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ALT_ROW_BG_COLOR` is never used [INFO] [stdout] --> src/candor.rs:25:7 [INFO] [stdout] | [INFO] [stdout] 25 | const ALT_ROW_BG_COLOR: Color = SLATE.c900; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `COMPLETED_TEXT_FG_COLOR` is never used [INFO] [stdout] --> src/candor.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | const COMPLETED_TEXT_FG_COLOR: Color = GREEN.c500; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `selected_task` is never used [INFO] [stdout] --> src/candor.rs:127:8 [INFO] [stdout] | [INFO] [stdout] 92 | impl Candor { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 127 | fn selected_task(&self) -> Option<&Task> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Date`, `DateTime`, `DawnOfTime`, and `EndOfTime` are never constructed [INFO] [stdout] --> src/moment.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum Moment { [INFO] [stdout] | ------ variants in this enum [INFO] [stdout] 8 | Date(NaiveDate), [INFO] [stdout] | ^^^^ [INFO] [stdout] 9 | DateTime(DateTime), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 10 | DawnOfTime, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 11 | EndOfTime, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Moment` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MmsDisplay` is never constructed [INFO] [stdout] --> src/moment.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | pub struct MmsDisplay<'a>(&'a Option); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `CustomMmsDisplay` is never used [INFO] [stdout] --> src/moment.rs:87:11 [INFO] [stdout] | [INFO] [stdout] 87 | pub trait CustomMmsDisplay { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `start_at`, `do_at`, and `due_at` are never read [INFO] [stdout] --> src/task.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Task { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 23 | pub start_at: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 24 | pub do_at: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 25 | pub due_at: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Task` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/task.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn iter(&self) -> TaskView { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn iter(&self) -> TaskView<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/task.rs:81:25 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn iter_display(&self) -> TaskView { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 81 | pub fn iter_display(&self) -> TaskView<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `Command { std: "docker" "inspect" "12bb6faac714dce53466526fa8bb5109e65dd563962314ac1a0e0cdb73d08609", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12bb6faac714dce53466526fa8bb5109e65dd563962314ac1a0e0cdb73d08609", kill_on_drop: false }` [INFO] [stdout] 12bb6faac714dce53466526fa8bb5109e65dd563962314ac1a0e0cdb73d08609 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5fb8563bc5cdba3b5f60c14bc02c25cb1df0ecacd6a4e6fc1c71032cd567cb10 [INFO] running `Command { std: "docker" "start" "-a" "5fb8563bc5cdba3b5f60c14bc02c25cb1df0ecacd6a4e6fc1c71032cd567cb10", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `Padding` and `Wrap` [INFO] [stderr] --> src/candor.rs:14:70 [INFO] [stderr] | [INFO] [stderr] 14 | Block, Borders, HighlightSpacing, List, ListItem, ListState, Padding, Paragraph, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 15 | StatefulWidget, Widget, Wrap, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `CustomMmsDisplay` [INFO] [stderr] --> src/task.rs:1:29 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::moment::{Moment, CustomMmsDisplay}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `item_area` [INFO] [stderr] --> src/candor.rs:238:25 [INFO] [stderr] | [INFO] [stderr] 238 | let [list_area, item_area] = [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_item_area` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant `NORMAL_ROW_BG` is never used [INFO] [stderr] --> src/candor.rs:24:7 [INFO] [stderr] | [INFO] [stderr] 24 | const NORMAL_ROW_BG: Color = SLATE.c950; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant `ALT_ROW_BG_COLOR` is never used [INFO] [stderr] --> src/candor.rs:25:7 [INFO] [stderr] | [INFO] [stderr] 25 | const ALT_ROW_BG_COLOR: Color = SLATE.c900; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `COMPLETED_TEXT_FG_COLOR` is never used [INFO] [stderr] --> src/candor.rs:28:7 [INFO] [stderr] | [INFO] [stderr] 28 | const COMPLETED_TEXT_FG_COLOR: Color = GREEN.c500; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `selected_task` is never used [INFO] [stderr] --> src/candor.rs:127:8 [INFO] [stderr] | [INFO] [stderr] 92 | impl Candor { [INFO] [stderr] | ----------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 127 | fn selected_task(&self) -> Option<&Task> { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variants `Date`, `DateTime`, `DawnOfTime`, and `EndOfTime` are never constructed [INFO] [stderr] --> src/moment.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub enum Moment { [INFO] [stderr] | ------ variants in this enum [INFO] [stderr] 8 | Date(NaiveDate), [INFO] [stderr] | ^^^^ [INFO] [stderr] 9 | DateTime(DateTime), [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 10 | DawnOfTime, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 11 | EndOfTime, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Moment` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: struct `MmsDisplay` is never constructed [INFO] [stderr] --> src/moment.rs:86:12 [INFO] [stderr] | [INFO] [stderr] 86 | pub struct MmsDisplay<'a>(&'a Option); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait `CustomMmsDisplay` is never used [INFO] [stderr] --> src/moment.rs:87:11 [INFO] [stderr] | [INFO] [stderr] 87 | pub trait CustomMmsDisplay { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: fields `start_at`, `do_at`, and `due_at` are never read [INFO] [stderr] --> src/task.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 19 | pub struct Task { [INFO] [stderr] | ---- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 23 | pub start_at: Option, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 24 | pub do_at: Option, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 25 | pub due_at: Option, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Task` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/task.rs:77:17 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn iter(&self) -> TaskView { [INFO] [stderr] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 77 | pub fn iter(&self) -> TaskView<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/task.rs:81:25 [INFO] [stderr] | [INFO] [stderr] 81 | pub fn iter_display(&self) -> TaskView { [INFO] [stderr] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 81 | pub fn iter_display(&self) -> TaskView<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `candor` (bin "candor" test) generated 13 warnings (run `cargo fix --bin "candor" --tests` to apply 4 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/candor-f34de3ef8f431f6e) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test task::tests::task_iteration ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5fb8563bc5cdba3b5f60c14bc02c25cb1df0ecacd6a4e6fc1c71032cd567cb10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5fb8563bc5cdba3b5f60c14bc02c25cb1df0ecacd6a4e6fc1c71032cd567cb10", kill_on_drop: false }` [INFO] [stdout] 5fb8563bc5cdba3b5f60c14bc02c25cb1df0ecacd6a4e6fc1c71032cd567cb10