>>> knock: Building main/knock 0.8.1-r0 (using abuild 3.7.0_rc1-r0) started Tue, 24 Nov 2020 05:04:50 +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-r1) (2/15) Installing libnftnl-libs (1.1.8-r0) (3/15) Installing iptables (1.8.6-r0) (4/15) Installing libpcap (1.9.1-r2) (5/15) Installing libpcap-dev (1.9.1-r2) (6/15) Installing m4 (1.4.18-r1) (7/15) Installing libbz2 (1.0.8-r1) (8/15) Installing perl (5.32.0-r0) (9/15) Installing autoconf (2.69-r2) (10/15) Installing automake (1.16.3-r0) (11/15) Installing .makedepends-knock (20201124.050451) (12/15) Installing iptables-openrc (1.8.6-r0) (13/15) Installing perl-error (0.17029-r1) (14/15) Installing perl-git (2.29.2-r0) (15/15) Installing git-perl (2.29.2-r0) Executing busybox-1.32.0-r3.trigger OK: 348 MiB in 102 packages >>> knock: Cleaning up srcdir >>> knock: Cleaning up pkgdir >>> knock: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/knock-0.8.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 curl: (22) The requested URL returned error: 404 >>> knock: Fetching knock-0.8.1.tar.gz::https://github.com/TDFKAOlli/knock/archive/0.8.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 100 122 100 122 0 0 478 0 --:--:-- --:--:-- --:--:-- 478 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32933 0 32933 0 0 57274 0 --:--:-- --:--:-- --:--:-- 117k >>> knock: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/knock-0.8.1.tar.gz >>> knock: Checking sha512sums... knock-0.8.1.tar.gz: OK knock.initd: OK knock.confd: OK >>> knock: Unpacking /var/cache/distfiles/v3.13/knock-0.8.1.tar.gz... 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 thread-safe 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 i586-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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... 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 how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes 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.1' sed -e "s/#VERSION#/0.8.1/" doc/knock.1.in > doc/knock.1 sed -e "s/#VERSION#/0.8.1/" 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 -Wl,--as-needed -o knock src/knock.o -lpcap gcc -g -Wall -pedantic -fno-exceptions -D_BSD_SOURCE -Os -fomit-frame-pointer -Wl,--as-needed -o knockd src/knockd.o src/list.o -lpcap make[1]: Leaving directory '/home/buildozer/aports/main/knock/src/knock-0.8.1' >>> knock: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/main/knock/src/knock-0.8.1' ./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.1' >>> 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.1-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.1-r0.apk >>> knock*: Tracing dependencies... iptables so:libc.musl-x86.so.1 so:libpcap.so.1 >>> knock*: Package size: 96.0 KB >>> knock*: Compressing data... >>> knock*: Create checksum... >>> knock*: Create knock-0.8.1-r0.apk >>> knock: Build complete at Tue, 24 Nov 2020 05:05:01 +0000 elapsed time 0h 0m 11s >>> knock: Cleaning up srcdir >>> knock: Cleaning up pkgdir >>> knock: Uninstalling dependencies... (1/15) Purging .makedepends-knock (20201124.050451) (2/15) Purging iptables-openrc (1.8.6-r0) (3/15) Purging iptables (1.8.6-r0) (4/15) Purging libpcap-dev (1.9.1-r2) (5/15) Purging libpcap (1.9.1-r2) (6/15) Purging autoconf (2.69-r2) (7/15) Purging m4 (1.4.18-r1) (8/15) Purging automake (1.16.3-r0) (9/15) Purging git-perl (2.29.2-r0) (10/15) Purging perl-git (2.29.2-r0) (11/15) Purging perl-error (0.17029-r1) (12/15) Purging perl (5.32.0-r0) (13/15) Purging libnftnl-libs (1.1.8-r0) (14/15) Purging libmnl (1.0.4-r1) (15/15) Purging libbz2 (1.0.8-r1) Executing busybox-1.32.0-r3.trigger OK: 310 MiB in 87 packages >>> knock: Updating the main/x86 repository index... >>> knock: Signing the index...