=>> Building databases/luadbi build started at Sat Jan 24 13:47:48 EST 2026 port directory: /usr/ports/databases/luadbi package name: lua51-luadbi-0.7.4_1 building for: FreeBSD pkg.DaveG.ca 13.5-RELEASE-p7 FreeBSD 13.5-RELEASE-p7 1305000 amd64 maintained by: olexander.v.melnyk@gmail.com Makefile datestamp: -rw-r--r-- 1 root wheel 1914 Nov 29 2024 /usr/ports/databases/luadbi/Makefile Ports top last git commit: 076a295eb33c Ports top unclean checkout: no Port dir last git commit: b43fee0213d3 Port dir unclean checkout: no Poudriere version: poudriere-git-3.4.2 Host OSVERSION: 1500068 Jail OSVERSION: 1305000 Job Id: 03 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1305000 UNAME_v=FreeBSD 13.5-RELEASE-p7 1305000 UNAME_r=13.5-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin MAKE_OBJDIR_CHECK_WRITABLE=0 LOCALBASE=/usr/local USER=root POUDRIERE_NAME=poudriere-git LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.4.2 MASTERMNT=/usr/local/poudriere/data/.m/freebsd_13_5_x64-HEAD-ALL/ref LC_COLLATE=C POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM=tmux-256color OUTPUT_REDIRECTED_STDERR=4 OUTPUT_REDIRECTED=1 PWD=/usr/local/poudriere/data/.m/freebsd_13_5_x64-HEAD-ALL/03/.p OUTPUT_REDIRECTED_STDOUT=3 P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS MASTERNAME=freebsd_13_5_x64-HEAD-ALL SCRIPTPREFIX=/usr/local/share/poudriere SCRIPTNAME=bulk.sh OLDPWD=/usr/local/poudriere/data/.m/freebsd_13_5_x64-HEAD-ALL/ref/.p/pool POUDRIERE_PKGNAME=poudriere-git-3.4.2 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR=lua51 MAKE_ARGS= FLAVOR=lua51 ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ===> The following configuration options are available for lua51-luadbi-0.7.4_1: ====> Options available for the multi DATABASE: you have to choose at least one of them MYSQL=on: MySQL database support PGSQL=off: PostgreSQL database support SQLITE3=off: SQLite 3 database support ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- olexander.v.melnyk@gmail.com --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=/usr/local/bin/gmake XDG_DATA_HOME=/wrkdirs/usr/ports/databases/luadbi/work-lua51 XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/luadbi/work-lua51 XDG_CACHE_HOME=/wrkdirs/usr/ports/databases/luadbi/work-lua51/.cache HOME=/wrkdirs/usr/ports/databases/luadbi/work-lua51 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/databases/luadbi/work-lua51/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/databases/luadbi/work-lua51/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local" --End CONFIGURE_ENV-- --MAKE_ENV-- COMMON_CFLAGS="" COMMON_LDFLAGS="" INSTALL_DATA="install -m 0644" INSTALL_PROGRAM="install -s -m 555" LUA_CDIR="/usr/local/lib/lua/5.1" LUA_INC="-I/usr/local/include/lua51" LUA_LDIR="/usr/local/share/lua/5.1" LUA_V="5.1" MYSQL_INC="-I/usr/local/include/mysql" MYSQL_LDFLAGS="-L/usr/local/lib/mysql -lmysqlclient" LUA_MODLIBDIR=/usr/local/lib/lua/5.1 LUA_MODSHAREDIR=/usr/local/share/lua/5.1 LUA_MODDOCSDIR=/usr/local/share/doc/lua51 LUA_INCDIR=/usr/local/include/lua51 LUA_LIBDIR=/usr/local/lib LUA_VER=5.1 LUA_VER_STR=51 LUA_DOCSDIR=/usr/local/share/doc/lua51/luadbi LUA_EXAMPLESDIR=/usr/local/share/examples/lua51/luadbi XDG_DATA_HOME=/wrkdirs/usr/ports/databases/luadbi/work-lua51 XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/luadbi/work-lua51 XDG_CACHE_HOME=/wrkdirs/usr/ports/databases/luadbi/work-lua51/.cache HOME=/wrkdirs/usr/ports/databases/luadbi/work-lua51 TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/databases/luadbi/work-lua51/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/databases/luadbi/work-lua51/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -g -pedantic -Wall -Qunused-arguments -shared -fPIC -DPIC -std=c99 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing " CPP="cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -shared -L/usr/local/lib " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -g -pedantic -Wall -Qunused-arguments -shared -fPIC -DPIC -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include " BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- LUA_MODLIBDIR=lib/lua/5.1 LUA_MODSHAREDIR=share/lua/5.1 LUA_MODDOCSDIR=share/doc/lua51 LUA_INCDIR=include/lua51 LUA_VER=5.1 LUA_VER_STR=51 LUA_DOCSDIR=share/doc/lua51/luadbi LUA_EXAMPLESDIR=share/examples/lua51/luadbi OSREL=13.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/luadbi" EXAMPLESDIR="share/examples/luadbi" DATADIR="share/luadbi" WWWDIR="www/luadbi" ETCDIR="etc/luadbi" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/luadbi DOCSDIR=/usr/local/share/doc/luadbi EXAMPLESDIR=/usr/local/share/examples/luadbi WWWDIR=/usr/local/www/luadbi ETCDIR=/usr/local/etc/luadbi --End SUB_LIST-- ---Begin make.conf--- DEFAULT_VERSIONS+=pgsql=15 DEFAULT_VERSIONS+=php=82 DISABLE_LICENSES=yes SELECTED_OPTIONS+=OPENBLAS ARCHDEF=AMD64K10h64SSE3 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles FORCE_PACKAGE=yes PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### #### DEFAULT_VERSIONS+=pgsql=15 DEFAULT_VERSIONS+=php=82 DISABLE_LICENSES=yes SELECTED_OPTIONS+=OPENBLAS ARCHDEF=AMD64K10h64SSE3 WITH_CCACHE_BUILD=yes CCACHE_DIR=/root/.ccache #### Misc Poudriere #### .include "/etc/make.conf.ports_env" GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 8192 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> lua51-luadbi-0.7.4_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-2.5.1.pkg [pkg.DaveG.ca] Installing pkg-2.5.1... [pkg.DaveG.ca] Extracting pkg-2.5.1: .......... done ===> lua51-luadbi-0.7.4_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of lua51-luadbi-0.7.4_1 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Fetching all distfiles required by lua51-luadbi-0.7.4_1 for building =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Fetching all distfiles required by lua51-luadbi-0.7.4_1 for building => SHA256 Checksum OK for mwild1-luadbi-v0.7.4_GH0.tar.gz. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Fetching all distfiles required by lua51-luadbi-0.7.4_1 for building ===> Extracting for lua51-luadbi-0.7.4_1 => SHA256 Checksum OK for mwild1-luadbi-v0.7.4_GH0.tar.gz. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Patching for lua51-luadbi-0.7.4_1 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> lua51-luadbi-0.7.4_1 depends on package: gmake>=4.4.1 - not found ===> Installing existing package /packages/All/gmake-4.4.1.pkg [pkg.DaveG.ca] Installing gmake-4.4.1... [pkg.DaveG.ca] `-- Installing gettext-runtime-0.26... [pkg.DaveG.ca] | `-- Installing indexinfo-0.3.1_1... [pkg.DaveG.ca] | `-- Extracting indexinfo-0.3.1_1: . done [pkg.DaveG.ca] `-- Extracting gettext-runtime-0.26: .......... done [pkg.DaveG.ca] Extracting gmake-4.4.1: .......... done ===> lua51-luadbi-0.7.4_1 depends on package: gmake>=4.4.1 - found ===> Returning to build of lua51-luadbi-0.7.4_1 ===> lua51-luadbi-0.7.4_1 depends on file: /usr/local/bin/ccache - not found ===> Installing existing package /packages/All/ccache-3.7.12_8.pkg [pkg.DaveG.ca] Installing ccache-3.7.12_8... [pkg.DaveG.ca] Extracting ccache-3.7.12_8: ......... done Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for clang create symlink for clang (world) create symlink for clang++ create symlink for clang++ (world) ===== Message from ccache-3.7.12_8: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. ===> lua51-luadbi-0.7.4_1 depends on file: /usr/local/bin/ccache - found ===> Returning to build of lua51-luadbi-0.7.4_1 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> lua51-luadbi-0.7.4_1 depends on shared library: liblua-5.1.so - not found ===> Installing existing package /packages/All/lua51-5.1.5_10.pkg [pkg.DaveG.ca] Installing lua51-5.1.5_10... [pkg.DaveG.ca] `-- Installing libedit-3.1.20251016_1,1... [pkg.DaveG.ca] `-- Extracting libedit-3.1.20251016_1,1: .......... done [pkg.DaveG.ca] Extracting lua51-5.1.5_10: ......... done ===> lua51-luadbi-0.7.4_1 depends on shared library: liblua-5.1.so - found (/usr/local/lib/liblua-5.1.so) ===> Returning to build of lua51-luadbi-0.7.4_1 ===> lua51-luadbi-0.7.4_1 depends on shared library: libmysqlclient.so.21 - not found ===> Installing existing package /packages/All/mysql80-client-8.0.44.pkg [pkg.DaveG.ca] Installing mysql80-client-8.0.44... [pkg.DaveG.ca] `-- Installing curl-8.17.0... [pkg.DaveG.ca] | `-- Installing brotli-1.2.0,1... [pkg.DaveG.ca] | `-- Extracting brotli-1.2.0,1: .......... done [pkg.DaveG.ca] | `-- Installing libidn2-2.3.8... [pkg.DaveG.ca] | | `-- Installing libunistring-1.4.1... [pkg.DaveG.ca] | | `-- Extracting libunistring-1.4.1: .......... done [pkg.DaveG.ca] | `-- Extracting libidn2-2.3.8: .......... done [pkg.DaveG.ca] | `-- Installing libnghttp2-1.68.0... [pkg.DaveG.ca] | `-- Extracting libnghttp2-1.68.0: ....... done [pkg.DaveG.ca] | `-- Installing libpsl-0.21.5_2... [pkg.DaveG.ca] | `-- Extracting libpsl-0.21.5_2: ........ done [pkg.DaveG.ca] | `-- Installing libssh2-1.11.1,3... [pkg.DaveG.ca] | `-- Extracting libssh2-1.11.1,3: .......... done [pkg.DaveG.ca] | `-- Installing zstd-1.5.7_1... [pkg.DaveG.ca] | `-- Extracting zstd-1.5.7_1: .......... done [pkg.DaveG.ca] `-- Extracting curl-8.17.0: .......... done [pkg.DaveG.ca] `-- Installing cyrus-sasl-2.1.28_5... *** Added group `cyrus' (id 60) *** Added user `cyrus' (id 60) [pkg.DaveG.ca] `-- Extracting cyrus-sasl-2.1.28_5: .......... done [pkg.DaveG.ca] `-- Installing groff-1.23.0_5... [pkg.DaveG.ca] | `-- Installing libiconv-1.18_1... [pkg.DaveG.ca] | `-- Extracting libiconv-1.18_1: .......... done [pkg.DaveG.ca] | `-- Installing perl5-5.42.0_1... [pkg.DaveG.ca] | `-- Extracting perl5-5.42.0_1: .......... done [pkg.DaveG.ca] | `-- Installing psutils-1.17_6... [pkg.DaveG.ca] | | `-- Installing libpaper-1.1.28_1... [pkg.DaveG.ca] | | `-- Extracting libpaper-1.1.28_1: .......... done [pkg.DaveG.ca] | `-- Extracting psutils-1.17_6: .......... done [pkg.DaveG.ca] | `-- Installing uchardet-0.0.8_1... [pkg.DaveG.ca] | `-- Extracting uchardet-0.0.8_1: .......... done [pkg.DaveG.ca] `-- Extracting groff-1.23.0_5: .......... done [pkg.DaveG.ca] `-- Installing hidapi-0.15.0... [pkg.DaveG.ca] `-- Extracting hidapi-0.15.0: .......... done [pkg.DaveG.ca] `-- Installing icu-76.1,1... [pkg.DaveG.ca] `-- Extracting icu-76.1,1: .......... done [pkg.DaveG.ca] `-- Installing libevent-2.1.12... [pkg.DaveG.ca] `-- Extracting libevent-2.1.12: .......... done [pkg.DaveG.ca] `-- Installing libfido2-1.16.0... [pkg.DaveG.ca] | `-- Installing libcbor-0.13.0... [pkg.DaveG.ca] | `-- Extracting libcbor-0.13.0: .......... done [pkg.DaveG.ca] `-- Extracting libfido2-1.16.0: .......... done [pkg.DaveG.ca] `-- Installing liblz4-1.10.0_2,1... [pkg.DaveG.ca] `-- Extracting liblz4-1.10.0_2,1: .......... done [pkg.DaveG.ca] `-- Installing libunwind-20250904... [pkg.DaveG.ca] `-- Extracting libunwind-20250904: .......... done [pkg.DaveG.ca] `-- Installing openldap26-client-2.6.10_1... [pkg.DaveG.ca] `-- Extracting openldap26-client-2.6.10_1: .......... done [pkg.DaveG.ca] Extracting mysql80-client-8.0.44: .......... done ===== Message from cyrus-sasl-2.1.28_5: -- You can use sasldb2 for authentication, to add users use: saslpasswd2 -c username If you want to enable SMTP AUTH with the system Sendmail, read Sendmail.README NOTE: This port has been compiled with a default pwcheck_method of auxprop. If you want to authenticate your user by /etc/passwd, PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and set sasl_pwcheck_method to saslauthd after installing the Cyrus-IMAPd 2.X port. You should also check the /usr/local/lib/sasl2/*.conf files for the correct pwcheck_method. If you want to use GSSAPI mechanism, install ports/security/cyrus-sasl2-gssapi. If you want to use SRP mechanism, install ports/security/cyrus-sasl2-srp. If you want to use LDAP auxprop plugin, install ports/security/cyrus-sasl2-ldapdb. ===== Message from groff-1.23.0_5: -- In order to be able to use the html driver, you need to install the following packages: - ghostscript - netpbm -- ===> NOTICE: The groff port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://docs.freebsd.org/en/articles/contributing/#ports-contributing ===== Message from openldap26-client-2.6.10_1: -- The OpenLDAP client package has been successfully installed. Edit /usr/local/etc/openldap/ldap.conf to change the system-wide client defaults. Try `man ldap.conf' and visit the OpenLDAP FAQ-O-Matic at http://www.OpenLDAP.org/faq/index.cgi?file=3 for more information. ===== Message from mysql80-client-8.0.44: -- This is the mysql CLIENT without the server. for complete server and client, please install databases/mysql80-server ===> lua51-luadbi-0.7.4_1 depends on shared library: libmysqlclient.so.21 - found (/usr/local/lib/mysql/libmysqlclient.so.21) ===> Returning to build of lua51-luadbi-0.7.4_1 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Configuring for lua51-luadbi-0.7.4_1 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Building for lua51-luadbi-0.7.4_1 mkdir -p build cc -c -o build/dbd_common.o dbd/common.c -I/usr/local/include/lua51 -O2 -pipe -g -pedantic -Wall -Qunused-arguments -shared -fPIC -DPIC -std=c99 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I. cc -c -o build/dbd_mysql_main.o dbd/mysql/main.c -I/usr/local/include/lua51 -O2 -pipe -g -pedantic -Wall -Qunused-arguments -shared -fPIC -DPIC -std=c99 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I. -shared -L/usr/local/lib -I/usr/local/include/mysql -L/usr/local/lib/mysql -lmysqlclient cc -c -o build/dbd_mysql_connection.o dbd/mysql/connection.c -I/usr/local/include/lua51 -O2 -pipe -g -pedantic -Wall -Qunused-arguments -shared -fPIC -DPIC -std=c99 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I. -shared -L/usr/local/lib -I/usr/local/include/mysql -L/usr/local/lib/mysql -lmysqlclient cc -c -o build/dbd_mysql_statement.o dbd/mysql/statement.c -I/usr/local/include/lua51 -O2 -pipe -g -pedantic -Wall -Qunused-arguments -shared -fPIC -DPIC -std=c99 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I. -shared -L/usr/local/lib -I/usr/local/include/mysql -L/usr/local/lib/mysql -lmysqlclient dbd/mysql/statement.c:215:9: warning: unused variable 'inum' [-Wunused-variable] 215 | long *inum = NULL; | ^~~~ 1 warning generated. cc build/dbd_common.o build/dbd_mysql_main.o build/dbd_mysql_connection.o build/dbd_mysql_statement.o -o dbd/mysql.so -I/usr/local/include/lua51 -O2 -pipe -g -pedantic -Wall -Qunused-arguments -shared -fPIC -DPIC -std=c99 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -I. -shared -L/usr/local/lib -I/usr/local/include/mysql -L/usr/local/lib/mysql -lmysqlclient =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Staging for lua51-luadbi-0.7.4_1 ===> Generating temporary packing list cp -f /wrkdirs/usr/ports/databases/luadbi/work-lua51/luadbi-0.7.4/DBI.lua /wrkdirs/usr/ports/databases/luadbi/work-lua51/stage/usr/local/share/lua/5.1 install -s -m 555 /wrkdirs/usr/ports/databases/luadbi/work-lua51/luadbi-0.7.4/dbd/mysql.so /wrkdirs/usr/ports/databases/luadbi/work-lua51/stage/usr/local/lib/lua/5.1/dbd ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===== env: 'PKG_NOTES=build_timestamp ports_top_git_hash ports_top_checkout_unclean port_git_hash port_checkout_unclean built_by' 'PKG_NOTE_build_timestamp=2026-01-24T18:47:48+0000' 'PKG_NOTE_ports_top_git_hash=076a295eb33c' 'PKG_NOTE_ports_top_checkout_unclean=no' 'PKG_NOTE_port_git_hash=b43fee0213d3' 'PKG_NOTE_port_checkout_unclean=no' 'PKG_NOTE_built_by=poudriere-git-3.4.2' NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Building packages for lua51-luadbi-0.7.4_1 ===> Building lua51-luadbi-0.7.4_1 =========================================================================== =>> Cleaning up wrkdir ===> Cleaning for lua51-luadbi-0.7.4_1 build of databases/luadbi@lua51 | lua51-luadbi-0.7.4_1 ended at Sat Jan 24 13:47:54 EST 2026 build time: 00:00:07