Package: src:diceware
Version: 0.10-2
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules build
dh build --with python3,sphinxdoc --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py config
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller:
setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running config
I: pybuild base:311: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller:
setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.13 setup.py build
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller:
setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware
copying diceware/logger.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware
copying diceware/wordlist.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware
copying diceware/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware
copying diceware/random_sources.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware
copying diceware/config.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware
running egg_info
creating diceware.egg-info
writing diceware.egg-info/PKG-INFO
writing dependency_links to diceware.egg-info/dependency_links.txt
writing entry points to diceware.egg-info/entry_points.txt
writing namespace_packages to diceware.egg-info/namespace_packages.txt
writing requirements to diceware.egg-info/requires.txt
writing top-level names to diceware.egg-info/top_level.txt
writing manifest file 'diceware.egg-info/SOURCES.txt'
reading manifest file 'diceware.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'diceware.egg-info/SOURCES.txt'
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:218: _Warning:
Package 'diceware.wordlists' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'diceware.wordlists' 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 'diceware.wordlists' 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 'diceware.wordlists' to be distributed and are
already explicitly excluding 'diceware.wordlists' 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 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_de.txt ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_de_8k.txt ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_adjectives.txt ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_eff.txt ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_nouns.txt ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_securedrop.asc ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_pt-br.txt ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller:
setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware
copying diceware/logger.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware
copying diceware/wordlist.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware
copying diceware/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware
copying diceware/random_sources.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware
copying diceware/config.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware
running egg_info
writing diceware.egg-info/PKG-INFO
writing dependency_links to diceware.egg-info/dependency_links.txt
writing entry points to diceware.egg-info/entry_points.txt
writing namespace_packages to diceware.egg-info/namespace_packages.txt
writing requirements to diceware.egg-info/requires.txt
writing top-level names to diceware.egg-info/top_level.txt
reading manifest file 'diceware.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'diceware.egg-info/SOURCES.txt'
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:218: _Warning:
Package 'diceware.wordlists' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'diceware.wordlists' 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 'diceware.wordlists' 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 'diceware.wordlists' to be distributed and are
already explicitly excluding 'diceware.wordlists' 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 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_de.txt ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_de_8k.txt ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_adjectives.txt ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_eff.txt ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_nouns.txt ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_securedrop.asc ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_pt-br.txt ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
env PYTHONPATH=/<<PKGBUILDDIR>> dh_auto_test
I: pybuild pybuild:308: cp -r /<<PKGBUILDDIR>>/docs /<<PKGBUILDDIR>>/README.rst
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13
/<<PKGBUILDDIR>>/setup.py egg_info -e
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller:
setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running egg_info
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info
writing /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/PKG-INFO
writing dependency_links to
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/dependency_links.txt
writing entry points to
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/entry_points.txt
writing namespace_packages to
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/namespace_packages.txt
writing requirements to
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/requires.txt
writing top-level names to
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/top_level.txt
writing manifest file
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/SOURCES.txt'
reading manifest file
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/SOURCES.txt'
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build;
python3.13 -m pytest /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests
============================= test session starts ==============================
platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
configfile: tox.ini
plugins: typeguard-4.4.1
collected 282 items / 4 deselected / 278 selected
tests/conftest.py . [ 0%]
tests/test_config.py ...................... [ 8%]
tests/test_diceware.py .................................... [ 21%]
tests/test_logger.py ..... [ 23%]
tests/test_random_sources.py ....................................... [ 37%]
tests/test_wordlist.py .................................... [ 50%]
tests/conftest.py . [ 50%]
tests/test_config.py ...................... [ 50%]
tests/test_diceware.py .................................... [ 50%]
tests/test_logger.py ..... [ 50%]
tests/test_random_sources.py ....................................... [ 50%]
tests/test_wordlist.py .................................... [ 50%]
=============================== warnings summary ===============================
diceware/__init__.py:19
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__init__.py:19:
DeprecationWarning: pkg_resources is deprecated as an API. See
https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================= 278 passed, 4 deselected, 1 warning in 0.56s =================
I: pybuild pybuild:334: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; rm
-rf docs README.rst *.egg-info
I: pybuild pybuild:308: cp -r /<<PKGBUILDDIR>>/docs /<<PKGBUILDDIR>>/README.rst
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12
/<<PKGBUILDDIR>>/setup.py egg_info -e
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller:
setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running egg_info
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info
writing /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/PKG-INFO
writing dependency_links to
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/dependency_links.txt
writing entry points to
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/entry_points.txt
writing namespace_packages to
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/namespace_packages.txt
writing requirements to
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/requires.txt
writing top-level names to
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/top_level.txt
writing manifest file
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/SOURCES.txt'
reading manifest file
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/SOURCES.txt'
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build;
python3.12 -m pytest /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
configfile: tox.ini
plugins: typeguard-4.4.1
collected 282 items / 4 deselected / 278 selected
tests/conftest.py . [ 0%]
tests/test_config.py ...................... [ 8%]
tests/test_diceware.py .................................... [ 21%]
tests/test_logger.py ..... [ 23%]
tests/test_random_sources.py ....................................... [ 37%]
tests/test_wordlist.py .................................... [ 50%]
tests/conftest.py . [ 50%]
tests/test_config.py ...................... [ 50%]
tests/test_diceware.py .................................... [ 50%]
tests/test_logger.py ..... [ 50%]
tests/test_random_sources.py ....................................... [ 50%]
tests/test_wordlist.py .................................... [ 50%]
=============================== warnings summary ===============================
diceware/__init__.py:19
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__init__.py:19:
DeprecationWarning: pkg_resources is deprecated as an API. See
https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================= 278 passed, 4 deselected, 1 warning in 0.59s =================
I: pybuild pybuild:334: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; rm
-rf docs README.rst *.egg-info
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
create-stamp debian/debhelper-build-stamp
fakeroot debian/rules binary
dh binary --with python3,sphinxdoc --buildsystem=pybuild
dh_testroot -O--buildsystem=pybuild
dh_prep -O--buildsystem=pybuild
debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_install
I: pybuild base:311: /usr/bin/python3.13 setup.py install --root
/<<PKGBUILDDIR>>/debian/tmp
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller:
setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66:
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
running egg_info
writing diceware.egg-info/PKG-INFO
writing dependency_links to diceware.egg-info/dependency_links.txt
writing entry points to diceware.egg-info/entry_points.txt
writing namespace_packages to diceware.egg-info/namespace_packages.txt
writing requirements to diceware.egg-info/requires.txt
writing top-level names to diceware.egg-info/top_level.txt
reading manifest file 'diceware.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'diceware.egg-info/SOURCES.txt'
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:218: _Warning:
Package 'diceware.wordlists' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'diceware.wordlists' 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 'diceware.wordlists' 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 'diceware.wordlists' to be distributed and are
already explicitly excluding 'diceware.wordlists' 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)
running install_lib
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/logger.py ->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware
creating
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__pycache__/config.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__pycache__/logger.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__pycache__/random_sources.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__pycache__/wordlist.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__pycache__/__init__.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlist.py ->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__init__.py ->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/random_sources.py ->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware
creating
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_en_securedrop.asc
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_pt-br.txt
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_en_eff.txt
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_de.txt
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_de_8k.txt
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_en_adjectives.txt
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_en_nouns.txt
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/config.py ->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/logger.py
to logger.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlist.py
to wordlist.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__init__.py
to __init__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/random_sources.py
to random_sources.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/config.py
to config.cpython-313.pyc
running install_egg_info
Copying diceware.egg-info to
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware-0.10.egg-info
Skipping SOURCES.txt
running install_scripts
Installing diceware script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
I: pybuild base:311: /usr/bin/python3 setup.py install --root
/<<PKGBUILDDIR>>/debian/tmp
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller:
setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66:
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
running egg_info
writing diceware.egg-info/PKG-INFO
writing dependency_links to diceware.egg-info/dependency_links.txt
writing entry points to diceware.egg-info/entry_points.txt
writing namespace_packages to diceware.egg-info/namespace_packages.txt
writing requirements to diceware.egg-info/requires.txt
writing top-level names to diceware.egg-info/top_level.txt
reading manifest file 'diceware.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'diceware.egg-info/SOURCES.txt'
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:218: _Warning:
Package 'diceware.wordlists' is absent from the `packages` configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'diceware.wordlists' 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 'diceware.wordlists' 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 'diceware.wordlists' to be distributed and are
already explicitly excluding 'diceware.wordlists' 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)
running install_lib
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/logger.py ->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware
creating
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__pycache__/wordlist.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__pycache__/random_sources.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__pycache__/__init__.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__pycache__/logger.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__pycache__/config.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlist.py ->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__init__.py ->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/random_sources.py ->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware
creating
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_en_securedrop.asc
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_pt-br.txt
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_en_eff.txt
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_de.txt
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_de_8k.txt
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_en_adjectives.txt
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_en_nouns.txt
->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/config.py ->
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/logger.py
to logger.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlist.py
to wordlist.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__init__.py
to __init__.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/random_sources.py
to random_sources.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/config.py
to config.cpython-312.pyc
running install_egg_info
Copying diceware.egg-info to
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware-0.10.egg-info
Skipping SOURCES.txt
running install_scripts
Installing diceware script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
cd docs ; env PYTHONPATH=/<<PKGBUILDDIR>> LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 make
html
make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v8.1.3
WARNING: Invalid configuration value found: 'language = None'. Update your
configuration to a valid language code. Falling back to 'en' (English).
loading translations [en]... done
making output directory... done
WARNING: html_static_path entry '_static' does not exist
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst':
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/'].
Expected a two-element tuple or list.
Configuration error:
Invalid `intersphinx_mapping` configuration (1 error).
make[2]: *** [Makefile:54: html] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
make[1]: *** [debian/rules:26: override_dh_auto_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit
status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202412/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.