>>> zmap: Building main/zmap 2.1.1-r9 (using abuild 3.10.0-r0) started Wed, 18 Jan 2023 14:27:23 +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 (6.1.0-r0) (2/22) Installing libbz2 (1.0.8-r4) (3/22) Installing xz-libs (5.4.1-r0) (4/22) Installing libarchive (3.6.2-r1) (5/22) Installing rhash-libs (1.4.3-r1) (6/22) Installing libuv (1.44.2-r0) (7/22) Installing cmake (3.25.1-r0) (8/22) Installing m4 (1.4.19-r2) (9/22) Installing flex (2.6.4-r3) (10/22) Installing byacc (20221229-r0) (11/22) Installing hiredis (1.1.0-r1) (12/22) Installing hiredis-dev (1.1.0-r1) (13/22) Installing json-c (0.16-r2) (14/22) Installing json-c-dev (0.16-r2) (15/22) Installing gengetopt (2.23-r1) (16/22) Installing libpcap (1.10.3-r0) (17/22) Installing libpcap-dev (1.10.3-r0) (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.15-r0) Executing bash-5.2.15-r0.post-install (22/22) Installing .makedepends-zmap (20230118.142723) Executing busybox-1.36.0-r1.trigger OK: 397 MiB in 118 packages >>> zmap: Cleaning up srcdir >>> zmap: Cleaning up pkgdir >>> zmap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/zmap-2.1.1.tar.gz >>> zmap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/zmap-2.1.1.tar.gz >>> zmap: Checking sha512sums... zmap-2.1.1.tar.gz: OK byacc.patch: OK >>> zmap: Unpacking /var/cache/distfiles/edge/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 [ 3%] Building C object lib/CMakeFiles/zmaplib.dir/blacklist.c.o [ 3%] Building C object lib/CMakeFiles/zmaplib.dir/constraint.c.o [ 6%] Building C object lib/CMakeFiles/zmaplib.dir/logger.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 zbopt.h [ 25%] Generating topt.h [ 27%] Generating zopt.h [ 28%] Generating lexer.c [ 30%] Generating parser.c [ 32%] Building C object src/CMakeFiles/zblacklist.dir/zblacklist.c.o [ 37%] Building C object src/CMakeFiles/zblacklist.dir/zbopt_compat.c.o [ 37%] Building C object src/CMakeFiles/ztee.dir/ztee.c.o [ 37%] Building C object src/CMakeFiles/ztee.dir/topt_compat.c.o [ 40%] 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 [ 47%] 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 [ 71%] 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/probe_modules.c.o [ 83%] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_ntp.c.o [ 83%] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_upnp.c.o [ 84%] Building C object src/CMakeFiles/zmap.dir/output_modules/module_csv.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 [ 89%] Building C object src/CMakeFiles/zmap.dir/output_modules/module_redis_packed.c.o [ 91%] Building C object src/CMakeFiles/zmap.dir/socket-linux.c.o [ 93%] Building C object src/CMakeFiles/zmap.dir/output_modules/module_redis_csv.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/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:395:18: note: declared here 395 | PCAP_API char *pcap_lookupdev(char *); | ^~~~~~~~~~~~~~ /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/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 [ 96%] Built target 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); | ^~~~~~~~~~ [ 98%] Built target zblacklist [100%] Linking C executable zmap [100%] Built target zmap Jan 18 14:27:25.727 [INFO] zmap: output module: csv Jan 18 14:27:25.727 [INFO] csv: no output file selected, will use stdout Jan 18 14:27:25.727 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 9 0 p/s (641 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 93%; send: 13108 done (138 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Jan 18 14:27:27.741 [INFO] zmap: completed Jan 18 14:27:27.852 [INFO] zmap: output module: csv Jan 18 14:27:27.852 [INFO] csv: no output file selected, will use stdout Jan 18 14:27:27.852 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 48 0 p/s (3.08 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 (137 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Jan 18 14:27:29.869 [INFO] zmap: completed Jan 18 14:27:29.978 [INFO] zmap: output module: csv Jan 18 14:27:29.979 [INFO] csv: no output file selected, will use stdout Jan 18 14:27:29.979 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 21 0 p/s (30.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 94%; send: 13107 done (189 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Jan 18 14:27:31.981 [INFO] zmap: completed Jan 18 14:27:32.091 [INFO] zmap: output module: csv Jan 18 14:27:32.091 [INFO] csv: no output file selected, will use stdout Jan 18 14:27:32.091 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 15 0 p/s (1.56 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 (150 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Jan 18 14:27:34.102 [INFO] zmap: completed Jan 18 14:27:34.212 [INFO] zmap: output module: csv Jan 18 14:27:34.212 [INFO] csv: no output file selected, will use stdout Jan 18 14:27:34.212 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 3 0 p/s (1.92 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 (161 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Jan 18 14:27:36.214 [INFO] zmap: completed Line Count: (Should be 65536) 65536 Duplicate Count 0 Jan 18 14:27:36.481 [INFO] zmap: output module: csv Jan 18 14:27:36.481 [INFO] csv: no output file selected, will use stdout Jan 18 14:27:36.481 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 2 0 p/s (3.28 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 77%; send: 39303 done (130 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Jan 18 14:27:38.482 [INFO] zmap: completed Jan 18 14:27:38.805 [INFO] zmap: output module: csv Jan 18 14:27:38.805 [INFO] csv: no output file selected, will use stdout Jan 18 14:27:38.805 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 9 0 p/s (3.86 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 76%; send: 39125 done (122 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Jan 18 14:27:40.810 [INFO] zmap: completed Jan 18 14:27:41.130 [INFO] zmap: output module: csv Jan 18 14:27:41.130 [INFO] csv: no output file selected, will use stdout Jan 18 14:27:41.130 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 0 0 p/s (0 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 77%; send: 40000 done (130 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Jan 18 14:27:43.133 [INFO] zmap: completed Jan 18 14:27:43.459 [INFO] zmap: output module: csv Jan 18 14:27:43.459 [INFO] csv: no output file selected, will use stdout Jan 18 14:27:43.459 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 5 0 p/s (3.51 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 76%; send: 39031 done (121 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Jan 18 14:27:45.463 [INFO] zmap: completed Jan 18 14:27:45.782 [INFO] zmap: output module: csv Jan 18 14:27:45.782 [INFO] csv: no output file selected, will use stdout Jan 18 14:27:45.782 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 0 0 p/s (0 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 77%; send: 39149 done (128 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Jan 18 14:27:47.786 [INFO] zmap: completed Line Count: (Should be 196608) 196608 Duplicate Count 0 >>> zmap: Entering fakeroot... [ 22%] Built target zmaplib [ 32%] Built target ztee [ 35%] Built target zblacklist [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-r9.apk >>> zmap*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgmp.so.10 so:libhiredis.so.1.1.0 so:libjson-c.so.5 so:libpcap.so.1 >>> zmap*: Package size: 280.0 KB >>> zmap*: Compressing data... >>> zmap*: Create checksum... >>> zmap*: Create zmap-2.1.1-r9.apk >>> zmap: Build complete at Wed, 18 Jan 2023 14:27:49 +0000 elapsed time 0h 0m 26s >>> zmap: Cleaning up srcdir >>> zmap: Cleaning up pkgdir >>> zmap: Uninstalling dependencies... (1/22) Purging .makedepends-zmap (20230118.142723) (2/22) Purging linux-headers (6.1.0-r0) (3/22) Purging cmake (3.25.1-r0) (4/22) Purging flex (2.6.4-r3) (5/22) Purging m4 (1.4.19-r2) (6/22) Purging byacc (20221229-r0) (7/22) Purging hiredis-dev (1.1.0-r1) (8/22) Purging hiredis (1.1.0-r1) (9/22) Purging json-c-dev (0.16-r2) (10/22) Purging json-c (0.16-r2) (11/22) Purging gengetopt (2.23-r1) (12/22) Purging libpcap-dev (1.10.3-r0) (13/22) Purging libpcap (1.10.3-r0) (14/22) Purging gmp-dev (6.2.1-r2) (15/22) Purging libgmpxx (6.2.1-r2) (16/22) Purging bash (5.2.15-r0) Executing bash-5.2.15-r0.pre-deinstall (17/22) Purging libarchive (3.6.2-r1) (18/22) Purging libbz2 (1.0.8-r4) (19/22) Purging xz-libs (5.4.1-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.36.0-r1.trigger OK: 331 MiB in 96 packages >>> zmap: Updating the main/armhf repository index... >>> zmap: Signing the index...