=> 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 py37-ini2toml-0.10 (cd /tmp/textproc/py-ini2toml/work/ini2toml-0.10/ && /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.7 CC=gcc CFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.7 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.7 CXX=c++ CXXFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.7 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/textproc/py-ini2toml/work/.cwrapper/bin:/tmp/textproc/py-ini2toml/work/.buildlink/bin:/tmp/textproc/py-ini2toml/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/textproc/py-ini2toml/work/.home CWRAPPERS_CONFIG_DIR=/tmp/textproc/py-ini2toml/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/textproc/py-ini2toml/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/textproc/py-ini2toml/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/textproc/py-ini2toml/work/.tools/bin/gdbus-codegen PKG_CONFIG= PKG_CONFIG_LIBDIR=/tmp/textproc/py-ini2toml/work/.buildlink/lib/pkgconfig:/tmp/textproc/py-ini2toml/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/textproc/py-ini2toml/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/textproc/py-ini2toml/work/.cwrapper/config /usr/pkg/bin/python3.7 setup.py build -j4) running build running build_py creating build creating build/lib creating build/lib/ini2toml copying src/ini2toml/__init__.py -> build/lib/ini2toml copying src/ini2toml/__main__.py -> build/lib/ini2toml copying src/ini2toml/api.py -> build/lib/ini2toml copying src/ini2toml/base_translator.py -> build/lib/ini2toml copying src/ini2toml/cli.py -> build/lib/ini2toml copying src/ini2toml/errors.py -> build/lib/ini2toml copying src/ini2toml/intermediate_repr.py -> build/lib/ini2toml copying src/ini2toml/profile.py -> build/lib/ini2toml copying src/ini2toml/transformations.py -> build/lib/ini2toml copying src/ini2toml/translator.py -> build/lib/ini2toml copying src/ini2toml/types.py -> build/lib/ini2toml creating build/lib/ini2toml/drivers copying src/ini2toml/drivers/__init__.py -> build/lib/ini2toml/drivers copying src/ini2toml/drivers/configparser.py -> build/lib/ini2toml/drivers copying src/ini2toml/drivers/configupdater.py -> build/lib/ini2toml/drivers copying src/ini2toml/drivers/full_toml.py -> build/lib/ini2toml/drivers copying src/ini2toml/drivers/lite_toml.py -> build/lib/ini2toml/drivers copying src/ini2toml/drivers/plain_builtins.py -> build/lib/ini2toml/drivers creating build/lib/ini2toml/plugins copying src/ini2toml/plugins/__init__.py -> build/lib/ini2toml/plugins copying src/ini2toml/plugins/best_effort.py -> build/lib/ini2toml/plugins copying src/ini2toml/plugins/coverage.py -> build/lib/ini2toml/plugins copying src/ini2toml/plugins/isort.py -> build/lib/ini2toml/plugins copying src/ini2toml/plugins/mypy.py -> build/lib/ini2toml/plugins copying src/ini2toml/plugins/profile_independent_tasks.py -> build/lib/ini2toml/plugins copying src/ini2toml/plugins/pytest.py -> build/lib/ini2toml/plugins copying src/ini2toml/plugins/setuptools_pep621.py -> build/lib/ini2toml/plugins running egg_info writing src/ini2toml.egg-info/PKG-INFO writing dependency_links to src/ini2toml.egg-info/dependency_links.txt writing entry points to src/ini2toml.egg-info/entry_points.txt writing requirements to src/ini2toml.egg-info/requires.txt writing top-level names to src/ini2toml.egg-info/top_level.txt reading manifest file 'src/ini2toml.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'src/ini2toml.egg-info/SOURCES.txt' copying src/ini2toml/py.typed -> build/lib/ini2toml /usr/pkg/lib/python3.7/site-packages/setuptools/_distutils/dist.py:275: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg)