>>> pastebinc: Building testing/pastebinc 0.9.1-r2 (using abuild 3.10.0_rc1-r2) started Mon, 24 Oct 2022 21:39:54 +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/45) Installing libunistring (1.1-r0) (2/45) Installing libidn2 (2.3.4-r0) (3/45) Installing wget (1.21.3-r1) (4/45) Installing bzip2-dev (1.0.8-r3) (5/45) Installing libxml2 (2.10.3-r0) (6/45) Installing libxml2-utils (2.10.3-r0) (7/45) Installing docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-install (8/45) Installing libgpg-error (1.46-r0) (9/45) Installing libgcrypt (1.10.1-r0) (10/45) Installing libxslt (1.1.37-r0) (11/45) Installing docbook-xsl (1.79.2-r6) Executing docbook-xsl-1.79.2-r6.post-install (12/45) Installing gettext-asprintf (0.21.1-r1) (13/45) Installing libintl (0.21.1-r1) (14/45) Installing gettext-libs (0.21.1-r1) (15/45) Installing gettext (0.21.1-r1) (16/45) Installing gettext-dev (0.21.1-r1) (17/45) Installing libffi (3.4.3-r0) (18/45) Installing gdbm (1.23-r0) (19/45) Installing mpdecimal (2.5.1-r1) (20/45) Installing readline (8.2.0-r0) (21/45) Installing sqlite-libs (3.39.4-r0) (22/45) Installing python3 (3.10.8-r1) (23/45) Installing libblkid (2.38.1-r0) (24/45) Installing libmount (2.38.1-r0) (25/45) Installing glib (2.74.0-r4) (26/45) Installing linux-headers (5.19.5-r0) (27/45) Installing libffi-dev (3.4.3-r0) (28/45) Installing bsd-compat-headers (0.7.2-r3) (29/45) Installing ncurses-dev (6.3_p20221008-r0) (30/45) Installing libedit-dev (20221009.3.1-r0) (31/45) Installing zlib-dev (1.2.13-r0) (32/45) Installing libpcre2-16 (10.40-r0) (33/45) Installing libpcre2-32 (10.40-r0) (34/45) Installing pcre2-dev (10.40-r0) (35/45) Installing libuuid (2.38.1-r0) (36/45) Installing libfdisk (2.38.1-r0) (37/45) Installing libsmartcols (2.38.1-r0) (38/45) Installing util-linux-dev (2.38.1-r0) (39/45) Installing glib-dev (2.74.0-r4) (40/45) Installing openssl-dev (3.0.5-r3) (41/45) Installing nghttp2-dev (1.50.0-r0) (42/45) Installing brotli (1.0.9-r8) (43/45) Installing brotli-dev (1.0.9-r8) (44/45) Installing curl-dev (7.85.0-r0) (45/45) Installing .makedepends-pastebinc (20221024.213955) Executing busybox-1.35.0-r27.trigger Executing glib-2.74.0-r4.trigger No schema files found: doing nothing. OK: 482 MiB in 148 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 100 12983 100 12983 0 0 99850 0 --:--:-- --:--:-- --:--:-- 98k >>> 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/edge/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) { | ^~~~~~~~~~~~~ ERROR: Can not access defaults config file: /etc/pastebinc/pastebinc.conf pastebinc 0.9.1-2 Pastes whatever is piped in to stdin to pastebin.com or similar site. Options: -t 'tee', or print out all input from stdin to stdout -v 'verbose', or print out debugging information as I work -n [value] the name (or title) of your paste -p [value] the provider (site) to paste to (i.e. pastebin.com) -d [name=val] custom form field data to send to this provider -x [value] the expiration value to send with your paste -f [value] the format of your paste -b when this argument is present, we will bypass HTTP proxies -B when this argument is present, we will NOT bypass HTTP proxies even if the config file indicates that we should -h print this usage message -H print this usage message with extended provider information NOTE: To see custom form fields for a provider, use both -p [provider] and -H This will also give you the valid values for this provider for the -x and -f flags. >>> 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-x86.so.1 so:libcurl.so.4 so:libglib-2.0.so.0 >>> pastebinc*: Package size: 52.0 KB >>> pastebinc*: Compressing data... >>> pastebinc*: Create checksum... >>> pastebinc*: Create pastebinc-0.9.1-r2.apk >>> pastebinc: Build complete at Mon, 24 Oct 2022 21:39:58 +0000 elapsed time 0h 0m 4s >>> pastebinc: Cleaning up srcdir >>> pastebinc: Cleaning up pkgdir >>> pastebinc: Uninstalling dependencies... (1/45) Purging .makedepends-pastebinc (20221024.213955) (2/45) Purging wget (1.21.3-r1) (3/45) Purging glib-dev (2.74.0-r4) (4/45) Purging bzip2-dev (1.0.8-r3) (5/45) Purging docbook-xsl (1.79.2-r6) Executing docbook-xsl-1.79.2-r6.post-deinstall (6/45) Purging docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-deinstall (7/45) Purging gettext-dev (0.21.1-r1) (8/45) Purging gettext-asprintf (0.21.1-r1) (9/45) Purging gettext (0.21.1-r1) (10/45) Purging libxml2-utils (2.10.3-r0) (11/45) Purging libxslt (1.1.37-r0) (12/45) Purging python3 (3.10.8-r1) (13/45) Purging curl-dev (7.85.0-r0) (14/45) Purging openssl-dev (3.0.5-r3) (15/45) Purging nghttp2-dev (1.50.0-r0) (16/45) Purging brotli-dev (1.0.9-r8) (17/45) Purging brotli (1.0.9-r8) (18/45) Purging gettext-libs (0.21.1-r1) (19/45) Purging libidn2 (2.3.4-r0) (20/45) Purging libunistring (1.1-r0) (21/45) Purging libxml2 (2.10.3-r0) (22/45) Purging libgcrypt (1.10.1-r0) (23/45) Purging libgpg-error (1.46-r0) (24/45) Purging glib (2.74.0-r4) (25/45) Purging libintl (0.21.1-r1) (26/45) Purging libffi-dev (3.4.3-r0) (27/45) Purging linux-headers (5.19.5-r0) (28/45) Purging libffi (3.4.3-r0) (29/45) Purging gdbm (1.23-r0) (30/45) Purging mpdecimal (2.5.1-r1) (31/45) Purging readline (8.2.0-r0) (32/45) Purging sqlite-libs (3.39.4-r0) (33/45) Purging util-linux-dev (2.38.1-r0) (34/45) Purging libfdisk (2.38.1-r0) (35/45) Purging libmount (2.38.1-r0) (36/45) Purging libsmartcols (2.38.1-r0) (37/45) Purging libuuid (2.38.1-r0) (38/45) Purging libblkid (2.38.1-r0) (39/45) Purging pcre2-dev (10.40-r0) (40/45) Purging zlib-dev (1.2.13-r0) (41/45) Purging libpcre2-16 (10.40-r0) (42/45) Purging libpcre2-32 (10.40-r0) (43/45) Purging libedit-dev (20221009.3.1-r0) (44/45) Purging ncurses-dev (6.3_p20221008-r0) (45/45) Purging bsd-compat-headers (0.7.2-r3) Executing busybox-1.35.0-r27.trigger OK: 380 MiB in 103 packages >>> pastebinc: Updating the testing/x86 repository index... >>> pastebinc: Signing the index...