------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> vpcs-0.8 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> vpcs-0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vpcs-0.8 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> vpcs-0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vpcs-0.8 for building => SHA256 Checksum OK for vpcs-0.8-src.tbz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> vpcs-0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vpcs-0.8 for building ===> Extracting for vpcs-0.8 ===> vpcs-0.8 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vpcs-0.8 for building => SHA256 Checksum OK for vpcs-0.8-src.tbz. Extracted Memory Use: 1.27M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for vpcs-0.8 ===> Applying dragonfly patches for vpcs-0.8 ===> Cleanly applied dragonfly patch(es) patch-src_command.c /usr/bin/env WRKSRC=/construction/emulators/vpcs/vpcs-0.8 REWARNFILE=/construction/emulators/vpcs/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's@CC=clang@CC=cc@g' /construction/emulators/vpcs/vpcs-0.8/src/Makefile.fbsd SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for vpcs-0.8 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for vpcs-0.8 cd /construction/emulators/vpcs/vpcs-0.8/src && /usr/bin/make -f Makefile.fbsd cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c vpcs.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c daemon.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c readline.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c packets.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c utils.c utils.c: In function 'getkv': utils.c:45:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(buf, str, strlen(str)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c queue.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c command.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c dev.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c dhcp.c dhcp.c: In function 'dhcp4_discover': dhcp.c:83:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy((char *)(dh->options + i), pc->xname, k); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dhcp.c:81:6: note: length computed here k = strlen(pc->xname); ^~~~~~~~~~~~~~~~~ dhcp.c: In function 'dhcp4_request': dhcp.c:193:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy((char *)(dh->options + i), pc->xname, k); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dhcp.c:191:6: note: length computed here k = strlen(pc->xname); ^~~~~~~~~~~~~~~~~ dhcp.c: In function 'dhcp4_release': dhcp.c:294:2: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy((char *)(dh->options + i), pc->xname, k); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dhcp.c:292:6: note: length computed here k = strlen(pc->xname); ^~~~~~~~~~~~~~~~~ cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c command6.c command6.c: In function 'ip6Info': command6.c:898:20: warning: '%s' directive writing up to 46 bytes into a region of size 44 [-Wformat-overflow=] sprintf(buf, "ip %s/%d", tmp, vpc[id].ip6.cidr); ^~ ~~~ command6.c:898:3: note: 'sprintf' output between 6 and 62 bytes into a destination of size 47 sprintf(buf, "ip %s/%d", tmp, vpc[id].ip6.cidr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c packets6.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c ip.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c tcp.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c inet6.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c dns.c dns.c: In function 'hostresolv': dns.c:54:8: warning: variable 'pdn' set but not used [-Wunused-but-set-variable] char *pdn = NULL; ^~~ dns.c: In function 'appenddomain': dns.c:141:25: warning: argument to 'sizeof' in 'snprintf' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] snprintf(dname, sizeof(dname), "%s", name); ^ dns.c:145:24: warning: argument to 'sizeof' in 'snprintf' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] snprintf(dname, sizeof(dname), "%s.%s", name, dn); ^ dns.c: In function 'dns4': dns.c:151:17: warning: variable 'in' set but not used [-Wunused-but-set-variable] struct in_addr in; ^~ dns.c: In function 'hostresolv': dns.c:145:37: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 7 [-Wformat-truncation=] snprintf(dname, sizeof(dname), "%s.%s", name, dn); ^~ dns.c:145:2: note: 'snprintf' output 2 or more bytes (assuming 65) into a destination of size 8 snprintf(dname, sizeof(dname), "%s.%s", name, dn); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dns.c:159:16: warning: 'cb.dip' may be used uninitialized in this function [-Wmaybe-uninitialized] if (sameNet(cb.dip, pc->ip4.ip, pc->ip4.cidr)) ~~^~~~ cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c remote.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c help.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c dump.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c relay.c relay.c: In function 'run_relay': relay.c:92:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (port > 1024 && port < 65534) ^~ relay.c:94:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (relay_fd) { ^~ cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c hv.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c frag.c cc -DFreeBSD -Dx86_64 -Wall -DHV -O2 -I. -c frag6.c cc vpcs.o daemon.o readline.o packets.o utils.o queue.o command.o dev.o dhcp.o command6.o packets6.o ip.o tcp.o inet6.o dns.o remote.o help.o dump.o relay.o hv.o frag.o frag6.o -o vpcs -lpthread -lutil -static -s SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for vpcs-0.8 ===> Generating temporary packing list install -s -m 555 /construction/emulators/vpcs/vpcs-0.8/src/vpcs /construction/emulators/vpcs/stage/usr/local/bin install -m 444 /construction/emulators/vpcs/vpcs-0.8/man/vpcs.1 /construction/emulators/vpcs/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) ====> 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 vpcs-0.8 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:09