+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/nostromo-1.9.9nb3/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/nostromo-1.9.9nb3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for nostromo-1.9.9nb3
cd src; /opt/pkg/bin/bmake
all ===> libmy
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Werror -Wstrict-prototypes   -I/opt/pkg/include -c flog.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Werror -Wstrict-prototypes   -I/opt/pkg/include -c flogd.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Werror -Wstrict-prototypes   -I/opt/pkg/include -c fparse.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Werror -Wstrict-prototypes   -I/opt/pkg/include -c strb64d.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Werror -Wstrict-prototypes   -I/opt/pkg/include -c strcutf.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Werror -Wstrict-prototypes   -I/opt/pkg/include -c strcuti.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Werror -Wstrict-prototypes   -I/opt/pkg/include -c strcutl.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Werror -Wstrict-prototypes   -I/opt/pkg/include -c strcuts.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Werror -Wstrict-prototypes   -I/opt/pkg/include -c strcutw.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Werror -Wstrict-prototypes   -I/opt/pkg/include -c strlower.c
building standard my library
ar cq libmy.a `NM=nm lorder strcutl.o strcutw.o strcuts.o strcuti.o strcutf.o flog.o flogd.o fparse.o strlower.o strb64d.o | tsort`
ranlib libmy.a
all ===> nhttpd
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -Wall -Wstrict-prototypes   -I/opt/pkg/include -c main.c
main.c: In function 'main':
main.c:873:5: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration]
  873 |     bzero(&ina, sizeof(struct in_addr));
      |     ^~~~~
main.c:873:5: warning: incompatible implicit declaration of built-in function 'bzero'
main.c:942:5: warning: incompatible implicit declaration of built-in function 'bzero'
  942 |     bzero(&ina, sizeof(struct in_addr));
      |     ^~~~~
main.c:1006:7: error: 'struct sockaddr_in6' has no member named 'sin6_len'
 1006 |    sa6.sin6_len = sizeof(sa6);
      |       ^
main.c:1081:7: error: 'struct sockaddr_in6' has no member named 'sin6_len'
 1081 |    sa6.sin6_len = sizeof(sa6);
      |       ^
main.c: In function 'load_config':
main.c:469:44: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  469 |        sizeof(config.homedirs_public), "/%s", tmp);
      |                                            ^
main.c:468:4: note: 'snprintf' output between 2 and 1025 bytes into a destination of size 1024
  468 |    snprintf(config.homedirs_public,
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  469 |        sizeof(config.homedirs_public), "/%s", tmp);
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c: In function 'main':
main.c:739:41: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 128 [-Wformat-truncation=]
  739 |   snprintf(http_url, sizeof(http_url), "%s:%d",
      |                                         ^~
  740 |       config.servername, config.serverport);
      |       ~~~~~~~~~~~~~~~~~                  
main.c:739:3: note: 'snprintf' output between 3 and 1036 bytes into a destination of size 128
  739 |   snprintf(http_url, sizeof(http_url), "%s:%d",
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  740 |       config.servername, config.serverport);
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:737:41: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 128 [-Wformat-truncation=]
  737 |   snprintf(http_url, sizeof(http_url), "%s", config.servername);
      |                                         ^~   ~~~~~~~~~~~~~~~~~
main.c:737:3: note: 'snprintf' output between 1 and 1024 bytes into a destination of size 128
  737 |   snprintf(http_url, sizeof(http_url), "%s", config.servername);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:742:42: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 128 [-Wformat-truncation=]
  742 |   snprintf(http_urls, sizeof(http_url), "%s", config.servername);
      |                                          ^~   ~~~~~~~~~~~~~~~~~
main.c:742:3: note: 'snprintf' output between 1 and 1024 bytes into a destination of size 128
  742 |   snprintf(http_urls, sizeof(http_url), "%s", config.servername);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:744:42: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 128 [-Wformat-truncation=]
  744 |   snprintf(http_urls, sizeof(http_url), "%s:%d",
      |                                          ^~
  745 |       config.servername, config.sslport);
      |       ~~~~~~~~~~~~~~~~~                   
main.c:744:3: note: 'snprintf' output between 3 and 1036 bytes into a destination of size 128
  744 |   snprintf(http_urls, sizeof(http_url), "%s:%d",
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  745 |       config.servername, config.sslport);
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*** Error code 1

Stop.
bmake[2]: stopped in /home/pbulk/build/www/nostromo/work/nostromo-1.9.9/src/nhttpd
*** Error code 1

Stop.
bmake[1]: stopped in /home/pbulk/build/www/nostromo/work/nostromo-1.9.9/src
*** Error code 1

Stop.
bmake: stopped in /home/pbulk/build/www/nostromo/work/nostromo-1.9.9
*** Error code 1

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/nostromo
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/nostromo