=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/audio/davis", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for davis-0.1.3 Compiling log v0.4.14 Compiling libc v0.2.97 Compiling bufstream v0.1.4 Compiling cfg-if v1.0.0 Compiling mpdrs v0.1.0 Compiling configparser v3.0.0 Compiling lexopt v0.2.0 Compiling davis v0.1.3 (/tmp/work/audio/davis/work/davis-0.1.3) warning: hiding a lifetime that's elided elsewhere is confusing --> src/cli.rs:256:25 | 256 | pub fn to_mpd_query(&self) -> mpdrs::Query { | ^^^^^ ^^^^^^^^^^^^ 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 = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 256 | pub fn to_mpd_query(&self) -> mpdrs::Query<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/queue.rs:25:21 | 25 | fn to_table_row(&self) -> Row { | ^^^^^ ^^^ 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 | 25 | fn to_table_row(&self) -> Row<'_> { | ++++ warning: `davis` (bin "davis") generated 2 warnings (run `cargo fix --bin "davis" -p davis` to apply 2 suggestions) Finished `release` profile [optimized] target(s) in 25.96s