+ 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/ssldump-0.9b3nb18/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ssldump-0.9b3nb18/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for ssldump-0.9b3nb18
cc -pipe -O2 -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include  -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1  -I/usr/pkg/include -c -o debug.o common/lib/debug.c         -D_BSD_SOURCE=1 -DLINUX   -I./base/   -I./null/   -I./ssl/   -Icommon/include/ -I./null/ -I./ssl/ -I/usr/pkg/include  
cc -pipe -O2 -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include  -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1  -I/usr/pkg/include -c -o r_assoc.o common/lib/r_assoc.c         -D_BSD_SOURCE=1 -DLINUX   -I./base/   -I./null/   -I./ssl/   -Icommon/include/ -I./null/ -I./ssl/ -I/usr/pkg/include  
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from common/lib/debug.c:51:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:25,
                 from common/include/r_includes.h:51,
                 from common/include/r_common.h:51,
                 from common/lib/r_assoc.c:59:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
cc -pipe -O2 -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include  -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1  -I/usr/pkg/include -c -o r_bitfield.o common/lib/r_bitfield.c         -D_BSD_SOURCE=1 -DLINUX   -I./base/   -I./null/   -I./ssl/   -Icommon/include/ -I./null/ -I./ssl/ -I/usr/pkg/include  
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:25,
                 from common/include/r_includes.h:51,
                 from common/include/r_common.h:51,
                 from common/lib/r_bitfield.c:13:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
common/lib/r_bitfield.c: In function 'r_bitfield_create':
common/lib/r_bitfield.c:29:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
   29 |     memset(set->data,0,4*num_words);
      |     ^~~~~~
common/lib/r_bitfield.c:15:1: note: include '<string.h>' or provide a declaration of 'memset'
   14 | #include "r_bitfield.h"
  +++ |+#include <string.h>
   15 | 
common/lib/r_bitfield.c:29:5: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
   29 |     memset(set->data,0,4*num_words);
      |     ^~~~~~
common/lib/r_bitfield.c:29:5: note: include '<string.h>' or provide a declaration of 'memset'
common/lib/r_bitfield.c: In function 'r_bitfield_set':
common/lib/r_bitfield.c:80:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
   80 |       memcpy(tmp,set->data,set->len*4);
      |       ^~~~~~
common/lib/r_bitfield.c:80:7: note: include '<string.h>' or provide a declaration of 'memcpy'
common/lib/r_bitfield.c:80:7: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
common/lib/r_bitfield.c:80:7: note: include '<string.h>' or provide a declaration of 'memcpy'
common/lib/r_bitfield.c:81:7: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
   81 |       memset(tmp+set->len*4,0,(newlen-set->len)*4);
      |       ^~~~~~
common/lib/r_bitfield.c:81:7: note: include '<string.h>' or provide a declaration of 'memset'
common/lib/r_assoc.c: In function 'copy_assoc_chain':
common/lib/r_assoc.c:185:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
  185 |       memcpy(ptr->key,old->key,ptr->key_len=old->key_len);
      |       ^~~~~~
common/lib/r_assoc.c:61:1: note: include '<string.h>' or provide a declaration of 'memcpy'
   60 | #include "r_assoc.h"
  +++ |+#include <string.h>
   61 | 
common/lib/r_assoc.c:185:7: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  185 |       memcpy(ptr->key,old->key,ptr->key_len=old->key_len);
      |       ^~~~~~
common/lib/r_assoc.c:185:7: note: include '<string.h>' or provide a declaration of 'memcpy'
common/lib/r_assoc.c: In function 'r_assoc_fetch_bucket':
common/lib/r_assoc.c:210:37: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration]
  210 |       if(bucket->key_len == len && !memcmp(bucket->key,key,len)){
      |                                     ^~~~~~
common/lib/r_assoc.c:210:37: note: include '<string.h>' or provide a declaration of 'memcmp'
common/lib/r_assoc.c:210:60: warning: 'memcmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
  210 |       if(bucket->key_len == len && !memcmp(bucket->key,key,len)){
      |                                                            ^~~
<built-in>: note: built-in 'memcmp' declared here
common/lib/r_assoc.c: In function 'r_assoc_insert':
common/lib/r_assoc.c:262:7: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  262 |       memcpy(new_bucket->key,key,len);
      |       ^~~~~~
common/lib/r_assoc.c:262:7: note: include '<string.h>' or provide a declaration of 'memcpy'
cc -pipe -O2 -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include  -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1  -I/usr/pkg/include -c -o r_data.o common/lib/r_data.c         -D_BSD_SOURCE=1 -DLINUX   -I./base/   -I./null/   -I./ssl/   -Icommon/include/ -I./null/ -I./ssl/ -I/usr/pkg/include  
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:25,
                 from common/include/r_includes.h:51,
                 from common/include/r_common.h:51,
                 from common/lib/r_data.c:49:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
common/lib/r_data.c: In function 'r_data_create':
common/lib/r_data.c:65:5: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
   65 |     memcpy(d_->data,d,l);
      |     ^~~~~~
common/lib/r_data.c:51:1: note: include '<string.h>' or provide a declaration of 'memcpy'
   50 | #include <r_data.h>
  +++ |+#include <string.h>
   51 | 
common/lib/r_data.c:65:5: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
   65 |     memcpy(d_->data,d,l);
      |     ^~~~~~
common/lib/r_data.c:65:5: note: include '<string.h>' or provide a declaration of 'memcpy'
common/lib/r_data.c: In function 'r_data_make':
common/lib/r_data.c:109:5: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  109 |     memcpy(dp->data,d,l);
      |     ^~~~~~
common/lib/r_data.c:109:5: note: include '<string.h>' or provide a declaration of 'memcpy'
common/lib/r_data.c: In function 'r_data_copy':
common/lib/r_data.c:136:5: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
  136 |     memcpy(dst->data,src->data,dst->len=src->len);
      |     ^~~~~~
common/lib/r_data.c:136:5: note: include '<string.h>' or provide a declaration of 'memcpy'
common/lib/r_data.c: In function 'r_data_zfree':
common/lib/r_data.c:147:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
  147 |     memset(d->data,0,d->len);
      |     ^~~~~~
common/lib/r_data.c:147:5: note: include '<string.h>' or provide a declaration of 'memset'
common/lib/r_data.c:147:5: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
common/lib/r_data.c:147:5: note: include '<string.h>' or provide a declaration of 'memset'
common/lib/r_data.c: In function 'r_data_compare':
common/lib/r_data.c:160:12: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration]
  160 |     return(memcmp(d1->data,d2->data,d1->len));
      |            ^~~~~~
common/lib/r_data.c:160:12: note: include '<string.h>' or provide a declaration of 'memcmp'
common/lib/r_data.c:160:39: warning: 'memcmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
  160 |     return(memcmp(d1->data,d2->data,d1->len));
      |                                     ~~^~~~~
<built-in>: note: built-in 'memcmp' declared here
cc -pipe -O2 -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include  -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1  -I/usr/pkg/include -c -o r_errors.o common/lib/r_errors.c         -D_BSD_SOURCE=1 -DLINUX   -I./base/   -I./null/   -I./ssl/   -Icommon/include/ -I./null/ -I./ssl/ -I/usr/pkg/include  
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from common/lib/r_errors.c:49:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
cc -pipe -O2 -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include  -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1  -I/usr/pkg/include -c -o r_list.o common/lib/r_list.c         -D_BSD_SOURCE=1 -DLINUX   -I./base/   -I./null/   -I./ssl/   -Icommon/include/ -I./null/ -I./ssl/ -I/usr/pkg/include  
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:25,
                 from common/include/r_includes.h:51,
                 from common/include/r_common.h:51,
                 from common/lib/r_list.c:49:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
cc -pipe -O2 -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include  -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1  -I/usr/pkg/include -c -o r_replace.o common/lib/r_replace.c         -D_BSD_SOURCE=1 -DLINUX   -I./base/   -I./null/   -I./ssl/   -Icommon/include/ -I./null/ -I./ssl/ -I/usr/pkg/include  
cc -pipe -O2 -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include  -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1  -I/usr/pkg/include -c -o r_time.o common/lib/r_time.c         -D_BSD_SOURCE=1 -DLINUX   -I./base/   -I./null/   -I./ssl/   -Icommon/include/ -I./null/ -I./ssl/ -I/usr/pkg/include  
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:25,
                 from common/include/r_includes.h:51,
                 from common/include/r_common.h:51,
                 from common/lib/r_time.c:49:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:25,
                 from common/include/r_includes.h:51,
                 from common/include/r_common.h:51,
                 from common/lib/r_replace.c:49:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
cc -pipe -O2 -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include  -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1  -I/usr/pkg/include -c -o network.o ./base/network.c         -D_BSD_SOURCE=1 -DLINUX   -I./base/   -I./null/   -I./ssl/   -Icommon/include/ -I./null/ -I./ssl/ -I/usr/pkg/include  
In file included from /usr/include/sys/types.h:25,
                 from ./base/network.c:49:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
cc -pipe -O2 -I/usr/pkg/include -pipe -O2 -I/usr/pkg/include  -DHAVE_LIBM=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DTIME_WITH_SYS_TIME=1 -DSIZEOF_UNSIGNED_SHORT=2 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1  -I/usr/pkg/include -c -o pcap-snoop.o ./base/pcap-snoop.c         -D_BSD_SOURCE=1 -DLINUX   -I./base/   -I./null/   -I./ssl/   -Icommon/include/ -I./null/ -I./ssl/ -I/usr/pkg/include  
In file included from /usr/include/unistd.h:25,
                 from ./base/pcap-snoop.c:50:
/usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
./base/pcap-snoop.c:52:10: fatal error: net/bpf.h: No such file or directory
   52 | #include <net/bpf.h>
      |          ^~~~~~~~~~~
compilation terminated.
make: *** [base/targets.mk:243: pcap-snoop.o] Error 1
make: *** Waiting for unfinished jobs....
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/security/ssldump
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/security/ssldump