=>> Building sysutils/bastille build started at Fri Jan 31 12:22:08 PST 2025 port directory: /usr/ports/sysutils/bastille package name: bastille-0.13.20250126 building for: FreeBSD 142amd64-default-php83-job-03 14.2-RELEASE FreeBSD 14.2-RELEASE amd64 maintained by: christer.edwards@gmail.com Makefile datestamp: -rw-r--r-- 1 root wheel 1058 Jan 31 17:24 /usr/ports/sysutils/bastille/Makefile Ports top last git commit: 2b4f53e7ea Ports top unclean checkout: no Port dir last git commit: 28f5f31de2 Port dir unclean checkout: no Poudriere version: poudriere-git-3.4.2 Host OSVERSION: 1402000 Jail OSVERSION: 1402000 Job Id: 03 ---Begin Environment--- SHELL=/bin/sh OSVERSION=1402000 UNAME_v=FreeBSD 14.2-RELEASE UNAME_r=14.2-RELEASE 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/142amd64-default-php83/ref LC_COLLATE=C POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM=screen GID=0 OUTPUT_REDIRECTED_STDERR=4 OUTPUT_REDIRECTED=1 UID=0 PWD=/usr/local/poudriere/data/.m/142amd64-default-php83/03/.p OUTPUT_REDIRECTED_STDOUT=3 P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS MASTERNAME=142amd64-default-php83 SCRIPTPREFIX=/usr/local/share/poudriere SCRIPTNAME=bulk.sh OLDPWD=/usr/local/poudriere/data/.m/142amd64-default-php83/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= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- christer.edwards@gmail.com --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/bastille/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/bastille/work XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/bastille/work/.cache HOME=/wrkdirs/usr/ports/sysutils/bastille/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/sysutils/bastille/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/sysutils/bastille/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/bastille/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/bastille/work XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/bastille/work/.cache HOME=/wrkdirs/usr/ports/sysutils/bastille/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/sysutils/bastille/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/sysutils/bastille/work/.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 -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " 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-- OSREL=14.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/bastille" EXAMPLESDIR="share/examples/bastille" DATADIR="share/bastille" WWWDIR="www/bastille" ETCDIR="etc/bastille" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/bastille DOCSDIR=/usr/local/share/doc/bastille EXAMPLESDIR=/usr/local/share/examples/bastille WWWDIR=/usr/local/www/bastille ETCDIR=/usr/local/etc/bastille --End SUB_LIST-- ---Begin make.conf--- 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 #### #### # https://cgit.freebsd.org/ports/tree/Mk/bsd.default-versions.mk DEFAULT_VERSIONS+=python=3.11 python3=3.11 DEFAULT_VERSIONS+=pgsql=16 DEFAULT_VERSIONS+=samba=4.16 # MariaDB 10.6 DEFAULT_VERSIONS+=mysql=10.11m #DEFAULT_VERSIONS+=ssl=openssl DEFAULT_VERSIONS+=go=1.21 .if ${.CURDIR:M*/devel/git} FLAVOR=lite .endif # until libressl update is fixed... use base #.if ${.CURDIR:C/.*\/security\/py-cryptography//} == "" #DEFAULT_VERSIONS+=ssl=base #.endif #.if ${.CURDIR:C/.*\/security\/p5-Net-SSLeay//} == "" #DEFAULT_VERSIONS+=ssl=base #.endif #.if ${.CURDIR:C/.*\/lang\/rust//} == "" #DEFAULT_VERSIONS+=ssl=base #.endif #OPTIONS_SET+=GSSAPI_NONE #OPTIONS_UNSET+=X11 #### #### # https://cgit.freebsd.org/ports/tree/Mk/bsd.default-versions.mk DEFAULT_VERSIONS+=python=3.11 python3=3.11 DEFAULT_VERSIONS+=pgsql=16 DEFAULT_VERSIONS+=php=8.3 DEFAULT_VERSIONS+=samba=4.16 DEFAULT_VERSIONS+=mysql=10.11m DEFAULT_VERSIONS+=ssl=openssl # https://github.com/freebsd/freebsd-ports/blob/main/lang/php83/pkg-message.mod #WITH_MPM=event .if ${.CURDIR:M*/graphics/pecl-imagick} FLAVOR=php83 .endif .if ${.CURDIR:M*/net/pecl-smbclient} FLAVOR=php83 .endif .if ${.CURDIR:M*/databases/pecl-redis} FLAVOR=php83 .endif .if ${.CURDIR:M*/databases/pecl-memcache} FLAVOR=php83 .endif .if ${.CURDIR:M*/databases/pecl-memcached} FLAVOR=php83 .endif .if ${.CURDIR:M*/databases/pecl-APCu} FLAVOR=php83 .endif .if ${.CURDIR:M*/converters/pecl-igbinary} FLAVOR=php83 .endif #OPTIONS_SET+=GSSAPI_NONE OPTIONS_UNSET+=X11 #### Misc Poudriere #### .include "/etc/make.conf.ports_env" DISABLE_MAKE_JOBS=poudriere ---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) 63651 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 pipebuf (-y) unlimited --End resource limits-- =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> License BSD3CLAUSE accepted by the user =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> bastille-0.13.20250126 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-2.0.5.pkg [142amd64-default-php83-job-03] Installing pkg-2.0.5... [142amd64-default-php83-job-03] Extracting pkg-2.0.5: .......... done ===> bastille-0.13.20250126 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of bastille-0.13.20250126 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by bastille-0.13.20250126 for building =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by bastille-0.13.20250126 for building => SHA256 Checksum OK for bastillebsd-bastille-0.13.20250126_GH0.tar.gz. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by bastille-0.13.20250126 for building ===> Extracting for bastille-0.13.20250126 => SHA256 Checksum OK for bastillebsd-bastille-0.13.20250126_GH0.tar.gz. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Patching for bastille-0.13.20250126 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Configuring for bastille-0.13.20250126 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Staging for bastille-0.13.20250126 ===> Generating temporary packing list install -m 555 /wrkdirs/usr/ports/sysutils/bastille/work/bastille-0.13.20250126/usr/local/bin/bastille /wrkdirs/usr/ports/sysutils/bastille/work/stage/usr/local/bin install -m 555 /wrkdirs/usr/ports/sysutils/bastille/work/bastille-0.13.20250126/usr/local/etc/rc.d/bastille /wrkdirs/usr/ports/sysutils/bastille/work/stage/usr/local/etc/rc.d /bin/mkdir -p /wrkdirs/usr/ports/sysutils/bastille/work/stage/usr/local/etc/bastille /bin/mkdir -p /wrkdirs/usr/ports/sysutils/bastille/work/stage/usr/local/share/bastille (cd /wrkdirs/usr/ports/sysutils/bastille/work/bastille-0.13.20250126/usr/local/share/bastille && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE . /wrkdirs/usr/ports/sysutils/bastille/work/stage/usr/local/share/bastille) install -m 444 /wrkdirs/usr/ports/sysutils/bastille/work/bastille-0.13.20250126/usr/local/man/man8/bastille.8.gz /wrkdirs/usr/ports/sysutils/bastille/work/stage/usr/local/share/man/man8/bastille.8.gz install -m 0644 /wrkdirs/usr/ports/sysutils/bastille/work/bastille-0.13.20250126/usr/local/etc/bastille/bastille.conf.sample /wrkdirs/usr/ports/sysutils/bastille/work/stage/usr/local/etc/bastille/bastille.conf.sample ====> 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=2025-01-31T20:22:08+0000' 'PKG_NOTE_ports_top_git_hash=2b4f53e7ea' 'PKG_NOTE_ports_top_checkout_unclean=no' 'PKG_NOTE_port_git_hash=28f5f31de2' 'PKG_NOTE_port_checkout_unclean=no' 'PKG_NOTE_built_by=poudriere-git-3.4.2' NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 ===> Building packages for bastille-0.13.20250126 ===> Building bastille-0.13.20250126 =========================================================================== =>> Cleaning up wrkdir ===> Cleaning for bastille-0.13.20250126 build of sysutils/bastille | bastille-0.13.20250126 ended at Fri Jan 31 12:22:09 PST 2025 build time: 00:00:03