=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/galette", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for galette-0.3.0.0.2024.03.08 Compiling proc-macro2 v1.0.28 Compiling unicode-xid v0.2.2 Compiling libc v0.2.50 Compiling syn v1.0.74 Compiling unicode-width v0.1.5 Compiling anyhow v1.0.65 Compiling textwrap v0.11.0 Compiling quote v1.0.9 Compiling atty v0.2.11 Compiling vec_map v0.8.1 Compiling strsim v0.8.0 Compiling ansi_term v0.11.0 Compiling bitflags v1.0.4 Compiling either v1.5.1 Compiling itertools v0.9.0 Compiling clap v2.33.3 Compiling test_bin v0.4.0 Compiling thiserror-impl v1.0.26 Compiling thiserror v1.0.26 Compiling galette v0.3.0 (/tmp/work/devel/galette/work/galette-af529870729b1da8794b002cd522f5bf2d53f230) warning: hiding a lifetime that's elided elsewhere is confusing --> src/writer.rs:113:17 | 113 | fn new(buf: &mut String) -> FuseBuilder { | ^^^^^^^^^^^ ^^^^^^^^^^^ 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 | 113 | fn new(buf: &mut String) -> FuseBuilder<'_> { | ++++ warning: `galette` (lib) generated 1 warning (run `cargo fix --lib -p galette` to apply 1 suggestion) Finished `release` profile [optimized] target(s) in 27.84s