+ 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/ia64sim-0.5/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ia64sim-0.5/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for ia64sim-0.5
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c asm/assemble.c -o obj/assemble.o
asm/assemble.c: In function 'parse_operands':
asm/assemble.c:285:21: warning: implicit declaration of function 'strtoq'; did you mean 'strtok'? [-Wimplicit-function-declaration]
  285 |               imm = strtoq(inptr, &throwaway, 0);
      |                     ^~~~~~
      |                     strtok
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c asm/bundle.c -o obj/bundle.o
asm/bundle.c: In function 'bundle_from_file':
asm/bundle.c:117:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  117 |          if (temp[1]=='/') *temp = (char) NULL;                /* strip comments */
      |                                    ^
asm/bundle.c:121:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  121 |             *temp = (char) NULL; stop = STOP;
      |                     ^
asm/bundle.c: In function 'data_from_file':
asm/bundle.c:388:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  388 |          if (temp[1]=='/') *temp = (char) NULL;                /* strip comments */
      |                                    ^
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c asm/asmfunc.c -o obj/asmfunc.o
asm/asmfunc.c: In function 'or_r_i8_r':
asm/asmfunc.c:5217:38: warning: result of '46 << 27' requires 34 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=]
 5217 |    out->q = (uint64)8<<37 | (0xb*4+2)<<27 | op.r[0]<<6 | (op.i[0]&127)<<13
      |                                      ^~
asm/asmfunc.c: In function 'psub1_uuu_r_r_r':
asm/asmfunc.c:5574:54: warning: result of '2822 << 27' requires 40 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=]
 5574 |    out->q = (uint64)8<<37 | (11*256+0*128+0*64+1*4+2)<<27 |
      |                                                      ^~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c asm/jumptbl.c -o obj/jumptbl.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c asm/decode.c -o obj/decode.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c asm/symbols.c -o obj/symbols.o
asm/symbols.c: In function 'assemble_label':
asm/symbols.c:77:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   77 |    if((temp=strchr(input,':'))) *temp = (char) NULL; /* strip label delimiter */
      |                                         ^
asm/symbols.c: In function 'data_label':
asm/symbols.c:98:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   98 |    if((temp=strchr(input,':'))) *temp = (char) NULL; /* strip label delimiter */
      |                                         ^
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c execute/elf.c -o obj/elf.o
execute/elf.c: In function 'load_elf':
execute/elf.c:187:4: warning: implicit declaration of function 'setup'; did you mean 'setbuf'? [-Wimplicit-function-declaration]
  187 |    setup(entry_point,short_data);
      |    ^~~~~
      |    setbuf
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c execute/execute.c -o obj/execute.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c execute/utils.c -o obj/utils.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c execute/f_unit.c -o obj/f_unit.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c execute/b_unit.c -o obj/b_unit.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c execute/x_unit.c -o obj/x_unit.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c execute/m_unit.c -o obj/m_unit.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c execute/i_alu.c -o obj/i_alu.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c execute/i_cmp.c -o obj/i_cmp.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c execute/i_shft.c -o obj/i_shft.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c execute/globals.c -o obj/globals.o
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude -c ia64sim.c -o obj/ia64sim.o
ia64sim.c: In function 'assign':
ia64sim.c:99:10: warning: implicit declaration of function 'stop' [-Wimplicit-function-declaration]
   99 |          stop(); /* Clear pending register hazzards */
      |          ^~~~
ia64sim.c:102:15: warning: implicit declaration of function 'strtoq'; did you mean 'strtok'? [-Wimplicit-function-declaration]
  102 |          i1 = strtoq(first+1, &junk, 0);
      |               ^~~~~~
      |               strtok
ia64sim.c: In function 'setup':
ia64sim.c:437:4: warning: implicit declaration of function 'push_stack_frame' [-Wimplicit-function-declaration]
  437 |    push_stack_frame();
      |    ^~~~~~~~~~~~~~~~
ia64sim.c: In function 'faultcheck':
ia64sim.c:676:16: warning: implicit declaration of function 'trcins' [-Wimplicit-function-declaration]
  676 |                trcins("Printf Call\n");
      |                ^~~~~~
ia64sim.c:677:43: warning: passing argument 2 of 'vprintf' from incompatible pointer type [-Wincompatible-pointer-types]
  677 |                vprintf(mem+r[32].dat.q,mem+r[33].dat.q);
      |                                        ~~~^~~~~~~~~~~~
      |                                           |
      |                                           uint8 * {aka unsigned char *}
In file included from /usr/include/stdio.h:82,
                 from include/ia64.h:26,
                 from ia64sim.c:20:
/usr/include/iso/stdio_iso.h:218:53: note: expected '__va_list_tag *' but argument is of type 'uint8 *' {aka 'unsigned char *'}
  218 | extern int      vprintf(const char *_RESTRICT_KYWD, __va_list);
      |                                                     ^~~~~~~~~
gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Iinclude obj/*.o -o ia64sim
Undefined			first referenced
 symbol  			    in file
strtoq                              obj/assemble.o
ld: fatal: symbol referencing errors. No output written to ia64sim
collect2: error: ld returned 1 exit status
gmake: *** [makefile.unx:34: all] Error 1
*** Error code 2

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

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/emulators/ia64sim