>>> zmap: Building main/zmap 4.2.0-r0 (using abuild 3.14.0-r0) started Wed, 16 Oct 2024 05:42:19 +0000 >>> zmap: Validating /home/buildozer/aports/main/zmap/APKBUILD... >>> WARNING: zmap: Setting the maintainer with a comment is deprecated. Use maintainer="Natanael Copa " instead >>> 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 (20240109-r0) (2/22) Installing libbz2 (1.0.8-r6) (3/22) Installing xz-libs (5.6.3-r0) (4/22) Installing libarchive (3.7.6-r0) (5/22) Installing rhash-libs (1.4.4-r0) (6/22) Installing libuv (1.49.1-r0) (7/22) Installing cmake (3.30.5-r0) (8/22) Installing m4 (1.4.19-r3) (9/22) Installing flex (2.6.4-r6) (10/22) Installing gengetopt (2.23-r2) (11/22) Installing libgmpxx (6.3.0-r2) (12/22) Installing gmp-dev (6.3.0-r2) (13/22) Installing json-c (0.18-r0) (14/22) Installing json-c-dev (0.18-r0) (15/22) Installing judy (1.0.5-r1) (16/22) Installing judy-dev (1.0.5-r1) (17/22) Installing libpcap (1.10.5-r0) (18/22) Installing libpcap-dev (1.10.5-r0) (19/22) Installing libunistring-dev (1.2-r0) (20/22) Installing linux-headers (6.6-r1) (21/22) Installing samurai (1.2-r5) (22/22) Installing .makedepends-zmap (20241016.054220) Executing busybox-1.36.1-r32.trigger OK: 462 MiB in 122 packages >>> zmap: Cleaning up srcdir >>> zmap: Cleaning up pkgdir >>> zmap: Cleaning up tmpdir >>> zmap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/zmap-4.2.0.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.2.0.tar.gz::https://github.com/zmap/zmap/archive/refs/tags/v4.2.0.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/v3.21/zmap-4.2.0.tar.gz.part' zmap-4.2.0.tar.gz.pa 100% |********************************| 199k 0:00:00 ETA '/var/cache/distfiles/v3.21/zmap-4.2.0.tar.gz.part' saved >>> zmap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/zmap-4.2.0.tar.gz >>> zmap: Checking sha512sums... zmap-4.2.0.tar.gz: OK >>> zmap: Unpacking /var/cache/distfiles/v3.21/zmap-4.2.0.tar.gz... CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 14.2.0 -- 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 "2.3.0") -- Checking for module 'json-c' -- Found json-c, version 0.18 -- Default ZMap configuration file location is /etc/zmap -- Checking if blocklist.conf exists there... -- Checking if zmap.conf exists there... -- Configuring done (0.4s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/main/zmap/src/zmap-4.2.0 [1/118] cd /home/buildozer/aports/main/zmap/src/zmap-4.2.0/src && /usr/bin/cmake -D ORIG_SRC_DIR:STRING="/home/buildozer/aports/main/zmap/src/zmap-4.2.0" -P /home/buildozer/aports/main/zmap/src/zmap-4.2.0/src/CMakeVersion.txt [2/118] Building C object lib/CMakeFiles/zmaplib.dir/aes128.c.o [3/118] Building C object lib/CMakeFiles/zmaplib.dir/csv.c.o [4/118] Building C object lib/CMakeFiles/zmaplib.dir/queue.c.o [5/118] Building C object lib/CMakeFiles/zmaplib.dir/util.c.o [6/118] Building C object lib/CMakeFiles/zmaplib.dir/lockfd.c.o [7/118] Building C object lib/CMakeFiles/zmaplib.dir/xalloc.c.o [8/118] Building C object lib/CMakeFiles/zmaplib.dir/rijndael-alg-fst.c.o [9/118] Building C object lib/CMakeFiles/zmaplib.dir/random.c.o [10/118] Building C object lib/CMakeFiles/zmaplib.dir/pbm.c.o [11/118] Building C object lib/CMakeFiles/zmaplib.dir/logger.c.o [12/118] Building C object lib/CMakeFiles/zmaplib.dir/constraint.c.o [13/118] Building C object lib/CMakeFiles/zmaplib.dir/cachehash.c.o [14/118] Building C object lib/CMakeFiles/zmaplib.dir/blocklist.c.o fatal: not a git repository (or any of the parent directories): .git /home/buildozer/aports/main/zmap/src/zmap-4.2.0/lib/aes128.c: In function 'aes128_init': /home/buildozer/aports/main/zmap/src/zmap-4.2.0/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); | ^~ /home/buildozer/aports/main/zmap/src/zmap-4.2.0/lib/cachehash.c: In function 'cachehash_debug_dump': /home/buildozer/aports/main/zmap/src/zmap-4.2.0/lib/cachehash.c:227:35: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 227 | printf("\tcurrent size: %lu\n", ch->currsize); | ~~^ ~~~~~~~~~~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %u /home/buildozer/aports/main/zmap/src/zmap-4.2.0/lib/cachehash.c:228:35: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 228 | printf("\tmaximum size: %lu\n", ch->maxsize); | ~~^ ~~~~~~~~~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %u /home/buildozer/aports/main/zmap/src/zmap-4.2.0/lib/cachehash.c:236:37: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 236 | printf("\t%lu: %s -> %s\n", i++, (char *)n->key, | ~~^ ~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %u /home/buildozer/aports/main/zmap/src/zmap-4.2.0/lib/cachehash.c:239:37: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 239 | printf("\t%lu: EMPTY\n", i++); | ~~^ ~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %u [15/118] Linking C static library lib/libzmaplib.a [16/118] Generating ztopt.h [17/118] Generating topt.h [18/118] Generating zitopt.h [19/118] Generating zbopt.h [20/118] Generating parser.c [21/118] Generating lexer.c [22/118] Generating zopt.h [23/118] Building C object src/CMakeFiles/ztee.dir/topt_compat.c.o [24/118] Building C object src/CMakeFiles/ztee.dir/ztee.c.o [25/118] Building C object src/CMakeFiles/zblocklist.dir/zbopt_compat.c.o [26/118] Building C object src/CMakeFiles/zblocklist.dir/zblocklist.c.o [27/118] Building C object src/CMakeFiles/ziterate.dir/ziterate.c.o [28/118] Building C object src/CMakeFiles/ziterate.dir/zitopt_compat.c.o [29/118] Building C object src/CMakeFiles/ziterate.dir/validate.c.o [30/118] Building C object src/CMakeFiles/ziterate.dir/state.c.o [31/118] Building C object src/CMakeFiles/ziterate.dir/shard.c.o [32/118] Building C object src/CMakeFiles/ziterate.dir/ports.c.o [33/118] Building C object src/CMakeFiles/ziterate.dir/iterator.c.o [34/118] Building C object src/CMakeFiles/ziterate.dir/cyclic.c.o [35/118] Building C object src/CMakeFiles/ziterate.dir/aesrand.c.o [36/118] Building C object src/CMakeFiles/ztests.dir/lexer.c.o [37/118] Building C object src/CMakeFiles/ztests.dir/recv-pcap.c.o [38/118] Building C object src/CMakeFiles/ztests.dir/send-linux.c.o [39/118] Building C object src/CMakeFiles/ztests.dir/socket-linux.c.o [40/118] Building C object src/CMakeFiles/ztests.dir/parser.c.o [41/118] Building C object src/CMakeFiles/ztests.dir/tests/test_harness.c.o [42/118] Building C object src/CMakeFiles/ztests.dir/output_modules/output_modules.c.o [43/118] Building C object src/CMakeFiles/ztests.dir/output_modules/module_json.c.o [44/118] Building C object src/CMakeFiles/ztests.dir/output_modules/module_csv.c.o [45/118] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_bacnet.c.o [46/118] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_dns.c.o [47/118] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_upnp.c.o [48/118] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_ntp.c.o [49/118] Building C object src/CMakeFiles/ztests.dir/probe_modules/probe_modules.c.o [50/118] Building C object src/CMakeFiles/ztests.dir/probe_modules/packet.c.o [51/118] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_ipip.c.o [52/118] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_udp.c.o [53/118] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_tcp_synackscan.c.o [54/118] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_tcp_synscan.c.o [55/118] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_icmp_echo_time.c.o [56/118] Building C object src/CMakeFiles/ztests.dir/probe_modules/module_icmp_echo.c.o [57/118] Building C object src/CMakeFiles/ztests.dir/ztopt_compat.c.o [58/118] Building C object src/CMakeFiles/ztests.dir/validate.c.o [59/118] Building C object src/CMakeFiles/ztests.dir/utility.c.o [60/118] Building C object src/CMakeFiles/ztests.dir/summary.c.o [61/118] Building C object src/CMakeFiles/ztests.dir/state.c.o [62/118] Building C object src/CMakeFiles/ztests.dir/socket.c.o [63/118] Building C object src/CMakeFiles/ztests.dir/shard.c.o [64/118] Building C object src/CMakeFiles/ztests.dir/send.c.o [65/118] Building C object src/CMakeFiles/ztests.dir/recv.c.o [66/118] Building C object src/CMakeFiles/ztests.dir/ports.c.o [67/118] Building C object src/CMakeFiles/ztests.dir/monitor.c.o [68/118] Building C object src/CMakeFiles/ztests.dir/iterator.c.o [69/118] Building C object src/CMakeFiles/ztests.dir/get_gateway.c.o [70/118] Building C object src/CMakeFiles/zmap.dir/recv-pcap.c.o [71/118] Building C object src/CMakeFiles/zmap.dir/send-linux.c.o [72/118] Building C object src/CMakeFiles/zmap.dir/socket-linux.c.o [73/118] Building C object src/CMakeFiles/zmap.dir/output_modules/output_modules.c.o [74/118] Building C object src/CMakeFiles/zmap.dir/output_modules/module_json.c.o [75/118] Building C object src/CMakeFiles/zmap.dir/output_modules/module_csv.c.o [76/118] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_bacnet.c.o [77/118] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_dns.c.o [78/118] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_upnp.c.o [79/118] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_ntp.c.o [80/118] Building C object src/CMakeFiles/zmap.dir/probe_modules/probe_modules.c.o [81/118] Building C object src/CMakeFiles/zmap.dir/probe_modules/packet.c.o [82/118] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_ipip.c.o [83/118] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_udp.c.o [84/118] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_tcp_synackscan.c.o /home/buildozer/aports/main/zmap/src/zmap-4.2.0/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.2.0/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.2.0/src/parser.y:5: /home/buildozer/aports/main/zmap/src/zmap-4.2.0/src/lexer.h:304:12: note: previous declaration of 'yylex' with type 'int(void)' 304 | | ^ [85/118] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_tcp_synscan.c.o [86/118] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_icmp_echo_time.c.o [87/118] Building C object src/CMakeFiles/zmap.dir/probe_modules/module_icmp_echo.c.o [88/118] Building C object src/CMakeFiles/zmap.dir/parser.c.o [89/118] Building C object src/CMakeFiles/zmap.dir/lexer.c.o [90/118] Building C object src/CMakeFiles/zmap.dir/zopt_compat.c.o [91/118] Building C object src/CMakeFiles/zmap.dir/zmap.c.o [92/118] Building C object src/CMakeFiles/zmap.dir/validate.c.o /home/buildozer/aports/main/zmap/src/zmap-4.2.0/src/cyclic.c: In function 'get_group': /home/buildozer/aports/main/zmap/src/zmap-4.2.0/src/cyclic.c:180:1: warning: control reaches end of non-void function [-Wreturn-type] 180 | } | ^ [93/118] Building C object src/CMakeFiles/zmap.dir/utility.c.o [94/118] Building C object src/CMakeFiles/zmap.dir/summary.c.o [95/118] Building C object src/CMakeFiles/zmap.dir/state.c.o [96/118] Building C object src/CMakeFiles/zmap.dir/socket.c.o [97/118] Building C object src/CMakeFiles/zmap.dir/shard.c.o [98/118] Building C object src/CMakeFiles/zmap.dir/send.c.o [99/118] Building C object src/CMakeFiles/zmap.dir/recv.c.o [100/118] Building C object src/CMakeFiles/zmap.dir/ports.c.o [101/118] Linking C executable src/ztee [102/118] Building C object src/CMakeFiles/zmap.dir/monitor.c.o [103/118] Building C object src/CMakeFiles/zmap.dir/iterator.c.o [104/118] Building C object src/CMakeFiles/zmap.dir/get_gateway.c.o [105/118] Building C object src/CMakeFiles/zmap.dir/filter.c.o [106/118] Building C object src/CMakeFiles/zmap.dir/fieldset.c.o [107/118] Building C object src/CMakeFiles/zmap.dir/expression.c.o [108/118] Building C object src/CMakeFiles/zmap.dir/cyclic.c.o [109/118] Building C object src/CMakeFiles/zmap.dir/aesrand.c.o [110/118] Building C object src/CMakeFiles/ztests.dir/filter.c.o [111/118] Building C object src/CMakeFiles/ztests.dir/fieldset.c.o [112/118] Building C object src/CMakeFiles/ztests.dir/expression.c.o [113/118] Building C object src/CMakeFiles/ztests.dir/cyclic.c.o [114/118] Linking C executable src/ziterate [115/118] Building C object src/CMakeFiles/ztests.dir/aesrand.c.o [116/118] Linking C executable src/zblocklist /home/buildozer/aports/main/zmap/src/zmap-4.2.0/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.2.0/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.2.0/src/parser.y:5: /home/buildozer/aports/main/zmap/src/zmap-4.2.0/src/lexer.h:304:12: note: previous declaration of 'yylex' with type 'int(void)' 304 | | ^ /home/buildozer/aports/main/zmap/src/zmap-4.2.0/src/cyclic.c: In function 'get_group': /home/buildozer/aports/main/zmap/src/zmap-4.2.0/src/cyclic.c:180:1: warning: control reaches end of non-void function [-Wreturn-type] 180 | } | ^ /home/buildozer/aports/main/zmap/src/zmap-4.2.0/src/cyclic.c: In function 'get_group': /home/buildozer/aports/main/zmap/src/zmap-4.2.0/src/cyclic.c:180:1: warning: control reaches end of non-void function [-Wreturn-type] 180 | } | ^ [117/118] Linking C executable src/ztests [118/118] Linking C executable src/zmap /home/buildozer/aports/main/zmap/src/zmap-4.2.0/src/send-linux.c: In function 'send_batch': /home/buildozer/aports/main/zmap/src/zmap-4.2.0/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) | ^ /home/buildozer/aports/main/zmap/src/zmap-4.2.0/src/send-linux.c: In function 'send_batch': /home/buildozer/aports/main/zmap/src/zmap-4.2.0/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 16 05:42:25.280 [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 16 05:42:25.280 [INFO] dedup: Response deduplication method is full Oct 16 05:42:25.282 [INFO] send: dryrun mode -- won't actually send packets Oct 16 05:42:26.588 [INFO] zmap: completed Oct 16 05:42:26.707 [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 16 05:42:26.707 [INFO] dedup: Response deduplication method is full Oct 16 05:42:26.709 [INFO] send: dryrun mode -- won't actually send packets Oct 16 05:42:28.015 [INFO] zmap: completed Oct 16 05:42:28.140 [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 16 05:42:28.140 [INFO] dedup: Response deduplication method is full Oct 16 05:42:28.142 [INFO] send: dryrun mode -- won't actually send packets Oct 16 05:42:29.448 [INFO] zmap: completed Oct 16 05:42:29.564 [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 16 05:42:29.564 [INFO] dedup: Response deduplication method is full Oct 16 05:42:29.566 [INFO] send: dryrun mode -- won't actually send packets Oct 16 05:42:30.882 [INFO] zmap: completed Oct 16 05:42:31.001 [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 16 05:42:31.001 [INFO] dedup: Response deduplication method is full Oct 16 05:42:31.002 [INFO] send: dryrun mode -- won't actually send packets Oct 16 05:42:32.313 [INFO] zmap: completed Line Count: (Should be 65536) 65536 Duplicate Count 0 Oct 16 05:42:32.612 [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 16 05:42:32.612 [INFO] dedup: Response deduplication method is full Oct 16 05:42:32.614 [INFO] send: dryrun mode -- won't actually send packets Oct 16 05:42:36.530 [INFO] zmap: completed Oct 16 05:42:36.900 [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 16 05:42:36.900 [INFO] dedup: Response deduplication method is full Oct 16 05:42:36.902 [INFO] send: dryrun mode -- won't actually send packets Oct 16 05:42:40.847 [INFO] zmap: completed Oct 16 05:42:41.174 [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 16 05:42:41.174 [INFO] dedup: Response deduplication method is full Oct 16 05:42:41.178 [INFO] send: dryrun mode -- won't actually send packets Oct 16 05:42:45.082 [INFO] zmap: completed Oct 16 05:42:45.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 16 05:42:45.457 [INFO] dedup: Response deduplication method is full Oct 16 05:42:45.460 [INFO] send: dryrun mode -- won't actually send packets Oct 16 05:42:49.440 [INFO] zmap: completed Oct 16 05:42:49.819 [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 16 05:42:49.819 [INFO] dedup: Response deduplication method is full Oct 16 05:42:49.821 [INFO] send: dryrun mode -- won't actually send packets Oct 16 05:42:53.782 [INFO] zmap: completed Line Count: (Should be 196608) 196608 Duplicate Count 0 >>> zmap: Entering fakeroot... -- 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... '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-doc*: Scanning shared objects >>> zmap*: Scanning shared objects >>> zmap-doc*: Tracing dependencies... >>> zmap-doc*: Package size: 39.0 KB >>> zmap-doc*: Compressing data... >>> zmap-doc*: Create checksum... >>> zmap-doc*: Create zmap-doc-4.2.0-r0.apk >>> zmap*: Tracing dependencies... so:libJudy.so.1 so:libc.musl-x86.so.1 so:libgmp.so.10 so:libjson-c.so.5 so:libpcap.so.1 so:libunistring.so.5 >>> zmap*: Package size: 356.6 KB >>> zmap*: Compressing data... >>> zmap*: Create checksum... >>> zmap*: Create zmap-4.2.0-r0.apk >>> zmap: Build complete at Wed, 16 Oct 2024 05:42:55 +0000 elapsed time 0h 0m 36s >>> zmap: Cleaning up srcdir >>> zmap: Cleaning up pkgdir >>> zmap: Uninstalling dependencies... (1/22) Purging .makedepends-zmap (20241016.054220) (2/22) Purging byacc (20240109-r0) (3/22) Purging cmake (3.30.5-r0) (4/22) Purging flex (2.6.4-r6) (5/22) Purging m4 (1.4.19-r3) (6/22) Purging gengetopt (2.23-r2) (7/22) Purging gmp-dev (6.3.0-r2) (8/22) Purging libgmpxx (6.3.0-r2) (9/22) Purging json-c-dev (0.18-r0) (10/22) Purging json-c (0.18-r0) (11/22) Purging judy-dev (1.0.5-r1) (12/22) Purging judy (1.0.5-r1) (13/22) Purging libpcap-dev (1.10.5-r0) (14/22) Purging libpcap (1.10.5-r0) (15/22) Purging libunistring-dev (1.2-r0) (16/22) Purging linux-headers (6.6-r1) (17/22) Purging samurai (1.2-r5) (18/22) Purging libarchive (3.7.6-r0) (19/22) Purging libbz2 (1.0.8-r6) (20/22) Purging libuv (1.49.1-r0) (21/22) Purging rhash-libs (1.4.4-r0) (22/22) Purging xz-libs (5.6.3-r0) Executing busybox-1.36.1-r32.trigger OK: 397 MiB in 100 packages >>> zmap: Updating the main/x86 repository index... >>> zmap: Signing the index...