=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for py38-paste-3.4.3 (cd /data/scratch/www/py-paste/work/Paste-3.4.3/ && /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.8 CC=clang CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.8 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.8 CXX=clang++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.8 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=-L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/data/scratch/www/py-paste/work/.cwrapper/bin:/data/scratch/www/py-paste/work/.buildlink/bin:/data/scratch/www/py-paste/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CPP=clang-cpp CXXCPP=clang-cpp HOME=/data/scratch/www/py-paste/work/.home CWRAPPERS_CONFIG_DIR=/data/scratch/www/py-paste/work/.cwrapper/config CPP=clang-cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulkXXX\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulkXXX\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulkXXX\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/data/scratch/www/py-paste/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG= PKG_CONFIG_LIBDIR=/data/scratch/www/py-paste/work/.buildlink/lib/pkgconfig:/data/scratch/www/py-paste/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/data/scratch/www/py-paste/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/data/scratch/www/py-paste/work/.cwrapper/config /usr/pkg/bin/python3.8 setup.py build -j8) running build running build_py creating build creating build/lib creating build/lib/paste copying paste/__init__.py -> build/lib/paste copying paste/cascade.py -> build/lib/paste copying paste/cgiapp.py -> build/lib/paste copying paste/cgitb_catcher.py -> build/lib/paste copying paste/config.py -> build/lib/paste copying paste/errordocument.py -> build/lib/paste copying paste/fileapp.py -> build/lib/paste copying paste/fixture.py -> build/lib/paste copying paste/flup_session.py -> build/lib/paste copying paste/gzipper.py -> build/lib/paste copying paste/httpexceptions.py -> build/lib/paste copying paste/httpheaders.py -> build/lib/paste copying paste/httpserver.py -> build/lib/paste copying paste/lint.py -> build/lib/paste copying paste/modpython.py -> build/lib/paste copying paste/pony.py -> build/lib/paste copying paste/progress.py -> build/lib/paste copying paste/proxy.py -> build/lib/paste copying paste/recursive.py -> build/lib/paste copying paste/registry.py -> build/lib/paste copying paste/reloader.py -> build/lib/paste copying paste/request.py -> build/lib/paste copying paste/response.py -> build/lib/paste copying paste/session.py -> build/lib/paste copying paste/transaction.py -> build/lib/paste copying paste/translogger.py -> build/lib/paste copying paste/url.py -> build/lib/paste copying paste/urlmap.py -> build/lib/paste copying paste/urlparser.py -> build/lib/paste copying paste/wsgilib.py -> build/lib/paste copying paste/wsgiwrappers.py -> build/lib/paste creating build/lib/paste/auth copying paste/auth/__init__.py -> build/lib/paste/auth copying paste/auth/auth_tkt.py -> build/lib/paste/auth copying paste/auth/basic.py -> build/lib/paste/auth copying paste/auth/cas.py -> build/lib/paste/auth copying paste/auth/cookie.py -> build/lib/paste/auth copying paste/auth/digest.py -> build/lib/paste/auth copying paste/auth/form.py -> build/lib/paste/auth copying paste/auth/grantip.py -> build/lib/paste/auth copying paste/auth/multi.py -> build/lib/paste/auth copying paste/auth/open_id.py -> build/lib/paste/auth creating build/lib/paste/cowbell copying paste/cowbell/__init__.py -> build/lib/paste/cowbell creating build/lib/paste/debug copying paste/debug/__init__.py -> build/lib/paste/debug copying paste/debug/debugapp.py -> build/lib/paste/debug copying paste/debug/doctest_webapp.py -> build/lib/paste/debug copying paste/debug/fsdiff.py -> build/lib/paste/debug copying paste/debug/prints.py -> build/lib/paste/debug copying paste/debug/profile.py -> build/lib/paste/debug copying paste/debug/testserver.py -> build/lib/paste/debug copying paste/debug/watchthreads.py -> build/lib/paste/debug copying paste/debug/wdg_validate.py -> build/lib/paste/debug creating build/lib/paste/evalexception copying paste/evalexception/__init__.py -> build/lib/paste/evalexception copying paste/evalexception/evalcontext.py -> build/lib/paste/evalexception copying paste/evalexception/middleware.py -> build/lib/paste/evalexception creating build/lib/paste/exceptions copying paste/exceptions/__init__.py -> build/lib/paste/exceptions copying paste/exceptions/collector.py -> build/lib/paste/exceptions copying paste/exceptions/errormiddleware.py -> build/lib/paste/exceptions copying paste/exceptions/formatter.py -> build/lib/paste/exceptions copying paste/exceptions/reporter.py -> build/lib/paste/exceptions copying paste/exceptions/serial_number_generator.py -> build/lib/paste/exceptions creating build/lib/paste/util copying paste/util/PySourceColor.py -> build/lib/paste/util copying paste/util/__init__.py -> build/lib/paste/util copying paste/util/classinit.py -> build/lib/paste/util copying paste/util/classinstance.py -> build/lib/paste/util copying paste/util/converters.py -> build/lib/paste/util copying paste/util/dateinterval.py -> build/lib/paste/util copying paste/util/datetimeutil.py -> build/lib/paste/util copying paste/util/filemixin.py -> build/lib/paste/util copying paste/util/finddata.py -> build/lib/paste/util copying paste/util/findpackage.py -> build/lib/paste/util copying paste/util/html.py -> build/lib/paste/util copying paste/util/import_string.py -> build/lib/paste/util copying paste/util/intset.py -> build/lib/paste/util copying paste/util/ip4.py -> build/lib/paste/util copying paste/util/killthread.py -> build/lib/paste/util copying paste/util/looper.py -> build/lib/paste/util copying paste/util/mimeparse.py -> build/lib/paste/util copying paste/util/multidict.py -> build/lib/paste/util copying paste/util/quoting.py -> build/lib/paste/util copying paste/util/scgiserver.py -> build/lib/paste/util copying paste/util/template.py -> build/lib/paste/util copying paste/util/threadedprint.py -> build/lib/paste/util copying paste/util/threadinglocal.py -> build/lib/paste/util copying paste/cowbell/bell-ascending.png -> build/lib/paste/cowbell copying paste/cowbell/bell-descending.png -> build/lib/paste/cowbell creating build/lib/paste/evalexception/media copying paste/evalexception/media/MochiKit.packed.js -> build/lib/paste/evalexception/media copying paste/evalexception/media/debug.js -> build/lib/paste/evalexception/media copying paste/evalexception/media/minus.jpg -> build/lib/paste/evalexception/media copying paste/evalexception/media/plus.jpg -> build/lib/paste/evalexception/media