>>> ser2net: Building main/ser2net 3.5.1-r1 (using abuild 3.9.0-r4) started Sat, 06 Aug 2022 13:31:05 +0000 >>> ser2net: Checking sanity of /home/buildozer/aports/main/ser2net/APKBUILD... >>> ser2net: Analyzing dependencies... >>> ser2net: Installing for build: build-base linux-headers (1/2) Installing linux-headers (5.16.7-r1) (2/2) Installing .makedepends-ser2net (20220806.133105) OK: 760 MiB in 105 packages >>> ser2net: Cleaning up srcdir >>> ser2net: Cleaning up pkgdir >>> ser2net: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ser2net-3.5.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 7 427k 7 32768 0 0 54637 0 0:00:08 --:--:-- 0:00:08 54613 100 427k 100 427k 0 0 439k 0 --:--:-- --:--:-- --:--:-- 439k >>> ser2net: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ser2net-3.5.1.tar.gz >>> ser2net: Checking sha512sums... ser2net-3.5.1.tar.gz: OK ser2net.confd: OK ser2net.initd: OK >>> ser2net: Unpacking /var/cache/distfiles/edge/ser2net-3.5.1.tar.gz... 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 aarch64-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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... aarch64-alpine-linux-musl checking host system type... aarch64-alpine-linux-musl 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/aarch64-alpine-linux-musl/bin/ld checking if the linker (/usr/aarch64-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 how to convert aarch64-alpine-linux-musl file names to aarch64-alpine-linux-musl format... func_convert_file_noop checking how to convert aarch64-alpine-linux-musl file names to toolchain format... func_convert_file_noop checking for /usr/aarch64-alpine-linux-musl/bin/ld option to reload object files... -r checking for aarch64-alpine-linux-musl-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for aarch64-alpine-linux-musl-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for aarch64-alpine-linux-musl-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for aarch64-alpine-linux-musl-strip... no checking for strip... strip checking for aarch64-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 a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for aarch64-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/aarch64-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... yes checking linux/version.h usability... yes checking linux/version.h presence... yes checking for linux/version.h... yes checking for Linux epoll(7) interface with signals extension... yes checking OpenIPMI/ipmiif.h usability... no checking OpenIPMI/ipmiif.h presence... no checking for OpenIPMI/ipmiif.h... no checking for library containing clock_gettime... none required checking whether TIOCSRS485 is declared... yes checking whether make supports nested variables... (cached) yes checking for ANSI C header files... (cached) yes checking for main in -lnsl... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating ser2net.spec config.status: executing depfiles commands config.status: executing libtool commands CC controller.o CC dataxfer.o CC devcfg.o CC readconfig.o CC selector.o CC ser2net.o CC utils.o CC telnet.o CC buffer.o CC sol.o CC led.o CC led_sysfs.o In file included from /usr/include/sys/time.h:9, from selector.h:36, from selector.c:41: selector.c: In function 'sel_clear_fd_handlers': selector.c:433:16: warning: passing argument 2 of '__fortify_FD_CLR' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] 433 | FD_CLR(fd, &sel->read_set); | ^~~~~~~~~~~~~~ /usr/include/fortify/sys/select.h:31:40: note: expected 'fd_set *' but argument is of type 'volatile fd_set *' 31 | void __fortify_FD_CLR(int __f, fd_set *__s) | ~~~~~~~~^~~ selector.c:434:16: warning: passing argument 2 of '__fortify_FD_CLR' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] 434 | FD_CLR(fd, &sel->write_set); | ^~~~~~~~~~~~~~~ /usr/include/fortify/sys/select.h:31:40: note: expected 'fd_set *' but argument is of type 'volatile fd_set *' 31 | void __fortify_FD_CLR(int __f, fd_set *__s) | ~~~~~~~~^~~ selector.c:435:16: warning: passing argument 2 of '__fortify_FD_CLR' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] 435 | FD_CLR(fd, &sel->except_set); | ^~~~~~~~~~~~~~~~ /usr/include/fortify/sys/select.h:31:40: note: expected 'fd_set *' but argument is of type 'volatile fd_set *' 31 | void __fortify_FD_CLR(int __f, fd_set *__s) | ~~~~~~~~^~~ selector.c: In function 'sel_set_fd_read_handler': selector.c:470:20: warning: passing argument 2 of '__fortify_FD_SET' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] 470 | FD_SET(fd, &sel->read_set); | ^~~~~~~~~~~~~~ /usr/include/fortify/sys/select.h:41:40: note: expected 'fd_set *' but argument is of type 'volatile fd_set *' 41 | void __fortify_FD_SET(int __f, fd_set *__s) | ~~~~~~~~^~~ selector.c:474:20: warning: passing argument 2 of '__fortify_FD_CLR' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] 474 | FD_CLR(fd, &sel->read_set); | ^~~~~~~~~~~~~~ /usr/include/fortify/sys/select.h:31:40: note: expected 'fd_set *' but argument is of type 'volatile fd_set *' 31 | void __fortify_FD_CLR(int __f, fd_set *__s) | ~~~~~~~~^~~ selector.c: In function 'sel_set_fd_write_handler': selector.c:499:20: warning: passing argument 2 of '__fortify_FD_SET' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] 499 | FD_SET(fd, &sel->write_set); | ^~~~~~~~~~~~~~~ /usr/include/fortify/sys/select.h:41:40: note: expected 'fd_set *' but argument is of type 'volatile fd_set *' 41 | void __fortify_FD_SET(int __f, fd_set *__s) | ~~~~~~~~^~~ selector.c:503:20: warning: passing argument 2 of '__fortify_FD_CLR' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] 503 | FD_CLR(fd, &sel->write_set); | ^~~~~~~~~~~~~~~ /usr/include/fortify/sys/select.h:31:40: note: expected 'fd_set *' but argument is of type 'volatile fd_set *' 31 | void __fortify_FD_CLR(int __f, fd_set *__s) | ~~~~~~~~^~~ selector.c: In function 'sel_set_fd_except_handler': selector.c:528:20: warning: passing argument 2 of '__fortify_FD_SET' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] 528 | FD_SET(fd, &sel->except_set); | ^~~~~~~~~~~~~~~~ /usr/include/fortify/sys/select.h:41:40: note: expected 'fd_set *' but argument is of type 'volatile fd_set *' 41 | void __fortify_FD_SET(int __f, fd_set *__s) | ~~~~~~~~^~~ selector.c:532:20: warning: passing argument 2 of '__fortify_FD_CLR' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] 532 | FD_CLR(fd, &sel->except_set); | ^~~~~~~~~~~~~~~~ /usr/include/fortify/sys/select.h:31:40: note: expected 'fd_set *' but argument is of type 'volatile fd_set *' 31 | void __fortify_FD_CLR(int __f, fd_set *__s) | ~~~~~~~~^~~ selector.c: In function 'handle_selector_call': selector.c:859:19: warning: passing argument 2 of '__fortify_FD_CLR' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] 859 | FD_CLR(i, fdset); | ^~~~~ /usr/include/fortify/sys/select.h:31:40: note: expected 'fd_set *' but argument is of type 'volatile fd_set *' 31 | void __fortify_FD_CLR(int __f, fd_set *__s) | ~~~~~~~~^~~ CCLD ser2net >>> WARNING: ser2net: 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. >>> ser2net: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/main/ser2net/src/ser2net-3.5.1' ./install-sh -c -d '/home/buildozer/aports/main/ser2net/pkg/ser2net/usr/sbin' ./install-sh -c -d '/home/buildozer/aports/main/ser2net/pkg/ser2net/usr/share/man/man8' /bin/sh ./libtool --mode=install /usr/bin/install -c ser2net '/home/buildozer/aports/main/ser2net/pkg/ser2net/usr/sbin' /usr/bin/install -c -m 644 ser2net.8 '/home/buildozer/aports/main/ser2net/pkg/ser2net/usr/share/man/man8' libtool: install: /usr/bin/install -c ser2net /home/buildozer/aports/main/ser2net/pkg/ser2net/usr/sbin/ser2net make[1]: Leaving directory '/home/buildozer/aports/main/ser2net/src/ser2net-3.5.1' >>> ser2net-doc*: Running split function doc... >>> ser2net-doc*: Preparing subpackage ser2net-doc... >>> ser2net-doc*: Running postcheck for ser2net-doc >>> ser2net-openrc*: Running split function openrc... >>> ser2net-openrc*: Preparing subpackage ser2net-openrc... >>> ser2net-openrc*: Running postcheck for ser2net-openrc >>> ser2net*: Running postcheck for ser2net >>> ser2net*: Preparing package ser2net... >>> ser2net*: Stripping binaries >>> ser2net-doc*: Scanning shared objects >>> ser2net-openrc*: Scanning shared objects >>> ser2net*: Scanning shared objects >>> ser2net-doc*: Tracing dependencies... >>> ser2net-doc*: Package size: 32.0 KB >>> ser2net-doc*: Compressing data... >>> ser2net-doc*: Create checksum... >>> ser2net-doc*: Create ser2net-doc-3.5.1-r1.apk >>> ser2net-openrc*: Tracing dependencies... >>> ser2net-openrc*: Package size: 24.0 KB >>> ser2net-openrc*: Compressing data... >>> ser2net-openrc*: Create checksum... >>> ser2net-openrc*: Create ser2net-openrc-3.5.1-r1.apk >>> ser2net*: Tracing dependencies... so:libc.musl-aarch64.so.1 >>> ser2net*: Package size: 148.0 KB >>> ser2net*: Compressing data... >>> ser2net*: Create checksum... >>> ser2net*: Create ser2net-3.5.1-r1.apk >>> ser2net: Build complete at Sat, 06 Aug 2022 13:31:11 +0000 elapsed time 0h 0m 6s >>> ser2net: Cleaning up srcdir >>> ser2net: Cleaning up pkgdir >>> ser2net: Uninstalling dependencies... (1/2) Purging .makedepends-ser2net (20220806.133105) (2/2) Purging linux-headers (5.16.7-r1) OK: 752 MiB in 103 packages >>> ser2net: Updating the main/aarch64 repository index... >>> ser2net: Signing the index...