+ 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/openrsync-0.20190221/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openrsync-0.20190221/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for openrsync-0.20190221
--- blocks.o ---
--- child.o ---
--- blocks.o ---
cc -pipe -O2 -D_FORTIFY_SOURCE=2 -O0 -g -W -Wall -Wextra -Wno-unused-parameter -D_OPENBSD_SOURCE  -c blocks.c
--- child.o ---
cc -pipe -O2 -D_FORTIFY_SOURCE=2 -O0 -g -W -Wall -Wextra -Wno-unused-parameter -D_OPENBSD_SOURCE  -c child.c
--- blocks.o ---
In file included from /usr/include/sys/stat.h:26:0,
                 from blocks.c:18:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
--- child.o ---
In file included from /usr/include/sys/stat.h:26:0,
                 from child.c:18:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
--- client.o ---
cc -pipe -O2 -D_FORTIFY_SOURCE=2 -O0 -g -W -Wall -Wextra -Wno-unused-parameter -D_OPENBSD_SOURCE  -c client.c
In file included from /usr/include/sys/stat.h:26:0,
                 from client.c:18:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
--- downloader.o ---
cc -pipe -O2 -D_FORTIFY_SOURCE=2 -O0 -g -W -Wall -Wextra -Wno-unused-parameter -D_OPENBSD_SOURCE  -c downloader.c
--- fargs.o ---
--- downloader.o ---
In file included from /usr/include/sys/mman.h:22:0,
                 from downloader.c:17:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
--- fargs.o ---
cc -pipe -O2 -D_FORTIFY_SOURCE=2 -O0 -g -W -Wall -Wextra -Wno-unused-parameter -D_OPENBSD_SOURCE  -c fargs.c
In file included from /usr/include/sys/stat.h:26:0,
                 from fargs.c:18:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
fargs.c: In function 'fargs_cmdline':
fargs.c:81:5: warning: implicit declaration of function 'reallocarray' [-Wimplicit-function-declaration]
     new = reallocarray(args,
     ^
fargs.c:81:9: warning: assignment makes pointer from integer without a cast [enabled by default]
     new = reallocarray(args,
         ^
--- flist.o ---
cc -pipe -O2 -D_FORTIFY_SOURCE=2 -O0 -g -W -Wall -Wextra -Wno-unused-parameter -D_OPENBSD_SOURCE  -c flist.c
In file included from /usr/include/sys/types.h:25:0,
                 from /usr/include/sys/param.h:25,
                 from flist.c:18:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
flist.c: In function 'flist_recv_name':
flist.c:507:2: warning: implicit declaration of function 'strlcpy' [-Wimplicit-function-declaration]
  strlcpy(last, f->path, MAXPATHLEN);
  ^
flist.c: In function 'flist_gen_dirent':
flist.c:930:4: warning: implicit declaration of function 'asprintf' [-Wimplicit-function-declaration]
    if (asprintf(&f->path, "%s.", ent->fts_path) < 0) {
    ^
--- hash.o ---
cc -pipe -O2 -D_FORTIFY_SOURCE=2 -O0 -g -W -Wall -Wextra -Wno-unused-parameter -D_OPENBSD_SOURCE  -c hash.c
In file included from /usr/include/sys/types.h:25:0,
                 from hash.c:18:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
--- ids.o ---
cc -pipe -O2 -D_FORTIFY_SOURCE=2 -O0 -g -W -Wall -Wextra -Wno-unused-parameter -D_OPENBSD_SOURCE  -c ids.c
In file included from /usr/include/assert.h:36:0,
                 from ids.c:19:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
ids.c: In function 'idents_remap':
ids.c:119:8: warning: signed and unsigned type in conditional expression [-Wsign-compare]
     -1 : grp->gr_gid;
        ^
ids.c:122:8: warning: signed and unsigned type in conditional expression [-Wsign-compare]
     -1 : usr->pw_uid;
        ^
ids.c: In function 'idents_add':
ids.c:198:2: warning: implicit declaration of function 'reallocarray' [-Wimplicit-function-declaration]
  pp = reallocarray(*ids, *idsz + 1, sizeof(struct ident));
  ^
ids.c:198:5: warning: assignment makes pointer from integer without a cast [enabled by default]
  pp = reallocarray(*ids, *idsz + 1, sizeof(struct ident));
     ^
ids.c: In function 'idents_recv':
ids.c:275:6: warning: assignment makes pointer from integer without a cast [enabled by default]
   pp = reallocarray(*ids,
      ^
--- io.o ---
cc -pipe -O2 -D_FORTIFY_SOURCE=2 -O0 -g -W -Wall -Wextra -Wno-unused-parameter -D_OPENBSD_SOURCE  -c io.c
In file included from /usr/include/sys/stat.h:26:0,
                 from io.c:18:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
--- log.o ---
cc -pipe -O2 -D_FORTIFY_SOURCE=2 -O0 -g -W -Wall -Wextra -Wno-unused-parameter -D_OPENBSD_SOURCE  -c log.c
--- io.o ---
In file included from io.c:30:0:
io.c: In function 'io_write_nonblocking':
extern.h:53:23: error: 'INFTIM' undeclared (first use in this function)
 #define POLL_TIMEOUT (INFTIM)
                       ^
io.c:74:25: note: in expansion of macro 'POLL_TIMEOUT'
  if ((c = poll(&pfd, 1, POLL_TIMEOUT)) == -1) {
                         ^
extern.h:53:23: note: each undeclared identifier is reported only once for each function it appears in
 #define POLL_TIMEOUT (INFTIM)
                       ^
io.c:74:25: note: in expansion of macro 'POLL_TIMEOUT'
  if ((c = poll(&pfd, 1, POLL_TIMEOUT)) == -1) {
                         ^
io.c: In function 'io_read_nonblocking':
extern.h:53:23: error: 'INFTIM' undeclared (first use in this function)
 #define POLL_TIMEOUT (INFTIM)
                       ^
io.c:206:25: note: in expansion of macro 'POLL_TIMEOUT'
  if ((c = poll(&pfd, 1, POLL_TIMEOUT)) == -1) {
                         ^
*** [io.o] Error code 1

bmake: stopped in /home/pbulk/build/net/openrsync/work/openrsync-f18392f58d1f0bc72917e3ac3a46be74c194688d
--- log.o ---
In file included from /usr/include/errno.h:28:0,
                 from log.c:19:
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
log.c: In function 'rsync_log':
log.c:45:3: warning: implicit declaration of function 'vasprintf' [-Wimplicit-function-declaration]
   if (vasprintf(&buf, fmt, ap) < 0) {
   ^
1 error

bmake: stopped in /home/pbulk/build/net/openrsync/work/openrsync-f18392f58d1f0bc72917e3ac3a46be74c194688d
*** Error code 2

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

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/net/openrsync