>>> zeromq: Building main/zeromq 4.3.5-r2 (using abuild 3.12.0-r0) started Mon, 23 Oct 2023 16:00:52 +0000 >>> zeromq: Checking sanity of /home/buildozer/aports/main/zeromq/APKBUILD... >>> zeromq: Analyzing dependencies... >>> zeromq: Installing for build: build-base asciidoc cmake libsodium-dev perl samurai util-linux-dev xmlto (1/41) Installing libffi (3.4.4-r3) (2/41) Installing gdbm (1.23-r1) (3/41) Installing mpdecimal (2.5.1-r2) (4/41) Installing libpanelw (6.4_p20231007-r0) (5/41) Installing readline (8.2.1-r2) (6/41) Installing sqlite-libs (3.43.2-r0) (7/41) Installing python3 (3.11.6-r1) (8/41) Installing python3-pycache-pyc0 (3.11.6-r1) (9/41) Installing pyc (3.11.6-r1) (10/41) Installing libxml2 (2.11.5-r0) (11/41) Installing libxml2-utils (2.11.5-r0) (12/41) Installing libgpg-error (1.47-r2) (13/41) Installing libgcrypt (1.10.2-r2) (14/41) Installing libxslt (1.1.38-r1) (15/41) Installing docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-install (16/41) Installing docbook-xsl (1.79.2-r8) Executing docbook-xsl-1.79.2-r8.post-install (17/41) Installing asciidoc-pyc (10.2.0-r3) (18/41) Installing python3-pyc (3.11.6-r1) (19/41) Installing asciidoc (10.2.0-r3) (20/41) Installing libarchive (3.7.2-r0) (21/41) Installing rhash-libs (1.4.4-r0) (22/41) Installing libuv (1.46.0-r0) (23/41) Installing cmake (3.27.7-r2) (24/41) Installing libsodium (1.0.19-r0) (25/41) Installing libsodium-dev (1.0.19-r0) (26/41) Installing perl (5.38.0-r0) (27/41) Installing samurai (1.2-r5) (28/41) Installing libblkid (2.39.2-r0) (29/41) Installing libuuid (2.39.2-r0) (30/41) Installing libfdisk (2.39.2-r0) (31/41) Installing libmount (2.39.2-r0) (32/41) Installing libsmartcols (2.39.2-r0) (33/41) Installing util-linux-dev (2.39.2-r0) (34/41) Installing perl-yaml-syck (1.34-r4) (35/41) Installing perl-test-pod (1.52-r4) (36/41) Installing bash (5.2.15-r6) Executing bash-5.2.15-r6.post-install (37/41) Installing xmlto (0.0.28-r4) (38/41) Installing .makedepends-zeromq (20231023.160053) (39/41) Installing perl-error (0.17029-r2) (40/41) Installing perl-git (2.42.0-r0) (41/41) Installing git-perl (2.42.0-r0) Executing busybox-1.36.1-r13.trigger OK: 540 MiB in 151 packages >>> zeromq: Cleaning up srcdir >>> zeromq: Cleaning up pkgdir >>> zeromq: Cleaning up tmpdir >>> zeromq: Fetching https://distfiles.alpinelinux.org/distfiles/edge/zeromq-4.3.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 2470k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2470k 100 2470k 0 0 4800k 0 --:--:-- --:--:-- --:--:-- 4797k >>> zeromq: Fetching https://distfiles.alpinelinux.org/distfiles/edge/zeromq-4.3.5.tar.gz >>> zeromq: Checking sha512sums... zeromq-4.3.5.tar.gz: OK >>> zeromq: Unpacking /var/cache/distfiles/edge/zeromq-4.3.5.tar.gz... CMake Warning (dev) at CMakeLists.txt:2 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is GNU 13.2.1 -- The CXX compiler identification is GNU 13.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at CMakeLists.txt:7 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Detected ZMQ Version - 4.3.5 -- Found PkgConfig: /usr/bin/pkg-config (found version "2.0.3") -- Performing Test COMPILER_SUPPORTS_CXX11 -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Performing Test COMPILER_SUPPORTS_C11 -- Performing Test COMPILER_SUPPORTS_C11 - Success -- Performing Test CXX_HAS_TAUT_WARNING -- Performing Test CXX_HAS_TAUT_WARNING - Success -- Performing Test CC_HAS_TAUT_WARNING -- Performing Test CC_HAS_TAUT_WARNING - Success -- Not building draft classes and methods -- Using builtin sha1 -- Checking for module 'libbsd' -- Package 'libbsd', required by 'virtual:world', not found -- Looking for strlcpy -- Looking for strlcpy - found -- Checking for module 'libsodium' -- Found libsodium, version 1.0.19 -- Found sodium: /usr/lib/libsodium.so -- Using libsodium for CURVE security -- Looking for kqueue -- Looking for kqueue - not found -- Looking for epoll_create -- Looking for epoll_create - found -- Looking for epoll_create1 -- Looking for epoll_create1 - found -- Using polling method in I/O threads: epoll -- Using polling method in zmq_poll(er)_* API: poll -- Looking for pselect -- Looking for pselect - found -- Using 64 bytes alignment for lock-free data structures -- Looking for posix_memalign -- Looking for posix_memalign - found -- Looking for include file windows.h -- Looking for include file windows.h - not found -- Looking for include file condition_variable -- Looking for include file condition_variable - found -- Using condition_variable_t implementation: stl11 -- Looking for include file ifaddrs.h -- Looking for include file ifaddrs.h - found -- Looking for include file sys/uio.h -- Looking for include file sys/uio.h - found -- Looking for include file sys/eventfd.h -- Looking for include file sys/eventfd.h - found -- Checking whether EFD_CLOEXEC is supported -- Performing Test ZMQ_HAVE_EVENTFD_CLOEXEC -- Performing Test ZMQ_HAVE_EVENTFD_CLOEXEC - Success -- Looking for if_nametoindex -- Looking for if_nametoindex - found -- Looking for SO_PEERCRED -- Looking for SO_PEERCRED - found -- Looking for LOCAL_PEERCRED -- Looking for LOCAL_PEERCRED - not found -- Looking for SO_BUSY_POLL -- Looking for SO_BUSY_POLL - found -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for fork -- Looking for fork - found -- Looking for gethrtime -- Looking for gethrtime - not found -- Looking for mkdtemp -- Looking for mkdtemp - found -- Looking for accept4 -- Looking for accept4 - found -- Looking for strnlen -- Looking for strnlen - found -- Performing Test HAVE_FLAG_-Wall -- Performing Test HAVE_FLAG_-Wall - Failed -- Performing Test HAVE_FLAG_-Wextra -- Performing Test HAVE_FLAG_-Wextra - Failed -- Performing Test HAVE_FLAG_-Wno-long-long -- Performing Test HAVE_FLAG_-Wno-long-long - Failed -- Performing Test HAVE_FLAG_-Wno-uninitialized -- Performing Test HAVE_FLAG_-Wno-uninitialized - Failed -- Performing Test HAVE_FLAG_-pedantic -- Performing Test HAVE_FLAG_-pedantic - Failed -- Checking whether noexcept is supported -- Performing Test ZMQ_HAVE_NOEXCEPT -- Performing Test ZMQ_HAVE_NOEXCEPT - Success -- Checking pthread_setname signature -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 - Success -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME - Failed -- Checking pthread_setaffinity signature -- Performing Test ZMQ_HAVE_PTHREAD_SET_AFFINITY -- Performing Test ZMQ_HAVE_PTHREAD_SET_AFFINITY - Success -- Checking whether SOCK_CLOEXEC is supported -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC - Success -- Checking whether O_CLOEXEC is supported -- Performing Test ZMQ_HAVE_O_CLOEXEC -- Performing Test ZMQ_HAVE_O_CLOEXEC - Success -- Checking whether SO_BINDTODEVICE is supported -- Performing Test ZMQ_HAVE_SO_BINDTODEVICE -- Performing Test ZMQ_HAVE_SO_BINDTODEVICE - Success -- Checking whether SO_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_SO_KEEPALIVE -- Performing Test ZMQ_HAVE_SO_KEEPALIVE - Success -- Checking whether SO_PRIORITY is supported -- Performing Test ZMQ_HAVE_SO_PRIORITY -- Performing Test ZMQ_HAVE_SO_PRIORITY - Success -- Checking whether TCP_KEEPCNT is supported -- Performing Test ZMQ_HAVE_TCP_KEEPCNT -- Performing Test ZMQ_HAVE_TCP_KEEPCNT - Success -- Checking whether TCP_KEEPIDLE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE - Success -- Checking whether TCP_KEEPINTVL is supported -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL - Success -- Checking whether TCP_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE - Failed -- Checking whether TIPC is supported -- Performing Test ZMQ_HAVE_TIPC -- Performing Test ZMQ_HAVE_TIPC - Failed -- Checking whether getrandom is supported -- Performing Test ZMQ_HAVE_GETRANDOM -- Performing Test ZMQ_HAVE_GETRANDOM - Success -- Found AsciiDoc: /usr/bin/asciidoc CMake Deprecation Warning at tests/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Warning (dev) at tests/CMakeLists.txt:342 (message): Test 'test_bind_stream_fuzzer' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tests/CMakeLists.txt:342 (message): Test 'test_bind_ws_fuzzer' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tests/CMakeLists.txt:342 (message): Test 'test_connect_stream_fuzzer' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tests/CMakeLists.txt:342 (message): Test 'test_connect_ws_fuzzer' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tests/CMakeLists.txt:342 (message): Test 'test_socket_options_fuzzer' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning at CMakeLists.txt:1665 (message): Not building unit tests, since BUILD_STATIC is not enabled -- Configuring done (7.0s) -- Generating done (0.8s) -- Build files have been written to: /home/buildozer/aports/main/zeromq/src/zeromq-4.3.5/build [1/319] Building CXX object tests/CMakeFiles/test_abstract_ipc.dir/test_abstract_ipc.cpp.o [2/319] Building CXX object tests/CMakeFiles/test_fork.dir/test_fork.cpp.o [3/319] Building CXX object tests/CMakeFiles/test_zmq_poll_fd.dir/test_zmq_poll_fd.cpp.o [4/319] Building CXX object tests/CMakeFiles/test_use_fd.dir/test_use_fd.cpp.o [5/319] Building CXX object tests/CMakeFiles/test_router_mandatory_hwm.dir/test_router_mandatory_hwm.cpp.o [6/319] Building CXX object tests/CMakeFiles/test_stream_exceeds_buffer.dir/test_stream_exceeds_buffer.cpp.o [7/319] Building CXX object tests/CMakeFiles/test_filter_ipc.dir/test_filter_ipc.cpp.o [8/319] Building CXX object tests/CMakeFiles/test_getsockopt_memset.dir/test_getsockopt_memset.cpp.o [9/319] Building CXX object tests/CMakeFiles/test_proxy_terminate.dir/test_proxy_terminate.cpp.o [10/319] Building CXX object tests/CMakeFiles/test_proxy_steerable.dir/test_proxy_steerable.cpp.o [11/319] Building CXX object tests/CMakeFiles/test_proxy_single_socket.dir/test_proxy_single_socket.cpp.o [12/319] Building CXX object tests/CMakeFiles/test_proxy_hwm.dir/test_proxy_hwm.cpp.o [13/319] Building CXX object tests/CMakeFiles/test_proxy.dir/test_proxy.cpp.o [14/319] Building CXX object tests/CMakeFiles/test_rebind_ipc.dir/test_rebind_ipc.cpp.o [15/319] Building CXX object tests/CMakeFiles/test_reqrep_ipc.dir/test_reqrep_ipc.cpp.o [16/319] Building CXX object tests/CMakeFiles/test_pair_ipc.dir/test_pair_ipc.cpp.o [17/319] Building CXX object tests/CMakeFiles/test_ipc_wildcard.dir/test_ipc_wildcard.cpp.o [18/319] Building CXX object tests/CMakeFiles/test_z85_decode_fuzzer.dir/test_z85_decode_fuzzer.cpp.o [19/319] Building CXX object tests/CMakeFiles/test_bind_curve_fuzzer.dir/test_bind_curve_fuzzer.cpp.o [20/319] Building CXX object tests/CMakeFiles/test_connect_curve_fuzzer.dir/test_connect_curve_fuzzer.cpp.o [21/319] Building CXX object tests/CMakeFiles/test_bind_fuzzer.dir/test_bind_fuzzer.cpp.o [22/319] Building CXX object tests/CMakeFiles/test_connect_fuzzer.dir/test_connect_fuzzer.cpp.o [23/319] Building CXX object tests/CMakeFiles/test_bind_null_fuzzer.dir/test_bind_null_fuzzer.cpp.o [24/319] Building CXX object tests/CMakeFiles/test_connect_null_fuzzer.dir/test_connect_null_fuzzer.cpp.o [25/319] Building CXX object tests/CMakeFiles/test_socks.dir/test_socks.cpp.o [26/319] Building CXX object tests/CMakeFiles/test_security_gssapi.dir/test_security_gssapi.cpp.o [27/319] Building CXX object tests/CMakeFiles/test_mock_pub_sub.dir/test_mock_pub_sub.cpp.o [28/319] Building CXX object tests/CMakeFiles/test_tcp_accept_filter.dir/test_tcp_accept_filter.cpp.o [29/319] Building CXX object tests/CMakeFiles/test_reconnect_options.dir/test_reconnect_options.cpp.o [30/319] Building CXX object tests/CMakeFiles/test_reconnect_ivl.dir/test_reconnect_ivl.cpp.o [31/319] Building CXX object tests/CMakeFiles/test_socket_null.dir/test_socket_null.cpp.o [32/319] Building CXX object tests/CMakeFiles/test_monitor.dir/test_monitor.cpp.o [33/319] Building CXX object tests/CMakeFiles/test_sodium.dir/test_sodium.cpp.o [34/319] Building CXX object tests/CMakeFiles/test_bind_after_connect_tcp.dir/test_bind_after_connect_tcp.cpp.o [35/319] Building CXX object tests/CMakeFiles/test_base85.dir/test_base85.cpp.o [36/319] Building CXX object tests/CMakeFiles/test_xpub_verbose.dir/test_xpub_verbose.cpp.o [37/319] Building CXX object tests/CMakeFiles/test_xpub_welcome_msg.dir/test_xpub_welcome_msg.cpp.o [38/319] Building CXX object tests/CMakeFiles/test_xpub_topic.dir/test_xpub_topic.cpp.o [39/319] Building CXX object tests/CMakeFiles/test_xpub_manual.dir/test_xpub_manual.cpp.o [40/319] Building CXX object tests/CMakeFiles/test_stream_timeout.dir/test_stream_timeout.cpp.o [41/319] Building CXX object tests/CMakeFiles/test_srcfd.dir/test_srcfd.cpp.o [42/319] Building CXX object tests/CMakeFiles/test_router_handover.dir/test_router_handover.cpp.o [43/319] Building CXX object tests/CMakeFiles/test_metadata.dir/test_metadata.cpp.o [44/319] Building CXX object tests/CMakeFiles/test_capabilities.dir/test_capabilities.cpp.o [45/319] Building CXX object tests/CMakeFiles/test_bind_src_address.dir/test_bind_src_address.cpp.o [46/319] Building CXX object tests/CMakeFiles/test_atomics.dir/test_atomics.cpp.o [47/319] Building CXX object tests/CMakeFiles/test_heartbeats.dir/test_heartbeats.cpp.o [48/319] Building CXX object tests/CMakeFiles/test_sockopt_hwm.dir/test_sockopt_hwm.cpp.o [49/319] Building CXX object tests/CMakeFiles/test_setsockopt.dir/test_setsockopt.cpp.o [50/319] Building CXX object tests/CMakeFiles/test_pub_invert_matching.dir/test_pub_invert_matching.cpp.o [51/319] Building CXX object tests/CMakeFiles/test_xpub_nodrop.dir/test_xpub_nodrop.cpp.o [52/319] Building CXX object tests/CMakeFiles/test_connect_rid.dir/test_connect_rid.cpp.o [53/319] Building CXX object tests/CMakeFiles/test_diffserv.dir/test_diffserv.cpp.o [54/319] Building CXX object tests/CMakeFiles/test_many_sockets.dir/test_many_sockets.cpp.o [55/319] Building CXX object tests/CMakeFiles/test_timeo.dir/test_timeo.cpp.o [56/319] Building CXX object tests/CMakeFiles/test_shutdown_stress.dir/test_shutdown_stress.cpp.o [57/319] Building CXX object tests/CMakeFiles/test_issue_566.dir/test_issue_566.cpp.o [58/319] Building CXX object tests/CMakeFiles/test_inproc_connect.dir/test_inproc_connect.cpp.o [59/319] Building CXX object tests/CMakeFiles/test_conflate.dir/test_conflate.cpp.o [60/319] Building CXX object tests/CMakeFiles/test_req_relaxed.dir/test_req_relaxed.cpp.o [61/319] Building CXX object tests/CMakeFiles/test_req_correlate.dir/test_req_correlate.cpp.o [62/319] Building CXX object tests/CMakeFiles/test_spec_pushpull.dir/test_spec_pushpull.cpp.o [63/319] Building CXX object tests/CMakeFiles/test_spec_router.dir/test_spec_router.cpp.o [64/319] Building CXX object tests/CMakeFiles/test_spec_dealer.dir/test_spec_dealer.cpp.o [65/319] Building CXX object tests/CMakeFiles/test_spec_rep.dir/test_spec_rep.cpp.o [66/319] Building CXX object tests/CMakeFiles/test_spec_req.dir/test_spec_req.cpp.o [67/319] Building CXX object tests/CMakeFiles/test_iov.dir/test_iov.cpp.o [68/319] Building CXX object tests/CMakeFiles/test_security_zap.dir/test_security_zap.cpp.o [69/319] Building CXX object tests/CMakeFiles/test_security_plain.dir/test_security_plain.cpp.o [70/319] Building CXX object tests/CMakeFiles/test_security_null.dir/test_security_null.cpp.o [71/319] Building CXX object tests/CMakeFiles/test_security_no_zap_handler.dir/test_security_no_zap_handler.cpp.o [72/319] Building CXX object tests/CMakeFiles/test_ctx_destroy.dir/test_ctx_destroy.cpp.o [73/319] Building CXX object tests/CMakeFiles/test_ctx_options.dir/test_ctx_options.cpp.o [74/319] Building CXX object tests/CMakeFiles/test_unbind_wildcard.dir/test_unbind_wildcard.cpp.o [75/319] Building CXX object tests/CMakeFiles/test_disconnect_inproc.dir/test_disconnect_inproc.cpp.o [76/319] Building CXX object tests/CMakeFiles/test_stream_disconnect.dir/test_stream_disconnect.cpp.o [77/319] Building CXX object tests/CMakeFiles/test_stream_empty.dir/test_stream_empty.cpp.o [78/319] Building CXX object tests/CMakeFiles/test_stream.dir/test_stream.cpp.o [79/319] Building CXX object tests/CMakeFiles/test_probe_router.dir/test_probe_router.cpp.o [80/319] Building CXX object tests/CMakeFiles/test_router_mandatory.dir/test_router_mandatory.cpp.o [81/319] Building CXX object tests/CMakeFiles/test_term_endpoint.dir/test_term_endpoint.cpp.o [82/319] Building CXX object tests/CMakeFiles/test_last_endpoint.dir/test_last_endpoint.cpp.o [83/319] Building CXX object tests/CMakeFiles/test_immediate.dir/test_immediate.cpp.o [84/319] Building CXX object tests/CMakeFiles/test_connect_resolve.dir/test_connect_resolve.cpp.o [85/319] Building CXX object tests/CMakeFiles/test_msg_ffn.dir/test_msg_ffn.cpp.o [86/319] Building CXX object tests/CMakeFiles/test_msg_flags.dir/test_msg_flags.cpp.o [87/319] Building CXX object tests/CMakeFiles/test_invalid_rep.dir/test_invalid_rep.cpp.o [88/319] Building CXX object tests/CMakeFiles/test_sub_forward.dir/test_sub_forward.cpp.o [89/319] Building CXX object tests/CMakeFiles/test_reqrep_device.dir/test_reqrep_device.cpp.o [90/319] Building CXX object tests/CMakeFiles/test_hwm_pubsub.dir/test_hwm_pubsub.cpp.o [91/319] Building CXX object tests/CMakeFiles/test_hwm.dir/test_hwm.cpp.o [92/319] Building CXX object tests/CMakeFiles/test_reqrep_tcp.dir/test_reqrep_tcp.cpp.o [93/319] Building CXX object tests/CMakeFiles/test_reqrep_inproc.dir/test_reqrep_inproc.cpp.o [94/319] Building CXX object tests/CMakeFiles/test_pair_tcp.dir/test_pair_tcp.cpp.o [95/319] Building CXX object tests/CMakeFiles/test_pair_inproc.dir/test_pair_inproc.cpp.o [96/319] Building CXX object tests/CMakeFiles/test_system.dir/test_system.cpp.o [97/319] Building CXX object tests/CMakeFiles/test_ancillaries.dir/test_ancillaries.cpp.o [98/319] Building CXX object tests/CMakeFiles/testutil.dir/testutil_unity.cpp.o [99/319] Building CXX object tests/CMakeFiles/testutil.dir/testutil_security.cpp.o [100/319] Building CXX object tests/CMakeFiles/testutil.dir/testutil_monitoring.cpp.o [101/319] Building CXX object tests/CMakeFiles/testutil.dir/testutil.cpp.o [102/319] Building C object tests/CMakeFiles/unity.dir/__/external/unity/unity.c.o [103/319] Building CXX object CMakeFiles/proxy_thr.dir/perf/proxy_thr.cpp.o [104/319] Building CXX object CMakeFiles/inproc_thr.dir/perf/inproc_thr.cpp.o [105/319] Building CXX object CMakeFiles/inproc_lat.dir/perf/inproc_lat.cpp.o [106/319] Building CXX object CMakeFiles/remote_thr.dir/perf/remote_thr.cpp.o [107/319] Building CXX object CMakeFiles/local_thr.dir/perf/local_thr.cpp.o [108/319] Building CXX object CMakeFiles/remote_lat.dir/perf/remote_lat.cpp.o [109/319] Building CXX object CMakeFiles/local_lat.dir/perf/local_lat.cpp.o [110/319] Building CXX object CMakeFiles/objects.dir/src/stream_listener_base.cpp.o [111/319] Building CXX object CMakeFiles/objects.dir/src/stream_connecter_base.cpp.o [112/319] Building CXX object CMakeFiles/objects.dir/src/zmtp_engine.cpp.o [113/319] Building CXX object CMakeFiles/objects.dir/src/zap_client.cpp.o [114/319] Building CXX object CMakeFiles/objects.dir/src/ip_resolver.cpp.o [115/319] Building CXX object CMakeFiles/objects.dir/src/gather.cpp.o [116/319] Building CXX object CMakeFiles/objects.dir/src/scatter.cpp.o [117/319] Building CXX object CMakeFiles/objects.dir/src/udp_address.cpp.o [118/319] Building CXX object CMakeFiles/objects.dir/src/udp_engine.cpp.o [119/319] Building CXX object CMakeFiles/objects.dir/src/dish.cpp.o [120/319] Building CXX object CMakeFiles/objects.dir/src/radio.cpp.o [121/319] Building CXX object CMakeFiles/objects.dir/src/timers.cpp.o [122/319] Building CXX object CMakeFiles/objects.dir/src/socket_poller.cpp.o [123/319] Building CXX object CMakeFiles/objects.dir/src/decoder_allocators.cpp.o [124/319] Building CXX object CMakeFiles/objects.dir/src/zmq_utils.cpp.o [125/319] Building CXX object CMakeFiles/objects.dir/src/zmq.cpp.o [126/319] Building CXX object CMakeFiles/objects.dir/src/xsub.cpp.o [127/319] Building CXX object CMakeFiles/objects.dir/src/xpub.cpp.o [128/319] Building CXX object CMakeFiles/objects.dir/src/v3_1_encoder.cpp.o [129/319] Building CXX object CMakeFiles/objects.dir/src/v2_encoder.cpp.o [130/319] Building CXX object CMakeFiles/objects.dir/src/v2_decoder.cpp.o [131/319] Building CXX object CMakeFiles/objects.dir/src/v1_encoder.cpp.o [132/319] Building CXX object CMakeFiles/objects.dir/src/v1_decoder.cpp.o [133/319] Building CXX object CMakeFiles/objects.dir/src/radix_tree.cpp.o [134/319] Building CXX object CMakeFiles/objects.dir/src/trie.cpp.o [135/319] Building CXX object CMakeFiles/objects.dir/src/thread.cpp.o [136/319] Building CXX object CMakeFiles/objects.dir/src/tcp_listener.cpp.o [137/319] Building CXX object CMakeFiles/objects.dir/src/tcp_connecter.cpp.o [138/319] Building CXX object CMakeFiles/objects.dir/src/tcp_address.cpp.o [139/319] Building CXX object CMakeFiles/objects.dir/src/tcp.cpp.o [140/319] Building CXX object CMakeFiles/objects.dir/src/sub.cpp.o [141/319] Linking C static library lib/libunity.a [142/319] Building CXX object CMakeFiles/objects.dir/src/stream_engine_base.cpp.o [143/319] Building CXX object CMakeFiles/objects.dir/src/stream.cpp.o [144/319] Building CXX object CMakeFiles/objects.dir/src/socks_connecter.cpp.o [145/319] Building CXX object CMakeFiles/objects.dir/src/socks.cpp.o [146/319] Building CXX object CMakeFiles/objects.dir/src/socket_base.cpp.o [147/319] Building CXX object CMakeFiles/objects.dir/src/signaler.cpp.o [148/319] Building CXX object CMakeFiles/objects.dir/src/session_base.cpp.o [149/319] Building CXX object CMakeFiles/objects.dir/src/server.cpp.o [150/319] Building CXX object CMakeFiles/objects.dir/src/select.cpp.o [151/319] Building CXX object CMakeFiles/objects.dir/src/router.cpp.o [152/319] Building CXX object CMakeFiles/objects.dir/src/req.cpp.o [153/319] Building CXX object CMakeFiles/objects.dir/src/rep.cpp.o [154/319] Building CXX object CMakeFiles/objects.dir/src/reaper.cpp.o [155/319] Building CXX object CMakeFiles/objects.dir/src/raw_engine.cpp.o [156/319] Building CXX object CMakeFiles/objects.dir/src/raw_decoder.cpp.o [157/319] Building CXX object CMakeFiles/objects.dir/src/raw_encoder.cpp.o [158/319] Building CXX object CMakeFiles/objects.dir/src/random.cpp.o [159/319] Building CXX object CMakeFiles/objects.dir/src/push.cpp.o [160/319] Building CXX object CMakeFiles/objects.dir/src/pull.cpp.o [161/319] Building CXX object CMakeFiles/objects.dir/src/pub.cpp.o [162/319] Building CXX object CMakeFiles/objects.dir/src/proxy.cpp.o [163/319] Building CXX object CMakeFiles/objects.dir/src/pollset.cpp.o [164/319] Building CXX object CMakeFiles/objects.dir/src/polling_util.cpp.o [165/319] Building CXX object CMakeFiles/objects.dir/src/poller_base.cpp.o [166/319] Building CXX object CMakeFiles/objects.dir/src/poll.cpp.o [167/319] Building CXX object CMakeFiles/objects.dir/src/plain_server.cpp.o [168/319] Building CXX object CMakeFiles/objects.dir/src/plain_client.cpp.o [169/319] Building CXX object CMakeFiles/objects.dir/src/pipe.cpp.o [170/319] Building CXX object CMakeFiles/objects.dir/src/pgm_socket.cpp.o [171/319] Building CXX object CMakeFiles/objects.dir/src/pgm_sender.cpp.o [172/319] Building CXX object CMakeFiles/objects.dir/src/pgm_receiver.cpp.o [173/319] Building CXX object CMakeFiles/objects.dir/src/peer.cpp.o [174/319] Building CXX object CMakeFiles/objects.dir/src/pair.cpp.o [175/319] Building CXX object CMakeFiles/objects.dir/src/null_mechanism.cpp.o [176/319] Building CXX object CMakeFiles/objects.dir/src/own.cpp.o [177/319] Building CXX object CMakeFiles/objects.dir/src/options.cpp.o [178/319] Building CXX object CMakeFiles/objects.dir/src/object.cpp.o [179/319] Building CXX object CMakeFiles/objects.dir/src/norm_engine.cpp.o [180/319] Building CXX object CMakeFiles/objects.dir/src/mtrie.cpp.o [181/319] Building CXX object CMakeFiles/objects.dir/src/msg.cpp.o [182/319] Building CXX object CMakeFiles/objects.dir/src/metadata.cpp.o [183/319] Building CXX object CMakeFiles/objects.dir/src/mechanism_base.cpp.o [184/319] Building CXX object CMakeFiles/objects.dir/src/mechanism.cpp.o [185/319] Building CXX object CMakeFiles/objects.dir/src/mailbox_safe.cpp.o [186/319] Building CXX object CMakeFiles/objects.dir/src/mailbox.cpp.o [187/319] Building CXX object CMakeFiles/objects.dir/src/lb.cpp.o [188/319] Building CXX object CMakeFiles/objects.dir/src/kqueue.cpp.o [189/319] Building CXX object CMakeFiles/objects.dir/src/ipc_listener.cpp.o [190/319] Building CXX object CMakeFiles/objects.dir/src/ipc_connecter.cpp.o [191/319] Building CXX object CMakeFiles/objects.dir/src/ipc_address.cpp.o [192/319] Building CXX object CMakeFiles/objects.dir/src/ip.cpp.o [193/319] Building CXX object CMakeFiles/objects.dir/src/io_thread.cpp.o [194/319] Building CXX object CMakeFiles/objects.dir/src/io_object.cpp.o [195/319] Building CXX object CMakeFiles/objects.dir/src/fq.cpp.o [196/319] Building CXX object CMakeFiles/objects.dir/src/err.cpp.o [197/319] Building CXX object CMakeFiles/objects.dir/src/epoll.cpp.o [198/319] Building CXX object CMakeFiles/objects.dir/src/endpoint.cpp.o [199/319] Building CXX object CMakeFiles/objects.dir/src/dist.cpp.o [200/319] Building CXX object CMakeFiles/objects.dir/src/dgram.cpp.o [201/319] Building CXX object CMakeFiles/objects.dir/src/devpoll.cpp.o [202/319] Building CXX object CMakeFiles/objects.dir/src/dealer.cpp.o [203/319] Building CXX object CMakeFiles/objects.dir/src/curve_server.cpp.o [204/319] Building CXX object CMakeFiles/objects.dir/src/curve_client.cpp.o [205/319] Building CXX object CMakeFiles/objects.dir/src/curve_mechanism_base.cpp.o [206/319] Building CXX object CMakeFiles/objects.dir/src/ctx.cpp.o [207/319] Building CXX object CMakeFiles/objects.dir/src/clock.cpp.o [208/319] Building CXX object CMakeFiles/objects.dir/src/client.cpp.o [209/319] Building CXX object CMakeFiles/objects.dir/src/channel.cpp.o [210/319] Building CXX object CMakeFiles/objects.dir/src/address.cpp.o [211/319] Building CXX object CMakeFiles/objects.dir/src/precompiled.cpp.o [212/319] Building C object CMakeFiles/objects.dir/external/sha1/sha1.c.o [213/319] Linking CXX shared library lib/libzmq.so.5.2.5 [214/319] Creating library symlink lib/libzmq.so.5 lib/libzmq.so [215/319] Linking CXX static library lib/libtestutil.a [216/319] Linking CXX executable bin/proxy_thr [217/319] Linking CXX executable bin/inproc_thr [218/319] Linking CXX executable bin/inproc_lat [219/319] Linking CXX executable bin/remote_thr [220/319] Linking CXX executable bin/local_thr [221/319] Linking CXX executable bin/remote_lat [222/319] Linking CXX executable bin/local_lat [223/319] Linking CXX executable bin/test_abstract_ipc [224/319] Linking CXX executable bin/test_fork [225/319] Linking CXX executable bin/test_zmq_poll_fd [226/319] Linking CXX executable bin/test_use_fd [227/319] Linking CXX executable bin/test_router_mandatory_hwm [228/319] Linking CXX executable bin/test_stream_exceeds_buffer [229/319] Linking CXX executable bin/test_filter_ipc [230/319] Linking CXX executable bin/test_getsockopt_memset [231/319] Linking CXX executable bin/test_proxy_terminate [232/319] Linking CXX executable bin/test_proxy_steerable [233/319] Linking CXX executable bin/test_proxy_single_socket [234/319] Linking CXX executable bin/test_proxy_hwm [235/319] Linking CXX executable bin/test_proxy [236/319] Linking CXX executable bin/test_rebind_ipc [237/319] Linking CXX executable bin/test_reqrep_ipc [238/319] Linking CXX executable bin/test_pair_ipc [239/319] Linking CXX executable bin/test_ipc_wildcard [240/319] Linking CXX executable bin/test_z85_decode_fuzzer [241/319] Linking CXX executable bin/test_bind_curve_fuzzer [242/319] Linking CXX executable bin/test_connect_curve_fuzzer [243/319] Linking CXX executable bin/test_bind_fuzzer [244/319] Linking CXX executable bin/test_connect_fuzzer [245/319] Linking CXX executable bin/test_bind_null_fuzzer [246/319] Linking CXX executable bin/test_connect_null_fuzzer [247/319] Linking CXX executable bin/test_socks [248/319] Linking CXX executable bin/test_security_gssapi [249/319] Linking CXX executable bin/test_mock_pub_sub [250/319] Linking CXX executable bin/test_tcp_accept_filter [251/319] Linking CXX executable bin/test_reconnect_options [252/319] Linking CXX executable bin/test_reconnect_ivl [253/319] Linking CXX executable bin/test_socket_null [254/319] Linking CXX executable bin/test_monitor [255/319] Linking CXX executable bin/test_sodium [256/319] Linking CXX executable bin/test_bind_after_connect_tcp [257/319] Linking CXX executable bin/test_base85 [258/319] Linking CXX executable bin/test_xpub_verbose [259/319] Linking CXX executable bin/test_xpub_welcome_msg [260/319] Linking CXX executable bin/test_xpub_topic [261/319] Linking CXX executable bin/test_xpub_manual [262/319] Linking CXX executable bin/test_stream_timeout [263/319] Linking CXX executable bin/test_srcfd [264/319] Linking CXX executable bin/test_router_handover [265/319] Linking CXX executable bin/test_metadata [266/319] Linking CXX executable bin/test_capabilities [267/319] Linking CXX executable bin/test_bind_src_address [268/319] Linking CXX executable bin/test_atomics [269/319] Linking CXX executable bin/test_heartbeats [270/319] Linking CXX executable bin/test_sockopt_hwm [271/319] Linking CXX executable bin/test_setsockopt [272/319] Linking CXX executable bin/test_pub_invert_matching [273/319] Linking CXX executable bin/test_xpub_nodrop [274/319] Linking CXX executable bin/test_connect_rid [275/319] Linking CXX executable bin/test_diffserv [276/319] Linking CXX executable bin/test_many_sockets [277/319] Linking CXX executable bin/test_timeo [278/319] Linking CXX executable bin/test_shutdown_stress [279/319] Linking CXX executable bin/test_issue_566 [280/319] Linking CXX executable bin/test_inproc_connect [281/319] Linking CXX executable bin/test_conflate [282/319] Linking CXX executable bin/test_req_relaxed [283/319] Linking CXX executable bin/test_req_correlate [284/319] Linking CXX executable bin/test_spec_pushpull [285/319] Linking CXX executable bin/test_spec_router [286/319] Linking CXX executable bin/test_spec_dealer [287/319] Linking CXX executable bin/test_spec_rep [288/319] Linking CXX executable bin/test_spec_req [289/319] Linking CXX executable bin/test_iov [290/319] Linking CXX executable bin/test_security_zap [291/319] Linking CXX executable bin/test_security_plain [292/319] Linking CXX executable bin/test_security_null [293/319] Linking CXX executable bin/test_security_no_zap_handler [294/319] Linking CXX executable bin/test_ctx_destroy [295/319] Linking CXX executable bin/test_ctx_options [296/319] Linking CXX executable bin/test_unbind_wildcard [297/319] Linking CXX executable bin/test_disconnect_inproc [298/319] Linking CXX executable bin/test_stream_disconnect [299/319] Linking CXX executable bin/test_stream_empty [300/319] Linking CXX executable bin/test_stream [301/319] Linking CXX executable bin/test_probe_router [302/319] Linking CXX executable bin/test_router_mandatory [303/319] Linking CXX executable bin/test_term_endpoint [304/319] Linking CXX executable bin/test_last_endpoint [305/319] Linking CXX executable bin/test_immediate [306/319] Linking CXX executable bin/test_connect_resolve [307/319] Linking CXX executable bin/test_msg_ffn [308/319] Linking CXX executable bin/test_msg_flags [309/319] Linking CXX executable bin/test_invalid_rep [310/319] Linking CXX executable bin/test_sub_forward [311/319] Linking CXX executable bin/test_reqrep_device [312/319] Linking CXX executable bin/test_hwm_pubsub [313/319] Linking CXX executable bin/test_hwm [314/319] Linking CXX executable bin/test_reqrep_tcp [315/319] Linking CXX executable bin/test_reqrep_inproc [316/319] Linking CXX executable bin/test_pair_tcp [317/319] Linking CXX executable bin/test_pair_inproc [318/319] Linking CXX executable bin/test_system [319/319] Linking CXX executable bin/test_ancillaries CMake Warning (dev) at CMakeLists.txt:2 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is GNU 13.2.1 -- The CXX compiler identification is GNU 13.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at CMakeLists.txt:7 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Detected ZMQ Version - 4.3.5 -- Found PkgConfig: /usr/bin/pkg-config (found version "2.0.3") -- Performing Test COMPILER_SUPPORTS_CXX11 -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Performing Test COMPILER_SUPPORTS_C11 -- Performing Test COMPILER_SUPPORTS_C11 - Success -- Performing Test CXX_HAS_TAUT_WARNING -- Performing Test CXX_HAS_TAUT_WARNING - Success -- Performing Test CC_HAS_TAUT_WARNING -- Performing Test CC_HAS_TAUT_WARNING - Success -- Not building draft classes and methods -- Using builtin sha1 -- Checking for module 'libbsd' -- Package 'libbsd', required by 'virtual:world', not found -- Looking for strlcpy -- Looking for strlcpy - found -- Checking for module 'libsodium' -- Found libsodium, version 1.0.19 -- Found sodium: /usr/lib/libsodium.so -- Using libsodium for CURVE security -- Looking for kqueue -- Looking for kqueue - not found -- Looking for epoll_create -- Looking for epoll_create - found -- Looking for epoll_create1 -- Looking for epoll_create1 - found -- Using polling method in I/O threads: epoll -- Using polling method in zmq_poll(er)_* API: poll -- Looking for pselect -- Looking for pselect - found -- Using 64 bytes alignment for lock-free data structures -- Looking for posix_memalign -- Looking for posix_memalign - found -- Looking for include file windows.h -- Looking for include file windows.h - not found -- Looking for include file condition_variable -- Looking for include file condition_variable - found -- Using condition_variable_t implementation: stl11 -- Looking for include file ifaddrs.h -- Looking for include file ifaddrs.h - found -- Looking for include file sys/uio.h -- Looking for include file sys/uio.h - found -- Looking for include file sys/eventfd.h -- Looking for include file sys/eventfd.h - found -- Checking whether EFD_CLOEXEC is supported -- Performing Test ZMQ_HAVE_EVENTFD_CLOEXEC -- Performing Test ZMQ_HAVE_EVENTFD_CLOEXEC - Success -- Looking for if_nametoindex -- Looking for if_nametoindex - found -- Looking for SO_PEERCRED -- Looking for SO_PEERCRED - found -- Looking for LOCAL_PEERCRED -- Looking for LOCAL_PEERCRED - not found -- Looking for SO_BUSY_POLL -- Looking for SO_BUSY_POLL - found -- Looking for clock_gettime -- Looking for clock_gettime - found -- Looking for fork -- Looking for fork - found -- Looking for gethrtime -- Looking for gethrtime - not found -- Looking for mkdtemp -- Looking for mkdtemp - found -- Looking for accept4 -- Looking for accept4 - found -- Looking for strnlen -- Looking for strnlen - found -- Performing Test HAVE_FLAG_-Wall -- Performing Test HAVE_FLAG_-Wall - Failed -- Performing Test HAVE_FLAG_-Wextra -- Performing Test HAVE_FLAG_-Wextra - Failed -- Performing Test HAVE_FLAG_-Wno-long-long -- Performing Test HAVE_FLAG_-Wno-long-long - Failed -- Performing Test HAVE_FLAG_-Wno-uninitialized -- Performing Test HAVE_FLAG_-Wno-uninitialized - Failed -- Performing Test HAVE_FLAG_-pedantic -- Performing Test HAVE_FLAG_-pedantic - Failed -- Checking whether noexcept is supported -- Performing Test ZMQ_HAVE_NOEXCEPT -- Performing Test ZMQ_HAVE_NOEXCEPT - Success -- Checking pthread_setname signature -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 - Success -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME - Failed -- Checking pthread_setaffinity signature -- Performing Test ZMQ_HAVE_PTHREAD_SET_AFFINITY -- Performing Test ZMQ_HAVE_PTHREAD_SET_AFFINITY - Success -- Checking whether SOCK_CLOEXEC is supported -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC - Success -- Checking whether O_CLOEXEC is supported -- Performing Test ZMQ_HAVE_O_CLOEXEC -- Performing Test ZMQ_HAVE_O_CLOEXEC - Success -- Checking whether SO_BINDTODEVICE is supported -- Performing Test ZMQ_HAVE_SO_BINDTODEVICE -- Performing Test ZMQ_HAVE_SO_BINDTODEVICE - Success -- Checking whether SO_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_SO_KEEPALIVE -- Performing Test ZMQ_HAVE_SO_KEEPALIVE - Success -- Checking whether SO_PRIORITY is supported -- Performing Test ZMQ_HAVE_SO_PRIORITY -- Performing Test ZMQ_HAVE_SO_PRIORITY - Success -- Checking whether TCP_KEEPCNT is supported -- Performing Test ZMQ_HAVE_TCP_KEEPCNT -- Performing Test ZMQ_HAVE_TCP_KEEPCNT - Success -- Checking whether TCP_KEEPIDLE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE - Success -- Checking whether TCP_KEEPINTVL is supported -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL - Success -- Checking whether TCP_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE - Failed -- Checking whether TIPC is supported -- Performing Test ZMQ_HAVE_TIPC -- Performing Test ZMQ_HAVE_TIPC - Failed -- Checking whether getrandom is supported -- Performing Test ZMQ_HAVE_GETRANDOM -- Performing Test ZMQ_HAVE_GETRANDOM - Success -- Found AsciiDoc: /usr/bin/asciidoc -- Configuring done (7.2s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/main/zeromq/src/zeromq-4.3.5/build-static [1/103] Building CXX object CMakeFiles/objects.dir/src/stream_listener_base.cpp.o [2/103] Building CXX object CMakeFiles/objects.dir/src/stream_connecter_base.cpp.o [3/103] Building CXX object CMakeFiles/objects.dir/src/zmtp_engine.cpp.o [4/103] Building CXX object CMakeFiles/objects.dir/src/zap_client.cpp.o [5/103] Building CXX object CMakeFiles/objects.dir/src/ip_resolver.cpp.o [6/103] Building CXX object CMakeFiles/objects.dir/src/gather.cpp.o [7/103] Building CXX object CMakeFiles/objects.dir/src/scatter.cpp.o [8/103] Building CXX object CMakeFiles/objects.dir/src/udp_address.cpp.o [9/103] Building CXX object CMakeFiles/objects.dir/src/udp_engine.cpp.o [10/103] Building CXX object CMakeFiles/objects.dir/src/dish.cpp.o [11/103] Building CXX object CMakeFiles/objects.dir/src/radio.cpp.o [12/103] Building CXX object CMakeFiles/objects.dir/src/timers.cpp.o [13/103] Building CXX object CMakeFiles/objects.dir/src/socket_poller.cpp.o [14/103] Building CXX object CMakeFiles/objects.dir/src/decoder_allocators.cpp.o [15/103] Building CXX object CMakeFiles/objects.dir/src/zmq_utils.cpp.o [16/103] Building CXX object CMakeFiles/objects.dir/src/zmq.cpp.o [17/103] Building CXX object CMakeFiles/objects.dir/src/xsub.cpp.o [18/103] Building CXX object CMakeFiles/objects.dir/src/xpub.cpp.o [19/103] Building CXX object CMakeFiles/objects.dir/src/v3_1_encoder.cpp.o [20/103] Building CXX object CMakeFiles/objects.dir/src/v2_encoder.cpp.o [21/103] Building CXX object CMakeFiles/objects.dir/src/v2_decoder.cpp.o [22/103] Building CXX object CMakeFiles/objects.dir/src/v1_encoder.cpp.o [23/103] Building CXX object CMakeFiles/objects.dir/src/v1_decoder.cpp.o [24/103] Building CXX object CMakeFiles/objects.dir/src/radix_tree.cpp.o [25/103] Building CXX object CMakeFiles/objects.dir/src/trie.cpp.o [26/103] Building CXX object CMakeFiles/objects.dir/src/thread.cpp.o [27/103] Building CXX object CMakeFiles/objects.dir/src/tcp_listener.cpp.o [28/103] Building CXX object CMakeFiles/objects.dir/src/tcp_connecter.cpp.o [29/103] Building CXX object CMakeFiles/objects.dir/src/tcp_address.cpp.o [30/103] Building CXX object CMakeFiles/objects.dir/src/tcp.cpp.o [31/103] Building CXX object CMakeFiles/objects.dir/src/sub.cpp.o [32/103] Building CXX object CMakeFiles/objects.dir/src/stream_engine_base.cpp.o [33/103] Building CXX object CMakeFiles/objects.dir/src/stream.cpp.o [34/103] Building CXX object CMakeFiles/objects.dir/src/socks_connecter.cpp.o [35/103] Building CXX object CMakeFiles/objects.dir/src/socks.cpp.o [36/103] Building CXX object CMakeFiles/objects.dir/src/socket_base.cpp.o [37/103] Building CXX object CMakeFiles/objects.dir/src/signaler.cpp.o [38/103] Building CXX object CMakeFiles/objects.dir/src/session_base.cpp.o [39/103] Building CXX object CMakeFiles/objects.dir/src/server.cpp.o [40/103] Building CXX object CMakeFiles/objects.dir/src/select.cpp.o [41/103] Building CXX object CMakeFiles/objects.dir/src/router.cpp.o [42/103] Building CXX object CMakeFiles/objects.dir/src/req.cpp.o [43/103] Building CXX object CMakeFiles/objects.dir/src/rep.cpp.o [44/103] Building CXX object CMakeFiles/objects.dir/src/reaper.cpp.o [45/103] Building CXX object CMakeFiles/objects.dir/src/raw_engine.cpp.o [46/103] Building CXX object CMakeFiles/objects.dir/src/raw_decoder.cpp.o [47/103] Building CXX object CMakeFiles/objects.dir/src/raw_encoder.cpp.o [48/103] Building CXX object CMakeFiles/objects.dir/src/random.cpp.o [49/103] Building CXX object CMakeFiles/objects.dir/src/push.cpp.o [50/103] Building CXX object CMakeFiles/objects.dir/src/pull.cpp.o [51/103] Building CXX object CMakeFiles/objects.dir/src/pub.cpp.o [52/103] Building CXX object CMakeFiles/objects.dir/src/proxy.cpp.o [53/103] Building CXX object CMakeFiles/objects.dir/src/pollset.cpp.o [54/103] Building CXX object CMakeFiles/objects.dir/src/polling_util.cpp.o [55/103] Building CXX object CMakeFiles/objects.dir/src/poller_base.cpp.o [56/103] Building CXX object CMakeFiles/objects.dir/src/poll.cpp.o [57/103] Building CXX object CMakeFiles/objects.dir/src/plain_server.cpp.o [58/103] Building CXX object CMakeFiles/objects.dir/src/plain_client.cpp.o [59/103] Building CXX object CMakeFiles/objects.dir/src/pipe.cpp.o [60/103] Building CXX object CMakeFiles/objects.dir/src/pgm_socket.cpp.o [61/103] Building CXX object CMakeFiles/objects.dir/src/pgm_sender.cpp.o [62/103] Building CXX object CMakeFiles/objects.dir/src/pgm_receiver.cpp.o [63/103] Building CXX object CMakeFiles/objects.dir/src/peer.cpp.o [64/103] Building CXX object CMakeFiles/objects.dir/src/pair.cpp.o [65/103] Building CXX object CMakeFiles/objects.dir/src/null_mechanism.cpp.o [66/103] Building CXX object CMakeFiles/objects.dir/src/own.cpp.o [67/103] Building CXX object CMakeFiles/objects.dir/src/options.cpp.o [68/103] Building CXX object CMakeFiles/objects.dir/src/object.cpp.o [69/103] Building CXX object CMakeFiles/objects.dir/src/norm_engine.cpp.o [70/103] Building CXX object CMakeFiles/objects.dir/src/mtrie.cpp.o [71/103] Building CXX object CMakeFiles/objects.dir/src/msg.cpp.o [72/103] Building CXX object CMakeFiles/objects.dir/src/metadata.cpp.o [73/103] Building CXX object CMakeFiles/objects.dir/src/mechanism_base.cpp.o [74/103] Building CXX object CMakeFiles/objects.dir/src/mechanism.cpp.o [75/103] Building CXX object CMakeFiles/objects.dir/src/mailbox_safe.cpp.o [76/103] Building CXX object CMakeFiles/objects.dir/src/mailbox.cpp.o [77/103] Building CXX object CMakeFiles/objects.dir/src/lb.cpp.o [78/103] Building CXX object CMakeFiles/objects.dir/src/kqueue.cpp.o [79/103] Building CXX object CMakeFiles/objects.dir/src/ipc_listener.cpp.o [80/103] Building CXX object CMakeFiles/objects.dir/src/ipc_connecter.cpp.o [81/103] Building CXX object CMakeFiles/objects.dir/src/ipc_address.cpp.o [82/103] Building CXX object CMakeFiles/objects.dir/src/ip.cpp.o [83/103] Building CXX object CMakeFiles/objects.dir/src/io_thread.cpp.o [84/103] Building CXX object CMakeFiles/objects.dir/src/io_object.cpp.o [85/103] Building CXX object CMakeFiles/objects.dir/src/fq.cpp.o [86/103] Building CXX object CMakeFiles/objects.dir/src/err.cpp.o [87/103] Building CXX object CMakeFiles/objects.dir/src/epoll.cpp.o [88/103] Building CXX object CMakeFiles/objects.dir/src/endpoint.cpp.o [89/103] Building CXX object CMakeFiles/objects.dir/src/dist.cpp.o [90/103] Building CXX object CMakeFiles/objects.dir/src/dgram.cpp.o [91/103] Building CXX object CMakeFiles/objects.dir/src/devpoll.cpp.o [92/103] Building CXX object CMakeFiles/objects.dir/src/dealer.cpp.o [93/103] Building CXX object CMakeFiles/objects.dir/src/curve_server.cpp.o [94/103] Building CXX object CMakeFiles/objects.dir/src/curve_client.cpp.o [95/103] Building CXX object CMakeFiles/objects.dir/src/curve_mechanism_base.cpp.o [96/103] Building CXX object CMakeFiles/objects.dir/src/ctx.cpp.o [97/103] Building CXX object CMakeFiles/objects.dir/src/clock.cpp.o [98/103] Building CXX object CMakeFiles/objects.dir/src/client.cpp.o [99/103] Building CXX object CMakeFiles/objects.dir/src/channel.cpp.o [100/103] Building CXX object CMakeFiles/objects.dir/src/address.cpp.o [101/103] Building CXX object CMakeFiles/objects.dir/src/precompiled.cpp.o [102/103] Building C object CMakeFiles/objects.dir/external/sha1/sha1.c.o [103/103] Linking CXX static library lib/libzmq.a Internal ctest changing into directory: /home/buildozer/aports/main/zeromq/src/zeromq-4.3.5/build Test project /home/buildozer/aports/main/zeromq/src/zeromq-4.3.5/build Start 1: test_ancillaries 1/97 Test #1: test_ancillaries ................. Passed 0.01 sec Start 2: test_system 2/97 Test #2: test_system ...................... Passed 0.01 sec Start 3: test_pair_inproc 3/97 Test #3: test_pair_inproc ................. Passed 0.01 sec Start 4: test_pair_tcp 4/97 Test #4: test_pair_tcp .................... Passed 0.01 sec Start 5: test_reqrep_inproc 5/97 Test #5: test_reqrep_inproc ............... Passed 0.01 sec Start 6: test_reqrep_tcp 6/97 Test #6: test_reqrep_tcp .................. Passed 0.03 sec Start 7: test_hwm 7/97 Test #7: test_hwm ......................... Passed 1.58 sec Start 8: test_hwm_pubsub 8/97 Test #8: test_hwm_pubsub .................. Passed 3.22 sec Start 9: test_reqrep_device 9/97 Test #9: test_reqrep_device ............... Passed 0.01 sec Start 10: test_sub_forward 10/97 Test #10: test_sub_forward ................. Passed 0.31 sec Start 11: test_invalid_rep 11/97 Test #11: test_invalid_rep ................. Passed 0.01 sec Start 12: test_msg_flags 12/97 Test #12: test_msg_flags ................... Passed 0.01 sec Start 13: test_msg_ffn 13/97 Test #13: test_msg_ffn ..................... Passed 1.21 sec Start 14: test_connect_resolve 14/97 Test #14: test_connect_resolve ............. Passed 0.01 sec Start 15: test_immediate 15/97 Test #15: test_immediate ................... Passed 3.91 sec Start 16: test_last_endpoint 16/97 Test #16: test_last_endpoint ............... Passed 0.01 sec Start 17: test_term_endpoint 17/97 Test #17: test_term_endpoint ............... Passed 0.61 sec Start 18: test_router_mandatory 18/97 Test #18: test_router_mandatory ............ Passed 0.01 sec Start 19: test_probe_router 19/97 Test #19: test_probe_router ................ Passed 0.01 sec Start 20: test_stream 20/97 Test #20: test_stream ...................... Passed 0.01 sec Start 21: test_stream_empty 21/97 Test #21: test_stream_empty ................ Passed 0.01 sec Start 22: test_stream_disconnect 22/97 Test #22: test_stream_disconnect ........... Passed 0.01 sec Start 23: test_disconnect_inproc 23/97 Test #23: test_disconnect_inproc ........... Passed 0.61 sec Start 24: test_unbind_wildcard 24/97 Test #24: test_unbind_wildcard ............. Passed 0.02 sec Start 25: test_ctx_options 25/97 Test #25: test_ctx_options ................. Passed 0.01 sec Start 26: test_ctx_destroy 26/97 Test #26: test_ctx_destroy ................. Passed 0.31 sec Start 27: test_security_no_zap_handler 27/97 Test #27: test_security_no_zap_handler ..... Passed 0.01 sec Start 28: test_security_null 28/97 Test #28: test_security_null ............... Passed 1.26 sec Start 29: test_security_plain 29/97 Test #29: test_security_plain .............. Passed 2.27 sec Start 30: test_security_zap 30/97 Test #30: test_security_zap ................ Passed 34.35 sec Start 31: test_iov 31/97 Test #31: test_iov ......................... Passed 0.31 sec Start 32: test_spec_req 32/97 Test #32: test_spec_req .................... Passed 3.26 sec Start 33: test_spec_rep 33/97 Test #33: test_spec_rep .................... Passed 0.61 sec Start 34: test_spec_dealer 34/97 Test #34: test_spec_dealer ................. Passed 1.71 sec Start 35: test_spec_router 35/97 Test #35: test_spec_router ................. Passed 1.21 sec Start 36: test_spec_pushpull 36/97 Test #36: test_spec_pushpull ............... Passed 6.06 sec Start 37: test_req_correlate 37/97 Test #37: test_req_correlate ............... Passed 0.01 sec Start 38: test_req_relaxed 38/97 Test #38: test_req_relaxed ................. Passed 6.76 sec Start 39: test_conflate 39/97 Test #39: test_conflate .................... Passed 0.31 sec Start 40: test_inproc_connect 40/97 Test #40: test_inproc_connect .............. Passed 0.32 sec Start 41: test_issue_566 41/97 Test #41: test_issue_566 ................... Passed 0.23 sec Start 42: test_shutdown_stress 42/97 Test #42: test_shutdown_stress ............. Passed 0.18 sec Start 43: test_timeo 43/97 Test #43: test_timeo ....................... Passed 0.26 sec Start 44: test_many_sockets 44/97 Test #44: test_many_sockets ................ Passed 0.20 sec Start 45: test_diffserv 45/97 Test #45: test_diffserv .................... Passed 0.01 sec Start 46: test_connect_rid 46/97 Test #46: test_connect_rid ................. Passed 0.61 sec Start 47: test_xpub_nodrop 47/97 Test #47: test_xpub_nodrop ................. Passed 0.26 sec Start 48: test_pub_invert_matching 48/97 Test #48: test_pub_invert_matching ......... Passed 1.21 sec Start 49: test_setsockopt 49/97 Test #49: test_setsockopt .................. Passed 0.01 sec Start 50: test_sockopt_hwm 50/97 Test #50: test_sockopt_hwm ................. Passed 0.91 sec Start 51: test_heartbeats 51/97 Test #51: test_heartbeats .................. Passed 36.39 sec Start 52: test_atomics 52/97 Test #52: test_atomics ..................... Passed 0.00 sec Start 53: test_bind_src_address 53/97 Test #53: test_bind_src_address ............ Passed 0.01 sec Start 54: test_capabilities 54/97 Test #54: test_capabilities ................ Passed 0.00 sec Start 55: test_metadata 55/97 Test #55: test_metadata .................... Passed 0.31 sec Start 56: test_router_handover 56/97 Test #56: test_router_handover ............. Passed 0.91 sec Start 57: test_srcfd 57/97 Test #57: test_srcfd ....................... Passed 0.31 sec Start 58: test_stream_timeout 58/97 Test #58: test_stream_timeout .............. Passed 0.21 sec Start 59: test_xpub_manual 59/97 Test #59: test_xpub_manual ................. Passed 3.92 sec Start 60: test_xpub_topic 60/97 Test #60: test_xpub_topic .................. Passed 0.01 sec Start 61: test_xpub_welcome_msg 61/97 Test #61: test_xpub_welcome_msg ............ Passed 0.01 sec Start 62: test_xpub_verbose 62/97 Test #62: test_xpub_verbose ................ Passed 0.01 sec Start 63: test_base85 63/97 Test #63: test_base85 ...................... Passed 0.01 sec Start 64: test_bind_after_connect_tcp 64/97 Test #64: test_bind_after_connect_tcp ...... Passed 0.11 sec Start 65: test_sodium 65/97 Test #65: test_sodium ...................... Passed 0.01 sec Start 66: test_monitor 66/97 Test #66: test_monitor ..................... Passed 0.01 sec Start 67: test_socket_null 67/97 Test #67: test_socket_null ................. Passed 0.01 sec Start 68: test_reconnect_ivl 68/97 Test #68: test_reconnect_ivl ............... Passed 7.53 sec Start 69: test_reconnect_options 69/97 Test #69: test_reconnect_options ........... Passed 3.66 sec Start 70: test_tcp_accept_filter 70/97 Test #70: test_tcp_accept_filter ........... Passed 1.02 sec Start 71: test_mock_pub_sub 71/97 Test #71: test_mock_pub_sub ................ Passed 0.10 sec Start 72: test_security_gssapi 72/97 Test #72: test_security_gssapi ............. Passed 0.01 sec Start 73: test_socks 73/97 Test #73: test_socks ....................... Passed 3.37 sec Start 74: test_connect_null_fuzzer 74/97 Test #74: test_connect_null_fuzzer .........***Skipped 0.01 sec Start 75: test_bind_null_fuzzer 75/97 Test #75: test_bind_null_fuzzer ............***Skipped 0.01 sec Start 76: test_connect_fuzzer 76/97 Test #76: test_connect_fuzzer ..............***Skipped 0.01 sec Start 77: test_bind_fuzzer 77/97 Test #77: test_bind_fuzzer .................***Skipped 0.01 sec Start 78: test_connect_curve_fuzzer 78/97 Test #78: test_connect_curve_fuzzer ........***Skipped 0.01 sec Start 79: test_bind_curve_fuzzer 79/97 Test #79: test_bind_curve_fuzzer ...........***Skipped 0.01 sec Start 80: test_z85_decode_fuzzer 80/97 Test #80: test_z85_decode_fuzzer ...........***Skipped 0.01 sec Start 81: test_ipc_wildcard 81/97 Test #81: test_ipc_wildcard ................ Passed 0.01 sec Start 82: test_pair_ipc 82/97 Test #82: test_pair_ipc .................... Passed 0.01 sec Start 83: test_reqrep_ipc 83/97 Test #83: test_reqrep_ipc .................. Passed 0.31 sec Start 84: test_rebind_ipc 84/97 Test #84: test_rebind_ipc .................. Passed 0.11 sec Start 85: test_proxy 85/97 Test #85: test_proxy ....................... Passed 1.51 sec Start 86: test_proxy_hwm 86/97 Test #86: test_proxy_hwm ................... Passed 2.11 sec Start 87: test_proxy_single_socket 87/97 Test #87: test_proxy_single_socket ......... Passed 0.01 sec Start 88: test_proxy_steerable 88/97 Test #88: test_proxy_steerable ............. Passed 3.51 sec Start 89: test_proxy_terminate 89/97 Test #89: test_proxy_terminate ............. Passed 0.91 sec Start 90: test_getsockopt_memset 90/97 Test #90: test_getsockopt_memset ........... Passed 0.01 sec Start 91: test_filter_ipc 91/97 Test #91: test_filter_ipc .................. Passed 1.82 sec Start 92: test_stream_exceeds_buffer 92/97 Test #92: test_stream_exceeds_buffer ....... Passed 0.02 sec Start 93: test_router_mandatory_hwm 93/97 Test #93: test_router_mandatory_hwm ........ Passed 1.02 sec Start 94: test_use_fd 94/97 Test #94: test_use_fd ...................... Passed 0.13 sec Start 95: test_zmq_poll_fd 95/97 Test #95: test_zmq_poll_fd ................. Passed 0.03 sec Start 96: test_fork 96/97 Test #96: test_fork ........................ Passed 0.07 sec Start 97: test_abstract_ipc 97/97 Test #97: test_abstract_ipc ................ Passed 0.06 sec 100% tests passed, 0 tests failed out of 97 Total Test time (real) = 143.97 sec The following tests did not run: 74 - test_connect_null_fuzzer (Skipped) 75 - test_bind_null_fuzzer (Skipped) 76 - test_connect_fuzzer (Skipped) 77 - test_bind_fuzzer (Skipped) 78 - test_connect_curve_fuzzer (Skipped) 79 - test_bind_curve_fuzzer (Skipped) 80 - test_z85_decode_fuzzer (Skipped) >>> zeromq: Entering fakeroot... -- Install configuration: "None" -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/lib/pkgconfig/libzmq.pc -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/local_lat -- Set runtime path of "/home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/local_lat" to "" -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/remote_lat -- Set runtime path of "/home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/remote_lat" to "" -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/local_thr -- Set runtime path of "/home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/local_thr" to "" -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/remote_thr -- Set runtime path of "/home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/remote_thr" to "" -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/inproc_lat -- Set runtime path of "/home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/inproc_lat" to "" -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/inproc_thr -- Set runtime path of "/home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/inproc_thr" to "" -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/proxy_thr -- Set runtime path of "/home/buildozer/aports/main/zeromq/pkg/zeromq/usr/bin/proxy_thr" to "" -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/lib/libzmq.so.5.2.5 -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/lib/libzmq.so.5 -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/lib/libzmq.so -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/include/zmq.h -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/include/zmq_utils.h -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/share/zmq/AUTHORS.txt -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/share/zmq/LICENSE.txt -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/share/zmq/NEWS.txt -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/lib/cmake/ZeroMQ/ZeroMQTargets.cmake -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/lib/cmake/ZeroMQ/ZeroMQTargets-none.cmake -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/lib/cmake/ZeroMQ/ZeroMQConfig.cmake -- Installing: /home/buildozer/aports/main/zeromq/pkg/zeromq/usr/lib/cmake/ZeroMQ/ZeroMQConfigVersion.cmake >>> libzmq-static*: Running split function static... >>> libzmq-static*: Preparing subpackage libzmq-static... >>> libzmq-static*: Stripping binaries >>> libzmq-static*: Running postcheck for libzmq-static >>> zeromq-dev*: Running split function dev... >>> zeromq-dev*: Preparing subpackage zeromq-dev... >>> zeromq-dev*: Stripping binaries >>> zeromq-dev*: Running postcheck for zeromq-dev >>> libzmq*: Running split function libs... >>> libzmq*: Preparing subpackage libzmq... >>> libzmq*: Stripping binaries >>> libzmq*: Running postcheck for libzmq >>> zeromq*: Running postcheck for zeromq >>> zeromq*: Preparing package zeromq... >>> zeromq*: Stripping binaries >>> libzmq-static*: Scanning shared objects >>> libzmq*: Scanning shared objects >>> zeromq-dev*: Scanning shared objects >>> zeromq*: Scanning shared objects >>> libzmq-static*: Tracing dependencies... >>> libzmq-static*: Package size: 1.6 MB >>> libzmq-static*: Compressing data... >>> libzmq-static*: Create checksum... >>> libzmq-static*: Create libzmq-static-4.3.5-r2.apk >>> libzmq*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libsodium.so.26 so:libstdc++.so.6 >>> libzmq*: Package size: 700.0 KB >>> libzmq*: Compressing data... >>> libzmq*: Create checksum... >>> libzmq*: Create libzmq-4.3.5-r2.apk >>> zeromq-dev*: Tracing dependencies... libzmq=4.3.5-r2 pc:libsodium pkgconfig >>> zeromq-dev*: Package size: 88.0 KB >>> zeromq-dev*: Compressing data... >>> zeromq-dev*: Create checksum... >>> zeromq-dev*: Create zeromq-dev-4.3.5-r2.apk >>> zeromq*: Tracing dependencies... so:libc.musl-x86.so.1 so:libzmq.so.5 >>> zeromq*: Package size: 136.0 KB >>> zeromq*: Compressing data... >>> zeromq*: Create checksum... >>> zeromq*: Create zeromq-4.3.5-r2.apk >>> zeromq: Build complete at Mon, 23 Oct 2023 16:03:57 +0000 elapsed time 0h 3m 5s >>> zeromq: Cleaning up srcdir >>> zeromq: Cleaning up pkgdir >>> zeromq: Uninstalling dependencies... (1/41) Purging .makedepends-zeromq (20231023.160053) (2/41) Purging asciidoc-pyc (10.2.0-r3) (3/41) Purging asciidoc (10.2.0-r3) (4/41) Purging cmake (3.27.7-r2) (5/41) Purging libsodium-dev (1.0.19-r0) (6/41) Purging libsodium (1.0.19-r0) (7/41) Purging samurai (1.2-r5) (8/41) Purging util-linux-dev (2.39.2-r0) (9/41) Purging libfdisk (2.39.2-r0) (10/41) Purging libmount (2.39.2-r0) (11/41) Purging libsmartcols (2.39.2-r0) (12/41) Purging libuuid (2.39.2-r0) (13/41) Purging xmlto (0.0.28-r4) (14/41) Purging perl-yaml-syck (1.34-r4) (15/41) Purging perl-test-pod (1.52-r4) (16/41) Purging bash (5.2.15-r6) Executing bash-5.2.15-r6.pre-deinstall (17/41) Purging docbook-xsl (1.79.2-r8) Executing docbook-xsl-1.79.2-r8.post-deinstall (18/41) Purging libxslt (1.1.38-r1) (19/41) Purging docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-deinstall (20/41) Purging libxml2-utils (2.11.5-r0) (21/41) Purging git-perl (2.42.0-r0) (22/41) Purging perl-git (2.42.0-r0) (23/41) Purging perl-error (0.17029-r2) (24/41) Purging perl (5.38.0-r0) (25/41) Purging libarchive (3.7.2-r0) (26/41) Purging libblkid (2.39.2-r0) (27/41) Purging libgcrypt (1.10.2-r2) (28/41) Purging libgpg-error (1.47-r2) (29/41) Purging libuv (1.46.0-r0) (30/41) Purging libxml2 (2.11.5-r0) (31/41) Purging python3-pyc (3.11.6-r1) (32/41) Purging python3-pycache-pyc0 (3.11.6-r1) (33/41) Purging pyc (3.11.6-r1) (34/41) Purging rhash-libs (1.4.4-r0) (35/41) Purging python3 (3.11.6-r1) (36/41) Purging gdbm (1.23-r1) (37/41) Purging libffi (3.4.4-r3) (38/41) Purging libpanelw (6.4_p20231007-r0) (39/41) Purging mpdecimal (2.5.1-r2) (40/41) Purging readline (8.2.1-r2) (41/41) Purging sqlite-libs (3.43.2-r0) Executing busybox-1.36.1-r13.trigger OK: 379 MiB in 110 packages >>> zeromq: Updating the main/x86 repository index... >>> zeromq: Signing the index...