=> 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'. ===> Installing for py310-pyutil-3.3.6 => Generating pre-install file lists => Creating installation directories (cd /tmp/devel/py-pyutil/work/pyutil-3.3.6/ && /usr/bin/env DESTDIR=/tmp/devel/py-pyutil/work/.destdir 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 "install" -c -O1 --root=/tmp/devel/py-pyutil/work/.destdir) /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 install /usr/pkg/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running egg_info writing pyutil.egg-info/PKG-INFO writing dependency_links to pyutil.egg-info/dependency_links.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) UPDATING build/lib/pyutil/_version.py set build/lib/pyutil/_version.py to '3.3.6' running install_lib creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/PickleSaver.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/__init__.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/assertutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/benchutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/cache.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/dictutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/fileutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/find_exe.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/humanreadable.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/increasing_timer.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/iputil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/jsonutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/lineutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/logutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/mathutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/memutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/nummedobj.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/observer.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/odict.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/platformutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/randutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/repeatable_random.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/strutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/testutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/time_format.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/twistedutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/verlib.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/version_class.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/weakutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil copying build/lib/pyutil/zlibutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts copying build/lib/pyutil/scripts/__init__.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts copying build/lib/pyutil/scripts/lines.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts copying build/lib/pyutil/scripts/memdump2dot.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts copying build/lib/pyutil/scripts/passphrase.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts copying build/lib/pyutil/scripts/randcookie.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts copying build/lib/pyutil/scripts/randfile.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts copying build/lib/pyutil/scripts/tailx.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts copying build/lib/pyutil/scripts/try_decoding.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts copying build/lib/pyutil/scripts/unsort.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts copying build/lib/pyutil/scripts/verinfo.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test copying build/lib/pyutil/test/__init__.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current copying build/lib/pyutil/test/current/__init__.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current copying build/lib/pyutil/test/current/test_assertutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current copying build/lib/pyutil/test/current/test_fileutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current copying build/lib/pyutil/test/current/test_iputil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current copying build/lib/pyutil/test/current/test_jsonutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current copying build/lib/pyutil/test/current/test_mathutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current copying build/lib/pyutil/test/current/test_observer.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current copying build/lib/pyutil/test/current/test_time_format.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current copying build/lib/pyutil/test/current/test_verlib.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current copying build/lib/pyutil/test/current/test_version_class.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/__init__.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_decode.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_default.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_dump.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_encode_basestring_ascii.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_fail.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_float.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_indent.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_pass1.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_pass2.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_pass3.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_recursion.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_separators.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_speedups.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests copying build/lib/pyutil/test/current/json_tests/test_unicode.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated copying build/lib/pyutil/test/deprecated/__init__.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated copying build/lib/pyutil/test/deprecated/test_dictutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated copying build/lib/pyutil/test/deprecated/test_picklesaver.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated copying build/lib/pyutil/test/deprecated/test_xor.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/out_of_shape copying build/lib/pyutil/test/out_of_shape/__init__.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/out_of_shape copying build/lib/pyutil/test/out_of_shape/test_cache.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/out_of_shape copying build/lib/pyutil/test/out_of_shape/test_odict.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/out_of_shape copying build/lib/pyutil/test/out_of_shape/test_strutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/out_of_shape copying build/lib/pyutil/test/out_of_shape/test_zlibutil.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/out_of_shape creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/xor copying build/lib/pyutil/xor/__init__.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/xor copying build/lib/pyutil/xor/xor.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/xor creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/data copying build/lib/pyutil/data/wordlist.txt -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/data copying build/lib/pyutil/_version.py -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/PickleSaver.py to PickleSaver.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/__init__.py to __init__.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/assertutil.py to assertutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/benchutil.py to benchutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/cache.py to cache.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/dictutil.py to dictutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/fileutil.py to fileutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/find_exe.py to find_exe.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/humanreadable.py to humanreadable.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/increasing_timer.py to increasing_timer.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/iputil.py to iputil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/jsonutil.py to jsonutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/lineutil.py to lineutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/logutil.py to logutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/mathutil.py to mathutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/memutil.py to memutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/nummedobj.py to nummedobj.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/observer.py to observer.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/odict.py to odict.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/platformutil.py to platformutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/randutil.py to randutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/repeatable_random.py to repeatable_random.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/strutil.py to strutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/testutil.py to testutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/time_format.py to time_format.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/twistedutil.py to twistedutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/verlib.py to verlib.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/version_class.py to version_class.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/weakutil.py to weakutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/zlibutil.py to zlibutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts/__init__.py to __init__.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts/lines.py to lines.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts/memdump2dot.py to memdump2dot.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts/passphrase.py to passphrase.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts/randcookie.py to randcookie.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts/randfile.py to randfile.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts/tailx.py to tailx.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts/try_decoding.py to try_decoding.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts/unsort.py to unsort.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/scripts/verinfo.py to verinfo.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/__init__.py to __init__.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/__init__.py to __init__.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/test_assertutil.py to test_assertutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/test_fileutil.py to test_fileutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/test_iputil.py to test_iputil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/test_jsonutil.py to test_jsonutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/test_mathutil.py to test_mathutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/test_observer.py to test_observer.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/test_time_format.py to test_time_format.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/test_verlib.py to test_verlib.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/test_version_class.py to test_version_class.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/__init__.py to __init__.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_decode.py to test_decode.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_default.py to test_default.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_dump.py to test_dump.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_encode_basestring_ascii.py to test_encode_basestring_ascii.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_fail.py to test_fail.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_float.py to test_float.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_indent.py to test_indent.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_pass1.py to test_pass1.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_pass2.py to test_pass2.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_pass3.py to test_pass3.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_recursion.py to test_recursion.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_separators.py to test_separators.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_speedups.py to test_speedups.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/current/json_tests/test_unicode.py to test_unicode.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/__init__.py to __init__.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py to test_dictutil.cpython-310.pyc /usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py:82: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py:84: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py:86: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py:95: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py:97: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py:99: SyntaxWarning: "is" with a literal. Did you mean "=="? byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_picklesaver.py to test_picklesaver.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_xor.py to test_xor.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/out_of_shape/__init__.py to __init__.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/out_of_shape/test_cache.py to test_cache.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/out_of_shape/test_odict.py to test_odict.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/out_of_shape/test_strutil.py to test_strutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/test/out_of_shape/test_zlibutil.py to test_zlibutil.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/xor/__init__.py to __init__.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/xor/xor.py to xor.cpython-310.pyc byte-compiling /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil/_version.py to _version.cpython-310.pyc writing byte-compilation script '/tmp/tmpu5w7u411.py' /usr/pkg/bin/python3.10 /tmp/tmpu5w7u411.py /usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py:82: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py:84: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py:86: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py:95: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py:97: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/pkg/lib/python3.10/site-packages/pyutil/test/deprecated/test_dictutil.py:99: SyntaxWarning: "is" with a literal. Did you mean "=="? removing /tmp/tmpu5w7u411.py running install_data creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/share creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/share/doc creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/share/doc/pyutil copying COPYING.SPL.txt -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/share/doc/pyutil copying COPYING.GPL -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/share/doc/pyutil copying COPYING.TGPPL.rst -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/share/doc/pyutil copying README.rst -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/share/doc/pyutil copying CREDITS -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/share/doc/pyutil creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/pyutil creating /tmp/devel/py-pyutil/work/.destdir/usr/pkg/pyutil/data copying pyutil/data/wordlist.txt -> /tmp/devel/py-pyutil/work/.destdir/usr/pkg/pyutil/data running install_egg_info Copying pyutil.egg-info to /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil-3.3.6-py3.10.egg-info running install_scripts => Automatic manual page handling => Generating post-install file lists pkg_create: can't stat `/tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/lines' pkg_create: can't stat `/tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/passphrase' pkg_create: can't stat `/tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/randcookie' pkg_create: can't stat `/tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/randfile' pkg_create: can't stat `/tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/tailx' pkg_create: can't stat `/tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/try_decoding' pkg_create: can't stat `/tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/unsort' pkg_create: can't stat `/tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/verinfo' pkg_create: can't stat `/tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil-3.3.6-py3.10.egg-info/entry_points.txt' if test -d "/tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil-3.3.6-py3.10.egg-info"; then /usr/bin/find /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil-3.3.6-py3.10.egg-info -type f -exec /bin/chmod 644 '{}' ';' ; fi => Checking file-check results for py310-pyutil-3.3.6 ERROR: ************************************************************ ERROR: The following files are in the PLIST but not in /tmp/devel/py-pyutil/work/.destdir/usr/pkg: ERROR: /tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/lines ERROR: /tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/passphrase ERROR: /tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/randcookie ERROR: /tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/randfile ERROR: /tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/tailx ERROR: /tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/try_decoding ERROR: /tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/unsort ERROR: /tmp/devel/py-pyutil/work/.destdir/usr/pkg/bin/verinfo ERROR: /tmp/devel/py-pyutil/work/.destdir/usr/pkg/lib/python3.10/site-packages/pyutil-3.3.6-py3.10.egg-info/entry_points.txt *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/py-pyutil *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/py-pyutil