>>> slony1: Building community/slony1 2.2.11-r1 (using abuild 3.11.21-r0) started Tue, 03 Oct 2023 23:10:21 +0000 >>> slony1: Checking sanity of /home/buildozer/aports/community/slony1/APKBUILD... >>> slony1: Analyzing dependencies... >>> slony1: Installing for build: build-base postgresql-dev (1/23) Installing libpq (16.0-r1) (2/23) Installing openssl-dev (3.1.3-r0) (3/23) Installing libpq-dev (16.0-r1) (4/23) Installing libecpg (16.0-r1) (5/23) Installing libecpg-dev (16.0-r1) (6/23) Installing clang15-headers (15.0.7-r18) (7/23) Installing libffi (3.4.4-r3) (8/23) Installing xz-libs (5.4.4-r0) (9/23) Installing libxml2 (2.11.5-r0) (10/23) Installing llvm15-libs (15.0.7-r12) (11/23) Installing clang15-libs (15.0.7-r18) (12/23) Installing clang15-libclang (15.0.7-r18) (13/23) Installing clang15 (15.0.7-r18) (14/23) Installing icu-data-en (73.2-r2) Executing icu-data-en-73.2-r2.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (15/23) Installing icu-libs (73.2-r2) (16/23) Installing icu (73.2-r2) (17/23) Installing icu-dev (73.2-r2) (18/23) Installing llvm15 (15.0.7-r12) (19/23) Installing lz4-dev (1.9.4-r5) (20/23) Installing zstd (1.5.5-r7) (21/23) Installing zstd-dev (1.5.5-r7) (22/23) Installing postgresql16-dev (16.0-r1) (23/23) Installing .makedepends-slony1 (20231003.231022) Executing busybox-1.36.1-r9.trigger OK: 728 MiB in 128 packages >>> slony1: Cleaning up srcdir >>> slony1: Cleaning up pkgdir >>> slony1: Cleaning up tmpdir >>> slony1: Fetching https://distfiles.alpinelinux.org/distfiles/edge//slony1-2.2.11.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 1430k 33 479k 0 0 656k 0 0:00:02 --:--:-- 0:00:02 656k 100 1430k 100 1430k 0 0 1588k 0 --:--:-- --:--:-- --:--:-- 1587k >>> slony1: Fetching https://distfiles.alpinelinux.org/distfiles/edge//slony1-2.2.11.tar.bz2 >>> slony1: Checking sha512sums... slony1-2.2.11.tar.bz2: OK slony1.initd: OK slony1.confd: OK default-config.patch: OK >>> slony1: Unpacking /var/cache/distfiles/edge/slony1-2.2.11.tar.bz2... >>> slony1: default-config.patch patching file share/slon.conf-sample >>> slony1: Updating ./config/config.guess >>> slony1: Updating ./config/config.sub checking build system type... s390x-ibm-linux-musl checking host system type... s390x-ibm-linux-musl checking which template to use... linux configure: using CFLAGS=-Os -fstack-clash-protection -Wformat -Werror=format-security checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for ld used by GCC... /usr/s390x-alpine-linux-musl/bin/ld checking if the linker (/usr/s390x-alpine-linux-musl/bin/ld) is GNU ld... yes checking for perl... no checking for tar... /bin/tar checking for bison... no checking for ,... no checking for yacc... no checking for sed... sed checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... gcc checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for inttypes.h... (cached) yes checking for gettimeofday... yes checking for dup2... yes checking for alarm... yes checking for memset... yes checking for select... yes checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for strtoul... yes checking for int32_t... yes checking for uint32_t... yes checking for u_int32_t... yes checking for int64_t... yes checking for uint64_t... yes checking for u_int64_t... yes checking for size_t... yes checking for ssize_t... yes checking for POSIX signal interface... yes checking for flex... no configure: WARNING: *** Without Flex you will not be able to build Slony-I from CVS nor *** change any of the scanner definition files. You can obtain Flex from *** a GNU mirror site. (If you are using the official distribution of *** Slony-I then you do not need to worry about this because the Flex *** output is pre-generated.) checking if you have requested slony1-engine building... yes ./configure: cd: line 4885: can't cd to /usr/lib/postgresql: No such file or directory overriding pgpkglibdir with /home/buildozer/aports/community/slony1/src/slony1-2.2.11 checking for pg_config... /usr/bin/pg_config pg_config says pg_bindir is /usr/libexec/postgresql16/ pg_config says pg_libdir is /usr/lib/ pg_config says pg_includedir is /usr/include/postgresql/ pg_config says pg_includeserverdir is /usr/include/postgresql/16/server/ checking for correct version of PostgreSQL... pg_config says pg_sharedir is /usr/share/postgresql16/ checking for PQunescapeBytea in -lpq... yes checking libpq-fe.h usability... yes checking libpq-fe.h presence... yes checking for libpq-fe.h... yes checking postgres.h usability... yes checking postgres.h presence... yes checking for postgres.h... yes checking for utils/typcache.h... yes checking for plpgsql.so... skipped due to override checking for postgresql.conf.sample... skipped due to override checking for PQputCopyData in -lpq... yes checking for PQsetNoticeReceiver in -lpq... yes checking for PQfreemem in -lpq... yes checking PostgreSQL for thread-safety... PQisthreadsafe() true checking for ScanKeywordLookup... yes, and it takes arguments checking for typenameTypeId... checking for typenameTypeId... yes, and it takes 2 arguments checking for GetActiveSnapshot... yes checking for ScanKeywordLookup... no checking for GetConfigOptionByName... checking for GetConfigOptionByName... yes, and it takes 3 arguments checking for set_config_option... yes, and it takes arguments yes, and it takes arguments yes, and it takes 8 arguments checking for set_config_option... checking whether GetTopTransactionId is declared... yes checking for LookupExplicitNamespace 2 args... yes, and it takes 2 arguments checking if you have requested documentation building... no configure: creating ./config.status config.status: creating Makefile.global config.status: creating GNUmakefile config.status: creating slony1.spec config.status: creating Makefile.port config.status: creating config.h make[1]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src' make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/parsestatements' gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I/usr/include/postgresql/ -c -o test-scanner.o test-scanner.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I/usr/include/postgresql/ -c -o scanner.o scanner.c gcc -I/usr/include/postgresql/ -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -Wl,--as-needed,-O1,--sort-common -L/usr/lib/ -lpq -Wl,-rpath,/usr/lib/ -o test-scanner test-scanner.c scanner.o ./test-scanner < /dev/null > emptytestresult.log ./test-scanner < ./test_sql.sql > test_sql.log ./test-scanner < ./cstylecomments.sql > cstylecomments.log make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/parsestatements' make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/slon' gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o slon.o slon.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o runtime_config.o runtime_config.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o local_listen.o local_listen.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o remote_listen.o remote_listen.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o remote_worker.o remote_worker.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o sync_thread.o sync_thread.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o monitor_thread.o monitor_thread.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o cleanup_thread.o cleanup_thread.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o scheduler.o scheduler.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o dbutils.o dbutils.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o conf-file.o conf-file.c conf-file.l: In function 'ProcessConfigFile': conf-file.l:272:9: warning: label 'cleanup_exit' defined but not used [-Wunused-label] 272 | cleanup_exit: | ^~~~~~~~~~~~ conf-file.c: At top level: conf-file.c:1213:16: warning: 'input' defined but not used [-Wunused-function] 1213 | static int input (void) | ^~~~~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o confoptions.o confoptions.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -I/usr/include/postgresql/ -c -o misc.o misc.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -I../../src/slon -o slon slon.o runtime_config.o local_listen.o remote_listen.o remote_worker.o sync_thread.o monitor_thread.o cleanup_thread.o scheduler.o dbutils.o conf-file.o confoptions.o misc.o ../parsestatements/scanner.o -Wl,--as-needed,-O1,--sort-common -L/usr/lib/ -lpq -Wl,-rpath,/usr/lib/ make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/slon' make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/slonik' gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -DPGSHARE="\"/usr/share/postgresql16/\"" -I/usr/include/postgresql/ -c -o slonik.o slonik.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -DPGSHARE="\"/usr/share/postgresql16/\"" -I/usr/include/postgresql/ -c -o dbutil.o dbutil.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -DPGSHARE="\"/usr/share/postgresql16/\"" -I/usr/include/postgresql/ -c -o parser.o parser.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -DPGSHARE="\"/usr/share/postgresql16/\"" -I/usr/include/postgresql/ -c -o scan.o scan.c scan.c:2061:16: warning: 'input' defined but not used [-Wunused-function] 2061 | static int input (void) | ^~~~~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -DPGSHARE="\"/usr/share/postgresql16/\"" slonik.o dbutil.o parser.o ../parsestatements/scanner.o scan.o -Wl,--as-needed,-O1,--sort-common -L/usr/lib/ -lpq -Wl,-rpath,/usr/lib/ -o slonik make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/slonik' make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/backend' cp ../misc/avl_tree.c avl_tree.c cp ../misc/avl_tree.h avl_tree.h gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -fpic -I/usr/include/postgresql/16/server/ -I. -c -o slony1_funcs.o slony1_funcs.c In file included from /usr/include/postgresql/16/server/postgres.h:46, from slony1_funcs.c:13: slony1_funcs.c: In function 'getClusterStatus': slony1_funcs.c:2515:100: warning: passing argument 1 of 'DatumGetCString' makes integer from pointer without a cast [-Wint-conversion] 2515 | elog(ERROR, "Slony-I: Node is uninitialized - cluster %s", DatumGetCString(cluster_name)); | ^~~~~~~~~~~~ | | | Name {aka struct nameData *} /usr/include/postgresql/16/server/utils/elog.h:147:25: note: in definition of macro 'ereport_domain' 147 | __VA_ARGS__, errfinish(__FILE__, __LINE__, __func__); \ | ^~~~~~~~~~~ /usr/include/postgresql/16/server/utils/elog.h:239:9: note: in expansion of macro 'ereport' 239 | ereport(elevel, errmsg_internal(__VA_ARGS__)) | ^~~~~~~ slony1_funcs.c:2515:25: note: in expansion of macro 'elog' 2515 | elog(ERROR, "Slony-I: Node is uninitialized - cluster %s", DatumGetCString(cluster_name)); | ^~~~ /usr/include/postgresql/16/server/postgres.h:335:23: note: expected 'Datum' {aka 'long unsigned int'} but argument is of type 'Name' {aka 'struct nameData *'} 335 | DatumGetCString(Datum X) | ~~~~~~^ In file included from /usr/include/postgresql/16/server/access/htup_details.h:22, from /usr/include/postgresql/16/server/executor/tuptable.h:18, from /usr/include/postgresql/16/server/access/tupconvert.h:20, from /usr/include/postgresql/16/server/nodes/execnodes.h:32, from /usr/include/postgresql/16/server/nodes/makefuncs.h:17, from slony1_funcs.c:24: /usr/include/postgresql/16/server/varatt.h:200:34: warning: array subscript 'varattrib_4b[0]' is partly outside array bounds of 'unsigned char[5]' [-Warray-bounds=] 200 | (((varattrib_4b *) (PTR))->va_4byte.va_header = (len) & 0x3FFFFFFF) | ^~ /usr/include/postgresql/16/server/varatt.h:305:57: note: in expansion of macro 'SET_VARSIZE_4B' 305 | #define SET_VARSIZE(PTR, len) SET_VARSIZE_4B(PTR, len) | ^~~~~~~~~~~~~~ slony1_funcs.c:2611:17: note: in expansion of macro 'SET_VARSIZE' 2611 | SET_VARSIZE(cs->cmdtype_I, VARHDRSZ + 1); | ^~~~~~~~~~~ slony1_funcs.c:2610:33: note: object of size 5 allocated by 'malloc' 2610 | cs->cmdtype_I = malloc(VARHDRSZ + 1); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/postgresql/16/server/varatt.h:244:58: warning: array subscript 'varattrib_4b[0]' is partly outside array bounds of 'unsigned char[5]' [-Warray-bounds=] 244 | #define VARDATA_4B(PTR) (((varattrib_4b *) (PTR))->va_4byte.va_data) | ^~ /usr/include/postgresql/16/server/varatt.h:278:65: note: in expansion of macro 'VARDATA_4B' 278 | #define VARDATA(PTR) VARDATA_4B(PTR) | ^~~~~~~~~~ slony1_funcs.c:2612:18: note: in expansion of macro 'VARDATA' 2612 | *VARDATA(cs->cmdtype_I) = 'I'; | ^~~~~~~ slony1_funcs.c:2610:33: note: object of size 5 allocated by 'malloc' 2610 | cs->cmdtype_I = malloc(VARHDRSZ + 1); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/postgresql/16/server/varatt.h:200:34: warning: array subscript 'varattrib_4b[0]' is partly outside array bounds of 'unsigned char[5]' [-Warray-bounds=] 200 | (((varattrib_4b *) (PTR))->va_4byte.va_header = (len) & 0x3FFFFFFF) | ^~ /usr/include/postgresql/16/server/varatt.h:305:57: note: in expansion of macro 'SET_VARSIZE_4B' 305 | #define SET_VARSIZE(PTR, len) SET_VARSIZE_4B(PTR, len) | ^~~~~~~~~~~~~~ slony1_funcs.c:2614:17: note: in expansion of macro 'SET_VARSIZE' 2614 | SET_VARSIZE(cs->cmdtype_U, VARHDRSZ + 1); | ^~~~~~~~~~~ slony1_funcs.c:2613:33: note: object of size 5 allocated by 'malloc' 2613 | cs->cmdtype_U = malloc(VARHDRSZ + 1); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/postgresql/16/server/varatt.h:244:58: warning: array subscript 'varattrib_4b[0]' is partly outside array bounds of 'unsigned char[5]' [-Warray-bounds=] 244 | #define VARDATA_4B(PTR) (((varattrib_4b *) (PTR))->va_4byte.va_data) | ^~ /usr/include/postgresql/16/server/varatt.h:278:65: note: in expansion of macro 'VARDATA_4B' 278 | #define VARDATA(PTR) VARDATA_4B(PTR) | ^~~~~~~~~~ slony1_funcs.c:2615:18: note: in expansion of macro 'VARDATA' 2615 | *VARDATA(cs->cmdtype_U) = 'U'; | ^~~~~~~ slony1_funcs.c:2613:33: note: object of size 5 allocated by 'malloc' 2613 | cs->cmdtype_U = malloc(VARHDRSZ + 1); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/postgresql/16/server/varatt.h:200:34: warning: array subscript 'varattrib_4b[0]' is partly outside array bounds of 'unsigned char[5]' [-Warray-bounds=] 200 | (((varattrib_4b *) (PTR))->va_4byte.va_header = (len) & 0x3FFFFFFF) | ^~ /usr/include/postgresql/16/server/varatt.h:305:57: note: in expansion of macro 'SET_VARSIZE_4B' 305 | #define SET_VARSIZE(PTR, len) SET_VARSIZE_4B(PTR, len) | ^~~~~~~~~~~~~~ slony1_funcs.c:2617:17: note: in expansion of macro 'SET_VARSIZE' 2617 | SET_VARSIZE(cs->cmdtype_D, VARHDRSZ + 1); | ^~~~~~~~~~~ slony1_funcs.c:2616:33: note: object of size 5 allocated by 'malloc' 2616 | cs->cmdtype_D = malloc(VARHDRSZ + 1); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/postgresql/16/server/varatt.h:244:58: warning: array subscript 'varattrib_4b[0]' is partly outside array bounds of 'unsigned char[5]' [-Warray-bounds=] 244 | #define VARDATA_4B(PTR) (((varattrib_4b *) (PTR))->va_4byte.va_data) | ^~ /usr/include/postgresql/16/server/varatt.h:278:65: note: in expansion of macro 'VARDATA_4B' 278 | #define VARDATA(PTR) VARDATA_4B(PTR) | ^~~~~~~~~~ slony1_funcs.c:2618:18: note: in expansion of macro 'VARDATA' 2618 | *VARDATA(cs->cmdtype_D) = 'D'; | ^~~~~~~ slony1_funcs.c:2616:33: note: object of size 5 allocated by 'malloc' 2616 | cs->cmdtype_D = malloc(VARHDRSZ + 1); | ^~~~~~~~~~~~~~~~~~~~ slony1_funcs.c: In function '_Slony_I_2_2_11__logApply': slony1_funcs.c:250:9: warning: 'delim_text' may be used uninitialized [-Wmaybe-uninitialized] 250 | DirectFunctionCall2Coll(func,C_COLLATION_OID,arg1,arg2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ slony1_funcs.c:1142:56: note: in expansion of macro 'SlonDirectFunctionCall2' 1142 | array_holder = SlonDirectFunctionCall2(text_to_array, cmdargs[2], | ^~~~~~~~~~~~~~~~~~~~~~~ slony1_funcs.c:1095:33: note: 'delim_text' was declared here 1095 | Datum delim_text; | ^~~~~~~~~~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -fpic -Wl,--as-needed,-O1,--sort-common -L/usr/lib/ -lpq -Wl,-rpath,/usr/lib/ -shared -o slony1_funcs.2.2.11.so slony1_funcs.o make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/backend' make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/ducttape' make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/ducttape' make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/slony_logshipper' gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -DPGSHARE="\"/usr/share/postgresql16/\"" -I/usr/include/postgresql/ -c -o slony_logshipper.o slony_logshipper.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -DPGSHARE="\"/usr/share/postgresql16/\"" -I/usr/include/postgresql/ -c -o dbutil.o dbutil.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -DPGSHARE="\"/usr/share/postgresql16/\"" -I/usr/include/postgresql/ -c -o ipcutil.o ipcutil.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -DPGSHARE="\"/usr/share/postgresql16/\"" -I/usr/include/postgresql/ -c -o parser.o parser.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -DPGSHARE="\"/usr/share/postgresql16/\"" -I/usr/include/postgresql/ -c -o scan.o scan.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wmissing-prototypes -Wmissing-declarations -fno-common -I../.. -DPGSHARE="\"/usr/share/postgresql16/\"" slony_logshipper.o dbutil.o ipcutil.o parser.o ../parsestatements/scanner.o scan.o -Wl,--as-needed,-O1,--sort-common -L/usr/lib/ -lpq -Wl,-rpath,/usr/lib/ -o slony_logshipper make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/slony_logshipper' make[1]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src' make[1]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/tools' for subdir in altperl ; do \ make -C $subdir all || exit; \ done make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/tools/altperl' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/tools/altperl' make[1]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/tools' All of Slony-I is successfully made. Ready to install >>> slony1: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src' make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/parsestatements' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/parsestatements' make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/slon' /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/mkinstalldirs /home/buildozer/aports/community/slony1/pkg/slony1/usr/bin mkdir -p -- /home/buildozer/aports/community/slony1/pkg/slony1/usr/bin /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/install-sh -c -m 755 slon /home/buildozer/aports/community/slony1/pkg/slony1/usr/bin make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/slon' make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/slonik' /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/mkinstalldirs /home/buildozer/aports/community/slony1/pkg/slony1/usr/bin /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/install-sh -c -m 755 slonik /home/buildozer/aports/community/slony1/pkg/slony1/usr/bin make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/slonik' make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/backend' /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/mkinstalldirs /home/buildozer/aports/community/slony1/pkg/slony1/usr/lib/postgresql mkdir -p -- /home/buildozer/aports/community/slony1/pkg/slony1/usr/lib/postgresql /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/mkinstalldirs /home/buildozer/aports/community/slony1/pkg/slony1/usr/share/postgresql16/ mkdir -p -- /home/buildozer/aports/community/slony1/pkg/slony1/usr/share/postgresql16/ /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/install-sh -c -m 755 slony1_funcs.2.2.11.so /home/buildozer/aports/community/slony1/pkg/slony1/usr/lib/postgresql for file in slony1_base.sql slony1_funcs.sql slony1_base.v83.sql slony1_base.v84.sql slony1_funcs.v83.sql slony1_funcs.v84.sql; do \ /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/install-sh -c -m 644 $file /home/buildozer/aports/community/slony1/pkg/slony1/usr/share/postgresql16//`basename $file .sql`.2.2.11.sql || exit ; \ done make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/backend' make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/ducttape' /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/mkinstalldirs /home/buildozer/aports/community/slony1/pkg/slony1 make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/ducttape' make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/slony_logshipper' /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/mkinstalldirs /home/buildozer/aports/community/slony1/pkg/slony1/usr/bin /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/install-sh -c -m 755 slony_logshipper /home/buildozer/aports/community/slony1/pkg/slony1/usr/bin make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src/slony_logshipper' make[1]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/src' make[1]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/tools' for subdir in altperl ; do \ make -C $subdir install || exit; \ done make[2]: Entering directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/tools/altperl' /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/mkinstalldirs /home/buildozer/aports/community/slony1/pkg/slony1/etc mkdir -p -- /home/buildozer/aports/community/slony1/pkg/slony1/etc /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/mkinstalldirs /home/buildozer/aports/community/slony1/pkg/slony1/usr/lib/ /bin/sh /home/buildozer/aports/community/slony1/src/slony1-2.2.11/config/mkinstalldirs /home/buildozer/aports/community/slony1/pkg/slony1 The altperl tools won't be installed unless --with-perltools is specified in configure make[2]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/tools/altperl' make[1]: Leaving directory '/home/buildozer/aports/community/slony1/src/slony1-2.2.11/tools' All of Slony-I is successfully installed >>> slony1-openrc*: Running split function openrc... >>> slony1-openrc*: Preparing subpackage slony1-openrc... >>> slony1-openrc*: Running postcheck for slony1-openrc >>> slony1*: Running postcheck for slony1 >>> slony1*: Preparing package slony1... >>> slony1*: Stripping binaries >>> slony1-openrc*: Scanning shared objects >>> slony1*: Scanning shared objects >>> slony1-openrc*: Tracing dependencies... >>> slony1-openrc*: Package size: 24.0 KB >>> slony1-openrc*: Compressing data... >>> slony1-openrc*: Create checksum... >>> slony1-openrc*: Create slony1-openrc-2.2.11-r1.apk >>> slony1*: Tracing dependencies... so:libc.musl-s390x.so.1 so:libpq.so.5 >>> slony1*: Package size: 700.0 KB >>> slony1*: Compressing data... >>> slony1*: Create checksum... >>> slony1*: Create slony1-2.2.11-r1.apk >>> slony1: Build complete at Tue, 03 Oct 2023 23:10:31 +0000 elapsed time 0h 0m 10s >>> slony1: Cleaning up srcdir >>> slony1: Cleaning up pkgdir >>> slony1: Uninstalling dependencies... (1/23) Purging .makedepends-slony1 (20231003.231022) (2/23) Purging postgresql16-dev (16.0-r1) (3/23) Purging libecpg-dev (16.0-r1) (4/23) Purging libecpg (16.0-r1) (5/23) Purging clang15 (15.0.7-r18) (6/23) Purging icu-dev (73.2-r2) (7/23) Purging llvm15 (15.0.7-r12) (8/23) Purging lz4-dev (1.9.4-r5) (9/23) Purging zstd-dev (1.5.5-r7) (10/23) Purging zstd (1.5.5-r7) (11/23) Purging clang15-libclang (15.0.7-r18) (12/23) Purging clang15-headers (15.0.7-r18) (13/23) Purging clang15-libs (15.0.7-r18) (14/23) Purging icu (73.2-r2) (15/23) Purging icu-libs (73.2-r2) (16/23) Purging icu-data-en (73.2-r2) (17/23) Purging llvm15-libs (15.0.7-r12) (18/23) Purging libffi (3.4.4-r3) (19/23) Purging libpq-dev (16.0-r1) (20/23) Purging libpq (16.0-r1) (21/23) Purging libxml2 (2.11.5-r0) (22/23) Purging openssl-dev (3.1.3-r0) (23/23) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r9.trigger OK: 345 MiB in 105 packages >>> slony1: Updating the community/s390x repository index... >>> slony1: Signing the index...