=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/www/py-django-cmsplugin_gallery", "all", "PYTHON_VERSION_REQD=313", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py313-django-cmsplugin_gallery-2.0.3nb1 * Building wheel... /opt/local/lib/python3.13/site-packages/setuptools/_distutils/dist.py:318: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running bdist_wheel running build running build_py creating build/lib/cmsplugin_gallery copying cmsplugin_gallery/__init__.py -> build/lib/cmsplugin_gallery copying cmsplugin_gallery/admin.py -> build/lib/cmsplugin_gallery copying cmsplugin_gallery/cms_plugins.py -> build/lib/cmsplugin_gallery copying cmsplugin_gallery/forms.py -> build/lib/cmsplugin_gallery copying cmsplugin_gallery/models.py -> build/lib/cmsplugin_gallery copying cmsplugin_gallery/settings.py -> build/lib/cmsplugin_gallery copying cmsplugin_gallery/utils.py -> build/lib/cmsplugin_gallery creating build/lib/cmsplugin_gallery/migrations copying cmsplugin_gallery/migrations/0001_initial.py -> build/lib/cmsplugin_gallery/migrations copying cmsplugin_gallery/migrations/0002_auto_20161223_1005.py -> build/lib/cmsplugin_gallery/migrations copying cmsplugin_gallery/migrations/0003_auto_20170104_1122.py -> build/lib/cmsplugin_gallery/migrations copying cmsplugin_gallery/migrations/0004_auto_20170118_0753.py -> build/lib/cmsplugin_gallery/migrations copying cmsplugin_gallery/migrations/0005_auto_20180411_1046.py -> build/lib/cmsplugin_gallery/migrations copying cmsplugin_gallery/migrations/0006_auto_20180411_1046.py -> build/lib/cmsplugin_gallery/migrations copying cmsplugin_gallery/migrations/0007_remove_image_src.py -> build/lib/cmsplugin_gallery/migrations copying cmsplugin_gallery/migrations/__init__.py -> build/lib/cmsplugin_gallery/migrations running egg_info writing cmsplugin_gallery.egg-info/PKG-INFO writing dependency_links to cmsplugin_gallery.egg-info/dependency_links.txt writing requirements to cmsplugin_gallery.egg-info/requires.txt writing top-level names to cmsplugin_gallery.egg-info/top_level.txt reading manifest file 'cmsplugin_gallery.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'cmsplugin_gallery.egg-info/SOURCES.txt' /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'cmsplugin_gallery.locale.en.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'cmsplugin_gallery.locale.en.LC_MESSAGES' 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 'cmsplugin_gallery.locale.en.LC_MESSAGES' 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 'cmsplugin_gallery.locale.en.LC_MESSAGES' to be distributed and are already explicitly excluding 'cmsplugin_gallery.locale.en.LC_MESSAGES' 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) /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'cmsplugin_gallery.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'cmsplugin_gallery.locale.pl.LC_MESSAGES' 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 'cmsplugin_gallery.locale.pl.LC_MESSAGES' 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 'cmsplugin_gallery.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'cmsplugin_gallery.locale.pl.LC_MESSAGES' 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) /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'cmsplugin_gallery.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'cmsplugin_gallery.locale.ru.LC_MESSAGES' 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 'cmsplugin_gallery.locale.ru.LC_MESSAGES' 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 'cmsplugin_gallery.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'cmsplugin_gallery.locale.ru.LC_MESSAGES' 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) /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'cmsplugin_gallery.templates.cmsplugin_gallery' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'cmsplugin_gallery.templates.cmsplugin_gallery' 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 'cmsplugin_gallery.templates.cmsplugin_gallery' 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 'cmsplugin_gallery.templates.cmsplugin_gallery' to be distributed and are already explicitly excluding 'cmsplugin_gallery.templates.cmsplugin_gallery' 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/cmsplugin_gallery/locale/en/LC_MESSAGES copying cmsplugin_gallery/locale/en/LC_MESSAGES/django.mo -> build/lib/cmsplugin_gallery/locale/en/LC_MESSAGES copying cmsplugin_gallery/locale/en/LC_MESSAGES/django.po -> build/lib/cmsplugin_gallery/locale/en/LC_MESSAGES creating build/lib/cmsplugin_gallery/locale/pl/LC_MESSAGES copying cmsplugin_gallery/locale/pl/LC_MESSAGES/django.mo -> build/lib/cmsplugin_gallery/locale/pl/LC_MESSAGES copying cmsplugin_gallery/locale/pl/LC_MESSAGES/django.po -> build/lib/cmsplugin_gallery/locale/pl/LC_MESSAGES creating build/lib/cmsplugin_gallery/locale/ru/LC_MESSAGES copying cmsplugin_gallery/locale/ru/LC_MESSAGES/django.mo -> build/lib/cmsplugin_gallery/locale/ru/LC_MESSAGES copying cmsplugin_gallery/locale/ru/LC_MESSAGES/django.po -> build/lib/cmsplugin_gallery/locale/ru/LC_MESSAGES creating build/lib/cmsplugin_gallery/templates/cmsplugin_gallery copying cmsplugin_gallery/templates/cmsplugin_gallery/gallery.html -> build/lib/cmsplugin_gallery/templates/cmsplugin_gallery 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/cmsplugin_gallery copying build/lib/cmsplugin_gallery/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery copying build/lib/cmsplugin_gallery/admin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery copying build/lib/cmsplugin_gallery/cms_plugins.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery copying build/lib/cmsplugin_gallery/forms.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery copying build/lib/cmsplugin_gallery/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery copying build/lib/cmsplugin_gallery/settings.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery copying build/lib/cmsplugin_gallery/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery creating build/bdist.solaris-2.11-i86pc.64bit/wheel/cmsplugin_gallery/migrations copying build/lib/cmsplugin_gallery/migrations/0001_initial.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/migrations copying build/lib/cmsplugin_gallery/migrations/0002_auto_20161223_1005.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/migrations copying build/lib/cmsplugin_gallery/migrations/0003_auto_20170104_1122.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/migrations copying build/lib/cmsplugin_gallery/migrations/0004_auto_20170118_0753.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/migrations copying build/lib/cmsplugin_gallery/migrations/0005_auto_20180411_1046.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/migrations copying build/lib/cmsplugin_gallery/migrations/0006_auto_20180411_1046.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/migrations copying build/lib/cmsplugin_gallery/migrations/0007_remove_image_src.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/migrations copying build/lib/cmsplugin_gallery/migrations/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/migrations creating build/bdist.solaris-2.11-i86pc.64bit/wheel/cmsplugin_gallery/locale creating build/bdist.solaris-2.11-i86pc.64bit/wheel/cmsplugin_gallery/locale/en creating build/bdist.solaris-2.11-i86pc.64bit/wheel/cmsplugin_gallery/locale/en/LC_MESSAGES copying build/lib/cmsplugin_gallery/locale/en/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/locale/en/LC_MESSAGES copying build/lib/cmsplugin_gallery/locale/en/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/locale/en/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/cmsplugin_gallery/locale/pl creating build/bdist.solaris-2.11-i86pc.64bit/wheel/cmsplugin_gallery/locale/pl/LC_MESSAGES copying build/lib/cmsplugin_gallery/locale/pl/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/locale/pl/LC_MESSAGES copying build/lib/cmsplugin_gallery/locale/pl/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/locale/pl/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/cmsplugin_gallery/locale/ru creating build/bdist.solaris-2.11-i86pc.64bit/wheel/cmsplugin_gallery/locale/ru/LC_MESSAGES copying build/lib/cmsplugin_gallery/locale/ru/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/locale/ru/LC_MESSAGES copying build/lib/cmsplugin_gallery/locale/ru/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/locale/ru/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/cmsplugin_gallery/templates creating build/bdist.solaris-2.11-i86pc.64bit/wheel/cmsplugin_gallery/templates/cmsplugin_gallery copying build/lib/cmsplugin_gallery/templates/cmsplugin_gallery/gallery.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery/templates/cmsplugin_gallery running install_egg_info Copying cmsplugin_gallery.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./cmsplugin_gallery-2.0.3-py3.13.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/cmsplugin_gallery-2.0.3.dist-info/WHEEL creating '/tmp/work/www/py-django-cmsplugin_gallery/work/cmsplugin_gallery-2.0.3/dist/.tmp-_li9zjji/cmsplugin_gallery-2.0.3-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'cmsplugin_gallery/__init__.py' adding 'cmsplugin_gallery/admin.py' adding 'cmsplugin_gallery/cms_plugins.py' adding 'cmsplugin_gallery/forms.py' adding 'cmsplugin_gallery/models.py' adding 'cmsplugin_gallery/settings.py' adding 'cmsplugin_gallery/utils.py' adding 'cmsplugin_gallery/locale/en/LC_MESSAGES/django.mo' adding 'cmsplugin_gallery/locale/en/LC_MESSAGES/django.po' adding 'cmsplugin_gallery/locale/pl/LC_MESSAGES/django.mo' adding 'cmsplugin_gallery/locale/pl/LC_MESSAGES/django.po' adding 'cmsplugin_gallery/locale/ru/LC_MESSAGES/django.mo' adding 'cmsplugin_gallery/locale/ru/LC_MESSAGES/django.po' adding 'cmsplugin_gallery/migrations/0001_initial.py' adding 'cmsplugin_gallery/migrations/0002_auto_20161223_1005.py' adding 'cmsplugin_gallery/migrations/0003_auto_20170104_1122.py' adding 'cmsplugin_gallery/migrations/0004_auto_20170118_0753.py' adding 'cmsplugin_gallery/migrations/0005_auto_20180411_1046.py' adding 'cmsplugin_gallery/migrations/0006_auto_20180411_1046.py' adding 'cmsplugin_gallery/migrations/0007_remove_image_src.py' adding 'cmsplugin_gallery/migrations/__init__.py' adding 'cmsplugin_gallery/templates/cmsplugin_gallery/gallery.html' adding 'cmsplugin_gallery-2.0.3.dist-info/licenses/AUTHORS' adding 'cmsplugin_gallery-2.0.3.dist-info/licenses/LICENSE' adding 'cmsplugin_gallery-2.0.3.dist-info/METADATA' adding 'cmsplugin_gallery-2.0.3.dist-info/WHEEL' adding 'cmsplugin_gallery-2.0.3.dist-info/top_level.txt' adding 'cmsplugin_gallery-2.0.3.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built cmsplugin_gallery-2.0.3-py3-none-any.whl