+ 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/phone-2.0nb4/work.log
+ su pbulk -c '"$@"' make /opt/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
for i in client master conv ; do cd $i ; make MFLAGS=" -j 1" all ; cd .. ; done
cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/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/opt/pkg/include/ncurses -c alias.c
cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/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/opt/pkg/include/ncurses -c calls.c
calls.c: In function 'placecall':
calls.c:103:5: warning: 'strncpy' output may be truncated copying 10 bytes from a string of length 1020 [-Wstringop-truncation]
103 | strncpy(new->id, buf+3, 10); /* save the mesg id # */
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/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/opt/pkg/include/ncurses -c check_invite.c
cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/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/opt/pkg/include/ncurses -c connect_daemon.c
connect_daemon.c: In function 'connect_daemon':
connect_daemon.c:70:13: warning: implicit declaration of function 'dprintf'; did you mean 'vprintf'? [-Wimplicit-function-declaration]
70 | if (dprintf(stream, "%s:%s:%s:%s", mylogin, myhost, mytty, realname) < 0)
| ^~~~~~~
| vprintf
cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/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/opt/pkg/include/ncurses -c cmd.c
cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/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/opt/pkg/include/ncurses -c getdaemon.c
cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/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/opt/pkg/include/ncurses -c kb.c
cc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/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/opt/pkg/include/ncurses -c main.c
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-upstream-trunk/chat/phone
*** Error code 1
Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/chat/phone