+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/py39-pystache-0.6.5/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/py39-pystache-0.6.5/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for py39-pystache-0.6.5 (cd /home/pbulk/build/www/py-pystache/work/pystache-0.6.5/ && /bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr DL_CFLAGS= DL_LDFLAGS= DL_LIBS= PYTHON=/usr/pkg/bin/python3.9 CC=cc CFLAGS=-pipe\ -O2\ -I/usr/include\ -I/usr/pkg/include/python3.9 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.9 CXX=c++ CXXFLAGS=-pipe\ -O2\ -I/usr/include\ -I/usr/pkg/include/python3.9 COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 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/lib64\ -Wl,-R/usr/lib64\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/home/pbulk/build/www/py-pystache/work/.cwrapper/bin:/home/pbulk/build/www/py-pystache/work/.buildlink/bin:/home/pbulk/build/www/py-pystache/work/.tools/bin:/usr/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CPP=cpp CXXCPP=cpp HOME=/home/pbulk/build/www/py-pystache/work/.home CWRAPPERS_CONFIG_DIR=/home/pbulk/build/www/py-pystache/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/bin/install\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT=/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB=/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA=/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL_MAN=/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL=/bin/install BSD_INSTALL_PROGRAM_DIR=/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB_DIR=/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA_DIR=/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_MAN_DIR=/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_GAME=/bin/install\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 2555 BSD_INSTALL_GAME_DATA=/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 664 BSD_INSTALL_GAME_DIR=/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 775 INSTALL_INFO= MAKEINFO=/home/pbulk/build/www/py-pystache/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/home/pbulk/build/www/py-pystache/work/.tools/bin/itstool GDBUS_CODEGEN=/home/pbulk/build/www/py-pystache/work/.tools/bin/gdbus-codegen PKG_CONFIG=/home/pbulk/build/www/py-pystache/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/home/pbulk/build/www/py-pystache/work/.buildlink/lib64/pkgconfig:/home/pbulk/build/www/py-pystache/work/.buildlink/lib/pkgconfig:/home/pbulk/build/www/py-pystache/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/www/py-pystache/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/home/pbulk/build/www/py-pystache/work/.cwrapper/config /usr/pkg/bin/python3.9 setup.py build -j2) running build running build_py creating build creating build/lib creating build/lib/pystache copying pystache/specloader.py -> build/lib/pystache copying pystache/renderengine.py -> build/lib/pystache copying pystache/init.py -> build/lib/pystache copying pystache/template_spec.py -> build/lib/pystache copying pystache/defaults.py -> build/lib/pystache copying pystache/context.py -> build/lib/pystache copying pystache/_version.py -> build/lib/pystache copying pystache/renderer.py -> build/lib/pystache copying pystache/common.py -> build/lib/pystache copying pystache/__init__.py -> build/lib/pystache copying pystache/parser.py -> build/lib/pystache copying pystache/locator.py -> build/lib/pystache copying pystache/parsed.py -> build/lib/pystache copying pystache/loader.py -> build/lib/pystache creating build/lib/pystache/commands copying pystache/commands/test.py -> build/lib/pystache/commands copying pystache/commands/render.py -> build/lib/pystache/commands copying pystache/commands/__init__.py -> build/lib/pystache/commands creating build/lib/pystache/tests copying pystache/tests/test_specloader.py -> build/lib/pystache/tests copying pystache/tests/test_simple.py -> build/lib/pystache/tests copying pystache/tests/doctesting.py -> build/lib/pystache/tests copying pystache/tests/test_parser.py -> build/lib/pystache/tests copying pystache/tests/test_context.py -> build/lib/pystache/tests copying pystache/tests/common.py -> build/lib/pystache/tests copying pystache/tests/test_locator.py -> build/lib/pystache/tests copying pystache/tests/__init__.py -> build/lib/pystache/tests copying pystache/tests/spectesting.py -> build/lib/pystache/tests copying pystache/tests/test_defaults.py -> build/lib/pystache/tests copying pystache/tests/main.py -> build/lib/pystache/tests copying pystache/tests/test_renderer.py -> build/lib/pystache/tests copying pystache/tests/benchmark.py -> build/lib/pystache/tests copying pystache/tests/test_examples.py -> build/lib/pystache/tests copying pystache/tests/test___init__.py -> build/lib/pystache/tests copying pystache/tests/test_renderengine.py -> build/lib/pystache/tests copying pystache/tests/test_commands.py -> build/lib/pystache/tests copying pystache/tests/test_pystache.py -> build/lib/pystache/tests copying pystache/tests/test_loader.py -> build/lib/pystache/tests creating build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_input.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/inverted.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/escaped.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/lambdas.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/__init__.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/unescaped.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_output.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/partials_with_lambdas.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/template_partial.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/delimiters.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/comments.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/complex.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/double_section.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/nested_context.py -> build/lib/pystache/tests/examples creating build/lib/pystache/tests/data copying pystache/tests/data/views.py -> build/lib/pystache/tests/data copying pystache/tests/data/__init__.py -> build/lib/pystache/tests/data 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/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/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/data/locator/duplicate.mustache -> build/lib/pystache/tests/data/locator copying pystache/tests/data/locator/template.txt -> build/lib/pystache/tests/data/locator