=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py311-pystache-0.6.5 (cd /tmp/www/py-pystache/work/pystache-0.6.5/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.11 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.11 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.11 CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.11 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/www/py-pystache/work/.cwrapper/bin:/tmp/www/py-pystache/work/.buildlink/bin:/tmp/www/py-pystache/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CPP=cpp CXXCPP=cpp HOME=/tmp/www/py-pystache/work/.home CWRAPPERS_CONFIG_DIR=/tmp/www/py-pystache/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/www/py-pystache/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/www/py-pystache/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/www/py-pystache/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/www/py-pystache/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/www/py-pystache/work/.buildlink/lib/pkgconfig:/tmp/www/py-pystache/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/www/py-pystache/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/www/py-pystache/work/.cwrapper/config /usr/pkg/bin/python3.11 setup.py build -j4) running build running build_py creating build creating build/lib creating build/lib/pystache copying pystache/__init__.py -> build/lib/pystache copying pystache/_version.py -> build/lib/pystache copying pystache/common.py -> build/lib/pystache copying pystache/context.py -> build/lib/pystache copying pystache/defaults.py -> build/lib/pystache copying pystache/init.py -> build/lib/pystache copying pystache/loader.py -> build/lib/pystache copying pystache/locator.py -> build/lib/pystache copying pystache/parsed.py -> build/lib/pystache copying pystache/parser.py -> build/lib/pystache copying pystache/renderengine.py -> build/lib/pystache copying pystache/renderer.py -> build/lib/pystache copying pystache/specloader.py -> build/lib/pystache copying pystache/template_spec.py -> build/lib/pystache creating build/lib/pystache/commands copying pystache/commands/__init__.py -> build/lib/pystache/commands copying pystache/commands/render.py -> build/lib/pystache/commands copying pystache/commands/test.py -> build/lib/pystache/commands creating build/lib/pystache/tests copying pystache/tests/__init__.py -> build/lib/pystache/tests copying pystache/tests/benchmark.py -> build/lib/pystache/tests copying pystache/tests/common.py -> build/lib/pystache/tests copying pystache/tests/doctesting.py -> build/lib/pystache/tests copying pystache/tests/main.py -> build/lib/pystache/tests copying pystache/tests/spectesting.py -> build/lib/pystache/tests copying pystache/tests/test___init__.py -> build/lib/pystache/tests copying pystache/tests/test_commands.py -> build/lib/pystache/tests copying pystache/tests/test_context.py -> build/lib/pystache/tests copying pystache/tests/test_defaults.py -> build/lib/pystache/tests copying pystache/tests/test_examples.py -> build/lib/pystache/tests copying pystache/tests/test_loader.py -> build/lib/pystache/tests copying pystache/tests/test_locator.py -> build/lib/pystache/tests copying pystache/tests/test_parser.py -> build/lib/pystache/tests copying pystache/tests/test_pystache.py -> build/lib/pystache/tests copying pystache/tests/test_renderengine.py -> build/lib/pystache/tests copying pystache/tests/test_renderer.py -> build/lib/pystache/tests copying pystache/tests/test_simple.py -> build/lib/pystache/tests copying pystache/tests/test_specloader.py -> build/lib/pystache/tests creating build/lib/pystache/tests/data copying pystache/tests/data/__init__.py -> build/lib/pystache/tests/data copying pystache/tests/data/views.py -> build/lib/pystache/tests/data creating build/lib/pystache/tests/examples copying pystache/tests/examples/__init__.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/comments.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/complex.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/delimiters.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/double_section.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/escaped.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/inverted.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/lambdas.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/nested_context.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/partials_with_lambdas.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/readme.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/simple.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/template_partial.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/unescaped.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_input.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_output.py -> build/lib/pystache/tests/examples creating build/lib/pystache/tests/data/locator copying pystache/tests/data/locator/__init__.py -> build/lib/pystache/tests/data/locator running egg_info writing pystache.egg-info/PKG-INFO writing dependency_links to pystache.egg-info/dependency_links.txt writing entry points to pystache.egg-info/entry_points.txt writing requirements to pystache.egg-info/requires.txt writing top-level names to pystache.egg-info/top_level.txt reading manifest file 'pystache.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory '.github' warning: no previously-included files matching '*' found under directory 'conda' warning: no previously-included files matching '*' found under directory 'gh' adding license file 'LICENSE' writing manifest file 'pystache.egg-info/SOURCES.txt' copying pystache/tests/data/ascii.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/duplicate.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/non_ascii.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/sample_view.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/say_hello.mustache -> build/lib/pystache/tests/data copying pystache/tests/examples/comments.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/complex.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/delimiters.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/double_section.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/escaped.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/extensionless -> build/lib/pystache/tests/examples copying pystache/tests/examples/inner_partial.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/inner_partial.txt -> build/lib/pystache/tests/examples copying pystache/tests/examples/inverted.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/lambdas.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/looping_partial.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/nested_context.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/partial_in_partial.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/partial_with_lambda.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/partial_with_partial_and_lambda.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/say_hello.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/simple.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/tagless.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/template_partial.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/template_partial.txt -> build/lib/pystache/tests/examples copying pystache/tests/examples/unescaped.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_input.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_output.mustache -> build/lib/pystache/tests/examples copying pystache/tests/data/locator/duplicate.mustache -> build/lib/pystache/tests/data/locator copying pystache/tests/data/locator/template.txt -> build/lib/pystache/tests/data/locator