>>> sslh: Building testing/sslh 1.22c-r2 (using abuild 3.11.0_rc13-r0) started Fri, 05 May 2023 05:50:22 +0000 >>> sslh: Checking sanity of /home/buildozer/aports/testing/sslh/APKBUILD... >>> sslh: Analyzing dependencies... >>> sslh: Installing for build: build-base libconfig-dev libcap-dev pcre2-dev perl (1/21) Installing libconfig++ (1.7.3-r2) (2/21) Installing libconfig (1.7.3-r2) (3/21) Installing libconfig-dev (1.7.3-r2) (4/21) Installing linux-headers (6.3-r0) (5/21) Installing libcap-dev (2.68-r2) (6/21) Installing bsd-compat-headers (0.7.2-r5) (7/21) Installing libformw (6.4_p20230429-r0) (8/21) Installing libmenuw (6.4_p20230429-r0) (9/21) Installing libpanelw (6.4_p20230429-r0) (10/21) Installing libncurses++ (6.4_p20230429-r0) (11/21) Installing ncurses-dev (6.4_p20230429-r0) (12/21) Installing libedit-dev (20221030.3.1-r1) (13/21) Installing zlib-dev (1.2.13-r1) (14/21) Installing libpcre2-16 (10.42-r1) (15/21) Installing libpcre2-32 (10.42-r1) (16/21) Installing pcre2-dev (10.42-r1) (17/21) Installing perl (5.36.1-r1) (18/21) Installing .makedepends-sslh (20230505.055023) (19/21) Installing perl-error (0.17029-r1) (20/21) Installing perl-git (2.40.1-r0) (21/21) Installing git-perl (2.40.1-r0) Executing busybox-1.36.0-r8.trigger OK: 422 MiB in 127 packages >>> sslh: Cleaning up srcdir >>> sslh: Cleaning up pkgdir >>> sslh: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sslh-v1.22c.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 100 143k 100 143k 0 0 1306k 0 --:--:-- --:--:-- --:--:-- 1316k >>> sslh: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sslh-v1.22c.tar.gz >>> sslh: Checking sha512sums... sslh-v1.22c.tar.gz: OK fix-make-install.patch: OK fail2ban.patch: OK config.patch: OK sslh.initd: OK sslh.confd: OK >>> sslh: Unpacking /var/cache/distfiles/edge/sslh-v1.22c.tar.gz... >>> sslh: fix-make-install.patch patching file Makefile Hunk #1 succeeded at 116 (offset 18 lines). >>> sslh: fail2ban.patch patching file scripts/fail2ban/jail.conf patching file scripts/fail2ban/sslh-ssh.conf >>> sslh: config.patch patching file basic.cfg Makefile:68: warning: ignoring prerequisites on suffix rule definition ./genver.sh >version.h gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c sslh-fork.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c sslh-select.c pod2man --section=8 --release=v1.22c --center=" " sslh.pod | gzip -9 - > sslh.8.gz gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c echosrv.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c echosrv-conf.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c sslh-conf.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c common.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c sslh-main.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c probe.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c tls.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c argtable3.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c udp-listener.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c collection.c gcc -Os -Wformat -Werror=format-security -std=gnu99 -Os -Wformat -Werror=format-security -DENABLE_REGEX -DLIBCONFIG -DLIBCAP -c gap.c echosrv.c: In function 'udp_echo': echosrv.c:161:28: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 161 | fprintf(stderr, "%ld: %s\n", len, data + prefix_len); | ~~^ ~~~ | | | | long int size_t {aka unsigned int} | %d udp-listener.c: In function 'udp_c2s_forward': udp-listener.c:80:37: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] 80 | fprintf(stderr, "received %ld UDP from %d:%s\n", len, target, sprintaddr(addr_str, sizeof(addr_str), &addrinfo)); | ~~^ ~~~ | | | | long int ssize_t {aka int} | %d sslh-main.c: In function 'setup_regex_probe': sslh-main.c:106:71: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 106 | fprintf(stderr, "compiling pattern /%s/:%d:%s at offset %ld\n", | ~~^ | | | long int | %d 107 | p->regex_patterns[i], error, err_str, error_offset); | ~~~~~~~~~~~~ | | | size_t {aka unsigned int} gcc -Os -Wformat -Werror=format-security -std=gnu99 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o sslh-fork sslh-fork.o sslh-conf.o common.o sslh-main.o probe.o tls.o argtable3.o udp-listener.o collection.o gap.o -lm -lpcre2-8 -lconfig -lcap gcc -Os -Wformat -Werror=format-security -std=gnu99 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o sslh-select sslh-select.o sslh-conf.o common.o sslh-main.o probe.o tls.o argtable3.o udp-listener.o collection.o gap.o -lm -lpcre2-8 -lconfig -lcap gcc -Os -Wformat -Werror=format-security -std=gnu99 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o echosrv echosrv.o echosrv-conf.o argtable3.o -lm -lpcre2-8 -lconfig -lcap #strip sslh-fork #strip sslh-select >>> sslh: Entering fakeroot... Makefile:68: warning: ignoring prerequisites on suffix rule definition mkdir -p /home/buildozer/aports/testing/sslh/pkg/sslh//usr/sbin mkdir -p /home/buildozer/aports/testing/sslh/pkg/sslh//usr/share/man/man8 install -p sslh-fork /home/buildozer/aports/testing/sslh/pkg/sslh//usr/sbin/sslh-fork install -p sslh-select /home/buildozer/aports/testing/sslh/pkg/sslh//usr/sbin/sslh-select ln -s sslh-fork /home/buildozer/aports/testing/sslh/pkg/sslh//usr/sbin/sslh install -p -m 0644 sslh.8.gz /home/buildozer/aports/testing/sslh/pkg/sslh//usr/share/man/man8/sslh.8.gz >>> sslh-fail2ban*: Running split function fail2ban... >>> sslh-fail2ban*: Preparing subpackage sslh-fail2ban... >>> sslh-fail2ban*: Running postcheck for sslh-fail2ban >>> sslh-doc*: Running split function doc... >>> sslh-doc*: Preparing subpackage sslh-doc... >>> sslh-doc*: Running postcheck for sslh-doc >>> sslh-openrc*: Running split function openrc... >>> sslh-openrc*: Preparing subpackage sslh-openrc... >>> sslh-openrc*: Running postcheck for sslh-openrc >>> sslh*: Running postcheck for sslh >>> sslh*: Preparing package sslh... >>> sslh*: Stripping binaries >>> sslh-doc*: Scanning shared objects >>> sslh-fail2ban*: Scanning shared objects >>> sslh-openrc*: Scanning shared objects >>> sslh*: Scanning shared objects >>> sslh-doc*: Tracing dependencies... >>> sslh-doc*: Package size: 48.0 KB >>> sslh-doc*: Compressing data... >>> sslh-doc*: Create checksum... >>> sslh-doc*: Create sslh-doc-1.22c-r2.apk >>> sslh-fail2ban*: Tracing dependencies... >>> sslh-fail2ban*: Package size: 28.0 KB >>> sslh-fail2ban*: Compressing data... >>> sslh-fail2ban*: Create checksum... >>> sslh-fail2ban*: Create sslh-fail2ban-1.22c-r2.apk >>> sslh-openrc*: Tracing dependencies... >>> sslh-openrc*: Package size: 24.0 KB >>> sslh-openrc*: Compressing data... >>> sslh-openrc*: Create checksum... >>> sslh-openrc*: Create sslh-openrc-1.22c-r2.apk >>> sslh*: Tracing dependencies... so:libc.musl-x86.so.1 so:libcap.so.2 so:libconfig.so.11 so:libpcre2-8.so.0 >>> sslh*: Package size: 200.0 KB >>> sslh*: Compressing data... >>> sslh*: Create checksum... >>> sslh*: Create sslh-1.22c-r2.apk >>> sslh: Build complete at Fri, 05 May 2023 05:50:27 +0000 elapsed time 0h 0m 5s >>> sslh: Cleaning up srcdir >>> sslh: Cleaning up pkgdir >>> sslh: Uninstalling dependencies... (1/21) Purging .makedepends-sslh (20230505.055023) (2/21) Purging libconfig-dev (1.7.3-r2) (3/21) Purging libconfig++ (1.7.3-r2) (4/21) Purging libconfig (1.7.3-r2) (5/21) Purging libcap-dev (2.68-r2) (6/21) Purging linux-headers (6.3-r0) (7/21) Purging pcre2-dev (10.42-r1) (8/21) Purging libedit-dev (20221030.3.1-r1) (9/21) Purging bsd-compat-headers (0.7.2-r5) (10/21) Purging ncurses-dev (6.4_p20230429-r0) (11/21) Purging libncurses++ (6.4_p20230429-r0) (12/21) Purging libpanelw (6.4_p20230429-r0) (13/21) Purging zlib-dev (1.2.13-r1) (14/21) Purging libpcre2-16 (10.42-r1) (15/21) Purging libpcre2-32 (10.42-r1) (16/21) Purging git-perl (2.40.1-r0) (17/21) Purging perl-git (2.40.1-r0) (18/21) Purging perl-error (0.17029-r1) (19/21) Purging perl (5.36.1-r1) (20/21) Purging libformw (6.4_p20230429-r0) (21/21) Purging libmenuw (6.4_p20230429-r0) Executing busybox-1.36.0-r8.trigger OK: 378 MiB in 106 packages >>> sslh: Updating the testing/x86 repository index... >>> sslh: Signing the index...