>>> newsraft: Building community/newsraft 0.30-r0 (using abuild 3.15.0-r0) started Sat, 11 Oct 2025 19:45:12 +0000 >>> newsraft: Validating /home/udu/aports/community/newsraft/APKBUILD... >>> newsraft: Analyzing dependencies... >>> newsraft: Installing for build: build-base curl-dev expat-dev gumbo-parser-dev ncurses-dev sqlite-dev WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/19) Installing brotli (1.1.0-r2) (2/19) Installing brotli-dev (1.1.0-r2) (3/19) Installing c-ares-dev (1.34.5-r0) (4/19) Installing libidn2-dev (2.3.7-r0) (5/19) Installing libpsl-utils (0.21.5-r3) (6/19) Installing libpsl-dev (0.21.5-r3) (7/19) Installing nghttp2-dev (1.65.0-r0) (8/19) Installing openssl-dev (3.5.4-r0) (9/19) Installing zlib-dev (1.3.1-r2) (10/19) Installing zstd (1.5.7-r0) (11/19) Installing zstd-dev (1.5.7-r0) (12/19) Installing curl-dev (8.14.1-r2) (13/19) Installing expat (2.7.3-r0) (14/19) Installing expat-dev (2.7.3-r0) (15/19) Installing gumbo-parser (0.13.1-r0) (16/19) Installing gumbo-parser-dev (0.13.1-r0) (17/19) Installing sqlite (3.49.2-r1) (18/19) Installing sqlite-dev (3.49.2-r1) (19/19) Installing .makedepends-newsraft (20251011.194514) Executing busybox-1.37.0-r19.trigger OK: 305 MiB in 108 packages >>> newsraft: Cleaning up srcdir >>> newsraft: Cleaning up pkgdir >>> newsraft: Cleaning up tmpdir >>> newsraft: Fetching https://codeberg.org/newsraft/newsraft/archive/newsraft-0.30.tar.gz >>> newsraft: Fetching https://codeberg.org/newsraft/newsraft/archive/newsraft-0.30.tar.gz >>> newsraft: Checking sha512sums... newsraft-0.30.tar.gz: OK >>> newsraft: Unpacking /var/cache/distfiles/newsraft-0.30.tar.gz... cc -std=c99 -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt `pkg-config --cflags libcurl 2>/dev/null` `pkg-config --cflags ncursesw 2>/dev/null` `pkg-config --cflags expat 2>/dev/null` `pkg-config --cflags gumbo 2>/dev/null` `pkg-config --cflags sqlite3 2>/dev/null` -Isrc -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o newsraft src/newsraft.c `pkg-config --libs libcurl 2>/dev/null || echo '-lcurl'` `pkg-config --libs ncursesw 2>/dev/null || echo '-lncursesw'` `pkg-config --libs expat 2>/dev/null || echo '-lexpat'` `pkg-config --libs gumbo 2>/dev/null || echo '-lgumbo'` `pkg-config --libs sqlite3 2>/dev/null || echo '-lsqlite3'` -lpthread In file included from src/newsraft.c:3: In function 'prepare_feed_update_state_for_download', inlined from 'downloader_worker' at src/downloader.c:281:8: src/downloader.c:211:9: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 211 | curl_easy_setopt(curl, CURLOPT_FAILONERROR, 1); | ^~~~~~~~~~~~~~~~ src/downloader.c:212:9: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 212 | curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1); | ^~~~~~~~~~~~~~~~ src/downloader.c:213:9: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 213 | curl_easy_setopt(curl, CURLOPT_MAXREDIRS, 10); | ^~~~~~~~~~~~~~~~ src/downloader.c:215:9: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 215 | curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1); | ^~~~~~~~~~~~~~~~ src/downloader.c:216:9: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 216 | curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1); | ^~~~~~~~~~~~~~~~ src/downloader.c:220:17: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 220 | curl_easy_setopt(curl, CURLOPT_VERBOSE, 1); | ^~~~~~~~~~~~~~~~ src/downloader.c:223:17: warning: call to '_curl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 223 | curl_easy_setopt(curl, CURLOPT_VERBOSE, 0); | ^~~~~~~~~~~~~~~~ 0.30 >>> newsraft: Entering fakeroot... mkdir -p /home/udu/aports/community/newsraft/pkg/newsraft/usr/bin mkdir -p /home/udu/aports/community/newsraft/pkg/newsraft/usr/share/man/man1 mkdir -p /home/udu/aports/community/newsraft/pkg/newsraft/usr/share/icons/hicolor/scalable/apps install -m755 newsraft /home/udu/aports/community/newsraft/pkg/newsraft/usr/bin/. install -m644 doc/newsraft.1 /home/udu/aports/community/newsraft/pkg/newsraft/usr/share/man/man1/. mkdir -p /home/udu/aports/community/newsraft/pkg/newsraft/usr/share/newsraft/examples install -m644 doc/newsraft.svg /home/udu/aports/community/newsraft/pkg/newsraft/usr/share/icons/hicolor/scalable/apps/. mkdir -p /home/udu/aports/community/newsraft/pkg/newsraft/usr/share/applications install -m644 doc/examples/feeds /home/udu/aports/community/newsraft/pkg/newsraft/usr/share/newsraft/examples/. install -m644 doc/newsraft.desktop /home/udu/aports/community/newsraft/pkg/newsraft/usr/share/applications/. install -m644 doc/examples/config /home/udu/aports/community/newsraft/pkg/newsraft/usr/share/newsraft/examples/. >>> newsraft-doc*: Running split function doc... 'usr/share/man' -> '/home/udu/aports/community/newsraft/pkg/newsraft-doc/usr/share/man' >>> newsraft-doc*: Preparing subpackage newsraft-doc... >>> newsraft-doc*: Running postcheck for newsraft-doc >>> newsraft*: Running postcheck for newsraft >>> newsraft*: Preparing package newsraft... >>> newsraft*: Stripping binaries libfakeroot internal error: payload not recognized! >>> newsraft-doc*: Scanning shared objects >>> newsraft*: Scanning shared objects >>> newsraft-doc*: Tracing dependencies... >>> newsraft-doc*: Package size: 9.2 KB >>> newsraft-doc*: Compressing data... >>> newsraft-doc*: Create checksum... >>> newsraft-doc*: Create newsraft-doc-0.30-r0.apk >>> newsraft*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libcurl.so.4 so:libexpat.so.1 so:libgumbo.so.3 so:libncursesw.so.6 so:libsqlite3.so.0 >>> newsraft*: Package size: 198.2 KB >>> newsraft*: Compressing data... >>> newsraft*: Create checksum... >>> newsraft*: Create newsraft-0.30-r0.apk >>> newsraft: Build complete at Sat, 11 Oct 2025 19:45:19 +0000 elapsed time 0h 0m 7s >>> newsraft: Cleaning up srcdir >>> newsraft: Cleaning up pkgdir >>> newsraft: Uninstalling dependencies... (1/19) Purging .makedepends-newsraft (20251011.194514) (2/19) Purging curl-dev (8.14.1-r2) (3/19) Purging expat-dev (2.7.3-r0) (4/19) Purging expat (2.7.3-r0) (5/19) Purging gumbo-parser-dev (0.13.1-r0) (6/19) Purging gumbo-parser (0.13.1-r0) (7/19) Purging sqlite-dev (3.49.2-r1) (8/19) Purging sqlite (3.49.2-r1) (9/19) Purging brotli-dev (1.1.0-r2) (10/19) Purging brotli (1.1.0-r2) (11/19) Purging c-ares-dev (1.34.5-r0) (12/19) Purging libpsl-dev (0.21.5-r3) (13/19) Purging libpsl-utils (0.21.5-r3) (14/19) Purging nghttp2-dev (1.65.0-r0) (15/19) Purging openssl-dev (3.5.4-r0) (16/19) Purging zlib-dev (1.3.1-r2) (17/19) Purging zstd-dev (1.5.7-r0) (18/19) Purging zstd (1.5.7-r0) (19/19) Purging libidn2-dev (2.3.7-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> newsraft: Updating the community/x86_64 repository index... >>> newsraft: Signing the index...