+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake stage-install BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/stgit-2.4.7/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake stage-install BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/stgit-2.4.7/work.log ===> Installing for stgit-2.4.7 => Generating pre-install file lists => Creating installation directories cargo --locked build --profile=release warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition (in the `nom` dependency) warning: hiding a lifetime that's elided elsewhere is confusing --> src/cmd/completion/man.rs:468:21 | 468 | fn paragraphs(text: &str) -> Paragraphs { | ^^^^ ---------- 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 | 468 | fn paragraphs(text: &str) -> Paragraphs<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/cmd/completion/man.rs:510:15 | 510 | fn wrap(text: &str, width: usize) -> WrappedLines { | ^^^^ ------------ 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 | 510 | fn wrap(text: &str, width: usize) -> WrappedLines<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/ext/commit.rs:25:19 | 25 | fn message_ex(&self) -> Message; | ^^^^^ ------- 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 message_ex(&self) -> Message<'_>; | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/ext/commit.rs:74:19 | 74 | fn message_ex(&self) -> Message { | ^^^^^ ------- 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 | 74 | fn message_ex(&self) -> Message<'_> { | ++++ warning: `stgit` (bin "stg") generated 4 warnings Finished `release` profile [optimized] target(s) in 0.38s cargo --locked --offline install --profile=release --path=. --root=/home/pbulk/build/devel/stgit/work/.destdir/opt/local --no-track --force Installing stgit v2.4.7 (/home/pbulk/build/devel/stgit/work/stgit-2.4.7) warning: hiding a lifetime that's elided elsewhere is confusing --> src/cmd/completion/man.rs:468:21 | 468 | fn paragraphs(text: &str) -> Paragraphs { | ^^^^ ---------- 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 | 468 | fn paragraphs(text: &str) -> Paragraphs<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/cmd/completion/man.rs:510:15 | 510 | fn wrap(text: &str, width: usize) -> WrappedLines { | ^^^^ ------------ 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 | 510 | fn wrap(text: &str, width: usize) -> WrappedLines<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/ext/commit.rs:25:19 | 25 | fn message_ex(&self) -> Message; | ^^^^^ ------- 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 message_ex(&self) -> Message<'_>; | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/ext/commit.rs:74:19 | 74 | fn message_ex(&self) -> Message { | ^^^^^ ------- 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 | 74 | fn message_ex(&self) -> Message<'_> { | ++++ warning: `stgit` (bin "stg") generated 4 warnings Finished `release` profile [optimized] target(s) in 0.82s Installing /home/pbulk/build/devel/stgit/work/.destdir/opt/local/bin/stg Installed package `stgit v2.4.7 (/home/pbulk/build/devel/stgit/work/stgit-2.4.7)` (executable `stg`) warning: be sure to add `/home/pbulk/build/devel/stgit/work/.destdir/opt/local/bin` to your PATH to be able to run the installed binaries /opt/local/bin/gmake -C Documentation install-man gmake[1]: Entering directory '/home/pbulk/build/devel/stgit/work/stgit-2.4.7/Documentation' rm -f txt-stamp-temp touch txt-stamp-temp cargo --locked --offline --quiet run --profile=release completion man warning: hiding a lifetime that's elided elsewhere is confusing --> src/cmd/completion/man.rs:468:21 | 468 | fn paragraphs(text: &str) -> Paragraphs { | ^^^^ ---------- 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 | 468 | fn paragraphs(text: &str) -> Paragraphs<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/cmd/completion/man.rs:510:15 | 510 | fn wrap(text: &str, width: usize) -> WrappedLines { | ^^^^ ------------ 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 | 510 | fn wrap(text: &str, width: usize) -> WrappedLines<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/ext/commit.rs:25:19 | 25 | fn message_ex(&self) -> Message; | ^^^^^ ------- 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 message_ex(&self) -> Message<'_>; | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/ext/commit.rs:74:19 | 74 | fn message_ex(&self) -> Message { | ^^^^^ ------- 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 | 74 | fn message_ex(&self) -> Message<'_> { | ++++ ld.so.1: stg: fatal: libssl.so.3: open failed: No such file or directory * new asciidoc flags cargo --locked --offline --quiet run --profile=release completion list commands --style=asciidoc > command-list.txt warning: hiding a lifetime that's elided elsewhere is confusing --> src/cmd/completion/man.rs:468:21 | 468 | fn paragraphs(text: &str) -> Paragraphs { | ^^^^ ---------- 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 | 468 | fn paragraphs(text: &str) -> Paragraphs<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/cmd/completion/man.rs:510:15 | 510 | fn wrap(text: &str, width: usize) -> WrappedLines { | ^^^^ ------------ 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 | 510 | fn wrap(text: &str, width: usize) -> WrappedLines<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/ext/commit.rs:25:19 | 25 | fn message_ex(&self) -> Message; | ^^^^^ ------- 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 message_ex(&self) -> Message<'_>; | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/ext/commit.rs:74:19 | 74 | fn message_ex(&self) -> Message { | ^^^^^ ------- 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 | 74 | fn message_ex(&self) -> Message<'_> { | ++++ ld.so.1: stg: fatal: libssl.so.3: open failed: No such file or directory /usr/bin/bash: line 1: 23147 Killed cargo --locked --offline --quiet run --profile=release completion list commands --style=asciidoc > command-list.txt gmake[1]: *** [Makefile:269: command-list.txt] Error 137 gmake[1]: Leaving directory '/home/pbulk/build/devel/stgit/work/stgit-2.4.7/Documentation' gmake: *** [Makefile:49: install-man] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "stage-install" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/stgit *** Error code 1 Stop. bmake: stopped making "stage-install" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/stgit