Your message dated Wed, 01 Mar 2023 11:11:54 -0500
with message-id <3f1129bb127265fb60252a05b9c703a72c661986.ca...@debian.org>
and subject line Re: plover: FTBFS: E   AttributeError: module 'collections' 
has no attribute 'Sequence'
has caused the Debian Bug report #1009401,
regarding plover: FTBFS: E   AttributeError: module 'collections' has no 
attribute 'Sequence'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1009401: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009401
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: plover
Version: 4.0.0~dev8~66~g685bd33-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220412 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> python3 -m pytest
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.10.4, pytest-6.2.5, py-1.10.0, pluggy-1.0.0
> rootdir: /<<PKGBUILDDIR>>
> collected 0 items / 19 errors
> 
> ==================================== ERRORS 
> ====================================
> ____________________ ERROR collecting test/test_blackbox.py 
> ____________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> _____________________ ERROR collecting test/test_config.py 
> _____________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> __________________ ERROR collecting test/test_default_dict.py 
> __________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> _____________________ ERROR collecting test/test_engine.py 
> _____________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> ___________________ ERROR collecting test/test_formatting.py 
> ___________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> ___________________ ERROR collecting test/test_json_dict.py 
> ____________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> ___________________ ERROR collecting test/test_key_combo.py 
> ____________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> ____________________ ERROR collecting test/test_keyboard.py 
> ____________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> _____________________ ERROR collecting test/test_keymap.py 
> _____________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> ________________ ERROR collecting test/test_loading_manager.py 
> _________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> ______________________ ERROR collecting test/test_log.py 
> _______________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> ______________________ ERROR collecting test/test_misc.py 
> ______________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> __________________ ERROR collecting test/test_orthography.py 
> ___________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> ____________________ ERROR collecting test/test_passport.py 
> ____________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> __________________ ERROR collecting test/test_rtfcre_dict.py 
> ___________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> _____________________ ERROR collecting test/test_steno.py 
> ______________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> ________________ ERROR collecting test/test_steno_dictionary.py 
> ________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> ____________________ ERROR collecting test/test_stentura.py 
> ____________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> __________________ ERROR collecting test/test_translation.py 
> ___________________
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> <frozen importlib._bootstrap>:1050: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1027: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:688: in _load_unlocked
>     ???
> <frozen importlib._bootstrap_external>:883: in exec_module
>     ???
> <frozen importlib._bootstrap>:241: in _call_with_frames_removed
>     ???
> test/__init__.py:13: in <module>
>     system.setup(DEFAULT_SYSTEM_NAME)
> plover/system/__init__.py:62: in setup
>     system_symbols[symbol] = init(mod)
> plover/system/__init__.py:44: in <lambda>
>     'SUFFIX_KEYS'              : lambda mod: _suffix_keys(mod.SUFFIX_KEYS),
> plover/system/__init__.py:36: in _suffix_keys
>     assert isinstance(keys, collections.Sequence)
> E   AttributeError: module 'collections' has no attribute 'Sequence'
> =============================== warnings summary 
> ===============================
> plover/config.py:270
>   /<<PKGBUILDDIR>>/plover/config.py:270: DeprecationWarning: invalid escape 
> sequence '\d'
>     if re.match('dictionary_file\d*$', name) is not None
> 
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> =========================== short test summary info 
> ============================
> ERROR test/test_blackbox.py - AttributeError: module 'collections' has no 
> att...
> ERROR test/test_config.py - AttributeError: module 'collections' has no 
> attri...
> ERROR test/test_default_dict.py - AttributeError: module 'collections' has 
> no...
> ERROR test/test_engine.py - AttributeError: module 'collections' has no 
> attri...
> ERROR test/test_formatting.py - AttributeError: module 'collections' has no 
> a...
> ERROR test/test_json_dict.py - AttributeError: module 'collections' has no 
> at...
> ERROR test/test_key_combo.py - AttributeError: module 'collections' has no 
> at...
> ERROR test/test_keyboard.py - AttributeError: module 'collections' has no 
> att...
> ERROR test/test_keymap.py - AttributeError: module 'collections' has no 
> attri...
> ERROR test/test_loading_manager.py - AttributeError: module 'collections' 
> has...
> ERROR test/test_log.py - AttributeError: module 'collections' has no 
> attribut...
> ERROR test/test_misc.py - AttributeError: module 'collections' has no 
> attribu...
> ERROR test/test_orthography.py - AttributeError: module 'collections' has no 
> ...
> ERROR test/test_passport.py - AttributeError: module 'collections' has no 
> att...
> ERROR test/test_rtfcre_dict.py - AttributeError: module 'collections' has no 
> ...
> ERROR test/test_steno.py - AttributeError: module 'collections' has no 
> attrib...
> ERROR test/test_steno_dictionary.py - AttributeError: module 'collections' 
> ha...
> ERROR test/test_stentura.py - AttributeError: module 'collections' has no 
> att...
> ERROR test/test_translation.py - AttributeError: module 'collections' has no 
> ...
> !!!!!!!!!!!!!!!!!!! Interrupted: 19 errors during collection 
> !!!!!!!!!!!!!!!!!!!
> ======================== 1 warning, 19 errors in 1.15s 
> =========================
> make[1]: *** [debian/rules:15: override_dh_auto_test] Error 2


The full build log is available from:
http://qa-logs.debian.net/2022/04/12/plover_4.0.0~dev8~66~g685bd33-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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

If you reassign this bug to another package, please 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 ---
Version: 4.0.0~dev10-1

The new version is not affected by this FTBFS issue.

Thanks,
Boyuan Yang

On Tue, 12 Apr 2022 20:43:17 +0200 Lucas Nussbaum <lu...@debian.org> wrote:
> Source: plover
> Version: 4.0.0~dev8~66~g685bd33-2
> Severity: serious
> Justification: FTBFS
> Tags: bookworm sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20220412 ftbfs-bookworm
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
> 
> 
> Relevant part (hopefully):
> > make[1]: Entering directory '/<<PKGBUILDDIR>>'
> > python3 -m pytest
> > ============================= test session starts
==============================
> > platform linux -- Python 3.10.4, pytest-6.2.5, py-1.10.0, pluggy-1.0.0
> > rootdir: /<<PKGBUILDDIR>>
> > collected 0 items / 19 errors
> > 
> > ==================================== ERRORS
====================================
> > ____________________ ERROR collecting test/test_blackbox.py
____________________
> > /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> >     return _bootstrap._gcd_import(name[level:], package, level)
> > <frozen importlib._bootstrap>:1050: in _gcd_import
> >     ???
> > <frozen importlib._bootstrap>:1027: in _find_and_load
> >     ???
> > <frozen importlib._bootstrap>:992: in _find_and_load_unlocked
> >     ???
> > <frozen importlib._bootstrap>:241: in _call_with_frames_removed
> >     ???
> > <frozen importlib._bootstrap>:1050: in _gcd_import
> >     ???
> > <frozen importlib._bootstrap>:1027: in _find_and_load
> >     ???
> > <frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
> >     ???
> > <frozen importlib._bootstrap>:688: in _load_unlocked
> >     ???
> > <frozen importlib._bootstrap_external>:883: in exec_module
> >     ???
> > <frozen importlib._bootstrap>:241: in _call_with_frames_removed
> >     ???
> > test/__init__.py:13: in <module>
> >     system.setup(DEFAULT_SYSTEM_NAME)
> > plover/system/__init__.py:62: in setup
> >     system_symbols[symbol] = init(mod)
> > plover/system/__init__.py:44: in <lambda>
> >     'SUFFIX_KEYS'              : lambda mod:
_suffix_keys(mod.SUFFIX_KEYS),
> > plover/system/__init__.py:36: in _suffix_keys
> >     assert isinstance(keys, collections.Sequence)
> > E   AttributeError: module 'collections' has no attribute 'Sequence'
> > _____________________ ERROR collecting test/test_config.py
_____________________
> > /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> >     return _bootstrap._gcd_import(name[level:], package, level)
> > <frozen importlib._bootstrap>:1050: in _gcd_import
> >     ???

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to