>>> pgimportdoc: Building community/pgimportdoc 0.1.3-r3 (using abuild 3.10.0_rc1-r2) started Mon, 21 Nov 2022 23:48:31 +0000 >>> pgimportdoc: Checking sanity of /home/buildozer/aports/community/pgimportdoc/APKBUILD... >>> pgimportdoc: Analyzing dependencies... >>> pgimportdoc: Installing for build: build-base readline-dev libxml2-dev postgresql-dev zlib-dev (1/29) Installing libhistory (8.2.0-r0) (2/29) Installing ncurses-dev (6.3_p20221119-r0) (3/29) Installing readline (8.2.0-r0) (4/29) Installing readline-dev (8.2.0-r0) (5/29) Installing zlib-dev (1.2.13-r0) (6/29) Installing xz-libs (5.2.8-r0) (7/29) Installing xz-dev (5.2.8-r0) (8/29) Installing libxml2 (2.10.3-r1) (9/29) Installing libxml2-utils (2.10.3-r1) (10/29) Installing libxml2-dev (2.10.3-r1) (11/29) Installing libpq (15.1-r0) (12/29) Installing openssl-dev (3.0.7-r0) (13/29) Installing libpq-dev (15.1-r0) (14/29) Installing libecpg (15.1-r0) (15/29) Installing libecpg-dev (15.1-r0) (16/29) Installing libffi (3.4.4-r0) (17/29) Installing llvm14-libs (14.0.6-r7) (18/29) Installing clang14-libs (14.0.6-r1) (19/29) Installing clang14-libclang (14.0.6-r1) (20/29) Installing clang14 (14.0.6-r1) (21/29) Installing icu-data-en (72.1-r1) Executing icu-data-en-72.1-r1.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (22/29) Installing icu-libs (72.1-r1) (23/29) Installing icu (72.1-r1) (24/29) Installing icu-dev (72.1-r1) (25/29) Installing llvm14 (14.0.6-r7) (26/29) Installing lz4-dev (1.9.4-r1) (27/29) Installing zstd-dev (1.5.2-r9) (28/29) Installing postgresql15-dev (15.1-r0) (29/29) Installing .makedepends-pgimportdoc (20221121.234832) Executing busybox-1.35.0-r29.trigger OK: 431 MiB in 121 packages >>> pgimportdoc: Cleaning up srcdir >>> pgimportdoc: Cleaning up pkgdir >>> pgimportdoc: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/pgimportdoc-0.1.3.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 6321 100 6321 0 0 14748 0 --:--:-- --:--:-- --:--:-- 14734 >>> pgimportdoc: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/pgimportdoc-0.1.3.tar.gz >>> pgimportdoc: Checking sha512sums... pgimportdoc-0.1.3.tar.gz: OK >>> pgimportdoc: Unpacking /var/cache/distfiles/v3.17/pgimportdoc-0.1.3.tar.gz... gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fomit-frame-pointer -I/usr/include/postgresql -I. -I./ -I/usr/include/postgresql/15/server -I/usr/include/postgresql/internal -O2 -fomit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 -c -o pgimportdoc.o pgimportdoc.c /usr/bin/clang -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -O2 -I/usr/include/postgresql -I. -I./ -I/usr/include/postgresql/15/server -I/usr/include/postgresql/internal -O2 -fomit-frame-pointer -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o pgimportdoc.bc pgimportdoc.c pgimportdoc.c: In function 'pgimportdoc': pgimportdoc.c:106:17: warning: implicit declaration of function 'simple_prompt' [-Wimplicit-function-declaration] 106 | simple_prompt("Password: ", password, sizeof(password), false); | ^~~~~~~~~~~~~ pgimportdoc.c:299:59: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 299 | fprintf(stdout, "Buffered data of size: %ld\n", data.len); | ~~^ ~~~~~~~~ | | | | long int size_t {aka unsigned int} | %d gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fomit-frame-pointer pgimportdoc.o -L/usr/lib -Wl,--as-needed,-O1,--sort-common -L/usr/lib/llvm14/lib -Wl,--as-needed -L/usr/lib/postgresql15 -lpgcommon -lpgport -L/usr/lib -lpq -lpgcommon -lpgport -lzstd -llz4 -lxml2 -lssl -lcrypto -lz -lreadline -lm -o pgimportdoc pgimportdoc.c:106:3: warning: implicit declaration of function 'simple_prompt' is invalid in C99 [-Wimplicit-function-declaration] simple_prompt("Password: ", password, sizeof(password), false); ^ pgimportdoc.c:162:4: warning: implicit declaration of function 'simple_prompt' is invalid in C99 [-Wimplicit-function-declaration] simple_prompt("Password: ", password, sizeof(password), false); ^ 2 warnings generated. pgimportdoc (PostgreSQL) 15.1 >>> pgimportdoc: Entering fakeroot... /bin/sh /usr/lib/postgresql15/pgxs/src/makefiles/../../config/install-sh -c -d '/home/buildozer/aports/community/pgimportdoc/pkg/pgimportdoc/usr/libexec/postgresql15' /usr/bin/install -c pgimportdoc '/home/buildozer/aports/community/pgimportdoc/pkg/pgimportdoc/usr/libexec/postgresql15' >>> pgimportdoc*: Running postcheck for pgimportdoc >>> pgimportdoc*: Preparing package pgimportdoc... >>> pgimportdoc*: Stripping binaries >>> pgimportdoc*: Scanning shared objects >>> pgimportdoc*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libpq.so.5 >>> pgimportdoc*: Package size: 84.0 KB >>> pgimportdoc*: Compressing data... >>> pgimportdoc*: Create checksum... >>> pgimportdoc*: Create pgimportdoc-0.1.3-r3.apk >>> pgimportdoc: Build complete at Mon, 21 Nov 2022 23:48:34 +0000 elapsed time 0h 0m 3s >>> pgimportdoc: Cleaning up srcdir >>> pgimportdoc: Cleaning up pkgdir >>> pgimportdoc: Uninstalling dependencies... (1/29) Purging .makedepends-pgimportdoc (20221121.234832) (2/29) Purging readline-dev (8.2.0-r0) (3/29) Purging libhistory (8.2.0-r0) (4/29) Purging readline (8.2.0-r0) (5/29) Purging libxml2-dev (2.10.3-r1) (6/29) Purging xz-dev (5.2.8-r0) (7/29) Purging libxml2-utils (2.10.3-r1) (8/29) Purging zlib-dev (1.2.13-r0) (9/29) Purging postgresql15-dev (15.1-r0) (10/29) Purging libecpg-dev (15.1-r0) (11/29) Purging libecpg (15.1-r0) (12/29) Purging clang14 (14.0.6-r1) (13/29) Purging icu-dev (72.1-r1) (14/29) Purging llvm14 (14.0.6-r7) (15/29) Purging lz4-dev (1.9.4-r1) (16/29) Purging zstd-dev (1.5.2-r9) (17/29) Purging ncurses-dev (6.3_p20221119-r0) (18/29) Purging clang14-libclang (14.0.6-r1) (19/29) Purging clang14-libs (14.0.6-r1) (20/29) Purging llvm14-libs (14.0.6-r7) (21/29) Purging libxml2 (2.10.3-r1) (22/29) Purging xz-libs (5.2.8-r0) (23/29) Purging libpq-dev (15.1-r0) (24/29) Purging libpq (15.1-r0) (25/29) Purging openssl-dev (3.0.7-r0) (26/29) Purging libffi (3.4.4-r0) (27/29) Purging icu (72.1-r1) (28/29) Purging icu-libs (72.1-r1) (29/29) Purging icu-data-en (72.1-r1) Executing busybox-1.35.0-r29.trigger OK: 189 MiB in 92 packages >>> pgimportdoc: Updating the community/armv7 repository index... >>> pgimportdoc: Signing the index...