Source: terminator
Version: 2.1.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220716 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>>'
> xvfb-run dh_auto_test
> I: pybuild base:239: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build; 
> python3.10 -m pytest --doctest-modules
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 -- 
> /usr/bin/python3.10
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>, configfile: pytest.ini
> collecting ... collected 28 items / 1 error
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.10/build/terminatorlib/plugins/command_notify.py _
> terminatorlib/plugins/command_notify.py:20: in <module>
>     gi.require_version('Notify', '0.7')
> /usr/lib/python3/dist-packages/gi/__init__.py:129: in require_version
>     raise ValueError('Namespace %s not available for version %s' %
> E   ValueError: Namespace Notify not available for version 0.7
> =============================== warnings summary 
> ===============================
> terminatorlib/ipc.py:10
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/terminatorlib/ipc.py:10: 
> DeprecationWarning: Importing dbus.glib to use the GLib main loop with 
> dbus-python is deprecated.
>   Instead, use this sequence:
>   
>       from dbus.mainloop.glib import DBusGMainLoop
>   
>       DBusGMainLoop(set_as_default=True)
>   
>     import dbus.glib
> 
> terminatorlib/ipc.py:27
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/terminatorlib/ipc.py:27: 
> DeprecationWarning: Gdk.get_display is deprecated
>     DISPLAY = Gdk.get_display().partition('.')[0]
> 
> terminatorlib/terminal.py:305
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/terminatorlib/terminal.py:305: 
> DeprecationWarning: invalid escape sequence '\['
>     hostchars = "-A-Za-z0-9:\[\]"
> 
> terminatorlib/terminal.py:329
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/terminatorlib/terminal.py:329: 
> DeprecationWarning: invalid escape sequence '\.'
>     "(www|ftp)[" + hostchars + "]*\.[" + hostchars +
> 
> terminatorlib/terminal.py:335
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/terminatorlib/terminal.py:335: 
> DeprecationWarning: invalid escape sequence '\.'
>     "[a-zA-Z0-9-]*\.[a-zA-Z0-9][a-zA-Z0-9-]+" +
> 
> terminatorlib/terminal.py:340
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/terminatorlib/terminal.py:340: 
> DeprecationWarning: invalid escape sequence '\^'
>     """news:[-A-Z\^_a-z{|}~!"#$%&'()*+,./0-9;:=?`]+@""" +
> 
> terminatorlib/window.py:60
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/terminatorlib/window.py:60: 
> PyGIDeprecationWarning: GObject.PARAM_READWRITE is deprecated; use 
> GObject.ParamFlags.READWRITE instead
>     GObject.PARAM_READWRITE)
> 
> terminatorlib/plugins/maven.py:35
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/terminatorlib/plugins/maven.py:35:
>  DeprecationWarning: invalid escape sequence '\-'
>     maven_filters['apache_maven_plugin_artifact_id'] = 
> 'maven\-(%(apache_maven_plugin_shortname)s)\-plugin' % maven_filters
> 
> terminatorlib/plugins/maven.py:36
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/terminatorlib/plugins/maven.py:36:
>  DeprecationWarning: invalid escape sequence '\-'
>     maven_filters['codehaus_maven_plugin_artifact_id'] = 
> '(%(codehaus_maven_plugin_shortname)s)\-maven\-plugin' % maven_filters
> 
> terminatorlib/plugins/maven.py:37
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/terminatorlib/plugins/maven.py:37:
>  DeprecationWarning: invalid escape sequence '\.'
>     maven_filters['maven_plugin_version'] = '[a-zA-Z0-9\.-]+'
> 
> terminatorlib/plugins/url_handlers.py:16
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/terminatorlib/plugins/url_handlers.py:16:
>  DeprecationWarning: invalid escape sequence '\s'
>     match = '\\b(lp|LP):?\s?#?[0-9]+(,\s*#?[0-9]+)*\\b'
> 
> terminatorlib/plugins/url_handlers.py:39
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/terminatorlib/plugins/url_handlers.py:39:
>  DeprecationWarning: invalid escape sequence '\+'
>     match = 
> '\\b((lp|LP):%(project)s(/%(series)s)?|(lp|LP):%(group)s/(%(project)s|\+junk)/%(branch)s)\\b'
>  % lpfilters
> 
> tests/test_borg.py:35
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/test_borg.py:35: 
> PytestCollectionWarning: cannot collect test class 'TestBorg' because it has 
> a __init__ constructor (from: .pybuild/cpython3_3.10/build/tests/test_borg.py)
>     class TestBorg(Borg):
> 
> tests/test_borg.py:47
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/test_borg.py:47: 
> PytestCollectionWarning: cannot collect test class 'TestBorg2' because it has 
> a __init__ constructor (from: .pybuild/cpython3_3.10/build/tests/test_borg.py)
>     class TestBorg2(Borg):
> 
> tests/test_signalman.py:39
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/test_signalman.py:39: 
> PytestCollectionWarning: cannot collect test class 'TestWidget' because it 
> has a __init__ constructor (from: 
> .pybuild/cpython3_3.10/build/tests/test_signalman.py)
>     class TestWidget():
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR terminatorlib/plugins/command_notify.py - ValueError: Namespace Notify 
> ...
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection 
> !!!!!!!!!!!!!!!!!!!!
> ======================== 15 warnings, 1 error in 0.48s 
> =========================
> E: pybuild pybuild:369: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build; python3.10 -m pytest 
> --doctest-modules
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.10 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/07/16/terminator_2.1.1-1_unstable.log

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

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

If you reassign this bug to another package, please 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.

Reply via email to