+ 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/fsx-2009/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fsx-2009/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for fsx-2009
cc -pipe -O2 -D_FORTIFY_SOURCE=2  -o fsx fsx.c 
fsx.c: In function 'check_eofpage':
fsx.c:801:2: error: unknown type name 'uintptr_t'
  uintptr_t last_page, should_be_zero;
  ^
fsx.c:811:16: error: 'uintptr_t' undeclared (first use in this function)
  last_page = ((uintptr_t)p + (offset & page_mask) + size) & ~page_mask;
                ^
fsx.c:811:16: note: each undeclared identifier is reported only once for each function it appears in
fsx.c:811:26: error: expected ')' before 'p'
  last_page = ((uintptr_t)p + (offset & page_mask) + size) & ~page_mask;
                          ^
fsx.c:816:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   if (*(char *)should_be_zero) {
        ^
fsx.c:820:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
        (*(char *)should_be_zero));
          ^
fsx.c: In function 'check_trunc_hack':
fsx.c:686:11: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
  ftruncate(fd, (off_t)0);
           ^
fsx.c:691:11: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
  ftruncate(fd, (off_t)100000);
           ^
fsx.c:697:11: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
  ftruncate(fd, (off_t)0);
           ^
make: *** [fsx] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/filesystems/fsx
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/filesystems/fsx