>>> berry: Building community/berry 0.1.9-r0 (using abuild 3.9.0_rc2-r1) started Thu, 21 Oct 2021 06:19:48 +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/57) Installing libxau (1.0.9-r0) (2/57) Installing xorgproto (2021.5-r0) (3/57) Installing libxau-dev (1.0.9-r0) (4/57) Installing xcb-proto (1.14.1-r2) (5/57) Installing libmd (1.0.3-r0) (6/57) Installing libbsd (0.11.3-r1) (7/57) Installing libxdmcp (1.1.3-r0) (8/57) Installing libxcb (1.14-r2) (9/57) Installing libxdmcp-dev (1.1.3-r0) (10/57) Installing libxcb-dev (1.14-r2) (11/57) Installing xtrans (1.4.0-r1) (12/57) Installing libx11 (1.7.2-r0) (13/57) Installing libx11-dev (1.7.2-r0) (14/57) Installing zlib-dev (1.2.11-r3) (15/57) Installing libxrender (0.9.10-r3) (16/57) Installing libpng (1.6.37-r1) (17/57) Installing freetype (2.11.0-r0) (18/57) Installing libuuid (2.37.2-r1) (19/57) Installing fontconfig (2.13.1-r4) (20/57) Installing libxft (2.3.4-r0) (21/57) Installing expat-dev (2.4.1-r0) (22/57) Installing brotli-dev (1.0.9-r5) (23/57) Installing libpng-dev (1.6.37-r1) (24/57) Installing freetype-dev (2.11.0-r0) (25/57) Installing util-linux (2.37.2-r1) (26/57) Installing libblkid (2.37.2-r1) (27/57) Installing libeconf (0.4.1-r0) (28/57) Installing libfdisk (2.37.2-r1) (29/57) Installing libmount (2.37.2-r1) (30/57) Installing libsmartcols (2.37.2-r1) (31/57) Installing util-linux-misc (2.37.2-r1) (32/57) Installing linux-pam (1.5.2-r0) (33/57) Installing runuser (2.37.2-r1) (34/57) Installing hexdump (2.37.2-r1) (35/57) Installing uuidgen (2.37.2-r1) (36/57) Installing blkid (2.37.2-r1) (37/57) Installing sfdisk (2.37.2-r1) (38/57) Installing mcookie (2.37.2-r1) (39/57) Installing wipefs (2.37.2-r1) (40/57) Installing cfdisk (2.37.2-r1) (41/57) Installing flock (2.37.2-r1) (42/57) Installing lsblk (2.37.2-r1) (43/57) Installing libcap-ng (0.8.2-r0) (44/57) Installing setpriv (2.37.2-r1) (45/57) Installing logger (2.37.2-r1) (46/57) Installing partx (2.37.2-r1) (47/57) Installing findmnt (2.37.2-r1) (48/57) Installing util-linux-dev (2.37.2-r1) (49/57) Installing fontconfig-dev (2.13.1-r4) (50/57) Installing libxrender-dev (0.9.10-r3) (51/57) Installing libxft-dev (2.3.4-r0) (52/57) Installing libxext (1.3.4-r0) (53/57) Installing libxinerama (1.1.4-r1) (54/57) Installing libxext-dev (1.3.4-r0) (55/57) Installing libxinerama-dev (1.1.4-r1) (56/57) Installing .makedepends-berry (20211021.061951) (57/57) Installing util-linux-openrc (2.37.2-r1) Executing busybox-1.34.1-r1.trigger OK: 369 MiB in 152 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> berry: Fetching berry-0.1.9.tar.gz::https://github.com/JLErvin/berry/archive/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 120 100 120 0 0 584 0 --:--:-- --:--:-- --:--:-- 585 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 28763 0 28763 0 0 61921 0 --:--:-- --:--:-- --:--:-- 550k >>> 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_64.so.1 >>> berry*: Package size: 76.0 KB >>> berry*: Compressing data... >>> berry*: Create checksum... >>> berry*: Create berry-0.1.9-r0.apk >>> berry: Build complete at Thu, 21 Oct 2021 06:19:53 +0000 elapsed time 0h 0m 5s >>> berry: Cleaning up srcdir >>> berry: Cleaning up pkgdir >>> berry: Uninstalling dependencies... (1/57) Purging util-linux-misc (2.37.2-r1) (2/57) Purging runuser (2.37.2-r1) (3/57) Purging hexdump (2.37.2-r1) (4/57) Purging uuidgen (2.37.2-r1) (5/57) Purging blkid (2.37.2-r1) (6/57) Purging sfdisk (2.37.2-r1) (7/57) Purging mcookie (2.37.2-r1) (8/57) Purging wipefs (2.37.2-r1) (9/57) Purging cfdisk (2.37.2-r1) (10/57) Purging flock (2.37.2-r1) (11/57) Purging lsblk (2.37.2-r1) (12/57) Purging setpriv (2.37.2-r1) (13/57) Purging logger (2.37.2-r1) (14/57) Purging partx (2.37.2-r1) (15/57) Purging findmnt (2.37.2-r1) (16/57) Purging .makedepends-berry (20211021.061951) (17/57) Purging libxft-dev (2.3.4-r0) (18/57) Purging libxft (2.3.4-r0) (19/57) Purging libxinerama-dev (1.1.4-r1) (20/57) Purging libxinerama (1.1.4-r1) (21/57) Purging util-linux-openrc (2.37.2-r1) (22/57) Purging libxrender-dev (0.9.10-r3) (23/57) Purging libxrender (0.9.10-r3) (24/57) Purging libxext-dev (1.3.4-r0) (25/57) Purging libxext (1.3.4-r0) (26/57) Purging libx11-dev (1.7.2-r0) (27/57) Purging xtrans (1.4.0-r1) (28/57) Purging libx11 (1.7.2-r0) (29/57) Purging libxcb-dev (1.14-r2) (30/57) Purging xcb-proto (1.14.1-r2) (31/57) Purging libxcb (1.14-r2) (32/57) Purging libxau-dev (1.0.9-r0) (33/57) Purging libxau (1.0.9-r0) (34/57) Purging libxdmcp-dev (1.1.3-r0) (35/57) Purging libxdmcp (1.1.3-r0) (36/57) Purging xorgproto (2021.5-r0) (37/57) Purging libbsd (0.11.3-r1) (38/57) Purging libmd (1.0.3-r0) (39/57) Purging fontconfig-dev (2.13.1-r4) (40/57) Purging fontconfig (2.13.1-r4) (41/57) Purging freetype-dev (2.11.0-r0) (42/57) Purging freetype (2.11.0-r0) (43/57) Purging libpng-dev (1.6.37-r1) (44/57) Purging libpng (1.6.37-r1) (45/57) Purging zlib-dev (1.2.11-r3) (46/57) Purging util-linux-dev (2.37.2-r1) (47/57) Purging util-linux (2.37.2-r1) (48/57) Purging libfdisk (2.37.2-r1) (49/57) Purging libmount (2.37.2-r1) (50/57) Purging libsmartcols (2.37.2-r1) (51/57) Purging libuuid (2.37.2-r1) (52/57) Purging expat-dev (2.4.1-r0) (53/57) Purging brotli-dev (1.0.9-r5) (54/57) Purging libblkid (2.37.2-r1) (55/57) Purging libeconf (0.4.1-r0) (56/57) Purging linux-pam (1.5.2-r0) (57/57) Purging libcap-ng (0.8.2-r0) Executing busybox-1.34.1-r1.trigger OK: 344 MiB in 95 packages >>> berry: Updating the community/x86_64 repository index... >>> berry: Signing the index...