>>> bootterm: Building testing/bootterm 0.4-r2 (using abuild 3.10.0_rc1-r2) started Tue, 25 Oct 2022 06:36:52 +0000 >>> bootterm: Checking sanity of /home/buildozer/aports/testing/bootterm/APKBUILD... >>> bootterm: Analyzing dependencies... >>> bootterm: Installing for build: build-base linux-headers (1/2) Installing linux-headers (5.19.5-r0) (2/2) Installing .makedepends-bootterm (20221025.063654) OK: 401 MiB in 100 packages >>> bootterm: Cleaning up srcdir >>> bootterm: Cleaning up pkgdir >>> bootterm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/bootterm-0.4.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 46 70568 46 32768 0 0 263k 0 --:--:-- --:--:-- --:--:-- 262k 100 70568 100 70568 0 0 521k 0 --:--:-- --:--:-- --:--:-- 518k >>> bootterm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/bootterm-0.4.tar.gz >>> bootterm: Checking sha512sums... bootterm-0.4.tar.gz: OK >>> bootterm: Unpacking /var/cache/distfiles/edge/bootterm-0.4.tar.gz... CC src/bt.o src/bt.c: In function 'set_port': src/bt.c:526:9: warning: implicit declaration of function 'tcgetattr' [-Wimplicit-function-declaration] 526 | tcgetattr(fd, &tio); | ^~~~~~~~~ src/bt.c:551:21: warning: implicit declaration of function 'cfsetospeed' [-Wimplicit-function-declaration] 551 | if (cfsetospeed(&tio, baud_flag) == -1) | ^~~~~~~~~~~ src/bt.c:553:21: warning: implicit declaration of function 'cfsetispeed' [-Wimplicit-function-declaration] 553 | if (cfsetispeed(&tio, baud_flag) == -1) | ^~~~~~~~~~~ src/bt.c:560:16: warning: implicit declaration of function 'tcsetattr' [-Wimplicit-function-declaration] 560 | return tcsetattr(fd, TCSANOW, &tio); | ^~~~~~~~~ src/bt.c: In function 'get_baud_rate': src/bt.c:571:15: warning: implicit declaration of function 'cfgetospeed' [-Wimplicit-function-declaration] 571 | spd = cfgetospeed(&tio); | ^~~~~~~~~~~ src/bt.c: In function 'forward': src/bt.c:1926:33: warning: implicit declaration of function 'tcsendbreak' [-Wimplicit-function-declaration] 1926 | tcsendbreak(fd, 0); | ^~~~~~~~~~~ LD bin/bt rm src/bt.o >>> WARNING: bootterm: 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. >>> bootterm: Entering fakeroot... STRIP install-bins INSTALL install-bins >>> bootterm-dbg*: Running split function dbg... >>> bootterm-dbg*: Preparing subpackage bootterm-dbg... >>> bootterm-dbg*: Running postcheck for bootterm-dbg >>> bootterm*: Running postcheck for bootterm >>> bootterm*: Preparing package bootterm... >>> bootterm-dbg*: Scanning shared objects >>> bootterm*: Scanning shared objects >>> bootterm-dbg*: Tracing dependencies... >>> bootterm-dbg*: Package size: 28.0 KB >>> bootterm-dbg*: Compressing data... >>> bootterm-dbg*: Create checksum... >>> bootterm-dbg*: Create bootterm-dbg-0.4-r2.apk >>> bootterm*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> bootterm*: Package size: 56.0 KB >>> bootterm*: Compressing data... >>> bootterm*: Create checksum... >>> bootterm*: Create bootterm-0.4-r2.apk >>> bootterm: Build complete at Tue, 25 Oct 2022 06:36:56 +0000 elapsed time 0h 0m 4s >>> bootterm: Cleaning up srcdir >>> bootterm: Cleaning up pkgdir >>> bootterm: Uninstalling dependencies... (1/2) Purging .makedepends-bootterm (20221025.063654) (2/2) Purging linux-headers (5.19.5-r0) OK: 393 MiB in 98 packages >>> bootterm: Updating the testing/x86_64 repository index... >>> bootterm: Signing the index...