+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/py39-responses-0.25.0/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/py39-responses-0.25.0/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for py39-responses-0.25.0 * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/responses copying responses/registries.py -> build/lib/responses copying responses/__init__.py -> build/lib/responses copying responses/matchers.py -> build/lib/responses copying responses/_recorder.py -> build/lib/responses running egg_info writing responses.egg-info/PKG-INFO writing dependency_links to responses.egg-info/dependency_links.txt writing requirements to responses.egg-info/requires.txt writing top-level names to responses.egg-info/top_level.txt reading manifest file 'responses.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*~' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'responses.egg-info/SOURCES.txt' /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'responses.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'responses.tests' 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 'responses.tests' 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 'responses.tests' to be distributed and are already explicitly excluding 'responses.tests' 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) copying responses/py.typed -> build/lib/responses creating build/lib/responses/tests copying responses/tests/__init__.py -> build/lib/responses/tests copying responses/tests/test_matchers.py -> build/lib/responses/tests copying responses/tests/test_multithreading.py -> build/lib/responses/tests copying responses/tests/test_recorder.py -> build/lib/responses/tests copying responses/tests/test_registries.py -> build/lib/responses/tests copying responses/tests/test_responses.py -> build/lib/responses/tests installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/responses copying build/lib/responses/registries.py -> build/bdist.linux-x86_64/wheel/responses copying build/lib/responses/__init__.py -> build/bdist.linux-x86_64/wheel/responses copying build/lib/responses/matchers.py -> build/bdist.linux-x86_64/wheel/responses creating build/bdist.linux-x86_64/wheel/responses/tests copying build/lib/responses/tests/test_matchers.py -> build/bdist.linux-x86_64/wheel/responses/tests copying build/lib/responses/tests/__init__.py -> build/bdist.linux-x86_64/wheel/responses/tests copying build/lib/responses/tests/test_multithreading.py -> build/bdist.linux-x86_64/wheel/responses/tests copying build/lib/responses/tests/test_registries.py -> build/bdist.linux-x86_64/wheel/responses/tests copying build/lib/responses/tests/test_responses.py -> build/bdist.linux-x86_64/wheel/responses/tests copying build/lib/responses/tests/test_recorder.py -> build/bdist.linux-x86_64/wheel/responses/tests copying build/lib/responses/py.typed -> build/bdist.linux-x86_64/wheel/responses copying build/lib/responses/_recorder.py -> build/bdist.linux-x86_64/wheel/responses running install_egg_info Copying responses.egg-info to build/bdist.linux-x86_64/wheel/responses-0.25.0-py3.9.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/responses-0.25.0.dist-info/WHEEL creating '/home/pbulk/build/net/py-responses/work/responses-0.25.0/dist/.tmp-o_c_d03z/responses-0.25.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'responses/__init__.py' adding 'responses/_recorder.py' adding 'responses/matchers.py' adding 'responses/py.typed' adding 'responses/registries.py' adding 'responses/tests/__init__.py' adding 'responses/tests/test_matchers.py' adding 'responses/tests/test_multithreading.py' adding 'responses/tests/test_recorder.py' adding 'responses/tests/test_registries.py' adding 'responses/tests/test_responses.py' adding 'responses-0.25.0.dist-info/LICENSE' adding 'responses-0.25.0.dist-info/METADATA' adding 'responses-0.25.0.dist-info/WHEEL' adding 'responses-0.25.0.dist-info/top_level.txt' adding 'responses-0.25.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built responses-0.25.0-py3-none-any.whl