=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/misc/projectable", "stage-install", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Installing for projectable-1.3.2 => Generating pre-install file lists Installing projectable v1.3.2 (/tmp/work/misc/projectable/work/projectable-1.3.2) Locking 216 packages to latest compatible versions Adding toml v0.7.8 (available: v0.8.19) warning: hiding a lifetime that's elided elsewhere is confusing --> src/config.rs:202:28 | 202 | pub fn check_conflicts(&self) -> Vec { | ^^^^^ ^^^^^^^^^^^ 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 | 202 | pub fn check_conflicts(&self) -> Vec> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/config.rs:364:24 | 364 | pub fn conflictors(&self) -> &[Action] { | ^^^^^ ^^^^^^^^^ | | | | | | | the same lifetime is hidden here | | the same lifetime is elided 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 | 364 | pub fn conflictors(&self) -> &[Action<'_>] { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/filelisting/items.rs:349:17 | 349 | pub fn iter(&self) -> std::slice::Iter { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ 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 | 349 | pub fn iter(&self) -> std::slice::Iter<'_, Item> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/filelisting/items.rs:353:21 | 353 | pub fn iter_mut(&mut self) -> std::slice::IterMut { | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ 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 | 353 | pub fn iter_mut(&mut self) -> std::slice::IterMut<'_, Item> { | +++ warning: `projectable` (lib) generated 4 warnings (run `cargo fix --lib -p projectable` to apply 4 suggestions) Finished `release` profile [optimized] target(s) in 2.48s Installing /tmp/work/misc/projectable/work/.destdir/opt/local/bin/prj Installed package `projectable v1.3.2 (/tmp/work/misc/projectable/work/projectable-1.3.2)` (executable `prj`) warning: be sure to add `/tmp/work/misc/projectable/work/.destdir/opt/local/bin` to your PATH to be able to run the installed binaries /usr/bin/rm -f /tmp/work/misc/projectable/work/.destdir/opt/local/.crates.toml /usr/bin/rm -f /tmp/work/misc/projectable/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 projectable-1.3.2 => Checking for non-existent script interpreters in projectable-1.3.2 => Checking file permissions in projectable-1.3.2 => Checking for missing run-time search paths in projectable-1.3.2 => Checking for work-directory references in projectable-1.3.2