=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/flip-link", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for flip-link-0.1.7 Compiling memchr v2.5.0 Compiling libc v0.2.147 Compiling cfg-if v1.0.0 Compiling log v0.4.19 Compiling env_logger v0.10.0 Compiling getrandom v0.2.10 Compiling object v0.31.1 Compiling flip-link v0.1.7 (/tmp/work/devel/flip-link/work/flip-link-0.1.7) warning: hiding a lifetime that's elided elsewhere is confusing --> src/argument_parser.rs:19:33 | 19 | pub fn get_search_targets(args: &[String]) -> 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 | 19 | pub fn get_search_targets(args: &[String]) -> Vec> { | +++ warning: `flip-link` (bin "flip-link") generated 1 warning (run `cargo fix --bin "flip-link" -p flip-link` to apply 1 suggestion) Finished `release` profile [optimized] target(s) in 8.75s