==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: sqlsmith 1.5-1 (Fri May 15 19:35:12 2026)
==> Retrieving sources...
-> Updating sqlsmith git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
sqlsmith ... Passed
==> Validating source files with b2sums...
sqlsmith ... Passed
==> Making package: sqlsmith 1.5-1 (Sat May 16 01:35:39 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (2) libpqxx-8.0.1-1 postgresql-libs-18.4-1
Total Download Size: 0.31 MiB
Total Installed Size: 11.96 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
libpqxx-8.0.1-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...
installing libpqxx...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (14) 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 autoconf-archive-1:2024.10.16-4 boost-1.91.0-1 cmake-4.3.2-1 git-2.54.0-1 ninja-1.13.2-3
Total Download Size: 0.53 MiB
Total Installed Size: 307.37 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
autoconf-archive-1:2024.10.16-4-any 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...
installing autoconf-archive...
Optional dependencies for autoconf-archive
automake: macros for use with it [installed]
installing boost...
Optional dependencies for boost
python: for python bindings [installed]
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/4) Reloading system manager configuration...
Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Updating the info directory file...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Creating working copy of sqlsmith git repo...
Cloning into 'sqlsmith'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
-- The CXX compiler identification is GNU 15.2.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
-- Performing Test std_regex_ok
-- Performing Test std_regex_ok - Success
-- Found PostgreSQL: /usr/lib/libpq.so (found version "18.4")
-- Found PkgConfig: /usr/bin/pkg-config (found version "2.5.1")
-- Found PQXX: /usr/lib/libpqxx.so (found version "8.0.1")
-- Found SQLite3: /usr/lib/libsqlite3.so (found version "3.53.1")
-- Could NOT find MonetDB (missing: MonetDB_LIBRARY MonetDB_INCLUDE_DIR)
-- Configuring done (6.5s)
-- Generating done (0.0s)
-- Build files have been written to: /build/sqlsmith/src/build
[1/13] Building CXX object CMakeFiles/sqlsmith.dir/relmodel.cc.o
[2/13] Building CXX object CMakeFiles/sqlsmith.dir/random.cc.o
[3/13] Building CXX object CMakeFiles/sqlsmith.dir/prod.cc.o
[4/13] Building CXX object CMakeFiles/sqlsmith.dir/schema.cc.o
[5/13] Building CXX object CMakeFiles/sqlsmith.dir/dump.cc.o
[6/13] Building CXX object CMakeFiles/sqlsmith.dir/expr.cc.o
[7/13] Building CXX object CMakeFiles/sqlsmith.dir/grammar.cc.o
[8/13] Building CXX object CMakeFiles/sqlsmith.dir/impedance.cc.o
[9/13] Building CXX object CMakeFiles/sqlsmith.dir/log.cc.o
/build/sqlsmith/src/sqlsmith/log.cc: In constructor 'pqxx_logger::pqxx_logger(std::string, std::string, schema&)':
/build/sqlsmith/src/sqlsmith/log.cc:150:29: warning: 'pqxx::result pqxx::transaction_base::exec_prepared(pqxx::zview, Args&& ...) [with Args = {const char (&)[5], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, char (&)[1024], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >}]' is deprecated: Use exec(prepped, params) instead. [-Wdeprecated-declarations]
In file included from /usr/include/pqxx/dbtransaction.hxx:20,
from /usr/include/pqxx/blob.hxx:25,
from /usr/include/pqxx/pqxx:5,
from /build/sqlsmith/src/sqlsmith/log.cc:3:
/usr/include/pqxx/transaction_base.hxx:972:10: note: declared here
/build/sqlsmith/src/sqlsmith/log.cc: In member function 'virtual void pqxx_logger::error(prod&, const dut::failure&)':
/build/sqlsmith/src/sqlsmith/log.cc:177:18: warning: 'pqxx::result pqxx::transaction_base::exec_prepared(pqxx::zview, Args&& ...) [with Args = {const char*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&}]' is deprecated: Use exec(prepped, params) instead. [-Wdeprecated-declarations]
/usr/include/pqxx/transaction_base.hxx:972:10: note: declared here
/build/sqlsmith/src/sqlsmith/log.cc: In member function 'virtual void pqxx_logger::generated(prod&)':
/build/sqlsmith/src/sqlsmith/log.cc:192:20: warning: 'pqxx::result pqxx::transaction_base::exec_prepared(pqxx::zview, Args&& ...) [with Args = {long int&, float, float, float, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >}]' is deprecated: Use exec(prepped, params) instead. [-Wdeprecated-declarations]
/usr/include/pqxx/transaction_base.hxx:972:10: note: declared here
In file included from /usr/include/pqxx/array.hxx:20,
from /usr/include/pqxx/pqxx:4:
/usr/include/c++/15.2.1/format: In function 'std::string std::vformat(string_view, format_args)':
/usr/include/c++/15.2.1/format:4851: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++/15.2.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++/15.2.1/format:4893: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 'std::string pqxx::to_string(const TYPE&, ctx) [with TYPE = const char*]' at /usr/include/pqxx/internal/conversions.hxx:978:18:
/usr/include/c++/15.2.1/format:4893: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
[10/13] Building CXX object CMakeFiles/sqlsmith.dir/sqlsmith.cc.o
[11/13] Building CXX object CMakeFiles/sqlsmith.dir/sqlite.cc.o
[12/13] Building CXX object CMakeFiles/sqlsmith.dir/postgres.cc.o
/build/sqlsmith/src/sqlsmith/postgres.cc: In constructor 'dut_pqxx::dut_pqxx(std::string)':
/build/sqlsmith/src/sqlsmith/postgres.cc:68:20: warning: 'void pqxx::connection::set_variable(std::string_view, std::string_view, pqxx::sl) &' is deprecated: To set session variables, use set_session_var. [-Wdeprecated-declarations]
In file included from /usr/include/pqxx/array.hxx:27,
from /usr/include/pqxx/pqxx:4,
from /build/sqlsmith/src/sqlsmith/schema.hh:9,
from /build/sqlsmith/src/sqlsmith/postgres.hh:9,
from /build/sqlsmith/src/sqlsmith/postgres.cc:1:
/usr/include/pqxx/connection.hxx:1302:3: note: declared here
/build/sqlsmith/src/sqlsmith/postgres.cc:69:20: warning: 'void pqxx::connection::set_variable(std::string_view, std::string_view, pqxx::sl) &' is deprecated: To set session variables, use set_session_var. [-Wdeprecated-declarations]
/usr/include/pqxx/connection.hxx:1302:3: note: declared here
/build/sqlsmith/src/sqlsmith/postgres.cc:70:20: warning: 'void pqxx::connection::set_variable(std::string_view, std::string_view, pqxx::sl) &' is deprecated: To set session variables, use set_session_var. [-Wdeprecated-declarations]
/usr/include/pqxx/connection.hxx:1302:3: note: declared here
/build/sqlsmith/src/sqlsmith/postgres.cc: In constructor 'schema_pqxx::schema_pqxx(std::string&, bool)':
/build/sqlsmith/src/sqlsmith/postgres.cc:102:17: warning: 'void pqxx::connection::set_variable(std::string_view, std::string_view, pqxx::sl) &' is deprecated: To set session variables, use set_session_var. [-Wdeprecated-declarations]
/usr/include/pqxx/connection.hxx:1302:3: note: declared here
[13/13] Linking CXX executable sqlsmith
==> Entering fakeroot environment...
==> Starting package()...
install: creating directory '/build/sqlsmith/pkg/sqlsmith/usr'
install: creating directory '/build/sqlsmith/pkg/sqlsmith/usr/bin'
'build/sqlsmith' -> '/build/sqlsmith/pkg/sqlsmith/usr/bin/sqlsmith'
==> 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/bin/sqlsmith
==> Creating package "sqlsmith"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: sqlsmith 1.5-1 (Sat May 16 01:36:28 2026)
==> Cleaning up...
[?12l[?25h