--- 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 ---