>>> knock: Building main/knock 0.8.2-r0 (using abuild 3.9.0_rc2-r1) started Sun, 17 Oct 2021 00:17:18 +0000 >>> knock: Checking sanity of /home/buildozer/aports/main/knock/APKBUILD... >>> knock: Analyzing dependencies... >>> knock: Installing for build: build-base iptables libpcap-dev autoconf automake (1/15) Installing libmnl (1.0.4-r2) (2/15) Installing libnftnl-libs (1.2.0-r0) (3/15) Installing iptables (1.8.7-r1) (4/15) Installing libpcap (1.10.1-r0) (5/15) Installing libpcap-dev (1.10.1-r0) (6/15) Installing m4 (1.4.18-r2) (7/15) Installing libbz2 (1.0.8-r1) (8/15) Installing perl (5.34.0-r1) (9/15) Installing autoconf (2.71-r0) (10/15) Installing automake (1.16.4-r1) (11/15) Installing .makedepends-knock (20211017.001719) (12/15) Installing iptables-openrc (1.8.7-r1) (13/15) Installing perl-error (0.17029-r1) (14/15) Installing perl-git (2.33.1-r0) (15/15) Installing git-perl (2.33.1-r0) Executing busybox-1.34.1-r0.trigger OK: 387 MiB in 104 packages >>> knock: Cleaning up srcdir >>> knock: Cleaning up pkgdir >>> knock: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/knock-0.8.2.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 curl: (22) The requested URL returned error: 404 >>> knock: Fetching knock-0.8.2.tar.gz::https://github.com/TDFKAOlli/knock/archive/0.8.2.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 100 122 100 122 0 0 321 0 --:--:-- --:--:-- --:--:-- 321 100 32949 0 32949 0 0 37151 0 --:--:-- --:--:-- --:--:-- 37151 >>> knock: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/knock-0.8.2.tar.gz >>> knock: Checking sha512sums... knock-0.8.2.tar.gz: OK knock.initd: OK knock.confd: OK >>> knock: Unpacking /var/cache/distfiles/v3.15/knock-0.8.2.tar.gz... configure.ac:5: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:5: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:5: the top level configure.ac:7: installing './compile' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' Makefile.am: installing './depcomp' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-alpine-linux-musl-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for pcap_dispatch in -lpcap... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/home/buildozer/aports/main/knock/src/knock-0.8.2' sed -e "s/#VERSION#/0.8.2/" doc/knock.1.in > doc/knock.1 sed -e "s/#VERSION#/0.8.2/" doc/knockd.1.in > doc/knockd.1 depbase=`echo src/knock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -D_DEFAULT_SOURCE -Os -fomit-frame-pointer -g -Wall -pedantic -fno-exceptions -D_BSD_SOURCE -Os -fomit-frame-pointer -MT src/knock.o -MD -MP -MF $depbase.Tpo -c -o src/knock.o src/knock.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/knockd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -D_DEFAULT_SOURCE -Os -fomit-frame-pointer -g -Wall -pedantic -fno-exceptions -D_BSD_SOURCE -Os -fomit-frame-pointer -MT src/knockd.o -MD -MP -MF $depbase.Tpo -c -o src/knockd.o src/knockd.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -D_DEFAULT_SOURCE -Os -fomit-frame-pointer -g -Wall -pedantic -fno-exceptions -D_BSD_SOURCE -Os -fomit-frame-pointer -MT src/list.o -MD -MP -MF $depbase.Tpo -c -o src/list.o src/list.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -Wall -pedantic -fno-exceptions -D_BSD_SOURCE -Os -fomit-frame-pointer -o knock src/knock.o -lpcap gcc -g -Wall -pedantic -fno-exceptions -D_BSD_SOURCE -Os -fomit-frame-pointer -o knockd src/knockd.o src/list.o -lpcap make[1]: Leaving directory '/home/buildozer/aports/main/knock/src/knock-0.8.2' >>> knock: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/main/knock/src/knock-0.8.2' ./install-sh -c -d '/home/buildozer/aports/main/knock/pkg/knock/usr/bin' ./install-sh -c -d '/home/buildozer/aports/main/knock/pkg/knock/usr/sbin' ./install-sh -c -d '/home/buildozer/aports/main/knock/pkg/knock/usr/sbin' ./install-sh -c -d '/home/buildozer/aports/main/knock/pkg/knock/etc' ./install-sh -c -d '/home/buildozer/aports/main/knock/pkg/knock/usr/share/doc/knock' ./install-sh -c -d '/home/buildozer/aports/main/knock/pkg/knock/usr/share/man/man1' /usr/bin/install -c knock '/home/buildozer/aports/main/knock/pkg/knock/usr/bin' /usr/bin/install -c src/knock_helper_ipt.sh '/home/buildozer/aports/main/knock/pkg/knock/usr/sbin' /usr/bin/install -c knockd '/home/buildozer/aports/main/knock/pkg/knock/usr/sbin' /usr/bin/install -c -m 644 knockd.conf '/home/buildozer/aports/main/knock/pkg/knock/etc' /usr/bin/install -c -m 644 README.md TODO ChangeLog COPYING '/home/buildozer/aports/main/knock/pkg/knock/usr/share/doc/knock' /usr/bin/install -c -m 644 doc/knock.1 doc/knockd.1 '/home/buildozer/aports/main/knock/pkg/knock/usr/share/man/man1' make[1]: Leaving directory '/home/buildozer/aports/main/knock/src/knock-0.8.2' >>> knock-doc*: Running split function doc... >>> knock-doc*: Preparing subpackage knock-doc... >>> knock-doc*: Running postcheck for knock-doc >>> knock-openrc*: Running split function openrc... >>> knock-openrc*: Preparing subpackage knock-openrc... >>> knock-openrc*: Running postcheck for knock-openrc >>> knock*: Running postcheck for knock >>> knock*: Preparing package knock... >>> knock*: Stripping binaries >>> knock-doc*: Scanning shared objects >>> knock-openrc*: Scanning shared objects >>> knock*: Scanning shared objects >>> knock-doc*: Tracing dependencies... >>> knock-doc*: Package size: 72.0 KB >>> knock-doc*: Compressing data... >>> knock-doc*: Create checksum... >>> knock-doc*: Create knock-doc-0.8.2-r0.apk >>> knock-openrc*: Tracing dependencies... >>> knock-openrc*: Package size: 24.0 KB >>> knock-openrc*: Compressing data... >>> knock-openrc*: Create checksum... >>> knock-openrc*: Create knock-openrc-0.8.2-r0.apk >>> knock*: Tracing dependencies... iptables so:libc.musl-x86_64.so.1 so:libpcap.so.1 >>> knock*: Package size: 96.0 KB >>> knock*: Compressing data... >>> knock*: Create checksum... >>> knock*: Create knock-0.8.2-r0.apk >>> knock: Build complete at Sun, 17 Oct 2021 00:17:30 +0000 elapsed time 0h 0m 12s >>> knock: Cleaning up srcdir >>> knock: Cleaning up pkgdir >>> knock: Uninstalling dependencies... (1/15) Purging .makedepends-knock (20211017.001719) (2/15) Purging iptables-openrc (1.8.7-r1) (3/15) Purging iptables (1.8.7-r1) (4/15) Purging libpcap-dev (1.10.1-r0) (5/15) Purging libpcap (1.10.1-r0) (6/15) Purging autoconf (2.71-r0) (7/15) Purging m4 (1.4.18-r2) (8/15) Purging automake (1.16.4-r1) (9/15) Purging git-perl (2.33.1-r0) (10/15) Purging perl-git (2.33.1-r0) (11/15) Purging perl-error (0.17029-r1) (12/15) Purging perl (5.34.0-r1) (13/15) Purging libnftnl-libs (1.2.0-r0) (14/15) Purging libmnl (1.0.4-r2) (15/15) Purging libbz2 (1.0.8-r1) Executing busybox-1.34.1-r0.trigger OK: 342 MiB in 89 packages >>> knock: Updating the main/x86_64 repository index... >>> knock: Signing the index...