=> 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 cfengine-3.15.2nb12
Making all in libntech
Making all in libcompat
  CC       generic_at.lo
  CC       getopt.lo
distcc[4124] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
distcc[4124] Warning: failed to distribute generic_at.c to 192.168.1.1:3748, running locally instead
distcc[9364] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       getopt1.lo
distcc[2950] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       memdup.lo
distcc[8165] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       rpl_ctime.lo
  CC       strrstr.lo
distcc[6883] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
distcc[6007] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CCLD     libcompat.la
Making all in libutils
  CC       alloc.lo
  CC       array_map.lo
distcc[7759] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
distcc[19962] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       buffer.lo
  CC       cleanup.lo
distcc[10473] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
distcc[14045] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       csv_writer.lo
distcc[20574] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       csv_parser.lo
  CC       file_lib.lo
distcc[7979] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
distcc[21229] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       hash_map.lo
distcc[15803] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       ip_address.lo
distcc[26430] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
distcc[26430] Warning: failed to distribute ip_address.c to 192.168.1.1:3748, running locally instead
In file included from /usr/include/ctype.h:100,
                 from ./platform.h:75,
                 from ip_address.c:25:
ip_address.c: In function 'IPV4_parser':
ip_address.c:177:28: warning: array subscript has type 'char' [-Wchar-subscripts]
  177 |         is_digit = isdigit(*p);
      |                            ^
ip_address.c: In function 'IPV6_parser':
ip_address.c:492:32: warning: array subscript has type 'char' [-Wchar-subscripts]
  492 |         is_hexdigit = isxdigit(*p);
      |                                ^
ip_address.c:493:28: warning: array subscript has type 'char' [-Wchar-subscripts]
  493 |         is_digit = isdigit(*p);
      |                            ^
ip_address.c:497:25: warning: array subscript has type 'char' [-Wchar-subscripts]
  497 |             if (isalpha(*p))
      |                         ^
ip_address.c:499:45: warning: array subscript has type 'char' [-Wchar-subscripts]
  499 |                 is_upper_hexdigit = isupper(*p);
      |                                             ^
  CC       json.lo
distcc[5166] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       json-utils.lo
distcc[539] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       json-yaml.lo
distcc[13904] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       known_dirs.lo
distcc[9872] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       list.lo
distcc[24001] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       logging.lo
distcc[3935] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
logging.c: In function 'byte_magnitude':
logging.c:598:19: warning: integer overflow in expression '8 * (long int)Gi' of type 'long int' results in '0' [-Woverflow]
  598 |     if (bytes > 8 * Gi)
      |                 ~~^~~~
logging.c: In function 'byte_unit':
logging.c:622:19: warning: integer overflow in expression '8 * (long int)Gi' of type 'long int' results in '0' [-Woverflow]
  622 |     if (bytes > 8 * Gi)
      |                 ~~^~~~
  CC       man.lo
distcc[8747] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       map.lo
  CC       misc_lib.lo
distcc[21060] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
distcc[20780] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from /usr/include/stdio.h:595,
                 from ./platform.h:72,
                 from ./misc_lib.h:28,
                 from misc_lib.c:25:
misc_lib.c: In function 'setenv_wrapper':
misc_lib.c:157:34: warning: passing argument 1 of '__builtin___snprintf_chk' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  157 |     int string_length = snprintf(buf, buffer_size, "%s=%s", name, value);
      |                                  ^~~
misc_lib.c:157:34: note: expected 'char *' but argument is of type 'const char *'
  CC       mustache.lo
distcc[10358] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       mutex.lo
distcc[22253] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       passopenfile.lo
distcc[7872] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       path.lo
distcc[9339] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       proc_keyvalue.lo
distcc[7137] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       queue.lo
distcc[25235] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       rb-tree.lo
distcc[21572] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       refcount.lo
distcc[12999] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       ring_buffer.lo
distcc[28802] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       sequence.lo
distcc[16093] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       string_sequence.lo
distcc[15573] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from /usr/include/ctype.h:100,
                 from ./platform.h:75,
                 from string_sequence.c:1:
string_sequence.c: In function 'GetLengthPrefix':
string_sequence.c:107:22: warning: array subscript has type 'char' [-Wchar-subscripts]
  107 |     if (!isdigit(data[0]))
      |                      ^
  CC       set.lo
  CC       stack.lo
distcc[28042] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
distcc[21641] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       threaded_stack.lo
  CC       statistics.lo
distcc[325] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
distcc[24936] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       string_lib.lo
distcc[4378] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from /usr/include/ctype.h:100,
                 from ./platform.h:75,
                 from string_lib.c:25:
string_lib.c: In function 'StringToLong':
string_lib.c:511:37: warning: array subscript has type 'char' [-Wchar-subscripts]
  511 |     if (*endptr != '\0' && !isspace(*endptr))
      |                                     ^
string_lib.c: In function 'TrimWhitespace':
string_lib.c:1099:21: warning: array subscript has type 'char' [-Wchar-subscripts]
 1099 |     while (isspace(s[0]))
      |                     ^
string_lib.c:1112:24: warning: array subscript has type 'char' [-Wchar-subscripts]
 1112 |     while ( isspace(end[0]) )
      |                        ^
  CC       threaded_deque.lo
distcc[29158] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       threaded_queue.lo
distcc[4483] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       unicode.lo
  CC       version_comparison.lo
distcc[10363] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       writer.lo
distcc[10314] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
distcc[14005] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       xml_writer.lo
distcc[1071] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       encode.lo
distcc[14279] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       libcrypto-compat.lo
distcc[18936] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       hash.lo
distcc[16875] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
  CC       pcre_wrap.lo
distcc[12256] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
In file included from hash.c:33:
./hash.h:64:28: error: unknown type name 'RSA'
   64 | Hash *HashNewFromKey(const RSA *rsa, HashMethod method);
      |                            ^~~
./hash.h:163:23: error: unknown type name 'RSA'
  163 | void HashPubKey(const RSA *key, unsigned char digest[EVP_MAX_MD_SIZE + 1], HashMethod type);
      |                       ^~~
hash.c:214:28: error: unknown type name 'RSA'
  214 | Hash *HashNewFromKey(const RSA *rsa, HashMethod method)
      |                            ^~~
hash.c: In function 'HashNewFromKey':
hash.c:226:5: error: implicit declaration of function 'RSA_get0_key' [-Werror=implicit-function-declaration]
  226 |     RSA_get0_key(rsa, &n, &e, NULL);
      |     ^~~~~~~~~~~~
hash.c: At top level:
hash.c:531:11: error: unknown type name 'RSA'
  531 |     const RSA *const key,
      |           ^~~
cc1: some warnings being treated as errors
distcc[16875] ERROR: compile hash.c on localhost failed
gmake[4]: *** [Makefile:633: hash.lo] Error 1
gmake[4]: *** Waiting for unfinished jobs....
gmake[3]: *** [Makefile:639: all-recursive] Error 1
gmake[2]: *** [Makefile:546: all] Error 2
gmake[1]: *** [Makefile:704: all-recursive] Error 1
gmake: *** [Makefile:593: all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/sysutils/cfengine3
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/sysutils/cfengine3