Source: python-hvac
Version: 0.10.12-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
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.

Reply via email to