>>> cppzmq: Building community/cppzmq 4.11.0-r0 (using abuild 3.18.0_rc3-r1) started Fri, 17 Jul 2026 20:29:34 +0000 >>> cppzmq: Validating /home/buildozer/aports/community/cppzmq/APKBUILD... >>> cppzmq: Analyzing dependencies... >>> cppzmq: Installing for build: build-base cmake zeromq-dev catch2-3 samurai ( 1/13) Installing libbz2 (1.0.8-r6) ( 2/13) Installing xz-libs (5.8.3-r0) ( 3/13) Installing libarchive (3.8.8-r0) ( 4/13) Installing rhash-libs (1.4.6-r0) ( 5/13) Installing libuv (1.52.1-r0) ( 6/13) Installing cmake (4.3.4-r0) ( 7/13) Installing libsodium (1.0.22-r0) ( 8/13) Installing libzmq (4.3.5-r2) ( 9/13) Installing libsodium-dev (1.0.22-r0) (10/13) Installing zeromq-dev (4.3.5-r2) (11/13) Installing catch2-3 (3.15.2-r0) (12/13) Installing samurai (1.3-r0) (13/13) Installing .makedepends-cppzmq (20260717.202934) Executing busybox-1.38.0-r1.trigger OK: 507.4 MiB in 120 packages >>> cppzmq: Cleaning up srcdir >>> cppzmq: Cleaning up pkgdir >>> cppzmq: Cleaning up tmpdir >>> cppzmq: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cppzmq-4.11.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> cppzmq: Fetching cppzmq-4.11.0.tar.gz::https://github.com/zeromq/cppzmq/archive/v4.11.0.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/edge/cppzmq-4.11.0.tar.gz.part' cppzmq-4.11.0.tar.gz 100% |********************************| 49666 0:00:00 ETA '/var/cache/distfiles/edge/cppzmq-4.11.0.tar.gz.part' saved /var/cache/distfiles/edge/cppzmq-4.11.0.tar.gz: OK >>> cppzmq: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cppzmq-4.11.0.tar.gz /var/cache/distfiles/edge/cppzmq-4.11.0.tar.gz: OK >>> cppzmq: Unpacking /var/cache/distfiles/edge/cppzmq-4.11.0.tar.gz... -- Detected CPPZMQ Version - 4.11.0 -- The C compiler identification is GNU 15.2.0 -- The CXX compiler identification is GNU 15.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - 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/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- cppzmq v4.11.0 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Configuring done (0.6s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/build [1/15] Building CXX object tests/CMakeFiles/unit_tests.dir/timers.cpp.o [2/15] Building CXX object tests/CMakeFiles/unit_tests.dir/utilities.cpp.o [3/15] Building CXX object tests/CMakeFiles/unit_tests.dir/monitor.cpp.o [4/15] Building CXX object tests/CMakeFiles/unit_tests.dir/codec_multipart.cpp.o [5/15] Building CXX object tests/CMakeFiles/unit_tests.dir/send_multipart.cpp.o [6/15] Building CXX object tests/CMakeFiles/unit_tests.dir/recv_multipart.cpp.o [7/15] Building CXX object tests/CMakeFiles/unit_tests.dir/multipart.cpp.o [8/15] Building CXX object tests/CMakeFiles/unit_tests.dir/active_poller.cpp.o [9/15] Building CXX object tests/CMakeFiles/unit_tests.dir/poller.cpp.o [10/15] Building CXX object tests/CMakeFiles/unit_tests.dir/socket_ref.cpp.o [11/15] Building CXX object tests/CMakeFiles/unit_tests.dir/socket.cpp.o [12/15] Building CXX object tests/CMakeFiles/unit_tests.dir/context.cpp.o [13/15] Building CXX object tests/CMakeFiles/unit_tests.dir/message.cpp.o [14/15] Building CXX object tests/CMakeFiles/unit_tests.dir/buffer.cpp.o /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/tests/message.cpp: In function 'void CATCH2_INTERNAL_TEST_12()': /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/tests/message.cpp:75:31: warning: 'zmq::message_t::message_t(const Char (&)[N]) [with Char = char; long unsigned int N = 3; = void]' is deprecated: from 4.7.0, use constructors taking iterators, (pointer, size) or strings instead [-Wdeprecated-declarations] 75 | zmq::message_t hi_msg("Hi"); // deprecated | ^ In file included from /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/tests/message.cpp:2: /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/zmq.hpp:469:14: note: declared here 469 | explicit message_t(const Char (&data)[N]) : | ^~~~~~~~~ /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/tests/message.cpp: In function 'void CATCH2_INTERNAL_TEST_40()': /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/tests/message.cpp:193:36: warning: 'zmq::message_t::message_t(const Char (&)[N]) [with Char = char; long unsigned int N = 4; = void]' is deprecated: from 4.7.0, use constructors taking iterators, (pointer, size) or strings instead [-Wdeprecated-declarations] 193 | const zmq::message_t depr("Foo"); // deprecated | ^ /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/zmq.hpp:469:14: note: declared here 469 | explicit message_t(const Char (&data)[N]) : | ^~~~~~~~~ /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/tests/socket.cpp: In function 'void CATCH2_INTERNAL_TEST_38()': /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/tests/socket.cpp:623:28: warning: 'bool zmq::detail::socket_base::recv(zmq::message_t*, int)' is deprecated: from 4.3.1, use recv taking a reference to message_t and recv_flags [-Wdeprecated-declarations] 623 | const bool res = s.recv(&rmsg); | ~~~~~~^~~~~~~ In file included from /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/tests/socket.cpp:2: /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/zmq.hpp:2015:10: note: declared here 2015 | bool recv(message_t *msg_, int flags_ = 0) | ^~~~ [15/15] Linking CXX executable tests/unit_tests Checking XDG_RUNTIME_DIR env var Checking TMPDIR env var Checking TMP env var Checking TEMP env var Test project /home/buildozer/aports/community/cppzmq/src/cppzmq-4.11.0/build Start 1: const_buffer operator+ Start 2: context set/get options Start 3: socket recv none Start 4: const_buffer creation with zbuf string literal char Start 5: message constructor with char array Start 6: buffer default ctor Start 7: const_buffer creation with str_buffer Start 8: mutable_buffer operator+ Start 9: socket readme example Start 10: socket_ref assignment Start 11: mutable_buffer creation C array Start 12: message equality non equal Start 13: message to string Start 14: const_buffer creation basic Start 15: message equality self Start 16: message constructor with container of trivial data Start 17: const_buffer creation with zbuf string literal char32_t Start 18: message is not shared Start 19: socket check integral options Start 20: mutable_buffer creation basic Start 21: monitor move construct Start 22: multipart codec free function with vector of message_t Start 23: const_buffer creation C array Start 24: multipart codec free function with vector of mutable_buffer Start 25: message constructor with buffer and size Start 26: buffer data ctor Start 27: timers add/execute Start 28: monitor init event count Start 29: socket create destroy Start 30: context swap Start 31: context - use socket after shutdown Start 32: socket default ctor Start 33: message constructor with strings Start 34: socket send none sndmore Start 35: monitor move assign Start 36: socket create by enum and destroy Start 37: message assign move empty before and after Start 38: const_buffer creation vector Start 39: timers constructor Start 40: message is shared Start 41: buffer of structs Start 42: recv_multipart_n test Start 43: message equality equal Start 44: mutable_buffer creation vector Start 45: multipart codec small Start 46: socket sends and receives const buffer Start 47: message equality equal empty Start 48: socket recv dontwait 1/107 Test #1: const_buffer operator+ ........................................ Passed 0.05 sec 2/107 Test #2: context set/get options ....................................... Passed 0.05 sec 3/107 Test #3: socket recv none .............................................. Passed 0.05 sec 4/107 Test #4: const_buffer creation with zbuf string literal char ........... Passed 0.05 sec 5/107 Test #5: message constructor with char array ........................... Passed 0.04 sec 6/107 Test #6: buffer default ctor ........................................... Passed 0.04 sec 7/107 Test #7: const_buffer creation with str_buffer ......................... Passed 0.04 sec 8/107 Test #8: mutable_buffer operator+ ...................................... Passed 0.04 sec 9/107 Test #9: socket readme example ......................................... Passed 0.04 sec 10/107 Test #10: socket_ref assignment ......................................... Passed 0.04 sec 11/107 Test #11: mutable_buffer creation C array ............................... Passed 0.04 sec 12/107 Test #12: message equality non equal .................................... Passed 0.04 sec 13/107 Test #13: message to string ............................................. Passed 0.04 sec 14/107 Test #14: const_buffer creation basic ................................... Passed 0.04 sec 15/107 Test #15: message equality self ......................................... Passed 0.04 sec 16/107 Test #16: message constructor with container of trivial data ............ Passed 0.04 sec 17/107 Test #17: const_buffer creation with zbuf string literal char32_t ....... Passed 0.03 sec 18/107 Test #18: message is not shared ......................................... Passed 0.03 sec 19/107 Test #19: socket check integral options ................................. Passed 0.03 sec 20/107 Test #20: mutable_buffer creation basic ................................. Passed 0.03 sec 21/107 Test #21: monitor move construct ........................................ Passed 0.03 sec 22/107 Test #22: multipart codec free function with vector of message_t ........ Passed 0.03 sec 23/107 Test #23: const_buffer creation C array ................................. Passed 0.03 sec 24/107 Test #24: multipart codec free function with vector of mutable_buffer ... Passed 0.03 sec 25/107 Test #25: message constructor with buffer and size ...................... Passed 0.03 sec 26/107 Test #26: buffer data ctor .............................................. Passed 0.03 sec 27/107 Test #27: timers add/execute ............................................ Passed 0.03 sec 28/107 Test #28: monitor init event count ...................................... Passed 0.03 sec 29/107 Test #29: socket create destroy ......................................... Passed 0.03 sec 30/107 Test #30: context swap .................................................. Passed 0.03 sec 31/107 Test #31: context - use socket after shutdown ........................... Passed 0.03 sec 32/107 Test #32: socket default ctor ........................................... Passed 0.02 sec 33/107 Test #33: message constructor with strings .............................. Passed 0.02 sec 34/107 Test #34: socket send none sndmore ...................................... Passed 0.02 sec 35/107 Test #35: monitor move assign ........................................... Passed 0.02 sec 36/107 Test #36: socket create by enum and destroy ............................. Passed 0.02 sec 37/107 Test #37: message assign move empty before and after .................... Passed 0.02 sec 38/107 Test #38: const_buffer creation vector .................................. Passed 0.02 sec 39/107 Test #39: timers constructor ............................................ Passed 0.02 sec 40/107 Test #40: message is shared ............................................. Passed 0.02 sec 41/107 Test #41: buffer of structs ............................................. Passed 0.02 sec 42/107 Test #42: recv_multipart_n test ......................................... Passed 0.02 sec 43/107 Test #43: message equality equal ........................................ Passed 0.02 sec 44/107 Test #44: mutable_buffer creation vector ................................ Passed 0.02 sec 45/107 Test #45: multipart codec small ......................................... Passed 0.02 sec Start 49: socket create assign Start 50: multipart codec free function with vector of const_buffer Start 51: socket_ref create from handle Start 52: const_buffer creation with zbuf string literal char16_t Start 53: const_buffer creation with zbuf string literal wchar_t Start 54: context shutdown again Start 55: multipart codec decode bad data overflow Start 56: const_buffer creation array 2 Start 57: message constructor with size Start 58: socket swap Start 59: socket_ref create from nullptr Start 60: socket send dontwait Start 61: context shutdown Start 62: timers set_interval Start 63: monitor init abort Start 64: socket_ref compare Start 65: multipart codec empty Start 66: socket flags Start 67: message swap Start 68: socket send recv message_t Start 69: multipart codec decode bad data extra data Start 70: message equality non equal lhs empty Start 71: range SFINAE Start 72: context create, close and destroy Start 73: socket options Start 74: message assign move empty before Start 75: socket proxy steerable Start 76: socket recv exception Start 77: message default constructed Start 78: socket send recv message_t by pointer Start 79: message move is not shared Start 80: mutable_buffer creation string Start 81: socket_ref swap Start 82: timers add/cancel Start 83: socket send exception Start 84: message constructor with container - deprecated Start 85: socket_ref default init Start 86: const_buffer creation string_view Start 87: multipart legacy test Start 88: message assign move empty after Start 89: multipart codec free function with multipart_t Start 90: const_buffer creation array Start 91: socket proxy Start 92: message constructor with iterators Start 93: timers reset 46/107 Test #46: socket sends and receives const buffer ........................ Passed 0.05 sec 47/107 Test #47: message equality equal empty .................................. Passed 0.06 sec Start 94: socket_ref type punning Start 95: message move constructor 48/107 Test #48: socket recv dontwait .......................................... Passed 0.06 sec 49/107 Test #49: socket create assign .......................................... Passed 0.04 sec 50/107 Test #50: multipart codec free function with vector of const_buffer ..... Passed 0.04 sec 51/107 Test #51: socket_ref create from handle ................................. Passed 0.04 sec 52/107 Test #52: const_buffer creation with zbuf string literal char16_t ....... Passed 0.04 sec 53/107 Test #53: const_buffer creation with zbuf string literal wchar_t ........ Passed 0.04 sec 54/107 Test #54: context shutdown again ........................................ Passed 0.04 sec 55/107 Test #55: multipart codec decode bad data overflow ...................... Passed 0.04 sec 56/107 Test #56: const_buffer creation array 2 ................................. Passed 0.04 sec 57/107 Test #57: message constructor with size ................................. Passed 0.04 sec 58/107 Test #58: socket swap ................................................... Passed 0.04 sec 59/107 Test #59: socket_ref create from nullptr ................................ Passed 0.04 sec 60/107 Test #60: socket send dontwait .......................................... Passed 0.04 sec 61/107 Test #61: context shutdown .............................................. Passed 0.04 sec 62/107 Test #62: timers set_interval ........................................... Passed 0.04 sec 63/107 Test #63: monitor init abort ............................................ Passed 0.04 sec 64/107 Test #64: socket_ref compare ............................................ Passed 0.04 sec 65/107 Test #65: multipart codec empty ......................................... Passed 0.03 sec 66/107 Test #66: socket flags .................................................. Passed 0.03 sec 67/107 Test #67: message swap .................................................. Passed 0.03 sec 68/107 Test #68: socket send recv message_t .................................... Passed 0.03 sec 69/107 Test #69: multipart codec decode bad data extra data .................... Passed 0.03 sec 70/107 Test #70: message equality non equal lhs empty .......................... Passed 0.03 sec 71/107 Test #71: range SFINAE .................................................. Passed 0.03 sec 72/107 Test #72: context create, close and destroy ............................. Passed 0.03 sec 73/107 Test #73: socket options ................................................ Passed 0.03 sec 74/107 Test #74: message assign move empty before .............................. Passed 0.03 sec 75/107 Test #75: socket proxy steerable ........................................ Passed 0.03 sec 76/107 Test #76: socket recv exception ......................................... Passed 0.03 sec 77/107 Test #77: message default constructed ................................... Passed 0.03 sec 78/107 Test #78: socket send recv message_t by pointer ......................... Passed 0.03 sec 79/107 Test #79: message move is not shared .................................... Passed 0.03 sec 80/107 Test #80: mutable_buffer creation string ................................ Passed 0.03 sec 81/107 Test #81: socket_ref swap ............................................... Passed 0.02 sec 82/107 Test #82: timers add/cancel ............................................. Passed 0.02 sec 83/107 Test #83: socket send exception ......................................... Passed 0.02 sec 84/107 Test #84: message constructor with container - deprecated ............... Passed 0.02 sec 85/107 Test #85: socket_ref default init ....................................... Passed 0.02 sec 86/107 Test #86: const_buffer creation string_view ............................. Passed 0.02 sec 87/107 Test #87: multipart legacy test ......................................... Passed 0.02 sec 88/107 Test #88: message assign move empty after ............................... Passed 0.02 sec 89/107 Test #89: multipart codec free function with multipart_t ................ Passed 0.02 sec 90/107 Test #90: const_buffer creation array ................................... Passed 0.02 sec Start 96: mutable_buffer creation array Start 97: monitor create destroy Start 98: socket_ref compare from socket_t Start 99: message equality non equal rhs empty Start 100: multipart codec static method decode to multipart_t Start 101: monitor from move assigned socket Start 102: multipart codec big Start 103: recv_multipart test Start 104: socket check array options Start 105: context construct default and destroy Start 106: const_buffer creation string Start 107: send_multipart test 91/107 Test #91: socket proxy .................................................. Passed 0.03 sec 92/107 Test #92: message constructor with iterators ............................ Passed 0.03 sec 93/107 Test #93: timers reset .................................................. Passed 0.03 sec 94/107 Test #94: socket_ref type punning ....................................... Passed 0.02 sec 95/107 Test #95: message move constructor ...................................... Passed 0.02 sec 96/107 Test #96: mutable_buffer creation array ................................. Passed 0.01 sec 97/107 Test #97: monitor create destroy ........................................ Passed 0.01 sec 98/107 Test #98: socket_ref compare from socket_t .............................. Passed 0.01 sec 99/107 Test #99: message equality non equal rhs empty .......................... Passed 0.01 sec 100/107 Test #100: multipart codec static method decode to multipart_t ........... Passed 0.01 sec 101/107 Test #101: monitor from move assigned socket ............................. Passed 0.01 sec 102/107 Test #102: multipart codec big ........................................... Passed 0.01 sec 103/107 Test #104: socket check array options .................................... Passed 0.01 sec 104/107 Test #105: context construct default and destroy ......................... Passed 0.01 sec 105/107 Test #106: const_buffer creation string .................................. Passed 0.01 sec 106/107 Test #103: recv_multipart test ........................................... Passed 0.01 sec 107/107 Test #107: send_multipart test ........................................... Passed 0.01 sec 100% tests passed, 0 tests failed out of 107 Total Test time (real) = 0.13 sec >>> cppzmq: Entering fakeroot... -- Install configuration: "None" -- Installing: /home/buildozer/aports/community/cppzmq/pkg/cppzmq/usr/include/zmq.hpp -- Installing: /home/buildozer/aports/community/cppzmq/pkg/cppzmq/usr/include/zmq_addon.hpp -- Installing: /home/buildozer/aports/community/cppzmq/pkg/cppzmq/usr/lib/pkgconfig/cppzmq.pc -- Installing: /home/buildozer/aports/community/cppzmq/pkg/cppzmq/usr/share/cmake/cppzmq/cppzmqTargets.cmake -- Installing: /home/buildozer/aports/community/cppzmq/pkg/cppzmq/usr/share/cmake/cppzmq/cppzmqConfig.cmake -- Installing: /home/buildozer/aports/community/cppzmq/pkg/cppzmq/usr/share/cmake/cppzmq/cppzmqConfigVersion.cmake -- Installing: /home/buildozer/aports/community/cppzmq/pkg/cppzmq/usr/share/cmake/cppzmq/libzmq-pkg-config/FindZeroMQ.cmake >>> cppzmq*: Running postcheck for cppzmq >>> cppzmq*: Preparing package cppzmq... >>> cppzmq*: Tracing dependencies... pc:libzmq pkgconfig >>> cppzmq*: Package size: 115.8 KB >>> cppzmq*: Compressing data... >>> cppzmq*: Create checksum... >>> cppzmq*: Create cppzmq-4.11.0-r0.apk >>> cppzmq: Build complete at Fri, 17 Jul 2026 20:29:42 +0000 elapsed time 0h 0m 8s >>> cppzmq: Cleaning up srcdir >>> cppzmq: Cleaning up pkgdir >>> cppzmq: Cleaning up tmpdir >>> cppzmq: Uninstalling dependencies... ( 1/13) Purging .makedepends-cppzmq (20260717.202934) ( 2/13) Purging cmake (4.3.4-r0) ( 3/13) Purging zeromq-dev (4.3.5-r2) ( 4/13) Purging libzmq (4.3.5-r2) ( 5/13) Purging catch2-3 (3.15.2-r0) ( 6/13) Purging samurai (1.3-r0) ( 7/13) Purging libarchive (3.8.8-r0) ( 8/13) Purging libbz2 (1.0.8-r6) ( 9/13) Purging libsodium-dev (1.0.22-r0) (10/13) Purging libsodium (1.0.22-r0) (11/13) Purging libuv (1.52.1-r0) (12/13) Purging rhash-libs (1.4.6-r0) (13/13) Purging xz-libs (5.8.3-r0) Executing busybox-1.38.0-r1.trigger OK: 441.7 MiB in 107 packages >>> cppzmq: Updating the community/x86_64 repository index... >>> cppzmq: Signing the index...