Your message dated Thu, 14 Apr 2022 10:18:56 +0000
with message-id <e1newyy-000h0c...@fasolo.debian.org>
and subject line Bug#1009455: fixed in python-castellan 3.10.1-3
has caused the Debian Bug report #1009455,
regarding python-castellan: FTBFS: TypeError: __init__() got an unexpected
keyword argument 'tenant'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1009455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009455
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-castellan
Version: 3.10.1-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220412 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> for i in 3.9 3.10 ; do \
> python3 setup.py install -f --install-layout=deb
> --root=/<<PKGBUILDDIR>>/debian/tmp ; \
> done
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:158:
> EasyInstallDeprecationWarning: easy_install command is deprecated. Use build
> and pip and other standards-based tools.
> warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34:
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and
> pip and other standards-based tools.
> warnings.warn(
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/castellan
> creating build/lib/castellan/common
> creating build/lib/castellan/common/credentials
> copying castellan/common/credentials/__init__.py ->
> build/lib/castellan/common/credentials
> copying castellan/common/credentials/password.py ->
> build/lib/castellan/common/credentials
> copying castellan/common/credentials/credential.py ->
> build/lib/castellan/common/credentials
> copying castellan/common/credentials/keystone_password.py ->
> build/lib/castellan/common/credentials
> copying castellan/common/credentials/keystone_token.py ->
> build/lib/castellan/common/credentials
> copying castellan/common/credentials/token.py ->
> build/lib/castellan/common/credentials
> creating build/lib/castellan/tests
> creating build/lib/castellan/tests/functional
> copying castellan/tests/functional/__init__.py ->
> build/lib/castellan/tests/functional
> copying castellan/tests/functional/config.py ->
> build/lib/castellan/tests/functional
> creating build/lib/castellan/tests/unit
> creating build/lib/castellan/tests/unit/credentials
> copying castellan/tests/unit/credentials/__init__.py ->
> build/lib/castellan/tests/unit/credentials
> copying castellan/tests/unit/credentials/test_keystone_token.py ->
> build/lib/castellan/tests/unit/credentials
> copying castellan/tests/unit/credentials/test_keystone_password.py ->
> build/lib/castellan/tests/unit/credentials
> copying castellan/tests/unit/credentials/test_password.py ->
> build/lib/castellan/tests/unit/credentials
> copying castellan/tests/unit/credentials/test_token.py ->
> build/lib/castellan/tests/unit/credentials
> creating build/lib/castellan/tests/unit/key_manager
> copying castellan/tests/unit/key_manager/__init__.py ->
> build/lib/castellan/tests/unit/key_manager
> copying castellan/tests/unit/key_manager/test_barbican_key_manager.py ->
> build/lib/castellan/tests/unit/key_manager
> copying castellan/tests/unit/key_manager/test_vault_key_manager.py ->
> build/lib/castellan/tests/unit/key_manager
> copying castellan/tests/unit/key_manager/test_not_implemented_key_manager.py
> -> build/lib/castellan/tests/unit/key_manager
> copying castellan/tests/unit/key_manager/mock_key_manager.py ->
> build/lib/castellan/tests/unit/key_manager
> copying castellan/tests/unit/key_manager/fake.py ->
> build/lib/castellan/tests/unit/key_manager
> copying castellan/tests/unit/key_manager/test_migration_key_manager.py ->
> build/lib/castellan/tests/unit/key_manager
> copying castellan/tests/unit/key_manager/test_key_manager.py ->
> build/lib/castellan/tests/unit/key_manager
> copying castellan/tests/unit/key_manager/test_mock_key_manager.py ->
> build/lib/castellan/tests/unit/key_manager
> creating build/lib/castellan/tests/functional/key_manager
> copying castellan/tests/functional/key_manager/__init__.py ->
> build/lib/castellan/tests/functional/key_manager
> copying castellan/tests/functional/key_manager/test_barbican_key_manager.py
> -> build/lib/castellan/tests/functional/key_manager
> copying castellan/tests/functional/key_manager/test_vault_key_manager.py ->
> build/lib/castellan/tests/functional/key_manager
> copying castellan/tests/functional/key_manager/test_key_manager.py ->
> build/lib/castellan/tests/functional/key_manager
> copying castellan/__init__.py -> build/lib/castellan
> copying castellan/i18n.py -> build/lib/castellan
> copying castellan/options.py -> build/lib/castellan
> copying castellan/_config_driver.py -> build/lib/castellan
> copying castellan/common/__init__.py -> build/lib/castellan/common
> copying castellan/common/exception.py -> build/lib/castellan/common
> copying castellan/common/utils.py -> build/lib/castellan/common
> creating build/lib/castellan/key_manager
> copying castellan/key_manager/__init__.py -> build/lib/castellan/key_manager
> copying castellan/key_manager/vault_key_manager.py ->
> build/lib/castellan/key_manager
> copying castellan/key_manager/not_implemented_key_manager.py ->
> build/lib/castellan/key_manager
> copying castellan/key_manager/key_manager.py ->
> build/lib/castellan/key_manager
> copying castellan/key_manager/migration.py -> build/lib/castellan/key_manager
> copying castellan/key_manager/barbican_key_manager.py ->
> build/lib/castellan/key_manager
> copying castellan/tests/__init__.py -> build/lib/castellan/tests
> copying castellan/tests/base.py -> build/lib/castellan/tests
> copying castellan/tests/utils.py -> build/lib/castellan/tests
> creating build/lib/castellan/tests/unit/objects
> copying castellan/tests/unit/objects/__init__.py ->
> build/lib/castellan/tests/unit/objects
> copying castellan/tests/unit/objects/test_opaque.py ->
> build/lib/castellan/tests/unit/objects
> copying castellan/tests/unit/objects/test_private_key.py ->
> build/lib/castellan/tests/unit/objects
> copying castellan/tests/unit/objects/test_public_key.py ->
> build/lib/castellan/tests/unit/objects
> copying castellan/tests/unit/objects/test_symmetric_key.py ->
> build/lib/castellan/tests/unit/objects
> copying castellan/tests/unit/objects/test_x_509.py ->
> build/lib/castellan/tests/unit/objects
> copying castellan/tests/unit/objects/test_passphrase.py ->
> build/lib/castellan/tests/unit/objects
> copying castellan/tests/unit/__init__.py -> build/lib/castellan/tests/unit
> copying castellan/tests/unit/test_utils.py -> build/lib/castellan/tests/unit
> copying castellan/tests/unit/test_config_driver.py ->
> build/lib/castellan/tests/unit
> copying castellan/tests/unit/test_options.py -> build/lib/castellan/tests/unit
> creating build/lib/castellan/common/objects
> copying castellan/common/objects/__init__.py ->
> build/lib/castellan/common/objects
> copying castellan/common/objects/managed_object.py ->
> build/lib/castellan/common/objects
> copying castellan/common/objects/x_509.py ->
> build/lib/castellan/common/objects
> copying castellan/common/objects/key.py -> build/lib/castellan/common/objects
> copying castellan/common/objects/passphrase.py ->
> build/lib/castellan/common/objects
> copying castellan/common/objects/symmetric_key.py ->
> build/lib/castellan/common/objects
> copying castellan/common/objects/certificate.py ->
> build/lib/castellan/common/objects
> copying castellan/common/objects/private_key.py ->
> build/lib/castellan/common/objects
> copying castellan/common/objects/public_key.py ->
> build/lib/castellan/common/objects
> copying castellan/common/objects/opaque_data.py ->
> build/lib/castellan/common/objects
> running egg_info
> creating castellan.egg-info
> writing castellan.egg-info/PKG-INFO
> writing dependency_links to castellan.egg-info/dependency_links.txt
> writing entry points to castellan.egg-info/entry_points.txt
> writing requirements to castellan.egg-info/requires.txt
> writing top-level names to castellan.egg-info/top_level.txt
> [pbr] Processing SOURCES.txt
> writing manifest file 'castellan.egg-info/SOURCES.txt'
> warning: no files found matching 'AUTHORS'
> warning: no files found matching 'ChangeLog'
> warning: no previously-included files found matching '.gitignore'
> warning: no previously-included files found matching '.gitreview'
> warning: no previously-included files matching '*.pyc' found anywhere in
> distribution
> adding license file 'LICENSE'
> writing manifest file 'castellan.egg-info/SOURCES.txt'
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/tmp
> creating /<<PKGBUILDDIR>>/debian/tmp/usr
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan
> copying build/lib/castellan/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan
> copying build/lib/castellan/i18n.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan
> copying build/lib/castellan/options.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan
> copying build/lib/castellan/_config_driver.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common
> copying build/lib/castellan/common/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/credentials/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/credentials/password.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/credentials/credential.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/credentials/keystone_password.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/credentials/keystone_token.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/credentials/token.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/exception.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/managed_object.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/x_509.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/passphrase.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/symmetric_key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/certificate.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/private_key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/public_key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/opaque_data.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/utils.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests
> copying build/lib/castellan/tests/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit
> copying build/lib/castellan/tests/unit/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit
> copying build/lib/castellan/tests/unit/test_utils.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit
> copying build/lib/castellan/tests/unit/test_config_driver.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials
> copying build/lib/castellan/tests/unit/credentials/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials
> copying build/lib/castellan/tests/unit/credentials/test_keystone_token.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials
> copying build/lib/castellan/tests/unit/credentials/test_keystone_password.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials
> copying build/lib/castellan/tests/unit/credentials/test_password.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials
> copying build/lib/castellan/tests/unit/credentials/test_token.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/test_opaque.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/test_private_key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/test_public_key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/test_symmetric_key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/test_x_509.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/test_passphrase.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/test_options.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/unit/key_manager/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying
> build/lib/castellan/tests/unit/key_manager/test_barbican_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/unit/key_manager/test_vault_key_manager.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying
> build/lib/castellan/tests/unit/key_manager/test_not_implemented_key_manager.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/unit/key_manager/mock_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/unit/key_manager/fake.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying
> build/lib/castellan/tests/unit/key_manager/test_migration_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/unit/key_manager/test_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/unit/key_manager/test_mock_key_manager.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/base.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional
> copying build/lib/castellan/tests/functional/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional
> copying build/lib/castellan/tests/functional/config.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager
> copying build/lib/castellan/tests/functional/key_manager/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager
> copying
> build/lib/castellan/tests/functional/key_manager/test_barbican_key_manager.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager
> copying
> build/lib/castellan/tests/functional/key_manager/test_vault_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager
> copying build/lib/castellan/tests/functional/key_manager/test_key_manager.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager
> copying build/lib/castellan/tests/utils.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> copying build/lib/castellan/key_manager/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> copying build/lib/castellan/key_manager/vault_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> copying build/lib/castellan/key_manager/not_implemented_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> copying build/lib/castellan/key_manager/key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> copying build/lib/castellan/key_manager/migration.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> copying build/lib/castellan/key_manager/barbican_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/i18n.py
> to i18n.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/options.py
> to options.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/_config_driver.py
> to _config_driver.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials/password.py
> to password.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials/credential.py
> to credential.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials/keystone_password.py
> to keystone_password.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials/keystone_token.py
> to keystone_token.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials/token.py
> to token.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/exception.py
> to exception.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/managed_object.py
> to managed_object.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/x_509.py
> to x_509.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/key.py
> to key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/passphrase.py
> to passphrase.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/symmetric_key.py
> to symmetric_key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/certificate.py
> to certificate.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/private_key.py
> to private_key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/public_key.py
> to public_key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/opaque_data.py
> to opaque_data.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/utils.py
> to utils.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/test_utils.py
> to test_utils.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/test_config_driver.py
> to test_config_driver.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials/test_keystone_token.py
> to test_keystone_token.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials/test_keystone_password.py
> to test_keystone_password.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials/test_password.py
> to test_password.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials/test_token.py
> to test_token.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/test_opaque.py
> to test_opaque.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/test_private_key.py
> to test_private_key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/test_public_key.py
> to test_public_key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/test_symmetric_key.py
> to test_symmetric_key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/test_x_509.py
> to test_x_509.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/test_passphrase.py
> to test_passphrase.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/test_options.py
> to test_options.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/test_barbican_key_manager.py
> to test_barbican_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/test_vault_key_manager.py
> to test_vault_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/test_not_implemented_key_manager.py
> to test_not_implemented_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/mock_key_manager.py
> to mock_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/fake.py
> to fake.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/test_migration_key_manager.py
> to test_migration_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/test_key_manager.py
> to test_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/test_mock_key_manager.py
> to test_mock_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/base.py
> to base.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/config.py
> to config.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager/test_barbican_key_manager.py
> to test_barbican_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager/test_vault_key_manager.py
> to test_vault_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager/test_key_manager.py
> to test_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/utils.py
> to utils.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager/vault_key_manager.py
> to vault_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager/not_implemented_key_manager.py
> to not_implemented_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager/key_manager.py
> to key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager/migration.py
> to migration.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager/barbican_key_manager.py
> to barbican_key_manager.cpython-310.pyc
> running install_egg_info
> Copying castellan.egg-info to
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan-3.10.1.egg-info
> Skipping SOURCES.txt
> running install_scripts
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:158:
> EasyInstallDeprecationWarning: easy_install command is deprecated. Use build
> and pip and other standards-based tools.
> warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34:
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and
> pip and other standards-based tools.
> warnings.warn(
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> running egg_info
> writing castellan.egg-info/PKG-INFO
> writing dependency_links to castellan.egg-info/dependency_links.txt
> writing entry points to castellan.egg-info/entry_points.txt
> writing requirements to castellan.egg-info/requires.txt
> writing top-level names to castellan.egg-info/top_level.txt
> [pbr] Reusing existing SOURCES.txt
> running install_lib
> copying build/lib/castellan/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan
> copying build/lib/castellan/i18n.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan
> copying build/lib/castellan/options.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan
> copying build/lib/castellan/_config_driver.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan
> copying build/lib/castellan/common/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common
> copying build/lib/castellan/common/credentials/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/credentials/password.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/credentials/credential.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/credentials/keystone_password.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/credentials/keystone_token.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/credentials/token.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials
> copying build/lib/castellan/common/exception.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common
> copying build/lib/castellan/common/objects/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/managed_object.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/x_509.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/passphrase.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/symmetric_key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/certificate.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/private_key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/public_key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/objects/opaque_data.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects
> copying build/lib/castellan/common/utils.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common
> copying build/lib/castellan/tests/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests
> copying build/lib/castellan/tests/unit/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit
> copying build/lib/castellan/tests/unit/test_utils.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit
> copying build/lib/castellan/tests/unit/test_config_driver.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit
> copying build/lib/castellan/tests/unit/credentials/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials
> copying build/lib/castellan/tests/unit/credentials/test_keystone_token.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials
> copying build/lib/castellan/tests/unit/credentials/test_keystone_password.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials
> copying build/lib/castellan/tests/unit/credentials/test_password.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials
> copying build/lib/castellan/tests/unit/credentials/test_token.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials
> copying build/lib/castellan/tests/unit/objects/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/test_opaque.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/test_private_key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/test_public_key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/test_symmetric_key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/test_x_509.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/objects/test_passphrase.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects
> copying build/lib/castellan/tests/unit/test_options.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit
> copying build/lib/castellan/tests/unit/key_manager/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying
> build/lib/castellan/tests/unit/key_manager/test_barbican_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/unit/key_manager/test_vault_key_manager.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying
> build/lib/castellan/tests/unit/key_manager/test_not_implemented_key_manager.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/unit/key_manager/mock_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/unit/key_manager/fake.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying
> build/lib/castellan/tests/unit/key_manager/test_migration_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/unit/key_manager/test_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/unit/key_manager/test_mock_key_manager.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager
> copying build/lib/castellan/tests/base.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests
> copying build/lib/castellan/tests/functional/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional
> copying build/lib/castellan/tests/functional/config.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional
> copying build/lib/castellan/tests/functional/key_manager/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager
> copying
> build/lib/castellan/tests/functional/key_manager/test_barbican_key_manager.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager
> copying
> build/lib/castellan/tests/functional/key_manager/test_vault_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager
> copying build/lib/castellan/tests/functional/key_manager/test_key_manager.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager
> copying build/lib/castellan/tests/utils.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests
> copying build/lib/castellan/key_manager/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> copying build/lib/castellan/key_manager/vault_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> copying build/lib/castellan/key_manager/not_implemented_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> copying build/lib/castellan/key_manager/key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> copying build/lib/castellan/key_manager/migration.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> copying build/lib/castellan/key_manager/barbican_key_manager.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/i18n.py
> to i18n.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/options.py
> to options.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/_config_driver.py
> to _config_driver.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials/password.py
> to password.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials/credential.py
> to credential.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials/keystone_password.py
> to keystone_password.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials/keystone_token.py
> to keystone_token.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/credentials/token.py
> to token.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/exception.py
> to exception.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/managed_object.py
> to managed_object.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/x_509.py
> to x_509.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/key.py
> to key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/passphrase.py
> to passphrase.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/symmetric_key.py
> to symmetric_key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/certificate.py
> to certificate.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/private_key.py
> to private_key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/public_key.py
> to public_key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/objects/opaque_data.py
> to opaque_data.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/common/utils.py
> to utils.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/test_utils.py
> to test_utils.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/test_config_driver.py
> to test_config_driver.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials/test_keystone_token.py
> to test_keystone_token.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials/test_keystone_password.py
> to test_keystone_password.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials/test_password.py
> to test_password.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/credentials/test_token.py
> to test_token.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/test_opaque.py
> to test_opaque.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/test_private_key.py
> to test_private_key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/test_public_key.py
> to test_public_key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/test_symmetric_key.py
> to test_symmetric_key.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/test_x_509.py
> to test_x_509.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/objects/test_passphrase.py
> to test_passphrase.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/test_options.py
> to test_options.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/test_barbican_key_manager.py
> to test_barbican_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/test_vault_key_manager.py
> to test_vault_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/test_not_implemented_key_manager.py
> to test_not_implemented_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/mock_key_manager.py
> to mock_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/fake.py
> to fake.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/test_migration_key_manager.py
> to test_migration_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/test_key_manager.py
> to test_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/unit/key_manager/test_mock_key_manager.py
> to test_mock_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/base.py
> to base.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/config.py
> to config.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager/test_barbican_key_manager.py
> to test_barbican_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager/test_vault_key_manager.py
> to test_vault_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/functional/key_manager/test_key_manager.py
> to test_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/tests/utils.py
> to utils.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager/vault_key_manager.py
> to vault_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager/not_implemented_key_manager.py
> to not_implemented_key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager/key_manager.py
> to key_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager/migration.py
> to migration.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan/key_manager/barbican_key_manager.py
> to barbican_key_manager.cpython-310.pyc
> running install_egg_info
> removing
> '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan-3.10.1.egg-info'
> (and everything under it)
> Copying castellan.egg-info to
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/castellan-3.10.1.egg-info
> Skipping SOURCES.txt
> running install_scripts
> mkdir -p /<<PKGBUILDDIR>>/debian/tmp/etc/castellan
> PYTHONPATH=. oslo-config-generator --output-file
> /<<PKGBUILDDIR>>/debian/tmp/etc/castellan/castellan.conf \
> --wrap-width 140 \
> --namespace castellan.config
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> pkgos-dh_auto_test --no-py2 'castellan\.tests\.unit.*'
> + PKGOS_USE_PY2=yes
> + PKGOS_USE_PY3=yes
> + PKGOS_TEST_PARALLEL=yes
> + PKGOS_TEST_SERIAL=no
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + TEST_SERIAL_OPT=
> + PKGOS_USE_PY2=no
> + shift
> + [ no = yes ]
> + [ yes = yes ]
> + py3versions -vr
> + PYTHON3S=3.9 3.10
> + [ yes = no ]
> + [ no = yes ]
> + [ disabled = disabled ]
> + continue
> + [ 3.9 = disabled ]
> + echo 3.9
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python (python3)
> ===> Testing with python (python3)
> + [ 3 = 3 ]
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -z /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -e .stestr.conf ]
> + [ -x /usr/bin/python3-stestr ]
> + STESTR=stestr
> + rm -rf .stestr
> + PYTHON=python3.9 stestr run --parallel --subunit castellan\.tests\.unit.*
> + subunit2pyunit
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test__get_keystone_auth
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test__get_keystone_auth
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test__get_keystone_auth_service_user
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test__get_keystone_auth_service_user
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_by_get_endpoint
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_by_get_endpoint
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_by_get_endpoint_with_endpoint_type
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_by_get_endpoint_with_endpoint_type
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_by_get_endpoint_with_region_name
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_by_get_endpoint_with_region_name
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_from_config
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_from_config
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_with_endpoint_type
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_with_endpoint_type
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_null_context
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_null_context
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_with_region_name
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_with_region_name
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_get_discovery
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_get_discovery
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_new_version
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_new_version
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___eq__
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___eq__
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_old_version
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_old_version
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___domain_id
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___domain_id
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] Could not find
> discovery information for http://localhost/key_manager
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___domain_name
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___domain_name
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_raise_exception
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_raise_exception
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___none
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___none
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_service_catalog
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_service_catalog
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___password
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___password
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___project_domain_id
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___project_domain_id
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_service_catalog_with_endpoint_type
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_service_catalog_with_endpoint_type
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___project_domain_name
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___project_domain_name
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___eq__
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___eq__
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_service_catalog_with_region_name
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_service_catalog_with_region_name
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___domain_id
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___domain_id
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___project_id
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___project_id
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___domain_name
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___domain_name
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___project_name
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___project_name
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___none
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___none
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___reauthenticate
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___reauthenticate
> ... ok
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test___eq__
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test___eq__ ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___project_domain_id
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___project_domain_id
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___trust_id
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___trust_id
> ... ok
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test___ne___data
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test___ne___data
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___project_domain_name
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___project_domain_name
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___user_domain_id
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___user_domain_id
> ... ok
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test___ne___none
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test___ne___none
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___project_id
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___project_id
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___user_domain_name
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___user_domain_name
> ... ok
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_created
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_created
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___user_id
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___user_id
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___project_name
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___project_name
> ... ok
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_created_none
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_created_none
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___username
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___username
> ... ok
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_encoded
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_encoded
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___reauthenticate
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___reauthenticate
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_domain_id
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_domain_id
> ... ok
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_format
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_format
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___token
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___token
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_domain_name
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_domain_name
> ... ok
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_name
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_name ...
> ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___trust_id
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___trust_id
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_password
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_password
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_domain_id
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_domain_id
> ... ok
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_is_not_only_metadata
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_is_not_only_metadata
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_project_domain_id
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_project_domain_id
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_domain_name
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_domain_name
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_project_domain_name
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_project_domain_name
> ... ok
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_is_only_metadata
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_is_only_metadata
> ... ok
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_to_and_from_dict
> castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_to_and_from_dict
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_project_domain_id
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_project_domain_id
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_project_id
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_project_id
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_project_domain_name
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_project_domain_name
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___eq__
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___eq__
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_project_name
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_project_name
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___ne___algorithm
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___ne___algorithm
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_project_id
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_project_id
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_reauthenticate
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_reauthenticate
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___ne___bit_length
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___ne___bit_length
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_trust_id
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_trust_id
> ... ok
> castellan.tests.unit.credentials.test_token.TokenTestCase.test___eq__
> castellan.tests.unit.credentials.test_token.TokenTestCase.test___eq__ ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_project_name
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_project_name
> ... ok
> castellan.tests.unit.credentials.test_token.TokenTestCase.test___ne___none
> castellan.tests.unit.credentials.test_token.TokenTestCase.test___ne___none
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_user_domain_id
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_user_domain_id
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___ne___encoded
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___ne___encoded
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_reauthenticate
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_reauthenticate
> ... ok
> castellan.tests.unit.credentials.test_token.TokenTestCase.test___ne___token
> castellan.tests.unit.credentials.test_token.TokenTestCase.test___ne___token
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_user_domain_name
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_user_domain_name
> ... ok
> castellan.tests.unit.credentials.test_password.PasswordTestCase.test___eq__
> castellan.tests.unit.credentials.test_password.PasswordTestCase.test___eq__
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_token
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_token
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___ne___none
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___ne___none
> ... ok
> castellan.tests.unit.credentials.test_token.TokenTestCase.test_get_token
> castellan.tests.unit.credentials.test_token.TokenTestCase.test_get_token ...
> ok
> ERROR [castellan.common.utils] Invalid auth_type specified.
> castellan.tests.unit.credentials.test_password.PasswordTestCase.test___ne___none
> castellan.tests.unit.credentials.test_password.PasswordTestCase.test___ne___none
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_user_id
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_user_id
> ... ok
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_trust_id
> castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_trust_id
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_algorithm
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_algorithm
> ... ok
> castellan.tests.unit.test_utils.TestUtils.test_invalid_auth_type
> castellan.tests.unit.test_utils.TestUtils.test_invalid_auth_type ... ok
> castellan.tests.unit.credentials.test_password.PasswordTestCase.test___ne___password
> castellan.tests.unit.credentials.test_password.PasswordTestCase.test___ne___password
> ... ok
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_username
> castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_username
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_bit_length
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_bit_length
> ... ok
> castellan.tests.unit.test_utils.TestUtils.test_keystone_password_credential
> castellan.tests.unit.test_utils.TestUtils.test_keystone_password_credential
> ... ok
> castellan.tests.unit.credentials.test_password.PasswordTestCase.test___ne___username
> castellan.tests.unit.credentials.test_password.PasswordTestCase.test___ne___username
> ... ok
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_copy
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_copy
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_created
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_created
> ... ok
> castellan.tests.unit.test_utils.TestUtils.test_keystone_token_credential
> castellan.tests.unit.test_utils.TestUtils.test_keystone_token_credential ...
> ok
> castellan.tests.unit.credentials.test_password.PasswordTestCase.test_get_password
> castellan.tests.unit.credentials.test_password.PasswordTestCase.test_get_password
> ... ok
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_create_key
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_create_key
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_created_none
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_created_none
> ... ok
> castellan.tests.unit.credentials.test_password.PasswordTestCase.test_get_username
> castellan.tests.unit.credentials.test_password.PasswordTestCase.test_get_username
> ... ok
> castellan.tests.unit.test_utils.TestUtils.test_keystone_token_credential_config_override_context
> castellan.tests.unit.test_utils.TestUtils.test_keystone_token_credential_config_override_context
> ... ok
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_create_key_pair
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_create_key_pair
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_encoded
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_encoded
> ... ok
> castellan.tests.unit.objects.test_x_509.X509TestCase.test___eq__
> castellan.tests.unit.objects.test_x_509.X509TestCase.test___eq__ ... ok
> castellan.tests.unit.test_utils.TestUtils.test_keystone_token_credential_exception
> castellan.tests.unit.test_utils.TestUtils.test_keystone_token_credential_exception
> ... ok
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_delete
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_delete
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_format
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_format
> ... ok
> castellan.tests.unit.objects.test_x_509.X509TestCase.test___ne___data
> castellan.tests.unit.objects.test_x_509.X509TestCase.test___ne___data ... ok
> castellan.tests.unit.test_utils.TestUtils.test_keystone_token_credential_with_context
> castellan.tests.unit.test_utils.TestUtils.test_keystone_token_credential_with_context
> ... ok
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_get
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_get
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_name
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_name
> ... ok
> castellan.tests.unit.objects.test_x_509.X509TestCase.test___ne___none
> castellan.tests.unit.objects.test_x_509.X509TestCase.test___ne___none ... ok
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_list
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_list
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_is_not_only_metadata
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_is_not_only_metadata
> ... ok
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_created
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_created ... ok
> castellan.tests.unit.test_utils.TestUtils.test_oslo_context_to_keystone_token
> castellan.tests.unit.test_utils.TestUtils.test_oslo_context_to_keystone_token
> ... FAIL
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_store
> castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_store
> ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_is_only_metadata
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_is_only_metadata
> ... ok
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_created_none
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_created_none
> ... ok
> castellan.tests.unit.test_utils.TestUtils.test_password_credential
> castellan.tests.unit.test_utils.TestUtils.test_password_credential ... ok
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_to_and_from_dict
> castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_to_and_from_dict
> ... ok
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_encoded
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_encoded ... ok
> castellan.tests.unit.test_utils.TestUtils.test_token_credential
> castellan.tests.unit.test_utils.TestUtils.test_token_credential ... ok
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_format
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_format ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key
> ... ok
> castellan.tests.unit.test_utils.TestUtils.test_token_credential_config_override_context
> castellan.tests.unit.test_utils.TestUtils.test_token_credential_config_override_context
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] User is not authorized
> to use key manager.
> castellan.tests.unit.test_utils.TestUtils.test_token_credential_exception
> castellan.tests.unit.test_utils.TestUtils.test_token_credential_exception ...
> ok
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_name
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_name ... ok
> castellan.tests.unit.test_utils.TestUtils.test_token_credential_with_context
> castellan.tests.unit.test_utils.TestUtils.test_token_credential_with_context
> ... ok
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_is_not_only_metadata
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_is_not_only_metadata
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_null_context
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_null_context
> ... ok
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_is_only_metadata
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_is_only_metadata
> ... ok
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_to_and_from_dict
> castellan.tests.unit.objects.test_x_509.X509TestCase.test_to_and_from_dict
> ... ok
> WARNING [castellan.key_manager.migration] Using MigrationKeyManager to
> provide support for legacy fixed_key encryption
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_delete_fixed_key
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_delete_fixed_key
> ... ok
> WARNING [castellan.key_manager.migration] Using MigrationKeyManager to
> provide support for legacy fixed_key encryption
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_delete_fixed_key_fail_bad_context
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_delete_fixed_key_fail_bad_context
> ... ok
> WARNING [castellan.key_manager.migration] Using MigrationKeyManager to
> provide support for legacy fixed_key encryption
> ERROR [castellan.key_manager.barbican_key_manager] context must be of type
> KeystonePassword, KeystoneToken, or RequestContext.
> ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican
> client: You are not authorized to complete this action.
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_delete_other_key
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_delete_other_key
> ... ok
> WARNING [castellan.key_manager.migration] Using MigrationKeyManager to
> provide support for legacy fixed_key encryption
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_get_fixed_key
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_get_fixed_key
> ... ok
> WARNING [castellan.key_manager.migration] Using MigrationKeyManager to
> provide support for legacy fixed_key encryption
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_get_fixed_key_fail_bad_context
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_get_fixed_key_fail_bad_context
> ... ok
> WARNING [castellan.key_manager.migration] Using MigrationKeyManager to
> provide support for legacy fixed_key encryption
> ERROR [castellan.key_manager.barbican_key_manager] context must be of type
> KeystonePassword, KeystoneToken, or RequestContext.
> ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican
> client: You are not authorized to complete this action.
> WARNING [castellan.key_manager.migration] Using MigrationKeyManager to
> provide support for legacy fixed_key encryption
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_get_other_key
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_get_other_key
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] context must be of type
> KeystonePassword, KeystoneToken, or RequestContext.
> ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican
> client: You are not authorized to complete this action.
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_no_fixed_key
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_no_fixed_key
> ... ok
> WARNING [castellan.key_manager.migration] Using MigrationKeyManager to
> provide support for legacy fixed_key encryption
> WARNING [stevedore.named] Could not load
> castellan.tests.unit.key_manager.test_migration_key_manager.ConfKeyManager
> WARNING [castellan.key_manager] Deprecation Warning :
> castellan.tests.unit.key_manager.test_migration_key_manager.ConfKeyManager is
> not a stevedore based driver, trying to load it as a class
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_using_conf_key_manager
> castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_using_conf_key_manager
> ... ok
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test___eq__
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test___eq__
> ... ok
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test___ne___data
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test___ne___data
> ... ok
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test___ne___none
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test___ne___none
> ... ok
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_created
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_created
> ... ok
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_created_none
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_created_none
> ... ok
> WARNING [stevedore.named] Could not load
> castellan.tests.unit.key_manager.mock_key_manager.MockKeyManager
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_encoded
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_encoded
> ... ok
> WARNING [castellan.key_manager] Deprecation Warning :
> castellan.tests.unit.key_manager.mock_key_manager.MockKeyManager is not a
> stevedore based driver, trying to load it as a class
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_format
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_format
> ... ok
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_name
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_name
> ... ok
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_is_not_only_metadata
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_is_not_only_metadata
> ... ok
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_is_only_metadata
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_is_only_metadata
> ... ok
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_to_and_from_dict
> castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_to_and_from_dict
> ... ok
> castellan.tests.unit.test_options.TestOptions.test_set_defaults
> castellan.tests.unit.test_options.TestOptions.test_set_defaults ... ok
> castellan.tests.unit.key_manager.test_key_manager.DefaultKeyManagerImplTestCase.test_default_key_manager
> castellan.tests.unit.key_manager.test_key_manager.DefaultKeyManagerImplTestCase.test_default_key_manager
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___eq__
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___eq__
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___ne___algorithm
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___ne___algorithm
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___ne___bit_length
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___ne___bit_length
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___ne___encoded
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___ne___encoded
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___ne___none
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___ne___none
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_algorithm
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_algorithm
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_bit_length
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_bit_length
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_created
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_created
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_created_none
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_created_none
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_encoded
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_encoded
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_format
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_format
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_name
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_name
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_is_not_only_metadata
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_is_not_only_metadata
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_is_only_metadata
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_is_only_metadata
> ... ok
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_to_and_from_dict
> castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_to_and_from_dict
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_pair
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_pair
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] User is not authorized
> to use key manager.
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_pair_null_context
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_pair_null_context
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] Error creating key
> pair: test error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_pair_with_error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_pair_with_error
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] Error creating key:
> test error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_with_error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_with_error
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_delete_key
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_delete_key
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] User is not authorized
> to use key manager.
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_delete_null_context
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_delete_null_context
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_delete_unknown_key
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_delete_unknown_key
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] Error deleting object:
> test error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_delete_with_error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_delete_with_error
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_active_order
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_active_order
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair_encryption
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair_encryption
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair_invalid_algorithm
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair_invalid_algorithm
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair_invalid_length
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair_invalid_length
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair_null_context
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair_null_context
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_with_algorithm
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_with_algorithm
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_with_length
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_with_length
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_with_name
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_with_name
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_delete_key
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_delete_key
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_delete_null_context
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_delete_null_context
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_delete_unknown_key
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_delete_unknown_key
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_get_null_context
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_get_null_context
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_get_unknown_key
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_get_unknown_key
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_list_keys
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_list_keys
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_list_keys_metadata_only
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_list_keys_metadata_only
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_list_null_context
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_list_null_context
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_store_and_get_key
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_store_and_get_key
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_store_key_and_get_metadata
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_store_key_and_get_metadata
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_store_key_and_get_metadata_and_get_key
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_store_key_and_get_metadata_and_get_key
> ... ok
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_store_null_context
> castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_store_null_context
> ... ok
> castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_auth_headers_app_role
> castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_auth_headers_app_role
> ... ok
> castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_auth_headers_app_role_with_namespace
> castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_auth_headers_app_role_with_namespace
> ... ok
> castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_auth_headers_root_token
> castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_auth_headers_root_token
> ... ok
> castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_auth_headers_root_token_with_namespace
> castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_auth_headers_root_token_with_namespace
> ... ok
> castellan.tests.unit.objects.ManagedObjectFromDictTestCase.test_invalid_dict
> castellan.tests.unit.objects.ManagedObjectFromDictTestCase.test_invalid_dict
> ... ok
> castellan.tests.unit.objects.ManagedObjectFromDictTestCase.test_unknown_type
> castellan.tests.unit.objects.ManagedObjectFromDictTestCase.test_unknown_type
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] Order is in ERROR
> status - status code: 500, status reason: Test Error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_active_order_error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_active_order_error
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] Exceeded retries:
> Failed to find 'ACTIVE' status within 3 retries
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_active_order_timeout
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_active_order_timeout
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_key
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_key
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] User is not authorized
> to use key manager.
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_null_context
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_null_context
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_unknown_key
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_unknown_key
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] Error getting secret
> metadata: test error
> ERROR [castellan.key_manager.barbican_key_manager] Error retrieving
> object: test error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_with_error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_with_error
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] User is not authorized
> to use key manager.
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list_null_context
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list_null_context
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list_options_for_discovery
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list_options_for_discovery
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] Error listing objects:
> test error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list_with_error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list_with_error
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] Invalid secret type:
> invalid_type
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list_with_invalid_object_type
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list_with_invalid_object_type
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_store_key
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_store_key
> ... ok
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_store_key_with_name
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_store_key_with_name
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] User is not authorized
> to use key manager.
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_store_null_context
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_store_null_context
> ... ok
> ERROR [castellan.key_manager.barbican_key_manager] Error storing object:
> test error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_store_with_error
> castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_store_with_error
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___eq__
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___eq__
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___ne___algorithm
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___ne___algorithm
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___ne___bit_length
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___ne___bit_length
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___ne___encoded
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___ne___encoded
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___ne___none
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___ne___none
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_algorithm
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_algorithm
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_bit_length
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_bit_length
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_created
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_created
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_created_none
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_created_none
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_encoded
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_encoded
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_format
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_format
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_name
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_name
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_is_not_only_metadata
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_is_not_only_metadata
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_is_only_metadata
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_is_only_metadata
> ... ok
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_to_and_from_dict
> castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_to_and_from_dict
> ... ok
> castellan.tests.unit.test_config_driver.CastellanSourceTestCase.test_complete_driver
> castellan.tests.unit.test_config_driver.CastellanSourceTestCase.test_complete_driver
> ... ok
> castellan.tests.unit.test_config_driver.CastellanSourceTestCase.test_fetch_secret
> castellan.tests.unit.test_config_driver.CastellanSourceTestCase.test_fetch_secret
> ... ok
> ERROR [oslo_config.cfg] could not load configuration from
> 'incomplete_driver' using castellan driver: expected str, bytes or
> os.PathLike object, not NoneType
> castellan.tests.unit.test_config_driver.CastellanSourceTestCase.test_incomplete_driver
> castellan.tests.unit.test_config_driver.CastellanSourceTestCase.test_incomplete_driver
> ... ok
>
> ======================================================================
> FAIL:
> castellan.tests.unit.test_utils.TestUtils.test_oslo_context_to_keystone_token
> castellan.tests.unit.test_utils.TestUtils.test_oslo_context_to_keystone_token
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/castellan/tests/unit/test_utils.py", line 187, in
> test_oslo_context_to_keystone_token
> ctxt = context.RequestContext(
> File "/usr/lib/python3/dist-packages/debtcollector/renames.py", line 41, in
> decorator
> return wrapped(*args, **kwargs)
> File "/usr/lib/python3/dist-packages/debtcollector/renames.py", line 41, in
> decorator
> return wrapped(*args, **kwargs)
> File "/usr/lib/python3/dist-packages/debtcollector/renames.py", line 41, in
> decorator
> return wrapped(*args, **kwargs)
> [Previous line repeated 1 more time]
> TypeError: __init__() got an unexpected keyword argument 'tenant'
>
>
> ----------------------------------------------------------------------
> Ran 238 tests in 17.031s
>
> FAILED (failures=1)
> + echo ======> STESTR TEST SUITE FAILED FOR python3.9: displaying pip3 freeze
> output...
> ======> STESTR TEST SUITE FAILED FOR python3.9: displaying pip3 freeze
> output...
> + [ -x /usr/bin/pip3 ]
> + pip3 freeze
> alabaster==0.7.12
> appdirs==1.4.4
> attrs==21.2.0
> autopage==0.4.0
> Babel==2.8.0
> blinker==1.4
> cairocffi==1.3.0
> CairoSVG==2.5.2
> castellan==3.10.1
> certifi==2020.6.20
> cffi==1.15.0
> chardet==4.0.0
> charset-normalizer==2.0.6
> cliff==3.10.1
> cmd2==0.0.0
> cryptography==3.4.8
> cssselect2==0.5.0
> debtcollector==2.5.0
> decorator==4.4.2
> defusedxml==0.7.1
> deprecation==2.0.7
> docutils==0.17.1
> dogpile.cache==1.1.5
> dulwich==0.20.35
> extras==1.0.0
> fixtures==3.0.0
> flake8==4.0.1
> future==0.18.2
> hacking==4.1.0
> idna==3.3
> imagesize==1.3.0
> importlib-metadata==4.6.4
> iso8601==1.0.2
> Jinja2==3.0.3
> jmespath==1.0.0
> jsonpatch==1.32
> jsonpointer==2.2
> keystoneauth1==4.5.0
> lxml==4.8.0
> Mako==1.1.3
> MarkupSafe==2.0.1
> mccabe==0.6.1
> more-itertools==8.10.0
> msgpack==1.0.3
> munch==2.5.0
> netaddr==0.8.0
> netifaces==0.11.0
> oauthlib==3.2.0
> openstackdocstheme==1.20.0
> openstacksdk==0.61.0
> os-client-config==2.1.0
> os-service-types==1.7.0
> oslo.config==8.8.0
> oslo.context==4.1.0
> oslo.i18n==5.1.0
> oslo.log==4.7.0
> oslo.serialization==4.3.0
> oslo.utils==4.12.2
> oslotest==4.5.0
> packaging==21.3
> pbr==5.8.1
> Pillow==9.1.0
> ply==3.11
> prettytable==2.5.0
> pycodestyle==2.8.0
> pycparser==2.21
> pyflakes==2.4.0
> Pygments==2.11.2
> pyinotify==0.9.6
> PyJWT==2.3.0
> pyparsing==3.0.7
> pyperclip==1.8.2
> python-barbicanclient==5.3.0
> python-dateutil==2.8.1
> python-subunit==1.4.0
> pytz==2022.1
> PyYAML==5.4.1
> requests==2.27.1
> requests-mock==1.9.3
> requestsexceptions==1.4.0
> rfc3986==1.5.0
> roman==3.3
> six==1.16.0
> snowballstemmer==2.2.0
> Sphinx==4.5.0
> sphinxcontrib-svg2pdfconverter==1.2.0
> stestr==3.2.1
> stevedore==3.5.0
> testscenarios==0.5.0
> testtools==2.5.0
> tinycss2==1.1.1
> urllib3==1.26.9
> voluptuous==0.12.2
> wcwidth==0.2.5
> webencodings==0.5.1
> wrapt==1.13.3
> xcffib==0.11.1
> zipp==1.0.0
> + exit 1
> make[1]: *** [debian/rules:19: override_dh_auto_install] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/04/12/python-castellan_3.10.1-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: python-castellan
Source-Version: 3.10.1-3
Done: Thomas Goirand <z...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-castellan, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1009...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-castellan package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 14 Apr 2022 12:00:38 +0200
Source: python-castellan
Architecture: source
Version: 3.10.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1009455
Changes:
python-castellan (3.10.1-3) unstable; urgency=medium
.
* Add Replace_the_deprecated_argument_tenant.patch (Closes: #1009455).
Checksums-Sha1:
a7f0c0b410d36452b8d7943bf408c800aa8b3f78 2631 python-castellan_3.10.1-3.dsc
dcd5b54afaac204074f8a34b724f68d49677fc18 4576
python-castellan_3.10.1-3.debian.tar.xz
51daed5654a5c63718f8718d0ad4cd429d6b5195 16149
python-castellan_3.10.1-3_amd64.buildinfo
Checksums-Sha256:
a0e01765169d7ed0057bf651d7972ef29bc5f03d6f4d6a12de641090d125132a 2631
python-castellan_3.10.1-3.dsc
d54fe84b5a87ae9b45cbc89b9f2b9d8875ff0a1268ad77f35efdaa832002245b 4576
python-castellan_3.10.1-3.debian.tar.xz
1eec30d681b82565443fcd4c47c8de81c931d598984a15ffbb3603612600ce40 16149
python-castellan_3.10.1-3_amd64.buildinfo
Files:
ffaf48a340932d501c99b4e68814596d 2631 python optional
python-castellan_3.10.1-3.dsc
ee2c5028d6baeebbf4b8e63b34a09ff6 4576 python optional
python-castellan_3.10.1-3.debian.tar.xz
748cdfce181e86dc583be6a62d18703d 16149 python optional
python-castellan_3.10.1-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmJX8g0ACgkQ1BatFaxr
Q/5VsA//d/EQxfmjXm63FI27xjzFA6iWdCVYgpCgrsIj7+ISa5nBXrv4GA0nq2Q+
yBwtKaYtI//ifr1wCZIgwpb3bamQrANqjdeukJsMzfc6ORkPK2P/EI4sSRgsnhY9
nbtUcvKB8019uWaF5++wJBV06wZ37fG5vOgg6f6wJ6wvDW9SUYe9T9+5O+Nz4DvS
0oLKEKg3WJQkU31agPegcSL+t1+A454YAbwGYpgxqCWTbpVUNkaHoHw5mOuSvRU+
W2ThSyHLY4f503V20ssOa8/pxaEpMp6kel8Vyv8sL7yEnrzWSey7ei8B+itm5fwa
fqJCMBao1FtVZfAw5+auyY6EwD8gj9mWsGyXZEa6ihlGBmlDgshOjRmQU1lAe2gZ
k7R/zg4eFPGJAf9RszLLNbRFM2UaMMrzaHZXFNRemFRwQ1LgsiYVx14hsfR3tnlu
e303OlfmPl3XWqN+z8abNiTG+I9XgswS4mJEDuCY8o2YXBvxVD37r0Z5y+3vkLQY
pUS9JMUfPKpvnrpAfvOo03Ha3W727tbGIGQMO6ep+OBXcGaAh8rgC3D2oQbSYbx1
WYt/R/P9fuodnrWy6i+3kFnzYrQUtunhlNFOkYBaC+xCK5jTzzS22qoKEl7r319/
gyO9xRPM2EUhm7jfiHR/ZPIayAVdCTsSnPLhVtViaRrAFD9DVYQ=
=zmjc
-----END PGP SIGNATURE-----
--- End Message ---