=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/audio/davis", "stage-install", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Installing for davis-0.1.3 => Generating pre-install file lists => Creating installation directories Installing davis v0.1.3 (/tmp/work/audio/davis/work/davis-0.1.3) Locking 7 packages to latest compatible versions 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 0.17s Installing /tmp/work/audio/davis/work/.destdir/opt/local/bin/davis Installed package `davis v0.1.3 (/tmp/work/audio/davis/work/davis-0.1.3)` (executable `davis`) warning: be sure to add `/tmp/work/audio/davis/work/.destdir/opt/local/bin` to your PATH to be able to run the installed binaries /usr/bin/rm -f /tmp/work/audio/davis/work/.destdir/opt/local/.crates.toml /usr/bin/rm -f /tmp/work/audio/davis/work/.destdir/opt/local/.crates2.json /opt/local/bin/bsdinstall -c -o pbuild -g pbuild -m 644 /tmp/work/audio/davis/work/davis-0.1.3/davis.1 /tmp/work/audio/davis/work/.destdir/opt/local/man/man1/davis.1 => Generating CTF data => Automatic stripping of debug information => Automatic manual page handling => Generating post-install file lists => Checking file-check results for davis-0.1.3 => Checking for non-existent script interpreters in davis-0.1.3 => Checking file permissions in davis-0.1.3 => Checking for missing run-time search paths in davis-0.1.3 => Checking for work-directory references in davis-0.1.3