Your message dated Sun, 01 Jan 2023 12:04:08 +0000
with message-id <e1pbx4s-002xc3...@fasolo.debian.org>
and subject line Bug#1026614: fixed in flask-autoindex 0.6.6-3
has caused the Debian Bug report #1026614,
regarding flask-autoindex: FTBFS: AssertionError: The setup method 'route' can 
no longer be called on the application. It has already handled its first 
request, any changes will not be applied consistently.
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.)


-- 
1026614: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026614
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: flask-autoindex
Version: 0.6.6-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 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>>'
> dh_auto_build
> I: pybuild base:240: /usr/bin/python3.11 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex
> copying flask_autoindex/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex
> copying flask_autoindex/entry.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex
> copying flask_autoindex/run.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex
> copying flask_autoindex/icons.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex
> running egg_info
> writing Flask_AutoIndex.egg-info/PKG-INFO
> writing dependency_links to Flask_AutoIndex.egg-info/dependency_links.txt
> writing entry points to Flask_AutoIndex.egg-info/entry_points.txt
> writing requirements to Flask_AutoIndex.egg-info/requires.txt
> writing top-level names to Flask_AutoIndex.egg-info/top_level.txt
> writing manifest file 'Flask_AutoIndex.egg-info/SOURCES.txt'
> reading manifest file 'Flask_AutoIndex.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'LICENSE'
> warning: no previously-included files matching '*.pyc' found under directory 
> 'tests'
> warning: no files found matching '*.py' under directory 'docs/_themes'
> warning: no files found matching '*.css' under directory 'docs/_themes'
> warning: no files found matching '*.css_t' under directory 'docs/_themes'
> warning: no files found matching '*.conf' under directory 'docs/_themes'
> warning: no files found matching '*.html' under directory 'docs/_themes'
> warning: no files found matching 'LICENSE' under directory 'docs/_themes'
> warning: no files found matching 'README.md' under directory 'docs/_themes'
> writing manifest file 'Flask_AutoIndex.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 'flask_autoindex.static' as data 
> is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'flask_autoindex.static' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'flask_autoindex.static' has been automatically added to the distribution 
> only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'flask_autoindex.static' is included as a package 
> by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 
> 'flask_autoindex.templates.__autoindex__' as data is deprecated, please list 
> it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'flask_autoindex.templates.__autoindex__' as an 
> importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'flask_autoindex.templates.__autoindex__' has been automatically added to 
> the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'flask_autoindex.templates.__autoindex__' is 
> included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex/static
> copying flask_autoindex/static/asc.gif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex/static
> copying flask_autoindex/static/autoindex.css -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex/static
> copying flask_autoindex/static/desc.gif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex/static
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex/templates
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex/templates/__autoindex__
> copying flask_autoindex/templates/__autoindex__/autoindex.html -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex/templates/__autoindex__
> copying flask_autoindex/templates/__autoindex__/macros.html -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/flask_autoindex/templates/__autoindex__
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex
> copying flask_autoindex/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex
> copying flask_autoindex/entry.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex
> copying flask_autoindex/run.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex
> copying flask_autoindex/icons.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex
> running egg_info
> writing Flask_AutoIndex.egg-info/PKG-INFO
> writing dependency_links to Flask_AutoIndex.egg-info/dependency_links.txt
> writing entry points to Flask_AutoIndex.egg-info/entry_points.txt
> writing requirements to Flask_AutoIndex.egg-info/requires.txt
> writing top-level names to Flask_AutoIndex.egg-info/top_level.txt
> reading manifest file 'Flask_AutoIndex.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'LICENSE'
> warning: no previously-included files matching '*.pyc' found under directory 
> 'tests'
> warning: no files found matching '*.py' under directory 'docs/_themes'
> warning: no files found matching '*.css' under directory 'docs/_themes'
> warning: no files found matching '*.css_t' under directory 'docs/_themes'
> warning: no files found matching '*.conf' under directory 'docs/_themes'
> warning: no files found matching '*.html' under directory 'docs/_themes'
> warning: no files found matching 'LICENSE' under directory 'docs/_themes'
> warning: no files found matching 'README.md' under directory 'docs/_themes'
> writing manifest file 'Flask_AutoIndex.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 'flask_autoindex.static' as data 
> is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'flask_autoindex.static' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'flask_autoindex.static' has been automatically added to the distribution 
> only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'flask_autoindex.static' is included as a package 
> by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: 
> SetuptoolsDeprecationWarning:     Installing 
> 'flask_autoindex.templates.__autoindex__' as data is deprecated, please list 
> it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'flask_autoindex.templates.__autoindex__' as an 
> importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'flask_autoindex.templates.__autoindex__' has been automatically added to 
> the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'flask_autoindex.templates.__autoindex__' is 
> included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex/static
> copying flask_autoindex/static/asc.gif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex/static
> copying flask_autoindex/static/autoindex.css -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex/static
> copying flask_autoindex/static/desc.gif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex/static
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex/templates
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex/templates/__autoindex__
> copying flask_autoindex/templates/__autoindex__/autoindex.html -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex/templates/__autoindex__
> copying flask_autoindex/templates/__autoindex__/macros.html -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/flask_autoindex/templates/__autoindex__
> python3 setup.py build_sphinx
> running build_sphinx
> Running Sphinx v5.3.0
> making output directory... done
> building [mo]: all of 0 po files
> building [html]: all source files
> updating environment: [new config] 1 added, 0 changed, 0 removed
> reading sources... [100%] index
> 
> /<<PKGBUILDDIR>>/docs/index.rst:183: ERROR: Unknown directive type 
> "autoclass".
> 
> .. autoclass:: AutoIndex
>    :members:
> /<<PKGBUILDDIR>>/docs/index.rst:189: ERROR: Unknown directive type 
> "autoclass".
> 
> .. autoclass:: Entry
>    :members:
> /<<PKGBUILDDIR>>/docs/index.rst:192: ERROR: Unknown directive type 
> "autoclass".
> 
> .. autoclass:: File
>    :members:
> /<<PKGBUILDDIR>>/docs/index.rst:195: ERROR: Unknown directive type 
> "autoclass".
> 
> .. autoclass:: Directory
>    :members:
> /<<PKGBUILDDIR>>/docs/index.rst:198: ERROR: Unknown directive type 
> "autoclass".
> 
> .. autoclass:: RootDirectory
>    :members:
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [100%] index
> 
> generating indices... genindex py-modindex done
> writing additional pages... search done
> copying images... [ 50%] _static/flask-autoindex.png
> copying images... [100%] _static/example.png
> 
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 5 warnings.
> 
> The HTML pages are in docs/_build/html.
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py test 
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> writing Flask_AutoIndex.egg-info/PKG-INFO
> writing dependency_links to Flask_AutoIndex.egg-info/dependency_links.txt
> writing entry points to Flask_AutoIndex.egg-info/entry_points.txt
> writing requirements to Flask_AutoIndex.egg-info/requires.txt
> writing top-level names to Flask_AutoIndex.egg-info/top_level.txt
> reading manifest file 'Flask_AutoIndex.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'LICENSE'
> warning: no previously-included files matching '*.pyc' found under directory 
> 'tests'
> warning: no files found matching '*.py' under directory 'docs/_themes'
> warning: no files found matching '*.css' under directory 'docs/_themes'
> warning: no files found matching '*.css_t' under directory 'docs/_themes'
> warning: no files found matching '*.conf' under directory 'docs/_themes'
> warning: no files found matching '*.html' under directory 'docs/_themes'
> warning: no files found matching 'LICENSE' under directory 'docs/_themes'
> warning: no files found matching 'README.md' under directory 'docs/_themes'
> writing manifest file 'Flask_AutoIndex.egg-info/SOURCES.txt'
> running build_ext
> test_contain (tests.RootDirectoryTestCase.test_contain) ... ok
> test_get_child_dir (tests.RootDirectoryTestCase.test_get_child_dir) ... ok
> test_get_child_file (tests.RootDirectoryTestCase.test_get_child_file) ... ok
> test_init (tests.RootDirectoryTestCase.test_init) ... ok
> test_root_dir (tests.RootDirectoryTestCase.test_root_dir) ... ok
> test_same_object (tests.RootDirectoryTestCase.test_same_object) ... ok
> test_contain (tests.DirectoryTestCase.test_contain) ... ok
> test_dir (tests.DirectoryTestCase.test_dir) ... ok
> test_get_child_file (tests.DirectoryTestCase.test_get_child_file) ... ok
> test_init (tests.DirectoryTestCase.test_init) ... ok
> test_same_object (tests.DirectoryTestCase.test_same_object) ... ok
> test_file (tests.FileTestCase.test_file) ... ok
> test_init (tests.FileTestCase.test_init) ... ok
> test_properties (tests.FileTestCase.test_properties) ... ok
> test_same_object (tests.FileTestCase.test_same_object) ... ok
> test_autoindex (tests.ApplicationTestCase.test_autoindex) ... ok
> test_builtin_icon_rule (tests.ApplicationTestCase.test_builtin_icon_rule) ... 
> ok
> test_css (tests.ApplicationTestCase.test_css) ... 
> /<<PKGBUILDDIR>>/tests/__init__.py:164: ResourceWarning: unclosed file 
> <_io.BufferedReader 
> name='/<<PKGBUILDDIR>>/flask_autoindex/static/autoindex.css'>
>   rv = get('/__autoindex__/autoindex.css')
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /usr/lib/python3.11/unittest/case.py:579: ResourceWarning: unclosed file 
> <_io.BufferedReader 
> name='/<<PKGBUILDDIR>>/flask_autoindex/static/autoindex.css'>
>   if method() is not None:
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_custom_icon_rule (tests.ApplicationTestCase.test_custom_icon_rule) ... ok
> test_icon (tests.ApplicationTestCase.test_icon) ... 
> /usr/lib/python3.11/unittest/case.py:579: ResourceWarning: unclosed file 
> <_io.BufferedReader 
> name='/usr/lib/python3/dist-packages/flask_silk/icons/page_white.png'>
>   if method() is not None:
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_own_page (tests.ApplicationTestCase.test_own_page) ... FAIL
> test_own_static_file (tests.ApplicationTestCase.test_own_static_file) ... 
> /usr/lib/python3.11/unittest/case.py:579: ResourceWarning: unclosed file 
> <_io.BufferedReader name='/<<PKGBUILDDIR>>/tests/static/helloworld.txt'>
>   if method() is not None:
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_parent_of_root (tests.ApplicationTestCase.test_parent_of_root) ... ok
> test_sort (tests.SortTestCase.test_sort) ... ok
> 
> ======================================================================
> FAIL: test_own_page (tests.ApplicationTestCase.test_own_page)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/__init__.py", line 186, in test_own_page
>     @self.app.route('/test')
>      ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/flask/scaffold.py", line 49, in 
> wrapper_func
>     self._check_setup_finished(f_name)
>   File "/usr/lib/python3/dist-packages/flask/app.py", line 722, in 
> _check_setup_finished
>     raise AssertionError(
> AssertionError: The setup method 'route' can no longer be called on the 
> application. It has already handled its first request, any changes will not 
> be applied consistently.
> Make sure all imports, decorators, functions, etc. needed to set up the 
> application are done before running it.
> 
> ----------------------------------------------------------------------
> Ran 24 tests in 0.180s
> 
> FAILED (failures=1)
> Test failed: <unittest.runner.TextTestResult run=24 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=24 errors=0 
> failures=1>
> E: pybuild pybuild:386: test: plugin distutils failed with: exit code=1: 
> python3.11 setup.py test 
> I: pybuild base:240: python3.10 setup.py test 
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> writing Flask_AutoIndex.egg-info/PKG-INFO
> writing dependency_links to Flask_AutoIndex.egg-info/dependency_links.txt
> writing entry points to Flask_AutoIndex.egg-info/entry_points.txt
> writing requirements to Flask_AutoIndex.egg-info/requires.txt
> writing top-level names to Flask_AutoIndex.egg-info/top_level.txt
> reading manifest file 'Flask_AutoIndex.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'LICENSE'
> warning: no files found matching '*.py' under directory 'docs/_themes'
> warning: no files found matching '*.css' under directory 'docs/_themes'
> warning: no files found matching '*.css_t' under directory 'docs/_themes'
> warning: no files found matching '*.conf' under directory 'docs/_themes'
> warning: no files found matching '*.html' under directory 'docs/_themes'
> warning: no files found matching 'LICENSE' under directory 'docs/_themes'
> warning: no files found matching 'README.md' under directory 'docs/_themes'
> writing manifest file 'Flask_AutoIndex.egg-info/SOURCES.txt'
> running build_ext
> test_contain (tests.RootDirectoryTestCase) ... ok
> test_get_child_dir (tests.RootDirectoryTestCase) ... ok
> test_get_child_file (tests.RootDirectoryTestCase) ... ok
> test_init (tests.RootDirectoryTestCase) ... ok
> test_root_dir (tests.RootDirectoryTestCase) ... ok
> test_same_object (tests.RootDirectoryTestCase) ... ok
> test_contain (tests.DirectoryTestCase) ... ok
> test_dir (tests.DirectoryTestCase) ... ok
> test_get_child_file (tests.DirectoryTestCase) ... ok
> test_init (tests.DirectoryTestCase) ... ok
> test_same_object (tests.DirectoryTestCase) ... ok
> test_file (tests.FileTestCase) ... ok
> test_init (tests.FileTestCase) ... ok
> test_properties (tests.FileTestCase) ... ok
> test_same_object (tests.FileTestCase) ... ok
> test_autoindex (tests.ApplicationTestCase) ... ok
> test_builtin_icon_rule (tests.ApplicationTestCase) ... ok
> test_css (tests.ApplicationTestCase) ... 
> /<<PKGBUILDDIR>>/tests/__init__.py:164: ResourceWarning: unclosed file 
> <_io.BufferedReader 
> name='/<<PKGBUILDDIR>>/flask_autoindex/static/autoindex.css'>
>   rv = get('/__autoindex__/autoindex.css')
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> /usr/lib/python3.10/unittest/case.py:549: ResourceWarning: unclosed file 
> <_io.BufferedReader 
> name='/<<PKGBUILDDIR>>/flask_autoindex/static/autoindex.css'>
>   method()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_custom_icon_rule (tests.ApplicationTestCase) ... ok
> test_icon (tests.ApplicationTestCase) ... 
> /usr/lib/python3.10/unittest/case.py:549: ResourceWarning: unclosed file 
> <_io.BufferedReader 
> name='/usr/lib/python3/dist-packages/flask_silk/icons/page_white.png'>
>   method()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_own_page (tests.ApplicationTestCase) ... FAIL
> test_own_static_file (tests.ApplicationTestCase) ... 
> /usr/lib/python3.10/unittest/case.py:549: ResourceWarning: unclosed file 
> <_io.BufferedReader name='/<<PKGBUILDDIR>>/tests/static/helloworld.txt'>
>   method()
> ResourceWarning: Enable tracemalloc to get the object allocation traceback
> ok
> test_parent_of_root (tests.ApplicationTestCase) ... ok
> test_sort (tests.SortTestCase) ... ok
> 
> ======================================================================
> FAIL: test_own_page (tests.ApplicationTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/__init__.py", line 186, in test_own_page
>     @self.app.route('/test')
>   File "/usr/lib/python3/dist-packages/flask/scaffold.py", line 49, in 
> wrapper_func
>     self._check_setup_finished(f_name)
>   File "/usr/lib/python3/dist-packages/flask/app.py", line 722, in 
> _check_setup_finished
>     raise AssertionError(
> AssertionError: The setup method 'route' can no longer be called on the 
> application. It has already handled its first request, any changes will not 
> be applied consistently.
> Make sure all imports, decorators, functions, etc. needed to set up the 
> application are done before running it.
> 
> ----------------------------------------------------------------------
> Ran 24 tests in 0.175s
> 
> FAILED (failures=1)
> Test failed: <unittest.runner.TextTestResult run=24 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=24 errors=0 
> failures=1>
> E: pybuild pybuild:386: test: plugin distutils failed with: exit code=1: 
> python3.10 setup.py test 
> dh_auto_test: error: pybuild --test -i python{version} -p "3.11 3.10" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/flask-autoindex_0.6.6-2_unstable.log

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

--- End Message ---
--- Begin Message ---
Source: flask-autoindex
Source-Version: 0.6.6-3
Done: Carsten Schoenert <c.schoen...@t-online.de>

We believe that the bug you reported is fixed in the latest version of
flask-autoindex, 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 1026...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carsten Schoenert <c.schoen...@t-online.de> (supplier of updated 
flask-autoindex 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: SHA512

Format: 1.8
Date: Sun, 01 Jan 2023 12:34:34 +0100
Source: flask-autoindex
Architecture: source
Version: 0.6.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Carsten Schoenert <c.schoen...@t-online.de>
Closes: 1026614
Changes:
 flask-autoindex (0.6.6-3) unstable; urgency=medium
 .
   * Team upload.
   [ Debian Janitor ]
   * Update standards version to 4.6.1, no changes needed.
 .
   [ Carsten Schoenert ]
   * d/gbp.conf: Add default config
   * Adding a patch queue
     Added patch:
     tests-Ignore-test_own_page-partially.patch
     This patch is dropping some parts of the test test_own_page(), so no
     real fix of the underlying issue that has no effect to the package
     itself.
     (Closes: #1026614)
   * d/watch: Update to version 4 and git mode on GH
   * d/control: Add BuildProfileSpecs to B-D
   * d/control: Bump Standards-Version to 4.6.2
     No further modifications needed.
   * d/control: Update upstream homepage data
   * d/copyright: Some small updates to upstream data
   * d/u/metadata: Adding project metadata
   * python-flask-autoindex-doc: Use dh_sphinxdoc for build
   * d/README.source: Adding information about source
   * d/control: Mark python-flask-autoindex-doc M-A: foreign
   * debian/*: Running wrap-and-sort -ast
     No further modifications.
   * d/control: Sort binary packages alphabetically
Checksums-Sha1:
 151e4b4a6aba451f93fd0fa2c28114ce0f75fbec 2317 flask-autoindex_0.6.6-3.dsc
 61b7e14dacf634d756cb21994cd8da4d2e324c20 5792 
flask-autoindex_0.6.6-3.debian.tar.xz
 2616664497572812b2e1ee94d5075bfc54cbd3ed 8211 
flask-autoindex_0.6.6-3_amd64.buildinfo
Checksums-Sha256:
 ff02c2507d0726fb78cfea4768a994adf557886ab9d29b99dbd8e28a25a5934d 2317 
flask-autoindex_0.6.6-3.dsc
 093b0d98f73619e86adc4e4f2716660f458aa184c7b462a5cf250ca399d9a247 5792 
flask-autoindex_0.6.6-3.debian.tar.xz
 af644c5f2dde75ce57c6ac21bf045671b6d3a1e21f1f575e15edcfbb29454bf8 8211 
flask-autoindex_0.6.6-3_amd64.buildinfo
Files:
 6fdcd60af67132b976c31aab9d333895 2317 python optional 
flask-autoindex_0.6.6-3.dsc
 27e09a0ca41d0a28e6a82043ff3d6c12 5792 python optional 
flask-autoindex_0.6.6-3.debian.tar.xz
 3f0fb6efe2169558ff83c1caa8b16abd 8211 python optional 
flask-autoindex_0.6.6-3_amd64.buildinfo

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

iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmOxcZ4YHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2wWkUP/1aKu9OhaBsXZoLkhEUczAeK
WqYt7FZjOs2kumTKU2rb9EFMxKwrBzKhJxK6DdVQ/VEmUmR73klHPHnG+TK4yMFL
9e/tAHZN8hT+ccSyLSbTFVb2LQFgLmADE2lXNJNv9cmoitl71xxGY66xlhzMdxF9
3eqqAkTY5BB6CtcQyaAkvkKL9BuPXr/HpS3PzZECV+/d5PxIbc+VsXjXPBq7ml9G
Uv53jsoHRB+MHZvrOxUDwDEDI/susPFFl674OlweArY2pRHEqwAfRw5BTSRiD5L4
wF1+5qdV4JqxeLQu2UexJqg3/YUjwCqfmMNrJwKObXFWUh62KCiuITIWoMPXoz9T
HSz2FZQa8lwMPojtBbNZxQukNVXMq+SgmRIuIxXMeq/jQqF0AekgEYCiqdbVQ2Wc
P0hlDP7ZUcy7PboYvyZxqqi6CiamgunD75kvm6mgYKM6a5Au7EwlbKefwaeNyxY6
4VBt/TFa9Cje49iVXK4VZQhdXTgwmMqCAH5ziMCMYIjXwcuWR+x/jx7a5Jc6aYz0
tBIvcV3AQAZ7GMEbSm+QMFWE8mpLxpdc8D8AOlU/pMjckQ0k015a4ECfU3FX5Dn+
LGk9d5rcjspaWYqDe1MRPtkzC1uA4AVzZG/JsPRWHcywS89mNaDG3LFnsLJupnJl
7AfiOqlkOXirI3VJzV1g
=0aRR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to