=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for pkg-1.10.99.7 /usr/bin/make all-recursive Making all in compat CC libbsd_compat_la-basename.lo distcc[29051] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[29051] Warning: failed to distribute basename.c to 10.0.20.124:3632, running locally instead CC libbsd_compat_la-closefrom.lo distcc[17620] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libbsd_compat_la-dirname.lo distcc[19241] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libbsd_compat_la-file_at.lo distcc[20387] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libbsd_compat_la-humanize_number.lo distcc[9054] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libbsd_compat_la-strtonum.lo distcc[15731] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libbsd_compat_la-strnstr.lo distcc[10343] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[10343] Warning: failed to distribute strnstr.c to 10.0.20.124:3632, running locally instead CC libbsd_compat_la-funopen.lo distcc[9622] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CCLD libbsd_compat.la Making all in external ./libelf/native-elf-format > libelf/native-elf-format.h distcc[28765] (dcc_build_somewhere) Warning: failed to distribute, running locally instead M4 libelf/libelf_convert.c M4 libelf/libelf_fsize.c M4 libelf/libelf_msize.c /usr/bin/make all-recursive Making all in blake2 CC libblake2_la-blake2b-ref.lo distcc[23130] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libblake2_la-blake2s-ref.lo distcc[10554] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[10554] Warning: failed to distribute blake2s-ref.c to 10.0.20.124:3632, running locally instead CCLD libblake2.la CC libblake2_static_la-blake2b-ref.lo distcc[9620] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[9620] Warning: failed to distribute blake2b-ref.c to 10.0.20.124:3632, running locally instead CC libblake2_static_la-blake2s-ref.lo distcc[861] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[861] Warning: failed to distribute blake2s-ref.c to 10.0.20.124:3632, running locally instead CCLD libblake2_static.la CC libucl/src/libucl_static_la-ucl_emitter.lo distcc[211] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[211] Warning: failed to distribute libucl/src/ucl_emitter.c to 10.0.20.124:3632, running locally instead CC libucl/src/libucl_static_la-ucl_emitter_utils.lo distcc[29113] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libucl/src/libucl_static_la-ucl_emitter_streamline.lo distcc[6139] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libucl/src/libucl_static_la-ucl_hash.lo distcc[21400] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[21400] Warning: failed to distribute libucl/src/ucl_hash.c to 10.0.20.124:3632, running locally instead CC libucl/src/libucl_static_la-ucl_parser.lo distcc[15703] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[15703] Warning: failed to distribute libucl/src/ucl_parser.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/ctype.h:100, from libucl/src/ucl_internal.h:82, from libucl/src/ucl_parser.c:25: libucl/src/ucl_parser.c: In function 'ucl_maybe_parse_number': libucl/src/ucl_parser.c:693:27: warning: array subscript has type 'char' [-Wchar-subscripts] 693 | if (is_hex && isxdigit (*p)) { | ^ libucl/src/ucl_parser.c:696:21: warning: array subscript has type 'char' [-Wchar-subscripts] 696 | else if (isdigit (*p)) { | ^ libucl/src/ucl_parser.c:737:20: warning: array subscript has type 'char' [-Wchar-subscripts] 737 | if (!isdigit (*p) && *p != '+' && *p != '-') { | ^ libucl/src/ucl_parser.c:832:20: warning: array subscript has type 'char' [-Wchar-subscripts] 832 | if (tolower (p[0]) == 'm' && | ^ libucl/src/ucl_parser.c:833:18: warning: array subscript has type 'char' [-Wchar-subscripts] 833 | tolower (p[1]) == 'i' && | ^ libucl/src/ucl_parser.c:834:18: warning: array subscript has type 'char' [-Wchar-subscripts] 834 | tolower (p[2]) == 'n') { | ^ CC libucl/src/libucl_static_la-ucl_schema.lo distcc[25556] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[25556] Warning: failed to distribute libucl/src/ucl_schema.c to 10.0.20.124:3632, running locally instead CC libucl/src/libucl_static_la-ucl_util.lo distcc[9920] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from libucl/src/ucl_internal.h:82, from libucl/src/ucl_util.c:26: libucl/src/ucl_util.c: In function 'ucl_unescape_json_string': libucl/src/ucl_util.c:319:21: warning: array subscript has type 'char' [-Wchar-subscripts] 319 | if (isdigit (h[i])) { | ^ libucl/src/ucl_util.c: In function 'ucl_strlcpy_tolower': libucl/src/ucl_util.c:1962:25: warning: array subscript has type 'char' [-Wchar-subscripts] 1962 | if ((*d++ = tolower (*s++)) == '\0') { | ^ CC libucl/src/libucl_static_la-ucl_msgpack.lo distcc[1360] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[1360] Warning: failed to distribute libucl/src/ucl_msgpack.c to 10.0.20.124:3632, running locally instead CC libucl/src/libucl_static_la-ucl_sexp.lo distcc[26916] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CCLD libucl_static.la CC sqlite/libsqlite_static_la-sqlite3.lo distcc[15508] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[15508] Warning: failed to distribute sqlite/sqlite3.c to 10.0.20.124:3632, running locally instead sqlite/sqlite3.c: In function 'sqlite3VXPrintf': sqlite/sqlite3.c:25194:11: warning: floating constant exceeds range of 'double' 25194 | while( realvalue>=1e100*scale && exp<=350 ){ scale *= 1e100;exp+=100;} | ^~~~~ sqlite/sqlite3.c:25194:11: warning: floating constant exceeds range of 'double' sqlite/sqlite3.c: In function 'sqlite3AtoF': sqlite/sqlite3.c:27757:13: warning: floating constant exceeds range of 'double' 27757 | result /= 1.0e+308; | ^~~~~~ sqlite/sqlite3.c:27760:13: warning: floating constant exceeds range of 'double' 27760 | result *= 1.0e+308; | ^~~~~~ sqlite/sqlite3.c:27766:13: warning: floating constant exceeds range of 'double' 27766 | result = 1e308*1e308*s; /* Infinity */ | ^~~~~~ sqlite/sqlite3.c:27766:13: warning: floating constant exceeds range of 'double' sqlite/sqlite3.c: In function 'whereLoopAddVirtualOne': sqlite/sqlite3.c:130836:3: warning: floating constant exceeds range of 'double' 130836 | pIdxInfo->estimatedCost = SQLITE_BIG_DBL / (double)2; | ^~~~~~~~ sqlite/sqlite3.c: In function 'fts3BestIndexMethod': sqlite/sqlite3.c:144695:9: warning: floating constant exceeds range of 'double' 144695 | pInfo->estimatedCost = 1e50; | ^~~~~ sqlite/sqlite3.c: In function 'sqlite3SelectNew': sqlite/sqlite3.c:114543:10: warning: function may return address of local variable [-Wreturn-local-addr] 114543 | return pNew; | ^~~~ sqlite/sqlite3.c:114503:10: note: declared here 114503 | Select standin; | ^~~~~~~ CC sqlite/libsqlite_static_la-shell.lo distcc[12996] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[12996] Warning: failed to distribute sqlite/shell.c to 10.0.20.124:3632, running locally instead CCLD libsqlite_static.la CC expat/lib/libexpat_static_la-xmlparse.lo distcc[6099] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[6099] Warning: failed to distribute expat/lib/xmlparse.c to 10.0.20.124:3632, running locally instead CC expat/lib/libexpat_static_la-xmlrole.lo distcc[14043] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[14043] Warning: failed to distribute expat/lib/xmlrole.c to 10.0.20.124:3632, running locally instead CC expat/lib/libexpat_static_la-xmltok.lo distcc[17556] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CCLD libexpat_static.la CC picosat/libpicosat_static_la-picosat.lo distcc[19898] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[19898] Warning: failed to distribute picosat/picosat.c to 10.0.20.124:3632, running locally instead In file included from picosat/picosat.c:26: picosat/picosat.c: In function 'fixvar': picosat/picosat.c:2087:23: warning: comparison between pointer and zero character constant [-Wpointer-compare] 2087 | assert (VAR2LIT (v) != UNDEF); | ^~ picosat/picosat.c:174:20: note: did you mean to dereference the pointer? 174 | #define VAR2LIT(v) (ps->lits + 2 * ((v) - ps->vars)) | ^ picosat/picosat.c:2087:11: note: in expansion of macro 'VAR2LIT' 2087 | assert (VAR2LIT (v) != UNDEF); | ^~~~~~~ CC picosat/libpicosat_static_la-version.lo distcc[3418] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[3418] Warning: failed to distribute picosat/version.c to 10.0.20.124:3632, running locally instead CCLD libpicosat_static.la CC libfetch/libfetch_static_la-common.lo distcc[21050] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from libfetch/common.c:39: libfetch/common.c: In function 'fetch_ssl_is_trad_domain_label': libfetch/common.c:392:17: warning: array subscript has type 'char' [-Wchar-subscripts] 392 | if (!isdigit(l[i]) && | ^ libfetch/common.c: In function 'fetch_ssl_verify_altname': libfetch/common.c:596:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 596 | ns = (const char *)ASN1_STRING_data(name->d.ia5); | ^~ In file included from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/bio.h:13, from /usr/include/openssl/x509v3.h:13, from libfetch/common.c:52: /usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ CC libfetch/libfetch_static_la-fetch.lo distcc[4570] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[4570] Warning: failed to distribute libfetch/fetch.c to 10.0.20.124:3632, running locally instead CC libfetch/libfetch_static_la-file.lo distcc[29303] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libfetch/libfetch_static_la-ftp.lo distcc[14812] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[14812] Warning: failed to distribute libfetch/ftp.c to 10.0.20.124:3632, running locally instead libfetch/ftp.c: In function 'ftp_transfer': libfetch/ftp.c:821:7: warning: 'sslen' may be used uninitialized in this function [-Wmaybe-uninitialized] 821 | if (bind(sd, (struct sockaddr *)&sa, sslen) == -1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libfetch/libfetch_static_la-http.lo distcc[16805] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[16805] Warning: failed to distribute libfetch/http.c to 10.0.20.124:3632, running locally instead libfetch/http.c: In function 'http_connect': libfetch/http.c:1389:10: warning: unused variable 'val' [-Wunused-variable] 1389 | int af, val; | ^~~ CCLD libfetch_static.la CC linenoise/linenoise.lo distcc[17573] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[17573] Warning: failed to distribute linenoise/linenoise.c to 10.0.20.124:3632, running locally instead CCLD liblinenoise_static.la CC libelf/libelf_static_la-elf.lo distcc[9522] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[9522] Warning: failed to distribute libelf/elf.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_static_la-elf_begin.lo distcc[4470] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_cntl.lo distcc[2840] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_data.lo distcc[26967] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_end.lo distcc[24305] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_errmsg.lo distcc[3959] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[3959] Warning: failed to distribute libelf/elf_errmsg.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_static_la-elf_errno.lo distcc[5569] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_fill.lo distcc[4587] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_flag.lo distcc[15455] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_getarhdr.lo distcc[23140] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_getarsym.lo distcc[3622] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_getbase.lo distcc[9547] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[9547] Warning: failed to distribute libelf/elf_getbase.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_static_la-elf_getident.lo distcc[983] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_hash.lo distcc[25307] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_kind.lo distcc[1639] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_memory.lo distcc[16336] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_next.lo distcc[6163] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_open.lo distcc[9760] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[9760] Warning: failed to distribute libelf/elf_open.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_static_la-elf_phnum.lo distcc[8521] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_rand.lo distcc[19160] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_rawfile.lo distcc[10103] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_scn.lo distcc[20652] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_shnum.lo distcc[26799] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[26799] Warning: failed to distribute libelf/elf_shnum.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_static_la-elf_shstrndx.lo distcc[15444] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_strptr.lo distcc[13351] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_update.lo distcc[18010] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-elf_version.lo distcc[228] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[228] Warning: failed to distribute libelf/elf_version.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_static_la-gelf_cap.lo distcc[21225] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-gelf_checksum.lo distcc[27202] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-gelf_dyn.lo distcc[165] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-gelf_ehdr.lo distcc[24671] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-gelf_fsize.lo distcc[17867] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[17867] Warning: failed to distribute libelf/gelf_fsize.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_static_la-gelf_getclass.lo distcc[3652] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-gelf_move.lo distcc[25304] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-gelf_phdr.lo distcc[18422] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-gelf_rel.lo distcc[4571] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-gelf_rela.lo distcc[20132] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[20132] Warning: failed to distribute libelf/gelf_rela.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_static_la-gelf_shdr.lo distcc[25022] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-gelf_sym.lo distcc[18976] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-gelf_syminfo.lo distcc[12375] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-gelf_symshndx.lo distcc[17737] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-gelf_xlate.lo distcc[4700] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[4700] Warning: failed to distribute libelf/gelf_xlate.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_static_la-libelf_align.lo distcc[22961] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-libelf_allocate.lo distcc[5935] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-libelf_ar.lo distcc[12474] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-libelf_ar_util.lo distcc[24660] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-libelf_checksum.lo distcc[2926] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[2926] Warning: failed to distribute libelf/libelf_checksum.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_static_la-libelf_data.lo distcc[1788] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-libelf_ehdr.lo distcc[489] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-libelf_extended.lo distcc[5246] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-libelf_memory.lo distcc[6466] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-libelf_open.lo distcc[14068] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[14068] Warning: failed to distribute libelf/libelf_open.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_static_la-libelf_phdr.lo distcc[9595] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-libelf_shdr.lo distcc[12868] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-libelf_xlate.lo distcc[3176] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-libelf_fsize.lo distcc[4568] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_static_la-libelf_msize.lo distcc[3634] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[3634] Warning: failed to distribute libelf/libelf_msize.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_static_la-libelf_convert.lo distcc[2010] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CCLD libelf_static.la CC libucl/src/libucl_la-ucl_emitter.lo distcc[13487] (dcc_select_for_write) ERROR: IO timeout distcc[13487] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[13487] Warning: failed to distribute libucl/src/ucl_emitter.c to 10.0.20.124:3632, running locally instead CC libucl/src/libucl_la-ucl_emitter_utils.lo distcc[7097] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libucl/src/libucl_la-ucl_emitter_streamline.lo distcc[11842] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libucl/src/libucl_la-ucl_hash.lo distcc[11357] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[11357] Warning: failed to distribute libucl/src/ucl_hash.c to 10.0.20.124:3632, running locally instead CC libucl/src/libucl_la-ucl_parser.lo distcc[15822] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[15822] Warning: failed to distribute libucl/src/ucl_parser.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/ctype.h:100, from libucl/src/ucl_internal.h:82, from libucl/src/ucl_parser.c:25: libucl/src/ucl_parser.c: In function 'ucl_maybe_parse_number': libucl/src/ucl_parser.c:693:27: warning: array subscript has type 'char' [-Wchar-subscripts] 693 | if (is_hex && isxdigit (*p)) { | ^ libucl/src/ucl_parser.c:696:21: warning: array subscript has type 'char' [-Wchar-subscripts] 696 | else if (isdigit (*p)) { | ^ libucl/src/ucl_parser.c:737:20: warning: array subscript has type 'char' [-Wchar-subscripts] 737 | if (!isdigit (*p) && *p != '+' && *p != '-') { | ^ libucl/src/ucl_parser.c:832:20: warning: array subscript has type 'char' [-Wchar-subscripts] 832 | if (tolower (p[0]) == 'm' && | ^ libucl/src/ucl_parser.c:833:18: warning: array subscript has type 'char' [-Wchar-subscripts] 833 | tolower (p[1]) == 'i' && | ^ libucl/src/ucl_parser.c:834:18: warning: array subscript has type 'char' [-Wchar-subscripts] 834 | tolower (p[2]) == 'n') { | ^ CC libucl/src/libucl_la-ucl_schema.lo distcc[8040] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[8040] Warning: failed to distribute libucl/src/ucl_schema.c to 10.0.20.124:3632, running locally instead CC libucl/src/libucl_la-ucl_util.lo distcc[1985] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from libucl/src/ucl_internal.h:82, from libucl/src/ucl_util.c:26: libucl/src/ucl_util.c: In function 'ucl_unescape_json_string': libucl/src/ucl_util.c:319:21: warning: array subscript has type 'char' [-Wchar-subscripts] 319 | if (isdigit (h[i])) { | ^ libucl/src/ucl_util.c: In function 'ucl_strlcpy_tolower': libucl/src/ucl_util.c:1962:25: warning: array subscript has type 'char' [-Wchar-subscripts] 1962 | if ((*d++ = tolower (*s++)) == '\0') { | ^ CC libucl/src/libucl_la-ucl_msgpack.lo distcc[2215] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[2215] Warning: failed to distribute libucl/src/ucl_msgpack.c to 10.0.20.124:3632, running locally instead CC libucl/src/libucl_la-ucl_sexp.lo distcc[25054] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CCLD libucl.la CC sqlite/libsqlite_la-sqlite3.lo distcc[1387] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[1387] Warning: failed to distribute sqlite/sqlite3.c to 10.0.20.124:3632, running locally instead sqlite/sqlite3.c: In function 'sqlite3VXPrintf': sqlite/sqlite3.c:25194:11: warning: floating constant exceeds range of 'double' 25194 | while( realvalue>=1e100*scale && exp<=350 ){ scale *= 1e100;exp+=100;} | ^~~~~ sqlite/sqlite3.c:25194:11: warning: floating constant exceeds range of 'double' sqlite/sqlite3.c: In function 'sqlite3AtoF': sqlite/sqlite3.c:27757:13: warning: floating constant exceeds range of 'double' 27757 | result /= 1.0e+308; | ^~~~~~ sqlite/sqlite3.c:27760:13: warning: floating constant exceeds range of 'double' 27760 | result *= 1.0e+308; | ^~~~~~ sqlite/sqlite3.c:27766:13: warning: floating constant exceeds range of 'double' 27766 | result = 1e308*1e308*s; /* Infinity */ | ^~~~~~ sqlite/sqlite3.c:27766:13: warning: floating constant exceeds range of 'double' sqlite/sqlite3.c: In function 'whereLoopAddVirtualOne': sqlite/sqlite3.c:130836:3: warning: floating constant exceeds range of 'double' 130836 | pIdxInfo->estimatedCost = SQLITE_BIG_DBL / (double)2; | ^~~~~~~~ sqlite/sqlite3.c: In function 'fts3BestIndexMethod': sqlite/sqlite3.c:144695:9: warning: floating constant exceeds range of 'double' 144695 | pInfo->estimatedCost = 1e50; | ^~~~~ sqlite/sqlite3.c: In function 'sqlite3SelectNew': sqlite/sqlite3.c:114543:10: warning: function may return address of local variable [-Wreturn-local-addr] 114543 | return pNew; | ^~~~ sqlite/sqlite3.c:114503:10: note: declared here 114503 | Select standin; | ^~~~~~~ CC sqlite/libsqlite_la-shell.lo distcc[20434] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[20434] Warning: failed to distribute sqlite/shell.c to 10.0.20.124:3632, running locally instead CCLD libsqlite.la CC expat/lib/libexpat_la-xmlparse.lo distcc[25969] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[25969] Warning: failed to distribute expat/lib/xmlparse.c to 10.0.20.124:3632, running locally instead CC expat/lib/libexpat_la-xmlrole.lo distcc[20571] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[20571] Warning: failed to distribute expat/lib/xmlrole.c to 10.0.20.124:3632, running locally instead CC expat/lib/libexpat_la-xmltok.lo distcc[15660] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CCLD libexpat.la CC picosat/libpicosat_la-picosat.lo distcc[4504] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[4504] Warning: failed to distribute picosat/picosat.c to 10.0.20.124:3632, running locally instead In file included from picosat/picosat.c:26: picosat/picosat.c: In function 'fixvar': picosat/picosat.c:2087:23: warning: comparison between pointer and zero character constant [-Wpointer-compare] 2087 | assert (VAR2LIT (v) != UNDEF); | ^~ picosat/picosat.c:174:20: note: did you mean to dereference the pointer? 174 | #define VAR2LIT(v) (ps->lits + 2 * ((v) - ps->vars)) | ^ picosat/picosat.c:2087:11: note: in expansion of macro 'VAR2LIT' 2087 | assert (VAR2LIT (v) != UNDEF); | ^~~~~~~ CC picosat/libpicosat_la-version.lo distcc[6975] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[6975] Warning: failed to distribute picosat/version.c to 10.0.20.124:3632, running locally instead CCLD libpicosat.la CC libfetch/libfetch_la-common.lo distcc[15484] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from libfetch/common.c:39: libfetch/common.c: In function 'fetch_ssl_is_trad_domain_label': libfetch/common.c:392:17: warning: array subscript has type 'char' [-Wchar-subscripts] 392 | if (!isdigit(l[i]) && | ^ libfetch/common.c: In function 'fetch_ssl_verify_altname': libfetch/common.c:596:3: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 596 | ns = (const char *)ASN1_STRING_data(name->d.ia5); | ^~ In file included from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/bio.h:13, from /usr/include/openssl/x509v3.h:13, from libfetch/common.c:52: /usr/include/openssl/asn1.h:554:1: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ CC libfetch/libfetch_la-fetch.lo distcc[8447] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[8447] Warning: failed to distribute libfetch/fetch.c to 10.0.20.124:3632, running locally instead CC libfetch/libfetch_la-file.lo distcc[17496] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libfetch/libfetch_la-ftp.lo distcc[16720] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libfetch/ftp.c: In function 'ftp_transfer': libfetch/ftp.c:821:7: warning: 'sslen' may be used uninitialized in this function [-Wmaybe-uninitialized] 821 | if (bind(sd, (struct sockaddr *)&sa, sslen) == -1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libfetch/libfetch_la-http.lo distcc[19950] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[19950] Warning: failed to distribute libfetch/http.c to 10.0.20.124:3632, running locally instead libfetch/http.c: In function 'http_connect': libfetch/http.c:1389:10: warning: unused variable 'val' [-Wunused-variable] 1389 | int af, val; | ^~~ CCLD libfetch.la CC linenoise/liblinenoise_la-linenoise.lo distcc[26726] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[26726] Warning: failed to distribute linenoise/linenoise.c to 10.0.20.124:3632, running locally instead CCLD liblinenoise.la CC libelf/libelf_la-elf.lo distcc[10815] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_begin.lo distcc[12481] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_cntl.lo distcc[12993] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_data.lo distcc[580] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_end.lo distcc[21501] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_errmsg.lo distcc[22013] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_errno.lo distcc[19418] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_fill.lo distcc[29691] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_flag.lo distcc[14719] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[14719] Warning: failed to distribute libelf/elf_flag.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_la-elf_getarhdr.lo distcc[763] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_getarsym.lo distcc[22780] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_getbase.lo distcc[19147] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_getident.lo distcc[19659] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_hash.lo distcc[2351] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_kind.lo distcc[1189] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_memory.lo distcc[27613] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[27613] Warning: failed to distribute libelf/elf_memory.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_la-elf_next.lo distcc[2213] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_open.lo distcc[27321] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_phnum.lo distcc[17477] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_rand.lo distcc[17989] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_rawfile.lo distcc[8640] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_scn.lo distcc[18579] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_shnum.lo distcc[12052] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[12052] Warning: failed to distribute libelf/elf_shnum.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_la-elf_shstrndx.lo distcc[19603] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_strptr.lo distcc[23745] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_update.lo distcc[1001] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-elf_version.lo distcc[1513] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-gelf_cap.lo distcc[1714] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-gelf_checksum.lo distcc[2226] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-gelf_dyn.lo distcc[2738] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-gelf_ehdr.lo distcc[12390] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-gelf_fsize.lo distcc[12902] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-gelf_getclass.lo distcc[17905] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-gelf_move.lo distcc[5885] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-gelf_phdr.lo distcc[21463] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[21463] Warning: failed to distribute libelf/gelf_phdr.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_la-gelf_rel.lo distcc[6909] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-gelf_rela.lo distcc[8024] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-gelf_shdr.lo distcc[21270] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[21270] Warning: failed to distribute libelf/gelf_shdr.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_la-gelf_sym.lo distcc[9048] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-gelf_syminfo.lo distcc[9949] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-gelf_symshndx.lo distcc[4649] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[4649] Warning: failed to distribute libelf/gelf_symshndx.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_la-gelf_xlate.lo distcc[10973] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-libelf_align.lo distcc[2599] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-libelf_allocate.lo distcc[20548] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-libelf_ar.lo distcc[21060] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-libelf_ar_util.lo distcc[7075] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-libelf_checksum.lo distcc[13139] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[13139] Warning: failed to distribute libelf/libelf_checksum.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_la-libelf_data.lo distcc[8099] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-libelf_ehdr.lo distcc[12777] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-libelf_extended.lo distcc[27450] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[27450] Warning: failed to distribute libelf/libelf_extended.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_la-libelf_memory.lo distcc[13801] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-libelf_open.lo distcc[103] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-libelf_phdr.lo distcc[27124] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[27124] Warning: failed to distribute libelf/libelf_phdr.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_la-libelf_shdr.lo distcc[1127] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-libelf_xlate.lo distcc[24678] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-libelf_fsize.lo distcc[2398] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[2398] Warning: failed to distribute libelf/libelf_fsize.c to 10.0.20.124:3632, running locally instead CC libelf/libelf_la-libelf_msize.lo distcc[25702] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libelf/libelf_la-libelf_convert.lo distcc[26214] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CCLD libelf.la Making all in libpkg Making all in repo Making all in binary CC librepo_binary_static_la-binary.lo distcc[1556] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[1556] Warning: failed to distribute binary.c to 10.0.20.124:3632, running locally instead CC librepo_binary_static_la-common.lo distcc[29432] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC librepo_binary_static_la-fetch.lo distcc[21213] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/stdio.h:595, from fetch.c:36: fetch.c: In function 'pkg_repo_binary_try_fetch': fetch.c:104:49: warning: '.new' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 104 | snprintf(link_dest_tmp, sizeof(link_dest_tmp), "%s.new", link_dest); | ^~~~~~~~ fetch.c:104:52: note: format string is defined here 104 | snprintf(link_dest_tmp, sizeof(link_dest_tmp), "%s.new", link_dest); | ^~~~ In file included from /usr/include/stdio.h:595, from fetch.c:36: fetch.c:104:2: note: '__builtin_snprintf' output between 5 and 1028 bytes into a destination of size 1024 104 | snprintf(link_dest_tmp, sizeof(link_dest_tmp), "%s.new", link_dest); | ^~~~~~~~ CC librepo_binary_static_la-init.lo distcc[6231] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[6231] Warning: failed to distribute init.c to 10.0.20.124:3632, running locally instead CC librepo_binary_static_la-query.lo distcc[17072] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC librepo_binary_static_la-update.lo distcc[16203] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[16203] Warning: failed to distribute update.c to 10.0.20.124:3632, running locally instead CCLD librepo_binary_static.la CC librepo_binary_la-binary.lo distcc[13943] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC librepo_binary_la-common.lo distcc[16932] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[16932] Warning: failed to distribute common.c to 10.0.20.124:3632, running locally instead CC librepo_binary_la-fetch.lo distcc[14839] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/stdio.h:595, from fetch.c:36: fetch.c: In function 'pkg_repo_binary_try_fetch': fetch.c:104:49: warning: '.new' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 104 | snprintf(link_dest_tmp, sizeof(link_dest_tmp), "%s.new", link_dest); | ^~~~~~~~ fetch.c:104:52: note: format string is defined here 104 | snprintf(link_dest_tmp, sizeof(link_dest_tmp), "%s.new", link_dest); | ^~~~ In file included from /usr/include/stdio.h:595, from fetch.c:36: fetch.c:104:2: note: '__builtin_snprintf' output between 5 and 1028 bytes into a destination of size 1024 104 | snprintf(link_dest_tmp, sizeof(link_dest_tmp), "%s.new", link_dest); | ^~~~~~~~ CC librepo_binary_la-init.lo distcc[16193] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC librepo_binary_la-query.lo distcc[24669] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[24669] Warning: failed to distribute query.c to 10.0.20.124:3632, running locally instead CC librepo_binary_la-update.lo distcc[17089] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CCLD librepo_binary.la Making all in . CC libpkg_static_la-pkg.lo distcc[24809] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[24809] Warning: failed to distribute pkg.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-backup.lo distcc[2545] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[2545] Warning: failed to distribute backup.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-clean_cache.lo distcc[2126] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_static_la-dns_utils.lo distcc[25320] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_static_la-fetch.lo distcc[13031] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[13031] Warning: failed to distribute fetch.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/ctype.h:100, from fetch.c:34: fetch.c: In function 'gethttpmirrors': fetch.c:69:19: warning: array subscript has type 'char' [-Wchar-subscripts] 69 | while (isspace(*line)) { | ^ fetch.c: In function 'start_ssh': fetch.c:428:10: warning: implicit declaration of function 'strtonum'; did you mean 'strtouq'? [-Wimplicit-function-declaration] 428 | *sz = strtonum(line + 4, 0, LONG_MAX, &errstr); | ^~~~~~~~ | strtouq In file included from /usr/include/stdio.h:595, from fetch.c:37: fetch.c: In function 'pkg_fetch_file_to_fd': fetch.c:576:9: warning: '%s' directive output may be truncated writing up to 256 bytes into a region of size between 250 and 266 [-Wformat-truncation=] 576 | "%s://%s:%d", u->scheme, u->host, u->port); | ^~~~~~~~~~~~ fetch.c:576:15: note: format string is defined here 576 | "%s://%s:%d", u->scheme, u->host, u->port); | ^~ In file included from /usr/include/stdio.h:595, from fetch.c:37: fetch.c:575:5: note: '__builtin_snprintf' output between 6 and 288 bytes into a destination of size 269 575 | snprintf(zone, sizeof(zone), | ^~~~~~~~ fetch.c:563:9: warning: '%s' directive output may be truncated writing up to 256 bytes into a region of size between 246 and 262 [-Wformat-truncation=] 563 | "_%s._tcp.%s", u->scheme, u->host); | ^~~~~~~~~~~~~ fetch.c:563:19: note: format string is defined here 563 | "_%s._tcp.%s", u->scheme, u->host); | ^~ In file included from /usr/include/stdio.h:595, from fetch.c:37: fetch.c:562:5: note: '__builtin_snprintf' output between 8 and 280 bytes into a destination of size 269 562 | snprintf(zone, sizeof(zone), | ^~~~~~~~ CC libpkg_static_la-packing.lo distcc[16403] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_static_la-metalog.lo distcc[23473] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[23473] Warning: failed to distribute metalog.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-pkg_add.lo distcc[15596] (dcc_build_somewhere) Warning: failed to distribute, running locally instead pkg_add.c: In function 'pkg_extract_finalize': pkg_add.c:725:7: warning: variable 'install_as_user' set but not used [-Wunused-but-set-variable] 725 | bool install_as_user; | ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:595, from /usr/include/archive.h:43, from pkg_add.c:33: pkg_add.c:734:33: warning: '.pkgnew' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 734 | snprintf(path, sizeof(path), "%s.pkgnew", f->path); | ^~~~~~~~~~~ pkg_add.c:734:36: note: format string is defined here 734 | snprintf(path, sizeof(path), "%s.pkgnew", f->path); | ^~~~~~~ In file included from /usr/include/stdio.h:595, from /usr/include/archive.h:43, from pkg_add.c:33: pkg_add.c:734:4: note: '__builtin_snprintf' output between 8 and 1031 bytes into a destination of size 1024 734 | snprintf(path, sizeof(path), "%s.pkgnew", f->path); | ^~~~~~~~ pkg_add.c: In function 'pkg_add_check_pkg_archive': pkg_add.c:898:35: warning: '-' directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=] 898 | snprintf(dpath, sizeof(dpath), "%s/%s-%s%s", bd, | ^~~~~~~~~~~~ pkg_add.c:898:41: note: format string is defined here 898 | snprintf(dpath, sizeof(dpath), "%s/%s-%s%s", bd, | ^ In file included from /usr/include/stdio.h:595, from /usr/include/archive.h:43, from pkg_add.c:33: pkg_add.c:898:4: note: '__builtin_snprintf' output 3 or more bytes (assuming 1026) into a destination of size 1024 898 | snprintf(dpath, sizeof(dpath), "%s/%s-%s%s", bd, | ^~~~~~~~ pkg_add.c:914:35: warning: '-*' directive output may be truncated writing 2 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] 914 | snprintf(dpath, sizeof(dpath), "%s/%s-*%s", bd, | ^~~~~~~~~~~ pkg_add.c:914:41: note: format string is defined here 914 | snprintf(dpath, sizeof(dpath), "%s/%s-*%s", bd, | ^~ In file included from /usr/include/stdio.h:595, from /usr/include/archive.h:43, from pkg_add.c:33: pkg_add.c:914:4: note: '__builtin_snprintf' output 4 or more bytes (assuming 1027) into a destination of size 1024 914 | snprintf(dpath, sizeof(dpath), "%s/%s-*%s", bd, | ^~~~~~~~ CC libpkg_static_la-pkg_arch.lo distcc[10517] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[10517] Warning: failed to distribute pkg_arch.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-pkg_attributes.lo distcc[24267] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_static_la-pkg_audit.lo distcc[1875] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_static_la-pkg_checksum.lo distcc[26275] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[26275] Warning: failed to distribute pkg_checksum.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-pkg_config.lo distcc[22251] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from pkg_config.c:35: pkg_config.c: In function 'pkg_ini': pkg_config.c:1018:43: warning: array subscript has type 'char' [-Wchar-subscripts] 1018 | utstring_printf(ukey, "%c", toupper(key[i])); | ^ CC libpkg_static_la-pkg_cudf.lo distcc[29658] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[29658] Warning: failed to distribute pkg_cudf.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/ctype.h:100, from pkg_cudf.c:28: pkg_cudf.c: In function 'cudf_strdup': pkg_cudf.c:315:17: warning: array subscript has type 'char' [-Wchar-subscripts] 315 | while (isspace(*s)) | ^ pkg_cudf.c:318:16: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (!isspace(*s)) | ^ CC libpkg_static_la-pkg_create.lo distcc[8817] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_static_la-pkg_delete.lo distcc[25921] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[25921] Warning: failed to distribute pkg_delete.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-pkg_deps.lo distcc[19038] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from pkg_deps.c:32: pkg_deps.c: In function 'pkg_deps_parse_formula': pkg_deps.c:76:16: warning: array subscript has type 'char' [-Wchar-subscripts] 76 | if (isspace(*p) || *p == '\0') { | ^ pkg_deps.c:102:22: warning: array subscript has type 'char' [-Wchar-subscripts] 102 | else if (!isprint(*p)) { | ^ pkg_deps.c:207:16: warning: array subscript has type 'char' [-Wchar-subscripts] 207 | if (isalnum(*p) || *p == '-' || *p == '_' || *p == '.' || | ^ pkg_deps.c:208:28: warning: array subscript has type 'char' [-Wchar-subscripts] 208 | (*p == ',' && isdigit(*(p + 1)))) { | ^ pkg_deps.c:243:16: warning: array subscript has type 'char' [-Wchar-subscripts] 243 | if (isalnum(*p) || *p == '-' || *p == '_') { | ^ pkg_deps.c:292:16: warning: array subscript has type 'char' [-Wchar-subscripts] 292 | if (isspace(*p)) { | ^ CC libpkg_static_la-pkg_event.lo distcc[4665] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[4665] Warning: failed to distribute pkg_event.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-pkg_jobs.lo distcc[11995] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from pkg_jobs.c:53: pkg_jobs.c: In function 'pkg_jobs_guess_upgrade_candidate': pkg_jobs.c:880:18: warning: array subscript has type 'char' [-Wchar-subscripts] 880 | if (isdigit(pos[len - 1]) || pos[len - 1] == '.') | ^ CC libpkg_static_la-pkg_jobs_conflicts.lo distcc[9893] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[9893] Warning: failed to distribute pkg_jobs_conflicts.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-pkg_jobs_universe.lo distcc[26999] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[26999] Warning: failed to distribute pkg_jobs_universe.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-pkg_manifest.lo distcc[7084] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[7084] Warning: failed to distribute pkg_manifest.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-pkg_object.lo distcc[14546] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[14546] Warning: failed to distribute pkg_object.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-pkg_ports.lo distcc[22375] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from pkg_ports.c:32: pkg_ports.c: In function 'dir': pkg_ports.c:229:30: warning: array subscript has type 'char' [-Wchar-subscripts] 229 | while (cp > line && isspace(*cp)) { | ^ pkg_ports.c: In function 'meta_file': pkg_ports.c:305:21: warning: array subscript has type 'char' [-Wchar-subscripts] 305 | while (isspace(line[len - 1])) | ^ pkg_ports.c: In function 'comment_key': pkg_ports.c:479:44: warning: array subscript has type 'char' [-Wchar-subscripts] 479 | option[1] != '\0' && isupper(option[1])) | ^ pkg_ports.c: In function 'meta_exec': pkg_ports.c:591:23: warning: array subscript has type 'char' [-Wchar-subscripts] 591 | while (!isspace(buf[0])) | ^ pkg_ports.c:594:22: warning: array subscript has type 'char' [-Wchar-subscripts] 594 | while (isspace(buf[0])) | ^ pkg_ports.c:615:23: warning: array subscript has type 'char' [-Wchar-subscripts] 615 | while (!isspace(buf[0])) | ^ pkg_ports.c: In function 'plist_parse_line': pkg_ports.c:1140:23: warning: array subscript has type 'char' [-Wchar-subscripts] 1140 | while (!(isspace(buf[0]) || buf[0] == '\0')) | ^ pkg_ports.c:1148:21: warning: array subscript has type 'char' [-Wchar-subscripts] 1148 | while (isspace(buf[0])) | ^ pkg_ports.c:1164:21: warning: array subscript has type 'char' [-Wchar-subscripts] 1164 | while (isspace(buf[0])) | ^ In file included from /usr/include/stdio.h:595, from pkg_ports.c:35: pkg_ports.c: In function 'dir': pkg_ports.c:237:32: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] 237 | snprintf(path, sizeof(path), "%s%s%s/", p->prefix, p->slash, | ^~~~~~~~~ pkg_ports.c:237:40: note: format string is defined here 237 | snprintf(path, sizeof(path), "%s%s%s/", p->prefix, p->slash, | ^ In file included from /usr/include/stdio.h:595, from pkg_ports.c:35: pkg_ports.c:237:3: note: '__builtin_snprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024 237 | snprintf(path, sizeof(path), "%s%s%s/", p->prefix, p->slash, | ^~~~~~~~ CC libpkg_static_la-pkg_printf.lo distcc[29887] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[29887] Warning: failed to distribute pkg_printf.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/ctype.h:100, from pkg_printf.c:33: pkg_printf.c: In function 'maybe_read_hex_byte': pkg_printf.c:2562:16: warning: array subscript has type 'char' [-Wchar-subscripts] 2562 | if (isxdigit(f[0]) && isxdigit(f[1])) { | ^ pkg_printf.c:2562:34: warning: array subscript has type 'char' [-Wchar-subscripts] 2562 | if (isxdigit(f[0]) && isxdigit(f[1])) { | ^ CC libpkg_static_la-pkg_repo.lo distcc[9966] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[9966] Warning: failed to distribute pkg_repo.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/stdio.h:595, from pkg_repo.c:45: pkg_repo.c: In function 'pkg_repo_fetch_remote_tmp': pkg_repo.c:85:30: warning: '.' directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=] 85 | snprintf(url, sizeof(url), "%s/%s.%s", pkg_repo_url(repo), tmp, | ^~~~~~~~~~ pkg_repo.c:85:36: note: format string is defined here 85 | snprintf(url, sizeof(url), "%s/%s.%s", pkg_repo_url(repo), tmp, | ^ In file included from /usr/include/stdio.h:595, from pkg_repo.c:45: pkg_repo.c:85:3: note: '__builtin_snprintf' output 3 or more bytes (assuming 1026) into a destination of size 1024 85 | snprintf(url, sizeof(url), "%s/%s.%s", pkg_repo_url(repo), tmp, | ^~~~~~~~ CC libpkg_static_la-pkg_repo_create.lo distcc[8573] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[8573] Warning: failed to distribute pkg_repo_create.c to 10.0.20.124:3632, running locally instead pkg_repo_create.c: In function 'pkg_create_repo': pkg_repo_create.c:580:58: warning: passing argument 3 of 'fts_open' from incompatible pointer type [-Wincompatible-pointer-types] 580 | if ((fts = fts_open(repopath, FTS_PHYSICAL|FTS_NOCHDIR, fts_compare)) == NULL) { | ^~~~~~~~~~~ | | | int (*)(const FTSENT * const*, const FTSENT * const*) {aka int (*)(const struct _ftsent * const*, const struct _ftsent * const*)} In file included from pkg_repo_create.c:43: /usr/include/fts.h:145:5: note: expected 'int (*)(const FTSENT **, const FTSENT **)' {aka 'int (*)(const struct _ftsent **, const struct _ftsent **)'} but argument is of type 'int (*)(const FTSENT * const*, const FTSENT * const*)' {aka 'int (*)(const struct _ftsent * const*, const struct _ftsent * const*)'} 145 | int (*)(const FTSENT **, const FTSENT **)) __RENAME(__fts_open60); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libpkg_static_la-pkg_repo_update.lo distcc[24663] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[24663] Warning: failed to distribute pkg_repo_update.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-pkg_repo_meta.lo distcc[28787] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_static_la-pkg_solve.lo distcc[1783] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[1783] Warning: failed to distribute pkg_solve.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/ctype.h:100, from pkg_solve.c:36: pkg_solve.c: In function 'pkg_solve_parse_sat_output': pkg_solve.c:1478:38: warning: array subscript has type 'char' [-Wchar-subscripts] 1478 | if (var_str == NULL || (!isdigit(*var_str) && *var_str != '-')) | ^ pkg_solve.c:1489:38: warning: array subscript has type 'char' [-Wchar-subscripts] 1489 | if (var_str == NULL || (!isdigit(*var_str) && *var_str != '-')) | ^ CC libpkg_static_la-pkg_status.lo distcc[16206] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[16206] Warning: failed to distribute pkg_status.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-pkg_version.lo distcc[18666] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from pkg_version.c:32: pkg_version.c: In function 'get_component': pkg_version.c:172:14: warning: array subscript has type 'char' [-Wchar-subscripts] 172 | if (isdigit(*pos)) { | ^ pkg_version.c:192:14: warning: array subscript has type 'char' [-Wchar-subscripts] 192 | if (isalpha(*pos)) { | ^ pkg_version.c:193:19: warning: array subscript has type 'char' [-Wchar-subscripts] 193 | int c = tolower(*pos); | ^ pkg_version.c:196:18: warning: array subscript has type 'char' [-Wchar-subscripts] 196 | if (isalpha(pos[1])) { | ^ pkg_version.c:201:21: warning: array subscript has type 'char' [-Wchar-subscripts] 201 | !isalpha(pos[stage[i].namelen])) { | ^ pkg_version.c:222:21: warning: array subscript has type 'char' [-Wchar-subscripts] 222 | } while (isalpha(*pos)); | ^ pkg_version.c:231:15: warning: array subscript has type 'char' [-Wchar-subscripts] 231 | if (isdigit(*pos)) { | ^ pkg_version.c:248:26: warning: array subscript has type 'char' [-Wchar-subscripts] 248 | while (*pos && !isdigit(*pos) && !isalpha(*pos) | ^ pkg_version.c:248:44: warning: array subscript has type 'char' [-Wchar-subscripts] 248 | while (*pos && !isdigit(*pos) && !isalpha(*pos) | ^ CC libpkg_static_la-pkgdb.lo distcc[2795] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_static_la-pkgdb_iterator.lo distcc[18733] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[18733] Warning: failed to distribute pkgdb_iterator.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-pkgdb_query.lo distcc[10647] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_static_la-rcscripts.lo distcc[6465] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[6465] Warning: failed to distribute rcscripts.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-rsa.lo distcc[14815] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_static_la-ssh.lo distcc[23713] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from ssh.c:38: ssh.c: In function 'pkg_sshserve': ssh.c:101:19: warning: array subscript has type 'char' [-Wchar-subscripts] 101 | while (!isspace(*age)) { | ^ ssh.c:117:18: warning: array subscript has type 'char' [-Wchar-subscripts] 117 | while (isspace(*age)) { | ^ ssh.c:130:11: warning: implicit declaration of function 'strtonum'; did you mean 'strtou'? [-Wimplicit-function-declaration] 130 | mtime = strtonum(age, 0, LONG_MAX, &errstr); | ^~~~~~~~ | strtou CC libpkg_static_la-scripts.lo distcc[14697] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[14697] Warning: failed to distribute scripts.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-utils.lo distcc[22575] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from utils.c:43: utils.c: In function 'pkg_utils_tokenize': utils.c:638:17: warning: array subscript has type 'char' [-Wchar-subscripts] 638 | if (!isspace(*p)) { | ^ utils.c:651:16: warning: array subscript has type 'char' [-Wchar-subscripts] 651 | if (isspace(*p)) | ^ utils.c: In function 'pkg_utils_count_spaces': utils.c:699:15: warning: array subscript has type 'char' [-Wchar-subscripts] 699 | if (isspace(*p)) | ^ CC libpkg_static_la-plugins.lo distcc[24676] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[24676] Warning: failed to distribute plugins.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-merge3.lo distcc[28454] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_static_la-diff.lo distcc[29044] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[29044] Warning: failed to distribute diff.c to 10.0.20.124:3632, running locally instead CC libpkg_static_la-sha256.lo distcc[12372] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_static_la-elfhints.lo distcc[18256] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from elfhints.c:35: elfhints.c: In function 'scan_dirs_for_shlibs': elfhints.c:230:20: warning: array subscript has type 'char' [-Wchar-subscripts] 230 | (isdigit(*(vers-1)) || *(vers-1) == '.')) | ^ elfhints.c: In function 'list_elf_hints': elfhints.c:365:40: warning: array subscript has type 'char' [-Wchar-subscripts] 365 | while (vers > dp->d_name && isdigit(*(vers-1))) | ^ elfhints.c: In function 'read_dirs_from_file': elfhints.c:400:18: warning: array subscript has type 'char' [-Wchar-subscripts] 400 | while (isspace(*cp)) | ^ elfhints.c:406:19: warning: array subscript has type 'char' [-Wchar-subscripts] 406 | while (!isspace(*cp) && *cp != '\0') | ^ elfhints.c:411:19: warning: array subscript has type 'char' [-Wchar-subscripts] 411 | while (isspace(*cp)) | ^ CC libpkg_static_la-pkg_elf.lo distcc[10103] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[10103] Warning: failed to distribute pkg_elf.c to 10.0.20.124:3632, running locally instead In file included from pkg_elf.c:67: private/elf_tables.h:76: warning: "NT_GNU_ABI_TAG" redefined 76 | #define NT_GNU_ABI_TAG 1 | In file included from ../external/libelf/libelf.h:34, from ../external/libelf/gelf.h:34, from pkg_elf.c:49: ../external/libelf/elfdefinitions.h:2122: note: this is the location of the previous definition 2122 | #define NT_GNU_ABI_TAG NT_ABI_TAG | In file included from pkg_elf.c:67: private/elf_tables.h:76: warning: "NT_GNU_ABI_TAG" redefined 76 | #define NT_GNU_ABI_TAG 1 | In file included from ../external/libelf/libelf.h:34, from ../external/libelf/gelf.h:34, from pkg_elf.c:49: ../external/libelf/elfdefinitions.h:2122: note: this is the location of the previous definition 2122 | #define NT_GNU_ABI_TAG NT_ABI_TAG | In file included from /usr/include/ctype.h:100, from pkg_elf.c:46: pkg_elf.c: In function 'pkg_arch_to_legacy': pkg_elf.c:996:25: warning: array subscript has type 'char' [-Wchar-subscripts] 996 | dest[i] = tolower(arch[i]); | ^ pkg_elf.c: In function 'pkg_get_myarch_legacy': pkg_elf.c:1037:25: warning: array subscript has type 'char' [-Wchar-subscripts] 1037 | dest[i] = tolower(dest[i]); | ^ In file included from /usr/include/stdio.h:595, from pkg.h:46, from pkg_elf.c:64: pkg_elf.c: In function 'pkg_analyse_files': pkg_elf.c:495:35: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] 495 | snprintf(fpath, sizeof(fpath), "%s/%s", stage, file->path); | ^~~~~~~ pkg_elf.c:495:41: note: format string is defined here 495 | snprintf(fpath, sizeof(fpath), "%s/%s", stage, file->path); | ^ In file included from /usr/include/stdio.h:595, from pkg.h:46, from pkg_elf.c:64: pkg_elf.c:495:4: note: '__builtin_snprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024 495 | snprintf(fpath, sizeof(fpath), "%s/%s", stage, file->path); | ^~~~~~~~ CCLD libpkg_static.la CC libpkg_la-pkg.lo distcc[15563] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[15563] Warning: failed to distribute pkg.c to 10.0.20.124:3632, running locally instead CC libpkg_la-backup.lo distcc[28719] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[28719] Warning: failed to distribute backup.c to 10.0.20.124:3632, running locally instead CC libpkg_la-clean_cache.lo distcc[27598] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_la-dns_utils.lo distcc[23519] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_la-fetch.lo distcc[618] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[618] Warning: failed to distribute fetch.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/ctype.h:100, from fetch.c:34: fetch.c: In function 'gethttpmirrors': fetch.c:69:19: warning: array subscript has type 'char' [-Wchar-subscripts] 69 | while (isspace(*line)) { | ^ fetch.c: In function 'start_ssh': fetch.c:428:10: warning: implicit declaration of function 'strtonum'; did you mean 'strtouq'? [-Wimplicit-function-declaration] 428 | *sz = strtonum(line + 4, 0, LONG_MAX, &errstr); | ^~~~~~~~ | strtouq In file included from /usr/include/stdio.h:595, from fetch.c:37: fetch.c: In function 'pkg_fetch_file_to_fd': fetch.c:576:9: warning: '%s' directive output may be truncated writing up to 256 bytes into a region of size between 250 and 266 [-Wformat-truncation=] 576 | "%s://%s:%d", u->scheme, u->host, u->port); | ^~~~~~~~~~~~ fetch.c:576:15: note: format string is defined here 576 | "%s://%s:%d", u->scheme, u->host, u->port); | ^~ In file included from /usr/include/stdio.h:595, from fetch.c:37: fetch.c:575:5: note: '__builtin_snprintf' output between 6 and 288 bytes into a destination of size 269 575 | snprintf(zone, sizeof(zone), | ^~~~~~~~ fetch.c:563:9: warning: '%s' directive output may be truncated writing up to 256 bytes into a region of size between 246 and 262 [-Wformat-truncation=] 563 | "_%s._tcp.%s", u->scheme, u->host); | ^~~~~~~~~~~~~ fetch.c:563:19: note: format string is defined here 563 | "_%s._tcp.%s", u->scheme, u->host); | ^~ In file included from /usr/include/stdio.h:595, from fetch.c:37: fetch.c:562:5: note: '__builtin_snprintf' output between 8 and 280 bytes into a destination of size 269 562 | snprintf(zone, sizeof(zone), | ^~~~~~~~ CC libpkg_la-packing.lo distcc[20938] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_la-metalog.lo distcc[1883] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[1883] Warning: failed to distribute metalog.c to 10.0.20.124:3632, running locally instead CC libpkg_la-pkg_add.lo distcc[17857] (dcc_build_somewhere) Warning: failed to distribute, running locally instead pkg_add.c: In function 'pkg_extract_finalize': pkg_add.c:725:7: warning: variable 'install_as_user' set but not used [-Wunused-but-set-variable] 725 | bool install_as_user; | ^~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:595, from /usr/include/archive.h:43, from pkg_add.c:33: pkg_add.c:734:33: warning: '.pkgnew' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 734 | snprintf(path, sizeof(path), "%s.pkgnew", f->path); | ^~~~~~~~~~~ pkg_add.c:734:36: note: format string is defined here 734 | snprintf(path, sizeof(path), "%s.pkgnew", f->path); | ^~~~~~~ In file included from /usr/include/stdio.h:595, from /usr/include/archive.h:43, from pkg_add.c:33: pkg_add.c:734:4: note: '__builtin_snprintf' output between 8 and 1031 bytes into a destination of size 1024 734 | snprintf(path, sizeof(path), "%s.pkgnew", f->path); | ^~~~~~~~ pkg_add.c: In function 'pkg_add_check_pkg_archive': pkg_add.c:898:35: warning: '-' directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=] 898 | snprintf(dpath, sizeof(dpath), "%s/%s-%s%s", bd, | ^~~~~~~~~~~~ pkg_add.c:898:41: note: format string is defined here 898 | snprintf(dpath, sizeof(dpath), "%s/%s-%s%s", bd, | ^ In file included from /usr/include/stdio.h:595, from /usr/include/archive.h:43, from pkg_add.c:33: pkg_add.c:898:4: note: '__builtin_snprintf' output 3 or more bytes (assuming 1026) into a destination of size 1024 898 | snprintf(dpath, sizeof(dpath), "%s/%s-%s%s", bd, | ^~~~~~~~ pkg_add.c:914:35: warning: '-*' directive output may be truncated writing 2 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] 914 | snprintf(dpath, sizeof(dpath), "%s/%s-*%s", bd, | ^~~~~~~~~~~ pkg_add.c:914:41: note: format string is defined here 914 | snprintf(dpath, sizeof(dpath), "%s/%s-*%s", bd, | ^~ In file included from /usr/include/stdio.h:595, from /usr/include/archive.h:43, from pkg_add.c:33: pkg_add.c:914:4: note: '__builtin_snprintf' output 4 or more bytes (assuming 1027) into a destination of size 1024 914 | snprintf(dpath, sizeof(dpath), "%s/%s-*%s", bd, | ^~~~~~~~ CC libpkg_la-pkg_arch.lo distcc[846] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[846] Warning: failed to distribute pkg_arch.c to 10.0.20.124:3632, running locally instead CC libpkg_la-pkg_attributes.lo distcc[17869] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_la-pkg_audit.lo distcc[3818] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_la-pkg_checksum.lo distcc[10810] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[10810] Warning: failed to distribute pkg_checksum.c to 10.0.20.124:3632, running locally instead CC libpkg_la-pkg_config.lo distcc[2754] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from pkg_config.c:35: pkg_config.c: In function 'pkg_ini': pkg_config.c:1018:43: warning: array subscript has type 'char' [-Wchar-subscripts] 1018 | utstring_printf(ukey, "%c", toupper(key[i])); | ^ CC libpkg_la-pkg_cudf.lo distcc[20725] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[20725] Warning: failed to distribute pkg_cudf.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/ctype.h:100, from pkg_cudf.c:28: pkg_cudf.c: In function 'cudf_strdup': pkg_cudf.c:315:17: warning: array subscript has type 'char' [-Wchar-subscripts] 315 | while (isspace(*s)) | ^ pkg_cudf.c:318:16: warning: array subscript has type 'char' [-Wchar-subscripts] 318 | if (!isspace(*s)) | ^ CC libpkg_la-pkg_create.lo distcc[3070] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_la-pkg_delete.lo distcc[21069] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[21069] Warning: failed to distribute pkg_delete.c to 10.0.20.124:3632, running locally instead CC libpkg_la-pkg_deps.lo distcc[15070] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from pkg_deps.c:32: pkg_deps.c: In function 'pkg_deps_parse_formula': pkg_deps.c:76:16: warning: array subscript has type 'char' [-Wchar-subscripts] 76 | if (isspace(*p) || *p == '\0') { | ^ pkg_deps.c:102:22: warning: array subscript has type 'char' [-Wchar-subscripts] 102 | else if (!isprint(*p)) { | ^ pkg_deps.c:207:16: warning: array subscript has type 'char' [-Wchar-subscripts] 207 | if (isalnum(*p) || *p == '-' || *p == '_' || *p == '.' || | ^ pkg_deps.c:208:28: warning: array subscript has type 'char' [-Wchar-subscripts] 208 | (*p == ',' && isdigit(*(p + 1)))) { | ^ pkg_deps.c:243:16: warning: array subscript has type 'char' [-Wchar-subscripts] 243 | if (isalnum(*p) || *p == '-' || *p == '_') { | ^ pkg_deps.c:292:16: warning: array subscript has type 'char' [-Wchar-subscripts] 292 | if (isspace(*p)) { | ^ CC libpkg_la-pkg_event.lo distcc[9208] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[9208] Warning: failed to distribute pkg_event.c to 10.0.20.124:3632, running locally instead CC libpkg_la-pkg_jobs.lo distcc[11285] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from pkg_jobs.c:53: pkg_jobs.c: In function 'pkg_jobs_guess_upgrade_candidate': pkg_jobs.c:880:18: warning: array subscript has type 'char' [-Wchar-subscripts] 880 | if (isdigit(pos[len - 1]) || pos[len - 1] == '.') | ^ CC libpkg_la-pkg_jobs_conflicts.lo distcc[6466] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[6466] Warning: failed to distribute pkg_jobs_conflicts.c to 10.0.20.124:3632, running locally instead CC libpkg_la-pkg_jobs_universe.lo distcc[12966] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[12966] Warning: failed to distribute pkg_jobs_universe.c to 10.0.20.124:3632, running locally instead CC libpkg_la-pkg_manifest.lo distcc[20723] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[20723] Warning: failed to distribute pkg_manifest.c to 10.0.20.124:3632, running locally instead CC libpkg_la-pkg_object.lo distcc[20371] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[20371] Warning: failed to distribute pkg_object.c to 10.0.20.124:3632, running locally instead CC libpkg_la-pkg_ports.lo distcc[27817] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from pkg_ports.c:32: pkg_ports.c: In function 'dir': pkg_ports.c:229:30: warning: array subscript has type 'char' [-Wchar-subscripts] 229 | while (cp > line && isspace(*cp)) { | ^ pkg_ports.c: In function 'meta_file': pkg_ports.c:305:21: warning: array subscript has type 'char' [-Wchar-subscripts] 305 | while (isspace(line[len - 1])) | ^ pkg_ports.c: In function 'comment_key': pkg_ports.c:479:44: warning: array subscript has type 'char' [-Wchar-subscripts] 479 | option[1] != '\0' && isupper(option[1])) | ^ pkg_ports.c: In function 'meta_exec': pkg_ports.c:591:23: warning: array subscript has type 'char' [-Wchar-subscripts] 591 | while (!isspace(buf[0])) | ^ pkg_ports.c:594:22: warning: array subscript has type 'char' [-Wchar-subscripts] 594 | while (isspace(buf[0])) | ^ pkg_ports.c:615:23: warning: array subscript has type 'char' [-Wchar-subscripts] 615 | while (!isspace(buf[0])) | ^ pkg_ports.c: In function 'plist_parse_line': pkg_ports.c:1140:23: warning: array subscript has type 'char' [-Wchar-subscripts] 1140 | while (!(isspace(buf[0]) || buf[0] == '\0')) | ^ pkg_ports.c:1148:21: warning: array subscript has type 'char' [-Wchar-subscripts] 1148 | while (isspace(buf[0])) | ^ pkg_ports.c:1164:21: warning: array subscript has type 'char' [-Wchar-subscripts] 1164 | while (isspace(buf[0])) | ^ In file included from /usr/include/stdio.h:595, from pkg_ports.c:35: pkg_ports.c: In function 'dir': pkg_ports.c:237:32: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] 237 | snprintf(path, sizeof(path), "%s%s%s/", p->prefix, p->slash, | ^~~~~~~~~ pkg_ports.c:237:40: note: format string is defined here 237 | snprintf(path, sizeof(path), "%s%s%s/", p->prefix, p->slash, | ^ In file included from /usr/include/stdio.h:595, from pkg_ports.c:35: pkg_ports.c:237:3: note: '__builtin_snprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024 237 | snprintf(path, sizeof(path), "%s%s%s/", p->prefix, p->slash, | ^~~~~~~~ CC libpkg_la-pkg_printf.lo distcc[17722] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[17722] Warning: failed to distribute pkg_printf.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/ctype.h:100, from pkg_printf.c:33: pkg_printf.c: In function 'maybe_read_hex_byte': pkg_printf.c:2562:16: warning: array subscript has type 'char' [-Wchar-subscripts] 2562 | if (isxdigit(f[0]) && isxdigit(f[1])) { | ^ pkg_printf.c:2562:34: warning: array subscript has type 'char' [-Wchar-subscripts] 2562 | if (isxdigit(f[0]) && isxdigit(f[1])) { | ^ CC libpkg_la-pkg_repo.lo distcc[29140] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[29140] Warning: failed to distribute pkg_repo.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/stdio.h:595, from pkg_repo.c:45: pkg_repo.c: In function 'pkg_repo_fetch_remote_tmp': pkg_repo.c:85:30: warning: '.' directive output may be truncated writing 1 byte into a region of size between 0 and 1023 [-Wformat-truncation=] 85 | snprintf(url, sizeof(url), "%s/%s.%s", pkg_repo_url(repo), tmp, | ^~~~~~~~~~ pkg_repo.c:85:36: note: format string is defined here 85 | snprintf(url, sizeof(url), "%s/%s.%s", pkg_repo_url(repo), tmp, | ^ In file included from /usr/include/stdio.h:595, from pkg_repo.c:45: pkg_repo.c:85:3: note: '__builtin_snprintf' output 3 or more bytes (assuming 1026) into a destination of size 1024 85 | snprintf(url, sizeof(url), "%s/%s.%s", pkg_repo_url(repo), tmp, | ^~~~~~~~ CC libpkg_la-pkg_repo_create.lo distcc[26957] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[26957] Warning: failed to distribute pkg_repo_create.c to 10.0.20.124:3632, running locally instead pkg_repo_create.c: In function 'pkg_create_repo': pkg_repo_create.c:580:58: warning: passing argument 3 of 'fts_open' from incompatible pointer type [-Wincompatible-pointer-types] 580 | if ((fts = fts_open(repopath, FTS_PHYSICAL|FTS_NOCHDIR, fts_compare)) == NULL) { | ^~~~~~~~~~~ | | | int (*)(const FTSENT * const*, const FTSENT * const*) {aka int (*)(const struct _ftsent * const*, const struct _ftsent * const*)} In file included from pkg_repo_create.c:43: /usr/include/fts.h:145:5: note: expected 'int (*)(const FTSENT **, const FTSENT **)' {aka 'int (*)(const struct _ftsent **, const struct _ftsent **)'} but argument is of type 'int (*)(const FTSENT * const*, const FTSENT * const*)' {aka 'int (*)(const struct _ftsent * const*, const struct _ftsent * const*)'} 145 | int (*)(const FTSENT **, const FTSENT **)) __RENAME(__fts_open60); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libpkg_la-pkg_repo_update.lo distcc[3560] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[3560] Warning: failed to distribute pkg_repo_update.c to 10.0.20.124:3632, running locally instead CC libpkg_la-pkg_repo_meta.lo distcc[15940] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_la-pkg_solve.lo distcc[937] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[937] Warning: failed to distribute pkg_solve.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/ctype.h:100, from pkg_solve.c:36: pkg_solve.c: In function 'pkg_solve_parse_sat_output': pkg_solve.c:1478:38: warning: array subscript has type 'char' [-Wchar-subscripts] 1478 | if (var_str == NULL || (!isdigit(*var_str) && *var_str != '-')) | ^ pkg_solve.c:1489:38: warning: array subscript has type 'char' [-Wchar-subscripts] 1489 | if (var_str == NULL || (!isdigit(*var_str) && *var_str != '-')) | ^ CC libpkg_la-pkg_status.lo distcc[29173] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[29173] Warning: failed to distribute pkg_status.c to 10.0.20.124:3632, running locally instead CC libpkg_la-pkg_version.lo distcc[11902] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from pkg_version.c:32: pkg_version.c: In function 'get_component': pkg_version.c:172:14: warning: array subscript has type 'char' [-Wchar-subscripts] 172 | if (isdigit(*pos)) { | ^ pkg_version.c:192:14: warning: array subscript has type 'char' [-Wchar-subscripts] 192 | if (isalpha(*pos)) { | ^ pkg_version.c:193:19: warning: array subscript has type 'char' [-Wchar-subscripts] 193 | int c = tolower(*pos); | ^ pkg_version.c:196:18: warning: array subscript has type 'char' [-Wchar-subscripts] 196 | if (isalpha(pos[1])) { | ^ pkg_version.c:201:21: warning: array subscript has type 'char' [-Wchar-subscripts] 201 | !isalpha(pos[stage[i].namelen])) { | ^ pkg_version.c:222:21: warning: array subscript has type 'char' [-Wchar-subscripts] 222 | } while (isalpha(*pos)); | ^ pkg_version.c:231:15: warning: array subscript has type 'char' [-Wchar-subscripts] 231 | if (isdigit(*pos)) { | ^ pkg_version.c:248:26: warning: array subscript has type 'char' [-Wchar-subscripts] 248 | while (*pos && !isdigit(*pos) && !isalpha(*pos) | ^ pkg_version.c:248:44: warning: array subscript has type 'char' [-Wchar-subscripts] 248 | while (*pos && !isdigit(*pos) && !isalpha(*pos) | ^ CC libpkg_la-pkgdb.lo distcc[9326] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_la-pkgdb_iterator.lo distcc[5834] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[5834] Warning: failed to distribute pkgdb_iterator.c to 10.0.20.124:3632, running locally instead CC libpkg_la-pkgdb_query.lo distcc[9439] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_la-rcscripts.lo distcc[7002] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[7002] Warning: failed to distribute rcscripts.c to 10.0.20.124:3632, running locally instead CC libpkg_la-rsa.lo distcc[15611] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_la-ssh.lo distcc[5195] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from ssh.c:38: ssh.c: In function 'pkg_sshserve': ssh.c:101:19: warning: array subscript has type 'char' [-Wchar-subscripts] 101 | while (!isspace(*age)) { | ^ ssh.c:117:18: warning: array subscript has type 'char' [-Wchar-subscripts] 117 | while (isspace(*age)) { | ^ ssh.c:130:11: warning: implicit declaration of function 'strtonum'; did you mean 'strtou'? [-Wimplicit-function-declaration] 130 | mtime = strtonum(age, 0, LONG_MAX, &errstr); | ^~~~~~~~ | strtou CC libpkg_la-scripts.lo distcc[4464] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[4464] Warning: failed to distribute scripts.c to 10.0.20.124:3632, running locally instead CC libpkg_la-utils.lo distcc[11005] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from utils.c:43: utils.c: In function 'pkg_utils_tokenize': utils.c:638:17: warning: array subscript has type 'char' [-Wchar-subscripts] 638 | if (!isspace(*p)) { | ^ utils.c:651:16: warning: array subscript has type 'char' [-Wchar-subscripts] 651 | if (isspace(*p)) | ^ utils.c: In function 'pkg_utils_count_spaces': utils.c:699:15: warning: array subscript has type 'char' [-Wchar-subscripts] 699 | if (isspace(*p)) | ^ CC libpkg_la-plugins.lo distcc[19410] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[19410] Warning: failed to distribute plugins.c to 10.0.20.124:3632, running locally instead CC libpkg_la-merge3.lo distcc[21696] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_la-diff.lo distcc[18811] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[18811] Warning: failed to distribute diff.c to 10.0.20.124:3632, running locally instead CC libpkg_la-sha256.lo distcc[12156] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC libpkg_la-elfhints.lo distcc[7664] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from elfhints.c:35: elfhints.c: In function 'scan_dirs_for_shlibs': elfhints.c:230:20: warning: array subscript has type 'char' [-Wchar-subscripts] 230 | (isdigit(*(vers-1)) || *(vers-1) == '.')) | ^ elfhints.c: In function 'list_elf_hints': elfhints.c:365:40: warning: array subscript has type 'char' [-Wchar-subscripts] 365 | while (vers > dp->d_name && isdigit(*(vers-1))) | ^ elfhints.c: In function 'read_dirs_from_file': elfhints.c:400:18: warning: array subscript has type 'char' [-Wchar-subscripts] 400 | while (isspace(*cp)) | ^ elfhints.c:406:19: warning: array subscript has type 'char' [-Wchar-subscripts] 406 | while (!isspace(*cp) && *cp != '\0') | ^ elfhints.c:411:19: warning: array subscript has type 'char' [-Wchar-subscripts] 411 | while (isspace(*cp)) | ^ CC libpkg_la-pkg_elf.lo distcc[25638] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[25638] Warning: failed to distribute pkg_elf.c to 10.0.20.124:3632, running locally instead In file included from pkg_elf.c:67: private/elf_tables.h:76: warning: "NT_GNU_ABI_TAG" redefined 76 | #define NT_GNU_ABI_TAG 1 | In file included from ../external/libelf/libelf.h:34, from ../external/libelf/gelf.h:34, from pkg_elf.c:49: ../external/libelf/elfdefinitions.h:2122: note: this is the location of the previous definition 2122 | #define NT_GNU_ABI_TAG NT_ABI_TAG | In file included from pkg_elf.c:67: private/elf_tables.h:76: warning: "NT_GNU_ABI_TAG" redefined 76 | #define NT_GNU_ABI_TAG 1 | In file included from ../external/libelf/libelf.h:34, from ../external/libelf/gelf.h:34, from pkg_elf.c:49: ../external/libelf/elfdefinitions.h:2122: note: this is the location of the previous definition 2122 | #define NT_GNU_ABI_TAG NT_ABI_TAG | In file included from /usr/include/ctype.h:100, from pkg_elf.c:46: pkg_elf.c: In function 'pkg_arch_to_legacy': pkg_elf.c:996:25: warning: array subscript has type 'char' [-Wchar-subscripts] 996 | dest[i] = tolower(arch[i]); | ^ pkg_elf.c: In function 'pkg_get_myarch_legacy': pkg_elf.c:1037:25: warning: array subscript has type 'char' [-Wchar-subscripts] 1037 | dest[i] = tolower(dest[i]); | ^ In file included from /usr/include/stdio.h:595, from pkg.h:46, from pkg_elf.c:64: pkg_elf.c: In function 'pkg_analyse_files': pkg_elf.c:495:35: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] 495 | snprintf(fpath, sizeof(fpath), "%s/%s", stage, file->path); | ^~~~~~~ pkg_elf.c:495:41: note: format string is defined here 495 | snprintf(fpath, sizeof(fpath), "%s/%s", stage, file->path); | ^ In file included from /usr/include/stdio.h:595, from pkg.h:46, from pkg_elf.c:64: pkg_elf.c:495:4: note: '__builtin_snprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024 495 | snprintf(fpath, sizeof(fpath), "%s/%s", stage, file->path); | ^~~~~~~~ CCLD libpkg.la Making all in src CC pkg-add.o distcc[1111] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[1111] Warning: failed to distribute add.c to 10.0.20.124:3632, running locally instead CC pkg-alias.o distcc[21838] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-annotate.o distcc[15593] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-audit.o distcc[22317] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-autoremove.o distcc[23762] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[23762] Warning: failed to distribute autoremove.c to 10.0.20.124:3632, running locally instead CC pkg-backup.o distcc[27430] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-check.o distcc[15100] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-clean.o distcc[8383] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-config.o distcc[10224] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[10224] Warning: failed to distribute config.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/ctype.h:100, from config.c:27: config.c: In function 'exec_config': config.c:63:23: warning: array subscript has type 'char' [-Wchar-subscripts] 63 | key[i] = toupper(key[i]); | ^ CC pkg-create.o distcc[12183] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-delete.o distcc[18414] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-event.o distcc[11126] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/stdio.h:595, from ../external/uthash/utstring.h:39, from event.c:57: event.c: In function 'format_rate_SI.constprop': event.c:120:22: warning: '%3lld' directive output may be truncated writing between 3 and 15 bytes into a region of size 8 [-Wformat-truncation=] 120 | snprintf(buf, size, "%3lld.%1lld%s%s", | ^~~~~~~~~~~~~~~~~ event.c:120:23: note: format string is defined here 120 | snprintf(buf, size, "%3lld.%1lld%s%s", | ^~~~~ In file included from /usr/include/stdio.h:595, from ../external/uthash/utstring.h:39, from event.c:57: event.c:120:22: note: directive argument in the range [-92233720368547, 92233720368547] 120 | snprintf(buf, size, "%3lld.%1lld%s%s", | ^~~~~~~~~~~~~~~~~ event.c:120:22: note: directive argument in the range [-9, 9] event.c:120:22: note: assuming directive output of 1 byte event.c:120:2: note: '__builtin_snprintf' output 7 or more bytes (assuming 21) into a destination of size 8 120 | snprintf(buf, size, "%3lld.%1lld%s%s", | ^~~~~~~~ CC pkg-fetch.o distcc[18387] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[18387] Warning: failed to distribute fetch.c to 10.0.20.124:3632, running locally instead CC pkg-globals.o distcc[26017] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-info.o distcc[9077] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-install.o distcc[25700] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-lock.o distcc[28181] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-main.o distcc[26560] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-plugins.o distcc[9279] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[9279] Warning: failed to distribute plugins.c to 10.0.20.124:3632, running locally instead CC pkg-query.o distcc[4716] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from query.c:32: query.c: In function 'format_sql_condition': query.c:644:19: warning: array subscript has type 'char' [-Wchar-subscripts] 644 | if (isspace(str[0])) { | ^ query.c:696:19: warning: array subscript has type 'char' [-Wchar-subscripts] 696 | if (isspace(str[0])) { | ^ query.c:710:22: warning: array subscript has type 'char' [-Wchar-subscripts] 710 | if (!isdigit(str[0])) { | ^ query.c:719:20: warning: array subscript has type 'char' [-Wchar-subscripts] 719 | if (!isdigit(str[0])) { | ^ query.c:726:39: warning: array subscript has type 'char' [-Wchar-subscripts] 726 | if ((state == STRING && isspace(str[0])) || | ^ CC pkg-register.o distcc[12756] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-repo.o distcc[18525] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-rquery.o distcc[12022] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[12022] Warning: failed to distribute rquery.c to 10.0.20.124:3632, running locally instead CC pkg-search.o distcc[16508] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-set.o distcc[12235] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-shell.o distcc[17533] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-shlib.o distcc[25554] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-ssh.o distcc[11296] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[11296] Warning: failed to distribute ssh.c to 10.0.20.124:3632, running locally instead CC pkg-stats.o distcc[11953] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-update.o distcc[29844] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-updating.o distcc[12016] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-upgrade.o distcc[13975] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-utils.o distcc[19421] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[19421] Warning: failed to distribute utils.c to 10.0.20.124:3632, running locally instead CC pkg-version.o distcc[29589] (dcc_build_somewhere) Warning: failed to distribute, running locally instead CC pkg-which.o distcc[16062] ERROR: nonblocking connect to 10.0.20.124:3632 failed: Connection refused distcc[16062] Warning: failed to distribute which.c to 10.0.20.124:3632, running locally instead CCLD pkg-static ld: pkg-alias.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-alias.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-alias.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-annotate.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-annotate.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-annotate.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-audit.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-audit.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-audit.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-autoremove.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-autoremove.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-autoremove.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-backup.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-backup.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-backup.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-check.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-check.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-check.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-clean.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-clean.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-clean.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-config.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-config.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-config.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-create.o:(.bss+0x4): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-create.o:(.bss+0x8): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-create.o:(.bss+0xc): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-delete.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-delete.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-delete.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-event.o:(.bss+0x8): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-event.o:(.bss+0xc): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-event.o:(.bss+0x10): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-fetch.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-fetch.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-fetch.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-info.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-info.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-info.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-install.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-install.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-install.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-lock.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-lock.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-lock.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-main.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-main.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-main.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-plugins.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-plugins.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-plugins.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-query.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-query.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-query.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-register.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-register.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-register.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-repo.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-repo.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-repo.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-rquery.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-rquery.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-rquery.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-search.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-search.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-search.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-set.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-set.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-set.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-shell.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-shell.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-shell.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-shlib.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-shlib.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-shlib.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-ssh.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-ssh.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-ssh.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-stats.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-stats.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-stats.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-update.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-update.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-update.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-updating.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-updating.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-updating.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-upgrade.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-upgrade.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-upgrade.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-utils.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-utils.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-utils.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-version.o:(.bss+0x4): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-version.o:(.bss+0x8): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-version.o:(.bss+0xc): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: pkg-which.o:(.bss+0x0): multiple definition of `nbtodl'; pkg-add.o:(.bss+0x0): first defined here ld: pkg-which.o:(.bss+0x4): multiple definition of `nbdone'; pkg-add.o:(.bss+0x4): first defined here ld: pkg-which.o:(.bss+0x8): multiple definition of `nbactions'; pkg-add.o:(.bss+0x8): first defined here ld: ../libpkg/.libs/libpkg_static.a(libucl_static_la-ucl_schema.o): in function `ucl_schema_validate': ucl_schema.c:(.text+0xeae): undefined reference to `remainder' distcc[614] ERROR: compile (null) on localhost failed *** Error code 1 Stop. make[2]: stopped in /tmp/pkgbuild/pkgtools/pkg/work.vax/pkg-1.10.99.7/src *** Error code 1 Stop. make[1]: stopped in /tmp/pkgbuild/pkgtools/pkg/work.vax/pkg-1.10.99.7 *** Error code 1 Stop. make: stopped in /tmp/pkgbuild/pkgtools/pkg/work.vax/pkg-1.10.99.7 *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/pkgtools/pkg *** Error code 1 Stop. make: stopped in /usr/pkgsrc/pkgtools/pkg