>>> postgresql-pgq: Building testing/postgresql-pgq 3.5.1-r0 (using abuild 3.16.0-r0) started Wed, 28 Jan 2026 19:07:06 +0000 >>> postgresql-pgq: Validating /home/buildozer/aports/testing/postgresql-pgq/APKBUILD... >>> postgresql-pgq: Analyzing dependencies... >>> postgresql-pgq: Installing for build: build-base postgresql-dev python3 ( 1/32) Installing libpq (18.1-r1) ( 2/32) Installing openssl-dev (3.5.5-r0) ( 3/32) Installing libpq-dev (18.1-r1) ( 4/32) Installing libecpg (18.1-r1) ( 5/32) Installing libecpg-dev (18.1-r1) ( 6/32) Installing clang20-headers (20.1.8-r1) ( 7/32) Installing libffi (3.5.2-r0) ( 8/32) Installing xz-libs (5.8.2-r0) ( 9/32) Installing libxml2 (2.13.9-r0) (10/32) Installing llvm20-libs (20.1.8-r0) (11/32) Installing clang20-libs (20.1.8-r1) (12/32) Installing llvm20-linker-tools (20.1.8-r0) (13/32) Installing clang20 (20.1.8-r1) (14/32) Installing icu-data-en (78.1-r0) Executing icu-data-en-78.1-r0.post-install * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. (15/32) Installing icu-libs (78.1-r0) (16/32) Installing icu (78.1-r0) (17/32) Installing icu-dev (78.1-r0) (18/32) Installing llvm20 (20.1.8-r0) (19/32) Installing lz4-dev (1.10.0-r0) (20/32) Installing zstd (1.5.7-r2) (21/32) Installing zstd-dev (1.5.7-r2) (22/32) Installing postgresql18-dev (18.1-r1) (23/32) Installing libbz2 (1.0.8-r6) (24/32) Installing gdbm (1.26-r0) (25/32) Installing mpdecimal (4.0.1-r0) (26/32) Installing libpanelw (6.6_p20251231-r0) (27/32) Installing sqlite-libs (3.51.2-r1) (28/32) Installing python3 (3.12.12-r0) (29/32) Installing python3-pycache-pyc0 (3.12.12-r0) (30/32) Installing pyc (3.12.12-r0) (31/32) Installing python3-pyc (3.12.12-r0) (32/32) Installing .makedepends-postgresql-pgq (20260128.190707) Executing busybox-1.37.0-r31.trigger OK: 889.2 MiB in 139 packages >>> postgresql-pgq: Cleaning up srcdir >>> postgresql-pgq: Cleaning up pkgdir >>> postgresql-pgq: Cleaning up tmpdir >>> postgresql-pgq: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pgq-3.5.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> postgresql-pgq: Fetching https://github.com/pgq/pgq/archive/v3.5.1/pgq-3.5.1.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/edge/pgq-3.5.1.tar.gz.part' pgq-3.5.1.tar.gz.par 100% |********************************| 73860 0:00:00 ETA '/var/cache/distfiles/edge/pgq-3.5.1.tar.gz.part' saved /var/cache/distfiles/edge/pgq-3.5.1.tar.gz: OK >>> postgresql-pgq: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pgq-3.5.1.tar.gz /var/cache/distfiles/edge/pgq-3.5.1.tar.gz: OK >>> postgresql-pgq: Unpacking /var/cache/distfiles/edge/pgq-3.5.1.tar.gz... python3 mk/grantfu.py -r -d structure/grants.ini > structure/newgrants_pgq.sql echo "begin;" > structure/oldgrants_pgq.sql for dir in lowlevel triggers; do \ make -C $dir all \ DESTDIR= \ PG_CONFIG=pg_config \ || exit 1; \ done python3 mk/grantfu.py -R -o structure/grants.ini >> structure/oldgrants_pgq.sql Checking version numbers make[1]: Entering directory '/home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/lowlevel' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -fvisibility=hidden -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -c -o insert_event.o insert_event.c clang-20 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -O2 -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o insert_event.bc insert_event.c cat structure/grants.sql >> structure/oldgrants_pgq.sql echo "commit;" >> structure/oldgrants_pgq.sql python3 mk/catsql.py structure/install.sql structure/newgrants_pgq.sql > pgq.sql python3 mk/catsql.py structure/upgrade.sql structure/newgrants_pgq.sql > pgq.upgrade.sql python3 mk/catsql.py structure/install_pl.sql structure/newgrants_pgq.sql > pgq_pl_only.sql python3 mk/catsql.py structure/upgrade_pl.sql structure/newgrants_pgq.sql > pgq_pl_only.upgrade.sql /home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/mk/catsql.py:5: SyntaxWarning: invalid escape sequence '\i' Supported psql commands: \i, \cd, \q /home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/mk/catsql.py:5: SyntaxWarning: invalid escape sequence '\i' Supported psql commands: \i, \cd, \q /home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/mk/catsql.py:5: SyntaxWarning: invalid escape sequence '\i' Supported psql commands: \i, \cd, \q /home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/mk/catsql.py:5: SyntaxWarning: invalid escape sequence '\i' Supported psql commands: \i, \cd, \q python3 mk/catsql.py pgq.upgrade.sql structure/ext_unpackaged.sql structure/ext_postproc.sql > pgq--unpackaged--3.5.1.sql cp pgq.upgrade.sql pgq--3.2--3.5.1.sql cp pgq.upgrade.sql pgq--3.2.3--3.5.1.sql cp pgq.upgrade.sql pgq--3.2.6--3.5.1.sql cp pgq.upgrade.sql pgq--3.3.1--3.5.1.sql cp pgq.upgrade.sql pgq--3.4--3.5.1.sql cp pgq.upgrade.sql pgq--3.4.1--3.5.1.sql cp pgq.upgrade.sql pgq--3.4.2--3.5.1.sql cp pgq.upgrade.sql pgq--3.5--3.5.1.sql python3 mk/catsql.py pgq.sql structure/ext_postproc.sql > pgq--3.5.1.sql /home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/mk/catsql.py:5: SyntaxWarning: invalid escape sequence '\i' Supported psql commands: \i, \cd, \q /home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/mk/catsql.py:5: SyntaxWarning: invalid escape sequence '\i' Supported psql commands: \i, \cd, \q cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -fvisibility=hidden -shared -o pgq_lowlevel.so insert_event.o -L/usr/lib -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Wl,--as-needed -fvisibility=hidden make[1]: Leaving directory '/home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/lowlevel' make[1]: Entering directory '/home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/triggers' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -fvisibility=hidden -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -c -o logtriga.o logtriga.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -fvisibility=hidden -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -c -o logutriga.o logutriga.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -fvisibility=hidden -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -c -o sqltriga.o sqltriga.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -fvisibility=hidden -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -c -o jsontriga.o jsontriga.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -fvisibility=hidden -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -c -o common.o common.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -fvisibility=hidden -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -c -o makesql.o makesql.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -fvisibility=hidden -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -c -o stringutil.o stringutil.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -fvisibility=hidden -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -c -o parsesql.o parsesql.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -fvisibility=hidden -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -c -o qbuilder.o qbuilder.c clang-20 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -O2 -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o logtriga.bc logtriga.c clang-20 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -O2 -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o logutriga.bc logutriga.c clang-20 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -O2 -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o sqltriga.bc sqltriga.c clang-20 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -O2 -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o jsontriga.bc jsontriga.c clang-20 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -O2 -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o common.bc common.c clang-20 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -O2 -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o makesql.bc makesql.c clang-20 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -O2 -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o stringutil.bc stringutil.c clang-20 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -O2 -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o parsesql.bc parsesql.c clang-20 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation -O2 -I. -I./ -I/usr/include/postgresql/18/server -I/usr/include/postgresql/internal -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o qbuilder.bc qbuilder.c cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -fvisibility=hidden -shared -o pgq_triggers.so logtriga.o logutriga.o sqltriga.o jsontriga.o common.o makesql.o stringutil.o parsesql.o qbuilder.o -L/usr/lib -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Wl,--as-needed -fvisibility=hidden make[1]: Leaving directory '/home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/triggers' >>> postgresql-pgq: Entering fakeroot... for dir in lowlevel triggers; do \ make -C $dir all \ DESTDIR=/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq \ PG_CONFIG=pg_config \ || exit 1; \ done /bin/sh /usr/lib/postgresql18/pgxs/src/makefiles/../../config/install-sh -c -d '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/share/postgresql18/contrib' Checking version numbers for dir in lowlevel triggers; do \ make -C $dir install \ DESTDIR=/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq \ PG_CONFIG=pg_config \ || exit 1; \ done make[1]: Entering directory '/home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/lowlevel' make[1]: Entering directory '/home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/lowlevel' /bin/sh /usr/lib/postgresql18/pgxs/src/makefiles/../../config/install-sh -c -d '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/share/postgresql18/extension' /usr/bin/install -c -m 644 .//structure/uninstall_pgq.sql pgq_pl_only.sql pgq_pl_only.upgrade.sql pgq.sql pgq.upgrade.sql structure/newgrants_pgq.sql structure/oldgrants_pgq.sql '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/share/postgresql18/contrib/' /bin/sh /usr/lib/postgresql18/pgxs/src/makefiles/../../config/install-sh -c -d '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/share/postgresql18/extension' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/lowlevel' /bin/sh /usr/lib/postgresql18/pgxs/src/makefiles/../../config/install-sh -c -d '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18' make[1]: Entering directory '/home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/triggers' /bin/sh /usr/lib/postgresql18/pgxs/src/makefiles/../../config/install-sh -c -d '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/share/postgresql18/contrib' /usr/bin/install -c -m 755 pgq_lowlevel.so '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/pgq_lowlevel.so' /usr/bin/install -c -m 644 .//pgq_lowlevel.sql '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/share/postgresql18/contrib/' /bin/sh /usr/lib/postgresql18/pgxs/src/makefiles/../../config/install-sh -c -d '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode/pgq_lowlevel' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/triggers' /bin/sh /usr/lib/postgresql18/pgxs/src/makefiles/../../config/install-sh -c -d '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode'/pgq_lowlevel/ /usr/bin/install -c -m 644 insert_event.bc '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode'/pgq_lowlevel/./ cd '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode' && /usr/lib/llvm20/bin/llvm-lto -thinlto -thinlto-action=thinlink -o pgq_lowlevel.index.bc pgq_lowlevel/insert_event.bc make[1]: Leaving directory '/home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/lowlevel' make[1]: Entering directory '/home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/triggers' /bin/sh /usr/lib/postgresql18/pgxs/src/makefiles/../../config/install-sh -c -d '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18' /bin/sh /usr/lib/postgresql18/pgxs/src/makefiles/../../config/install-sh -c -d '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/share/postgresql18/contrib' /usr/bin/install -c -m 755 pgq_triggers.so '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/pgq_triggers.so' /usr/bin/install -c -m 644 .//pgq_triggers.sql '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/share/postgresql18/contrib/' /bin/sh /usr/lib/postgresql18/pgxs/src/makefiles/../../config/install-sh -c -d '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode/pgq_triggers' /bin/sh /usr/lib/postgresql18/pgxs/src/makefiles/../../config/install-sh -c -d '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode'/pgq_triggers/ /usr/bin/install -c -m 644 logtriga.bc '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode'/pgq_triggers/./ /usr/bin/install -c -m 644 logutriga.bc '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode'/pgq_triggers/./ /usr/bin/install -c -m 644 sqltriga.bc '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode'/pgq_triggers/./ /usr/bin/install -c -m 644 jsontriga.bc '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode'/pgq_triggers/./ /usr/bin/install -c -m 644 common.bc '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode'/pgq_triggers/./ /usr/bin/install -c -m 644 makesql.bc '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode'/pgq_triggers/./ /usr/bin/install -c -m 644 stringutil.bc '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode'/pgq_triggers/./ /usr/bin/install -c -m 644 parsesql.bc '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode'/pgq_triggers/./ /usr/bin/install -c -m 644 qbuilder.bc '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode'/pgq_triggers/./ cd '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/lib/postgresql18/bitcode' && /usr/lib/llvm20/bin/llvm-lto -thinlto -thinlto-action=thinlink -o pgq_triggers.index.bc pgq_triggers/logtriga.bc pgq_triggers/logutriga.bc pgq_triggers/sqltriga.bc pgq_triggers/jsontriga.bc pgq_triggers/common.bc pgq_triggers/makesql.bc pgq_triggers/stringutil.bc pgq_triggers/parsesql.bc pgq_triggers/qbuilder.bc make[1]: Leaving directory '/home/buildozer/aports/testing/postgresql-pgq/src/pgq-3.5.1/triggers' /usr/bin/install -c -m 644 .//pgq.control '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/share/postgresql18/extension/' /usr/bin/install -c -m 644 pgq--3.5.1.sql pgq--unpackaged--3.5.1.sql pgq--3.2--3.5.1.sql pgq--3.2.3--3.5.1.sql pgq--3.2.6--3.5.1.sql pgq--3.3.1--3.5.1.sql pgq--3.4--3.5.1.sql pgq--3.4.1--3.5.1.sql pgq--3.4.2--3.5.1.sql pgq--3.5--3.5.1.sql '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq/usr/share/postgresql18/extension/' >>> postgresql-pgq-bitcode*: Running split function bitcode... 'usr/lib/postgresql18/bitcode' -> '/home/buildozer/aports/testing/postgresql-pgq/pkg/postgresql-pgq-bitcode/usr/lib/postgresql18/bitcode' >>> postgresql-pgq-bitcode*: Preparing subpackage postgresql-pgq-bitcode... >>> postgresql-pgq-bitcode*: Stripping binaries >>> WARNING: postgresql-pgq-bitcode*: No arch specific binaries found so arch should probably be set to "noarch" >>> postgresql-pgq-bitcode*: Running postcheck for postgresql-pgq-bitcode >>> postgresql-pgq*: Running postcheck for postgresql-pgq >>> postgresql-pgq*: Preparing package postgresql-pgq... >>> postgresql-pgq*: Stripping binaries >>> postgresql-pgq*: Scanning shared objects >>> postgresql-pgq-bitcode*: Scanning shared objects >>> postgresql-pgq-bitcode*: Tracing dependencies... postgresql-pgq=3.5.1-r0 >>> postgresql-pgq-bitcode*: Package size: 96.0 KB >>> postgresql-pgq-bitcode*: Compressing data... >>> postgresql-pgq-bitcode*: Create checksum... >>> postgresql-pgq-bitcode*: Create postgresql-pgq-bitcode-3.5.1-r0.apk >>> postgresql-pgq*: Tracing dependencies... postgresql18 so:libc.musl-x86_64.so.1 >>> postgresql-pgq*: Package size: 1.5 MB >>> postgresql-pgq*: Compressing data... >>> postgresql-pgq*: Create checksum... >>> postgresql-pgq*: Create postgresql-pgq-3.5.1-r0.apk >>> postgresql-pgq: Build complete at Wed, 28 Jan 2026 19:07:13 +0000 elapsed time 0h 0m 7s >>> postgresql-pgq: Cleaning up srcdir >>> postgresql-pgq: Cleaning up pkgdir >>> postgresql-pgq: Uninstalling dependencies... ( 1/32) Purging .makedepends-postgresql-pgq (20260128.190707) ( 2/32) Purging python3-pyc (3.12.12-r0) ( 3/32) Purging python3-pycache-pyc0 (3.12.12-r0) ( 4/32) Purging pyc (3.12.12-r0) ( 5/32) Purging python3 (3.12.12-r0) ( 6/32) Purging gdbm (1.26-r0) ( 7/32) Purging libbz2 (1.0.8-r6) ( 8/32) Purging libpanelw (6.6_p20251231-r0) ( 9/32) Purging mpdecimal (4.0.1-r0) (10/32) Purging postgresql18-dev (18.1-r1) (11/32) Purging libecpg-dev (18.1-r1) (12/32) Purging libecpg (18.1-r1) (13/32) Purging clang20 (20.1.8-r1) (14/32) Purging clang20-headers (20.1.8-r1) (15/32) Purging icu-dev (78.1-r0) (16/32) Purging llvm20 (20.1.8-r0) (17/32) Purging llvm20-linker-tools (20.1.8-r0) (18/32) Purging lz4-dev (1.10.0-r0) (19/32) Purging zstd-dev (1.5.7-r2) (20/32) Purging zstd (1.5.7-r2) (21/32) Purging sqlite-libs (3.51.2-r1) (22/32) Purging clang20-libs (20.1.8-r1) (23/32) Purging icu (78.1-r0) (24/32) Purging icu-libs (78.1-r0) (25/32) Purging icu-data-en (78.1-r0) (26/32) Purging llvm20-libs (20.1.8-r0) (27/32) Purging libffi (3.5.2-r0) (28/32) Purging libpq-dev (18.1-r1) (29/32) Purging libpq (18.1-r1) (30/32) Purging libxml2 (2.13.9-r0) (31/32) Purging openssl-dev (3.5.5-r0) (32/32) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 441.2 MiB in 107 packages >>> postgresql-pgq: Updating the testing/x86_64 repository index... >>> postgresql-pgq: Signing the index...