+ 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-pooch-1.8.1/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=39 WRKLOG=/tmp/bulklog/py39-pooch-1.8.1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for py39-pooch-1.8.1 * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pooch copying pooch/__init__.py -> build/lib/pooch copying pooch/core.py -> build/lib/pooch copying pooch/hashes.py -> build/lib/pooch copying pooch/processors.py -> build/lib/pooch copying pooch/utils.py -> build/lib/pooch copying pooch/_version.py -> build/lib/pooch copying pooch/downloaders.py -> build/lib/pooch creating build/lib/pooch/tests copying pooch/tests/test_hashes.py -> build/lib/pooch/tests copying pooch/tests/test_processors.py -> build/lib/pooch/tests copying pooch/tests/test_core.py -> build/lib/pooch/tests copying pooch/tests/__init__.py -> build/lib/pooch/tests copying pooch/tests/test_downloaders.py -> build/lib/pooch/tests copying pooch/tests/test_utils.py -> build/lib/pooch/tests copying pooch/tests/utils.py -> build/lib/pooch/tests copying pooch/tests/test_integration.py -> build/lib/pooch/tests copying pooch/tests/test_version.py -> build/lib/pooch/tests running egg_info writing pooch.egg-info/PKG-INFO writing dependency_links to pooch.egg-info/dependency_links.txt writing requirements to pooch.egg-info/requires.txt writing top-level names to pooch.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'pooch.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '.github' no previously-included directories found matching 'data' no previously-included directories found matching 'doc' no previously-included directories found matching 'env' no previously-included directories found matching 'paper' warning: no previously-included files found matching '.*.yml' warning: no previously-included files found matching '.*rc' warning: no previously-included files found matching 'Makefile' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitattributes' warning: no previously-included files found matching 'environment.yml' warning: no previously-included files found matching 'license_notice.py' adding license file 'LICENSE.txt' writing manifest file 'pooch.egg-info/SOURCES.txt' /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pooch.tests.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pooch.tests.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 'pooch.tests.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 'pooch.tests.data' to be distributed and are already explicitly excluding 'pooch.tests.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) /usr/pkg/lib/python3.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pooch.tests.data.store' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pooch.tests.data.store' 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 'pooch.tests.data.store' 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 'pooch.tests.data.store' to be distributed and are already explicitly excluding 'pooch.tests.data.store' 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.9/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'pooch.tests.data.store.subdir' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pooch.tests.data.store.subdir' 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 'pooch.tests.data.store.subdir' 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 'pooch.tests.data.store.subdir' to be distributed and are already explicitly excluding 'pooch.tests.data.store.subdir' 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/pooch/tests/data copying pooch/tests/data/large-data.txt -> build/lib/pooch/tests/data copying pooch/tests/data/registry-custom-url.txt -> build/lib/pooch/tests/data copying pooch/tests/data/registry-invalid.txt -> build/lib/pooch/tests/data copying pooch/tests/data/registry-spaces.txt -> build/lib/pooch/tests/data copying pooch/tests/data/registry.txt -> build/lib/pooch/tests/data copying pooch/tests/data/registry_comments.txt -> build/lib/pooch/tests/data copying pooch/tests/data/store.tar.gz -> build/lib/pooch/tests/data copying pooch/tests/data/store.zip -> build/lib/pooch/tests/data copying pooch/tests/data/tiny-data.tar.gz -> build/lib/pooch/tests/data copying pooch/tests/data/tiny-data.txt -> build/lib/pooch/tests/data copying pooch/tests/data/tiny-data.txt.bz2 -> build/lib/pooch/tests/data copying pooch/tests/data/tiny-data.txt.gz -> build/lib/pooch/tests/data copying pooch/tests/data/tiny-data.txt.xz -> build/lib/pooch/tests/data copying pooch/tests/data/tiny-data.zip -> build/lib/pooch/tests/data creating build/lib/pooch/tests/data/store copying pooch/tests/data/store/tiny-data.txt -> build/lib/pooch/tests/data/store creating build/lib/pooch/tests/data/store/subdir copying pooch/tests/data/store/subdir/tiny-data.txt -> build/lib/pooch/tests/data/store/subdir 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/pooch copying build/lib/pooch/__init__.py -> build/bdist.linux-x86_64/wheel/pooch copying build/lib/pooch/core.py -> build/bdist.linux-x86_64/wheel/pooch copying build/lib/pooch/hashes.py -> build/bdist.linux-x86_64/wheel/pooch creating build/bdist.linux-x86_64/wheel/pooch/tests creating build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/tiny-data.txt -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/registry-invalid.txt -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/tiny-data.zip -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/registry-custom-url.txt -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/tiny-data.tar.gz -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/registry-spaces.txt -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/store.zip -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/tiny-data.txt.xz -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/tiny-data.txt.bz2 -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/tiny-data.txt.gz -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/store.tar.gz -> build/bdist.linux-x86_64/wheel/pooch/tests/data creating build/bdist.linux-x86_64/wheel/pooch/tests/data/store copying build/lib/pooch/tests/data/store/tiny-data.txt -> build/bdist.linux-x86_64/wheel/pooch/tests/data/store creating build/bdist.linux-x86_64/wheel/pooch/tests/data/store/subdir copying build/lib/pooch/tests/data/store/subdir/tiny-data.txt -> build/bdist.linux-x86_64/wheel/pooch/tests/data/store/subdir copying build/lib/pooch/tests/data/large-data.txt -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/registry_comments.txt -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/data/registry.txt -> build/bdist.linux-x86_64/wheel/pooch/tests/data copying build/lib/pooch/tests/test_hashes.py -> build/bdist.linux-x86_64/wheel/pooch/tests copying build/lib/pooch/tests/test_processors.py -> build/bdist.linux-x86_64/wheel/pooch/tests copying build/lib/pooch/tests/test_core.py -> build/bdist.linux-x86_64/wheel/pooch/tests copying build/lib/pooch/tests/__init__.py -> build/bdist.linux-x86_64/wheel/pooch/tests copying build/lib/pooch/tests/test_downloaders.py -> build/bdist.linux-x86_64/wheel/pooch/tests copying build/lib/pooch/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/pooch/tests copying build/lib/pooch/tests/utils.py -> build/bdist.linux-x86_64/wheel/pooch/tests copying build/lib/pooch/tests/test_integration.py -> build/bdist.linux-x86_64/wheel/pooch/tests copying build/lib/pooch/tests/test_version.py -> build/bdist.linux-x86_64/wheel/pooch/tests copying build/lib/pooch/processors.py -> build/bdist.linux-x86_64/wheel/pooch copying build/lib/pooch/utils.py -> build/bdist.linux-x86_64/wheel/pooch copying build/lib/pooch/_version.py -> build/bdist.linux-x86_64/wheel/pooch copying build/lib/pooch/downloaders.py -> build/bdist.linux-x86_64/wheel/pooch running install_egg_info Copying pooch.egg-info to build/bdist.linux-x86_64/wheel/pooch-1.8.1-py3.9.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/pooch-1.8.1.dist-info/WHEEL creating '/home/pbulk/build/devel/py-pooch/work/pooch-1.8.1/dist/.tmp-vnsmftqi/pooch-1.8.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'pooch/__init__.py' adding 'pooch/_version.py' adding 'pooch/core.py' adding 'pooch/downloaders.py' adding 'pooch/hashes.py' adding 'pooch/processors.py' adding 'pooch/utils.py' adding 'pooch/tests/__init__.py' adding 'pooch/tests/test_core.py' adding 'pooch/tests/test_downloaders.py' adding 'pooch/tests/test_hashes.py' adding 'pooch/tests/test_integration.py' adding 'pooch/tests/test_processors.py' adding 'pooch/tests/test_utils.py' adding 'pooch/tests/test_version.py' adding 'pooch/tests/utils.py' adding 'pooch/tests/data/large-data.txt' adding 'pooch/tests/data/registry-custom-url.txt' adding 'pooch/tests/data/registry-invalid.txt' adding 'pooch/tests/data/registry-spaces.txt' adding 'pooch/tests/data/registry.txt' adding 'pooch/tests/data/registry_comments.txt' adding 'pooch/tests/data/store.tar.gz' adding 'pooch/tests/data/store.zip' adding 'pooch/tests/data/tiny-data.tar.gz' adding 'pooch/tests/data/tiny-data.txt' adding 'pooch/tests/data/tiny-data.txt.bz2' adding 'pooch/tests/data/tiny-data.txt.gz' adding 'pooch/tests/data/tiny-data.txt.xz' adding 'pooch/tests/data/tiny-data.zip' adding 'pooch/tests/data/store/tiny-data.txt' adding 'pooch/tests/data/store/subdir/tiny-data.txt' adding 'pooch-1.8.1.dist-info/LICENSE.txt' adding 'pooch-1.8.1.dist-info/METADATA' adding 'pooch-1.8.1.dist-info/WHEEL' adding 'pooch-1.8.1.dist-info/top_level.txt' adding 'pooch-1.8.1.dist-info/zip-safe' adding 'pooch-1.8.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built pooch-1.8.1-py3-none-any.whl