=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/textproc/presenterm", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for presenterm-0.12.0 Compiling proc-macro2 v1.0.93 Compiling unicode-ident v1.0.17 Compiling libc v0.2.170 Compiling serde v1.0.218 Compiling autocfg v1.4.0 Compiling quote v1.0.38 Compiling cfg-if v1.0.0 Compiling syn v2.0.98 Compiling memchr v2.7.4 Compiling itoa v1.0.14 Compiling shlex v1.3.0 Compiling simd-adler32 v0.3.7 Compiling cc v1.2.16 Compiling fnv v1.0.7 Compiling strsim v0.11.1 Compiling adler2 v2.0.0 Compiling ident_case v1.0.1 Compiling serde_json v1.0.139 Compiling ryu v1.0.19 Compiling pkg-config v0.3.31 Compiling miniz_oxide v0.8.5 Compiling onig_sys v69.8.1 Compiling darling_core v0.20.10 Compiling crc32fast v1.4.2 Compiling lock_api v0.4.12 Compiling rustversion v1.0.19 Compiling powerfmt v0.2.0 Compiling parking_lot_core v0.9.10 Compiling serde_derive v1.0.218 Compiling tinyvec_macros v0.1.1 Compiling bitflags v1.3.2 Compiling hashbrown v0.15.2 Compiling signal-hook v0.3.17 Compiling equivalent v1.0.2 Compiling make-cmd v0.1.0 Compiling utf8parse v0.2.2 Compiling heck v0.5.0 Compiling rustix v0.38.44 Compiling anstyle-parse v0.2.6 Compiling sixel-sys v0.3.1 Compiling indexmap v2.7.1 Compiling darling_macro v0.20.10 Compiling tinyvec v1.8.1 Compiling deranged v0.3.11 Compiling flate2 v1.1.0 Compiling errno v0.3.10 Compiling signal-hook-registry v1.4.2 Compiling num-traits v0.2.19 Compiling scopeguard v1.2.0 Compiling colorchoice v1.0.3 Compiling thiserror v1.0.69 Compiling once_cell v1.20.3 Compiling log v0.4.26 Compiling time-core v0.1.2 Compiling anstyle v1.0.10 Compiling anstyle-query v1.1.2 Compiling smallvec v1.14.0 Compiling bitflags v2.9.0 Compiling is_terminal_polyfill v1.70.1 Compiling num-conv v0.1.0 Compiling time v0.3.37 Compiling anstream v0.6.18 Compiling mio v1.0.3 Compiling unicode-normalization v0.1.24 Compiling darling v0.20.10 Compiling thiserror-impl v1.0.69 Compiling serde_derive_internals v0.29.1 Compiling fdeflate v0.3.7 Compiling quick-xml v0.32.0 Compiling deunicode v1.6.0 Compiling schemars v0.8.22 Compiling zune-core v0.4.12 Compiling color_quant v1.1.0 Compiling option-ext v0.2.0 Compiling anyhow v1.0.96 Compiling thiserror v2.0.11 Compiling clap_lex v0.7.4 Compiling weezl v0.1.8 Compiling base64 v0.22.1 Compiling same-file v1.0.6 Compiling plist v1.7.0 Compiling walkdir v2.5.0 Compiling gif v0.13.1 Compiling clap_builder v4.5.31 Compiling dirs-sys v0.5.0 Compiling zune-jpeg v0.4.14 Compiling slug v0.1.6 Compiling png v0.17.16 Compiling schemars_derive v0.8.22 Compiling serde_with_macros v3.12.0 Compiling strum_macros v0.27.1 Compiling caseless v0.2.2 Compiling signal-hook-mio v0.2.4 Compiling onig v6.4.0 Compiling parking_lot v0.12.3 Compiling bincode v1.3.3 Compiling clap_derive v4.5.28 Compiling thiserror-impl v2.0.11 Compiling fastrand v2.3.0 Compiling dyn-clone v1.0.18 Compiling unicode_categories v0.1.1 Compiling either v1.14.0 Compiling arrayvec v0.7.6 Compiling bytemuck v1.21.0 Compiling presenterm v0.12.0 (/tmp/work/textproc/presenterm/work/presenterm-0.12.0) Compiling regex-syntax v0.8.5 Compiling unsafe-libyaml v0.2.11 Compiling entities v1.0.1 Compiling byteorder-lite v0.1.0 Compiling typed-arena v2.0.2 Compiling comrak v0.36.0 Compiling sixel-rs v0.4.1 Compiling image v0.25.5 Compiling syntect v5.2.0 Compiling serde_yaml v0.9.34+deprecated Compiling vte v0.15.0 Compiling itertools v0.14.0 Compiling clap v4.5.31 Compiling tempfile v3.17.1 Compiling crossterm v0.28.1 Compiling strum v0.27.1 Compiling serde_with v3.12.0 Compiling directories v6.0.0 Compiling merge-struct v0.1.0 Compiling os_pipe v1.2.1 Compiling socket2 v0.5.8 Compiling hex v0.4.3 Compiling unicode-width v0.2.0 Compiling tl v0.7.8 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 8m 12s