+ 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/tits-1.3.0/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tits-1.3.0/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for tits-1.3.0
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/usr/include  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow  -I/usr/include -DLIBWRAP -DTITS_DEFAULT_CONFIG_FILE=\"/etc/opt/pkg/tits.conf\" -DTITS_DEFAULT_LINKDIR=\"/run\" -c main.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/usr/include  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow  -I/usr/include -DLIBWRAP -DTITS_DEFAULT_CONFIG_FILE=\"/etc/opt/pkg/tits.conf\" -DTITS_DEFAULT_LINKDIR=\"/run\" -c buffer.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/usr/include  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow  -I/usr/include -DLIBWRAP -DTITS_DEFAULT_CONFIG_FILE=\"/etc/opt/pkg/tits.conf\" -DTITS_DEFAULT_LINKDIR=\"/run\" -c client.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/usr/include  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow  -I/usr/include -DLIBWRAP -DTITS_DEFAULT_CONFIG_FILE=\"/etc/opt/pkg/tits.conf\" -DTITS_DEFAULT_LINKDIR=\"/run\" -c context.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/usr/include  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow  -I/usr/include -DLIBWRAP -DTITS_DEFAULT_CONFIG_FILE=\"/etc/opt/pkg/tits.conf\" -DTITS_DEFAULT_LINKDIR=\"/run\" -c listener.c
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/usr/include  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow  -I/usr/include -DLIBWRAP -DTITS_DEFAULT_CONFIG_FILE=\"/etc/opt/pkg/tits.conf\" -DTITS_DEFAULT_LINKDIR=\"/run\" -c masterpty.c
masterpty.c: In function 'masterpty_open_pt':
masterpty.c:220:36: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 0 and 1023 [-Wformat-truncation=]
  220 |   snprintf(buff, sizeof(buff), "%s/%s", mc->mc_ma.ma_linkdir,
      |                                    ^~
masterpty.c:220:3: note: 'snprintf' output between 2 and 2048 bytes into a destination of size 1024
  220 |   snprintf(buff, sizeof(buff), "%s/%s", mc->mc_ma.ma_linkdir,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  221 |       mc->mc_ma.ma_linkname);
      |       ~~~~~~~~~~~~~~~~~~~~~~
masterpty.c:217:38: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
  217 |   snprintf(buff, sizeof(buff), "%s/%s", mc->mc_ma.ma_linkdir,
      |                                      ^
masterpty.c:217:3: note: 'snprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024
  217 |   snprintf(buff, sizeof(buff), "%s/%s", mc->mc_ma.ma_linkdir,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  218 |       basename(mc->mc_slavename));
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pipe -fno-aggressive-loop-optimizations -pipe -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/usr/include  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow  -I/usr/include -DLIBWRAP -DTITS_DEFAULT_CONFIG_FILE=\"/etc/opt/pkg/tits.conf\" -DTITS_DEFAULT_LINKDIR=\"/run\" -c telnet.c
telnet.c: In function 'telnet_init':
telnet.c:117:24: error: 'struct sockaddr' has no member named 'sa_len'
  117 |  if (getnameinfo(sa, sa->sa_len, buff, sizeof(buff), NULL, 0, 0) != 0) {
      |                        ^~
telnet.c: In function 'telnet_opt_dont':
telnet.c:274:37: warning: format string is not an array of type 'char' [-Wformat=]
  274 |  (void) sprintf(buff, (const char *)dont, opt);
      |                                     ^~~~
telnet.c: In function 'telnet_opt_do':
telnet.c:284:37: warning: format string is not an array of type 'char' [-Wformat=]
  284 |  (void) sprintf(buff, (const char *)doopt, opt);
      |                                     ^~~~~
telnet.c: In function 'telnet_opt_will':
telnet.c:294:37: warning: format string is not an array of type 'char' [-Wformat=]
  294 |  (void) sprintf(buff, (const char *)will, opt);
      |                                     ^~~~
*** [telnet.o] Error code 1

bmake: stopped in /home/pbulk/build/sysutils/tits/work/tits-1.3.0
1 error

bmake: stopped in /home/pbulk/build/sysutils/tits/work/tits-1.3.0
*** Error code 2

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

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/tits