>>> linuxconsoletools: Building community/linuxconsoletools 1.7.1-r0 (using abuild 3.9.0-r0) started Thu, 21 Apr 2022 01:21:39 +0000 >>> linuxconsoletools: Checking sanity of /home/buildozer/aports/community/linuxconsoletools/APKBUILD... >>> linuxconsoletools: Analyzing dependencies... >>> linuxconsoletools: Installing for build: build-base linux-headers sdl2-dev (1/46) Installing linux-headers (5.16.7-r1) (2/46) Installing sdl2 (2.0.20-r6) (3/46) Installing libpciaccess (0.16-r0) (4/46) Installing libdrm (2.4.110-r0) (5/46) Installing libpng (1.6.37-r1) (6/46) Installing freetype (2.11.1-r1) (7/46) Installing tslib (1.22-r0) (8/46) Installing directfb (1.7.7-r3) (9/46) Installing directfb-dev (1.7.7-r3) (10/46) Installing libpciaccess-dev (0.16-r0) (11/46) Installing libdrm-dev (2.4.110-r0) (12/46) Installing libxau (1.0.9-r0) (13/46) Installing xorgproto (2021.5-r0) (14/46) Installing libxau-dev (1.0.9-r0) (15/46) Installing libxdmcp (1.1.3-r0) (16/46) Installing libxcb (1.14-r2) (17/46) Installing libx11 (1.7.5-r0) (18/46) Installing libxext (1.3.4-r0) (19/46) Installing xcb-proto (1.14.1-r3) (20/46) Installing libxdmcp-dev (1.1.3-r0) (21/46) Installing libxcb-dev (1.14-r2) (22/46) Installing xtrans (1.4.0-r1) (23/46) Installing libx11-dev (1.7.5-r0) (24/46) Installing libxext-dev (1.3.4-r0) (25/46) Installing libxdamage (1.1.5-r1) (26/46) Installing libxfixes (6.0.0-r0) (27/46) Installing libxfixes-dev (6.0.0-r0) (28/46) Installing libxdamage-dev (1.1.5-r1) (29/46) Installing libxshmfence (1.3-r1) (30/46) Installing libxshmfence-dev (1.3-r1) (31/46) Installing mesa (21.3.8-r1) (32/46) Installing wayland-libs-server (1.20.0-r0) (33/46) Installing mesa-gbm (21.3.8-r1) (34/46) Installing mesa-glapi (21.3.8-r1) (35/46) Installing wayland-libs-client (1.20.0-r0) (36/46) Installing mesa-egl (21.3.8-r1) (37/46) Installing libxxf86vm (1.1.4-r2) (38/46) Installing mesa-gl (21.3.8-r1) (39/46) Installing mesa-gles (21.3.8-r1) (40/46) Installing llvm13-libs (13.0.1-r2) (41/46) Installing mesa-osmesa (21.3.8-r1) (42/46) Installing mesa-xatracker (21.3.8-r1) (43/46) Installing libxxf86vm-dev (1.1.4-r2) (44/46) Installing mesa-dev (21.3.8-r1) (45/46) Installing sdl2-dev (2.0.20-r6) (46/46) Installing .makedepends-linuxconsoletools (20220421.012152) Executing busybox-1.35.0-r8.trigger OK: 1450 MiB in 149 packages >>> linuxconsoletools: Cleaning up srcdir >>> linuxconsoletools: Cleaning up pkgdir >>> linuxconsoletools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/linuxconsoletools-1.7.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 53153 100 53153 0 0 691k 0 --:--:-- --:--:-- --:--:-- 701k >>> linuxconsoletools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/linuxconsoletools-1.7.1.tar.bz2 >>> linuxconsoletools: Checking sha512sums... linuxconsoletools-1.7.1.tar.bz2: OK >>> linuxconsoletools: Unpacking /var/cache/distfiles/v3.16/linuxconsoletools-1.7.1.tar.bz2... make -C utils compile make[1]: Entering directory '/home/buildozer/aports/community/linuxconsoletools/src/linuxconsoletools-1.7.1/utils' gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -funsigned-char inputattach.c serio-ids.h -lm -o inputattach gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o jstest.o jstest.c gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o axbtnmap.o axbtnmap.c gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c -o jscal.o jscal.c gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer fftest.c -o fftest gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -c ffmvforce.c -o ffmvforce.o `pkg-config --cflags sdl2` gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer ffset.c -o ffset gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer -funsigned-char ffcfstress.c bitmaskros.h -lm -o ffcfstress sed "s^@@PREFIX@@^/usr^g" < jscal-restore.in > jscal-restore sed "s^@@PREFIX@@^/usr^g" < jscal-store.in > jscal-store gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer evdev-joystick.c -o evdev-joystick gcc jstest.o axbtnmap.o -o jstest gcc -Os -fomit-frame-pointer -Os -fomit-frame-pointer jscal.o axbtnmap.o -lm -o jscal gcc ffmvforce.o -o ffmvforce -g -lm `pkg-config --libs sdl2` make[1]: Leaving directory '/home/buildozer/aports/community/linuxconsoletools/src/linuxconsoletools-1.7.1/utils' >>> WARNING: linuxconsoletools: 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. >>> linuxconsoletools: Entering fakeroot... make -C utils install make[1]: Entering directory '/home/buildozer/aports/community/linuxconsoletools/src/linuxconsoletools-1.7.1/utils' sed "s^@@PREFIX@@^/usr^g" < 80-stelladaptor-joystick.rules.in > 80-stelladaptor-joystick.rules install -d /home/buildozer/aports/community/linuxconsoletools/pkg/linuxconsoletools/usr/bin install inputattach jstest jscal fftest ffmvforce ffset ffcfstress jscal-restore jscal-store evdev-joystick /home/buildozer/aports/community/linuxconsoletools/pkg/linuxconsoletools/usr/bin install -d /home/buildozer/aports/community/linuxconsoletools/pkg/linuxconsoletools/usr/share/joystick install extract filter ident /home/buildozer/aports/community/linuxconsoletools/pkg/linuxconsoletools/usr/share/joystick install -d /home/buildozer/aports/community/linuxconsoletools/pkg/linuxconsoletools/lib/udev/rules.d install js-set-enum-leds /home/buildozer/aports/community/linuxconsoletools/pkg/linuxconsoletools/lib/udev install -m 644 80-stelladaptor-joystick.rules /home/buildozer/aports/community/linuxconsoletools/pkg/linuxconsoletools/lib/udev/rules.d make[1]: Leaving directory '/home/buildozer/aports/community/linuxconsoletools/src/linuxconsoletools-1.7.1/utils' make -C docs install make[1]: Entering directory '/home/buildozer/aports/community/linuxconsoletools/src/linuxconsoletools-1.7.1/docs' install -d /home/buildozer/aports/community/linuxconsoletools/pkg/linuxconsoletools/usr/share/man/man1 install -m644 inputattach.1 jstest.1 jscal.1 fftest.1 ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 jscal-restore.1 evdev-joystick.1 /home/buildozer/aports/community/linuxconsoletools/pkg/linuxconsoletools/usr/share/man/man1 make[1]: Leaving directory '/home/buildozer/aports/community/linuxconsoletools/src/linuxconsoletools-1.7.1/docs' >>> linuxconsoletools-doc*: Running split function doc... >>> linuxconsoletools-doc*: Preparing subpackage linuxconsoletools-doc... >>> linuxconsoletools-doc*: Running postcheck for linuxconsoletools-doc >>> linuxconsoletools*: Running postcheck for linuxconsoletools >>> linuxconsoletools*: Preparing package linuxconsoletools... >>> linuxconsoletools*: Stripping binaries >>> linuxconsoletools-doc*: Scanning shared objects >>> linuxconsoletools*: Scanning shared objects >>> linuxconsoletools-doc*: Tracing dependencies... >>> linuxconsoletools-doc*: Package size: 60.0 KB >>> linuxconsoletools-doc*: Compressing data... >>> linuxconsoletools-doc*: Create checksum... >>> linuxconsoletools-doc*: Create linuxconsoletools-doc-1.7.1-r0.apk >>> linuxconsoletools*: Tracing dependencies... so:libSDL2-2.0.so.0 so:libc.musl-x86_64.so.1 >>> linuxconsoletools*: Package size: 224.0 KB >>> linuxconsoletools*: Compressing data... >>> linuxconsoletools*: Create checksum... >>> linuxconsoletools*: Create linuxconsoletools-1.7.1-r0.apk >>> linuxconsoletools: Build complete at Thu, 21 Apr 2022 01:21:56 +0000 elapsed time 0h 0m 17s >>> linuxconsoletools: Cleaning up srcdir >>> linuxconsoletools: Cleaning up pkgdir >>> linuxconsoletools: Uninstalling dependencies... (1/46) Purging .makedepends-linuxconsoletools (20220421.012152) (2/46) Purging sdl2-dev (2.0.20-r6) (3/46) Purging sdl2 (2.0.20-r6) (4/46) Purging directfb-dev (1.7.7-r3) (5/46) Purging directfb (1.7.7-r3) (6/46) Purging mesa-dev (21.3.8-r1) (7/46) Purging libxdamage-dev (1.1.5-r1) (8/46) Purging libxdamage (1.1.5-r1) (9/46) Purging libxshmfence-dev (1.3-r1) (10/46) Purging mesa-egl (21.3.8-r1) (11/46) Purging mesa-gbm (21.3.8-r1) (12/46) Purging mesa-gl (21.3.8-r1) (13/46) Purging mesa-gles (21.3.8-r1) (14/46) Purging mesa-osmesa (21.3.8-r1) (15/46) Purging mesa-xatracker (21.3.8-r1) (16/46) Purging mesa (21.3.8-r1) (17/46) Purging libdrm-dev (2.4.110-r0) (18/46) Purging libdrm (2.4.110-r0) (19/46) Purging linux-headers (5.16.7-r1) (20/46) Purging libpciaccess-dev (0.16-r0) (21/46) Purging libpciaccess (0.16-r0) (22/46) Purging freetype (2.11.1-r1) (23/46) Purging libpng (1.6.37-r1) (24/46) Purging tslib (1.22-r0) (25/46) Purging libxxf86vm-dev (1.1.4-r2) (26/46) Purging libxxf86vm (1.1.4-r2) (27/46) Purging libxfixes-dev (6.0.0-r0) (28/46) Purging libxfixes (6.0.0-r0) (29/46) Purging libxext-dev (1.3.4-r0) (30/46) Purging libxext (1.3.4-r0) (31/46) Purging libx11-dev (1.7.5-r0) (32/46) Purging xtrans (1.4.0-r1) (33/46) Purging libx11 (1.7.5-r0) (34/46) Purging libxcb-dev (1.14-r2) (35/46) Purging xcb-proto (1.14.1-r3) (36/46) Purging libxcb (1.14-r2) (37/46) Purging libxau-dev (1.0.9-r0) (38/46) Purging libxau (1.0.9-r0) (39/46) Purging libxdmcp-dev (1.1.3-r0) (40/46) Purging libxdmcp (1.1.3-r0) (41/46) Purging xorgproto (2021.5-r0) (42/46) Purging libxshmfence (1.3-r1) (43/46) Purging wayland-libs-server (1.20.0-r0) (44/46) Purging mesa-glapi (21.3.8-r1) (45/46) Purging wayland-libs-client (1.20.0-r0) (46/46) Purging llvm13-libs (13.0.1-r2) Executing busybox-1.35.0-r8.trigger OK: 1274 MiB in 103 packages >>> linuxconsoletools: Updating the community/x86_64 repository index... >>> linuxconsoletools: Signing the index...