Your message dated Wed, 27 Oct 2021 10:35:06 +0000
with message-id <e1mfggw-000fmc...@fasolo.debian.org>
and subject line Bug#997529: fixed in python-hvac 0.11.2-1
has caused the Debian Bug report #997529,
regarding python-hvac: FTBFS: test failed
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.)
--
997529: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997529
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-hvac
Version: 0.10.12-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211023 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
> pkgos-dh_auto_install --no-py2 --in-tmp
> + PKGOS_USE_PY2=yes
> + PKGOS_USE_PY3=yes
> + PKGOS_IN_TMP=no
> + PKGOS_USE_PY2=no
> + shift
> + PKGOS_IN_TMP=yes
> + shift
> + dpkg-parsechangelog -SSource
> + SRC_PKG_NAME=python-hvac
> + echo python-hvac
> + sed s/python-//
> + PY_MODULE_NAME=hvac
> + [ no = yes ]
> + [ yes = yes ]
> + py3versions -vr
> + PYTHON3S=3.9
> + [ no = yes ]
> + [ yes = yes ]
> + [ yes = yes ]
> + TARGET_DIR=tmp
> + pwd
> + python3.9 setup.py install --install-layout=deb --root
> /<<PKGBUILDDIR>>/debian/tmp
> running install
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/hvac
> copying hvac/__init__.py -> build/lib/hvac
> copying hvac/adapters.py -> build/lib/hvac
> copying hvac/aws_utils.py -> build/lib/hvac
> copying hvac/exceptions.py -> build/lib/hvac
> copying hvac/utils.py -> build/lib/hvac
> creating build/lib/hvac/constants
> copying hvac/constants/identity.py -> build/lib/hvac/constants
> copying hvac/constants/__init__.py -> build/lib/hvac/constants
> copying hvac/constants/aws.py -> build/lib/hvac/constants
> copying hvac/constants/gcp.py -> build/lib/hvac/constants
> copying hvac/constants/approle.py -> build/lib/hvac/constants
> copying hvac/constants/transit.py -> build/lib/hvac/constants
> copying hvac/constants/client.py -> build/lib/hvac/constants
> copying hvac/constants/azure.py -> build/lib/hvac/constants
> creating build/lib/hvac/v1
> copying hvac/v1/__init__.py -> build/lib/hvac/v1
> creating build/lib/hvac/api
> copying hvac/api/__init__.py -> build/lib/hvac/api
> copying hvac/api/vault_api_base.py -> build/lib/hvac/api
> copying hvac/api/vault_api_category.py -> build/lib/hvac/api
> creating build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/consul.py ->
> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/identity.py ->
> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/pki.py -> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/__init__.py ->
> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/aws.py -> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/database.py ->
> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/active_directory.py ->
> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/kv.py -> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/gcp.py -> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/transit.py ->
> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/kv_v2.py ->
> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/kv_v1.py ->
> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/rabbitmq.py ->
> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/transform.py ->
> build/lib/hvac/api/secrets_engines
> copying hvac/api/secrets_engines/azure.py ->
> build/lib/hvac/api/secrets_engines
> creating build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/oidc.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/kubernetes.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/__init__.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/aws.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/userpass.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/mfa.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/radius.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/github.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/jwt.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/gcp.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/approle.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/ldap.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/okta.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/azure.py -> build/lib/hvac/api/auth_methods
> copying hvac/api/auth_methods/cert.py -> build/lib/hvac/api/auth_methods
> creating build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/namespace.py ->
> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/mount.py -> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/audit.py -> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/__init__.py ->
> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/lease.py -> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/seal.py -> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/leader.py -> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/auth.py -> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/capabilities.py ->
> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/key.py -> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/policy.py -> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/health.py -> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/init.py -> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/system_backend_mixin.py ->
> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/raft.py -> build/lib/hvac/api/system_backend
> copying hvac/api/system_backend/wrapping.py ->
> build/lib/hvac/api/system_backend
> running egg_info
> creating hvac.egg-info
> writing hvac.egg-info/PKG-INFO
> writing dependency_links to hvac.egg-info/dependency_links.txt
> writing requirements to hvac.egg-info/requires.txt
> writing top-level names to hvac.egg-info/top_level.txt
> writing manifest file 'hvac.egg-info/SOURCES.txt'
> reading manifest file 'hvac.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching 'tests/'
> adding license file 'LICENSE.txt'
> writing manifest file 'hvac.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/hvac
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants
> copying build/lib/hvac/constants/identity.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants
> copying build/lib/hvac/constants/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants
> copying build/lib/hvac/constants/aws.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants
> copying build/lib/hvac/constants/gcp.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants
> copying build/lib/hvac/constants/approle.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants
> copying build/lib/hvac/constants/transit.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants
> copying build/lib/hvac/constants/client.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants
> copying build/lib/hvac/constants/azure.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/v1
> copying build/lib/hvac/v1/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/v1
> copying build/lib/hvac/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api
> copying build/lib/hvac/api/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api
> copying build/lib/hvac/api/vault_api_base.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/consul.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/identity.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/pki.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/aws.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/database.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/active_directory.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/kv.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/gcp.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/transit.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/kv_v2.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/kv_v1.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/rabbitmq.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/transform.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> copying build/lib/hvac/api/secrets_engines/azure.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/oidc.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/kubernetes.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/aws.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/userpass.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/mfa.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/radius.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/github.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/jwt.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/gcp.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/approle.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/ldap.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/okta.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/azure.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> copying build/lib/hvac/api/auth_methods/cert.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/namespace.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/mount.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/audit.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/lease.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/seal.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/leader.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/auth.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/capabilities.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/key.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/policy.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/health.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/init.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/system_backend_mixin.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/raft.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/system_backend/wrapping.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend
> copying build/lib/hvac/api/vault_api_category.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api
> copying build/lib/hvac/adapters.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac
> copying build/lib/hvac/aws_utils.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac
> copying build/lib/hvac/exceptions.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac
> copying build/lib/hvac/utils.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants/identity.py
> to identity.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants/aws.py
> to aws.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants/gcp.py
> to gcp.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants/approle.py
> to approle.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants/transit.py
> to transit.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants/client.py
> to client.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/constants/azure.py
> to azure.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/v1/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/__init__.py to
> __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/vault_api_base.py
> to vault_api_base.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/consul.py
> to consul.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/identity.py
> to identity.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/pki.py
> to pki.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/aws.py
> to aws.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/database.py
> to database.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/active_directory.py
> to active_directory.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/kv.py
> to kv.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/gcp.py
> to gcp.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/transit.py
> to transit.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/kv_v2.py
> to kv_v2.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/kv_v1.py
> to kv_v1.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/rabbitmq.py
> to rabbitmq.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/transform.py
> to transform.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/secrets_engines/azure.py
> to azure.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/oidc.py
> to oidc.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/kubernetes.py
> to kubernetes.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/aws.py
> to aws.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/userpass.py
> to userpass.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/mfa.py
> to mfa.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/radius.py
> to radius.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/github.py
> to github.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/jwt.py
> to jwt.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/gcp.py
> to gcp.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/approle.py
> to approle.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/ldap.py
> to ldap.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/okta.py
> to okta.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/azure.py
> to azure.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/auth_methods/cert.py
> to cert.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/namespace.py
> to namespace.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/mount.py
> to mount.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/audit.py
> to audit.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/lease.py
> to lease.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/seal.py
> to seal.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/leader.py
> to leader.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/auth.py
> to auth.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/capabilities.py
> to capabilities.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/key.py
> to key.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/policy.py
> to policy.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/health.py
> to health.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/init.py
> to init.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/system_backend_mixin.py
> to system_backend_mixin.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/raft.py
> to raft.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/system_backend/wrapping.py
> to wrapping.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/api/vault_api_category.py
> to vault_api_category.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/adapters.py to
> adapters.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/aws_utils.py
> to aws_utils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/exceptions.py
> to exceptions.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac/utils.py to
> utils.cpython-39.pyc
> running install_egg_info
> Copying hvac.egg-info to
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/hvac-0.10.12.egg-info
> Skipping SOURCES.txt
> running install_scripts
> + pwd
> + rm -rf /<<PKGBUILDDIR>>/debian/python*/usr/lib/python*/dist-packages/*.pth
> + pwd
> + rm -rf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python*/dist-packages/*.pth
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/python-hvac/usr/bin ]
> set -e ; for pyvers in 3.9; do \
> python$pyvers -m pytest tests ; \
> done
> ============================= test session starts
> ==============================
> platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>
> plugins: cov-3.0.0, requests-mock-1.9.3
> collected 371 items / 1 error / 14 skipped / 356 selected
>
> ==================================== ERRORS
> ====================================
> ____ ERROR collecting tests/integration_tests/api/auth_methods/test_oidc.py
> ____
> tests/integration_tests/api/auth_methods/test_oidc.py:8: in <module>
> from tests.utils.mock_oauth_provider.mock_oauth_provider import (
> tests/utils/mock_oauth_provider/mock_oauth_provider.py:10: in <module>
> from tests.utils.mock_oauth_provider.app import create_app
> tests/utils/mock_oauth_provider/app.py:5: in <module>
> from tests.utils.mock_oauth_provider.routes import bp
> tests/utils/mock_oauth_provider/routes.py:16: in <module>
> bp = Blueprint(__name__, 'home')
> /usr/lib/python3/dist-packages/flask/blueprints.py:195: in __init__
> raise ValueError("'name' may not contain a dot '.' character.")
> E ValueError: 'name' may not contain a dot '.' character.
> =========================== short test summary info
> ============================
> ERROR tests/integration_tests/api/auth_methods/test_oidc.py - ValueError:
> 'na...
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
> !!!!!!!!!!!!!!!!!!!!
> ========================= 14 skipped, 1 error in 1.49s
> =========================
> make[1]: *** [debian/rules:19: override_dh_auto_install] Error 2
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/python-hvac_0.10.12-2_unstable.log
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-hvac
Source-Version: 0.11.2-1
Done: Thomas Goirand <z...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-hvac, 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 997...@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-hvac 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: Tue, 26 Oct 2021 12:44:42 +0200
Source: python-hvac
Architecture: source
Version: 0.11.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 997529
Changes:
python-hvac (0.11.2-1) unstable; urgency=medium
.
* New upstream release.
- Fixes FTBFS with Flask 2.x (Closes: #997529).
* Rebased remove-ldap-tests.patch.
Checksums-Sha1:
879af4373554bf4fb218964eeeb85c3073f5d64e 2692 python-hvac_0.11.2-1.dsc
1471aa1fff450010d86e8e6deeea06e94c402eef 246788 python-hvac_0.11.2.orig.tar.xz
f9dad11af2ea69c859f57e84f10ac020cd4ff947 5432
python-hvac_0.11.2-1.debian.tar.xz
1d9dea4859fd9328e9d7a1fe762bc65ecc07c101 8683
python-hvac_0.11.2-1_amd64.buildinfo
Checksums-Sha256:
de355acbdbd2ca615656bfa909e3ea47ad6f4abea0a545511e4735e3118f1de5 2692
python-hvac_0.11.2-1.dsc
f75d1bca2cab51bc41da00e0caa8c41057353c94f97f279b483ae695b7b7ae6b 246788
python-hvac_0.11.2.orig.tar.xz
4eacf12569b3856b4171b2fb079aa7905d7183137a97cc4787712f8659a38fba 5432
python-hvac_0.11.2-1.debian.tar.xz
6506542d4b3fa2a5aedb0e6d78fa7afe44684c2e8be5d11ce3f8bd57d36898e4 8683
python-hvac_0.11.2-1_amd64.buildinfo
Files:
8a231f4a5553a7b97f977cd8d91b6079 2692 python optional python-hvac_0.11.2-1.dsc
3fac58cde9d40df2993e85943e94ca50 246788 python optional
python-hvac_0.11.2.orig.tar.xz
7a7733dc9d950233d2670e61a6ed0aa0 5432 python optional
python-hvac_0.11.2-1.debian.tar.xz
93823f13016acde88593c43a479ea176 8683 python optional
python-hvac_0.11.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmF5KJIACgkQ1BatFaxr
Q/7aWw/+N+SnNFVB0r1Rk0bXxYj7BMpBVOgUaVx/ZFIL20FwG/A6gxj2Oo4fofGD
fnHWZInRqleydjnWmS/CrrzxPbCOU6gBJwQb5WM8ZfM5TXTcumC7Z3s+dVAM7V73
MVGJxQt6n6kBQ7z/LJdBCGbSquFMUNRTVcUZaJg2t7MP6iJovB7nLcl9XFGhHNAU
7HGe6d5i3rL683YZjLsrZDveMk/dfozNU2lQaXEBaZDAbyEDEsOqmrzEoml13maW
7JnWtgWQCX2MclOgpF+PWA0CHk5zruOLF83YdvqY0/6la25X1xjy6fd0yWCSg7In
nTP3lqfWnm0B5wKjLE6jkAuulxKARHO4mlXngcLDPZICAOf1gq/KqrFT7+84a0UW
xE1dzNeedyzrqg6cIGqDOaSlDa0+9M/CNASFYnzu6VHul2s1j6L0CWKaodNhxahD
diy7Jeg45Yt0lzmI2Bxa+FI+8i8uTTQp4BS28FQrAwVFZTBcJ3oz+TiggKIYSWfB
kxo5qQlAZQqjGFC4rjTNkxLH42l19W5GM7YH6WR9Fsnf87AsncJPwBgQ44Iu9wb8
7yERgN6X/ibXPdVvQFPO1MlfrDxNNur7dlp41egPyIE5nWSPtMLXUJ1PhXkUf7zE
mlrbkrGInoGyboAGPbnsiTvMiPbbopsIfKUpV8P7nYmq15LcQpk=
=w93E
-----END PGP SIGNATURE-----
--- End Message ---