+ 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/phone-2.0nb4/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/phone-2.0nb4/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for phone-2.0nb4
--- all ---
for i in client master conv ; do  cd $i ; make MFLAGS="  -j 2" all ; cd .. ;  done
--- alias.o ---
--- calls.o ---
--- alias.o ---
cc -pipe -O2 -I/usr/pkg/include/ncurses -std=gnu99  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2   -Wno-format-zero-length -DSERVICES -I/usr/pkg/include/ncurses -c alias.c
--- calls.o ---
cc -pipe -O2 -I/usr/pkg/include/ncurses -std=gnu99  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2   -Wno-format-zero-length -DSERVICES -I/usr/pkg/include/ncurses -c calls.c
--- alias.o ---
alias.c: In function 'expalias':
alias.c:68:13: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
   68 |             strlcpy(buf, ap->real, sizeof(buf));
      |             ^~~~~~~
      |             strncpy
--- calls.o ---
In file included from /usr/include/string.h:519,
                 from defs.h:20,
                 from calls.c:1:
In function 'strncpy',
    inlined from 'placecall' at calls.c:103:5:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 10 bytes from a string of length 1020 [-Wstringop-truncation]
   95 |   return __builtin___strncpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   96 |                                   __glibc_objsize (__dest));
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
--- check_invite.o ---
cc -pipe -O2 -I/usr/pkg/include/ncurses -std=gnu99  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2   -Wno-format-zero-length -DSERVICES -I/usr/pkg/include/ncurses -c check_invite.c
--- connect_daemon.o ---
cc -pipe -O2 -I/usr/pkg/include/ncurses -std=gnu99  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2   -Wno-format-zero-length -DSERVICES -I/usr/pkg/include/ncurses -c connect_daemon.c
--- cmd.o ---
cc -pipe -O2 -I/usr/pkg/include/ncurses -std=gnu99  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2   -Wno-format-zero-length -DSERVICES -I/usr/pkg/include/ncurses -c cmd.c
--- getdaemon.o ---
cc -pipe -O2 -I/usr/pkg/include/ncurses -std=gnu99  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2   -Wno-format-zero-length -DSERVICES -I/usr/pkg/include/ncurses -c getdaemon.c
--- kb.o ---
cc -pipe -O2 -I/usr/pkg/include/ncurses -std=gnu99  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2   -Wno-format-zero-length -DSERVICES -I/usr/pkg/include/ncurses -c kb.c
--- main.o ---
cc -pipe -O2 -I/usr/pkg/include/ncurses -std=gnu99  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2   -Wno-format-zero-length -DSERVICES -I/usr/pkg/include/ncurses -c main.c
--- kb.o ---
kb.c: In function 'keyboard':
kb.c:77:19: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   77 |            (void) write(stream, &c, 1);
      |                   ^~~~~~~~~~~~~~~~~~~~
kb.c:80:19: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   80 |            (void) write(tochild, &c, 1);
      |                   ^~~~~~~~~~~~~~~~~~~~~
--- main.o ---
main.c: In function 'main':
main.c:160:28: error: 'INFTIM' undeclared (first use in this function)
  160 |         if (poll(pfd, nfd, INFTIM) <= 0) {
      |                            ^~~~~~
main.c:160:28: note: each undeclared identifier is reported only once for each function it appears in
*** [main.o] Error code 1

make[1]: stopped in /home/pbulk/build/chat/phone/work/phone-2.0/client
1 error

make[1]: stopped in /home/pbulk/build/chat/phone/work/phone-2.0/client
A failure has been detected in another branch of the parallel make

make[1]: stopped in /home/pbulk/build/chat/phone/work/phone-2.0/master
A failure has been detected in another branch of the parallel make

make[1]: stopped in /home/pbulk/build/chat/phone/work/phone-2.0/conv
A failure has been detected in another branch of the parallel make

bmake: stopped in /home/pbulk/build/chat/phone/work/phone-2.0
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/chat/phone
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/chat/phone