=> 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 py311-logilab-common-2.1.0 * Building wheel... /usr/pkg/lib/python3.11/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/pkg/lib/python3.11/site-packages/setuptools/dist.py:806: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. !! ******************************************************************************** Please replace its usage with implicit namespaces (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details. ******************************************************************************** !! ep.load()(self, ep.name, value) running bdist_wheel running build running build_py running egg_info writing logilab_common.egg-info/PKG-INFO writing dependency_links to logilab_common.egg-info/dependency_links.txt writing namespace_packages to logilab_common.egg-info/namespace_packages.txt writing requirements to logilab_common.egg-info/requires.txt writing top-level names to logilab_common.egg-info/top_level.txt reading manifest file 'logilab_common.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.py' under directory 'test/input' warning: no files found matching '*' under directory 'doc/html' no previously-included directories found matching 'debian' warning: no previously-included files found matching '.hg-format-source' no previously-included directories found matching 'docs/_build' warning: no previously-included files found matching '.hgrc' warning: no previously-included files found matching '.gitlab-ci.yml' warning: no previously-included files found matching '.yamllint' warning: no previously-included files found matching '.cube-doctor.yml' warning: no previously-included files found matching '.readthedocs.yaml' warning: no previously-included files found matching 'CHANGELOG.md' adding license file 'COPYING' adding license file 'COPYING.LESSER' writing manifest file 'logilab_common.egg-info/SOURCES.txt' /usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'logilab.common' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'logilab.common' 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 'logilab.common' 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 'logilab.common' to be distributed and are already explicitly excluding 'logilab.common' 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) /usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'logilab.common.ureports' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'logilab.common.ureports' 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 'logilab.common.ureports' 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 'logilab.common.ureports' to be distributed and are already explicitly excluding 'logilab.common.ureports' 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/logilab/common copying logilab/common/__init__.py -> build/lib/logilab/common copying logilab/common/cache.py -> build/lib/logilab/common copying logilab/common/changelog.py -> build/lib/logilab/common copying logilab/common/clcommands.py -> build/lib/logilab/common copying logilab/common/compat.py -> build/lib/logilab/common copying logilab/common/configuration.py -> build/lib/logilab/common copying logilab/common/daemon.py -> build/lib/logilab/common copying logilab/common/date.py -> build/lib/logilab/common copying logilab/common/debugger.py -> build/lib/logilab/common copying logilab/common/decorators.py -> build/lib/logilab/common copying logilab/common/deprecation.py -> build/lib/logilab/common copying logilab/common/fileutils.py -> build/lib/logilab/common copying logilab/common/graph.py -> build/lib/logilab/common copying logilab/common/interface.py -> build/lib/logilab/common copying logilab/common/logging_ext.py -> build/lib/logilab/common copying logilab/common/modutils.py -> build/lib/logilab/common copying logilab/common/optik_ext.py -> build/lib/logilab/common copying logilab/common/proc.py -> build/lib/logilab/common copying logilab/common/py.typed -> build/lib/logilab/common copying logilab/common/registry.py -> build/lib/logilab/common copying logilab/common/shellutils.py -> build/lib/logilab/common copying logilab/common/sphinx_ext.py -> build/lib/logilab/common copying logilab/common/sphinxutils.py -> build/lib/logilab/common copying logilab/common/table.py -> build/lib/logilab/common copying logilab/common/tasksqueue.py -> build/lib/logilab/common copying logilab/common/testlib.py -> build/lib/logilab/common copying logilab/common/textutils.py -> build/lib/logilab/common copying logilab/common/tree.py -> build/lib/logilab/common copying logilab/common/types.py -> build/lib/logilab/common copying logilab/common/umessage.py -> build/lib/logilab/common copying logilab/common/urllib2ext.py -> build/lib/logilab/common copying logilab/common/vcgutils.py -> build/lib/logilab/common copying logilab/common/visitor.py -> build/lib/logilab/common copying logilab/common/xmlutils.py -> build/lib/logilab/common creating build/lib/logilab/common/ureports copying logilab/common/ureports/__init__.py -> build/lib/logilab/common/ureports copying logilab/common/ureports/docbook_writer.py -> build/lib/logilab/common/ureports copying logilab/common/ureports/html_writer.py -> build/lib/logilab/common/ureports copying logilab/common/ureports/nodes.py -> build/lib/logilab/common/ureports copying logilab/common/ureports/text_writer.py -> build/lib/logilab/common/ureports running build_scripts creating build/scripts-3.11 copying and adjusting bin/logilab-pytest -> build/scripts-3.11 changing mode of build/scripts-3.11/logilab-pytest from 644 to 755 installing to build/bdist.netbsd-10.0-i386/wheel running install running install_lib copying logilab/common/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/cache.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/changelog.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/clcommands.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/compat.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/configuration.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/daemon.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/date.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/debugger.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/decorators.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/deprecation.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/fileutils.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/graph.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/interface.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/logging_ext.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/modutils.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/optik_ext.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/proc.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/py.typed -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/registry.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/shellutils.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/sphinx_ext.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/sphinxutils.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/table.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/tasksqueue.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/testlib.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/textutils.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/tree.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/types.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/umessage.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/urllib2ext.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/vcgutils.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/visitor.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/xmlutils.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common copying logilab/common/ureports/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common/ureports copying logilab/common/ureports/docbook_writer.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common/ureports copying logilab/common/ureports/html_writer.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common/ureports copying logilab/common/ureports/nodes.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common/ureports copying logilab/common/ureports/text_writer.py -> build/bdist.netbsd-10.0-i386/wheel/./logilab/common/ureports running install_egg_info Copying logilab_common.egg-info to build/bdist.netbsd-10.0-i386/wheel/./logilab_common-2.1.0-py3.11.egg-info Installing build/bdist.netbsd-10.0-i386/wheel/./logilab_common-2.1.0-py3.11-nspkg.pth running install_scripts creating build/bdist.netbsd-10.0-i386/wheel/logilab_common-2.1.0.data/scripts copying build/scripts-3.11/logilab-pytest -> build/bdist.netbsd-10.0-i386/wheel/logilab_common-2.1.0.data/scripts changing mode of build/bdist.netbsd-10.0-i386/wheel/logilab_common-2.1.0.data/scripts/logilab-pytest to 755 creating build/bdist.netbsd-10.0-i386/wheel/logilab_common-2.1.0.dist-info/WHEEL creating '/pbulk/work/devel/py-logilab-common/work/logilab_common-2.1.0/dist/.tmp-gf53o4j5/logilab_common-2.1.0-py3-none-any.whl' and adding 'build/bdist.netbsd-10.0-i386/wheel' to it adding 'logilab_common-2.1.0-py3.11-nspkg.pth' adding 'logilab/common/__init__.py' adding 'logilab/common/cache.py' adding 'logilab/common/changelog.py' adding 'logilab/common/clcommands.py' adding 'logilab/common/compat.py' adding 'logilab/common/configuration.py' adding 'logilab/common/daemon.py' adding 'logilab/common/date.py' adding 'logilab/common/debugger.py' adding 'logilab/common/decorators.py' adding 'logilab/common/deprecation.py' adding 'logilab/common/fileutils.py' adding 'logilab/common/graph.py' adding 'logilab/common/interface.py' adding 'logilab/common/logging_ext.py' adding 'logilab/common/modutils.py' adding 'logilab/common/optik_ext.py' adding 'logilab/common/proc.py' adding 'logilab/common/py.typed' adding 'logilab/common/registry.py' adding 'logilab/common/shellutils.py' adding 'logilab/common/sphinx_ext.py' adding 'logilab/common/sphinxutils.py' adding 'logilab/common/table.py' adding 'logilab/common/tasksqueue.py' adding 'logilab/common/testlib.py' adding 'logilab/common/textutils.py' adding 'logilab/common/tree.py' adding 'logilab/common/types.py' adding 'logilab/common/umessage.py' adding 'logilab/common/urllib2ext.py' adding 'logilab/common/vcgutils.py' adding 'logilab/common/visitor.py' adding 'logilab/common/xmlutils.py' adding 'logilab/common/ureports/__init__.py' adding 'logilab/common/ureports/docbook_writer.py' adding 'logilab/common/ureports/html_writer.py' adding 'logilab/common/ureports/nodes.py' adding 'logilab/common/ureports/text_writer.py' adding 'logilab_common-2.1.0.data/scripts/logilab-pytest' adding 'logilab_common-2.1.0.dist-info/licenses/COPYING' adding 'logilab_common-2.1.0.dist-info/licenses/COPYING.LESSER' adding 'logilab_common-2.1.0.dist-info/METADATA' adding 'logilab_common-2.1.0.dist-info/WHEEL' adding 'logilab_common-2.1.0.dist-info/namespace_packages.txt' adding 'logilab_common-2.1.0.dist-info/top_level.txt' adding 'logilab_common-2.1.0.dist-info/RECORD' removing build/bdist.netbsd-10.0-i386/wheel Successfully built logilab_common-2.1.0-py3-none-any.whl