------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> parpd-1.3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> parpd-1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by parpd-1.3 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> parpd-1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by parpd-1.3 for building => SHA256 Checksum OK for parpd-1.3.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> parpd-1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by parpd-1.3 for building ===> Extracting for parpd-1.3 ===> parpd-1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by parpd-1.3 for building => SHA256 Checksum OK for parpd-1.3.tgz. Extracted Memory Use: 0.13M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for parpd-1.3 ===> Applying dragonfly patches for parpd-1.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for parpd-1.3 /usr/bin/env WRKSRC=/construction/net/parpd/parpd-1.3 REWARNFILE=/construction/net/parpd/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's|-Wpedantic||' /construction/net/parpd/parpd-1.3/Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for parpd-1.3 --- main.o --- --- helper.o --- --- config.o --- --- bpf.o --- --- arp.o --- --- nd.o --- --- rd.o --- --- cache.o --- --- cache6.o --- --- log.o --- --- main.o --- cc -pipe -DSLIST_FOREACH_SAFE=SLIST_FOREACH_MUTABLE -DTAILQ_FOREACH_SAFE=TAILQ_FOREACH_MUTABLE -O2 -fno-strict-aliasing -W -Wall -Wextra -c main.c --- helper.o --- cc -pipe -DSLIST_FOREACH_SAFE=SLIST_FOREACH_MUTABLE -DTAILQ_FOREACH_SAFE=TAILQ_FOREACH_MUTABLE -O2 -fno-strict-aliasing -W -Wall -Wextra -c helper.c --- config.o --- cc -pipe -DSLIST_FOREACH_SAFE=SLIST_FOREACH_MUTABLE -DTAILQ_FOREACH_SAFE=TAILQ_FOREACH_MUTABLE -O2 -fno-strict-aliasing -W -Wall -Wextra -c config.c --- bpf.o --- cc -pipe -DSLIST_FOREACH_SAFE=SLIST_FOREACH_MUTABLE -DTAILQ_FOREACH_SAFE=TAILQ_FOREACH_MUTABLE -O2 -fno-strict-aliasing -W -Wall -Wextra -c bpf.c --- arp.o --- cc -pipe -DSLIST_FOREACH_SAFE=SLIST_FOREACH_MUTABLE -DTAILQ_FOREACH_SAFE=TAILQ_FOREACH_MUTABLE -O2 -fno-strict-aliasing -W -Wall -Wextra -c arp.c --- nd.o --- cc -pipe -DSLIST_FOREACH_SAFE=SLIST_FOREACH_MUTABLE -DTAILQ_FOREACH_SAFE=TAILQ_FOREACH_MUTABLE -O2 -fno-strict-aliasing -W -Wall -Wextra -c nd.c --- rd.o --- cc -pipe -DSLIST_FOREACH_SAFE=SLIST_FOREACH_MUTABLE -DTAILQ_FOREACH_SAFE=TAILQ_FOREACH_MUTABLE -O2 -fno-strict-aliasing -W -Wall -Wextra -c rd.c --- cache.o --- cc -pipe -DSLIST_FOREACH_SAFE=SLIST_FOREACH_MUTABLE -DTAILQ_FOREACH_SAFE=TAILQ_FOREACH_MUTABLE -O2 -fno-strict-aliasing -W -Wall -Wextra -c cache.c --- cache6.o --- cc -pipe -DSLIST_FOREACH_SAFE=SLIST_FOREACH_MUTABLE -DTAILQ_FOREACH_SAFE=TAILQ_FOREACH_MUTABLE -O2 -fno-strict-aliasing -W -Wall -Wextra -c cache6.c --- log.o --- cc -pipe -DSLIST_FOREACH_SAFE=SLIST_FOREACH_MUTABLE -DTAILQ_FOREACH_SAFE=TAILQ_FOREACH_MUTABLE -O2 -fno-strict-aliasing -W -Wall -Wextra -c log.c --- config.o --- In file included from /usr/include/sys/types.h:44, from parpd.h:6, from config.c:1: config.c: In function 'init_netmasks': config.c:22:38: warning: left shift of negative value [-Wshift-negative-value] netmask[i].s_addr = htonl((-1l)<<(32-i)); ^~ config.c:32:18: warning: left shift of negative value [-Wshift-negative-value] (-1)<= 0 is always true [-Wtype-limits] assert(NULL != data && 0 <= len); ^~ --- rd.o --- In file included from rd.c:12: rd.c: In function 'handle_rd_packet': rd.c:130:29: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] assert(NULL != data && 0 <= len); ^~ --- config.o --- config.c: In function 'parse_cidr': config.c:140:12: warning: comparison is always true due to limited range of data type [-Wtype-limits] if(0 <= len && 32 >= len) { ^~ config.c: In function 'parse_cidr6': config.c:164:18: warning: comparison is always false due to limited range of data type [-Wtype-limits] } else if(len < 0 || len > 128) { ^ --- rd.o --- At top level: rd.c:34:13: warning: 'print_frame' defined but not used [-Wunused-function] static void print_frame(const struct rd_frame * frame) { ^~~~~~~~~~~ --- config.o --- config.c: In function 'read_config': config.c:274:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if(0 == strcasecmp(token, "or")) { ^ config.c:280:4: note: here case INTERFACE: ^~~~ --- bpf.o --- bpf.c: In function 'set_filter': bpf.c:98:23: warning: unused variable 'arp' [-Wunused-variable] struct bpf_program arp = { sizeof(arp_cmds)/sizeof(*arp_cmds), arp_cmds }; ^~~ bpf.c:79:21: warning: unused parameter 'fd' [-Wunused-parameter] bool set_filter(int fd) { ~~~~^~ --- nd.o --- In file included from nd.c:12: nd.c: In function 'handle_nd_packet': nd.c:300:29: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] assert(NULL != data && 0 <= len); ^~ --- bpf.o --- bpf.c: In function 'bind_interface': bpf.c:44:4: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(ifr.ifr_name, global.interface.name, sizeof(ifr.ifr_name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- config.o --- config.c:451:9: warning: 'action_rd' may be used uninitialized in this function [-Wmaybe-uninitialized] if(parse_cidr6(token, &action_rd->src)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ config.c:396:9: warning: 'action6' may be used uninitialized in this function [-Wmaybe-uninitialized] if(parse_cidr6(token, &action6->src)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ config.c:322:9: warning: 'action' may be used uninitialized in this function [-Wmaybe-uninitialized] if(parse_cidr(token, &action->src)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- parpd --- cc -pipe -DSLIST_FOREACH_SAFE=SLIST_FOREACH_MUTABLE -DTAILQ_FOREACH_SAFE=TAILQ_FOREACH_MUTABLE -O2 -fno-strict-aliasing -W -Wall -Wextra -o parpd main.o helper.o config.o bpf.o arp.o nd.o rd.o cache.o cache6.o log.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for parpd-1.3 ===> Generating temporary packing list install -s -m 555 /construction/net/parpd/parpd-1.3/parpd /construction/net/parpd/stage/usr/local/sbin install -m 444 /construction/net/parpd/parpd-1.3/parpd.8 /construction/net/parpd/stage/usr/local/man/man8 ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for parpd-1.3 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03