=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> 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 py39-jeepney-0.6.0 (cd /tmp/sysutils/py-jeepney/work/jeepney-0.6.0/ && /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.9 CC=gcc CFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.9 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.9 CXX=c++ CXXFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.9 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=/tmp/sysutils/py-jeepney/work/.cwrapper/bin:/tmp/sysutils/py-jeepney/work/.buildlink/bin:/tmp/sysutils/py-jeepney/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/sysutils/py-jeepney/work/.home CWRAPPERS_CONFIG_DIR=/tmp/sysutils/py-jeepney/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/sysutils/py-jeepney/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/sysutils/py-jeepney/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/sysutils/py-jeepney/work/.tools/bin/gdbus-codegen PKG_CONFIG= PKG_CONFIG_LIBDIR=/tmp/sysutils/py-jeepney/work/.buildlink/lib/pkgconfig:/tmp/sysutils/py-jeepney/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/sysutils/py-jeepney/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/sysutils/py-jeepney/work/.cwrapper/config /usr/pkg/bin/python3.9 setup.py build -j4) running build running build_py creating build creating build/lib creating build/lib/jeepney copying jeepney/__init__.py -> build/lib/jeepney copying jeepney/auth.py -> build/lib/jeepney copying jeepney/bindgen.py -> build/lib/jeepney copying jeepney/bus.py -> build/lib/jeepney copying jeepney/bus_messages.py -> build/lib/jeepney copying jeepney/low_level.py -> build/lib/jeepney copying jeepney/routing.py -> build/lib/jeepney copying jeepney/wrappers.py -> build/lib/jeepney creating build/lib/jeepney/integrate copying jeepney/integrate/__init__.py -> build/lib/jeepney/integrate copying jeepney/integrate/asyncio.py -> build/lib/jeepney/integrate copying jeepney/integrate/blocking.py -> build/lib/jeepney/integrate copying jeepney/integrate/tornado.py -> build/lib/jeepney/integrate creating build/lib/jeepney/integrate/tests copying jeepney/integrate/tests/__init__.py -> build/lib/jeepney/integrate/tests copying jeepney/integrate/tests/test_asyncio.py -> build/lib/jeepney/integrate/tests creating build/lib/jeepney/io copying jeepney/io/__init__.py -> build/lib/jeepney/io copying jeepney/io/asyncio.py -> build/lib/jeepney/io copying jeepney/io/blocking.py -> build/lib/jeepney/io copying jeepney/io/common.py -> build/lib/jeepney/io copying jeepney/io/threading.py -> build/lib/jeepney/io copying jeepney/io/tornado.py -> build/lib/jeepney/io copying jeepney/io/trio.py -> build/lib/jeepney/io creating build/lib/jeepney/io/tests copying jeepney/io/tests/__init__.py -> build/lib/jeepney/io/tests copying jeepney/io/tests/test_asyncio.py -> build/lib/jeepney/io/tests copying jeepney/io/tests/test_blocking.py -> build/lib/jeepney/io/tests copying jeepney/io/tests/test_threading.py -> build/lib/jeepney/io/tests copying jeepney/io/tests/test_trio.py -> build/lib/jeepney/io/tests copying jeepney/io/tests/utils.py -> build/lib/jeepney/io/tests creating build/lib/jeepney/tests copying jeepney/tests/__init__.py -> build/lib/jeepney/tests copying jeepney/tests/test_auth.py -> build/lib/jeepney/tests copying jeepney/tests/test_bindgen.py -> build/lib/jeepney/tests copying jeepney/tests/test_bus.py -> build/lib/jeepney/tests copying jeepney/tests/test_bus_messages.py -> build/lib/jeepney/tests copying jeepney/tests/test_low_level.py -> build/lib/jeepney/tests copying jeepney/tests/test_routing.py -> build/lib/jeepney/tests copying jeepney/tests/secrets_introspect.xml -> build/lib/jeepney/tests