Your message dated Tue, 20 Aug 2024 14:49:57 +0000
with message-id <[email protected]>
and subject line Bug#997354: fixed in frozen-flask 1.0.2-1
has caused the Debian Bug report #997354,
regarding frozen-flask: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p 3.9 returned exit code 13
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.)


-- 
997354: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997354
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: frozen-flask
Version: 0.11-3.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
> (level 9 in use)
> I: pybuild base:232: python3.9 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
> I: pybuild base:232: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen
> copying flask_frozen/tests.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen
> copying flask_frozen/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen/test_app
> copying flask_frozen/test_app/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen/test_app
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen/test_app/admin
> copying flask_frozen/test_app/admin/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen/test_app/admin
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen/test_app/static
> copying flask_frozen/test_app/static/style.css -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen/test_app/static
> copying flask_frozen/test_app/static/favicon.ico -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen/test_app/static
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen/test_app/admin/admin_static
> copying flask_frozen/test_app/admin/admin_static/style.css -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen/test_app/admin/admin_static
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen/test_app/admin/templates
> copying flask_frozen/test_app/admin/templates/admin.html -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_frozen-flask/build/flask_frozen/test_app/admin/templates
>    dh_auto_test -O--buildsystem=pybuild
> dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 
> in use)
> I: pybuild base:232: python3.9 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 Frozen_Flask.egg-info/PKG-INFO
> writing dependency_links to Frozen_Flask.egg-info/dependency_links.txt
> writing requirements to Frozen_Flask.egg-info/requires.txt
> writing top-level names to Frozen_Flask.egg-info/top_level.txt
> reading manifest file 'Frozen_Flask.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching 'docs/_build'
> no previously-included directories found matching 'docs/_themes/.git'
> adding license file 'LICENSE'
> writing manifest file 'Frozen_Flask.egg-info/SOURCES.txt'
> running build_ext
> test_all_urls_method (flask_frozen.tests.TestBaseURL) ... FAIL
> test_built_urls (flask_frozen.tests.TestBaseURL) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:172: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   urls = freezer.freeze()
> FAIL
> test_configured_default_mimetype (flask_frozen.tests.TestBaseURL) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:319: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_contents (flask_frozen.tests.TestBaseURL) ... ERROR
> test_default_mimetype (flask_frozen.tests.TestBaseURL) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:304: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_error_on_external_url (flask_frozen.tests.TestBaseURL) ... ok
> test_ignore_pattern (flask_frozen.tests.TestBaseURL) ... FAIL
> test_nothing_else_matters (flask_frozen.tests.TestBaseURL) ... FAIL
> test_something_else_matters (flask_frozen.tests.TestBaseURL) ... FAIL
> test_transitivity (flask_frozen.tests.TestBaseURL) ... ERROR
> test_unknown_extension (flask_frozen.tests.TestBaseURL) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:311: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_warn_on_missing_generator (flask_frozen.tests.TestBaseURL) ... ok
> test_without_app (flask_frozen.tests.TestBaseURL) ... ok
> test_wrong_configured_mimetype (flask_frozen.tests.TestBaseURL) ... FAIL
> test_wrong_default_mimetype (flask_frozen.tests.TestBaseURL) ... FAIL
> test_all_urls_method (flask_frozen.tests.TestFreezer) ... FAIL
> test_built_urls (flask_frozen.tests.TestFreezer) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:172: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   urls = freezer.freeze()
> FAIL
> test_configured_default_mimetype (flask_frozen.tests.TestFreezer) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:319: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_contents (flask_frozen.tests.TestFreezer) ... ERROR
> test_default_mimetype (flask_frozen.tests.TestFreezer) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:304: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_error_on_external_url (flask_frozen.tests.TestFreezer) ... ok
> test_ignore_pattern (flask_frozen.tests.TestFreezer) ... FAIL
> test_nothing_else_matters (flask_frozen.tests.TestFreezer) ... FAIL
> test_something_else_matters (flask_frozen.tests.TestFreezer) ... FAIL
> test_transitivity (flask_frozen.tests.TestFreezer) ... ERROR
> test_unknown_extension (flask_frozen.tests.TestFreezer) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:311: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_warn_on_missing_generator (flask_frozen.tests.TestFreezer) ... ok
> test_without_app (flask_frozen.tests.TestFreezer) ... ok
> test_wrong_configured_mimetype (flask_frozen.tests.TestFreezer) ... FAIL
> test_wrong_default_mimetype (flask_frozen.tests.TestFreezer) ... FAIL
> test_all_urls_method (flask_frozen.tests.TestInitApp) ... FAIL
> test_built_urls (flask_frozen.tests.TestInitApp) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:172: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   urls = freezer.freeze()
> FAIL
> test_configured_default_mimetype (flask_frozen.tests.TestInitApp) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:319: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_contents (flask_frozen.tests.TestInitApp) ... ERROR
> test_default_mimetype (flask_frozen.tests.TestInitApp) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:304: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_error_on_external_url (flask_frozen.tests.TestInitApp) ... ok
> test_ignore_pattern (flask_frozen.tests.TestInitApp) ... FAIL
> test_nothing_else_matters (flask_frozen.tests.TestInitApp) ... FAIL
> test_something_else_matters (flask_frozen.tests.TestInitApp) ... FAIL
> test_transitivity (flask_frozen.tests.TestInitApp) ... ERROR
> test_unknown_extension (flask_frozen.tests.TestInitApp) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:311: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_warn_on_missing_generator (flask_frozen.tests.TestInitApp) ... ok
> test_without_app (flask_frozen.tests.TestInitApp) ... ok
> test_wrong_configured_mimetype (flask_frozen.tests.TestInitApp) ... FAIL
> test_wrong_default_mimetype (flask_frozen.tests.TestInitApp) ... FAIL
> test_all_urls_method (flask_frozen.tests.TestNonexsistentDestination) ... FAIL
> test_built_urls (flask_frozen.tests.TestNonexsistentDestination) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:172: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   urls = freezer.freeze()
> FAIL
> test_configured_default_mimetype 
> (flask_frozen.tests.TestNonexsistentDestination) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:319: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_contents (flask_frozen.tests.TestNonexsistentDestination) ... ERROR
> test_default_mimetype (flask_frozen.tests.TestNonexsistentDestination) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:304: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_error_on_external_url (flask_frozen.tests.TestNonexsistentDestination) 
> ... ok
> test_ignore_pattern (flask_frozen.tests.TestNonexsistentDestination) ... FAIL
> test_nothing_else_matters (flask_frozen.tests.TestNonexsistentDestination) 
> ... FAIL
> test_something_else_matters (flask_frozen.tests.TestNonexsistentDestination) 
> ... FAIL
> test_transitivity (flask_frozen.tests.TestNonexsistentDestination) ... ERROR
> test_unknown_extension (flask_frozen.tests.TestNonexsistentDestination) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:311: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_warn_on_missing_generator 
> (flask_frozen.tests.TestNonexsistentDestination) ... ok
> test_without_app (flask_frozen.tests.TestNonexsistentDestination) ... ok
> test_wrong_configured_mimetype 
> (flask_frozen.tests.TestNonexsistentDestination) ... FAIL
> test_wrong_default_mimetype (flask_frozen.tests.TestNonexsistentDestination) 
> ... FAIL
> test_all_urls_method (flask_frozen.tests.TestRelativeUrlFor) ... FAIL
> test_built_urls (flask_frozen.tests.TestRelativeUrlFor) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:172: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   urls = freezer.freeze()
> FAIL
> test_configured_default_mimetype (flask_frozen.tests.TestRelativeUrlFor) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:319: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_contents (flask_frozen.tests.TestRelativeUrlFor) ... ERROR
> test_default_mimetype (flask_frozen.tests.TestRelativeUrlFor) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:304: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_error_on_external_url (flask_frozen.tests.TestRelativeUrlFor) ... ok
> test_ignore_pattern (flask_frozen.tests.TestRelativeUrlFor) ... FAIL
> test_nothing_else_matters (flask_frozen.tests.TestRelativeUrlFor) ... FAIL
> test_something_else_matters (flask_frozen.tests.TestRelativeUrlFor) ... FAIL
> test_transitivity (flask_frozen.tests.TestRelativeUrlFor) ... ERROR
> test_unknown_extension (flask_frozen.tests.TestRelativeUrlFor) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:311: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_warn_on_missing_generator (flask_frozen.tests.TestRelativeUrlFor) ... ok
> test_without_app (flask_frozen.tests.TestRelativeUrlFor) ... ok
> test_wrong_configured_mimetype (flask_frozen.tests.TestRelativeUrlFor) ... 
> FAIL
> test_wrong_default_mimetype (flask_frozen.tests.TestRelativeUrlFor) ... FAIL
> test_exception (flask_frozen.tests.TestTempDirectory) ... ok
> test_removed (flask_frozen.tests.TestTempDirectory) ... ok
> test_writing (flask_frozen.tests.TestTempDirectory) ... ok
> test_walk_directory (flask_frozen.tests.TestWalkDirectory) ... ok
> test_all_urls_method (flask_frozen.tests.TestWithoutUrlForLog) ... FAIL
> test_built_urls (flask_frozen.tests.TestWithoutUrlForLog) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:172: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   urls = freezer.freeze()
> FAIL
> test_configured_default_mimetype (flask_frozen.tests.TestWithoutUrlForLog) 
> ... /<<PKGBUILDDIR>>/flask_frozen/tests.py:319: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_contents (flask_frozen.tests.TestWithoutUrlForLog) ... ERROR
> test_default_mimetype (flask_frozen.tests.TestWithoutUrlForLog) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:304: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_error_on_external_url (flask_frozen.tests.TestWithoutUrlForLog) ... ok
> test_ignore_pattern (flask_frozen.tests.TestWithoutUrlForLog) ... FAIL
> test_nothing_else_matters (flask_frozen.tests.TestWithoutUrlForLog) ... FAIL
> test_something_else_matters (flask_frozen.tests.TestWithoutUrlForLog) ... FAIL
> test_transitivity (flask_frozen.tests.TestWithoutUrlForLog) ... ERROR
> test_unknown_extension (flask_frozen.tests.TestWithoutUrlForLog) ... 
> /<<PKGBUILDDIR>>/flask_frozen/tests.py:311: MissingURLGeneratorWarning: 
> Nothing frozen for endpoints static. Did you forget an URL generator?
>   freezer.freeze()
> ok
> test_warn_on_missing_generator (flask_frozen.tests.TestWithoutUrlForLog) ... 
> ok
> test_without_app (flask_frozen.tests.TestWithoutUrlForLog) ... ok
> test_wrong_configured_mimetype (flask_frozen.tests.TestWithoutUrlForLog) ... 
> FAIL
> test_wrong_default_mimetype (flask_frozen.tests.TestWithoutUrlForLog) ... FAIL
> 
> ======================================================================
> ERROR: test_contents (flask_frozen.tests.TestBaseURL)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 206, in test_contents
>     content = read_file(filename)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 46, in read_file
>     with open(filename, 'rb') as fd:
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpd6ol3mb9/static/style.css'
> 
> ======================================================================
> ERROR: test_transitivity (flask_frozen.tests.TestBaseURL)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 253, in 
> test_transitivity
>     freezer2.freeze()
>   File "/<<PKGBUILDDIR>>/flask_frozen/__init__.py", line 149, in freeze
>     new_filename = self._build_one(url)
>   File "/<<PKGBUILDDIR>>/flask_frozen/__init__.py", line 262, in _build_one
>     raise ValueError('Unexpected status %r on URL %s' \
> ValueError: Unexpected status '404 NOT FOUND' on URL /static/style.css
> 
> ======================================================================
> ERROR: test_contents (flask_frozen.tests.TestFreezer)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 206, in test_contents
>     content = read_file(filename)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 46, in read_file
>     with open(filename, 'rb') as fd:
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpo9wxa1ol/static/style.css'
> 
> ======================================================================
> ERROR: test_transitivity (flask_frozen.tests.TestFreezer)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 253, in 
> test_transitivity
>     freezer2.freeze()
>   File "/<<PKGBUILDDIR>>/flask_frozen/__init__.py", line 149, in freeze
>     new_filename = self._build_one(url)
>   File "/<<PKGBUILDDIR>>/flask_frozen/__init__.py", line 262, in _build_one
>     raise ValueError('Unexpected status %r on URL %s' \
> ValueError: Unexpected status '404 NOT FOUND' on URL /static/style.css
> 
> ======================================================================
> ERROR: test_contents (flask_frozen.tests.TestInitApp)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 206, in test_contents
>     content = read_file(filename)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 46, in read_file
>     with open(filename, 'rb') as fd:
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpzre374kg/static/style.css'
> 
> ======================================================================
> ERROR: test_transitivity (flask_frozen.tests.TestInitApp)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 253, in 
> test_transitivity
>     freezer2.freeze()
>   File "/<<PKGBUILDDIR>>/flask_frozen/__init__.py", line 149, in freeze
>     new_filename = self._build_one(url)
>   File "/<<PKGBUILDDIR>>/flask_frozen/__init__.py", line 262, in _build_one
>     raise ValueError('Unexpected status %r on URL %s' \
> ValueError: Unexpected status '404 NOT FOUND' on URL /static/style.css
> 
> ======================================================================
> ERROR: test_contents (flask_frozen.tests.TestNonexsistentDestination)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 206, in test_contents
>     content = read_file(filename)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 46, in read_file
>     with open(filename, 'rb') as fd:
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmp8zma29wj/frozen/htdocs/static/style.css'
> 
> ======================================================================
> ERROR: test_transitivity (flask_frozen.tests.TestNonexsistentDestination)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 253, in 
> test_transitivity
>     freezer2.freeze()
>   File "/<<PKGBUILDDIR>>/flask_frozen/__init__.py", line 149, in freeze
>     new_filename = self._build_one(url)
>   File "/<<PKGBUILDDIR>>/flask_frozen/__init__.py", line 262, in _build_one
>     raise ValueError('Unexpected status %r on URL %s' \
> ValueError: Unexpected status '404 NOT FOUND' on URL /static/style.css
> 
> ======================================================================
> ERROR: test_contents (flask_frozen.tests.TestRelativeUrlFor)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 206, in test_contents
>     content = read_file(filename)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 46, in read_file
>     with open(filename, 'rb') as fd:
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpwpn1d4bt/static/style.css'
> 
> ======================================================================
> ERROR: test_transitivity (flask_frozen.tests.TestRelativeUrlFor)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 253, in 
> test_transitivity
>     freezer2.freeze()
>   File "/<<PKGBUILDDIR>>/flask_frozen/__init__.py", line 149, in freeze
>     new_filename = self._build_one(url)
>   File "/<<PKGBUILDDIR>>/flask_frozen/__init__.py", line 262, in _build_one
>     raise ValueError('Unexpected status %r on URL %s' \
> ValueError: Unexpected status '404 NOT FOUND' on URL /static/style.css
> 
> ======================================================================
> ERROR: test_contents (flask_frozen.tests.TestWithoutUrlForLog)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 206, in test_contents
>     content = read_file(filename)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 46, in read_file
>     with open(filename, 'rb') as fd:
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/tmp/tmpll8c56mr/static/style.css'
> 
> ======================================================================
> ERROR: test_transitivity (flask_frozen.tests.TestWithoutUrlForLog)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 253, in 
> test_transitivity
>     freezer2.freeze()
>   File "/<<PKGBUILDDIR>>/flask_frozen/__init__.py", line 149, in freeze
>     new_filename = self._build_one(url)
>   File "/<<PKGBUILDDIR>>/flask_frozen/__init__.py", line 262, in _build_one
>     raise ValueError('Unexpected status %r on URL %s' \
> ValueError: Unexpected status '404 NOT FOUND' on URL /static/style.css
> 
> ======================================================================
> FAIL: test_all_urls_method (flask_frozen.tests.TestBaseURL)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 193, in 
> test_all_urls_method
>     self.assertEqual(sorted(freezer.all_urls()), expected)
> AssertionError: Lists differ: ['/',[122 chars]t', '/where_am_i/'] != 
> ['/',[122 chars]t', '/static/favicon.ico', '/static/style.css', 
> '/where_am_i/']
> 
> First differing element 9:
> '/where_am_i/'
> '/static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 10:
> '/static/style.css'
> 
>   ['/',
>    '/admin/',
>    '/admin/css/style.css',
>    '/favicon.ico',
>    '/page/foo/',
>    '/product_0/',
>    '/product_1/',
>    '/product_2/',
>    '/robots.txt',
> +  '/static/favicon.ico',
> +  '/static/style.css',
>    '/where_am_i/']
> 
> ======================================================================
> FAIL: test_built_urls (flask_frozen.tests.TestBaseURL)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 197, in test_built_urls
>     self.assertEqual(set(urls), set(self.expected_output))
> AssertionError: Items in the second set but not the first:
> '/static/favicon.ico'
> '/static/style.css'
> 
> ======================================================================
> FAIL: test_ignore_pattern (flask_frozen.tests.TestBaseURL)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 216, in 
> test_ignore_pattern
>     self._extra_files(ignore=['extraa'], removed=True)   # Not a match
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_nothing_else_matters (flask_frozen.tests.TestBaseURL)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 210, in 
> test_nothing_else_matters
>     self._extra_files(removed=True)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_something_else_matters (flask_frozen.tests.TestBaseURL)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 213, in 
> test_something_else_matters
>     self._extra_files(remove_extra=False, removed=False)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_wrong_configured_mimetype (flask_frozen.tests.TestBaseURL)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 330, in 
> test_wrong_configured_mimetype
>     self.assertEqual(len(logged_warnings), 1)
> AssertionError: 2 != 1
> 
> ======================================================================
> FAIL: test_wrong_default_mimetype (flask_frozen.tests.TestBaseURL)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 295, in 
> test_wrong_default_mimetype
>     self.assertEqual(len(logged_warnings), 1)
> AssertionError: 2 != 1
> 
> ======================================================================
> FAIL: test_all_urls_method (flask_frozen.tests.TestFreezer)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 193, in 
> test_all_urls_method
>     self.assertEqual(sorted(freezer.all_urls()), expected)
> AssertionError: Lists differ: ['/',[122 chars]t', '/where_am_i/'] != 
> ['/',[122 chars]t', '/static/favicon.ico', '/static/style.css', 
> '/where_am_i/']
> 
> First differing element 9:
> '/where_am_i/'
> '/static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 10:
> '/static/style.css'
> 
>   ['/',
>    '/admin/',
>    '/admin/css/style.css',
>    '/favicon.ico',
>    '/page/foo/',
>    '/product_0/',
>    '/product_1/',
>    '/product_2/',
>    '/robots.txt',
> +  '/static/favicon.ico',
> +  '/static/style.css',
>    '/where_am_i/']
> 
> ======================================================================
> FAIL: test_built_urls (flask_frozen.tests.TestFreezer)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 197, in test_built_urls
>     self.assertEqual(set(urls), set(self.expected_output))
> AssertionError: Items in the second set but not the first:
> '/static/favicon.ico'
> '/static/style.css'
> 
> ======================================================================
> FAIL: test_ignore_pattern (flask_frozen.tests.TestFreezer)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 216, in 
> test_ignore_pattern
>     self._extra_files(ignore=['extraa'], removed=True)   # Not a match
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_nothing_else_matters (flask_frozen.tests.TestFreezer)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 210, in 
> test_nothing_else_matters
>     self._extra_files(removed=True)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_something_else_matters (flask_frozen.tests.TestFreezer)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 213, in 
> test_something_else_matters
>     self._extra_files(remove_extra=False, removed=False)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_wrong_configured_mimetype (flask_frozen.tests.TestFreezer)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 330, in 
> test_wrong_configured_mimetype
>     self.assertEqual(len(logged_warnings), 1)
> AssertionError: 2 != 1
> 
> ======================================================================
> FAIL: test_wrong_default_mimetype (flask_frozen.tests.TestFreezer)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 295, in 
> test_wrong_default_mimetype
>     self.assertEqual(len(logged_warnings), 1)
> AssertionError: 2 != 1
> 
> ======================================================================
> FAIL: test_all_urls_method (flask_frozen.tests.TestInitApp)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 193, in 
> test_all_urls_method
>     self.assertEqual(sorted(freezer.all_urls()), expected)
> AssertionError: Lists differ: ['/',[122 chars]t', '/where_am_i/'] != 
> ['/',[122 chars]t', '/static/favicon.ico', '/static/style.css', 
> '/where_am_i/']
> 
> First differing element 9:
> '/where_am_i/'
> '/static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 10:
> '/static/style.css'
> 
>   ['/',
>    '/admin/',
>    '/admin/css/style.css',
>    '/favicon.ico',
>    '/page/foo/',
>    '/product_0/',
>    '/product_1/',
>    '/product_2/',
>    '/robots.txt',
> +  '/static/favicon.ico',
> +  '/static/style.css',
>    '/where_am_i/']
> 
> ======================================================================
> FAIL: test_built_urls (flask_frozen.tests.TestInitApp)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 197, in test_built_urls
>     self.assertEqual(set(urls), set(self.expected_output))
> AssertionError: Items in the second set but not the first:
> '/static/favicon.ico'
> '/static/style.css'
> 
> ======================================================================
> FAIL: test_ignore_pattern (flask_frozen.tests.TestInitApp)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 216, in 
> test_ignore_pattern
>     self._extra_files(ignore=['extraa'], removed=True)   # Not a match
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_nothing_else_matters (flask_frozen.tests.TestInitApp)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 210, in 
> test_nothing_else_matters
>     self._extra_files(removed=True)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_something_else_matters (flask_frozen.tests.TestInitApp)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 213, in 
> test_something_else_matters
>     self._extra_files(remove_extra=False, removed=False)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_wrong_configured_mimetype (flask_frozen.tests.TestInitApp)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 330, in 
> test_wrong_configured_mimetype
>     self.assertEqual(len(logged_warnings), 1)
> AssertionError: 2 != 1
> 
> ======================================================================
> FAIL: test_wrong_default_mimetype (flask_frozen.tests.TestInitApp)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 295, in 
> test_wrong_default_mimetype
>     self.assertEqual(len(logged_warnings), 1)
> AssertionError: 2 != 1
> 
> ======================================================================
> FAIL: test_all_urls_method (flask_frozen.tests.TestNonexsistentDestination)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 193, in 
> test_all_urls_method
>     self.assertEqual(sorted(freezer.all_urls()), expected)
> AssertionError: Lists differ: ['/',[122 chars]t', '/where_am_i/'] != 
> ['/',[122 chars]t', '/static/favicon.ico', '/static/style.css', 
> '/where_am_i/']
> 
> First differing element 9:
> '/where_am_i/'
> '/static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 10:
> '/static/style.css'
> 
>   ['/',
>    '/admin/',
>    '/admin/css/style.css',
>    '/favicon.ico',
>    '/page/foo/',
>    '/product_0/',
>    '/product_1/',
>    '/product_2/',
>    '/robots.txt',
> +  '/static/favicon.ico',
> +  '/static/style.css',
>    '/where_am_i/']
> 
> ======================================================================
> FAIL: test_built_urls (flask_frozen.tests.TestNonexsistentDestination)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 197, in test_built_urls
>     self.assertEqual(set(urls), set(self.expected_output))
> AssertionError: Items in the second set but not the first:
> '/static/favicon.ico'
> '/static/style.css'
> 
> ======================================================================
> FAIL: test_ignore_pattern (flask_frozen.tests.TestNonexsistentDestination)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 216, in 
> test_ignore_pattern
>     self._extra_files(ignore=['extraa'], removed=True)   # Not a match
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_nothing_else_matters 
> (flask_frozen.tests.TestNonexsistentDestination)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 210, in 
> test_nothing_else_matters
>     self._extra_files(removed=True)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_something_else_matters 
> (flask_frozen.tests.TestNonexsistentDestination)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 213, in 
> test_something_else_matters
>     self._extra_files(remove_extra=False, removed=False)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_wrong_configured_mimetype 
> (flask_frozen.tests.TestNonexsistentDestination)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 330, in 
> test_wrong_configured_mimetype
>     self.assertEqual(len(logged_warnings), 1)
> AssertionError: 2 != 1
> 
> ======================================================================
> FAIL: test_wrong_default_mimetype 
> (flask_frozen.tests.TestNonexsistentDestination)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 295, in 
> test_wrong_default_mimetype
>     self.assertEqual(len(logged_warnings), 1)
> AssertionError: 2 != 1
> 
> ======================================================================
> FAIL: test_all_urls_method (flask_frozen.tests.TestRelativeUrlFor)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 193, in 
> test_all_urls_method
>     self.assertEqual(sorted(freezer.all_urls()), expected)
> AssertionError: Lists differ: ['/',[122 chars]t', '/where_am_i/'] != 
> ['/',[122 chars]t', '/static/favicon.ico', '/static/style.css', 
> '/where_am_i/']
> 
> First differing element 9:
> '/where_am_i/'
> '/static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 10:
> '/static/style.css'
> 
>   ['/',
>    '/admin/',
>    '/admin/css/style.css',
>    '/favicon.ico',
>    '/page/foo/',
>    '/product_0/',
>    '/product_1/',
>    '/product_2/',
>    '/robots.txt',
> +  '/static/favicon.ico',
> +  '/static/style.css',
>    '/where_am_i/']
> 
> ======================================================================
> FAIL: test_built_urls (flask_frozen.tests.TestRelativeUrlFor)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 197, in test_built_urls
>     self.assertEqual(set(urls), set(self.expected_output))
> AssertionError: Items in the second set but not the first:
> '/static/favicon.ico'
> '/static/style.css'
> 
> ======================================================================
> FAIL: test_ignore_pattern (flask_frozen.tests.TestRelativeUrlFor)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 216, in 
> test_ignore_pattern
>     self._extra_files(ignore=['extraa'], removed=True)   # Not a match
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_nothing_else_matters (flask_frozen.tests.TestRelativeUrlFor)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 210, in 
> test_nothing_else_matters
>     self._extra_files(removed=True)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_something_else_matters (flask_frozen.tests.TestRelativeUrlFor)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 213, in 
> test_something_else_matters
>     self._extra_files(remove_extra=False, removed=False)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[308 chars]t', 'where_am_i/index.html'] != 
> ['adm[308 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 14:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 15:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/I løvë Unicode/index.html',
>    'page/foo/index.html',
>    'page/octothorp/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'product_3/index.html',
>    'product_4/index.html',
>    'product_5/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_wrong_configured_mimetype (flask_frozen.tests.TestRelativeUrlFor)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 330, in 
> test_wrong_configured_mimetype
>     self.assertEqual(len(logged_warnings), 1)
> AssertionError: 2 != 1
> 
> ======================================================================
> FAIL: test_wrong_default_mimetype (flask_frozen.tests.TestRelativeUrlFor)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 295, in 
> test_wrong_default_mimetype
>     self.assertEqual(len(logged_warnings), 1)
> AssertionError: 2 != 1
> 
> ======================================================================
> FAIL: test_all_urls_method (flask_frozen.tests.TestWithoutUrlForLog)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 193, in 
> test_all_urls_method
>     self.assertEqual(sorted(freezer.all_urls()), expected)
> AssertionError: Lists differ: ['/',[122 chars]t', '/where_am_i/'] != 
> ['/',[122 chars]t', '/static/favicon.ico', '/static/style.css', 
> '/where_am_i/']
> 
> First differing element 9:
> '/where_am_i/'
> '/static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 10:
> '/static/style.css'
> 
>   ['/',
>    '/admin/',
>    '/admin/css/style.css',
>    '/favicon.ico',
>    '/page/foo/',
>    '/product_0/',
>    '/product_1/',
>    '/product_2/',
>    '/robots.txt',
> +  '/static/favicon.ico',
> +  '/static/style.css',
>    '/where_am_i/']
> 
> ======================================================================
> FAIL: test_built_urls (flask_frozen.tests.TestWithoutUrlForLog)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 197, in test_built_urls
>     self.assertEqual(set(urls), set(self.expected_output))
> AssertionError: Items in the second set but not the first:
> '/static/favicon.ico'
> '/static/style.css'
> 
> ======================================================================
> FAIL: test_ignore_pattern (flask_frozen.tests.TestWithoutUrlForLog)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 216, in 
> test_ignore_pattern
>     self._extra_files(ignore=['extraa'], removed=True)   # Not a match
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[173 chars]t', 'where_am_i/index.html'] != 
> ['adm[173 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 9:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 10:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/foo/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_nothing_else_matters (flask_frozen.tests.TestWithoutUrlForLog)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 210, in 
> test_nothing_else_matters
>     self._extra_files(removed=True)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[173 chars]t', 'where_am_i/index.html'] != 
> ['adm[173 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 9:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 10:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/foo/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_something_else_matters (flask_frozen.tests.TestWithoutUrlForLog)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 213, in 
> test_something_else_matters
>     self._extra_files(remove_extra=False, removed=False)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 227, in _extra_files
>     self.assertFilenamesEqual(walk_directory(dest), expected_files)
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 179, in 
> assertFilenamesEqual
>     self.assertEqual(set1, set2)
> AssertionError: Lists differ: ['adm[173 chars]t', 'where_am_i/index.html'] != 
> ['adm[173 chars]t', 'static/favicon.ico', 'static/style.css', [19 chars]tml']
> 
> First differing element 9:
> 'where_am_i/index.html'
> 'static/favicon.ico'
> 
> Second list contains 2 additional elements.
> First extra element 10:
> 'static/style.css'
> 
>   ['admin/css/style.css',
>    'admin/index.html',
>    'favicon.ico',
>    'index.html',
>    'page/foo/index.html',
>    'product_0/index.html',
>    'product_1/index.html',
>    'product_2/index.html',
>    'robots.txt',
> +  'static/favicon.ico',
> +  'static/style.css',
>    'where_am_i/index.html']
> 
> ======================================================================
> FAIL: test_wrong_configured_mimetype (flask_frozen.tests.TestWithoutUrlForLog)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 330, in 
> test_wrong_configured_mimetype
>     self.assertEqual(len(logged_warnings), 1)
> AssertionError: 2 != 1
> 
> ======================================================================
> FAIL: test_wrong_default_mimetype (flask_frozen.tests.TestWithoutUrlForLog)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/flask_frozen/tests.py", line 295, in 
> test_wrong_default_mimetype
>     self.assertEqual(len(logged_warnings), 1)
> AssertionError: 2 != 1
> 
> ----------------------------------------------------------------------
> Ran 94 tests in 1.501s
> 
> FAILED (failures=42, errors=12)
> Test failed: <unittest.runner.TextTestResult run=94 errors=12 failures=42>
> error: Test failed: <unittest.runner.TextTestResult run=94 errors=12 
> failures=42>
> E: pybuild pybuild:354: test: plugin distutils failed with: exit code=1: 
> python3.9 setup.py test 
> dh_auto_test: error: pybuild --test -i python{version} -p 3.9 returned exit 
> code 13


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/frozen-flask_0.11-3.1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: frozen-flask
Source-Version: 1.0.2-1
Done: Alexandre Detiste <[email protected]>

We believe that the bug you reported is fixed in the latest version of
frozen-flask, 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.
Alexandre Detiste <[email protected]> (supplier of updated frozen-flask 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: Tue, 20 Aug 2024 15:30:27 +0200
Source: frozen-flask
Architecture: source
Version: 1.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 997354 1009968
Changes:
 frozen-flask (1.0.2-1) unstable; urgency=medium
 .
   * Team Upload
   * Import project on Salsa/DPT
   * Fix Vcs to point to packaging git, not upstream git
   * New upstream version 1.0.2 (Closes: #1009968, #997354)
   * Switch to DebHelper 13
   * Tweak d/watch to detect new releases.
   * Update build-deps:
     - python3-setuptools
     + python3-hatchling
     + python3-pytest
     + python3-werkzeug
Checksums-Sha1:
 da7c1979aaa06d293f1b0302493e078cf683d0eb 2145 frozen-flask_1.0.2-1.dsc
 fc185e5099408c8283ea807dd6565959932bd0a5 101832 frozen-flask_1.0.2.orig.tar.gz
 cef559d75a67c0cf79144991f27f1b6c02dd20aa 2660 
frozen-flask_1.0.2-1.debian.tar.xz
 cd88118753e7956732d47a9557e5db18de62323a 7606 
frozen-flask_1.0.2-1_source.buildinfo
Checksums-Sha256:
 9e6f73979bbb57590f90e56a1748b936e2ddad8907f44066da27636964642be9 2145 
frozen-flask_1.0.2-1.dsc
 53a7895b188b7d59eb8d6fcf3fce18e097d8b4a26b6bb665e176add1a1e03aaf 101832 
frozen-flask_1.0.2.orig.tar.gz
 a81071c4e3bd2aa864d520b7de5156f6ee026510c7048e30b95a7492ef0fc280 2660 
frozen-flask_1.0.2-1.debian.tar.xz
 c603484f25cc05c1f6519d2f6952107edd1b2c4ad653d49ac18d9abf9dc6dc34 7606 
frozen-flask_1.0.2-1_source.buildinfo
Files:
 b9a37a3b8753fce8a1fd2f2ed39f4c20 2145 python optional frozen-flask_1.0.2-1.dsc
 8634418a6cee1e4c79c1827652899abe 101832 python optional 
frozen-flask_1.0.2.orig.tar.gz
 ffda26746fba8fc5e5bcd24234c73ac8 2660 python optional 
frozen-flask_1.0.2-1.debian.tar.xz
 98ed2894cf55d8bb1e6dd298d7f3cfe4 7606 python optional 
frozen-flask_1.0.2-1_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmbEpf4RHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBoE7BAArVV8rl6PfUIEkl+H1I+WVAQANQrNl8Xd
IzAzenoMvavjwlW7nyx88HZ+PAd85n3Hi9ycu4J4FYhPRgxMm/QUBQo5bSD6rGUx
ZFuwDk185J+HzZOtUSYw0G910cFPDfL9hqudmNZFvMlKO+x5UqsL0NXzD1hvg3uT
nXDosaIOAJ4JH32F2fdkOc+STA0w+hKNkjxgsZq+Xc6ULRUSmKEEERFoI7M0P+vF
4usUcIRsDSTHQBileikEEP96FqD50rdly5poo7inKnEtYHPGaMia5fvqfGPBNq1y
Qb77bRYeypSvDy2Sj9ysPXnvp3q0R+OVWKaoZ1G8Sc8VMTdoO6meEpYHpICgioDH
7S34UiVRVNQE11DrjIOcJI7HzHLcwdoBaYRuh9esi3xCG9xDfMIjLWg/6/dq/d4d
YjOL8C+qa3lud+EGWK9f+1R7EBIGu5N2+Y7YM81RMpxdxw8la37hzAuGXmfyqGTo
XHF298kjF0uQ3AS86VQbNivhqaKVaRs9JGyZkUgK4vMO1ilkQ145A0q+i9pYEc/D
YrfESVVt01oiH2NqQ+/MICkDCmmtvX5cJRCoScGGZUOUDR6H5/i/9+1ssChj2AwV
GI9RQxxJ/X4miNyy/aCAoazxjUIJ9S9MAMe24esXui1FtWxAwFUZBbLD2RpBM8J2
t3xycA45X1s=
=rBnu
-----END PGP SIGNATURE-----

Attachment: pgpwHpcWz_dJK.pgp
Description: PGP signature


--- End Message ---

Reply via email to