+ 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] 935 | main(argc, argv) | ^~~~ traceroute.c:1741:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 1741 | 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] 1759 | (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] 1778 | send_probe(seq, ttl, proto) | ^~~~~~~~~~ traceroute.c:2154:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 2154 | packet_ok(buf, cc, from, seq, proto) | ^~~~~~~~~ traceroute.c:2345:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 2345 | print(buf, cc, from) | ^~~~~ traceroute.c:2377:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 2377 | tvsub(out, in) | ^~~~~ traceroute.c:2930:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 2930 | doqd(ans,off) | ^~~~ traceroute.c:2943:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 2943 | dorr(ans,off,contact_ptr) | ^~~~ traceroute.c:2962:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 2962 | doname(ans,off,name) | ^~~~~~ traceroute.c:2991:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 2991 | dotype(ans,off) | ^~~~~~ traceroute.c:2998:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 2998 | doclass(ans,off) | ^~~~~~~ traceroute.c:3005:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 3005 | dottl(ans,off) | ^~~~~ traceroute.c:3012:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 3012 | 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] 2732 | write(s, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~