>>> zmap: Building main/zmap 2.1.1-r8 (using abuild 3.10.0_rc1-r2) started Tue, 25 Oct 2022 23:46:04 +0000 >>> zmap: Checking sanity of /home/buildozer/aports/main/zmap/APKBUILD... >>> zmap: Analyzing dependencies... >>> zmap: Installing for build: build-base linux-headers cmake flex byacc hiredis-dev json-c-dev gengetopt libpcap-dev gmp-dev bash (1/22) Installing linux-headers (5.19.5-r0) (2/22) Installing libbz2 (1.0.8-r3) (3/22) Installing xz-libs (5.2.7-r0) (4/22) Installing libarchive (3.6.1-r1) (5/22) Installing rhash-libs (1.4.3-r1) (6/22) Installing libuv (1.44.2-r0) (7/22) Installing cmake (3.24.2-r0) (8/22) Installing m4 (1.4.19-r1) (9/22) Installing flex (2.6.4-r3) (10/22) Installing byacc (20220128-r0) (11/22) Installing hiredis (1.0.2-r1) (12/22) Installing hiredis-dev (1.0.2-r1) (13/22) Installing json-c (0.16-r0) (14/22) Installing json-c-dev (0.16-r0) (15/22) Installing gengetopt (2.23-r1) (16/22) Installing libpcap (1.10.1-r1) (17/22) Installing libpcap-dev (1.10.1-r1) (18/22) Installing libgmpxx (6.2.1-r2) (19/22) Installing gmp-dev (6.2.1-r2) (20/22) Installing readline (8.2.0-r0) (21/22) Installing bash (5.2.2-r0) Executing bash-5.2.2-r0.post-install (22/22) Installing .makedepends-zmap (20221025.234605) Executing busybox-1.35.0-r27.trigger OK: 333 MiB in 114 packages >>> zmap: Cleaning up srcdir >>> zmap: Cleaning up pkgdir >>> zmap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/zmap-2.1.1.tar.gz >>> zmap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/zmap-2.1.1.tar.gz >>> zmap: Checking sha512sums... zmap-2.1.1.tar.gz: OK byacc.patch: OK >>> zmap: Unpacking /var/cache/distfiles/v3.17/zmap-2.1.1.tar.gz... >>> zmap: byacc.patch patching file src/CMakeLists.txt CMake Warning: No source or binary directory provided. Both will be assumed to be the same as the current working directory, but note that this warning will become a fatal error in future CMake releases. -- The C compiler identification is GNU 12.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 -- Found PkgConfig: /usr/bin/pkg-config (found version "1.9.3") -- Checking for module 'json-c' -- Found json-c, version 0.16 -- Default ZMap configuration file location is /etc/zmap -- Checking if blacklist.conf exists there... -- Checking if zmap.conf exists there... -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_COMPILER CMAKE_INSTALL_LIBDIR -- Build files have been written to: /home/buildozer/aports/main/zmap/src/zmap-2.1.1 [ 1%] Building C object lib/CMakeFiles/zmaplib.dir/blacklist.c.o [ 6%] Building C object lib/CMakeFiles/zmaplib.dir/logger.c.o [ 5%] Building C object lib/CMakeFiles/zmaplib.dir/constraint.c.o [ 6%] Building C object lib/CMakeFiles/zmaplib.dir/pbm.c.o [ 8%] Building C object lib/CMakeFiles/zmaplib.dir/random.c.o [ 10%] Building C object lib/CMakeFiles/zmaplib.dir/rijndael-alg-fst.c.o [ 11%] Building C object lib/CMakeFiles/zmaplib.dir/xalloc.c.o [ 13%] Building C object lib/CMakeFiles/zmaplib.dir/lockfd.c.o [ 15%] Building C object lib/CMakeFiles/zmaplib.dir/util.c.o [ 16%] Building C object lib/CMakeFiles/zmaplib.dir/queue.c.o [ 18%] Building C object lib/CMakeFiles/zmaplib.dir/csv.c.o [ 20%] Building C object lib/CMakeFiles/zmaplib.dir/redis.c.o /home/buildozer/aports/main/zmap/src/zmap-2.1.1/lib/redis.c: In function 'redis_getconf_uint32_t': /home/buildozer/aports/main/zmap/src/zmap-2.1.1/lib/redis.c:197:47: warning: unused parameter 'rctx' [-Wunused-parameter] 197 | uint32_t redis_getconf_uint32_t(redisContext* rctx, const char *key) | ~~~~~~~~~~~~~~^~~~ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/lib/redis.c:197:65: warning: unused parameter 'key' [-Wunused-parameter] 197 | uint32_t redis_getconf_uint32_t(redisContext* rctx, const char *key) | ~~~~~~~~~~~~^~~ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/lib/redis.c:202:27: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized] 202 | return (uint32_t) atoi(buf); | ^~~~~~~~~ In file included from /usr/include/fortify/stdlib.h:22, from /home/buildozer/aports/main/zmap/src/zmap-2.1.1/lib/redis.c:12: /usr/include/stdlib.h:23:5: note: by argument 1 of type 'const char *' to 'atoi' declared here 23 | int atoi (const char *); | ^~~~ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/lib/redis.c:200:14: note: 'buf' declared here 200 | char buf[50]; | ^~~ [ 22%] Linking C static library libzmaplib.a [ 22%] Built target zmaplib [ 25%] Generating lexer.c [ 25%] Generating zopt.h [ 27%] Generating parser.c [ 30%] Generating zbopt.h [ 30%] Generating topt.h [ 32%] Building C object src/CMakeFiles/zblacklist.dir/zblacklist.c.o [ 33%] Building C object src/CMakeFiles/zblacklist.dir/zbopt_compat.c.o [ 35%] Building C object src/CMakeFiles/ztee.dir/ztee.c.o [ 38%] Building C object src/CMakeFiles/ztee.dir/topt_compat.c.o [ 38%] Building C object src/CMakeFiles/zmap.dir/aesrand.c.o [ 40%] Building C object src/CMakeFiles/zmap.dir/cyclic.c.o [ 42%] Building C object src/CMakeFiles/zmap.dir/expression.c.o [ 44%] Building C object src/CMakeFiles/zmap.dir/fieldset.c.o [ 45%] Building C object src/CMakeFiles/zmap.dir/filter.c.o [ 49%] Building C object src/CMakeFiles/zmap.dir/get_gateway.c.o [ 49%] Building C object src/CMakeFiles/zmap.dir/iterator.c.o [ 50%] Building C object src/CMakeFiles/zmap.dir/monitor.c.o [ 52%] Building C object src/CMakeFiles/zmap.dir/recv.c.o [ 54%] Building C object src/CMakeFiles/zmap.dir/send.c.o [ 55%] Building C object src/CMakeFiles/zmap.dir/shard.c.o [ 57%] Building C object src/CMakeFiles/zmap.dir/socket.c.o [ 59%] Building C object src/CMakeFiles/zmap.dir/state.c.o [ 61%] Building C object src/CMakeFiles/zmap.dir/summary.c.o [ 62%] Building C object src/CMakeFiles/zmap.dir/validate.c.o [ 64%] Building C object src/CMakeFiles/zmap.dir/zmap.c.o [ 66%] Building C object src/CMakeFiles/zmap.dir/zopt_compat.c.o [ 67%] Building C object src/CMakeFiles/zmap.dir/lexer.c.o [ 69%] Building C object src/CMakeFiles/zmap.dir/parser.c.o [ 72%] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_icmp_echo.c.o [ 72%] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_icmp_echo_time.c.o [ 74%] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_tcp_synscan.c.o [ 76%] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_udp.c.o [ 77%] Building C object src/CMakeFiles/zmap.dir/probe_modules/packet.c.o [ 79%] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_ntp.c.o [ 81%] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_upnp.c.o [ 83%] Building C object src/CMakeFiles/zmap.dir/output_modules/module_csv.c.o [ 84%] Building C object src/CMakeFiles/zmap.dir/probe_modules/probe_modules.c.o [ 86%] Building C object src/CMakeFiles/zmap.dir/output_modules/output_modules.c.o [ 88%] Building C object src/CMakeFiles/zmap.dir/output_modules/module_json.c.o [ 91%] Building C object src/CMakeFiles/zmap.dir/output_modules/module_redis_packed.c.o [ 91%] Building C object src/CMakeFiles/zmap.dir/output_modules/module_redis_csv.c.o [ 93%] Building C object src/CMakeFiles/zmap.dir/socket-linux.c.o [ 94%] Building C object src/CMakeFiles/zmap.dir/recv-pcap.c.o /home/buildozer/aports/main/zmap/src/zmap-2.1.1/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-2.1.1/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-2.1.1/src/parser.y:5: /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/lexer.h:304:12: note: previous declaration of 'yylex' with type 'int(void)' 304 | | ^ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/summary.c: In function 'json_metadata': /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/summary.c:197:13: warning: the comparison will always evaluate as 'true' for the address of 'gw_mac' will never be NULL [-Waddress] 197 | if (zconf.gw_mac) { | ^~~~~ In file included from /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/summary.c:22: /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/state.h:83:19: note: 'gw_mac' declared here 83 | macaddr_t gw_mac[MAC_ADDR_LEN_BYTES]; | ^~~~~~ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/summary.c:217:13: warning: the comparison will always evaluate as 'true' for the address of 'hw_mac' will never be NULL [-Waddress] 217 | if (zconf.hw_mac) { | ^~~~~ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/state.h:84:19: note: 'hw_mac' declared here 84 | macaddr_t hw_mac[MAC_ADDR_LEN_BYTES]; | ^~~~~~ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/monitor.c: In function 'export_stats': /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/monitor.c:188:13: warning: comparing floating-point with '==' or '!=' is unsafe [-Wfloat-equal] 188 | if (!intrnl->min_hitrate_start) { | ^ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/monitor.c:194:9: warning: comparing floating-point with '==' or '!=' is unsafe [-Wfloat-equal] 194 | if (intrnl->min_hitrate_start) { | ^~~~~~ In file included from /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/get_gateway.c:29: /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/get_gateway-linux.h: In function 'get_default_iface': /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/get_gateway-linux.h:25:9: warning: 'pcap_lookupdev' is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations] 25 | char *iface = pcap_lookupdev(errbuf); | ^~~~ In file included from /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/get_gateway.c:17: /usr/include/pcap/pcap.h:394:18: note: declared here 394 | PCAP_API char *pcap_lookupdev(char *) | ^~~~~~~~~~~~~~ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/cyclic.c: In function 'get_group': /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/cyclic.c:136:1: warning: control reaches end of non-void function [-Wreturn-type] 136 | } | ^ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/probe_modules/module_ntp.c: In function 'ntp_init_perthread': /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/probe_modules/module_ntp.c:177:5: warning: function might be candidate for attribute 'noreturn' [-Wsuggest-attribute=noreturn] 177 | int ntp_init_perthread(void *buf, macaddr_t *src, | ^~~~~~~~~~~~~~~~~~ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/probe_modules/module_ntp.c: In function 'ntp_make_packet': /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/probe_modules/module_ntp.c:31:5: warning: function might be candidate for attribute 'noreturn' [-Wsuggest-attribute=noreturn] 31 | int ntp_make_packet(void *buf, ipaddr_n_t src_ip, ipaddr_n_t dst_ip, | ^~~~~~~~~~~~~~~ [ 96%] Linking C executable ztee [ 98%] Linking C executable zblacklist /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/probe_modules/module_udp.c: In function 'udp_global_initialize': /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/probe_modules/module_udp.c:165:25: warning: pointer 'c' used after 'free' [-Wuse-after-free] 165 | log_fatal("udp", "could not open UDP data file '%s'\n", c); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/probe_modules/module_udp.c:163:25: note: call to 'free' here 163 | free(args); | ^~~~~~~~~~ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/probe_modules/module_udp.c:187:78: warning: pointer used after 'free' [-Wuse-after-free] 187 | log_fatal("udp", "non-hex character: '%c'", c[i*2]); | ~^~~~~ /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/probe_modules/module_udp.c:185:33: note: call to 'free' here 185 | free(args); | ^~~~~~~~~~ [ 98%] Built target ztee [ 98%] Built target zblacklist [100%] Linking C executable zmap [100%] Built target zmap Oct 25 23:46:07.523 [INFO] zmap: output module: csv Oct 25 23:46:07.523 [INFO] csv: no output file selected, will use stdout Oct 25 23:46:07.523 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 37 0 p/s (15.4 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% 0:01 93%; send: 13108 done (159 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Oct 25 23:46:09.526 [INFO] zmap: completed Oct 25 23:46:09.623 [INFO] zmap: output module: csv Oct 25 23:46:09.623 [INFO] csv: no output file selected, will use stdout Oct 25 23:46:09.623 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 45 0 p/s (6.34 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% 0:01 94%; send: 13107 done (184 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Oct 25 23:46:11.632 [INFO] zmap: completed Oct 25 23:46:11.729 [INFO] zmap: output module: csv Oct 25 23:46:11.729 [INFO] csv: no output file selected, will use stdout Oct 25 23:46:11.729 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 41 0 p/s (52.3 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% 0:01 94%; send: 13107 done (201 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Oct 25 23:46:13.732 [INFO] zmap: completed Oct 25 23:46:13.829 [INFO] zmap: output module: csv Oct 25 23:46:13.829 [INFO] csv: no output file selected, will use stdout Oct 25 23:46:13.830 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 20 0 p/s (2.87 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% 0:01 94%; send: 13107 done (182 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Oct 25 23:46:15.838 [INFO] zmap: completed Oct 25 23:46:15.935 [INFO] zmap: output module: csv Oct 25 23:46:15.935 [INFO] csv: no output file selected, will use stdout Oct 25 23:46:15.935 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 28 0 p/s (1.96 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% 0:01 93%; send: 13107 done (141 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Oct 25 23:46:17.952 [INFO] zmap: completed Line Count: (Should be 65536) 65536 Duplicate Count 0 Oct 25 23:46:18.196 [INFO] zmap: output module: csv Oct 25 23:46:18.196 [INFO] csv: no output file selected, will use stdout Oct 25 23:46:18.196 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 2 0 p/s (145 p/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% 0:01 78%; send: 39303 done (131 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Oct 25 23:46:20.210 [INFO] zmap: completed Oct 25 23:46:20.492 [INFO] zmap: output module: csv Oct 25 23:46:20.492 [INFO] csv: no output file selected, will use stdout Oct 25 23:46:20.492 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 54 0 p/s (46.1 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% 0:01 81%; send: 39125 done (161 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Oct 25 23:46:22.496 [INFO] zmap: completed Oct 25 23:46:22.773 [INFO] zmap: output module: csv Oct 25 23:46:22.773 [INFO] csv: no output file selected, will use stdout Oct 25 23:46:22.773 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 50 0 p/s (14.6 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% 0:01 78%; send: 40000 done (141 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Oct 25 23:46:24.779 [INFO] zmap: completed Oct 25 23:46:25.063 [INFO] zmap: output module: csv Oct 25 23:46:25.064 [INFO] csv: no output file selected, will use stdout Oct 25 23:46:25.064 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 8 0 p/s (2.83 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% 0:01 79%; send: 39031 done (143 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Oct 25 23:46:27.069 [INFO] zmap: completed Oct 25 23:46:27.345 [INFO] zmap: output module: csv Oct 25 23:46:27.345 [INFO] csv: no output file selected, will use stdout Oct 25 23:46:27.346 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 1 0 p/s (242 p/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% 0:01 78%; send: 39149 done (135 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Oct 25 23:46:29.352 [INFO] zmap: completed Line Count: (Should be 196608) 196608 Duplicate Count 0 >>> zmap: Entering fakeroot... Consolidate compiler generated dependencies of target zmaplib [ 22%] Built target zmaplib Consolidate compiler generated dependencies of target zblacklist Consolidate compiler generated dependencies of target ztee Consolidate compiler generated dependencies of target zmap [ 32%] Built target zblacklist [ 35%] Built target ztee [100%] Built target zmap Install the project... -- Install configuration: "MinSizeRel" -- Installing: /home/buildozer/aports/main/zmap/pkg/zmap/etc/zmap/blacklist.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/zblacklist -- 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/zblacklist.1 -- Installing: /home/buildozer/aports/main/zmap/pkg/zmap/usr/share/man/man1/ztee.1 >>> zmap-doc*: Running split function doc... >>> 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-doc*: Scanning shared objects >>> zmap*: Scanning shared objects >>> zmap-doc*: Tracing dependencies... >>> zmap-doc*: Package size: 204.0 KB >>> zmap-doc*: Compressing data... >>> zmap-doc*: Create checksum... >>> zmap-doc*: Create zmap-doc-2.1.1-r8.apk >>> zmap*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libgmp.so.10 so:libhiredis.so.1.0.0 so:libjson-c.so.5 so:libpcap.so.1 >>> zmap*: Package size: 372.0 KB >>> zmap*: Compressing data... >>> zmap*: Create checksum... >>> zmap*: Create zmap-2.1.1-r8.apk >>> zmap: Build complete at Tue, 25 Oct 2022 23:46:30 +0000 elapsed time 0h 0m 26s >>> zmap: Cleaning up srcdir >>> zmap: Cleaning up pkgdir >>> zmap: Uninstalling dependencies... (1/22) Purging .makedepends-zmap (20221025.234605) (2/22) Purging linux-headers (5.19.5-r0) (3/22) Purging cmake (3.24.2-r0) (4/22) Purging flex (2.6.4-r3) (5/22) Purging m4 (1.4.19-r1) (6/22) Purging byacc (20220128-r0) (7/22) Purging hiredis-dev (1.0.2-r1) (8/22) Purging hiredis (1.0.2-r1) (9/22) Purging json-c-dev (0.16-r0) (10/22) Purging json-c (0.16-r0) (11/22) Purging gengetopt (2.23-r1) (12/22) Purging libpcap-dev (1.10.1-r1) (13/22) Purging libpcap (1.10.1-r1) (14/22) Purging gmp-dev (6.2.1-r2) (15/22) Purging libgmpxx (6.2.1-r2) (16/22) Purging bash (5.2.2-r0) Executing bash-5.2.2-r0.pre-deinstall (17/22) Purging libarchive (3.6.1-r1) (18/22) Purging libbz2 (1.0.8-r3) (19/22) Purging xz-libs (5.2.7-r0) (20/22) Purging rhash-libs (1.4.3-r1) (21/22) Purging libuv (1.44.2-r0) (22/22) Purging readline (8.2.0-r0) Executing busybox-1.35.0-r27.trigger OK: 268 MiB in 92 packages >>> zmap: Updating the main/aarch64 repository index... >>> zmap: Signing the index...