=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/py-reprotest", "all", "PYTHON_VERSION_REQD=312", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py312-reprotest-0.7.32 * Building wheel... /opt/local/lib/python3.12/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/reprotest copying reprotest/__init__.py -> build/lib/reprotest copying reprotest/__main__.py -> build/lib/reprotest copying reprotest/build.py -> build/lib/reprotest copying reprotest/environ.py -> build/lib/reprotest copying reprotest/mdiffconf.py -> build/lib/reprotest copying reprotest/presets.py -> build/lib/reprotest copying reprotest/shell_syn.py -> build/lib/reprotest copying reprotest/utils.py -> build/lib/reprotest creating build/lib/reprotest/lib copying reprotest/lib/VirtSubproc.py -> build/lib/reprotest/lib copying reprotest/lib/__init__.py -> build/lib/reprotest/lib copying reprotest/lib/adt_testbed.py -> build/lib/reprotest/lib copying reprotest/lib/adtlog.py -> build/lib/reprotest/lib creating build/lib/reprotest/lib/system_interface copying reprotest/lib/system_interface/__init__.py -> build/lib/reprotest/lib/system_interface copying reprotest/lib/system_interface/arch.py -> build/lib/reprotest/lib/system_interface copying reprotest/lib/system_interface/debian.py -> build/lib/reprotest/lib/system_interface copying reprotest/lib/system_interface/fedora.py -> build/lib/reprotest/lib/system_interface copying reprotest/lib/system_interface/guix.py -> build/lib/reprotest/lib/system_interface running egg_info writing reprotest.egg-info/PKG-INFO writing dependency_links to reprotest.egg-info/dependency_links.txt writing entry points to reprotest.egg-info/entry_points.txt writing requirements to reprotest.egg-info/requires.txt writing top-level names to reprotest.egg-info/top_level.txt reading manifest file 'reprotest.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'reprotest.egg-info/SOURCES.txt' /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'reprotest.virt' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'reprotest.virt' 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 'reprotest.virt' 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 'reprotest.virt' to be distributed and are already explicitly excluding 'reprotest.virt' 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/reprotest/virt copying reprotest/virt/autopkgtest-virt-chroot -> build/lib/reprotest/virt copying reprotest/virt/autopkgtest-virt-lxc -> build/lib/reprotest/virt copying reprotest/virt/autopkgtest-virt-lxd -> build/lib/reprotest/virt copying reprotest/virt/autopkgtest-virt-null -> build/lib/reprotest/virt copying reprotest/virt/autopkgtest-virt-qemu -> build/lib/reprotest/virt copying reprotest/virt/autopkgtest-virt-schroot -> build/lib/reprotest/virt copying reprotest/virt/autopkgtest-virt-ssh -> build/lib/reprotest/virt installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/reprotest copying build/lib/reprotest/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest copying build/lib/reprotest/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest copying build/lib/reprotest/build.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest copying build/lib/reprotest/environ.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest copying build/lib/reprotest/mdiffconf.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest copying build/lib/reprotest/presets.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest copying build/lib/reprotest/shell_syn.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest copying build/lib/reprotest/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest creating build/bdist.solaris-2.11-i86pc.64bit/wheel/reprotest/lib copying build/lib/reprotest/lib/VirtSubproc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/lib copying build/lib/reprotest/lib/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/lib copying build/lib/reprotest/lib/adt_testbed.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/lib copying build/lib/reprotest/lib/adtlog.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel/reprotest/lib/system_interface copying build/lib/reprotest/lib/system_interface/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/lib/system_interface copying build/lib/reprotest/lib/system_interface/arch.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/lib/system_interface copying build/lib/reprotest/lib/system_interface/debian.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/lib/system_interface copying build/lib/reprotest/lib/system_interface/fedora.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/lib/system_interface copying build/lib/reprotest/lib/system_interface/guix.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/lib/system_interface creating build/bdist.solaris-2.11-i86pc.64bit/wheel/reprotest/virt copying build/lib/reprotest/virt/autopkgtest-virt-chroot -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/virt copying build/lib/reprotest/virt/autopkgtest-virt-lxc -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/virt copying build/lib/reprotest/virt/autopkgtest-virt-lxd -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/virt copying build/lib/reprotest/virt/autopkgtest-virt-null -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/virt copying build/lib/reprotest/virt/autopkgtest-virt-qemu -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/virt copying build/lib/reprotest/virt/autopkgtest-virt-schroot -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/virt copying build/lib/reprotest/virt/autopkgtest-virt-ssh -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest/virt running install_egg_info Copying reprotest.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./reprotest-0.7.32-py3.12.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/reprotest-0.7.32.dist-info/WHEEL creating '/tmp/work/sysutils/py-reprotest/work/reprotest-0.7.32/dist/.tmp-w7ztpe7a/reprotest-0.7.32-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'reprotest/__init__.py' adding 'reprotest/__main__.py' adding 'reprotest/build.py' adding 'reprotest/environ.py' adding 'reprotest/mdiffconf.py' adding 'reprotest/presets.py' adding 'reprotest/shell_syn.py' adding 'reprotest/utils.py' adding 'reprotest/lib/VirtSubproc.py' adding 'reprotest/lib/__init__.py' adding 'reprotest/lib/adt_testbed.py' adding 'reprotest/lib/adtlog.py' adding 'reprotest/lib/system_interface/__init__.py' adding 'reprotest/lib/system_interface/arch.py' adding 'reprotest/lib/system_interface/debian.py' adding 'reprotest/lib/system_interface/fedora.py' adding 'reprotest/lib/system_interface/guix.py' adding 'reprotest/virt/autopkgtest-virt-chroot' adding 'reprotest/virt/autopkgtest-virt-lxc' adding 'reprotest/virt/autopkgtest-virt-lxd' adding 'reprotest/virt/autopkgtest-virt-null' adding 'reprotest/virt/autopkgtest-virt-qemu' adding 'reprotest/virt/autopkgtest-virt-schroot' adding 'reprotest/virt/autopkgtest-virt-ssh' adding 'reprotest-0.7.32.dist-info/METADATA' adding 'reprotest-0.7.32.dist-info/WHEEL' adding 'reprotest-0.7.32.dist-info/entry_points.txt' adding 'reprotest-0.7.32.dist-info/top_level.txt' adding 'reprotest-0.7.32.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built reprotest-0.7.32-py3-none-any.whl