+ 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/xps-4.2nb13/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xps-4.2nb13/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for xps-4.2nb13
Making all in doc
gmake[1]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/doc'
pod2man --center='User Commands' xps.pod >xps.1
pod2html --infile=xps.pod --outfile=xps.html
gmake[1]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/doc'
Making all in intl
gmake[1]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/intl'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/intl'
Making all in macros
gmake[1]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/macros'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/macros'
Making all in src
gmake[1]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src'
/opt/pkg/bin/gmake  all-recursive
gmake[2]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src'
Making all in AIX
gmake[3]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/AIX'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/AIX'
Making all in BSDI
gmake[3]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/BSDI'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/BSDI'
Making all in NetBSD
gmake[3]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/NetBSD'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/NetBSD'
Making all in FreeBSD
gmake[3]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/FreeBSD'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/FreeBSD'
Making all in Linux
gmake[3]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/Linux'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/Linux'
Making all in SunOS
gmake[3]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/SunOS'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/SunOS'
Making all in libgtop
gmake[3]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/libgtop'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/libgtop'
Making all in help
gmake[3]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/help'
Makefile:251: warning: ignoring prerequisites on suffix rule definition
/opt/pkg/bin/gmake  all-am
gmake[4]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/help'
Makefile:251: warning: ignoring prerequisites on suffix rule definition
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/help'
gmake[3]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src/help'
gmake[3]: Entering directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src'
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2  -I. -I.   MenuSupport.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2  -I. -I.   askquestion.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2  -I. -I.   callback.c
callback.c: In function 'QuitCommon':
callback.c:181:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  181 |   exit(0);
      |   ^~~~
callback.c:33:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
   32 | #include <Xm/ToggleB.h>
  +++ |+#include <stdlib.h>
   33 | 
callback.c:181:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  181 |   exit(0);
      |   ^~~~
callback.c:181:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
callback.c: In function 'ToggleProcsCallback':
callback.c:234:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  234 |   int which = (int) client_data;
      |               ^
callback.c: In function 'ToggleBeepCallback':
callback.c:339:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  339 |   ToggleCommon( (int) client_data, &active.beep, active.beep_button );
      |                 ^
callback.c: In function 'ToggleKillCallback':
callback.c:345:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  345 |   ToggleCommon( (int) client_data, &active.quick_kill, active.kill_button );
      |                 ^
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2  -I. -I.   common.c
common.c: In function 'printTree':
common.c:131:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  131 |            (unsigned int) src, src->label, (long) src->uid, Level[i],
      |            ^
common.c:134:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  134 |       printf("parent: 0x%08x", (unsigned int) src->parent);
      |                                ^
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2  -I. -I.   dialog.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2  -I. -I.   getpixelbyname.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2  -I. -I.   loadavg.c
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2  -I. -I.   os.c
os.c:48:14: error: static declaration of 'nodename' follows non-static declaration
   48 | static char  nodename[];      /* name of the local system */
      |              ^~~~~~~~
In file included from os.c:38:
xstuff.h:26:14: note: previous declaration of 'nodename' with type 'char[]'
   26 | extern char  nodename[];       /* name of the local system */
      |              ^~~~~~~~
os.c:48:14: warning: array 'nodename' assumed to have one element
   48 | static char  nodename[];      /* name of the local system */
      |              ^~~~~~~~
gmake[3]: *** [Makefile:510: os.o] Error 1
gmake[3]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src'
gmake[2]: *** [Makefile:279: all-recursive] Error 1
gmake[2]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src'
gmake[1]: *** [Makefile:190: all] Error 2
gmake[1]: Leaving directory '/home/pbulk/build/sysutils/xps/work/xps-4.2/src'
gmake: *** [Makefile:152: all-recursive] Error 1
*** Error code 2

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

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/sysutils/xps