==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: libpqxx 8.0.2-1 (Sun Jul 19 08:01:21 2026)
==> Retrieving sources...
  -> Updating libpqxx git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    libpqxx ... Passed
==> Validating source files with b2sums...
    libpqxx ... Passed
==> Making package: libpqxx 8.0.2-1 (Sun Jul 19 14:01:49 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (1) postgresql-libs-18.4-1

Total Download Size:    1.64 MiB
Total Installed Size:  10.67 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 postgresql-libs-18.4-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing postgresql-libs...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (12) cppdap-1.58.0-3  hicolor-icon-theme-0.18-1  jsoncpp-1.9.6-3  libuv-1.52.1-1  perl-error-0.17030-3  perl-mailtools-2.22-3  perl-timedate-2.35-1  rhash-1.4.6-1  zlib-ng-2.3.3-1  cmake-4.4.0-1  git-2.55.0-1  ninja-1.13.2-3

Total Download Size:    22.48 MiB
Total Installed Size:  159.64 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 cmake-4.4.0-1-armv7h downloading...
 cppdap-1.58.0-3-armv7h downloading...
 libuv-1.52.1-1-armv7h downloading...
 rhash-1.4.6-1-armv7h downloading...
 jsoncpp-1.9.6-3-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
    less: the default pager for git
installing cppdap...
installing hicolor-icon-theme...
installing jsoncpp...
Optional dependencies for jsoncpp
    jsoncpp-doc: documentation
installing libuv...
installing rhash...
installing cmake...
Optional dependencies for cmake
    make: for unix Makefile generator [installed]
    ninja: for ninja generator [pending]
    qt6-base: cmake-gui
installing ninja...
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 967.
Creating user 'git' (git daemon user) with UID 967 and GID 967.
(2/3) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of libpqxx git repo...
Cloning into 'libpqxx'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
The no-dev option is deprecated.  Use -Wno-author instead.
-- The CXX compiler identification is GNU 16.1.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/distcc/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PostgreSQL: /usr/lib/libpq.so (found version "18.4")
-- Looking for poll
-- Looking for poll - found
-- Generating configuration headers
-- Generating configuration headers - done
-- Configuring done (22.6s)
-- Generating done (0.1s)
-- Build files have been written to: /build/libpqxx/src/build
[1/41] Building CXX object src/CMakeFiles/pqxx.dir/errorhandler.cxx.o
[2/41] Building CXX object src/CMakeFiles/pqxx.dir/encodings.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:23,
                 from /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:29,
                 from /build/libpqxx/src/libpqxx/include/pqxx/internal/encodings.hxx:18,
                 from /build/libpqxx/src/libpqxx/src/encodings.cxx:22:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*&, unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::internal::throw_for_truncated_character(const char*, std::string_view, std::size_t, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/encodings.cxx:277:16:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
    inlined from 'constexpr pqxx::encoding_group pqxx::internal::enc_group(std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/encodings.cxx:149:16:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*&, unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::internal::throw_for_encoding_error(const char*, std::string_view, std::size_t, std::size_t, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/encodings.cxx:266:16:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[3/41] Building CXX object src/CMakeFiles/pqxx.dir/cursor.cxx.o
[4/41] Building CXX object src/CMakeFiles/pqxx.dir/blob.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/connection.hxx:22,
                 from /build/libpqxx/src/libpqxx/include/pqxx/transaction_base.hxx:32,
                 from /build/libpqxx/src/libpqxx/include/pqxx/dbtransaction.hxx:20,
                 from /build/libpqxx/src/libpqxx/include/pqxx/blob.hxx:25,
                 from /build/libpqxx/src/libpqxx/src/blob.cxx:11:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = zview]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'std::string pqxx::to_string(const TYPE&, ctx) [with TYPE = zview]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/conversions.hxx:1003:42:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'static void pqxx::blob::to_file(pqxx::dbtransaction&, pqxx::oid, pqxx::zview, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/blob.cxx:372:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'static pqxx::oid pqxx::blob::from_file(pqxx::dbtransaction&, pqxx::zview, pqxx::oid, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/blob.cxx:360:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'static pqxx::oid pqxx::blob::from_file(pqxx::dbtransaction&, pqxx::zview, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/blob.cxx:346:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'static void pqxx::blob::remove(pqxx::dbtransaction&, pqxx::oid, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/blob.cxx:97:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'static pqxx::blob pqxx::blob::open_internal(pqxx::dbtransaction&, pqxx::oid, int, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/blob.cxx:71:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int&, const char*}]',
    inlined from 'static pqxx::oid pqxx::blob::from_buf(pqxx::dbtransaction&, pqxx::bytes_view, pqxx::oid, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/blob.cxx:282:45:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[5/41] Building CXX object src/CMakeFiles/pqxx.dir/array.cxx.o
[6/41] Building CXX object src/CMakeFiles/pqxx.dir/connection.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/connection.hxx:22,
                 from /build/libpqxx/src/libpqxx/include/pqxx/nontransaction.hxx:20,
                 from /build/libpqxx/src/libpqxx/src/connection.cxx:50:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, basic_string_view<char, char_traits<char> >&, unsigned int, unsigned int&}]',
    inlined from 'std::size_t pqxx::internal::copy_chars(std::string_view, std::span<char, 4294967295>, std::size_t, pqxx::sl) [with bool terminate = false]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:738:18,
    inlined from 'std::string pqxx::separated_list(std::string_view, ITER, ITER, ACCESS, ctx) [with ITER = const std::basic_string_view<char>*; ACCESS = connection::quote_table(pqxx::table_path) const::<lambda(auto:52)>]' at /build/libpqxx/src/libpqxx/include/pqxx/separated_list.hxx:67:45:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int}]',
    inlined from 'constexpr std::size_t (* pqxx::internal::get_char_finder(pqxx::encoding_group, pqxx::sl))(std::string_view, std::size_t, pqxx::sl) [with char ...NEEDLE = {'_', '%'}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/encodings.hxx:333:18,
    inlined from 'std::string pqxx::connection::esc_like(std::string_view, char, pqxx::sl) const' at /build/libpqxx/src/libpqxx/src/connection.cxx:1207:46:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const char*}]',
    inlined from 'int pqxx::connection::get_notifs(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:798:39:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::connection::add_receiver(pqxx::notification_receiver*, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:573:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >&}]',
    inlined from 'void pqxx::connection::set_variable(std::string_view, std::string_view, pqxx::sl) &' at /build/libpqxx/src/libpqxx/src/connection.cxx:506:19:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {char*&}]',
    inlined from 'pqxx::internal::connection_string_parser::connection_string_parser(const char*, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:349:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const int&}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*}]',
    inlined from 'void pqxx::connection::end_copy_write(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:1108:30:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*&}]',
    inlined from 'void pqxx::connection::set_client_encoding(const char*, pqxx::sl) &' at /build/libpqxx/src/libpqxx/src/connection.cxx:1318:20:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int, int}]',
    inlined from 'void pqxx::connection::complete_connection(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:296:20:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*&}]',
    inlined from 'void pqxx::connection::prepare(const char*, const char*, pqxx::sl) &' at /build/libpqxx/src/libpqxx/src/connection.cxx:931:46:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
    inlined from 'std::string pqxx::connection::adorn_name(std::string_view)' at /build/libpqxx/src/libpqxx/src/connection.cxx:1279:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
    inlined from 'std::string pqxx::connection::adorn_name(std::string_view)' at /build/libpqxx/src/libpqxx/src/connection.cxx:1281:38:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&}]',
    inlined from 'void pqxx::connection::set_blocking(bool, pqxx::sl) &' at /build/libpqxx/src/libpqxx/src/connection.cxx:729:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&}]',
    inlined from 'void pqxx::connection::set_blocking(bool, pqxx::sl) &' at /build/libpqxx/src/libpqxx/src/connection.cxx:739:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'std::string pqxx::connection::quote_raw(pqxx::bytes_view) const' at /build/libpqxx/src/libpqxx/src/connection.cxx:1169:51:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {long int&, basic_string_view<char, char_traits<char> >, basic_string_view<char, char_traits<char> >, basic_string_view<char, char_traits<char> >&}]',
    inlined from 'TO pqxx::check_cast(FROM, std::string_view, sl) requires (is_arithmetic_v<FROM>) && (is_arithmetic_v<TO>) && (is_integral_v<FROM>) == (is_integral_v<TO>) [with TO = unsigned int; FROM = long int]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:98:20,
    inlined from 'int pqxx::connection::await_notification(time_t, long int, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:1265:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {long int&, basic_string_view<char, char_traits<char> >, basic_string_view<char, char_traits<char> >, basic_string_view<char, char_traits<char> >&}]',
    inlined from 'TO pqxx::check_cast(FROM, std::string_view, sl) requires (is_arithmetic_v<FROM>) && (is_arithmetic_v<TO>) && (is_integral_v<FROM>) == (is_integral_v<TO>) [with TO = unsigned int; FROM = long int]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:98:20,
    inlined from 'int pqxx::connection::await_notification(time_t, long int, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:1265:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::connection::unprepare(std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:946:19:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'std::string pqxx::connection::get_var(std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:522:26:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'std::string pqxx::connection::get_variable(std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:512:26:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]',
    inlined from 'pqxx::row_ref::reference pqxx::row_ref::at(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/row.hxx:170:20,
    inlined from 'std::string pqxx::connection::get_variable(std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:514:8:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::connection::close(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:973:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:421:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:424:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
    inlined from 'void pqxx::connection::listen(std::string_view, notification_handler, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:589:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::connection::listen(std::string_view, notification_handler, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:612:23:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::connection::listen(std::string_view, notification_handler, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:623:23:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
    inlined from 'void pqxx::connection::remove_receiver(pqxx::notification_receiver*, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:645:46:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::connection::remove_receiver(pqxx::notification_receiver*, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:655:25:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*}]',
    inlined from 'std::pair<std::unique_ptr<char [], void (*)(const void*)>, unsigned int> pqxx::connection::read_copy_line(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/connection.cxx:1064:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[7/41] Building CXX object src/CMakeFiles/pqxx.dir/except.cxx.o
[8/41] Building CXX object src/CMakeFiles/pqxx.dir/field.cxx.o
[9/41] Building CXX object src/CMakeFiles/pqxx.dir/notification.cxx.o
[10/41] Building CXX object src/CMakeFiles/pqxx.dir/params.cxx.o
[11/41] Building CXX object src/CMakeFiles/pqxx.dir/largeobject.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/connection.hxx:22,
                 from /build/libpqxx/src/libpqxx/src/largeobject.cxx:24:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int&, unsigned int, const long long int&}]',
    inlined from 'void pqxx::largeobjectaccess::write(const char*, std::size_t)' at /build/libpqxx/src/libpqxx/src/largeobject.cxx:274:30:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::largeobject::remove(pqxx::dbtransaction&) const' at /build/libpqxx/src/libpqxx/src/largeobject.cxx:153:30:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, basic_string_view<char, char_traits<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::largeobject::to_file(pqxx::dbtransaction&, std::string_view) const' at /build/libpqxx/src/libpqxx/src/largeobject.cxx:137:30:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'pqxx::largeobject::largeobject(pqxx::dbtransaction&, std::string_view)' at /build/libpqxx/src/libpqxx/src/largeobject.cxx:115:30:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'pqxx::largeobject::size_type pqxx::largeobjectaccess::seek(pqxx::largeobject::size_type, seekdir)' at /build/libpqxx/src/libpqxx/src/largeobject.cxx:221:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'pqxx::largeobject::largeobject(pqxx::dbtransaction&)' at /build/libpqxx/src/libpqxx/src/largeobject.cxx:101:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[12/41] Building CXX object src/CMakeFiles/pqxx.dir/pipeline.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/connection.hxx:22,
                 from /build/libpqxx/src/libpqxx/include/pqxx/transaction_base.hxx:32,
                 from /build/libpqxx/src/libpqxx/include/pqxx/dbtransaction.hxx:20,
                 from /build/libpqxx/src/libpqxx/src/pipeline.cxx:17:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {long int&}]',
    inlined from 'bool pqxx::pipeline::is_finished(query_id) const' at /build/libpqxx/src/libpqxx/src/pipeline.cxx:143:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]',
    inlined from 'pqxx::row_ref::reference pqxx::row_ref::at(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/row.hxx:170:20,
    inlined from 'void pqxx::pipeline::obtain_dummy(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/pipeline.cxx:309:19:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = std::__cxx11::basic_string<char>]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'std::string pqxx::to_string(const TYPE&, ctx) [with TYPE = std::__cxx11::basic_string<char>]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/conversions.hxx:1003:42,
    inlined from 'std::string pqxx::separated_list(std::string_view, ITER, ITER, ACCESS, ctx) [with ITER = std::_Rb_tree_iterator<std::pair<const long int, pipeline::Query> >; ACCESS = pipeline::issue(pqxx::sl)::<lambda(std::map<long int, pipeline::Query>::const_iterator)>]' at /build/libpqxx/src/libpqxx/include/pqxx/separated_list.hxx:49:38,
    inlined from 'void pqxx::pipeline::issue(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/pipeline.cxx:211:65:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = std::__cxx11::basic_string<char>]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'std::string pqxx::separated_list(std::string_view, ITER, ITER, ACCESS, ctx) [with ITER = std::_Rb_tree_iterator<std::pair<const long int, pipeline::Query> >; ACCESS = pipeline::issue(pqxx::sl)::<lambda(std::map<long int, pipeline::Query>::const_iterator)>]' at /build/libpqxx/src/libpqxx/include/pqxx/separated_list.hxx:64:34,
    inlined from 'void pqxx::pipeline::issue(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/pipeline.cxx:211:65:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, basic_string_view<char, char_traits<char> >&, unsigned int, unsigned int&}]',
    inlined from 'std::size_t pqxx::internal::copy_chars(std::string_view, std::span<char, 4294967295>, std::size_t, pqxx::sl) [with bool terminate = false]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:738:18,
    inlined from 'std::string pqxx::separated_list(std::string_view, ITER, ITER, ACCESS, ctx) [with ITER = std::_Rb_tree_iterator<std::pair<const long int, pipeline::Query> >; ACCESS = pipeline::issue(pqxx::sl)::<lambda(std::map<long int, pipeline::Query>::const_iterator)>]' at /build/libpqxx/src/libpqxx/include/pqxx/separated_list.hxx:67:45,
    inlined from 'void pqxx::pipeline::issue(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/pipeline.cxx:211:65:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = std::__cxx11::basic_string<char>]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'std::string pqxx::separated_list(std::string_view, ITER, ITER, ACCESS, ctx) [with ITER = std::_Rb_tree_iterator<std::pair<const long int, pipeline::Query> >; ACCESS = pipeline::issue(pqxx::sl)::<lambda(std::map<long int, pipeline::Query>::const_iterator)>]' at /build/libpqxx/src/libpqxx/include/pqxx/separated_list.hxx:68:27,
    inlined from 'void pqxx::pipeline::issue(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/pipeline.cxx:211:65:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const basic_string_view<char, char_traits<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
    inlined from 'void pqxx::pipeline::issue(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/pipeline.cxx:216:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&}]',
    inlined from 'int pqxx::pipeline::retain(int) &' at /build/libpqxx/src/libpqxx/src/pipeline.cxx:163:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[13/41] Building CXX object src/CMakeFiles/pqxx.dir/result.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/array.hxx:20,
                 from /build/libpqxx/src/libpqxx/include/pqxx/field.hxx:22,
                 from /build/libpqxx/src/libpqxx/include/pqxx/row.hxx:21,
                 from /build/libpqxx/src/libpqxx/include/pqxx/internal/result_iterator.hxx:16,
                 from /build/libpqxx/src/libpqxx/src/result.cxx:25:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'std::string pqxx::result::status_error(pqxx::sl) const' at /build/libpqxx/src/libpqxx/src/result.cxx:378:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
    inlined from 'void pqxx::result::check_status(std::string_view, pqxx::sl) const' at /build/libpqxx/src/libpqxx/src/result.cxx:335:24:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, int}]',
    inlined from 'pqxx::oid pqxx::result::column_table(pqxx::row::size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/src/result.cxx:482:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const int&}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&}]',
    inlined from 'int pqxx::result::column_storage(pqxx::row::size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/src/result.cxx:569:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_columns(pqxx::row_size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:489:22,
    inlined from 'pqxx::field pqxx::result::one_field(pqxx::sl) const' at /build/libpqxx/src/libpqxx/src/result.cxx:598:17:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_columns(pqxx::row_size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:489:22,
    inlined from 'pqxx::field_ref pqxx::result::one_field_ref(pqxx::sl) const' at /build/libpqxx/src/libpqxx/src/result.cxx:605:17:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, int}]',
    inlined from 'const char* pqxx::result::column_name(pqxx::row::size_type, pqxx::sl) const &' at /build/libpqxx/src/libpqxx/src/result.cxx:543:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'pqxx::row::size_type pqxx::result::column_number(pqxx::zview, pqxx::sl) const' at /build/libpqxx/src/libpqxx/src/result.cxx:467:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&}]',
    inlined from 'pqxx::oid pqxx::result::column_type(pqxx::row::size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/src/result.cxx:454:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[14/41] Building CXX object src/CMakeFiles/pqxx.dir/robusttransaction.cxx.o
In file included from /usr/include/c++/16.1.1/bits/chrono_io.h:40,
                 from /usr/include/c++/16.1.1/chrono:3695,
                 from /build/libpqxx/src/libpqxx/src/robusttransaction.cxx:13:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
    inlined from '{anonymous}::tx_stat {anonymous}::query_status(const std::string&, const std::string&, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/robusttransaction.cxx:96:62,
    inlined from 'virtual void pqxx::internal::basic_robusttransaction::do_commit(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/robusttransaction.cxx:196:27:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >}]',
    inlined from '{anonymous}::tx_stat {anonymous}::query_status(const std::string&, const std::string&, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/robusttransaction.cxx:106:18,
    inlined from 'virtual void pqxx::internal::basic_robusttransaction::do_commit(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/robusttransaction.cxx:196:27:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, int&}]',
    inlined from 'virtual void pqxx::internal::basic_robusttransaction::do_commit(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/robusttransaction.cxx:225:16:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[15/41] Building CXX object src/CMakeFiles/pqxx.dir/row.cxx.o
[16/41] Building CXX object src/CMakeFiles/pqxx.dir/sql_cursor.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:20,
                 from /build/libpqxx/src/libpqxx/include/pqxx/cursor.hxx:23,
                 from /build/libpqxx/src/libpqxx/src/sql_cursor.cxx:18:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = int]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'std::string pqxx::to_string(const TYPE&, ctx) [with TYPE = int]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/conversions.hxx:1003:42,
    inlined from 'static std::string pqxx::internal::sql_cursor::stridestring(pqxx::cursor_base::difference_type)' at /build/libpqxx/src/libpqxx/src/sql_cursor.cxx:318:21:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, int&, int&, const int&}]',
    inlined from 'pqxx::cursor_base::difference_type pqxx::internal::sql_cursor::adjust(pqxx::cursor_base::difference_type, pqxx::cursor_base::difference_type)' at /build/libpqxx/src/libpqxx/src/sql_cursor.cxx:246:39:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'pqxx::result pqxx::internal::sql_cursor::fetch(pqxx::cursor_base::difference_type, pqxx::cursor_base::difference_type&, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/sql_cursor.cxx:279:69:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::internal::sql_cursor::close(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/sql_cursor.cxx:199:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const char*}]',
    inlined from 'pqxx::internal::sql_cursor::~sql_cursor()' at /build/libpqxx/src/libpqxx/src/sql_cursor.cxx:188:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::internal::sql_cursor::init_empty_result(pqxx::transaction_base&, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/sql_cursor.cxx:210:23:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int}]',
    inlined from 'constexpr std::size_t (* pqxx::internal::get_char_finder(pqxx::encoding_group, pqxx::sl))(std::string_view, std::size_t, pqxx::sl) [with char ...NEEDLE = {' ', '\011', '\012', '\015', ';'}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/encodings.hxx:333:18,
    inlined from 'constexpr std::__cxx11::basic_string<char>::size_type {anonymous}::find_query_end(std::string_view, pqxx::encoding_group, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/sql_cursor.cxx:81:66,
    inlined from 'pqxx::internal::sql_cursor::sql_cursor(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::cursor_base::access_policy, pqxx::cursor_base::update_policy, pqxx::cursor_base::ownership_policy, bool, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/sql_cursor.cxx:145:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, const char*, const char*, basic_string_view<char, char_traits<char> >&, basic_string_view<char, char_traits<char> >}]',
    inlined from 'pqxx::internal::sql_cursor::sql_cursor(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::cursor_base::access_policy, pqxx::cursor_base::update_policy, pqxx::cursor_base::ownership_policy, bool, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/sql_cursor.cxx:153:78:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'pqxx::cursor_base::difference_type pqxx::internal::sql_cursor::move(pqxx::cursor_base::difference_type, pqxx::cursor_base::difference_type&, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/sql_cursor.cxx:296:68:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[17/41] Building CXX object src/CMakeFiles/pqxx.dir/strconv.cxx.o
In file included from /build/libpqxx/src/libpqxx/src/strconv.cxx:15:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const unsigned int&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:353:66,
    inlined from 'static bool pqxx::string_traits<bool>::from_string(std::string_view, pqxx::ctx)' at /build/libpqxx/src/libpqxx/src/strconv.cxx:484:64:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:357:55,
    inlined from 'static bool pqxx::string_traits<bool>::from_string(std::string_view, pqxx::ctx)' at /build/libpqxx/src/libpqxx/src/strconv.cxx:484:64:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const unsigned int&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:361:55,
    inlined from 'static bool pqxx::string_traits<bool>::from_string(std::string_view, pqxx::ctx)' at /build/libpqxx/src/libpqxx/src/strconv.cxx:484:64:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:366:46,
    inlined from 'static bool pqxx::string_traits<bool>::from_string(std::string_view, pqxx::ctx)' at /build/libpqxx/src/libpqxx/src/strconv.cxx:484:64:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:370:44,
    inlined from 'static bool pqxx::string_traits<bool>::from_string(std::string_view, pqxx::ctx)' at /build/libpqxx/src/libpqxx/src/strconv.cxx:484:64:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:374:35,
    inlined from 'static bool pqxx::string_traits<bool>::from_string(std::string_view, pqxx::ctx)' at /build/libpqxx/src/libpqxx/src/strconv.cxx:484:64:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'static bool pqxx::string_traits<bool>::from_string(std::string_view, pqxx::ctx)' at /build/libpqxx/src/libpqxx/src/strconv.cxx:483:39:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, int&}]',
    inlined from 'std::string pqxx::internal::state_buffer_overrun(int, int)' at /build/libpqxx/src/libpqxx/src/strconv.cxx:160:71:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
    inlined from 'void pqxx::internal::throw_null_conversion(std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/strconv.cxx:152:16:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'TYPE {anonymous}::from_string_arithmetic(std::string_view, pqxx::ctx) [with TYPE = long long int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:198:14,
    inlined from 'static TYPE pqxx::internal::integer_string_traits<T>::from_string(std::string_view, pqxx::ctx) [with T = long long int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:392:38:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'TYPE {anonymous}::from_string_arithmetic(std::string_view, pqxx::ctx) [with TYPE = float]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:198:14,
    inlined from 'static T pqxx::internal::float_string_traits<T>::from_string(std::string_view, pqxx::ctx) [with T = float]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:348:35:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'TYPE {anonymous}::from_string_arithmetic(std::string_view, pqxx::ctx) [with TYPE = double]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:198:14,
    inlined from 'static T pqxx::internal::float_string_traits<T>::from_string(std::string_view, pqxx::ctx) [with T = double]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:348:35:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'TYPE {anonymous}::from_string_arithmetic(std::string_view, pqxx::ctx) [with TYPE = long double]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:198:14,
    inlined from 'static T pqxx::internal::float_string_traits<T>::from_string(std::string_view, pqxx::ctx) [with T = long double]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:348:35:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'TYPE {anonymous}::from_string_arithmetic(std::string_view, pqxx::ctx) [with TYPE = unsigned int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:198:14,
    inlined from 'static TYPE pqxx::internal::integer_string_traits<T>::from_string(std::string_view, pqxx::ctx) [with T = unsigned int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:392:38:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'TYPE {anonymous}::from_string_arithmetic(std::string_view, pqxx::ctx) [with TYPE = long unsigned int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:198:14,
    inlined from 'static TYPE pqxx::internal::integer_string_traits<T>::from_string(std::string_view, pqxx::ctx) [with T = long unsigned int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:392:38:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'TYPE {anonymous}::from_string_arithmetic(std::string_view, pqxx::ctx) [with TYPE = short unsigned int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:198:14,
    inlined from 'static TYPE pqxx::internal::integer_string_traits<T>::from_string(std::string_view, pqxx::ctx) [with T = short unsigned int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:392:38:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'TYPE {anonymous}::from_string_arithmetic(std::string_view, pqxx::ctx) [with TYPE = long long unsigned int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:198:14,
    inlined from 'static TYPE pqxx::internal::integer_string_traits<T>::from_string(std::string_view, pqxx::ctx) [with T = long long unsigned int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:392:38:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'TYPE {anonymous}::from_string_arithmetic(std::string_view, pqxx::ctx) [with TYPE = short int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:198:14,
    inlined from 'static TYPE pqxx::internal::integer_string_traits<T>::from_string(std::string_view, pqxx::ctx) [with T = short int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:392:38:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'TYPE {anonymous}::from_string_arithmetic(std::string_view, pqxx::ctx) [with TYPE = int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:198:14,
    inlined from 'static TYPE pqxx::internal::integer_string_traits<T>::from_string(std::string_view, pqxx::ctx) [with T = int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:392:38:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'TYPE {anonymous}::from_string_arithmetic(std::string_view, pqxx::ctx) [with TYPE = long int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:198:14,
    inlined from 'static TYPE pqxx::internal::integer_string_traits<T>::from_string(std::string_view, pqxx::ctx) [with T = long int]' at /build/libpqxx/src/libpqxx/src/strconv.cxx:392:38:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[18/41] Building CXX object src/CMakeFiles/pqxx.dir/stream_from.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:23,
                 from /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:29,
                 from /build/libpqxx/src/libpqxx/include/pqxx/internal/encodings.hxx:18,
                 from /build/libpqxx/src/libpqxx/src/stream_from.cxx:19:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int}]',
    inlined from 'constexpr std::size_t (* pqxx::internal::get_char_finder(pqxx::encoding_group, pqxx::sl))(std::string_view, std::size_t, pqxx::sl) [with char ...NEEDLE = {'\011', '\\'}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/encodings.hxx:333:18,
    inlined from 'std::size_t (* {anonymous}::get_finder(const pqxx::transaction_base&))(std::string_view, std::size_t, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/stream_from.cxx:33:53:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:421:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:424:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
    inlined from 'pqxx::stream_from::stream_from(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::from_table_t)' at /build/libpqxx/src/libpqxx/src/stream_from.cxx:71:24:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, basic_string_view<char, char_traits<char> >&}]',
    inlined from 'pqxx::stream_from::stream_from(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::from_table_t)' at /build/libpqxx/src/libpqxx/src/stream_from.cxx:73:24:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'pqxx::stream_from::stream_from(pqxx::transaction_base&, pqxx::from_table_t, std::string_view)' at /build/libpqxx/src/libpqxx/src/stream_from.cxx:57:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
    inlined from 'pqxx::stream_from::stream_from(pqxx::transaction_base&, pqxx::from_query_t, std::string_view)' at /build/libpqxx/src/libpqxx/src/stream_from.cxx:46:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = std::__cxx11::basic_string<char>]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'std::string pqxx::to_string(const TYPE&, ctx) [with TYPE = std::__cxx11::basic_string<char>]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/conversions.hxx:1003:42,
    inlined from 'std::string pqxx::separated_list(std::string_view, ITER, ITER, ACCESS, ctx) [with ITER = const std::basic_string_view<char>*; ACCESS = connection::quote_columns<std::initializer_list<std::basic_string_view<char> > >(const std::initializer_list<std::basic_string_view<char> >&, pqxx::sl) const::<lambda(auto:51)>]' at /build/libpqxx/src/libpqxx/include/pqxx/separated_list.hxx:49:38:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = std::__cxx11::basic_string<char>]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'std::string pqxx::separated_list(std::string_view, ITER, ITER, ACCESS, ctx) [with ITER = const std::basic_string_view<char>*; ACCESS = connection::quote_columns<std::initializer_list<std::basic_string_view<char> > >(const std::initializer_list<std::basic_string_view<char> >&, pqxx::sl) const::<lambda(auto:51)>]' at /build/libpqxx/src/libpqxx/include/pqxx/separated_list.hxx:64:34:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, basic_string_view<char, char_traits<char> >&, unsigned int, unsigned int&}]',
    inlined from 'std::size_t pqxx::internal::copy_chars(std::string_view, std::span<char, 4294967295>, std::size_t, pqxx::sl) [with bool terminate = false]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:738:18,
    inlined from 'std::string pqxx::separated_list(std::string_view, ITER, ITER, ACCESS, ctx) [with ITER = const std::basic_string_view<char>*; ACCESS = connection::quote_columns<std::initializer_list<std::basic_string_view<char> > >(const std::initializer_list<std::basic_string_view<char> >&, pqxx::sl) const::<lambda(auto:51)>]' at /build/libpqxx/src/libpqxx/include/pqxx/separated_list.hxx:67:45:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = std::__cxx11::basic_string<char>]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'std::string pqxx::separated_list(std::string_view, ITER, ITER, ACCESS, ctx) [with ITER = const std::basic_string_view<char>*; ACCESS = connection::quote_columns<std::initializer_list<std::basic_string_view<char> > >(const std::initializer_list<std::basic_string_view<char> >&, pqxx::sl) const::<lambda(auto:51)>]' at /build/libpqxx/src/libpqxx/include/pqxx/separated_list.hxx:68:27:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[19/41] Building CXX object src/CMakeFiles/pqxx.dir/stream_to.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:23,
                 from /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:29,
                 from /build/libpqxx/src/libpqxx/include/pqxx/separated_list.hxx:20,
                 from /build/libpqxx/src/libpqxx/include/pqxx/stream_to.hxx:20,
                 from /build/libpqxx/src/libpqxx/include/pqxx/internal/gates/connection-stream_to.hxx:6,
                 from /build/libpqxx/src/libpqxx/src/stream_to.cxx:15:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {unsigned int}]',
    inlined from 'char {anonymous}::escape_char(char, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/stream_to.cxx:54:16,
    inlined from 'void pqxx::stream_to::escape_field_to_buffer(std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/stream_to.cxx:146:25:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int}]',
    inlined from 'constexpr std::size_t (* pqxx::internal::get_char_finder(pqxx::encoding_group, pqxx::sl))(std::string_view, std::size_t, pqxx::sl) [with char ...NEEDLE = {'\010', '\014', '\012', '\015', '\011', '\013', '\\'}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/encodings.hxx:333:18,
    inlined from 'pqxx::stream_to::stream_to(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/stream_to.cxx:114:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
    inlined from 'void {anonymous}::begin_copy(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/stream_to.cxx:32:30,
    inlined from 'pqxx::stream_to::stream_to(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/stream_to.cxx:118:13:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, basic_string_view<char, char_traits<char> >&}]',
    inlined from 'void {anonymous}::begin_copy(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/stream_to.cxx:34:30,
    inlined from 'pqxx::stream_to::stream_to(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/stream_to.cxx:118:13:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:421:22,
    inlined from 'const pqxx::result& pqxx::result::no_rows(pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:467:16,
    inlined from 'void {anonymous}::begin_copy(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/stream_to.cxx:35:14,
    inlined from 'pqxx::stream_to::stream_to(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/stream_to.cxx:118:13:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:424:22,
    inlined from 'const pqxx::result& pqxx::result::no_rows(pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:467:16,
    inlined from 'void {anonymous}::begin_copy(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/stream_to.cxx:35:14,
    inlined from 'pqxx::stream_to::stream_to(pqxx::transaction_base&, std::string_view, std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/stream_to.cxx:118:13:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[20/41] Building CXX object src/CMakeFiles/pqxx.dir/subtransaction.cxx.o
[21/41] Building CXX object src/CMakeFiles/pqxx.dir/time.cxx.o
In file included from /usr/include/c++/16.1.1/bits/chrono_io.h:40,
                 from /usr/include/c++/16.1.1/chrono:3695,
                 from /build/libpqxx/src/libpqxx/include/pqxx/time.hxx:12,
                 from /build/libpqxx/src/libpqxx/src/time.cxx:9:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = short int]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'char* {anonymous}::year_into_buf(char*, const std::chrono::year&, pqxx::ctx)' at /build/libpqxx/src/libpqxx/src/time.cxx:75:21,
    inlined from 'static std::string_view pqxx::string_traits<std::chrono::year_month_day>::to_buf(std::span<char, 4294967295>, const std::chrono::year_month_day&, pqxx::ctx)' at /build/libpqxx/src/libpqxx/src/time.cxx:186:23:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[22/41] Building CXX object src/CMakeFiles/pqxx.dir/types.cxx.o
[23/41] Building CXX object src/CMakeFiles/pqxx.dir/transaction.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/connection.hxx:22,
                 from /build/libpqxx/src/libpqxx/src/transaction.cxx:17:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const unsigned int&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:353:66:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:357:55:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const unsigned int&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:361:55:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:366:46:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:370:44:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:374:35:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*}]',
    inlined from 'virtual void pqxx::internal::basic_transaction::do_commit(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction.cxx:71:31:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'virtual void pqxx::internal::basic_transaction::do_commit(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction.cxx:77:37:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*}]',
    inlined from 'virtual void pqxx::internal::basic_transaction::do_commit(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction.cxx:89:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, basic_string_view<char, char_traits<char> >}]',
    inlined from 'virtual void pqxx::internal::basic_transaction::do_commit(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction.cxx:95:39:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[24/41] Building CXX object src/CMakeFiles/pqxx.dir/transaction_base.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/connection.hxx:22,
                 from /build/libpqxx/src/libpqxx/src/transaction_base.cxx:20:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = std::basic_string_view<char>]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'std::string pqxx::to_string(const TYPE&, ctx) [with TYPE = std::basic_string_view<char>]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/conversions.hxx:1003:42,
    inlined from 'void pqxx::params::append(const TYPE&, pqxx::sl) & [with TYPE = std::basic_string_view<char>]' at /build/libpqxx/src/libpqxx/include/pqxx/params.hxx:192:38:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
    inlined from 'pqxx::result pqxx::transaction_base::exec(std::string_view, std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:300:75:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
    inlined from 'pqxx::result pqxx::transaction_base::exec(std::string_view, std::string_view, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:303:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const unsigned int&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:353:66,
    inlined from 'void pqxx::transaction_base::register_pending_error(pqxx::zview, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:502:71:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:357:55,
    inlined from 'void pqxx::transaction_base::register_pending_error(pqxx::zview, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:502:71:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const unsigned int&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:361:55,
    inlined from 'void pqxx::transaction_base::register_pending_error(pqxx::zview, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:502:71:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:366:46,
    inlined from 'void pqxx::transaction_base::register_pending_error(pqxx::zview, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:502:71:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:370:44,
    inlined from 'void pqxx::transaction_base::register_pending_error(pqxx::zview, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:502:71:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:374:35,
    inlined from 'void pqxx::transaction_base::register_pending_error(pqxx::zview, pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:502:71:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:421:22,
    inlined from 'pqxx::result pqxx::transaction_base::exec_n(pqxx::result::size_type, std::string_view, std::string_view)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:321:16:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:424:22,
    inlined from 'pqxx::result pqxx::transaction_base::exec_n(pqxx::result::size_type, std::string_view, std::string_view)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:321:16:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::transaction_base::abort(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:223:38:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*}]',
    inlined from 'void pqxx::transaction_base::abort(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:209:40:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::transaction_base::close(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:397:40:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::transaction_base::commit(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:138:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::transaction_base::commit(pqxx::sl)' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:156:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >&}]',
    inlined from 'pqxx::transaction_base::~transaction_base()' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:76:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'pqxx::transaction_base::~transaction_base()' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:81:20:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*}]',
    inlined from 'pqxx::transaction_base::~transaction_base()' at /build/libpqxx/src/libpqxx/src/transaction_base.cxx:90:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[25/41] Building CXX object src/CMakeFiles/pqxx.dir/util.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:23,
                 from /build/libpqxx/src/libpqxx/src/util.cxx:27:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, const basic_string_view<char, char_traits<char> >&}]',
    inlined from 'int pqxx::internal::check_libpqxx_version(int, int, int, std::string_view)' at /build/libpqxx/src/libpqxx/src/util.cxx:289:37:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&, basic_string_view<char, char_traits<char> >&}]',
    inlined from 'std::string pqxx::internal::describe_object(std::string_view, std::string_view)' at /build/libpqxx/src/libpqxx/src/util.cxx:59:55:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::internal::check_unique_unregister(const void*, std::string_view, std::string_view, const void*, std::string_view, std::string_view)' at /build/libpqxx/src/libpqxx/src/util.cxx:96:36:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char*, const char*}]',
    inlined from 'pqxx::thread_safety_model pqxx::describe_thread_safety()' at /build/libpqxx/src/libpqxx/src/util.cxx:50:1:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {__cxx11::basic_string<char, char_traits<char>, allocator<char> >, __cxx11::basic_string<char, char_traits<char>, allocator<char> >}]',
    inlined from 'void pqxx::internal::check_unique_register(const void*, std::string_view, std::string_view, const void*, std::string_view, std::string_view)' at /build/libpqxx/src/libpqxx/src/util.cxx:72:32:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[26/41] Building CXX object src/CMakeFiles/pqxx.dir/wait.cxx.o
[27/41] Linking CXX shared library src/libpqxx-8.0.so; Ensure library symlink
[28/41] Building CXX object examples/CMakeFiles/complete_example.dir/complete_example.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/array.hxx:20,
                 from /build/libpqxx/src/libpqxx/include/pqxx/pqxx:4,
                 from /build/libpqxx/src/libpqxx/examples/complete_example.cxx:2:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_columns(pqxx::row_size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:484:22,
    inlined from 'pqxx::internal::result_iteration<TYPE>::result_iteration(pqxx::result) [with TYPE = {int}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/result_iter.hxx:95:26,
    inlined from 'auto pqxx::result::iter() const [with TYPE = {int}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/result_iter.hxx:116:57,
    inlined from 'auto pqxx::transaction_base::query(std::string_view, pqxx::sl) [with TYPE = {int}]' at /build/libpqxx/src/libpqxx/include/pqxx/transaction_base.hxx:680:43,
    inlined from 'pqxx::result query()' at /build/libpqxx/src/libpqxx/examples/complete_example.cxx:35:67:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_columns(pqxx::row_size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:489:22,
    inlined from 'pqxx::internal::result_iteration<TYPE>::result_iteration(pqxx::result) [with TYPE = {int}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/result_iter.hxx:95:26,
    inlined from 'auto pqxx::result::iter() const [with TYPE = {int}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/result_iter.hxx:116:57,
    inlined from 'auto pqxx::transaction_base::query(std::string_view, pqxx::sl) [with TYPE = {int}]' at /build/libpqxx/src/libpqxx/include/pqxx/transaction_base.hxx:680:43,
    inlined from 'pqxx::result query()' at /build/libpqxx/src/libpqxx/examples/complete_example.cxx:35:67:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const unsigned int&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:353:66,
    inlined from 'int main()' at /build/libpqxx/src/libpqxx/examples/complete_example.cxx:92:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:357:55,
    inlined from 'int main()' at /build/libpqxx/src/libpqxx/examples/complete_example.cxx:92:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const unsigned int&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:361:55,
    inlined from 'int main()' at /build/libpqxx/src/libpqxx/examples/complete_example.cxx:92:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:366:46,
    inlined from 'int main()' at /build/libpqxx/src/libpqxx/examples/complete_example.cxx:92:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:370:44,
    inlined from 'int main()' at /build/libpqxx/src/libpqxx/examples/complete_example.cxx:92:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:374:35,
    inlined from 'int main()' at /build/libpqxx/src/libpqxx/examples/complete_example.cxx:92:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[29/41] Building CXX object examples/CMakeFiles/faster_data.dir/faster_data.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/array.hxx:20,
                 from /build/libpqxx/src/libpqxx/include/pqxx/pqxx:4,
                 from /build/libpqxx/src/libpqxx/examples/faster_data.cxx:3:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:424:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int}]',
    inlined from 'constexpr std::size_t (* pqxx::internal::get_char_finder(pqxx::encoding_group, pqxx::sl))(std::string_view, std::size_t, pqxx::sl) [with char ...NEEDLE = {'\011', '\\'}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/encodings.hxx:333:18,
    inlined from 'static std::size_t (* pqxx::internal::stream_query<TYPE>::get_finder(const pqxx::transaction_base&, pqxx::sl))(std::string_view, std::size_t, pqxx::sl) [with TYPE = {std::basic_string_view<char, std::char_traits<char> >, int}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/stream_query_impl.hxx:30:37,
    inlined from 'pqxx::internal::stream_query<TYPE>::stream_query(pqxx::transaction_base&, std::string_view, pqxx::conversion_context) [with TYPE = {std::basic_string_view<char, std::char_traits<char> >, int}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/stream_query_impl.hxx:15:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
    inlined from 'pqxx::internal::stream_query<TYPE>::stream_query(pqxx::transaction_base&, std::string_view, pqxx::conversion_context) [with TYPE = {std::basic_string_view<char, std::char_traits<char> >, int}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/stream_query_impl.hxx:18:35:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_columns(pqxx::row_size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:489:22,
    inlined from 'pqxx::internal::stream_query<TYPE>::stream_query(pqxx::transaction_base&, std::string_view, pqxx::conversion_context) [with TYPE = {std::basic_string_view<char, std::char_traits<char> >, int}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/stream_query_impl.hxx:19:19:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, const int&}]',
    inlined from 'void pqxx::result::for_each(CALLABLE&&, pqxx::sl) const [with CALLABLE = main()::<lambda(std::string_view, int)>]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/result_iter.hxx:137:18,
    inlined from 'int main()' at /build/libpqxx/src/libpqxx/examples/faster_data.cxx:84:16:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, int}]',
    inlined from 'void pqxx::row_ref::check_size(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/row.hxx:340:20,
    inlined from 'TUPLE pqxx::row_ref::as_tuple(pqxx::sl) const requires requires(TUPLE t) {(get<0>)(t);} [with TUPLE = std::tuple<std::basic_string_view<char, std::char_traits<char> >, int>]' at /build/libpqxx/src/libpqxx/include/pqxx/row.hxx:318:15,
    inlined from 'TUPLE pqxx::internal::gate::row_ref_result::as_tuple(pqxx::sl) const [with TUPLE = std::tuple<std::basic_string_view<char, std::char_traits<char> >, int>]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/gates/row_ref-result.hxx:22:38,
    inlined from 'void pqxx::result::for_each(CALLABLE&&, pqxx::sl) const [with CALLABLE = main()::<lambda(std::string_view, int)>]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/result_iter.hxx:146:73,
    inlined from 'int main()' at /build/libpqxx/src/libpqxx/examples/faster_data.cxx:84:16:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[30/41] Building CXX object examples/CMakeFiles/getting_started_1.dir/getting_started_1.cxx.o
[31/41] Linking CXX executable examples/complete_example
[32/41] Building CXX object examples/CMakeFiles/from_readme.dir/from_readme.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/array.hxx:20,
                 from /build/libpqxx/src/libpqxx/include/pqxx/pqxx:4,
                 from /build/libpqxx/src/libpqxx/examples/from_readme.cxx:2:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_columns(pqxx::row_size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:484:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_columns(pqxx::row_size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:489:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, int}]',
    inlined from 'void pqxx::row_ref::check_size(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/row.hxx:340:20,
    inlined from 'TUPLE pqxx::row_ref::as_tuple(pqxx::sl) const requires requires(TUPLE t) {(get<0>)(t);} [with TUPLE = std::tuple<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int>]' at /build/libpqxx/src/libpqxx/include/pqxx/row.hxx:318:15,
    inlined from 'std::tuple<_UTypes ...> pqxx::row_ref::as(pqxx::sl) const [with TYPE = {std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int}]' at /build/libpqxx/src/libpqxx/include/pqxx/row.hxx:301:45,
    inlined from 'std::tuple<_UTypes ...> pqxx::transaction_base::query1(std::string_view, pqxx::sl) [with TYPE = {std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int}]' at /build/libpqxx/src/libpqxx/include/pqxx/transaction_base.hxx:510:23:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:421:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:424:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int}]',
    inlined from 'constexpr std::size_t (* pqxx::internal::get_char_finder(pqxx::encoding_group, pqxx::sl))(std::string_view, std::size_t, pqxx::sl) [with char ...NEEDLE = {'\011', '\\'}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/encodings.hxx:333:18,
    inlined from 'static std::size_t (* pqxx::internal::stream_query<TYPE>::get_finder(const pqxx::transaction_base&, pqxx::sl))(std::string_view, std::size_t, pqxx::sl) [with TYPE = {std::basic_string_view<char, std::char_traits<char> >, int}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/stream_query_impl.hxx:30:37,
    inlined from 'pqxx::internal::stream_query<TYPE>::stream_query(pqxx::transaction_base&, std::string_view, pqxx::conversion_context) [with TYPE = {std::basic_string_view<char, std::char_traits<char> >, int}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/stream_query_impl.hxx:15:33:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >&}]',
    inlined from 'pqxx::internal::stream_query<TYPE>::stream_query(pqxx::transaction_base&, std::string_view, pqxx::conversion_context) [with TYPE = {std::basic_string_view<char, std::char_traits<char> >, int}]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/stream_query_impl.hxx:18:35:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[33/41] Linking CXX executable examples/faster_data
[34/41] Linking CXX executable examples/getting_started_1
[35/41] Linking CXX executable examples/from_readme
[36/41] Building CXX object examples/CMakeFiles/getting_started_2.dir/getting_started_2.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/array.hxx:20,
                 from /build/libpqxx/src/libpqxx/include/pqxx/pqxx:4,
                 from /build/libpqxx/src/libpqxx/examples/getting_started_2.cxx:2:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >}]',
    inlined from 'std::string pqxx::to_string(const TYPE&, ctx) [with TYPE = const char*]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/conversions.hxx:986:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = const char*]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'std::string pqxx::to_string(const TYPE&, ctx) [with TYPE = const char*]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/conversions.hxx:1003:42:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[37/41] Linking CXX executable examples/getting_started_2
[38/41] Building CXX object examples/CMakeFiles/quick_example.dir/quick_example.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/array.hxx:20,
                 from /build/libpqxx/src/libpqxx/include/pqxx/pqxx:4,
                 from /build/libpqxx/src/libpqxx/examples/quick_example.cxx:2:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >}]',
    inlined from 'std::string pqxx::to_string(const TYPE&, ctx) [with TYPE = const char*]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/conversions.hxx:986:18:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = const char*]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'std::string pqxx::to_string(const TYPE&, ctx) [with TYPE = const char*]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/conversions.hxx:1003:42:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_columns(pqxx::row_size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:484:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_columns(pqxx::row_size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:489:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]',
    inlined from 'std::size_t pqxx::into_buf(std::span<char, 4294967295>, const TYPE&, ctx) [with TYPE = int]' at /build/libpqxx/src/libpqxx/include/pqxx/strconv.hxx:466:20,
    inlined from 'std::string pqxx::to_string(const TYPE&, ctx) [with TYPE = int]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/conversions.hxx:1003:42,
    inlined from 'void pqxx::params::append(const TYPE&, pqxx::sl) & [with TYPE = int]' at /build/libpqxx/src/libpqxx/include/pqxx/params.hxx:192:38,
    inlined from 'void pqxx::params::append_pack(pqxx::sl, Args&& ...) [with Args = {const int&}]' at /build/libpqxx/src/libpqxx/include/pqxx/params.hxx:222:19,
    inlined from 'pqxx::params::params(First&&, Args&& ...) [with First = const int&; Args = {}]' at /build/libpqxx/src/libpqxx/include/pqxx/params.hxx:103:18,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/quick_example.cxx:50:31:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:421:22,
    inlined from 'const pqxx::result& pqxx::result::no_rows(pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:467:16,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/quick_example.cxx:51:13:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:424:22,
    inlined from 'const pqxx::result& pqxx::result::no_rows(pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:467:16,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/quick_example.cxx:51:13:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[39/41] Linking CXX executable examples/quick_example
[40/41] Building CXX object examples/CMakeFiles/simple_queries.dir/simple_queries.cxx.o
In file included from /build/libpqxx/src/libpqxx/include/pqxx/array.hxx:20,
                 from /build/libpqxx/src/libpqxx/include/pqxx/pqxx:4,
                 from /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:3:
/usr/include/c++/16.1.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/16.1.1/format:5446:3: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {basic_string_view<char, char_traits<char> >, unsigned int}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, basic_string_view<char, char_traits<char> >&, unsigned int, unsigned int&}]',
    inlined from 'std::size_t pqxx::internal::copy_chars(std::string_view, std::span<char, 4294967295>, std::size_t, pqxx::sl) [with bool terminate = false]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:738:18,
    inlined from 'std::string pqxx::separated_list(std::string_view, ITER, ITER, ACCESS, ctx) [with ITER = const std::basic_string_view<char>*; ACCESS = connection::quote_columns<std::initializer_list<std::basic_string_view<char> > >(const std::initializer_list<std::basic_string_view<char> >&, pqxx::sl) const::<lambda(auto:51)>]' at /build/libpqxx/src/libpqxx/include/pqxx/separated_list.hxx:67:45:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
/usr/include/c++/16.1.1/format: In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const int&}]':
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_columns(pqxx::row_size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:489:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, const __cxx11::basic_string<char, char_traits<char>, allocator<char> >&, const int&}]',
    inlined from 'const pqxx::result& pqxx::result::expect_rows(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/result.hxx:424:22:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, const int&}]',
    inlined from 'void pqxx::result::for_each(CALLABLE&&, pqxx::sl) const [with CALLABLE = {anonymous}::query_emps(pqxx::connection&)::<lambda(int, std::string_view, std::string_view)>]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/result_iter.hxx:137:18,
    inlined from 'void {anonymous}::query_emps(pqxx::connection&)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:211:15,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:291:15:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, int}]',
    inlined from 'void pqxx::row_ref::check_size(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/row.hxx:340:20,
    inlined from 'TUPLE pqxx::row_ref::as_tuple(pqxx::sl) const requires requires(TUPLE t) {(get<0>)(t);} [with TUPLE = std::tuple<int, std::basic_string_view<char, std::char_traits<char> >, std::basic_string_view<char, std::char_traits<char> > >]' at /build/libpqxx/src/libpqxx/include/pqxx/row.hxx:318:15,
    inlined from 'TUPLE pqxx::internal::gate::row_ref_result::as_tuple(pqxx::sl) const [with TUPLE = std::tuple<int, std::basic_string_view<char, std::char_traits<char> >, std::basic_string_view<char, std::char_traits<char> > >]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/gates/row_ref-result.hxx:22:38,
    inlined from 'void pqxx::result::for_each(CALLABLE&&, pqxx::sl) const [with CALLABLE = {anonymous}::query_emps(pqxx::connection&)::<lambda(int, std::string_view, std::string_view)>]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/result_iter.hxx:146:73,
    inlined from 'void {anonymous}::query_emps(pqxx::connection&)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:211:15,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:291:15:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const unsigned int&, const int&}]',
    inlined from 'void pqxx::result::for_each(CALLABLE&&, pqxx::sl) const [with CALLABLE = {anonymous}::query_customers(pqxx::connection&)::<lambda(int, std::string_view)>]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/result_iter.hxx:137:18,
    inlined from 'void pqxx::transaction_base::for_query(std::string_view, CALLABLE&&, pqxx::sl) [with CALLABLE = {anonymous}::query_customers(pqxx::connection&)::<lambda(int, std::string_view)>]' at /build/libpqxx/src/libpqxx/include/pqxx/transaction_base.hxx:705:25,
    inlined from 'void {anonymous}::query_customers(pqxx::connection&)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:251:15,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:292:20:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {int&, int}]',
    inlined from 'void pqxx::row_ref::check_size(size_type, pqxx::sl) const' at /build/libpqxx/src/libpqxx/include/pqxx/row.hxx:340:20,
    inlined from 'TUPLE pqxx::row_ref::as_tuple(pqxx::sl) const requires requires(TUPLE t) {(get<0>)(t);} [with TUPLE = std::tuple<int, std::basic_string_view<char, std::char_traits<char> > >]' at /build/libpqxx/src/libpqxx/include/pqxx/row.hxx:318:15,
    inlined from 'TUPLE pqxx::internal::gate::row_ref_result::as_tuple(pqxx::sl) const [with TUPLE = std::tuple<int, std::basic_string_view<char, std::char_traits<char> > >]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/gates/row_ref-result.hxx:22:38,
    inlined from 'void pqxx::result::for_each(CALLABLE&&, pqxx::sl) const [with CALLABLE = {anonymous}::query_customers(pqxx::connection&)::<lambda(int, std::string_view)>]' at /build/libpqxx/src/libpqxx/include/pqxx/internal/result_iter.hxx:146:73,
    inlined from 'void pqxx::transaction_base::for_query(std::string_view, CALLABLE&&, pqxx::sl) [with CALLABLE = {anonymous}::query_customers(pqxx::connection&)::<lambda(int, std::string_view)>]' at /build/libpqxx/src/libpqxx/include/pqxx/transaction_base.hxx:705:25,
    inlined from 'void {anonymous}::query_customers(pqxx::connection&)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:251:15,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:292:20:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const unsigned int&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:353:66,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:299:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:357:55,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:299:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&, const unsigned int&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:361:55,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:299:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:366:46,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:299:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&, const unsigned int&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:370:44,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:299:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
In function 'std::string std::format(format_string<_Args ...>, _Args&& ...) [with _Args = {const char* const&}]',
    inlined from 'std::string pqxx::source_loc(const LOC&) [with LOC = std::source_location]' at /build/libpqxx/src/libpqxx/include/pqxx/util.hxx:374:35,
    inlined from 'int main(int, char**)' at /build/libpqxx/src/libpqxx/examples/simple_queries.cxx:299:52:
/usr/include/c++/16.1.1/format:5488:72: note: parameter passing for argument of type 'std::format_args' {aka 'std::basic_format_args<std::basic_format_context<std::__format::_Sink_iter<char>, char> >'} changed in GCC 9.1
[41/41] Linking CXX executable examples/simple_queries
==> Entering fakeroot environment...
==> Starting package()...
-- Install configuration: "None"
-- Installing: /build/libpqxx/pkg/libpqxx/usr/lib/cmake/libpqxx/libpqxx-config.cmake
-- Installing: /build/libpqxx/pkg/libpqxx/usr/lib/cmake/libpqxx/libpqxx-config-version.cmake
-- Installing: /build/libpqxx/pkg/libpqxx/usr/lib/cmake/libpqxx/libpqxx-targets.cmake
-- Installing: /build/libpqxx/pkg/libpqxx/usr/lib/cmake/libpqxx/libpqxx-targets-none.cmake
-- Installing: /build/libpqxx/pkg/libpqxx/usr/lib/libpqxx-8.0.so
-- Installing: /build/libpqxx/pkg/libpqxx/usr/lib/libpqxx.so
-- Installing: /build/libpqxx/pkg/libpqxx/usr/lib/pkgconfig/libpqxx.pc
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/range.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/composite
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/transactor.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/subtransaction
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/stream_from.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/isolation.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/prepared_statement
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/range
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/util
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/connection
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/except.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/params.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/array.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/subtransaction.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/strconv
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/cursor
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/ignore-deprecated-pre.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/encodings.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/result_iterator.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/wait.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/sql_cursor.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/statement_parameters.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/result_iter.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/conversions.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/connection-stream_to.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/result-pipeline.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/result-creation.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/field_ref-const_row_iterator.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/connection-pipeline.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/icursorstream-icursor_iterator.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/transaction-transaction_focus.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/row_ref-result.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/result-connection.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/row_ref-const_result_iterator.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/row_ref-row.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/connection-largeobject.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/icursor_iterator-icursorstream.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/errorhandler-connection.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/result-field_ref.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/result-sql_cursor.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/connection-notification_receiver.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/connection-transaction.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/connection-stream_from.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/connection-sql_cursor.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/gates/connection-errorhandler.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/stream_iterator.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/header-post.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/stream_query_impl.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/connection-string.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/array-composite.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/callgate.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/ignore-deprecated-post.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/header-pre.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/stream_query.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/row
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/errorhandler.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/types.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/transaction_base.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/row.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/prepared_statement.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/notification.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/notification
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/time.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/isolation
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/largeobject.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/blob
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/composite.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/separated_list.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/encoding_group
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/except
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/transaction_focus.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/transaction.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/result
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/strconv.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/result.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/largeobject
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/nontransaction
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/version
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/field
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/dbtransaction.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/stream_to
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/blob.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/zview
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/field.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/time
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/nontransaction.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/connection.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/zview.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/stream_to.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/transaction_base
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/stream_from
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/pipeline
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/robusttransaction.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/pqxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/robusttransaction
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/transaction_focus
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/transaction
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/types
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/params
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/errorhandler
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/version.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/dbtransaction
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/util.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/cursor.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/separated_list
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/encoding_group.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/pipeline.hxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/array
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/transactor
-- Up-to-date: /build/libpqxx/pkg/libpqxx/usr/include/pqxx
-- Up-to-date: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal
-- Installing: /build/libpqxx/pkg/libpqxx/usr/include/pqxx/internal/config.h
-- Installing: /build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx
-- Installing: /build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx/mainpage.md
-- Installing: /build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx/accessing-results.md
-- Installing: /build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx/getting-started.md
-- Installing: /build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx/thread-safety.md
-- Installing: /build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx/streams.md
-- Installing: /build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx/parameters.md
-- Installing: /build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx/datatypes.md
-- Installing: /build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx/escaping.md
-- Installing: /build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx/binary-data.md
-- Installing: /build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx/performance.md
-- Installing: /build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx/prepared-statement.md
'README.md' -> '/build/libpqxx/pkg/libpqxx/usr/share/doc/libpqxx/README.md'
install: creating directory '/build/libpqxx/pkg/libpqxx/usr/share/licenses'
install: creating directory '/build/libpqxx/pkg/libpqxx/usr/share/licenses/libpqxx'
'COPYING' -> '/build/libpqxx/pkg/libpqxx/usr/share/licenses/libpqxx/COPYING'
==> Tidying install...
  -> Removing libtool files...
  -> Removing static library files...
  -> Purging unwanted files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/libpqxx-8.0.so
==> Creating package "libpqxx"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libpqxx 8.0.2-1 (Sun Jul 19 14:03:04 2026)
==> Cleaning up...
[?12l[?25h