=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/news/moccasin", "stage-install", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Installing for moccasin-0.1.3 => Generating pre-install file lists Installing moccasin v0.1.3 (/tmp/work/news/moccasin/work/moccasin-0.1.3) Locking 271 packages to latest compatible versions warning: unused variable: `red` --> src/config/theme.rs:133:13 | 133 | let red = make_color("#850908"); | ^^^ | = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default help: you might have meant to pattern match on the similarly named variant `Red` | 133 | let ratatui::style::Color::Red = make_color("#850908"); | +++++++++++++++++++++++ help: if this is intentional, prefix it with an underscore | 133 | let _red = make_color("#850908"); | + warning: unused variable: `fragment` --> src/ui/detail.rs:31:17 | 31 | fn from_dom(fragment: Dom) -> Self { | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fragment` warning: struct `ColorSchemeFile` is never constructed --> src/config/theme.rs:382:12 | 382 | pub struct ColorSchemeFile { | ^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: struct `Colors` is never constructed --> src/config/theme.rs:387:8 | 387 | struct Colors { | ^^^^^^ warning: struct `PrimaryColors` is never constructed --> src/config/theme.rs:398:8 | 398 | struct PrimaryColors { | ^^^^^^^^^^^^^ warning: struct `CursorColors` is never constructed --> src/config/theme.rs:406:8 | 406 | struct CursorColors { | ^^^^^^^^^^^^ warning: struct `VariantColors` is never constructed --> src/config/theme.rs:412:8 | 412 | struct VariantColors { | ^^^^^^^^^^^^^ warning: function `centered_rect_sized` is never used --> src/ui/mod.rs:217:4 | 217 | fn centered_rect_sized(width: u16, height: u16, r: Rect) -> Rect { | ^^^^^^^^^^^^^^^^^^^ warning: function `get_line_offset` is never used --> src/ui/detail.rs:7:4 | 7 | fn get_line_offset(line_width: u16, text_area_width: u16, alignment: Alignment) -> u16 { | ^^^^^^^^^^^^^^^ warning: struct `HTML` is never constructed --> src/ui/detail.rs:15:8 | 15 | struct HTML<'a> { | ^^^^ warning: associated items `from_dom`, `block`, `style`, `wrap`, `scroll`, and `alignment` are never used --> src/ui/detail.rs:31:8 | 30 | impl<'a> HTML<'a> { | ----------------- associated items in this implementation 31 | fn from_dom(fragment: Dom) -> Self { | ^^^^^^^^ ... 45 | pub fn block(mut self, block: Block<'a>) -> HTML<'a> { | ^^^^^ ... 50 | pub fn style(mut self, style: Style) -> HTML<'a> { | ^^^^^ ... 55 | pub fn wrap(mut self, wrap: Wrap) -> HTML<'a> { | ^^^^ ... 60 | pub fn scroll(mut self, offset: (u16, u16)) -> HTML<'a> { | ^^^^^^ ... 65 | pub fn alignment(mut self, alignment: Alignment) -> HTML<'a> { | ^^^^^^^^^ warning: unused `Result` that must be used --> src/app.rs:543:17 | 543 | self.config.add_feed_url(&url); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this `Result` may be an `Err` variant, which should be handled = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default help: use `let _ = ...` to ignore the resulting value | 543 | let _ = self.config.add_feed_url(&url); | +++++++ warning: unused `Result` that must be used --> src/app.rs:550:21 | 550 | self.config.remove_feed_url(&url); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this `Result` may be an `Err` variant, which should be handled help: use `let _ = ...` to ignore the resulting value | 550 | let _ = self.config.remove_feed_url(&url); | +++++++ warning: unused `Result` that must be used --> src/app.rs:551:21 | 551 | self.repo.remove_feed_url(&url); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this `Result` may be an `Err` variant, which should be handled help: use `let _ = ...` to ignore the resulting value | 551 | let _ = self.repo.remove_feed_url(&url); | +++++++ warning: `moccasin` (lib) generated 14 warnings (run `cargo fix --lib -p moccasin` to apply 2 suggestions) Finished `release` profile [optimized] target(s) in 1.69s Installing /tmp/work/news/moccasin/work/.destdir/opt/local/bin/mcsn Installed package `moccasin v0.1.3 (/tmp/work/news/moccasin/work/moccasin-0.1.3)` (executable `mcsn`) warning: be sure to add `/tmp/work/news/moccasin/work/.destdir/opt/local/bin` to your PATH to be able to run the installed binaries /usr/bin/rm -f /tmp/work/news/moccasin/work/.destdir/opt/local/.crates.toml /usr/bin/rm -f /tmp/work/news/moccasin/work/.destdir/opt/local/.crates2.json => Generating CTF data => Automatic stripping of debug information => Automatic manual page handling => Generating post-install file lists => Checking file-check results for moccasin-0.1.3 => Checking for non-existent script interpreters in moccasin-0.1.3 => Checking file permissions in moccasin-0.1.3 => Checking for missing run-time search paths in moccasin-0.1.3 => Checking for work-directory references in moccasin-0.1.3