==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-passlib 1.7.4-13 (Sun Aug 30 13:03:35 2026)
==> Retrieving sources...
-> Found passlib-1.7.4.tar.gz
-> Found python-passlib-bcrypt.patch
-> Found python-passlib-bcrypt-fix-tests.patch
-> Found remove-pkg_resources.patch
-> Found python-passlib-python-3.13.patch
-> Found python-passlib-django.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
passlib-1.7.4.tar.gz ... Passed
python-passlib-bcrypt.patch ... Passed
python-passlib-bcrypt-fix-tests.patch ... Passed
remove-pkg_resources.patch ... Passed
python-passlib-python-3.13.patch ... Passed
python-passlib-django.patch ... Passed
==> Making package: python-passlib 1.7.4-13 (Sun Aug 30 19:04:01 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (13) python-autocommand-2.2.2-9 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.1.2-1 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-11.1.0-1 python-packaging-26.3-1 python-platformdirs-4.11.5-1 python-pyproject-hooks-1.2.0-6 python-wheel-0.48.0-1 python-build-1.4.3-1 python-installer-1.0.0-1 python-setuptools-1:84.0.0-1
Total Download Size: 1.41 MiB
Total Installed Size: 9.06 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-setuptools-1:84.0.0-1-any downloading...
python-packaging-26.3-1-any downloading...
python-more-itertools-11.1.0-1-any downloading...
python-wheel-0.48.0-1-any downloading...
python-build-1.4.3-1-any downloading...
python-platformdirs-4.11.5-1-any downloading...
python-installer-1.0.0-1-any downloading...
python-autocommand-2.2.2-9-any downloading...
python-jaraco.collections-5.1.0-3-any downloading...
python-pyproject-hooks-1.2.0-6-any downloading...
python-jaraco.text-4.0.0-4-any downloading...
python-jaraco.functools-4.1.0-3-any downloading...
python-jaraco.context-6.1.2-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-packaging...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
python-pip: to use as the Python package installer (default)
python-uv: to use as the Python package installer
python-virtualenv: to use virtualenv for build isolation
installing python-installer...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
python-keyring: for wheel.signatures
python-xdg: for wheel.signatures
python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found passlib-1.7.4.tar.gz
-> Found python-passlib-bcrypt.patch
-> Found python-passlib-bcrypt-fix-tests.patch
-> Found remove-pkg_resources.patch
-> Found python-passlib-python-3.13.patch
-> Found python-passlib-django.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting passlib-1.7.4.tar.gz with bsdtar
==> Starting prepare()...
patching file passlib/handlers/bcrypt.py
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
patching file passlib/handlers/bcrypt.py
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
patching file passlib/tests/conftest.py
patching file passlib/tests/test_handlers_bcrypt.py
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
patching file passlib/tests/test_handlers_django.py
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
patching file passlib/pwd.py
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
patching file passlib/tests/utils.py
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
patching file passlib/apps.py
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
patching file passlib/tests/test_ext_django.py
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
patching file passlib/ext/django/utils.py
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:318: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:318: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:676: UserWarning: Newlines are not a valid separator for the 'keywords' and 'platforms' fields and their use is deprecated. Separate items with commas instead. This will raise an error in the future.
value = list(SeparatedValues(_repair_newlines(value)))
/usr/lib/python3.14/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 :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
writing passlib.egg-info/PKG-INFO
writing dependency_links to passlib.egg-info/dependency_links.txt
writing requirements to passlib.egg-info/requires.txt
writing top-level names to passlib.egg-info/top_level.txt
reading manifest file 'passlib.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'CHANGES'
adding license file 'LICENSE'
writing manifest file 'passlib.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:318: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:318: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3.14/site-packages/setuptools/_distutils/dist.py:676: UserWarning: Newlines are not a valid separator for the 'keywords' and 'platforms' fields and their use is deprecated. Separate items with commas instead. This will raise an error in the future.
value = list(SeparatedValues(_repair_newlines(value)))
/usr/lib/python3.14/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 :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:119: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!
********************************************************************************
With Python 2.7 end-of-life, support for building universal wheels
(i.e., wheels that support both Python 2 and Python 3)
is being obviated.
Please discontinue using this option, or if you still need it,
file an issue with pypa/setuptools describing your use case.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
********************************************************************************
!!
self.finalize_options()
running build
running build_py
creating build/lib/passlib
copying passlib/__init__.py -> build/lib/passlib
copying passlib/exc.py -> build/lib/passlib
copying passlib/context.py -> build/lib/passlib
copying passlib/pwd.py -> build/lib/passlib
copying passlib/hash.py -> build/lib/passlib
copying passlib/totp.py -> build/lib/passlib
copying passlib/win32.py -> build/lib/passlib
copying passlib/registry.py -> build/lib/passlib
copying passlib/hosts.py -> build/lib/passlib
copying passlib/apps.py -> build/lib/passlib
copying passlib/apache.py -> build/lib/passlib
copying passlib/ifc.py -> build/lib/passlib
creating build/lib/passlib/_setup
copying passlib/_setup/__init__.py -> build/lib/passlib/_setup
copying passlib/_setup/stamp.py -> build/lib/passlib/_setup
creating build/lib/passlib/handlers
copying passlib/handlers/pbkdf2.py -> build/lib/passlib/handlers
copying passlib/handlers/__init__.py -> build/lib/passlib/handlers
copying passlib/handlers/ldap_digests.py -> build/lib/passlib/handlers
copying passlib/handlers/des_crypt.py -> build/lib/passlib/handlers
copying passlib/handlers/roundup.py -> build/lib/passlib/handlers
copying passlib/handlers/oracle.py -> build/lib/passlib/handlers
copying passlib/handlers/sha2_crypt.py -> build/lib/passlib/handlers
copying passlib/handlers/cisco.py -> build/lib/passlib/handlers
copying passlib/handlers/scrypt.py -> build/lib/passlib/handlers
copying passlib/handlers/md5_crypt.py -> build/lib/passlib/handlers
copying passlib/handlers/digests.py -> build/lib/passlib/handlers
copying passlib/handlers/phpass.py -> build/lib/passlib/handlers
copying passlib/handlers/scram.py -> build/lib/passlib/handlers
copying passlib/handlers/sha1_crypt.py -> build/lib/passlib/handlers
copying passlib/handlers/argon2.py -> build/lib/passlib/handlers
copying passlib/handlers/postgres.py -> build/lib/passlib/handlers
copying passlib/handlers/windows.py -> build/lib/passlib/handlers
copying passlib/handlers/misc.py -> build/lib/passlib/handlers
copying passlib/handlers/mysql.py -> build/lib/passlib/handlers
copying passlib/handlers/fshp.py -> build/lib/passlib/handlers
copying passlib/handlers/django.py -> build/lib/passlib/handlers
copying passlib/handlers/mssql.py -> build/lib/passlib/handlers
copying passlib/handlers/bcrypt.py -> build/lib/passlib/handlers
copying passlib/handlers/sun_md5_crypt.py -> build/lib/passlib/handlers
creating build/lib/passlib/utils
copying passlib/utils/pbkdf2.py -> build/lib/passlib/utils
copying passlib/utils/__init__.py -> build/lib/passlib/utils
copying passlib/utils/binary.py -> build/lib/passlib/utils
copying passlib/utils/decor.py -> build/lib/passlib/utils
copying passlib/utils/des.py -> build/lib/passlib/utils
copying passlib/utils/handlers.py -> build/lib/passlib/utils
copying passlib/utils/md4.py -> build/lib/passlib/utils
creating build/lib/passlib/crypto
copying passlib/crypto/__init__.py -> build/lib/passlib/crypto
copying passlib/crypto/_md4.py -> build/lib/passlib/crypto
copying passlib/crypto/des.py -> build/lib/passlib/crypto
copying passlib/crypto/digest.py -> build/lib/passlib/crypto
creating build/lib/passlib/tests
copying passlib/tests/utils.py -> build/lib/passlib/tests
copying passlib/tests/test_registry.py -> build/lib/passlib/tests
copying passlib/tests/__init__.py -> build/lib/passlib/tests
copying passlib/tests/test_utils_md4.py -> build/lib/passlib/tests
copying passlib/tests/test_crypto_des.py -> build/lib/passlib/tests
copying passlib/tests/tox_support.py -> build/lib/passlib/tests
copying passlib/tests/test_handlers_scrypt.py -> build/lib/passlib/tests
copying passlib/tests/test_ext_django.py -> build/lib/passlib/tests
copying passlib/tests/test_ext_django_source.py -> build/lib/passlib/tests
copying passlib/tests/conftest.py -> build/lib/passlib/tests
copying passlib/tests/test_pwd.py -> build/lib/passlib/tests
copying passlib/tests/test_win32.py -> build/lib/passlib/tests
copying passlib/tests/test_utils_pbkdf2.py -> build/lib/passlib/tests
copying passlib/tests/test_handlers_bcrypt.py -> build/lib/passlib/tests
copying passlib/tests/test_totp.py -> build/lib/passlib/tests
copying passlib/tests/test_crypto_digest.py -> build/lib/passlib/tests
copying passlib/tests/test_handlers_cisco.py -> build/lib/passlib/tests
copying passlib/tests/test_hosts.py -> build/lib/passlib/tests
copying passlib/tests/test_handlers.py -> build/lib/passlib/tests
copying passlib/tests/test_crypto_scrypt.py -> build/lib/passlib/tests
copying passlib/tests/test_utils.py -> build/lib/passlib/tests
copying passlib/tests/backports.py -> build/lib/passlib/tests
copying passlib/tests/test_handlers_argon2.py -> build/lib/passlib/tests
copying passlib/tests/test_context.py -> build/lib/passlib/tests
copying passlib/tests/__main__.py -> build/lib/passlib/tests
copying passlib/tests/test_handlers_django.py -> build/lib/passlib/tests
copying passlib/tests/_test_bad_register.py -> build/lib/passlib/tests
copying passlib/tests/test_apps.py -> build/lib/passlib/tests
copying passlib/tests/test_crypto_builtin_md4.py -> build/lib/passlib/tests
copying passlib/tests/test_utils_handlers.py -> build/lib/passlib/tests
copying passlib/tests/test_context_deprecated.py -> build/lib/passlib/tests
copying passlib/tests/test_handlers_pbkdf2.py -> build/lib/passlib/tests
copying passlib/tests/test_apache.py -> build/lib/passlib/tests
creating build/lib/passlib/ext
copying passlib/ext/__init__.py -> build/lib/passlib/ext
creating build/lib/passlib/utils/compat
copying passlib/utils/compat/__init__.py -> build/lib/passlib/utils/compat
copying passlib/utils/compat/_ordered_dict.py -> build/lib/passlib/utils/compat
creating build/lib/passlib/crypto/_blowfish
copying passlib/crypto/_blowfish/__init__.py -> build/lib/passlib/crypto/_blowfish
copying passlib/crypto/_blowfish/unrolled.py -> build/lib/passlib/crypto/_blowfish
copying passlib/crypto/_blowfish/base.py -> build/lib/passlib/crypto/_blowfish
copying passlib/crypto/_blowfish/_gen_files.py -> build/lib/passlib/crypto/_blowfish
creating build/lib/passlib/crypto/scrypt
copying passlib/crypto/scrypt/__init__.py -> build/lib/passlib/crypto/scrypt
copying passlib/crypto/scrypt/_builtin.py -> build/lib/passlib/crypto/scrypt
copying passlib/crypto/scrypt/_salsa.py -> build/lib/passlib/crypto/scrypt
copying passlib/crypto/scrypt/_gen_files.py -> build/lib/passlib/crypto/scrypt
creating build/lib/passlib/ext/django
copying passlib/ext/django/utils.py -> build/lib/passlib/ext/django
copying passlib/ext/django/__init__.py -> build/lib/passlib/ext/django
copying passlib/ext/django/models.py -> build/lib/passlib/ext/django
creating build/lib/passlib/_data/wordsets
copying passlib/_data/wordsets/eff_long.txt -> build/lib/passlib/_data/wordsets
copying passlib/_data/wordsets/eff_short.txt -> build/lib/passlib/_data/wordsets
copying passlib/_data/wordsets/bip39.txt -> build/lib/passlib/_data/wordsets
copying passlib/_data/wordsets/eff_prefixed.txt -> build/lib/passlib/_data/wordsets
copying passlib/tests/sample1c.cfg -> build/lib/passlib/tests
copying passlib/tests/sample1b.cfg -> build/lib/passlib/tests
copying passlib/tests/sample1.cfg -> build/lib/passlib/tests
copying passlib/tests/sample_config_1s.cfg -> build/lib/passlib/tests
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/passlib
copying build/lib/passlib/__init__.py -> build/bdist.linux-armv7l/wheel/./passlib
creating build/bdist.linux-armv7l/wheel/passlib/_setup
copying build/lib/passlib/_setup/__init__.py -> build/bdist.linux-armv7l/wheel/./passlib/_setup
copying build/lib/passlib/_setup/stamp.py -> build/bdist.linux-armv7l/wheel/./passlib/_setup
creating build/bdist.linux-armv7l/wheel/passlib/_data
creating build/bdist.linux-armv7l/wheel/passlib/_data/wordsets
copying build/lib/passlib/_data/wordsets/eff_long.txt -> build/bdist.linux-armv7l/wheel/./passlib/_data/wordsets
copying build/lib/passlib/_data/wordsets/eff_short.txt -> build/bdist.linux-armv7l/wheel/./passlib/_data/wordsets
copying build/lib/passlib/_data/wordsets/bip39.txt -> build/bdist.linux-armv7l/wheel/./passlib/_data/wordsets
copying build/lib/passlib/_data/wordsets/eff_prefixed.txt -> build/bdist.linux-armv7l/wheel/./passlib/_data/wordsets
copying build/lib/passlib/exc.py -> build/bdist.linux-armv7l/wheel/./passlib
copying build/lib/passlib/context.py -> build/bdist.linux-armv7l/wheel/./passlib
copying build/lib/passlib/pwd.py -> build/bdist.linux-armv7l/wheel/./passlib
creating build/bdist.linux-armv7l/wheel/passlib/handlers
copying build/lib/passlib/handlers/pbkdf2.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/__init__.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/ldap_digests.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/des_crypt.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/roundup.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/oracle.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/sha2_crypt.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/cisco.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/scrypt.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/md5_crypt.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/digests.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/phpass.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/scram.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/sha1_crypt.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/argon2.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/postgres.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/windows.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/misc.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/mysql.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/fshp.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/django.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/mssql.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/bcrypt.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
copying build/lib/passlib/handlers/sun_md5_crypt.py -> build/bdist.linux-armv7l/wheel/./passlib/handlers
creating build/bdist.linux-armv7l/wheel/passlib/utils
copying build/lib/passlib/utils/pbkdf2.py -> build/bdist.linux-armv7l/wheel/./passlib/utils
copying build/lib/passlib/utils/__init__.py -> build/bdist.linux-armv7l/wheel/./passlib/utils
copying build/lib/passlib/utils/binary.py -> build/bdist.linux-armv7l/wheel/./passlib/utils
copying build/lib/passlib/utils/decor.py -> build/bdist.linux-armv7l/wheel/./passlib/utils
copying build/lib/passlib/utils/des.py -> build/bdist.linux-armv7l/wheel/./passlib/utils
copying build/lib/passlib/utils/handlers.py -> build/bdist.linux-armv7l/wheel/./passlib/utils
copying build/lib/passlib/utils/md4.py -> build/bdist.linux-armv7l/wheel/./passlib/utils
creating build/bdist.linux-armv7l/wheel/passlib/utils/compat
copying build/lib/passlib/utils/compat/__init__.py -> build/bdist.linux-armv7l/wheel/./passlib/utils/compat
copying build/lib/passlib/utils/compat/_ordered_dict.py -> build/bdist.linux-armv7l/wheel/./passlib/utils/compat
copying build/lib/passlib/hash.py -> build/bdist.linux-armv7l/wheel/./passlib
copying build/lib/passlib/totp.py -> build/bdist.linux-armv7l/wheel/./passlib
creating build/bdist.linux-armv7l/wheel/passlib/crypto
copying build/lib/passlib/crypto/__init__.py -> build/bdist.linux-armv7l/wheel/./passlib/crypto
creating build/bdist.linux-armv7l/wheel/passlib/crypto/_blowfish
copying build/lib/passlib/crypto/_blowfish/__init__.py -> build/bdist.linux-armv7l/wheel/./passlib/crypto/_blowfish
copying build/lib/passlib/crypto/_blowfish/unrolled.py -> build/bdist.linux-armv7l/wheel/./passlib/crypto/_blowfish
copying build/lib/passlib/crypto/_blowfish/base.py -> build/bdist.linux-armv7l/wheel/./passlib/crypto/_blowfish
copying build/lib/passlib/crypto/_blowfish/_gen_files.py -> build/bdist.linux-armv7l/wheel/./passlib/crypto/_blowfish
copying build/lib/passlib/crypto/_md4.py -> build/bdist.linux-armv7l/wheel/./passlib/crypto
copying build/lib/passlib/crypto/des.py -> build/bdist.linux-armv7l/wheel/./passlib/crypto
creating build/bdist.linux-armv7l/wheel/passlib/crypto/scrypt
copying build/lib/passlib/crypto/scrypt/__init__.py -> build/bdist.linux-armv7l/wheel/./passlib/crypto/scrypt
copying build/lib/passlib/crypto/scrypt/_builtin.py -> build/bdist.linux-armv7l/wheel/./passlib/crypto/scrypt
copying build/lib/passlib/crypto/scrypt/_salsa.py -> build/bdist.linux-armv7l/wheel/./passlib/crypto/scrypt
copying build/lib/passlib/crypto/scrypt/_gen_files.py -> build/bdist.linux-armv7l/wheel/./passlib/crypto/scrypt
copying build/lib/passlib/crypto/digest.py -> build/bdist.linux-armv7l/wheel/./passlib/crypto
creating build/bdist.linux-armv7l/wheel/passlib/tests
copying build/lib/passlib/tests/utils.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_registry.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_utils_md4.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_crypto_des.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/sample1c.cfg -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/tox_support.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_handlers_scrypt.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/sample1b.cfg -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_ext_django.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_ext_django_source.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/conftest.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/sample1.cfg -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_pwd.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_win32.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_utils_pbkdf2.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_handlers_bcrypt.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_totp.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_crypto_digest.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_handlers_cisco.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_hosts.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_handlers.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_crypto_scrypt.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_utils.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/backports.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_handlers_argon2.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_context.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/__main__.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_handlers_django.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/_test_bad_register.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_apps.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_crypto_builtin_md4.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_utils_handlers.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_context_deprecated.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/sample_config_1s.cfg -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_handlers_pbkdf2.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/tests/test_apache.py -> build/bdist.linux-armv7l/wheel/./passlib/tests
copying build/lib/passlib/win32.py -> build/bdist.linux-armv7l/wheel/./passlib
creating build/bdist.linux-armv7l/wheel/passlib/ext
copying build/lib/passlib/ext/__init__.py -> build/bdist.linux-armv7l/wheel/./passlib/ext
creating build/bdist.linux-armv7l/wheel/passlib/ext/django
copying build/lib/passlib/ext/django/utils.py -> build/bdist.linux-armv7l/wheel/./passlib/ext/django
copying build/lib/passlib/ext/django/__init__.py -> build/bdist.linux-armv7l/wheel/./passlib/ext/django
copying build/lib/passlib/ext/django/models.py -> build/bdist.linux-armv7l/wheel/./passlib/ext/django
copying build/lib/passlib/registry.py -> build/bdist.linux-armv7l/wheel/./passlib
copying build/lib/passlib/hosts.py -> build/bdist.linux-armv7l/wheel/./passlib
copying build/lib/passlib/apps.py -> build/bdist.linux-armv7l/wheel/./passlib
copying build/lib/passlib/apache.py -> build/bdist.linux-armv7l/wheel/./passlib
copying build/lib/passlib/ifc.py -> build/bdist.linux-armv7l/wheel/./passlib
running install_egg_info
running egg_info
writing passlib.egg-info/PKG-INFO
writing dependency_links to passlib.egg-info/dependency_links.txt
writing requirements to passlib.egg-info/requires.txt
writing top-level names to passlib.egg-info/top_level.txt
reading manifest file 'passlib.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'CHANGES'
adding license file 'LICENSE'
writing manifest file 'passlib.egg-info/SOURCES.txt'
Copying passlib.egg-info to build/bdist.linux-armv7l/wheel/./passlib-1.7.4-py3.14.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/passlib-1.7.4.dist-info/WHEEL
creating '/build/python-passlib/src/passlib-1.7.4/dist/.tmp-y009ixfs/passlib-1.7.4-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'passlib/__init__.py'
adding 'passlib/apache.py'
adding 'passlib/apps.py'
adding 'passlib/context.py'
adding 'passlib/exc.py'
adding 'passlib/hash.py'
adding 'passlib/hosts.py'
adding 'passlib/ifc.py'
adding 'passlib/pwd.py'
adding 'passlib/registry.py'
adding 'passlib/totp.py'
adding 'passlib/win32.py'
adding 'passlib/_data/wordsets/bip39.txt'
adding 'passlib/_data/wordsets/eff_long.txt'
adding 'passlib/_data/wordsets/eff_prefixed.txt'
adding 'passlib/_data/wordsets/eff_short.txt'
adding 'passlib/_setup/__init__.py'
adding 'passlib/_setup/stamp.py'
adding 'passlib/crypto/__init__.py'
adding 'passlib/crypto/_md4.py'
adding 'passlib/crypto/des.py'
adding 'passlib/crypto/digest.py'
adding 'passlib/crypto/_blowfish/__init__.py'
adding 'passlib/crypto/_blowfish/_gen_files.py'
adding 'passlib/crypto/_blowfish/base.py'
adding 'passlib/crypto/_blowfish/unrolled.py'
adding 'passlib/crypto/scrypt/__init__.py'
adding 'passlib/crypto/scrypt/_builtin.py'
adding 'passlib/crypto/scrypt/_gen_files.py'
adding 'passlib/crypto/scrypt/_salsa.py'
adding 'passlib/ext/__init__.py'
adding 'passlib/ext/django/__init__.py'
adding 'passlib/ext/django/models.py'
adding 'passlib/ext/django/utils.py'
adding 'passlib/handlers/__init__.py'
adding 'passlib/handlers/argon2.py'
adding 'passlib/handlers/bcrypt.py'
adding 'passlib/handlers/cisco.py'
adding 'passlib/handlers/des_crypt.py'
adding 'passlib/handlers/digests.py'
adding 'passlib/handlers/django.py'
adding 'passlib/handlers/fshp.py'
adding 'passlib/handlers/ldap_digests.py'
adding 'passlib/handlers/md5_crypt.py'
adding 'passlib/handlers/misc.py'
adding 'passlib/handlers/mssql.py'
adding 'passlib/handlers/mysql.py'
adding 'passlib/handlers/oracle.py'
adding 'passlib/handlers/pbkdf2.py'
adding 'passlib/handlers/phpass.py'
adding 'passlib/handlers/postgres.py'
adding 'passlib/handlers/roundup.py'
adding 'passlib/handlers/scram.py'
adding 'passlib/handlers/scrypt.py'
adding 'passlib/handlers/sha1_crypt.py'
adding 'passlib/handlers/sha2_crypt.py'
adding 'passlib/handlers/sun_md5_crypt.py'
adding 'passlib/handlers/windows.py'
adding 'passlib/tests/__init__.py'
adding 'passlib/tests/__main__.py'
adding 'passlib/tests/_test_bad_register.py'
adding 'passlib/tests/backports.py'
adding 'passlib/tests/conftest.py'
adding 'passlib/tests/sample1.cfg'
adding 'passlib/tests/sample1b.cfg'
adding 'passlib/tests/sample1c.cfg'
adding 'passlib/tests/sample_config_1s.cfg'
adding 'passlib/tests/test_apache.py'
adding 'passlib/tests/test_apps.py'
adding 'passlib/tests/test_context.py'
adding 'passlib/tests/test_context_deprecated.py'
adding 'passlib/tests/test_crypto_builtin_md4.py'
adding 'passlib/tests/test_crypto_des.py'
adding 'passlib/tests/test_crypto_digest.py'
adding 'passlib/tests/test_crypto_scrypt.py'
adding 'passlib/tests/test_ext_django.py'
adding 'passlib/tests/test_ext_django_source.py'
adding 'passlib/tests/test_handlers.py'
adding 'passlib/tests/test_handlers_argon2.py'
adding 'passlib/tests/test_handlers_bcrypt.py'
adding 'passlib/tests/test_handlers_cisco.py'
adding 'passlib/tests/test_handlers_django.py'
adding 'passlib/tests/test_handlers_pbkdf2.py'
adding 'passlib/tests/test_handlers_scrypt.py'
adding 'passlib/tests/test_hosts.py'
adding 'passlib/tests/test_pwd.py'
adding 'passlib/tests/test_registry.py'
adding 'passlib/tests/test_totp.py'
adding 'passlib/tests/test_utils.py'
adding 'passlib/tests/test_utils_handlers.py'
adding 'passlib/tests/test_utils_md4.py'
adding 'passlib/tests/test_utils_pbkdf2.py'
adding 'passlib/tests/test_win32.py'
adding 'passlib/tests/tox_support.py'
adding 'passlib/tests/utils.py'
adding 'passlib/utils/__init__.py'
adding 'passlib/utils/binary.py'
adding 'passlib/utils/decor.py'
adding 'passlib/utils/des.py'
adding 'passlib/utils/handlers.py'
adding 'passlib/utils/md4.py'
adding 'passlib/utils/pbkdf2.py'
adding 'passlib/utils/compat/__init__.py'
adding 'passlib/utils/compat/_ordered_dict.py'
adding 'passlib-1.7.4.dist-info/licenses/LICENSE'
adding 'passlib-1.7.4.dist-info/METADATA'
adding 'passlib-1.7.4.dist-info/WHEEL'
adding 'passlib-1.7.4.dist-info/top_level.txt'
adding 'passlib-1.7.4.dist-info/zip-safe'
adding 'passlib-1.7.4.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built passlib-1.7.4-py2.py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
/usr/lib/python3.14/site-packages/passlib/_setup/stamp.py:58: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/_setup/stamp.py:71: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/_setup/stamp.py:58: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/_setup/stamp.py:71: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_apache.py:210: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_apache.py:280: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_apache.py:370: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_apache.py:606: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_apache.py:640: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_apache.py:728: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_apache.py:210: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_apache.py:280: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_apache.py:370: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_apache.py:606: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_apache.py:640: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_apache.py:728: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_context_deprecated.py:554: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_context_deprecated.py:707: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_context_deprecated.py:554: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_context_deprecated.py:707: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_ext_django.py:922: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_ext_django.py:922: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_handlers.py:1523: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_handlers.py:1761: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_handlers.py:1523: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_handlers.py:1761: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_utils.py:144: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
/usr/lib/python3.14/site-packages/passlib/tests/test_utils.py:144: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option.
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-passlib"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-passlib 1.7.4-13 (Sun Aug 30 19:04:32 2026)
==> Cleaning up...
[?12l[?25h