+ 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/findcrcs-0.3/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/findcrcs-0.3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for findcrcs-0.3
rm -rf *.o
g++ -O3 -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mcrc32 -c crcutil-1.0/examples/interface.cc crcutil-1.0/code/*.cc -Icrcutil-1.0/code -Icrcutil-1.0/tests -Icrcutil-1.0/examples
ar r crcutil.a *.o
ar: creating crcutil.a
rm -rf *.o
g++ -O3 -D_FILE_OFFSET_BITS=64 -Wall -o findcrcs  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -mcrc32 -Wl,-R/opt/pkg/lib findcrcs.cc md5.c crcutil.a -Icrcutil-1.0/code -Icrcutil-1.0/examples
findcrcs.cc:70:18: error: 'int single' redeclared as different kind of entity
   70 | int fd, extract, single, totalcrcs;
      |                  ^~~~~~
In file included from /usr/include/math.h:335,
                 from /opt/tools/gcc13/include/c++/13.2.0/bits/std_abs.h:40,
                 from /opt/tools/gcc13/include/c++/13.2.0/cstdlib:81,
                 from /opt/tools/gcc13/include/c++/13.2.0/stdlib.h:36,
                 from findcrcs.cc:39:
/usr/include/floatingpoint.h:69:15: note: previous declaration 'typedef float single'
   69 | typedef float single;
      |               ^~~~~~
findcrcs.cc: In function 'int main(int, char**)':
findcrcs.cc:90:10: error: expected unqualified-id before '=' token
   90 |   single = 0;
      |          ^
findcrcs.cc:103:16: error: expected unqualified-id before '=' token
  103 |         single = 1;
      |                ^
findcrcs.cc:119:16: error: expected unqualified-id before '=' token
  119 |         single = 1;
      |                ^
findcrcs.cc: In function 'void findcrcs()':
findcrcs.cc:299:16: error: expected primary-expression before '&&' token
  299 |   if (!(single && checkcrcs((unsigned int)crc, 0))) {
      |                ^~
findcrcs.cc:305:29: error: expected primary-expression before '&' token
  305 |         if ((done = (single & checkcrcs((unsigned int)crc, (i1 * BUFFERSIZE) + i2 + 1))) == 1) break;
      |                             ^
make[1]: *** [Makefile:72: findcrcs] Error 1
gmake: *** [Makefile:20: all] Error 2
*** Error code 2

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

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