=> 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 py310-pyutil-3.3.6 (cd /tmp/devel/py-pyutil/work/pyutil-3.3.6/ && /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.10 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.10 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.10 CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.10 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/devel/py-pyutil/work/.cwrapper/bin:/tmp/devel/py-pyutil/work/.buildlink/bin:/tmp/devel/py-pyutil/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/devel/py-pyutil/work/.home CWRAPPERS_CONFIG_DIR=/tmp/devel/py-pyutil/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/devel/py-pyutil/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/devel/py-pyutil/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/devel/py-pyutil/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/devel/py-pyutil/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/devel/py-pyutil/work/.buildlink/lib/pkgconfig:/tmp/devel/py-pyutil/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/devel/py-pyutil/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/devel/py-pyutil/work/.cwrapper/config /usr/pkg/bin/python3.10 setup.py build -j4) /usr/pkg/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `scripts` defined outside of `pyproject.toml` is ignored. !! ******************************************************************************** The following seems to be defined outside of `pyproject.toml`: `scripts = ['randcookie = pyutil.scripts.randcookie:main', 'tailx = pyutil.scripts.tailx:main', 'lines = pyutil.scripts.lines:main', 'randfile = pyutil.scripts.randfile:main', 'unsort = pyutil.scripts.unsort:main', 'verinfo = pyutil.scripts.verinfo:main', 'try_decoding = pyutil.scripts.try_decoding:main', 'passphrase = pyutil.scripts.passphrase:main']` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `scripts` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ To prevent this problem, you can list `scripts` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) running build running build_py creating build creating build/lib creating build/lib/pyutil copying pyutil/PickleSaver.py -> build/lib/pyutil copying pyutil/__init__.py -> build/lib/pyutil copying pyutil/_version.py -> build/lib/pyutil copying pyutil/assertutil.py -> build/lib/pyutil copying pyutil/benchutil.py -> build/lib/pyutil copying pyutil/cache.py -> build/lib/pyutil copying pyutil/dictutil.py -> build/lib/pyutil copying pyutil/fileutil.py -> build/lib/pyutil copying pyutil/find_exe.py -> build/lib/pyutil copying pyutil/humanreadable.py -> build/lib/pyutil copying pyutil/increasing_timer.py -> build/lib/pyutil copying pyutil/iputil.py -> build/lib/pyutil copying pyutil/jsonutil.py -> build/lib/pyutil copying pyutil/lineutil.py -> build/lib/pyutil copying pyutil/logutil.py -> build/lib/pyutil copying pyutil/mathutil.py -> build/lib/pyutil copying pyutil/memutil.py -> build/lib/pyutil copying pyutil/nummedobj.py -> build/lib/pyutil copying pyutil/observer.py -> build/lib/pyutil copying pyutil/odict.py -> build/lib/pyutil copying pyutil/platformutil.py -> build/lib/pyutil copying pyutil/randutil.py -> build/lib/pyutil copying pyutil/repeatable_random.py -> build/lib/pyutil copying pyutil/strutil.py -> build/lib/pyutil copying pyutil/testutil.py -> build/lib/pyutil copying pyutil/time_format.py -> build/lib/pyutil copying pyutil/twistedutil.py -> build/lib/pyutil copying pyutil/verlib.py -> build/lib/pyutil copying pyutil/version_class.py -> build/lib/pyutil copying pyutil/weakutil.py -> build/lib/pyutil copying pyutil/zlibutil.py -> build/lib/pyutil creating build/lib/pyutil/scripts copying pyutil/scripts/__init__.py -> build/lib/pyutil/scripts copying pyutil/scripts/lines.py -> build/lib/pyutil/scripts copying pyutil/scripts/memdump2dot.py -> build/lib/pyutil/scripts copying pyutil/scripts/passphrase.py -> build/lib/pyutil/scripts copying pyutil/scripts/randcookie.py -> build/lib/pyutil/scripts copying pyutil/scripts/randfile.py -> build/lib/pyutil/scripts copying pyutil/scripts/tailx.py -> build/lib/pyutil/scripts copying pyutil/scripts/try_decoding.py -> build/lib/pyutil/scripts copying pyutil/scripts/unsort.py -> build/lib/pyutil/scripts copying pyutil/scripts/verinfo.py -> build/lib/pyutil/scripts creating build/lib/pyutil/test copying pyutil/test/__init__.py -> build/lib/pyutil/test creating build/lib/pyutil/xor copying pyutil/xor/__init__.py -> build/lib/pyutil/xor copying pyutil/xor/xor.py -> build/lib/pyutil/xor creating build/lib/pyutil/test/current copying pyutil/test/current/__init__.py -> build/lib/pyutil/test/current copying pyutil/test/current/test_assertutil.py -> build/lib/pyutil/test/current copying pyutil/test/current/test_fileutil.py -> build/lib/pyutil/test/current copying pyutil/test/current/test_iputil.py -> build/lib/pyutil/test/current copying pyutil/test/current/test_jsonutil.py -> build/lib/pyutil/test/current copying pyutil/test/current/test_mathutil.py -> build/lib/pyutil/test/current copying pyutil/test/current/test_observer.py -> build/lib/pyutil/test/current copying pyutil/test/current/test_time_format.py -> build/lib/pyutil/test/current copying pyutil/test/current/test_verlib.py -> build/lib/pyutil/test/current copying pyutil/test/current/test_version_class.py -> build/lib/pyutil/test/current creating build/lib/pyutil/test/deprecated copying pyutil/test/deprecated/__init__.py -> build/lib/pyutil/test/deprecated copying pyutil/test/deprecated/test_dictutil.py -> build/lib/pyutil/test/deprecated copying pyutil/test/deprecated/test_picklesaver.py -> build/lib/pyutil/test/deprecated copying pyutil/test/deprecated/test_xor.py -> build/lib/pyutil/test/deprecated creating build/lib/pyutil/test/out_of_shape copying pyutil/test/out_of_shape/__init__.py -> build/lib/pyutil/test/out_of_shape copying pyutil/test/out_of_shape/test_cache.py -> build/lib/pyutil/test/out_of_shape copying pyutil/test/out_of_shape/test_odict.py -> build/lib/pyutil/test/out_of_shape copying pyutil/test/out_of_shape/test_strutil.py -> build/lib/pyutil/test/out_of_shape copying pyutil/test/out_of_shape/test_zlibutil.py -> build/lib/pyutil/test/out_of_shape creating build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/__init__.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_decode.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_default.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_dump.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_encode_basestring_ascii.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_fail.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_float.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_indent.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_pass1.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_pass2.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_pass3.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_recursion.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_separators.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_speedups.py -> build/lib/pyutil/test/current/json_tests copying pyutil/test/current/json_tests/test_unicode.py -> build/lib/pyutil/test/current/json_tests running egg_info writing pyutil.egg-info/PKG-INFO writing dependency_links to pyutil.egg-info/dependency_links.txt deleting pyutil.egg-info/entry_points.txt writing requirements to pyutil.egg-info/requires.txt writing top-level names to pyutil.egg-info/top_level.txt reading manifest file 'pyutil.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING.GPL' adding license file 'COPYING.SPL.txt' adding license file 'COPYING.TGPPL.rst' writing manifest file 'pyutil.egg-info/SOURCES.txt' /usr/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pyutil.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pyutil.data' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pyutil.data' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pyutil.data' to be distributed and are already explicitly excluding 'pyutil.data' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/pyutil/data copying pyutil/data/wordlist.txt -> build/lib/pyutil/data UPDATING build/lib/pyutil/_version.py set build/lib/pyutil/_version.py to '3.3.6'