=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/net/mtr", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for mtr-0.96nb1 --- config.h --- --- all --- /opt/local/bin/bmake all-am --- ui/.dirstamp --- --- ui/.deps/.dirstamp --- --- packet/.dirstamp --- --- packet/.deps/.dirstamp --- --- portability/.dirstamp --- --- portability/.deps/.dirstamp --- --- packet/cmdparse.o --- CC packet/cmdparse.o --- packet/sockaddr.o --- CC packet/sockaddr.o --- portability/error.o --- CC portability/error.o --- ui/mtr-mtr.o --- CC ui/mtr-mtr.o --- ui/mtr-net.o --- CC ui/mtr-net.o --- ui/mtr-cmdpipe.o --- CC ui/mtr-cmdpipe.o --- ui/mtr-dns.o --- CC ui/mtr-dns.o --- ui/mtr-raw.o --- CC ui/mtr-raw.o --- ui/mtr-split.o --- CC ui/mtr-split.o --- ui/mtr-display.o --- CC ui/mtr-display.o --- ui/mtr-split.o --- ui/split.c: In function 'split_redraw': ui/split.c:105:52: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 255 [-Wformat-truncation=] 105 | snprintf(newLine, sizeof(newLine), "%s %d %d %d %d %d %d", | ^~ ui/split.c:105:48: note: directive argument in the range [-2147483, 2147483] 105 | snprintf(newLine, sizeof(newLine), "%s %d %d %d %d %d %d", | ^~~~~~~~~~~~~~~~~~~~~~ ui/split.c:105:48: note: directive argument in the range [-2147483, 2147483] ui/split.c:105:48: note: directive argument in the range [-2147483, 2147483] ui/split.c:105:13: note: 'snprintf' output between 13 and 319 bytes into a destination of size 256 105 | snprintf(newLine, sizeof(newLine), "%s %d %d %d %d %d %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 106 | name, net_loss(at), net_returned(at), net_xmit(at), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 107 | net_best(at) / 1000, net_avg(at) / 1000, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 108 | net_worst(at) / 1000); | ~~~~~~~~~~~~~~~~~~~~~ In file included from ui/split.c:37: In function 'xstrncpy', inlined from 'split_redraw' at ui/split.c:121:13: ui/utils.h:39:5: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 39 | strncpy(dest, src, n - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ --- ui/mtr-report.o --- CC ui/mtr-report.o --- ui/mtr-select.o --- CC ui/mtr-select.o --- ui/mtr-utils.o --- CC ui/mtr-utils.o --- packet/mtr-cmdparse.o --- CC packet/mtr-cmdparse.o --- packet/mtr-sockaddr.o --- CC packet/mtr-sockaddr.o --- ui/mtr-asn.o --- CC ui/mtr-asn.o --- ui/mtr-curses.o --- CC ui/mtr-curses.o --- packet/packet.o --- CC packet/packet.o --- portability/mtr-error.o --- CC portability/mtr-error.o --- packet/command.o --- CC packet/command.o --- packet/probe.o --- CC packet/probe.o --- packet/timeval.o --- CC packet/timeval.o --- packet/construct_unix.o --- CC packet/construct_unix.o packet/construct_unix.c: In function 'construct_udp6_packet': packet/construct_unix.c:253:9: warning: unused variable 'udp_socket' [-Wunused-variable] 253 | int udp_socket = net_state->platform.udp6_send_socket; | ^~~~~~~~~~ --- packet/deconstruct_unix.o --- CC packet/deconstruct_unix.o --- packet/probe_unix.o --- CC packet/probe_unix.o --- packet/wait_unix.o --- CC packet/wait_unix.o --- mtr --- CCLD mtr --- config.h --- --- mtr-packet --- CCLD mtr-packet *** Please use pkgtools/verifypc to sanity check dependencies.