>>> libnfnetlink: Building main/libnfnetlink 1.0.1-r2 (using abuild 3.7.0_rc1-r0) started Wed, 11 Nov 2020 12:43:12 +0000 >>> libnfnetlink: Checking sanity of /home/buildozer/aports/main/libnfnetlink/APKBUILD... >>> libnfnetlink: Analyzing dependencies... >>> libnfnetlink: Installing for build: build-base linux-headers (1/2) Installing linux-headers (5.7.8-r0) (2/2) Installing .makedepends-libnfnetlink (20201111.124315) OK: 317 MiB in 89 packages >>> libnfnetlink: Cleaning up srcdir >>> libnfnetlink: Cleaning up pkgdir >>> libnfnetlink: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/libnfnetlink-1.0.1.tar.bz2 % 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 313k 100 313k 0 0 3963k 0 --:--:-- --:--:-- --:--:-- 3963k >>> libnfnetlink: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/libnfnetlink-1.0.1.tar.bz2 >>> libnfnetlink: Checking sha512sums... libnfnetlink-1.0.1.tar.bz2: OK musl-fix-includes.patch: OK >>> libnfnetlink: Unpacking /var/cache/distfiles/v3.13/libnfnetlink-1.0.1.tar.bz2... >>> libnfnetlink: musl-fix-includes.patch patching file include/libnfnetlink/linux_nfnetlink.h patching file include/libnfnetlink/libnfnetlink.h >>> libnfnetlink: Updating ./config.sub >>> libnfnetlink: Updating ./build-aux/config.sub checking build system type... i586-alpine-linux-musl checking host system type... i586-alpine-linux-musl checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/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 how to create a pax tar archive... gnutar 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/i586-alpine-linux-musl/bin/ld checking if the linker (/usr/i586-alpine-linux-musl/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert i586-alpine-linux-musl file names to i586-alpine-linux-musl format... func_convert_file_noop checking how to convert i586-alpine-linux-musl file names to toolchain format... func_convert_file_noop checking for /usr/i586-alpine-linux-musl/bin/ld option to reload object files... -r checking for i586-alpine-linux-musl-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for i586-alpine-linux-musl-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for i586-alpine-linux-musl-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for i586-alpine-linux-musl-strip... no checking for strip... strip checking for i586-alpine-linux-musl-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for i586-alpine-linux-musl-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i586-alpine-linux-musl/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating include/libnfnetlink/Makefile config.status: creating utils/Makefile config.status: creating libnfnetlink.pc config.status: executing depfiles commands config.status: executing libtool commands Making all in src make[1]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/src' CC libnfnetlink.lo CC iftable.lo CC rtnl.lo In file included from iftable.c:25: iftable.c: In function 'iftable_add': ../include/linux_list.h:385:59: warning: right-hand operand of comma expression has no effect [-Wunused-value] 385 | for (pos = list_entry((head)->next, typeof(*pos), member), \ | ^ iftable.c:72:2: note: in expansion of macro 'list_for_each_entry' 72 | list_for_each_entry(this, &h->ifindex_hash[hash], head) { | ^~~~~~~~~~~~~~~~~~~ ../include/linux_list.h:388:63: warning: right-hand operand of comma expression has no effect [-Wunused-value] 388 | pos = list_entry(pos->member.next, typeof(*pos), member), \ | ^ iftable.c:72:2: note: in expansion of macro 'list_for_each_entry' 72 | list_for_each_entry(this, &h->ifindex_hash[hash], head) { | ^~~~~~~~~~~~~~~~~~~ iftable.c: In function 'nlif_index2name': ../include/linux_list.h:385:59: warning: right-hand operand of comma expression has no effect [-Wunused-value] 385 | for (pos = list_entry((head)->next, typeof(*pos), member), \ | ^ iftable.c:165:2: note: in expansion of macro 'list_for_each_entry' 165 | list_for_each_entry(this, &h->ifindex_hash[hash], head) { | ^~~~~~~~~~~~~~~~~~~ ../include/linux_list.h:388:63: warning: right-hand operand of comma expression has no effect [-Wunused-value] 388 | pos = list_entry(pos->member.next, typeof(*pos), member), \ | ^ iftable.c:165:2: note: in expansion of macro 'list_for_each_entry' 165 | list_for_each_entry(this, &h->ifindex_hash[hash], head) { | ^~~~~~~~~~~~~~~~~~~ iftable.c: In function 'nlif_get_ifflags': ../include/linux_list.h:385:59: warning: right-hand operand of comma expression has no effect [-Wunused-value] 385 | for (pos = list_entry((head)->next, typeof(*pos), member), \ | ^ iftable.c:199:2: note: in expansion of macro 'list_for_each_entry' 199 | list_for_each_entry(this, &h->ifindex_hash[hash], head) { | ^~~~~~~~~~~~~~~~~~~ ../include/linux_list.h:388:63: warning: right-hand operand of comma expression has no effect [-Wunused-value] 388 | pos = list_entry(pos->member.next, typeof(*pos), member), \ | ^ iftable.c:199:2: note: in expansion of macro 'list_for_each_entry' 199 | list_for_each_entry(this, &h->ifindex_hash[hash], head) { | ^~~~~~~~~~~~~~~~~~~ CCLD libnfnetlink.la make[1]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/src' Making all in include make[1]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include' Making all in libnfnetlink make[2]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include/libnfnetlink' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include/libnfnetlink' make[2]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include' make[1]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include' Making all in utils make[1]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/utils' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/utils' make[1]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1' >>> WARNING: libnfnetlink: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> libnfnetlink: Entering fakeroot... Making install in src make[1]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/src' make[2]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/src' make[2]: Nothing to be done for 'install-data-am'. ../build-aux/install-sh -c -d '/home/buildozer/aports/main/libnfnetlink/pkg/libnfnetlink/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libnfnetlink.la '/home/buildozer/aports/main/libnfnetlink/pkg/libnfnetlink/usr/lib' libtool: install: /usr/bin/install -c .libs/libnfnetlink.so.0.2.0 /home/buildozer/aports/main/libnfnetlink/pkg/libnfnetlink/usr/lib/libnfnetlink.so.0.2.0 libtool: install: (cd /home/buildozer/aports/main/libnfnetlink/pkg/libnfnetlink/usr/lib && { ln -s -f libnfnetlink.so.0.2.0 libnfnetlink.so.0 || { rm -f libnfnetlink.so.0 && ln -s libnfnetlink.so.0.2.0 libnfnetlink.so.0; }; }) libtool: install: (cd /home/buildozer/aports/main/libnfnetlink/pkg/libnfnetlink/usr/lib && { ln -s -f libnfnetlink.so.0.2.0 libnfnetlink.so || { rm -f libnfnetlink.so && ln -s libnfnetlink.so.0.2.0 libnfnetlink.so; }; }) libtool: install: /usr/bin/install -c .libs/libnfnetlink.lai /home/buildozer/aports/main/libnfnetlink/pkg/libnfnetlink/usr/lib/libnfnetlink.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[2]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/src' make[1]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/src' Making install in include make[1]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include' Making install in libnfnetlink make[2]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include/libnfnetlink' make[3]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include/libnfnetlink' make[3]: Nothing to be done for 'install-exec-am'. ../../build-aux/install-sh -c -d '/home/buildozer/aports/main/libnfnetlink/pkg/libnfnetlink/usr/include/libnfnetlink' /usr/bin/install -c -m 644 libnfnetlink.h linux_nfnetlink.h linux_nfnetlink_compat.h '/home/buildozer/aports/main/libnfnetlink/pkg/libnfnetlink/usr/include/libnfnetlink' make[3]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include/libnfnetlink' make[2]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include/libnfnetlink' make[2]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include' make[3]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include' make[2]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include' make[1]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/include' Making install in utils make[1]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/utils' make[2]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/utils' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/utils' make[1]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1/utils' make[1]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1' make[2]: Entering directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1' make[2]: Nothing to be done for 'install-exec-am'. build-aux/install-sh -c -d '/home/buildozer/aports/main/libnfnetlink/pkg/libnfnetlink/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libnfnetlink.pc '/home/buildozer/aports/main/libnfnetlink/pkg/libnfnetlink/usr/lib/pkgconfig' make[2]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1' make[1]: Leaving directory '/home/buildozer/aports/main/libnfnetlink/src/libnfnetlink-1.0.1' >>> libnfnetlink-dev*: Running split function dev... >>> libnfnetlink-dev*: Preparing subpackage libnfnetlink-dev... >>> libnfnetlink-dev*: Stripping binaries >>> libnfnetlink-dev*: Running postcheck for libnfnetlink-dev >>> libnfnetlink*: Running postcheck for libnfnetlink >>> libnfnetlink*: Preparing package libnfnetlink... >>> libnfnetlink*: Stripping binaries >>> libnfnetlink-dev*: Scanning shared objects >>> libnfnetlink*: Scanning shared objects >>> libnfnetlink-dev*: Tracing dependencies... libnfnetlink=1.0.1-r2 pkgconfig >>> libnfnetlink-dev*: Package size: 44.0 KB >>> libnfnetlink-dev*: Compressing data... >>> libnfnetlink-dev*: Create checksum... >>> libnfnetlink-dev*: Create libnfnetlink-dev-1.0.1-r2.apk >>> libnfnetlink*: Tracing dependencies... so:libc.musl-x86.so.1 >>> libnfnetlink*: Package size: 40.0 KB >>> libnfnetlink*: Compressing data... >>> libnfnetlink*: Create checksum... >>> libnfnetlink*: Create libnfnetlink-1.0.1-r2.apk >>> libnfnetlink: Build complete at Wed, 11 Nov 2020 12:43:22 +0000 elapsed time 0h 0m 10s >>> libnfnetlink: Cleaning up srcdir >>> libnfnetlink: Cleaning up pkgdir >>> libnfnetlink: Uninstalling dependencies... (1/2) Purging .makedepends-libnfnetlink (20201111.124315) (2/2) Purging linux-headers (5.7.8-r0) OK: 310 MiB in 87 packages >>> libnfnetlink: Updating the main/x86 repository index... >>> libnfnetlink: Signing the index...