Source: heat
Version: 1:21.0.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> ======================================================================
> FAIL: heat.tests.test_urlfetch.UrlFetchTest.test_http_scheme
> heat.tests.test_urlfetch.UrlFetchTest.test_http_scheme
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/heat/tests/common.py", line 118, in setUp
>     tris.append(resources.global_env().get_resource_info(
>                 ^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 56, in 
> global_env
>     initialise()
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 68, in 
> initialise
>     _load_global_environment(global_env)
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 74, in 
> _load_global_environment
>     _load_global_resources(env)
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 87, in 
> _load_global_resources
>     manager = plugin_manager.PluginManager(__name__)
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/engine/plugin_manager.py", line 54, in __init__
>     self.modules = list(modules())
>                    ^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/common/plugin_loader.py", line 97, in 
> load_modules
>     module = _import_module(importer, module_name, package)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/common/plugin_loader.py", line 69, in 
> _import_module
>     loader = importer.find_module(module_name)
>              ^^^^^^^^^^^^^^^^^^^^
> AttributeError: 'FileFinder' object has no attribute 'find_module'
> 
> 
> ======================================================================
> FAIL: heat.tests.test_urlfetch.UrlFetchTest.test_https_scheme
> heat.tests.test_urlfetch.UrlFetchTest.test_https_scheme
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/heat/tests/common.py", line 118, in setUp
>     tris.append(resources.global_env().get_resource_info(
>                 ^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 56, in 
> global_env
>     initialise()
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 68, in 
> initialise
>     _load_global_environment(global_env)
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 74, in 
> _load_global_environment
>     _load_global_resources(env)
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 87, in 
> _load_global_resources
>     manager = plugin_manager.PluginManager(__name__)
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/engine/plugin_manager.py", line 54, in __init__
>     self.modules = list(modules())
>                    ^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/common/plugin_loader.py", line 97, in 
> load_modules
>     module = _import_module(importer, module_name, package)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/common/plugin_loader.py", line 69, in 
> _import_module
>     loader = importer.find_module(module_name)
>              ^^^^^^^^^^^^^^^^^^^^
> AttributeError: 'FileFinder' object has no attribute 'find_module'
> 
> 
> ======================================================================
> FAIL: heat.tests.test_urlfetch.UrlFetchTest.test_max_fetch_size_error
> heat.tests.test_urlfetch.UrlFetchTest.test_max_fetch_size_error
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/heat/tests/common.py", line 118, in setUp
>     tris.append(resources.global_env().get_resource_info(
>                 ^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 56, in 
> global_env
>     initialise()
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 68, in 
> initialise
>     _load_global_environment(global_env)
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 74, in 
> _load_global_environment
>     _load_global_resources(env)
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 87, in 
> _load_global_resources
>     manager = plugin_manager.PluginManager(__name__)
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/engine/plugin_manager.py", line 54, in __init__
>     self.modules = list(modules())
>                    ^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/common/plugin_loader.py", line 97, in 
> load_modules
>     module = _import_module(importer, module_name, package)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/common/plugin_loader.py", line 69, in 
> _import_module
>     loader = importer.find_module(module_name)
>              ^^^^^^^^^^^^^^^^^^^^
> AttributeError: 'FileFinder' object has no attribute 'find_module'
> 
> 
> ======================================================================
> FAIL: heat.tests.test_urlfetch.UrlFetchTest.test_max_fetch_size_okay
> heat.tests.test_urlfetch.UrlFetchTest.test_max_fetch_size_okay
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/heat/tests/common.py", line 118, in setUp
>     tris.append(resources.global_env().get_resource_info(
>                 ^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 56, in 
> global_env
>     initialise()
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 68, in 
> initialise
>     _load_global_environment(global_env)
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 74, in 
> _load_global_environment
>     _load_global_resources(env)
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 87, in 
> _load_global_resources
>     manager = plugin_manager.PluginManager(__name__)
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/engine/plugin_manager.py", line 54, in __init__
>     self.modules = list(modules())
>                    ^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/common/plugin_loader.py", line 97, in 
> load_modules
>     module = _import_module(importer, module_name, package)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/common/plugin_loader.py", line 69, in 
> _import_module
>     loader = importer.find_module(module_name)
>              ^^^^^^^^^^^^^^^^^^^^
> AttributeError: 'FileFinder' object has no attribute 'find_module'
> 
> 
> ======================================================================
> FAIL: heat.tests.test_urlfetch.UrlFetchTest.test_non_exist_url
> heat.tests.test_urlfetch.UrlFetchTest.test_non_exist_url
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/heat/tests/common.py", line 118, in setUp
>     tris.append(resources.global_env().get_resource_info(
>                 ^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 56, in 
> global_env
>     initialise()
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 68, in 
> initialise
>     _load_global_environment(global_env)
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 74, in 
> _load_global_environment
>     _load_global_resources(env)
>   File "/<<PKGBUILDDIR>>/heat/engine/resources/__init__.py", line 87, in 
> _load_global_resources
>     manager = plugin_manager.PluginManager(__name__)
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/engine/plugin_manager.py", line 54, in __init__
>     self.modules = list(modules())
>                    ^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/common/plugin_loader.py", line 97, in 
> load_modules
>     module = _import_module(importer, module_name, package)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/heat/common/plugin_loader.py", line 69, in 
> _import_module
>     loader = importer.find_module(module_name)
>              ^^^^^^^^^^^^^^^^^^^^
> AttributeError: 'FileFinder' object has no attribute 'find_module'
> 
> 
> ----------------------------------------------------------------------
> Ran 6999 tests in 126.680s
> 
> FAILED (failures=6987, skipped=6)
> + echo ======> STESTR TEST SUITE FAILED FOR python3.12: displaying pip3 
> freeze output...
> ======> STESTR TEST SUITE FAILED FOR python3.12: displaying pip3 freeze 
> output...
> + [ -x /usr/bin/pip3 ]
> + pip3 freeze
> alabaster==0.7.12
> alembic==1.8.1.dev0
> amqp==5.2.0
> anyjson==0.3.3
> aodhclient==3.3.0
> appdirs==1.4.4
> attrs==23.1.0
> autopage==0.4.0
> Babel==2.10.3
> bandit==1.6.2
> bcrypt==3.2.2
> blinker==1.7.0
> cachetools==5.3.0
> certifi==2023.7.22
> chardet==5.2.0
> charset-normalizer==3.3.2
> cliff==4.3.0
> cmd2==2.4.3+ds
> colorama==0.4.6
> confluent-kafka==1.7.0
> coverage==7.2.7
> croniter==1.3.15
> cryptography==38.0.4
> ddt==1.6.0
> debtcollector==2.5.0
> decorator==5.1.1
> defusedxml==0.7.1
> deprecation==2.0.7
> dnspython==2.4.2
> docker==5.0.3
> docutils==0.20.1
> dogpile.cache==1.1.8
> dulwich==0.21.6
> eventlet==0.33.3
> extras==1.0.0
> fasteners==0.18
> fixtures==4.0.1
> flake8==6.1.0
> future==0.18.2
> futurist==2.4.1
> gabbi==2.4.0
> gevent==23.9.1
> gitdb==4.0.11
> GitPython==3.1.37
> greenlet==3.0.1
> hacking==4.1.0
> httplib2==0.20.4
> idna==3.3
> imagesize==1.4.1
> importlib-metadata==4.12.0
> iniconfig==1.1.1
> iso8601==1.0.2
> jaraco.classes==3.2.1
> jeepney==0.8.0
> Jinja2==3.1.2
> jmespath==1.0.1
> jsonpatch==1.32
> jsonpath-rw==1.4.0
> jsonpath-rw-ext==1.2.2
> jsonpointer==2.3
> jsonschema==4.10.3
> keyring==24.3.0
> keystoneauth1==5.3.0
> keystonemiddleware==10.4.1
> kombu==5.3.4
> logutils==0.3.5
> lxml==4.9.3
> Mako==1.2.4.dev0
> MarkupSafe==2.1.3
> mccabe==0.7.0
> monotonic==1.6
> more-itertools==10.1.0
> msgpack==1.0.3
> mysqlclient==1.4.6
> ncclient==0.6.13
> netaddr==0.8.0
> netifaces==0.11.0
> networkx==2.8.8
> neutron-lib==3.8.0
> oauthlib==3.2.2
> openstack-heat==21.0.0
> openstackdocstheme==3.2.0
> openstacksdk==1.5.0
> os-api-ref==2.3.0
> os-client-config==2.1.0
> os-ken==2.7.0
> os-service-types==1.7.0
> os-testr==3.0.0
> os-traits==3.0.0
> osc-lib==2.8.1
> oslo.cache==3.5.0
> oslo.concurrency==5.2.0
> oslo.config==9.2.0
> oslo.context==5.2.0
> oslo.db==14.1.0
> oslo.i18n==6.1.0
> oslo.log==5.3.0
> oslo.messaging==14.4.1
> oslo.metrics==0.7.0
> oslo.middleware==5.2.0
> oslo.policy==4.2.1
> oslo.reports==3.1.0
> oslo.serialization==5.2.0
> oslo.service==3.2.0
> oslo.upgradecheck==2.2.0
> oslo.utils==6.2.1
> oslo.versionedobjects==3.2.0
> oslosphinx==4.18.0
> oslotest==4.5.0
> osprofiler==3.4.3
> ovs==3.2.2
> packaging==23.2
> paramiko==2.12.0
> Paste==3.7.1
> PasteDeploy==3.0.1
> pbr==5.11.1
> pecan==1.4.2
> pluggy==1.3.0
> ply==3.11
> prettytable==3.6.0
> prometheus-client==0.17.1
> psutil==5.9.5
> psycopg2==2.9.9
> py==1.11.0
> pycadf==3.1.1
> pycodestyle==2.11.1
> pydot==1.4.2
> pyflakes==3.1.0
> Pygments==2.15.1
> pyinotify==0.9.6
> PyJWT==2.7.0
> PyMySQL==1.0.2
> PyNaCl==1.5.0
> pyOpenSSL==23.2.0
> pyparsing==3.1.1
> pyperclip==1.8.2
> pyrsistent==0.18.1
> pytest==7.4.3
> python-barbicanclient==5.6.1
> python-binary-memcached==0.31.1
> python-blazarclient==3.7.0
> python-cinderclient==9.4.0
> python-dateutil==2.8.2
> python-designateclient==5.3.0
> python-glanceclient==4.4.0
> python-heatclient==3.3.0
> python-ironicclient==5.4.0
> python-keystoneclient==5.2.0
> python-magnumclient==4.2.0
> python-manilaclient==4.6.0
> python-memcached==1.58
> python-mistralclient==5.1.0
> python-monascaclient==2.8.0
> python-neutronclient==11.0.0
> python-novaclient==18.4.0
> python-octaviaclient==3.5.1
> python-openstackclient==6.3.0
> python-saharaclient==4.2.0
> python-senlinclient==3.1.0
> python-subunit==1.4.2
> python-swiftclient==4.4.0
> python-troveclient==8.2.1
> python-vitrageclient==4.8.0
> python-zaqarclient==2.6.0
> python-zunclient==4.7.0
> pytz==2023.3.post1
> PyYAML==6.0.1
> pyzmq==24.0.1
> repoze.lru==0.7
> requests==2.31.0
> requestsexceptions==1.4.0
> rfc3986==2.0.0
> roman==3.3
> Routes==2.5.1
> SecretStorage==3.3.3
> setproctitle==1.3.3
> simplegeneric==0.8.1
> simplejson==3.19.2
> six==1.16.0
> smmap==6.0.0
> snowballstemmer==2.2.0
> sortedcontainers==2.4.0
> Sphinx==7.2.6
> sphinxcontrib-apidoc==0.3.0
> sphinxcontrib-httpdomain==1.8.0
> SQLAlchemy==1.4.47
> statsd==4.0.1
> stestr==4.0.1
> stevedore==5.1.0
> tempest==36.0.0
> Tempita==0.5.2
> tenacity==8.2.1
> testrepository==0.0.20
> testresources==2.0.1
> testscenarios==0.5.0
> testtools==2.6.0
> uhashring==2.3
> unittest2==1.1.0
> urllib3==1.26.18
> vine==5.0.0
> voluptuous==0.12.2
> warlock==2.0.1
> wcwidth==0.2.5
> WebOb==1.8.6
> websocket-client==1.2.3
> wrapt==1.15.0
> wsgi-intercept==1.9.3
> yappi==1.4.0
> yaql==2.0.0
> zipp==1.0.0
> zope.event==5.0
> zope.interface==6.1
> + exit 1
> make[1]: *** [debian/rules:50: override_dh_install] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/heat_21.0.0-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&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 mark 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