Your message dated Fri, 10 May 2024 02:41:18 +0000
with message-id <[email protected]>
and subject line Bug#1052780: fixed in python-pyramid-chameleon 0.3-8
has caused the Debian Bug report #1052780,
regarding python-pyramid-chameleon: FTBFS: FileNotFoundError: [Errno 2] No such 
file or directory: 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/fixtures/withmacro.pt'
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 [email protected]
immediately.)


-- 
1052780: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052780
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-pyramid-chameleon
Version: 0.3-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
> mkdir -p _build/html _build/doctrees
> sphinx-build -b html -d _build/doctrees   . _build/html
> Running Sphinx v5.3.0
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 3 source files that are out of date
> updating environment: [new config] 3 added, 0 changed, 0 removed
> reading sources... [ 33%] api
> reading sources... [ 66%] glossary
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 33%] api
> writing output... [ 66%] glossary
> writing output... [100%] index
> 
> /<<PKGBUILDDIR>>/docs/glossary.rst:23: WARNING: undefined label: 
> 'pyramid:webob_chapter'
> /<<PKGBUILDDIR>>/docs/index.rst:45: WARNING: undefined label: 
> 'asset_specifications'
> /<<PKGBUILDDIR>>/docs/index.rst:123: WARNING: term not in glossary: 'renderer'
> /<<PKGBUILDDIR>>/docs/index.rst:136: WARNING: term not in glossary: 'asset 
> specification'
> /<<PKGBUILDDIR>>/docs/index.rst:208: WARNING: term not in glossary: 'renderer'
> /<<PKGBUILDDIR>>/docs/index.rst:208: WARNING: term not in glossary: 'resource'
> /<<PKGBUILDDIR>>/docs/index.rst:208: WARNING: term not in glossary: 'view 
> configuration'
> /<<PKGBUILDDIR>>/docs/index.rst:208: WARNING: term not in glossary: 'renderer'
> /<<PKGBUILDDIR>>/docs/index.rst:309: WARNING: undefined label: 
> 'renderer_system_values'
> /<<PKGBUILDDIR>>/docs/index.rst:316: WARNING: term not in glossary: 'renderer'
> /<<PKGBUILDDIR>>/docs/index.rst:519: WARNING: undefined label: 
> 'request_response_attr'
> /<<PKGBUILDDIR>>/docs/index.rst:528: WARNING: undefined label: 'i18n_chapter'
> /<<PKGBUILDDIR>>/docs/index.rst:535: WARNING: term not in glossary: 'gettext'
> /<<PKGBUILDDIR>>/docs/index.rst:539: WARNING: undefined label: 'project_narr'
> /<<PKGBUILDDIR>>/docs/index.rst:567: WARNING: undefined label: 
> 'extracting_messages'
> /<<PKGBUILDDIR>>/docs/index.rst:574: WARNING: undefined label: 'i18n_chapter'
> /<<PKGBUILDDIR>>/docs/index.rst:618: WARNING: undefined label: 
> 'performing_a_translation'
> generating indices... genindex py-modindex done
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 17 warnings.
> 
> The HTML pages are in _build/html.
> 
> Build finished. The HTML pages are in _build/html.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:291: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build; python3.11 
> -m nose -v -e test___call__spec_alreadyregistered
> test_no_translation_dirs 
> (pyramid_chameleon.tests.test_localization.Test_maybe_add_translator.test_no_translation_dirs)
>  ... ok
> test_translation_dirs_exist 
> (pyramid_chameleon.tests.test_localization.Test_maybe_add_translator.test_translation_dirs_exist)
>  ... ok
> test_it (pyramid_chameleon.tests.test_localization.Test_translator.test_it) 
> ... ok
> test___call__abspath_alreadyregistered 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test___call__abspath_alreadyregistered)
>  ... ok
> test___call__abspath_notyetregistered 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test___call__abspath_notyetregistered)
>  ... ok
> test___call__abspath_path_notexists 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test___call__abspath_path_notexists)
>  ... ok
> test___call__reload_assets_false 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test___call__reload_assets_false)
>  ... ok
> test___call__reload_assets_true 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test___call__reload_assets_true)
>  ... ok
> test___call__relpath_has_package_registered 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test___call__relpath_has_package_registered)
>  ... ok
> test___call__relpath_path_registered 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test___call__relpath_path_registered)
>  ... ok
> test___call__spec_notfound 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test___call__spec_notfound)
>  ... ok
> test___call__spec_notyetregistered 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test___call__spec_notyetregistered)
>  ... ok
> test___call__spec_withmacro 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test___call__spec_withmacro)
>  ... ERROR
> test_auto_reload_settings_None 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_auto_reload_settings_None)
>  ... ok
> test_auto_reload_settings_not_None 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_auto_reload_settings_not_None)
>  ... ok
> test_debug_settings_None 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_debug_settings_None)
>  ... ok
> test_debug_settings_not_None 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_debug_settings_not_None)
>  ... ok
> test_get_spec_is_abspath_no_colon_no_package 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_get_spec_is_abspath_no_colon_no_package)
>  ... ok
> test_get_spec_is_abspath_no_colon_with_path_in_package 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_get_spec_is_abspath_no_colon_with_path_in_package)
>  ... ok
> test_get_spec_is_abspath_no_colon_with_path_outside_package 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_get_spec_is_abspath_no_colon_with_path_outside_package)
>  ... ok
> test_get_spec_is_abspath_with_colon_no_package 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_get_spec_is_abspath_with_colon_no_package)
>  ... ok
> test_get_spec_is_abspath_with_colon_with_path_in_package 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_get_spec_is_abspath_with_colon_with_path_in_package)
>  ... ok
> test_get_spec_is_abspath_with_colon_with_path_outside_package 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_get_spec_is_abspath_with_colon_with_path_outside_package)
>  ... ok
> test_get_spec_not_abspath_no_colon_no_package 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_get_spec_not_abspath_no_colon_no_package)
>  ... ok
> test_get_spec_not_abspath_no_colon_with_package 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_get_spec_not_abspath_no_colon_with_package)
>  ... ok
> test_get_spec_not_abspath_with_colon_no_package 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_get_spec_not_abspath_with_colon_no_package)
>  ... ok
> test_get_spec_not_abspath_with_colon_with_package 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_get_spec_not_abspath_with_colon_with_package)
>  ... ok
> test_translate 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test_translate)
>  ... ok
> test_lookup_found 
> (pyramid_chameleon.tests.test_renderers.TestTemplateRendererFactory.test_lookup_found)
>  ... ok
> test_lookup_miss 
> (pyramid_chameleon.tests.test_renderers.TestTemplateRendererFactory.test_lookup_miss)
>  ... ok
> test_it (pyramid_chameleon.tests.test_text.Test_renderer_factory.test_it) ... 
> ERROR
> test_call 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_call) ... 
> ERROR
> test_call_nonminimal 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_call_nonminimal)
>  ... ERROR
> test_call_with_nondict_value 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_call_with_nondict_value)
>  ... ok
> test_class_implements_ITemplateRenderer 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_class_implements_ITemplateRenderer)
>  ... ok
> test_implementation 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_implementation)
>  ... ERROR
> test_instance_implements_ITemplateRenderer 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_instance_implements_ITemplateRenderer)
>  ... ok
> test_template_reified 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_template_reified)
>  ... ok
> test_template_with_debug_templates 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_template_with_debug_templates)
>  ... ok
> test_template_with_ichameleon_translate 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_template_with_ichameleon_translate)
>  ... ok
> test_template_with_reload_templates 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_template_with_reload_templates)
>  ... ok
> test_template_without_reload_templates 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_template_without_reload_templates)
>  ... ok
> test_it (pyramid_chameleon.tests.test_zpt.Test_renderer_factory.test_it) ... 
> ERROR
> test_call 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_call) ... 
> ERROR
> test_call_with_nondict_value 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_call_with_nondict_value)
>  ... ok
> test_class_implements_ITemplateRenderer 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_class_implements_ITemplateRenderer)
>  ... ok
> test_implementation 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_implementation)
>  ... ERROR
> test_instance_implements_ITemplateRenderer 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_instance_implements_ITemplateRenderer)
>  ... ok
> test_macro_notsupplied 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_macro_notsupplied)
>  ... ERROR
> test_macro_supplied 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_macro_supplied)
>  ... ERROR
> test_macro_template_reload 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_macro_template_reload)
>  ... ERROR
> test_template_reified 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_template_reified)
>  ... ok
> test_template_with_debug_templates 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_template_with_debug_templates)
>  ... ok
> test_template_with_ichameleon_translate 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_template_with_ichameleon_translate)
>  ... ok
> test_template_with_reload_templates 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_template_with_reload_templates)
>  ... ok
> test_template_without_debug_templates 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_template_without_debug_templates)
>  ... ok
> test_template_without_reload_templates 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_template_without_reload_templates)
>  ... ok
> 
> ======================================================================
> ERROR: test___call__spec_withmacro 
> (pyramid_chameleon.tests.test_renderers.TestChameleonRendererLookup.test___call__spec_withmacro)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_renderers.py",
>  line 320, in test___call__spec_withmacro
>     result = lookup(info)
>              ^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/renderer.py",
>  line 117, in __call__
>     raise ValueError(
> ValueError: Missing template asset: 
> pyramid_chameleon.tests:fixtures/withmacro.pt 
> (/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/fixtures/withmacro.pt)
> 
> ======================================================================
> ERROR: test_it 
> (pyramid_chameleon.tests.test_text.Test_renderer_factory.test_it)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_text.py",
>  line 27, in test_it
>     result = self._callFUT(info)
>              ^^^^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_text.py",
>  line 21, in _callFUT
>     return renderer_factory(info)
>            ^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/text.py",
>  line 8, in renderer_factory
>     return renderer.template_renderer_factory(info, TextTemplateRenderer)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/renderer.py",
>  line 140, in template_renderer_factory
>     return lookup(info)
>            ^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/renderer.py",
>  line 117, in __call__
>     raise ValueError(
> ValueError: Missing template asset: 
> pyramid_chameleon.tests:fixtures/minimal.pt 
> (/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/fixtures/minimal.pt)
> 
> ======================================================================
> ERROR: test_call 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_call)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_text.py",
>  line 98, in test_call
>     result = instance({}, {})
>              ^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/text.py",
>  line 34, in __call__
>     result = self.template(**system)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 145, in 
> __call__
>     return self.render(**kwargs)
>            ^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/zpt/template.py", line 442, 
> in render
>     result = super(PageTextTemplateFile, self).render(**vars)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/zpt/template.py", line 307, 
> in render
>     return super(PageTemplate, self).render(**_kw)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 189, in 
> render
>     self.cook_check()
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 320, in 
> cook_check
>     body = self.read()
>            ^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 331, in 
> read
>     with open(self.filename, "rb") as f:
>          ^^^^^^^^^^^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/fixtures/minimal.txt'
> 
> ======================================================================
> ERROR: test_call_nonminimal 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_call_nonminimal)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_text.py",
>  line 112, in test_call_nonminimal
>     result = instance({'name':'Chris'}, {})
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/text.py",
>  line 34, in __call__
>     result = self.template(**system)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 145, in 
> __call__
>     return self.render(**kwargs)
>            ^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/zpt/template.py", line 442, 
> in render
>     result = super(PageTextTemplateFile, self).render(**vars)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/zpt/template.py", line 307, 
> in render
>     return super(PageTemplate, self).render(**_kw)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 189, in 
> render
>     self.cook_check()
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 320, in 
> cook_check
>     body = self.read()
>            ^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 331, in 
> read
>     with open(self.filename, "rb") as f:
>          ^^^^^^^^^^^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/fixtures/nonminimal.txt'
> 
> ======================================================================
> ERROR: test_implementation 
> (pyramid_chameleon.tests.test_text.TextTemplateRendererTests.test_implementation)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_text.py",
>  line 120, in test_implementation
>     result = instance.implementation()()
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 145, in 
> __call__
>     return self.render(**kwargs)
>            ^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/zpt/template.py", line 442, 
> in render
>     result = super(PageTextTemplateFile, self).render(**vars)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/zpt/template.py", line 307, 
> in render
>     return super(PageTemplate, self).render(**_kw)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 189, in 
> render
>     self.cook_check()
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 320, in 
> cook_check
>     body = self.read()
>            ^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 331, in 
> read
>     with open(self.filename, "rb") as f:
>          ^^^^^^^^^^^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/fixtures/minimal.txt'
> 
> ======================================================================
> ERROR: test_it 
> (pyramid_chameleon.tests.test_zpt.Test_renderer_factory.test_it)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_zpt.py",
>  line 27, in test_it
>     result = self._callFUT(info)
>              ^^^^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_zpt.py",
>  line 21, in _callFUT
>     return renderer_factory(info)
>            ^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/zpt.py",
>  line 10, in renderer_factory
>     return renderer.template_renderer_factory(info, ZPTTemplateRenderer)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/renderer.py",
>  line 140, in template_renderer_factory
>     return lookup(info)
>            ^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/renderer.py",
>  line 117, in __call__
>     raise ValueError(
> ValueError: Missing template asset: 
> pyramid_chameleon.tests:fixtures/minimal.pt 
> (/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/fixtures/minimal.pt)
> 
> ======================================================================
> ERROR: test_call 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_call)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_zpt.py",
>  line 55, in test_call
>     result = instance({}, {})
>              ^^^^^^^^^^^^^^^^
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/zpt.py",
>  line 47, in __call__
>     result = self.template(**system)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 145, in 
> __call__
>     return self.render(**kwargs)
>            ^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/zpt/template.py", line 307, 
> in render
>     return super(PageTemplate, self).render(**_kw)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 189, in 
> render
>     self.cook_check()
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 320, in 
> cook_check
>     body = self.read()
>            ^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 331, in 
> read
>     with open(self.filename, "rb") as f:
>          ^^^^^^^^^^^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/fixtures/minimal.pt'
> 
> ======================================================================
> ERROR: test_implementation 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_implementation)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_zpt.py",
>  line 122, in test_implementation
>     result = instance.implementation()()
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 145, in 
> __call__
>     return self.render(**kwargs)
>            ^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/zpt/template.py", line 307, 
> in render
>     return super(PageTemplate, self).render(**_kw)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 189, in 
> render
>     self.cook_check()
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 320, in 
> cook_check
>     body = self.read()
>            ^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 331, in 
> read
>     with open(self.filename, "rb") as f:
>          ^^^^^^^^^^^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/fixtures/minimal.pt'
> 
> ======================================================================
> ERROR: test_macro_notsupplied 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_macro_notsupplied)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_zpt.py",
>  line 138, in test_macro_notsupplied
>     result = instance.implementation()()
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 145, in 
> __call__
>     return self.render(**kwargs)
>            ^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/zpt/template.py", line 307, 
> in render
>     return super(PageTemplate, self).render(**_kw)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 189, in 
> render
>     self.cook_check()
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 320, in 
> cook_check
>     body = self.read()
>            ^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 331, in 
> read
>     with open(self.filename, "rb") as f:
>          ^^^^^^^^^^^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/fixtures/withmacro.pt'
> 
> ======================================================================
> ERROR: test_macro_supplied 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_macro_supplied)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_zpt.py",
>  line 131, in test_macro_supplied
>     result = instance.implementation()()
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 145, in 
> __call__
>     return self.render(**kwargs)
>            ^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/zpt/template.py", line 307, 
> in render
>     return super(PageTemplate, self).render(**_kw)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 189, in 
> render
>     self.cook_check()
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 320, in 
> cook_check
>     body = self.read()
>            ^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 331, in 
> read
>     with open(self.filename, "rb") as f:
>          ^^^^^^^^^^^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/fixtures/withmacro.pt'
> 
> ======================================================================
> ERROR: test_macro_template_reload 
> (pyramid_chameleon.tests.test_zpt.ZPTTemplateRendererTests.test_macro_template_reload)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/test_zpt.py",
>  line 146, in test_macro_template_reload
>     result = instance.implementation()()
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 145, in 
> __call__
>     return self.render(**kwargs)
>            ^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/zpt/template.py", line 307, 
> in render
>     return super(PageTemplate, self).render(**_kw)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 189, in 
> render
>     self.cook_check()
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 320, in 
> cook_check
>     body = self.read()
>            ^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/chameleon/template.py", line 331, in 
> read
>     with open(self.filename, "rb") as f:
>          ^^^^^^^^^^^^^^^^^^^^^^^^^
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build/pyramid_chameleon/tests/fixtures/withmacro.pt'
> 
> ----------------------------------------------------------------------
> Ran 57 tests in 0.278s
> 
> FAILED (errors=11)
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyramid-chameleon/build; python3.11 
> -m nose -v -e test___call__spec_alreadyregistered
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/python-pyramid-chameleon_0.3-7_unstable.log

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

--- End Message ---
--- Begin Message ---
Source: python-pyramid-chameleon
Source-Version: 0.3-8
Done: Emmanuel Arias <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-pyramid-chameleon, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Arias <[email protected]> (supplier of updated 
python-pyramid-chameleon 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 09 May 2024 21:17:14 -0300
Source: python-pyramid-chameleon
Architecture: source
Version: 0.3-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Emmanuel Arias <[email protected]>
Closes: 1018567 1052780 1056499
Changes:
 python-pyramid-chameleon (0.3-8) unstable; urgency=medium
 .
   * Team upload.
   * d/rules: Copy tests/fixture folder to builder folder to avoid
     fail tests (Closes: #1056499, #1052780).
   * d/control: Remove python3-nose as build dependency. Use python3-pytest
     instead (Closes: #1018567).
     - d/rules: Use pytest to run tests. Update d/tests/control to run with
     pytest. Ignore tests/test_localization.py and tests/test_renderers.py
     tests in autopkgtest.
   * d/control. Bump Standards-Version to 4.7.0 (from 4.6.1; no further changes
     needed).
Checksums-Sha1:
 30cd5194f0d590e017e66ffa854a277734f434c6 2468 
python-pyramid-chameleon_0.3-8.dsc
 b0d700a21093a82ccbcf4209dec659b2003d1463 6676 
python-pyramid-chameleon_0.3-8.debian.tar.xz
 39b79d8dc6c5c738a3445a16f9ca2d022e520955 8652 
python-pyramid-chameleon_0.3-8_amd64.buildinfo
Checksums-Sha256:
 ae46e27830d17c324a6536498a21b91b8966e807ad58651a0387b81a9a13c925 2468 
python-pyramid-chameleon_0.3-8.dsc
 7eff86c8310200af3d9a75ea7d4acc4a54c8ee4420ad623de91cbb4cddb1977c 6676 
python-pyramid-chameleon_0.3-8.debian.tar.xz
 e3ac56b598ea8a755781f42fae5c89b828bd8576f3b17d8b7bc65c03cda15314 8652 
python-pyramid-chameleon_0.3-8_amd64.buildinfo
Files:
 87bd0eae5bf0c1ea5b6548c78680efb7 2468 python optional 
python-pyramid-chameleon_0.3-8.dsc
 9f83384b45d08ae8c770246c3b22c3a1 6676 python optional 
python-pyramid-chameleon_0.3-8.debian.tar.xz
 63afe22a4393d206f9115098aee85e0d 8652 python optional 
python-pyramid-chameleon_0.3-8_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmY9hBgSHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxuS4P/RbAr8aEmlXtODeYL9JuKmzOWFT1w2Da
NBtFawiWPco22hrWSQ7qD0gCZ0o+CXzxX9QbxtBSjW34ag/dhl+3HTX5pXlqzub6
NyoIaou9R05/NNLV/yRPe4sjA7K0q/QrwdO7FOqgBKc8x1lKiZvp7S1AmD7apgGE
GSAtTrYBgtR/f/ZjdjUopDy35HeMK9kdJK4/V7H+wS29n09i2c6Ztg6N/I0yZinj
0exgJY8XbgyTwPkLYVhtEaic07ILDDU0nTtg6pkX01dqXBW2jOdnjY+KQJByMblE
nkZs17lj2DpL0yHCVdKolmW6PHlmN0T93BMSrcZxbamsoZaVwJdLhx57YaMVgE3Y
SomgRaIHiMdw7ROv2o5xw4aQ36bJ/wTKLlpzXRyqhXpa0PqarttsoejOyYjY2tPN
A8fyg+4Da+Z4rR/IumBxaqKUlGZiLuyfSN9HsKpd4i0k0VgI8sJ2fsIgPupJ9DOw
XaOz5Gbr/QMfTJz75Q/vQxNIhvu9GeG+SFRdjyGlmAkvPcmItI5Q/Nwg64gvd/lL
2fRpQnx5Mw7BLtPvF+AUJtbIwq++WEu+uzboJs80KGbQl6CpSx51GETFmPR/+WZW
h0NDfoxos02qXl3tC+rYlQnKX7PEcS/FLaEwZB4O6ymiEUGolauoDtVnptRzvVqT
AzbcJtAFbauO
=fQiq
-----END PGP SIGNATURE-----

Attachment: pgp8m4vPrrlw9.pgp
Description: PGP signature


--- End Message ---

Reply via email to