>>> pastebinc: Building testing/pastebinc 0.9.1-r2 (using abuild 3.10.0_rc1-r2) started Tue, 25 Oct 2022 12:18:48 +0000 >>> pastebinc: Checking sanity of /home/buildozer/aports/testing/pastebinc/APKBUILD... >>> pastebinc: Analyzing dependencies... >>> pastebinc: Installing for build: build-base wget glib-dev curl-dev (1/47) Installing libunistring (1.1-r0) (2/47) Installing libidn2 (2.3.4-r0) (3/47) Installing wget (1.21.3-r1) (4/47) Installing libbz2 (1.0.8-r3) (5/47) Installing bzip2-dev (1.0.8-r3) (6/47) Installing xz-libs (5.2.7-r0) (7/47) Installing libxml2 (2.10.3-r0) (8/47) Installing libxml2-utils (2.10.3-r0) (9/47) Installing docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-install (10/47) Installing libgpg-error (1.46-r1) (11/47) Installing libgcrypt (1.10.1-r0) (12/47) Installing libxslt (1.1.37-r0) (13/47) Installing docbook-xsl (1.79.2-r6) Executing docbook-xsl-1.79.2-r6.post-install (14/47) Installing gettext-asprintf (0.21.1-r1) (15/47) Installing libintl (0.21.1-r1) (16/47) Installing gettext-libs (0.21.1-r1) (17/47) Installing gettext (0.21.1-r1) (18/47) Installing gettext-dev (0.21.1-r1) (19/47) Installing libffi (3.4.3-r0) (20/47) Installing gdbm (1.23-r0) (21/47) Installing mpdecimal (2.5.1-r1) (22/47) Installing readline (8.2.0-r0) (23/47) Installing sqlite-libs (3.39.4-r0) (24/47) Installing python3 (3.10.8-r1) (25/47) Installing libblkid (2.38.1-r0) (26/47) Installing libmount (2.38.1-r0) (27/47) Installing glib (2.74.0-r4) (28/47) Installing linux-headers (5.19.5-r0) (29/47) Installing libffi-dev (3.4.3-r0) (30/47) Installing bsd-compat-headers (0.7.2-r3) (31/47) Installing ncurses-dev (6.3_p20221008-r0) (32/47) Installing libedit-dev (20221009.3.1-r0) (33/47) Installing zlib-dev (1.2.13-r0) (34/47) Installing libpcre2-16 (10.40-r0) (35/47) Installing libpcre2-32 (10.40-r0) (36/47) Installing pcre2-dev (10.40-r0) (37/47) Installing libuuid (2.38.1-r0) (38/47) Installing libfdisk (2.38.1-r0) (39/47) Installing libsmartcols (2.38.1-r0) (40/47) Installing util-linux-dev (2.38.1-r0) (41/47) Installing glib-dev (2.74.0-r4) (42/47) Installing openssl-dev (3.0.5-r3) (43/47) Installing nghttp2-dev (1.50.0-r0) (44/47) Installing brotli (1.0.9-r8) (45/47) Installing brotli-dev (1.0.9-r8) (46/47) Installing curl-dev (7.85.0-r0) (47/47) Installing .makedepends-pastebinc (20221025.121852) Executing busybox-1.35.0-r27.trigger Executing glib-2.74.0-r4.trigger No schema files found: removed existing output file. OK: 372 MiB in 143 packages >>> pastebinc: Cleaning up srcdir >>> pastebinc: Cleaning up pkgdir >>> pastebinc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pastebinc-0.9.1.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 100 12983 100 12983 0 0 21726 0 --:--:-- --:--:-- --:--:-- 23101 >>> pastebinc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pastebinc-0.9.1.tar.gz >>> pastebinc: Checking sha512sums... pastebinc-0.9.1.tar.gz: OK buildfix.patch: OK >>> pastebinc: Unpacking /var/cache/distfiles/pastebinc-0.9.1.tar.gz... >>> pastebinc: buildfix.patch patching file Makefile rm -f *.o *.out pastebinc gcc -fPIC -Os -fomit-frame-pointer -DPROGNAME=\"pastebinc\" -DVERSION=\"0.9.1-2\" -DCONFDIR=\"/etc/pastebinc\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o pastebinc pastebinc.c -lcurl -lglib-2.0 -lintl pastebinc.c: In function 'main': pastebinc.c:95:11: warning: implicit declaration of function 'get_configuration' [-Wimplicit-function-declaration] 95 | abort = get_configuration(&config, argc, argv); | ^~~~~~~~~~~~~~~~~ pastebinc.c:99:5: warning: implicit declaration of function 'display_usage' [-Wimplicit-function-declaration] 99 | display_usage(&config, 0); | ^~~~~~~~~~~~~ pastebinc.c:103:17: warning: implicit declaration of function 'write_input_to_paste_info' [-Wimplicit-function-declaration] 103 | if (!abort && write_input_to_paste_info(&config, &pi)) | ^~~~~~~~~~~~~~~~~~~~~~~~~ pastebinc.c:107:13: warning: implicit declaration of function 'pastebin_post' [-Wimplicit-function-declaration] 107 | abort = pastebin_post(&config, &pi); | ^~~~~~~~~~~~~ pastebinc.c: In function 'get_configuration': pastebinc.c:357:9: warning: implicit declaration of function 'add_user_field' [-Wimplicit-function-declaration] 357 | add_user_field(config, strtok(optarg, "="), strtok(NULL, "=")); | ^~~~~~~~~~~~~~ pastebinc.c:383:11: warning: implicit declaration of function 'read_config_files' [-Wimplicit-function-declaration] 383 | abort = read_config_files(config); | ^~~~~~~~~~~~~~~~~ pastebinc.c:394:13: warning: implicit declaration of function 'add_config_user_field' [-Wimplicit-function-declaration] 394 | abort = add_config_user_field(config, "expiration", expiration); | ^~~~~~~~~~~~~~~~~~~~~ pastebinc.c: In function 'display_usage': pastebinc.c:625:5: warning: 'return' with no value, in function returning non-void 625 | return; | ^~~~~~ pastebinc.c:601:5: note: declared here 601 | int display_usage(struct pastebinc_config *config, int show_extended) { | ^~~~~~~~~~~~~ >>> pastebinc: Entering fakeroot... install -d /home/buildozer/aports/testing/pastebinc/pkg/pastebinc/usr/bin install pastebinc /home/buildozer/aports/testing/pastebinc/pkg/pastebinc/usr/bin install -d /home/buildozer/aports/testing/pastebinc/pkg/pastebinc/etc/pastebinc install -m644 ./etc/*.conf /home/buildozer/aports/testing/pastebinc/pkg/pastebinc/etc/pastebinc >>> pastebinc*: Running postcheck for pastebinc >>> pastebinc*: Preparing package pastebinc... >>> pastebinc*: Stripping binaries >>> pastebinc*: Scanning shared objects >>> pastebinc*: Tracing dependencies... so:libc.musl-riscv64.so.1 so:libcurl.so.4 so:libglib-2.0.so.0 >>> pastebinc*: Package size: 48.0 KB >>> pastebinc*: Compressing data... >>> pastebinc*: Create checksum... >>> pastebinc*: Create pastebinc-0.9.1-r2.apk >>> pastebinc: Build complete at Tue, 25 Oct 2022 12:19:02 +0000 elapsed time 0h 0m 14s >>> pastebinc: Cleaning up srcdir >>> pastebinc: Cleaning up pkgdir >>> pastebinc: Uninstalling dependencies... (1/47) Purging .makedepends-pastebinc (20221025.121852) (2/47) Purging wget (1.21.3-r1) (3/47) Purging glib-dev (2.74.0-r4) (4/47) Purging bzip2-dev (1.0.8-r3) (5/47) Purging docbook-xsl (1.79.2-r6) Executing docbook-xsl-1.79.2-r6.post-deinstall (6/47) Purging docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-deinstall (7/47) Purging gettext-dev (0.21.1-r1) (8/47) Purging gettext-asprintf (0.21.1-r1) (9/47) Purging gettext (0.21.1-r1) (10/47) Purging libxml2-utils (2.10.3-r0) (11/47) Purging libxslt (1.1.37-r0) (12/47) Purging python3 (3.10.8-r1) (13/47) Purging curl-dev (7.85.0-r0) (14/47) Purging openssl-dev (3.0.5-r3) (15/47) Purging nghttp2-dev (1.50.0-r0) (16/47) Purging brotli-dev (1.0.9-r8) (17/47) Purging brotli (1.0.9-r8) (18/47) Purging gettext-libs (0.21.1-r1) (19/47) Purging libidn2 (2.3.4-r0) (20/47) Purging libunistring (1.1-r0) (21/47) Purging libbz2 (1.0.8-r3) (22/47) Purging libxml2 (2.10.3-r0) (23/47) Purging xz-libs (5.2.7-r0) (24/47) Purging libgcrypt (1.10.1-r0) (25/47) Purging libgpg-error (1.46-r1) (26/47) Purging glib (2.74.0-r4) (27/47) Purging libintl (0.21.1-r1) (28/47) Purging libffi-dev (3.4.3-r0) (29/47) Purging linux-headers (5.19.5-r0) (30/47) Purging libffi (3.4.3-r0) (31/47) Purging gdbm (1.23-r0) (32/47) Purging mpdecimal (2.5.1-r1) (33/47) Purging readline (8.2.0-r0) (34/47) Purging sqlite-libs (3.39.4-r0) (35/47) Purging util-linux-dev (2.38.1-r0) (36/47) Purging libfdisk (2.38.1-r0) (37/47) Purging libmount (2.38.1-r0) (38/47) Purging libsmartcols (2.38.1-r0) (39/47) Purging libuuid (2.38.1-r0) (40/47) Purging libblkid (2.38.1-r0) (41/47) Purging pcre2-dev (10.40-r0) (42/47) Purging zlib-dev (1.2.13-r0) (43/47) Purging libpcre2-16 (10.40-r0) (44/47) Purging libpcre2-32 (10.40-r0) (45/47) Purging libedit-dev (20221009.3.1-r0) (46/47) Purging ncurses-dev (6.3_p20221008-r0) (47/47) Purging bsd-compat-headers (0.7.2-r3) Executing busybox-1.35.0-r27.trigger OK: 270 MiB in 96 packages >>> pastebinc: Updating the testing/riscv64 repository index... >>> pastebinc: Signing the index...