>>> zmap: Building main/zmap 2.1.1-r10 (using abuild 3.11.0_rc12-r0) started Thu, 20 Apr 2023 09:19:38 +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/23) Installing linux-headers (6.2-r0) (2/23) Installing libbz2 (1.0.8-r5) (3/23) Installing xz-libs (5.4.2-r1) (4/23) Installing libarchive (3.6.2-r2) (5/23) Installing libformw (6.4_p20230401-r4) (6/23) Installing rhash-libs (1.4.3-r2) (7/23) Installing libuv (1.44.2-r2) (8/23) Installing cmake (3.26.3-r1) (9/23) Installing m4 (1.4.19-r3) (10/23) Installing flex (2.6.4-r5) (11/23) Installing byacc (20230219-r1) (12/23) Installing hiredis (1.1.0-r2) (13/23) Installing hiredis-dev (1.1.0-r2) (14/23) Installing json-c (0.16-r3) (15/23) Installing json-c-dev (0.16-r3) (16/23) Installing gengetopt (2.23-r2) (17/23) Installing libpcap (1.10.4-r1) (18/23) Installing libpcap-dev (1.10.4-r1) (19/23) Installing libgmpxx (6.2.1-r3) (20/23) Installing gmp-dev (6.2.1-r3) (21/23) Installing readline (8.2.1-r1) (22/23) Installing bash (5.2.15-r3) Executing bash-5.2.15-r3.post-install (23/23) Installing .makedepends-zmap (20230420.091939) Executing busybox-1.36.0-r7.trigger OK: 519 MiB in 120 packages >>> zmap: Cleaning up srcdir >>> zmap: Cleaning up pkgdir >>> zmap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/zmap-2.1.1.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> zmap: Fetching zmap-2.1.1.tar.gz::https://github.com/zmap/zmap/archive/v2.1.1.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 128k 0 128k 0 0 67009 0 --:--:-- 0:00:01 --:--:-- 223k >>> zmap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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.18/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.4") -- 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 (0.3s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS 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 [ 3%] Building C object lib/CMakeFiles/zmaplib.dir/constraint.c.o [ 5%] Building C object lib/CMakeFiles/zmaplib.dir/logger.c.o [ 6%] Building C object lib/CMakeFiles/zmaplib.dir/xalloc.c.o [ 8%] Building C object lib/CMakeFiles/zmaplib.dir/pbm.c.o [ 10%] Building C object lib/CMakeFiles/zmaplib.dir/rijndael-alg-fst.c.o [ 11%] Building C object lib/CMakeFiles/zmaplib.dir/random.c.o [ 13%] Building C object lib/CMakeFiles/zmaplib.dir/lockfd.c.o [ 15%] Building C object lib/CMakeFiles/zmaplib.dir/queue.c.o [ 16%] Building C object lib/CMakeFiles/zmaplib.dir/csv.c.o [ 18%] Building C object lib/CMakeFiles/zmaplib.dir/util.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 /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 [ 23%] Generating zopt.h [ 25%] Generating zbopt.h [ 28%] Generating lexer.c [ 28%] Generating topt.h [ 30%] Generating parser.c [ 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 [ 37%] 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/expression.c.o [ 44%] Building C object src/CMakeFiles/zmap.dir/cyclic.c.o [ 44%] Building C object src/CMakeFiles/zmap.dir/filter.c.o [ 45%] Building C object src/CMakeFiles/zmap.dir/fieldset.c.o [ 47%] Building C object src/CMakeFiles/zmap.dir/send.c.o [ 49%] Building C object src/CMakeFiles/zmap.dir/get_gateway.c.o [ 50%] Building C object src/CMakeFiles/zmap.dir/iterator.c.o [ 52%] Building C object src/CMakeFiles/zmap.dir/shard.c.o [ 54%] Building C object src/CMakeFiles/zmap.dir/monitor.c.o [ 55%] Building C object src/CMakeFiles/zmap.dir/recv.c.o [ 59%] Building C object src/CMakeFiles/zmap.dir/socket.c.o [ 59%] Building C object src/CMakeFiles/zmap.dir/summary.c.o [ 61%] Building C object src/CMakeFiles/zmap.dir/state.c.o [ 62%] Building C object src/CMakeFiles/zmap.dir/zmap.c.o [ 66%] Building C object src/CMakeFiles/zmap.dir/validate.c.o [ 66%] Building C object src/CMakeFiles/zmap.dir/lexer.c.o [ 67%] Building C object src/CMakeFiles/zmap.dir/zopt_compat.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_time.c.o [ 74%] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_tcp_synscan.c.o [ 74%] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_udp.c.o [ 76%] Building C object src/CMakeFiles/zmap.dir/probe_modules/packet.c.o [ 77%] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_icmp_echo.c.o [ 79%] Building C object src/CMakeFiles/zmap.dir/probe_modules/probe_modules.c.o [ 81%] 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/module_json.c.o [ 89%] Building C object src/CMakeFiles/zmap.dir/output_modules/output_modules.c.o [ 89%] Building C object src/CMakeFiles/zmap.dir/output_modules/module_redis_packed.c.o [ 93%] 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 | | ^ 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/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) { | ^~~~~~ /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/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 'monitor_run': /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/monitor.c:157:70: warning: '%s' directive output may be truncated writing up to 19 bytes into a region of size 18 [-Wformat-truncation=] 157 | snprintf(exp->time_remaining_str, NUMBER_STR_LEN, " (%s left)", buf); | ^~ ~~~ In function 'export_stats', inlined from 'monitor_run' at /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/monitor.c:428:3: /home/buildozer/aports/main/zmap/src/zmap-2.1.1/src/monitor.c:157:17: note: 'snprintf' output between 9 and 28 bytes into a destination of size 20 157 | snprintf(exp->time_remaining_str, NUMBER_STR_LEN, " (%s left)", buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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:202:9: warning: 'memcpy' accessing 90 bytes at offsets 90 and 42 overlaps 42 bytes at offset 90 [-Wrestrict] 202 | memcpy(payload, ntp_header, module_ntp.packet_length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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 /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%] Linking C executable zblacklist [ 98%] Built target zblacklist [100%] Linking C executable zmap [100%] Built target zmap Apr 20 09:19:44.126 [INFO] zmap: output module: csv Apr 20 09:19:44.126 [INFO] csv: no output file selected, will use stdout Apr 20 09:19:44.126 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 35 0 p/s (51.5 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 87%; send: 13108 done (88.3 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Apr 20 09:19:46.129 [INFO] zmap: completed Apr 20 09:19:46.326 [INFO] zmap: output module: csv Apr 20 09:19:46.326 [INFO] csv: no output file selected, will use stdout Apr 20 09:19:46.326 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 24 0 p/s (18.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 89%; send: 13107 done (99.5 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Apr 20 09:19:48.330 [INFO] zmap: completed Apr 20 09:19:48.520 [INFO] zmap: output module: csv Apr 20 09:19:48.520 [INFO] csv: no output file selected, will use stdout Apr 20 09:19:48.520 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 40 0 p/s (20.5 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 88%; send: 13107 done (96.4 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Apr 20 09:19:50.525 [INFO] zmap: completed Apr 20 09:19:50.723 [INFO] zmap: output module: csv Apr 20 09:19:50.723 [INFO] csv: no output file selected, will use stdout Apr 20 09:19:50.724 [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 88%; send: 13107 done (92.4 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Apr 20 09:19:52.728 [INFO] zmap: completed Apr 20 09:19:52.926 [INFO] zmap: output module: csv Apr 20 09:19:52.926 [INFO] csv: no output file selected, will use stdout Apr 20 09:19:52.927 [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 88%; send: 13107 done (90.9 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Apr 20 09:19:54.931 [INFO] zmap: completed Line Count: (Should be 65536) 65536 Duplicate Count 0 Apr 20 09:19:55.426 [INFO] zmap: output module: csv Apr 20 09:19:55.426 [INFO] csv: no output file selected, will use stdout Apr 20 09:19:55.426 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 2 0 p/s (2.31 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 65%; send: 39303 done (73.5 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Apr 20 09:19:57.429 [INFO] zmap: completed Apr 20 09:19:57.933 [INFO] zmap: output module: csv Apr 20 09:19:57.933 [INFO] csv: no output file selected, will use stdout Apr 20 09:19:57.933 [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 65%; send: 39125 done (73.1 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Apr 20 09:19:59.937 [INFO] zmap: completed Apr 20 09:20:00.452 [INFO] zmap: output module: csv Apr 20 09:20:00.452 [INFO] csv: no output file selected, will use stdout Apr 20 09:20:00.452 [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 65%; send: 40000 done (72.7 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Apr 20 09:20:02.456 [INFO] zmap: completed Apr 20 09:20:03.013 [INFO] zmap: output module: csv Apr 20 09:20:03.013 [INFO] csv: no output file selected, will use stdout Apr 20 09:20:03.013 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 6 0 p/s (2.94 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 65%; send: 39031 done (73.3 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Apr 20 09:20:05.018 [INFO] zmap: completed Apr 20 09:20:05.509 [INFO] zmap: output module: csv Apr 20 09:20:05.509 [INFO] csv: no output file selected, will use stdout Apr 20 09:20:05.509 [INFO] send: dryrun mode -- won't actually send packets 0:00 0%; send: 9 0 p/s (3.54 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 65%; send: 39149 done (73.0 Kp/s avg); recv: 0 0 p/s (0 p/s avg); drops: 0 p/s (0 p/s avg); hitrate: 0.00% Apr 20 09:20:07.514 [INFO] zmap: completed Line Count: (Should be 196608) 196608 Duplicate Count 0 >>> zmap: Entering fakeroot... [ 22%] Built target zmaplib [ 28%] 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-r10.apk >>> zmap*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libgmp.so.10 so:libhiredis.so.1.1.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-r10.apk >>> zmap: Build complete at Thu, 20 Apr 2023 09:20:09 +0000 elapsed time 0h 0m 31s >>> zmap: Cleaning up srcdir >>> zmap: Cleaning up pkgdir >>> zmap: Uninstalling dependencies... (1/23) Purging .makedepends-zmap (20230420.091939) (2/23) Purging linux-headers (6.2-r0) (3/23) Purging cmake (3.26.3-r1) (4/23) Purging flex (2.6.4-r5) (5/23) Purging m4 (1.4.19-r3) (6/23) Purging byacc (20230219-r1) (7/23) Purging hiredis-dev (1.1.0-r2) (8/23) Purging hiredis (1.1.0-r2) (9/23) Purging json-c-dev (0.16-r3) (10/23) Purging json-c (0.16-r3) (11/23) Purging gengetopt (2.23-r2) (12/23) Purging libpcap-dev (1.10.4-r1) (13/23) Purging libpcap (1.10.4-r1) (14/23) Purging gmp-dev (6.2.1-r3) (15/23) Purging libgmpxx (6.2.1-r3) (16/23) Purging bash (5.2.15-r3) Executing bash-5.2.15-r3.pre-deinstall (17/23) Purging libarchive (3.6.2-r2) (18/23) Purging libbz2 (1.0.8-r5) (19/23) Purging libformw (6.4_p20230401-r4) (20/23) Purging libuv (1.44.2-r2) (21/23) Purging readline (8.2.1-r1) (22/23) Purging rhash-libs (1.4.3-r2) (23/23) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 440 MiB in 97 packages >>> zmap: Updating the main/ppc64le repository index... >>> zmap: Signing the index...