>>> berry: Building community/berry 0.1.9-r0 (using abuild 3.9.0_rc2-r1) started Thu, 21 Oct 2021 12:09:16 +0000 >>> berry: Checking sanity of /home/buildozer/aports/community/berry/APKBUILD... >>> berry: Analyzing dependencies... >>> berry: Installing for build: build-base libx11-dev libxft-dev libxinerama-dev (1/58) Installing libxau (1.0.9-r0) (2/58) Installing xorgproto (2021.5-r0) (3/58) Installing libxau-dev (1.0.9-r0) (4/58) Installing xcb-proto (1.14.1-r2) (5/58) Installing libmd (1.0.3-r0) (6/58) Installing libbsd (0.11.3-r1) (7/58) Installing libxdmcp (1.1.3-r0) (8/58) Installing libxcb (1.14-r2) (9/58) Installing libxdmcp-dev (1.1.3-r0) (10/58) Installing libxcb-dev (1.14-r2) (11/58) Installing xtrans (1.4.0-r1) (12/58) Installing libx11 (1.7.2-r0) (13/58) Installing libx11-dev (1.7.2-r0) (14/58) Installing zlib-dev (1.2.11-r3) (15/58) Installing libxrender (0.9.10-r3) (16/58) Installing libbz2 (1.0.8-r1) (17/58) Installing libpng (1.6.37-r1) (18/58) Installing freetype (2.11.0-r0) (19/58) Installing libuuid (2.37.2-r1) (20/58) Installing fontconfig (2.13.1-r4) (21/58) Installing libxft (2.3.4-r0) (22/58) Installing expat-dev (2.4.1-r0) (23/58) Installing brotli-dev (1.0.9-r5) (24/58) Installing libpng-dev (1.6.37-r1) (25/58) Installing freetype-dev (2.11.0-r0) (26/58) Installing util-linux (2.37.2-r1) (27/58) Installing libblkid (2.37.2-r1) (28/58) Installing libeconf (0.4.1-r0) (29/58) Installing libfdisk (2.37.2-r1) (30/58) Installing libmount (2.37.2-r1) (31/58) Installing libsmartcols (2.37.2-r1) (32/58) Installing util-linux-misc (2.37.2-r1) (33/58) Installing linux-pam (1.5.2-r0) (34/58) Installing runuser (2.37.2-r1) (35/58) Installing hexdump (2.37.2-r1) (36/58) Installing uuidgen (2.37.2-r1) (37/58) Installing blkid (2.37.2-r1) (38/58) Installing sfdisk (2.37.2-r1) (39/58) Installing mcookie (2.37.2-r1) (40/58) Installing wipefs (2.37.2-r1) (41/58) Installing cfdisk (2.37.2-r1) (42/58) Installing flock (2.37.2-r1) (43/58) Installing lsblk (2.37.2-r1) (44/58) Installing libcap-ng (0.8.2-r0) (45/58) Installing setpriv (2.37.2-r1) (46/58) Installing logger (2.37.2-r1) (47/58) Installing partx (2.37.2-r1) (48/58) Installing findmnt (2.37.2-r1) (49/58) Installing util-linux-dev (2.37.2-r1) (50/58) Installing fontconfig-dev (2.13.1-r4) (51/58) Installing libxrender-dev (0.9.10-r3) (52/58) Installing libxft-dev (2.3.4-r0) (53/58) Installing libxext (1.3.4-r0) (54/58) Installing libxinerama (1.1.4-r1) (55/58) Installing libxext-dev (1.3.4-r0) (56/58) Installing libxinerama-dev (1.1.4-r1) (57/58) Installing .makedepends-berry (20211021.120919) (58/58) Installing util-linux-openrc (2.37.2-r1) Executing busybox-1.34.1-r1.trigger OK: 341 MiB in 147 packages >>> berry: Cleaning up srcdir >>> berry: Cleaning up pkgdir >>> berry: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/berry-0.1.9.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 100 28763 100 28763 0 0 363k 0 --:--:-- --:--:-- --:--:-- 364k >>> berry: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/berry-0.1.9.tar.gz >>> berry: Checking sha512sums... berry-0.1.9.tar.gz: OK fix_prefix.patch: OK >>> berry: Unpacking /var/cache/distfiles/v3.15/berry-0.1.9.tar.gz... >>> berry: fix_prefix.patch patching file configure Running configure ... Compiling utils.c ... Compiling wm.c ... Compiling client.c ... In file included from client.c:18: utils.h:13:5: warning: redundant redeclaration of 'asprintf' [-Wredundant-decls] 13 | int asprintf(char **buf, const char *fmt, ...); | ^~~~~~~~ In file included from /usr/include/fortify/stdio.h:22, from client.c:10: /usr/include/stdio.h:183:5: note: previous declaration of 'asprintf' was here 183 | int asprintf(char **, const char *, ...); | ^~~~~~~~ In file included from client.c:18: utils.h:14:5: warning: redundant redeclaration of 'vasprintf' [-Wredundant-decls] 14 | int vasprintf(char **buf, const char *fmt, va_list args); | ^~~~~~~~~ In file included from /usr/include/fortify/stdio.h:22, from client.c:10: /usr/include/stdio.h:184:5: note: previous declaration of 'vasprintf' was here 184 | int vasprintf(char **, const char *, __isoc_va_list); | ^~~~~~~~~ In file included from wm.c:26: utils.h:13:5: warning: redundant redeclaration of 'asprintf' [-Wredundant-decls] 13 | int asprintf(char **buf, const char *fmt, ...); | ^~~~~~~~ In file included from /usr/include/fortify/stdio.h:22, from wm.c:8: /usr/include/stdio.h:183:5: note: previous declaration of 'asprintf' was here 183 | int asprintf(char **, const char *, ...); | ^~~~~~~~ In file included from wm.c:26: utils.h:14:5: warning: redundant redeclaration of 'vasprintf' [-Wredundant-decls] 14 | int vasprintf(char **buf, const char *fmt, va_list args); | ^~~~~~~~~ In file included from /usr/include/fortify/stdio.h:22, from wm.c:8: /usr/include/stdio.h:184:5: note: previous declaration of 'vasprintf' was here 184 | int vasprintf(char **, const char *, __isoc_va_list); | ^~~~~~~~~ Linking .o/berryc ... Linking .o/berry ... >>> berry: Entering fakeroot... Creating /home/buildozer/aports/community/berry/pkg/berry/usr/bin ... Creating /home/buildozer/aports/community/berry/pkg/berry/usr/share/man/man1 ... Installing /home/buildozer/aports/community/berry/pkg/berry/usr/bin/berry ... Installing /home/buildozer/aports/community/berry/pkg/berry/usr/bin/berryc ... Installing /home/buildozer/aports/community/berry/pkg/berry/usr/share/man/man1/berry.1 ... Installing /home/buildozer/aports/community/berry/pkg/berry/usr/share/man/man1/berryc.1 ... >>> berry-doc*: Running split function doc... >>> berry-doc*: Preparing subpackage berry-doc... >>> berry-doc*: Running postcheck for berry-doc >>> berry*: Running postcheck for berry >>> berry*: Preparing package berry... >>> berry*: Stripping binaries >>> berry-doc*: Scanning shared objects >>> berry*: Scanning shared objects >>> berry-doc*: Tracing dependencies... >>> berry-doc*: Package size: 28.0 KB >>> berry-doc*: Compressing data... >>> berry-doc*: Create checksum... >>> berry-doc*: Create berry-doc-0.1.9-r0.apk >>> berry*: Tracing dependencies... so:libX11.so.6 so:libXft.so.2 so:libXinerama.so.1 so:libc.musl-x86.so.1 >>> berry*: Package size: 72.0 KB >>> berry*: Compressing data... >>> berry*: Create checksum... >>> berry*: Create berry-0.1.9-r0.apk >>> berry: Build complete at Thu, 21 Oct 2021 12:09:22 +0000 elapsed time 0h 0m 6s >>> berry: Cleaning up srcdir >>> berry: Cleaning up pkgdir >>> berry: Uninstalling dependencies... (1/58) Purging util-linux-misc (2.37.2-r1) (2/58) Purging runuser (2.37.2-r1) (3/58) Purging hexdump (2.37.2-r1) (4/58) Purging uuidgen (2.37.2-r1) (5/58) Purging blkid (2.37.2-r1) (6/58) Purging sfdisk (2.37.2-r1) (7/58) Purging mcookie (2.37.2-r1) (8/58) Purging wipefs (2.37.2-r1) (9/58) Purging cfdisk (2.37.2-r1) (10/58) Purging flock (2.37.2-r1) (11/58) Purging lsblk (2.37.2-r1) (12/58) Purging setpriv (2.37.2-r1) (13/58) Purging logger (2.37.2-r1) (14/58) Purging partx (2.37.2-r1) (15/58) Purging findmnt (2.37.2-r1) (16/58) Purging .makedepends-berry (20211021.120919) (17/58) Purging libxft-dev (2.3.4-r0) (18/58) Purging libxft (2.3.4-r0) (19/58) Purging libxinerama-dev (1.1.4-r1) (20/58) Purging libxinerama (1.1.4-r1) (21/58) Purging util-linux-openrc (2.37.2-r1) (22/58) Purging libxrender-dev (0.9.10-r3) (23/58) Purging libxrender (0.9.10-r3) (24/58) Purging libxext-dev (1.3.4-r0) (25/58) Purging libxext (1.3.4-r0) (26/58) Purging libx11-dev (1.7.2-r0) (27/58) Purging xtrans (1.4.0-r1) (28/58) Purging libx11 (1.7.2-r0) (29/58) Purging libxcb-dev (1.14-r2) (30/58) Purging xcb-proto (1.14.1-r2) (31/58) Purging libxcb (1.14-r2) (32/58) Purging libxau-dev (1.0.9-r0) (33/58) Purging libxau (1.0.9-r0) (34/58) Purging libxdmcp-dev (1.1.3-r0) (35/58) Purging libxdmcp (1.1.3-r0) (36/58) Purging xorgproto (2021.5-r0) (37/58) Purging libbsd (0.11.3-r1) (38/58) Purging libmd (1.0.3-r0) (39/58) Purging fontconfig-dev (2.13.1-r4) (40/58) Purging fontconfig (2.13.1-r4) (41/58) Purging freetype-dev (2.11.0-r0) (42/58) Purging freetype (2.11.0-r0) (43/58) Purging libpng-dev (1.6.37-r1) (44/58) Purging libpng (1.6.37-r1) (45/58) Purging zlib-dev (1.2.11-r3) (46/58) Purging libbz2 (1.0.8-r1) (47/58) Purging util-linux-dev (2.37.2-r1) (48/58) Purging util-linux (2.37.2-r1) (49/58) Purging libfdisk (2.37.2-r1) (50/58) Purging libmount (2.37.2-r1) (51/58) Purging libsmartcols (2.37.2-r1) (52/58) Purging libuuid (2.37.2-r1) (53/58) Purging expat-dev (2.4.1-r0) (54/58) Purging brotli-dev (1.0.9-r5) (55/58) Purging libblkid (2.37.2-r1) (56/58) Purging libeconf (0.4.1-r0) (57/58) Purging linux-pam (1.5.2-r0) (58/58) Purging libcap-ng (0.8.2-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> berry: Updating the community/x86 repository index... >>> berry: Signing the index...