+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pkg-1.10.99.7nb1/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/pkg-1.10.99.7nb1/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for pkg-1.10.99.7nb1
--- all ---
/usr/pkg/bin/bmake  all-recursive
--- all-recursive ---
Making all in compat
--- libbsd_compat_la-basename.lo ---
--- libbsd_compat_la-closefrom.lo ---
--- libbsd_compat_la-basename.lo ---
  CC       libbsd_compat_la-basename.lo
--- libbsd_compat_la-closefrom.lo ---
  CC       libbsd_compat_la-closefrom.lo
--- libbsd_compat_la-dirname.lo ---
  CC       libbsd_compat_la-dirname.lo
--- libbsd_compat_la-file_at.lo ---
  CC       libbsd_compat_la-file_at.lo
--- libbsd_compat_la-humanize_number.lo ---
  CC       libbsd_compat_la-humanize_number.lo
--- libbsd_compat_la-strtonum.lo ---
  CC       libbsd_compat_la-strtonum.lo
--- libbsd_compat_la-strnstr.lo ---
  CC       libbsd_compat_la-strnstr.lo
--- libbsd_compat_la-funopen.lo ---
  CC       libbsd_compat_la-funopen.lo
--- libbsd_compat.la ---
  CCLD     libbsd_compat.la
Making all in external
--- libelf/native-elf-format.h ---
--- libelf/libelf_convert.c ---
--- libelf/native-elf-format.h ---
./libelf/native-elf-format > libelf/native-elf-format.h
--- libelf/libelf_convert.c ---
    M4     libelf/libelf_convert.c
--- libelf/libelf_fsize.c ---
    M4     libelf/libelf_fsize.c
--- libelf/libelf_msize.c ---
    M4     libelf/libelf_msize.c
--- all ---
/usr/pkg/bin/bmake  all-recursive
--- all-recursive ---
Making all in blake2
--- libblake2_static_la-blake2b-ref.lo ---
--- libblake2_static_la-blake2s-ref.lo ---
--- libblake2_static_la-blake2b-ref.lo ---
  CC       libblake2_static_la-blake2b-ref.lo
--- libblake2_static_la-blake2s-ref.lo ---
  CC       libblake2_static_la-blake2s-ref.lo
--- libblake2_la-blake2b-ref.lo ---
  CC       libblake2_la-blake2b-ref.lo
--- libblake2_la-blake2s-ref.lo ---
  CC       libblake2_la-blake2s-ref.lo
--- libblake2_static.la ---
  CCLD     libblake2_static.la
--- libblake2.la ---
  CCLD     libblake2.la
--- libucl/src/.dirstamp ---
--- libucl/src/.deps/.dirstamp ---
--- sqlite/.dirstamp ---
--- sqlite/.deps/.dirstamp ---
--- expat/lib/.dirstamp ---
--- expat/lib/.deps/.dirstamp ---
--- picosat/.dirstamp ---
--- picosat/.deps/.dirstamp ---
--- libfetch/.dirstamp ---
--- libfetch/.deps/.dirstamp ---
--- linenoise/.dirstamp ---
--- linenoise/.deps/.dirstamp ---
--- libelf/.dirstamp ---
--- libelf/.deps/.dirstamp ---
--- libucl/src/libucl_la-ucl_emitter.lo ---
--- libucl/src/libucl_la-ucl_emitter_utils.lo ---
--- libucl/src/libucl_la-ucl_emitter.lo ---
  CC       libucl/src/libucl_la-ucl_emitter.lo
--- libucl/src/libucl_la-ucl_emitter_utils.lo ---
  CC       libucl/src/libucl_la-ucl_emitter_utils.lo
--- libucl/src/libucl_la-ucl_emitter_streamline.lo ---
  CC       libucl/src/libucl_la-ucl_emitter_streamline.lo
--- libucl/src/libucl_la-ucl_hash.lo ---
  CC       libucl/src/libucl_la-ucl_hash.lo
--- libucl/src/libucl_la-ucl_parser.lo ---
  CC       libucl/src/libucl_la-ucl_parser.lo
--- libucl/src/libucl_la-ucl_schema.lo ---
  CC       libucl/src/libucl_la-ucl_schema.lo
--- libucl/src/libucl_la-ucl_util.lo ---
  CC       libucl/src/libucl_la-ucl_util.lo
--- libucl/src/libucl_la-ucl_msgpack.lo ---
  CC       libucl/src/libucl_la-ucl_msgpack.lo
--- libucl/src/libucl_la-ucl_sexp.lo ---
  CC       libucl/src/libucl_la-ucl_sexp.lo
--- sqlite/libsqlite_la-sqlite3.lo ---
  CC       sqlite/libsqlite_la-sqlite3.lo
--- sqlite/libsqlite_la-shell.lo ---
  CC       sqlite/libsqlite_la-shell.lo
--- sqlite/libsqlite_la-sqlite3.lo ---
sqlite/sqlite3.c: In function 'sqlite3DefaultRowEst':
sqlite/sqlite3.c:101747:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
101747 |   if( pIdx->pPartIdxWhere!=0 ) a[0] -= 10;  assert( 10==sqlite3LogEst(2) );
       |   ^~
In file included from sqlite/sqlite3.c:11468:
sqlite/sqlite3.c:101747:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
101747 |   if( pIdx->pPartIdxWhere!=0 ) a[0] -= 10;  assert( 10==sqlite3LogEst(2) );
       |                                             ^~~~~~
sqlite/sqlite3.c:101748:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
101748 |   if( a[0]<33 ) a[0] = 33;                  assert( 33==sqlite3LogEst(10) );
       |   ^~
In file included from sqlite/sqlite3.c:11468:
sqlite/sqlite3.c:101748:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
101748 |   if( a[0]<33 ) a[0] = 33;                  assert( 33==sqlite3LogEst(10) );
       |                                             ^~~~~~
--- expat/lib/libexpat_la-xmlparse.lo ---
  CC       expat/lib/libexpat_la-xmlparse.lo
--- expat/lib/libexpat_la-xmlrole.lo ---
  CC       expat/lib/libexpat_la-xmlrole.lo
--- expat/lib/libexpat_la-xmltok.lo ---
  CC       expat/lib/libexpat_la-xmltok.lo
In file included from expat/lib/xmltok.c:23:
expat/lib/xmltok_ns.c: In function 'findEncodingNS':
expat/lib/xmltok.h:262:10: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized]
  262 |   (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
expat/lib/xmltok_ns.c:78:3: note: in expansion of macro 'XmlUtf8Convert'
   78 |   XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
      |   ^~~~~~~~~~~~~~
expat/lib/xmltok.h:262:10: note: by argument 5 of type 'const char *' to 'enum XML_Convert_Result(const ENCODING *, const char **, const char *, char **, const char *)' {aka 'enum XML_Convert_Result(const struct encoding *, const char **, const char *, char **, const char *)'}
  262 |   (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
expat/lib/xmltok_ns.c:78:3: note: in expansion of macro 'XmlUtf8Convert'
   78 |   XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
      |   ^~~~~~~~~~~~~~
In file included from expat/lib/xmltok.c:1733:
expat/lib/xmltok_ns.c:75:8: note: 'buf' declared here
   75 |   char buf[ENCODING_MAX];
      |        ^~~
In file included from expat/lib/xmltok.c:23:
expat/lib/xmltok_ns.c: In function 'findEncoding':
expat/lib/xmltok.h:262:10: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized]
  262 |   (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
expat/lib/xmltok_ns.c:78:3: note: in expansion of macro 'XmlUtf8Convert'
   78 |   XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
      |   ^~~~~~~~~~~~~~
expat/lib/xmltok.h:262:10: note: by argument 5 of type 'const char *' to 'enum XML_Convert_Result(const ENCODING *, const char **, const char *, char **, const char *)' {aka 'enum XML_Convert_Result(const struct encoding *, const char **, const char *, char **, const char *)'}
  262 |   (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
      |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
expat/lib/xmltok_ns.c:78:3: note: in expansion of macro 'XmlUtf8Convert'
   78 |   XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
      |   ^~~~~~~~~~~~~~
In file included from expat/lib/xmltok.c:1722:
expat/lib/xmltok_ns.c:75:8: note: 'buf' declared here
   75 |   char buf[ENCODING_MAX];
      |        ^~~
--- picosat/libpicosat_la-picosat.lo ---
  CC       picosat/libpicosat_la-picosat.lo
In file included from picosat/picosat.c:26:
picosat/picosat.c: In function 'fixvar':
picosat/picosat.c:2087:23: warning: comparison between pointer and zero character constant [-Wpointer-compare]
 2087 |   assert (VAR2LIT (v) != UNDEF);
      |                       ^~
picosat/picosat.c:174:20: note: did you mean to dereference the pointer?
  174 | #define VAR2LIT(v) (ps->lits + 2 * ((v) - ps->vars))
      |                    ^
picosat/picosat.c:2087:11: note: in expansion of macro 'VAR2LIT'
 2087 |   assert (VAR2LIT (v) != UNDEF);
      |           ^~~~~~~
picosat/picosat.c:2087:23: warning: comparison between pointer and zero character constant [-Wpointer-compare]
 2087 |   assert (VAR2LIT (v) != UNDEF);
      |                       ^~
picosat/picosat.c:174:20: note: did you mean to dereference the pointer?
  174 | #define VAR2LIT(v) (ps->lits + 2 * ((v) - ps->vars))
      |                    ^
picosat/picosat.c:2087:11: note: in expansion of macro 'VAR2LIT'
 2087 |   assert (VAR2LIT (v) != UNDEF);
      |           ^~~~~~~
--- picosat/libpicosat_la-version.lo ---
  CC       picosat/libpicosat_la-version.lo
--- libfetch/libfetch_la-common.lo ---
  CC       libfetch/libfetch_la-common.lo
libfetch/common.c:52:10: fatal error: openssl/x509v3.h: No such file or directory
   52 | #include <openssl/x509v3.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
*** [libfetch/libfetch_la-common.lo] Error code 1

bmake[4]: stopped making "all-am" in /home/pbulk/build/pkgtools/pkg/work/pkg-1.10.99.7/external
--- sqlite/libsqlite_la-sqlite3.lo ---
sqlite/sqlite3.c: In function 'sqlite3SelectNew':
sqlite/sqlite3.c:114543:10: warning: function may return address of local variable [-Wreturn-local-addr]
114543 |   return pNew;
       |          ^~~~
sqlite/sqlite3.c:114503:10: note: declared here
114503 |   Select standin;
       |          ^~~~~~~
bmake[4]: 1 error

bmake[4]: stopped making "all-am" in /home/pbulk/build/pkgtools/pkg/work/pkg-1.10.99.7/external

bmake[3]: stopped making "all-recursive" in /home/pbulk/build/pkgtools/pkg/work/pkg-1.10.99.7/external

bmake[2]: stopped making "all" in /home/pbulk/build/pkgtools/pkg/work/pkg-1.10.99.7/external

bmake[1]: stopped making "all-recursive" in /home/pbulk/build/pkgtools/pkg/work/pkg-1.10.99.7

bmake: stopped making "all" in /home/pbulk/build/pkgtools/pkg/work/pkg-1.10.99.7
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/pkgtools/pkg
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/pkgtools/pkg