>>> zmap: Building main/zmap 4.3.4-r0 (using abuild 3.16.0_rc4-r0) started Fri, 17 Oct 2025 23:57:37 +0000 >>> zmap: Validating /home/buildozer/aports/main/zmap/APKBUILD... >>> zmap: Analyzing dependencies... >>> zmap: Installing for build: build-base byacc cmake flex gengetopt gmp-dev json-c-dev judy-dev libpcap-dev libunistring-dev linux-headers samurai ( 1/22) Installing byacc (20241231-r0) ( 2/22) Installing libbz2 (1.0.8-r6) ( 3/22) Installing xz-libs (5.8.1-r0) ( 4/22) Installing libarchive (3.8.2-r0) ( 5/22) Installing rhash-libs (1.4.6-r0) ( 6/22) Installing libuv (1.51.0-r0) ( 7/22) Installing cmake (4.1.2-r0) ( 8/22) Installing m4 (1.4.20-r0) ( 9/22) Installing flex (2.6.4-r7) (10/22) Installing gengetopt (2.23-r2) (11/22) Installing libgmpxx (6.3.0-r4) (12/22) Installing gmp-dev (6.3.0-r4) (13/22) Installing json-c (0.18-r1) (14/22) Installing json-c-dev (0.18-r1) (15/22) Installing judy (1.0.5-r1) (16/22) Installing judy-dev (1.0.5-r1) (17/22) Installing libpcap (1.10.5-r1) (18/22) Installing libpcap-dev (1.10.5-r1) (19/22) Installing libunistring-dev (1.3-r0) (20/22) Installing linux-headers (6.16.12-r0) (21/22) Installing samurai (1.2-r7) (22/22) Installing .makedepends-zmap (20251017.235738) busybox-1.37.0-r24.trigger: Executing script... usr_merge_nag.sh: * WARNING: The current system is not /usr-merged. You are encouraged to usr_merge_nag.sh: * migrate manually to ensure the best-possible support. See usr_merge_nag.sh: * https://alpinelinux.org/posts/2025-10-01-usr-merge.html for more details OK: 450 MiB in 125 packages >>> zmap: Cleaning up srcdir >>> zmap: Cleaning up pkgdir >>> zmap: Cleaning up tmpdir >>> zmap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/zmap-4.3.4.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> zmap: Fetching zmap-4.3.4.tar.gz::https://github.com/zmap/zmap/archive/refs/tags/v4.3.4.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/v3.23/zmap-4.3.4.tar.gz.part' zmap-4.3.4.tar.gz.pa 173k --:--:-- ETA zmap-4.3.4.tar.gz.pa 100% |********************************| 207k 0:00:00 ETA '/var/cache/distfiles/v3.23/zmap-4.3.4.tar.gz.part' saved /var/cache/distfiles/v3.23/zmap-4.3.4.tar.gz: OK >>> zmap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/zmap-4.3.4.tar.gz /var/cache/distfiles/v3.23/zmap-4.3.4.tar.gz: OK >>> zmap: Unpacking /var/cache/distfiles/v3.23/zmap-4.3.4.tar.gz... CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- The C 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 -- Found PkgConfig: /usr/bin/pkg-config (found version "2.5.1") -- Checking for module 'json-c' -- Found json-c, version 0.18 -- No ZMap configuration file detected at /etc/zmap/zmap.conf. No changes necessary to upgrade ZMap configuration file. -- Default ZMap configuration file location is /etc/zmap -- Checking if blocklist.conf exists there... -- Checking if zmap.conf exists there... -- Configuring done (0.2s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/main/zmap/src/zmap-4.3.4 [1/117] Building C object lib/CMakeFiles/zmaplib.dir/aes128.c.o [2/117] Building C object lib/CMakeFiles/zmaplib.dir/csv.c.o [3/117] Building C object lib/CMakeFiles/zmaplib.dir/queue.c.o [4/117] Building C object lib/CMakeFiles/zmaplib.dir/util.c.o [5/117] Building C object lib/CMakeFiles/zmaplib.dir/lockfd.c.o [6/117] Building C object lib/CMakeFiles/zmaplib.dir/xalloc.c.o [7/117] Building C object lib/CMakeFiles/zmaplib.dir/rijndael-alg-fst.c.o [8/117] Building C object lib/CMakeFiles/zmaplib.dir/random.c.o [9/117] Building C object lib/CMakeFiles/zmaplib.dir/pbm.c.o [10/117] Building C object lib/CMakeFiles/zmaplib.dir/logger.c.o [11/117] Building C object lib/CMakeFiles/zmaplib.dir/constraint.c.o [12/117] Building C object lib/CMakeFiles/zmaplib.dir/cachehash.c.o [13/117] Building C object lib/CMakeFiles/zmaplib.dir/blocklist.c.o /home/buildozer/aports/main/zmap/src/zmap-4.3.4/lib/aes128.c: In function 'aes128_init': /home/buildozer/aports/main/zmap/src/zmap-4.3.4/lib/aes128.c:295:13: warning: unused variable 'rv' [-Wunused-variable] 295 | int rv = rijndaelKeySetupEnc(ctx->u.sw.rk, key, AES128_KEY_BYTES * BITS_PER_BYTE); | ^~ [14/117] Linking C static library lib/libzmaplib.a [15/117] Generating ztopt.h [16/117] Generating topt.h [17/117] Generating zitopt.h [18/117] Generating zbopt.h [19/117] Generating parser.c [20/117] Generating lexer.c [21/117] Generating zopt.h [22/117] Building C object src/CMakeFiles/ziterate.dir/ziterate.c.o [23/117] Building C object src/CMakeFiles/ziterate.dir/zitopt_compat.c.o [24/117] Building C object src/CMakeFiles/ziterate.dir/validate.c.o [25/117] Building C object src/CMakeFiles/ziterate.dir/state.c.o [26/117] Building C object src/CMakeFiles/ziterate.dir/shard.c.o [27/117] Building C object src/CMakeFiles/ziterate.dir/ports.c.o [28/117] Building C object src/CMakeFiles/ziterate.dir/iterator.c.o [29/117] Building C object src/CMakeFiles/ztests.dir/lexer.c.o [30/117] Building C object src/CMakeFiles/zmap.dir/lexer.c.o [31/117] Building C object src/CMakeFiles/ztests.dir/recv-pcap.c.o [32/117] Building C object src/CMakeFiles/ztests.dir/send-linux.c.o [33/117] Building C object src/CMakeFiles/ztests.dir/socket-linux.c.o [34/117] Building C object src/CMakeFiles/ztests.dir/parser.c.o [35/117] Building C object src/CMakeFiles/ztests.dir/tests/test_harness.c.o [36/117] Building C object src/CMakeFiles/ztests.dir/output_modules/output_modules.c.o [37/117] Building C object src/CMakeFiles/ztests.dir/output_modules/module_json.c.o [38/117] Building C object src/CMakeFiles/ztests.dir/output_modules/module_csv.c.o [39/117] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_bacnet.c.o /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/parser.c:74:23: warning: redundant redeclaration of 'yylex' [-Wredundant-decls] 74 | # define YYLEX_DECL() yylex(void) | ^~~~~ /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/parser.c:79:5: note: in expansion of macro 'YYLEX_DECL' 79 | int YYLEX_DECL(); | ^~~~~~~~~~ In file included from /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/parser.y:5: /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/lexer.h:304:12: note: previous declaration of 'yylex' with type 'int(void)' 304 | | ^ [40/117] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_dns.c.o [41/117] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_upnp.c.o [42/117] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_ntp.c.o [43/117] Building C object src/CMakeFiles/ztests.dir/probe_modules/probe_modules.c.o [44/117] Building C object src/CMakeFiles/ztests.dir/probe_modules/packet.c.o [45/117] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_ipip.c.o [46/117] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_udp.c.o [47/117] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_tcp_synackscan.c.o [48/117] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_tcp_synscan.c.o [49/117] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_icmp_echo_time.c.o [50/117] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_icmp_echo.c.o [51/117] Building C object src/CMakeFiles/ztests.dir/ztopt_compat.c.o [52/117] Building C object src/CMakeFiles/ztests.dir/validate.c.o [53/117] Building C object src/CMakeFiles/ztests.dir/utility.c.o [54/117] Building C object src/CMakeFiles/ztests.dir/summary.c.o [55/117] Building C object src/CMakeFiles/ztests.dir/state.c.o [56/117] Building C object src/CMakeFiles/ztests.dir/socket.c.o [57/117] Building C object src/CMakeFiles/ztests.dir/shard.c.o [58/117] Building C object src/CMakeFiles/ztests.dir/send.c.o [59/117] Building C object src/CMakeFiles/ztests.dir/recv.c.o [60/117] Building C object src/CMakeFiles/ztests.dir/ports.c.o [61/117] Building C object src/CMakeFiles/ztests.dir/monitor.c.o [62/117] Building C object src/CMakeFiles/ztests.dir/iterator.c.o [63/117] Building C object src/CMakeFiles/ztests.dir/get_gateway.c.o [64/117] Building C object src/CMakeFiles/ztests.dir/filter.c.o [65/117] Building C object src/CMakeFiles/ztests.dir/fieldset.c.o [66/117] Building C object src/CMakeFiles/ztests.dir/expression.c.o [67/117] Building C object src/CMakeFiles/ztests.dir/cyclic.c.o [68/117] Building C object src/CMakeFiles/ztests.dir/aesrand.c.o [69/117] Building C object src/CMakeFiles/zmap.dir/recv-pcap.c.o [70/117] Building C object src/CMakeFiles/zmap.dir/send-linux.c.o [71/117] Building C object src/CMakeFiles/zmap.dir/socket-linux.c.o [72/117] Building C object src/CMakeFiles/zmap.dir/output_modules/output_modules.c.o [73/117] Building C object src/CMakeFiles/zmap.dir/output_modules/module_json.c.o /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/cyclic.c: In function 'get_group': /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/cyclic.c:180:1: warning: control reaches end of non-void function [-Wreturn-type] 180 | } | ^ [74/117] Building C object src/CMakeFiles/zmap.dir/output_modules/module_csv.c.o [75/117] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_bacnet.c.o [76/117] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_dns.c.o [77/117] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_upnp.c.o [78/117] Linking C executable src/ztests [79/117] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_ntp.c.o [80/117] Building C object src/CMakeFiles/zmap.dir/probe_modules/probe_modules.c.o [81/117] Building C object src/CMakeFiles/zmap.dir/probe_modules/packet.c.o [82/117] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_ipip.c.o [83/117] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_udp.c.o [84/117] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_tcp_synackscan.c.o [85/117] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_tcp_synscan.c.o [86/117] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_icmp_echo_time.c.o [87/117] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_icmp_echo.c.o [88/117] Building C object src/CMakeFiles/zmap.dir/parser.c.o [89/117] Building C object src/CMakeFiles/zmap.dir/zopt_compat.c.o [90/117] Building C object src/CMakeFiles/zmap.dir/zmap.c.o [91/117] Building C object src/CMakeFiles/zmap.dir/validate.c.o [92/117] Building C object src/CMakeFiles/zmap.dir/utility.c.o [93/117] Building C object src/CMakeFiles/zmap.dir/summary.c.o /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/parser.c:74:23: warning: redundant redeclaration of 'yylex' [-Wredundant-decls] 74 | # define YYLEX_DECL() yylex(void) | ^~~~~ /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/parser.c:79:5: note: in expansion of macro 'YYLEX_DECL' 79 | int YYLEX_DECL(); | ^~~~~~~~~~ In file included from /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/parser.y:5: /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/lexer.h:304:12: note: previous declaration of 'yylex' with type 'int(void)' 304 | | ^ [94/117] Building C object src/CMakeFiles/zmap.dir/state.c.o [95/117] Building C object src/CMakeFiles/zmap.dir/socket.c.o [96/117] Building C object src/CMakeFiles/zmap.dir/shard.c.o [97/117] Building C object src/CMakeFiles/zmap.dir/send.c.o [98/117] Building C object src/CMakeFiles/zmap.dir/recv.c.o [99/117] Building C object src/CMakeFiles/zmap.dir/ports.c.o [100/117] Building C object src/CMakeFiles/zmap.dir/monitor.c.o [101/117] Building C object src/CMakeFiles/zmap.dir/iterator.c.o [102/117] Building C object src/CMakeFiles/zmap.dir/get_gateway.c.o [103/117] Building C object src/CMakeFiles/zmap.dir/filter.c.o [104/117] Building C object src/CMakeFiles/zmap.dir/fieldset.c.o [105/117] Building C object src/CMakeFiles/zmap.dir/expression.c.o [106/117] Building C object src/CMakeFiles/zmap.dir/cyclic.c.o [107/117] Building C object src/CMakeFiles/zmap.dir/aesrand.c.o [108/117] Building C object src/CMakeFiles/ziterate.dir/cyclic.c.o [109/117] Building C object src/CMakeFiles/ziterate.dir/aesrand.c.o [110/117] Building C object src/CMakeFiles/ztee.dir/topt_compat.c.o [111/117] Building C object src/CMakeFiles/ztee.dir/ztee.c.o [112/117] Building C object src/CMakeFiles/zblocklist.dir/zbopt_compat.c.o /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/cyclic.c: In function 'get_group': /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/cyclic.c:180:1: warning: control reaches end of non-void function [-Wreturn-type] 180 | } | ^ [113/117] Building C object src/CMakeFiles/zblocklist.dir/zblocklist.c.o [114/117] Linking C executable src/zmap /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/cyclic.c: In function 'get_group': /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/cyclic.c:180:1: warning: control reaches end of non-void function [-Wreturn-type] 180 | } | ^ [115/117] Linking C executable src/ziterate [116/117] Linking C executable src/ztee [117/117] Linking C executable src/zblocklist /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/send-linux.c: In function 'send_batch': /home/buildozer/aports/main/zmap/src/zmap-4.3.4/src/send-linux.c:72:5: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector] 72 | int send_batch(sock_t sock, batch_t *batch, int retries) | ^ Oct 17 23:57:43.194 [INFO] zmap: By default, ZMap will output the unique IP addresses of hosts that respond successfully (e.g., SYN-ACK packet). This is equivalent to running ZMap with the following flags: --output-module=csv --output-fields=saddr --output-filter='success=1 && repeat=0' --no-header-row. If you want all responses, explicitly set an output module or set --output-filter="". Oct 17 23:57:43.194 [INFO] dedup: Response deduplication method is full Oct 17 23:57:43.195 [INFO] send: dryrun mode -- won't actually send packets Oct 17 23:57:44.516 [INFO] zmap: completed Oct 17 23:57:44.597 [INFO] zmap: By default, ZMap will output the unique IP addresses of hosts that respond successfully (e.g., SYN-ACK packet). This is equivalent to running ZMap with the following flags: --output-module=csv --output-fields=saddr --output-filter='success=1 && repeat=0' --no-header-row. If you want all responses, explicitly set an output module or set --output-filter="". Oct 17 23:57:44.597 [INFO] dedup: Response deduplication method is full Oct 17 23:57:44.599 [INFO] send: dryrun mode -- won't actually send packets Oct 17 23:57:45.914 [INFO] zmap: completed Oct 17 23:57:46.017 [INFO] zmap: By default, ZMap will output the unique IP addresses of hosts that respond successfully (e.g., SYN-ACK packet). This is equivalent to running ZMap with the following flags: --output-module=csv --output-fields=saddr --output-filter='success=1 && repeat=0' --no-header-row. If you want all responses, explicitly set an output module or set --output-filter="". Oct 17 23:57:46.017 [INFO] dedup: Response deduplication method is full Oct 17 23:57:46.018 [INFO] send: dryrun mode -- won't actually send packets Oct 17 23:57:47.329 [INFO] zmap: completed Oct 17 23:57:47.438 [INFO] zmap: By default, ZMap will output the unique IP addresses of hosts that respond successfully (e.g., SYN-ACK packet). This is equivalent to running ZMap with the following flags: --output-module=csv --output-fields=saddr --output-filter='success=1 && repeat=0' --no-header-row. If you want all responses, explicitly set an output module or set --output-filter="". Oct 17 23:57:47.438 [INFO] dedup: Response deduplication method is full Oct 17 23:57:47.439 [INFO] send: dryrun mode -- won't actually send packets Oct 17 23:57:48.752 [INFO] zmap: completed Oct 17 23:57:48.858 [INFO] zmap: By default, ZMap will output the unique IP addresses of hosts that respond successfully (e.g., SYN-ACK packet). This is equivalent to running ZMap with the following flags: --output-module=csv --output-fields=saddr --output-filter='success=1 && repeat=0' --no-header-row. If you want all responses, explicitly set an output module or set --output-filter="". Oct 17 23:57:48.858 [INFO] dedup: Response deduplication method is full Oct 17 23:57:48.860 [INFO] send: dryrun mode -- won't actually send packets Oct 17 23:57:50.219 [INFO] zmap: completed Line Count: (Should be 65536) 65536 Duplicate Count 0 Oct 17 23:57:50.457 [INFO] zmap: By default, ZMap will output the unique IP addresses of hosts that respond successfully (e.g., SYN-ACK packet). This is equivalent to running ZMap with the following flags: --output-module=csv --output-fields=saddr --output-filter='success=1 && repeat=0' --no-header-row. If you want all responses, explicitly set an output module or set --output-filter="". Oct 17 23:57:50.458 [INFO] dedup: Response deduplication method is full Oct 17 23:57:50.459 [INFO] send: dryrun mode -- won't actually send packets Oct 17 23:57:54.455 [INFO] zmap: completed Oct 17 23:57:54.717 [INFO] zmap: By default, ZMap will output the unique IP addresses of hosts that respond successfully (e.g., SYN-ACK packet). This is equivalent to running ZMap with the following flags: --output-module=csv --output-fields=saddr --output-filter='success=1 && repeat=0' --no-header-row. If you want all responses, explicitly set an output module or set --output-filter="". Oct 17 23:57:54.717 [INFO] dedup: Response deduplication method is full Oct 17 23:57:54.719 [INFO] send: dryrun mode -- won't actually send packets Oct 17 23:57:58.649 [INFO] zmap: completed Oct 17 23:57:58.966 [INFO] zmap: By default, ZMap will output the unique IP addresses of hosts that respond successfully (e.g., SYN-ACK packet). This is equivalent to running ZMap with the following flags: --output-module=csv --output-fields=saddr --output-filter='success=1 && repeat=0' --no-header-row. If you want all responses, explicitly set an output module or set --output-filter="". Oct 17 23:57:58.966 [INFO] dedup: Response deduplication method is full Oct 17 23:57:58.968 [INFO] send: dryrun mode -- won't actually send packets Oct 17 23:58:02.960 [INFO] zmap: completed Oct 17 23:58:03.294 [INFO] zmap: By default, ZMap will output the unique IP addresses of hosts that respond successfully (e.g., SYN-ACK packet). This is equivalent to running ZMap with the following flags: --output-module=csv --output-fields=saddr --output-filter='success=1 && repeat=0' --no-header-row. If you want all responses, explicitly set an output module or set --output-filter="". Oct 17 23:58:03.295 [INFO] dedup: Response deduplication method is full Oct 17 23:58:03.296 [INFO] send: dryrun mode -- won't actually send packets Oct 17 23:58:07.287 [INFO] zmap: completed Oct 17 23:58:07.611 [INFO] zmap: By default, ZMap will output the unique IP addresses of hosts that respond successfully (e.g., SYN-ACK packet). This is equivalent to running ZMap with the following flags: --output-module=csv --output-fields=saddr --output-filter='success=1 && repeat=0' --no-header-row. If you want all responses, explicitly set an output module or set --output-filter="". Oct 17 23:58:07.612 [INFO] dedup: Response deduplication method is full Oct 17 23:58:07.613 [INFO] send: dryrun mode -- won't actually send packets Oct 17 23:58:11.617 [INFO] zmap: completed Line Count: (Should be 196608) 196608 Duplicate Count 0 >>> zmap: Entering fakeroot... libfakeroot internal error: payload not recognized! -- Install configuration: "MinSizeRel" -- Installing: /home/buildozer/aports/main/zmap/pkg/zmap/etc/zmap/blocklist.conf -- Installing: /home/buildozer/aports/main/zmap/pkg/zmap/etc/zmap/zmap.conf -- Installing: /home/buildozer/aports/main/zmap/pkg/zmap/usr/sbin/zmap -- Installing: /home/buildozer/aports/main/zmap/pkg/zmap/usr/sbin/zblocklist -- Installing: /home/buildozer/aports/main/zmap/pkg/zmap/usr/sbin/ziterate -- Installing: /home/buildozer/aports/main/zmap/pkg/zmap/usr/sbin/ztee -- Installing: /home/buildozer/aports/main/zmap/pkg/zmap/usr/share/man/man1/zmap.1 -- Installing: /home/buildozer/aports/main/zmap/pkg/zmap/usr/share/man/man1/zblocklist.1 -- Installing: /home/buildozer/aports/main/zmap/pkg/zmap/usr/share/man/man1/ziterate.1 -- Installing: /home/buildozer/aports/main/zmap/pkg/zmap/usr/share/man/man1/ztee.1 >>> zmap-doc*: Running split function doc... libfakeroot internal error: payload not recognized! 'usr/share/doc' -> '/home/buildozer/aports/main/zmap/pkg/zmap-doc/usr/share/doc' 'usr/share/man' -> '/home/buildozer/aports/main/zmap/pkg/zmap-doc/usr/share/man' >>> zmap-doc*: Preparing subpackage zmap-doc... >>> zmap-doc*: Running postcheck for zmap-doc >>> zmap*: Running postcheck for zmap >>> zmap*: Preparing package zmap... >>> zmap*: Stripping binaries >>> zmap*: Scanning shared objects >>> zmap-doc*: Tracing dependencies... >>> zmap-doc*: Package size: 44.7 KB >>> zmap-doc*: Compressing data... >>> zmap-doc*: Create checksum... >>> zmap-doc*: Create zmap-doc-4.3.4-r0.apk >>> zmap*: Tracing dependencies... so:libJudy.so.1 so:libc.musl-s390x.so.1 so:libgmp.so.10 so:libjson-c.so.5 so:libpcap.so.1 so:libunistring.so.5 >>> zmap*: Package size: 307.3 KB >>> zmap*: Compressing data... >>> zmap*: Create checksum... >>> zmap*: Create zmap-4.3.4-r0.apk >>> zmap: Build complete at Fri, 17 Oct 2025 23:58:12 +0000 elapsed time 0h 0m 35s >>> zmap: Cleaning up srcdir >>> zmap: Cleaning up pkgdir >>> zmap: Uninstalling dependencies... ( 1/22) Purging .makedepends-zmap (20251017.235738) ( 2/22) Purging byacc (20241231-r0) ( 3/22) Purging cmake (4.1.2-r0) ( 4/22) Purging flex (2.6.4-r7) ( 5/22) Purging m4 (1.4.20-r0) ( 6/22) Purging gengetopt (2.23-r2) ( 7/22) Purging json-c-dev (0.18-r1) ( 8/22) Purging json-c (0.18-r1) ( 9/22) Purging judy-dev (1.0.5-r1) (10/22) Purging judy (1.0.5-r1) (11/22) Purging libpcap-dev (1.10.5-r1) (12/22) Purging libpcap (1.10.5-r1) (13/22) Purging libunistring-dev (1.3-r0) (14/22) Purging linux-headers (6.16.12-r0) (15/22) Purging samurai (1.2-r7) (16/22) Purging libarchive (3.8.2-r0) (17/22) Purging libbz2 (1.0.8-r6) (18/22) Purging libuv (1.51.0-r0) (19/22) Purging rhash-libs (1.4.6-r0) (20/22) Purging xz-libs (5.8.1-r0) (21/22) Purging gmp-dev (6.3.0-r4) (22/22) Purging libgmpxx (6.3.0-r4) busybox-1.37.0-r24.trigger: Executing script... usr_merge_nag.sh: * WARNING: The current system is not /usr-merged. You are encouraged to usr_merge_nag.sh: * migrate manually to ensure the best-possible support. See usr_merge_nag.sh: * https://alpinelinux.org/posts/2025-10-01-usr-merge.html for more details OK: 385 MiB in 103 packages >>> zmap: Updating the main/s390x repository index... >>> zmap: Signing the index...