>>> ser2net: Building main/ser2net 3.5.1-r1 (using abuild 3.9.0-r4) started Sat, 06 Aug 2022 14:11:57 +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.141158) OK: 632 MiB in 116 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 48 427k 48 207k 0 0 126k 0 0:00:03 0:00:01 0:00:02 126k 100 427k 100 427k 0 0 251k 0 0:00:01 0:00:01 --:--:-- 251k >>> 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 powerpc64le-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... powerpc64le-alpine-linux-musl checking host system type... powerpc64le-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/powerpc64le-alpine-linux-musl/bin/ld checking if the linker (/usr/powerpc64le-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 powerpc64le-alpine-linux-musl file names to powerpc64le-alpine-linux-musl format... func_convert_file_noop checking how to convert powerpc64le-alpine-linux-musl file names to toolchain format... func_convert_file_noop checking for /usr/powerpc64le-alpine-linux-musl/bin/ld option to reload object files... -r checking for powerpc64le-alpine-linux-musl-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for powerpc64le-alpine-linux-musl-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for powerpc64le-alpine-linux-musl-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for powerpc64le-alpine-linux-musl-strip... no checking for strip... strip checking for powerpc64le-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 powerpc64le-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/powerpc64le-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 dataxfer.c: In function 'process_str': dataxfer.c:1629:41: warning: '%2.2d' directive output may be truncated writing between 2 and 11 bytes into a region of size 10 [-Wformat-truncation=] 1629 | snprintf(d, sizeof(d), "%2.2d", v); | ^~~~~ dataxfer.c:1629:40: note: directive argument in the range [-2147483648, 2147483635] 1629 | snprintf(d, sizeof(d), "%2.2d", v); | ^~~~~~~ dataxfer.c:1629:17: note: 'snprintf' output between 3 and 12 bytes into a destination of size 10 1629 | snprintf(d, sizeof(d), "%2.2d", v); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dataxfer.c:1550:41: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 10 [-Wformat-truncation=] 1550 | snprintf(d, sizeof(d), "%d", time->tm_year + 1900); | ^~ dataxfer.c:1550:40: note: directive argument in the range [-2147481748, 2147483647] 1550 | snprintf(d, sizeof(d), "%d", time->tm_year + 1900); | ^~~~ dataxfer.c:1550:17: note: 'snprintf' output between 2 and 12 bytes into a destination of size 10 1550 | snprintf(d, sizeof(d), "%d", time->tm_year + 1900); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-ppc64le.so.1 >>> ser2net*: Package size: 172.0 KB >>> ser2net*: Compressing data... >>> ser2net*: Create checksum... >>> ser2net*: Create ser2net-3.5.1-r1.apk >>> ser2net: Build complete at Sat, 06 Aug 2022 14:12:07 +0000 elapsed time 0h 0m 10s >>> ser2net: Cleaning up srcdir >>> ser2net: Cleaning up pkgdir >>> ser2net: Uninstalling dependencies... (1/2) Purging .makedepends-ser2net (20220806.141158) (2/2) Purging linux-headers (5.16.7-r1) OK: 624 MiB in 114 packages >>> ser2net: Updating the main/ppc64le repository index... >>> ser2net: Signing the index...