+ 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/traceroute-nanog-6.4.2nb1/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/traceroute-nanog-6.4.2nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for traceroute-nanog-6.4.2nb1 cd /home/pbulk/build/net/traceroute-nanog/work/traceroute-nanog-6.4.2.orig && cc -DSTRING -pipe -O2 traceroute.c -o traceroute-nanog -Wl,-zrelro -Wl,-R/usr/pkg/lib -lm -lresolv traceroute.c:935:1: warning: return type defaults to ‘int’ [-Wimplicit-int] main(argc, argv) ^~~~ traceroute.c:1741:1: warning: return type defaults to ‘int’ [-Wimplicit-int] wait_for_reply(sock, from, deadline) ^~~~~~~~~~~~~~ traceroute.c: In function ‘wait_for_reply’: traceroute.c:1759:60: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (now.tv_usec > deadline->tv_usec) ) ) return (int)NULL; ^ traceroute.c: At top level: traceroute.c:1778:1: warning: return type defaults to ‘int’ [-Wimplicit-int] send_probe(seq, ttl, proto) ^~~~~~~~~~ traceroute.c:2154:1: warning: return type defaults to ‘int’ [-Wimplicit-int] packet_ok(buf, cc, from, seq, proto) ^~~~~~~~~ traceroute.c:2345:1: warning: return type defaults to ‘int’ [-Wimplicit-int] print(buf, cc, from) ^~~~~ traceroute.c:2377:1: warning: return type defaults to ‘int’ [-Wimplicit-int] tvsub(out, in) ^~~~~ traceroute.c:2930:1: warning: return type defaults to ‘int’ [-Wimplicit-int] doqd(ans,off) ^~~~ traceroute.c:2943:1: warning: return type defaults to ‘int’ [-Wimplicit-int] dorr(ans,off,contact_ptr) ^~~~ traceroute.c:2962:1: warning: return type defaults to ‘int’ [-Wimplicit-int] doname(ans,off,name) ^~~~~~ traceroute.c:2991:1: warning: return type defaults to ‘int’ [-Wimplicit-int] dotype(ans,off) ^~~~~~ traceroute.c:2998:1: warning: return type defaults to ‘int’ [-Wimplicit-int] doclass(ans,off) ^~~~~~~ traceroute.c:3005:1: warning: return type defaults to ‘int’ [-Wimplicit-int] dottl(ans,off) ^~~~~ traceroute.c:3012:1: warning: return type defaults to ‘int’ [-Wimplicit-int] dordata(ans,off,class,typ,fname,contact_ptr) ^~~~~~~ traceroute.c: In function ‘get_origin’: traceroute.c:2732:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(s, buf, strlen(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~