=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/textproc/presenterm", "stage-install", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Installing for presenterm-0.12.0 => Generating pre-install file lists Installing presenterm v0.12.0 (/tmp/work/textproc/presenterm/work/presenterm-0.12.0) Locking 169 packages to latest compatible versions warning: struct `ThemeNotFound` is never constructed --> src/code/highlighting.rs:228:12 | 228 | pub struct ThemeNotFound; | ^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: enum `ParseColorError` is never used --> src/markdown/text_style.rs:356:17 | 356 | pub(crate) enum ParseColorError { | ^^^^^^^^^^^^^^^ warning: enum `ElementType` is never used --> src/theme/raw.rs:725:17 | 725 | pub(super) enum ElementType { | ^^^^^^^^^^^ warning: hiding a lifetime that's elided elsewhere is confusing --> src/code/highlighting.rs:96:40 | 96 | pub(crate) fn language_highlighter(&self, language: &SnippetLanguage) -> LanguageHighlighter { | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 96 | pub(crate) fn language_highlighter(&self, language: &SnippetLanguage) -> LanguageHighlighter<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/markdown/text.rs:20:25 | 20 | pub(crate) fn split(&self, max_length: usize) -> SplitTextIter { | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 20 | pub(crate) fn split(&self, max_length: usize) -> SplitTextIter<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/markdown/text.rs:100:15 | 100 | fn to_ref(&self) -> WeightedTextRef { | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 100 | fn to_ref(&self) -> WeightedTextRef<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/render/mod.rs:99:22 | 99 | fn create_engine(&mut self, dimensions: WindowSize) -> RenderEngine> { | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 99 | fn create_engine(&mut self, dimensions: WindowSize) -> RenderEngine<'_, Terminal> { | +++ warning: `presenterm` (bin "presenterm") generated 7 warnings (run `cargo fix --bin "presenterm" -p presenterm` to apply 4 suggestions) Finished `release` profile [optimized] target(s) in 0.96s Installing /tmp/work/textproc/presenterm/work/.destdir/opt/local/bin/presenterm Installed package `presenterm v0.12.0 (/tmp/work/textproc/presenterm/work/presenterm-0.12.0)` (executable `presenterm`) warning: be sure to add `/tmp/work/textproc/presenterm/work/.destdir/opt/local/bin` to your PATH to be able to run the installed binaries /usr/bin/rm -f /tmp/work/textproc/presenterm/work/.destdir/opt/local/.crates.toml /usr/bin/rm -f /tmp/work/textproc/presenterm/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 presenterm-0.12.0 => Checking for non-existent script interpreters in presenterm-0.12.0 => Checking file permissions in presenterm-0.12.0 => Checking for missing run-time search paths in presenterm-0.12.0 => Checking for work-directory references in presenterm-0.12.0