=> 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 socket_wrapper-1.5.0nb1 [ 1%] Building C object tests/CMakeFiles/echo_srv.dir/echo_srv.c.o [ 2%] Building C object tests/CMakeFiles/swrap_fake_uid_wrapper.dir/swrap_fake_uid_wrapper.c.o [ 4%] Building C object tests/CMakeFiles/torture.dir/torture.c.o [ 5%] Building C object tests/CMakeFiles/thread_deadlock.dir/thread_deadlock.c.o [ 6%] Building C object src/CMakeFiles/socket_wrapper_noop.dir/socket_wrapper_noop.c.o [ 8%] Building C object src/CMakeFiles/socket_wrapper.dir/socket_wrapper.c.o [ 9%] Linking C shared library libsocket_wrapper_noop.so [ 10%] Linking C shared library libswrap_fake_uid_wrapper.so [ 10%] Built target socket_wrapper_noop [ 12%] Linking C shared library libthread_deadlock.so [ 12%] Built target swrap_fake_uid_wrapper [ 12%] Built target thread_deadlock /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/src/socket_wrapper.c:3923:56: warning: argument 4 of type 'int[2]' with mismatched bound [-Warray-parameter=] 3923 | int socketpair(int family, int type, int protocol, int sv[2]) | ~~~~^~~~~ In file included from /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/src/socket_wrapper.c:62: /usr/include/sys/socket.h:650:35: note: previously declared as 'int *' 650 | int socketpair(int, int, int, int *); | ^~~~~ /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/src/socket_wrapper.c:3968:14: warning: argument 1 of type 'int[2]' with mismatched bound [-Warray-parameter=] 3968 | int pipe(int pipefd[2]) | ~~~~^~~~~~~~~ In file included from /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/src/socket_wrapper.c:92: /usr/include/unistd.h:130:15: note: previously declared as 'int *' 130 | int pipe(int *); | ^~~~~ [ 13%] Linking C static library libtorture.a [ 14%] Linking C executable echo_srv [ 14%] Built target echo_srv [ 14%] Built target torture [ 16%] Building C object tests/CMakeFiles/test_tcp_listen.dir/test_tcp_listen.c.o [ 17%] Building C object tests/CMakeFiles/test_ioctl.dir/test_ioctl.c.o [ 18%] Building C object tests/CMakeFiles/test_fcntl.dir/test_fcntl.c.o [ 20%] Building C object tests/CMakeFiles/test_echo_tcp_connect.dir/test_echo_tcp_connect.c.o [ 21%] Building C object tests/CMakeFiles/test_echo_tcp_bind.dir/test_echo_tcp_bind.c.o [ 24%] Building C object tests/CMakeFiles/test_tcp_dup2.dir/test_tcp_dup2.c.o [ 24%] Building C object tests/CMakeFiles/test_fcntl_lock.dir/test_fcntl_lock.c.o /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_fcntl_lock.c: In function 'test_fcntl_lock': /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_tcp_listen.c: In function 'test_listen_unbound_ipv4': /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_fcntl_lock.c:83:9: warning: 'cmocka_macro' is deprecated: assert_in_range: use assert_int_in_range or assert_uint_in_range instead [-Wdeprecated-declarations] 83 | assert_in_range(rc, 0, PATH_MAX); | ^~~~~~~~~~~~~~~ /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_fcntl_lock.c:92:9: warning: 'cmocka_macro' is deprecated: assert_in_range: use assert_int_in_range or assert_uint_in_range instead [-Wdeprecated-declarations] 92 | assert_in_range(len, 0, sizeof(buf)); | ^~~~~~~~~~~~~~~ /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_tcp_listen.c:57:9: warning: 'cmocka_macro' is deprecated: assert_in_range: use assert_int_in_range or assert_uint_in_range instead [-Wdeprecated-declarations] 57 | assert_in_range(ntohs(addr.sa.in.sin_port), 1024, 65535); | ^~~~~~~~~~~~~~~ /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_tcp_listen.c: In function 'test_listen_unbound_ipv6': /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_tcp_listen.c:91:9: warning: 'cmocka_macro' is deprecated: assert_in_range: use assert_int_in_range or assert_uint_in_range instead [-Wdeprecated-declarations] 91 | assert_in_range(ntohs(addr.sa.in6.sin6_port), 1024, 65535); | ^~~~~~~~~~~~~~~ [ 25%] Linking C executable test_tcp_dup2 [ 27%] Linking C executable test_fcntl [ 29%] Linking C executable test_echo_tcp_connect [ 29%] Linking C executable test_ioctl [ 29%] Built target test_tcp_dup2 [ 29%] Built target test_fcntl [ 29%] Built target test_echo_tcp_connect [ 29%] Built target test_ioctl [ 31%] Building C object tests/CMakeFiles/test_echo_tcp_socket_options.dir/test_echo_tcp_socket_options.c.o [ 32%] Building C object tests/CMakeFiles/test_echo_tcp_sendmmsg_recvmmsg.dir/test_echo_tcp_sendmmsg_recvmmsg.c.o [ 33%] Building C object tests/CMakeFiles/test_echo_tcp_write_read.dir/test_echo_tcp_write_read.c.o [ 35%] Linking C executable test_fcntl_lock /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_echo_tcp_socket_options.c: In function 'test_sockopt_so': /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_echo_tcp_socket_options.c:123:19: warning: unused variable 'so_len' [-Wunused-variable] 123 | socklen_t so_len; | ^~~~~~ [ 36%] Linking C executable test_echo_tcp_bind [ 37%] Building C object tests/CMakeFiles/test_echo_tcp_sendmsg_recvmsg.dir/test_echo_tcp_sendmsg_recvmsg.c.o [ 37%] Built target test_fcntl_lock [ 37%] Built target test_echo_tcp_bind [ 39%] Linking C executable test_echo_tcp_write_read [ 40%] Building C object tests/CMakeFiles/test_echo_tcp_poll.dir/test_echo_tcp_poll.c.o [ 41%] Linking C executable test_tcp_listen [ 41%] Built target test_echo_tcp_write_read [ 43%] Building C object tests/CMakeFiles/test_echo_tcp_writev_readv.dir/test_echo_tcp_writev_readv.c.o [ 44%] Linking C executable test_echo_tcp_sendmmsg_recvmmsg [ 45%] Building C object tests/CMakeFiles/test_echo_tcp_get_peer_sock_name.dir/test_echo_tcp_get_peer_sock_name.c.o [ 45%] Built target test_tcp_listen [ 45%] Built target test_echo_tcp_sendmmsg_recvmmsg /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_echo_tcp_get_peer_sock_name.c: In function '_assert_sockaddr_equal': /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_echo_tcp_get_peer_sock_name.c:56:9: warning: 'cmocka_macro' is deprecated: cast_ptr_to_largest_integral_type: use cast_ptr_to_uintmax_type instead [-Wdeprecated-declarations] 56 | _assert_true(cast_ptr_to_largest_integral_type(p), | ^~~~~~~~~~~~ /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_echo_tcp_get_peer_sock_name.c: In function '_assert_sockaddr_port_range_equal': /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/tests/test_echo_tcp_get_peer_sock_name.c:115:9: error: implicit declaration of function '_assert_in_range'; did you mean 'assert_in_range'? [-Werror=implicit-function-declaration] 115 | _assert_in_range(ntohs(n_port), | ^~~~~~~~~~~~~~~~ | assert_in_range [ 47%] Building C object tests/CMakeFiles/test_echo_udp_sendto_recvfrom.dir/test_echo_udp_sendto_recvfrom.c.o [ 48%] Building C object tests/CMakeFiles/test_echo_udp_send_recv.dir/test_echo_udp_send_recv.c.o [ 50%] Linking C executable test_echo_tcp_poll [ 51%] Linking C executable test_echo_tcp_socket_options [ 51%] Built target test_echo_tcp_poll [ 51%] Built target test_echo_tcp_socket_options [ 52%] Building C object tests/CMakeFiles/test_echo_udp_sendmsg_recvmsg.dir/test_echo_udp_sendmsg_recvmsg.c.o [ 54%] Building C object tests/CMakeFiles/test_max_sockets.dir/test_max_sockets.c.o cc1: some warnings being treated as errors --- tests/CMakeFiles/test_echo_tcp_get_peer_sock_name.dir/test_echo_tcp_get_peer_sock_name.c.o --- *** [tests/CMakeFiles/test_echo_tcp_get_peer_sock_name.dir/test_echo_tcp_get_peer_sock_name.c.o] Error code 1 make[2]: stopped making "tests/CMakeFiles/test_echo_tcp_get_peer_sock_name.dir/build" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build make[2]: 1 error make[2]: stopped making "tests/CMakeFiles/test_echo_tcp_get_peer_sock_name.dir/build" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build --- tests/CMakeFiles/test_echo_tcp_get_peer_sock_name.dir/all --- *** [tests/CMakeFiles/test_echo_tcp_get_peer_sock_name.dir/all] Error code 2 make[1]: stopped making "all" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build --- tests/CMakeFiles/test_echo_udp_send_recv.dir/all --- *** [tests/CMakeFiles/test_echo_udp_send_recv.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build --- tests/CMakeFiles/test_max_sockets.dir/all --- *** [tests/CMakeFiles/test_max_sockets.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build [ 55%] Linking C executable test_echo_tcp_writev_readv --- tests/CMakeFiles/test_echo_tcp_sendmsg_recvmsg.dir/all --- *** [tests/CMakeFiles/test_echo_tcp_sendmsg_recvmsg.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build --- tests/CMakeFiles/test_echo_udp_sendto_recvfrom.dir/all --- *** [tests/CMakeFiles/test_echo_udp_sendto_recvfrom.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build --- tests/CMakeFiles/test_echo_udp_sendmsg_recvmsg.dir/all --- *** [tests/CMakeFiles/test_echo_udp_sendmsg_recvmsg.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build --- tests/CMakeFiles/test_echo_tcp_writev_readv.dir/all --- *** [tests/CMakeFiles/test_echo_tcp_writev_readv.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build --- src/CMakeFiles/socket_wrapper.dir/all --- *** [src/CMakeFiles/socket_wrapper.dir/all] Error code 6 make[1]: stopped making "all" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build make[1]: 8 errors make[1]: stopped making "all" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build *** [all] Error code 2 make: stopped making "all" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build make: 1 error make: stopped making "all" in /pbulk/work/devel/socket_wrapper/work/socket_wrapper-1.5.0/cmake-pkgsrc-build *** Error code 2 Stop. make[1]: stopped making "all" in /usr/pkgsrc/devel/socket_wrapper *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/devel/socket_wrapper