chore(deps): update gnome shell container images to v2025.01.30.0 (#1… #2505
push.yml
on: push
build
/
lint
1m 1s
translations
/
pot
23s
Matrix: build / build
packaging
/
archlinux
2m 13s
packaging
/
archlinux-test-installed
3m 29s
Matrix: test / test
Annotations
10 errors and 26 warnings
tests/test_app.py::TestApp::test_dark_mode[system-prefer-dark]:
tests/test_app.py#L123
[gw0] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python
self = <tests.logsync.LogSyncPlugin object at 0x7fe5dd6a8590>
item = <Function test_dark_mode[system-prefer-dark]>
@pytest.hookimpl(wrapper=True, trylast=True)
def pytest_runtest_setup(self, item):
self.sync_noexcept(f'Beginning of {item.nodeid} setup')
> yield
tests/logsync.py:76:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/fixtures.py:355: in shell_process
bus_name_owner2 = dbusutil.wait_name(dbus_connection, 'org.gtk.MountOperationHandler')
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
connection = <Gio.DBusConnection object at 0x7fe5dd361540 (GDBusConnection at 0x55625eb005e0)>
name = 'org.gtk.MountOperationHandler', timeout = 25000, autostart = False
def wait_name(connection, name, timeout=DEFAULT_LONG_TIMEOUT_MS, autostart=False):
context = GLib.MainContext.new()
loop = GLib.MainLoop.new(context, False)
flags = Gio.BusNameWatcherFlags.NONE
name_owner = None
if autostart:
flags |= Gio.BusNameWatcherFlags.AUTO_START
def appeared(connection, name, owner):
nonlocal name_owner
name_owner = owner
LOGGER.info('Bus name %r appeared on D-Bus: %r', name, owner)
loop.quit()
context.push_thread_default()
try:
LOGGER.info('Waiting for bus name %r', name)
watch_id = Gio.bus_watch_name_on_connection(
connection,
name,
flags,
appeared,
None
)
try:
with glibutil.timeout_cancellable(timeout, context=context) as cancellable:
cancellable.connect(lambda *_: loop.quit())
loop.run()
if cancellable.is_cancelled():
> raise TimeoutError()
E TimeoutError
tests/dbusutil.py:123: TimeoutError
|
tests/test_app.py::TestApp::test_dark_mode[system-prefer-light]:
tests/test_app.py#L123
[gw0] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python
self = <tests.logsync.LogSyncPlugin object at 0x7fe5dd6a8590>
item = <Function test_dark_mode[system-prefer-light]>
@pytest.hookimpl(wrapper=True, trylast=True)
def pytest_runtest_setup(self, item):
self.sync_noexcept(f'Beginning of {item.nodeid} setup')
> yield
tests/logsync.py:76:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/fixtures.py:355: in shell_process
bus_name_owner2 = dbusutil.wait_name(dbus_connection, 'org.gtk.MountOperationHandler')
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
connection = <Gio.DBusConnection object at 0x7fe5dd361540 (GDBusConnection at 0x55625eb005e0)>
name = 'org.gtk.MountOperationHandler', timeout = 25000, autostart = False
def wait_name(connection, name, timeout=DEFAULT_LONG_TIMEOUT_MS, autostart=False):
context = GLib.MainContext.new()
loop = GLib.MainLoop.new(context, False)
flags = Gio.BusNameWatcherFlags.NONE
name_owner = None
if autostart:
flags |= Gio.BusNameWatcherFlags.AUTO_START
def appeared(connection, name, owner):
nonlocal name_owner
name_owner = owner
LOGGER.info('Bus name %r appeared on D-Bus: %r', name, owner)
loop.quit()
context.push_thread_default()
try:
LOGGER.info('Waiting for bus name %r', name)
watch_id = Gio.bus_watch_name_on_connection(
connection,
name,
flags,
appeared,
None
)
try:
with glibutil.timeout_cancellable(timeout, context=context) as cancellable:
cancellable.connect(lambda *_: loop.quit())
loop.run()
if cancellable.is_cancelled():
> raise TimeoutError()
E TimeoutError
tests/dbusutil.py:123: TimeoutError
|
tests/test_app.py::TestApp::test_dark_mode[system-default]:
tests/test_app.py#L123
[gw0] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python
self = <tests.logsync.LogSyncPlugin object at 0x7fe5dd6a8590>
item = <Function test_dark_mode[system-default]>
@pytest.hookimpl(wrapper=True, trylast=True)
def pytest_runtest_setup(self, item):
self.sync_noexcept(f'Beginning of {item.nodeid} setup')
> yield
tests/logsync.py:76:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/fixtures.py:355: in shell_process
bus_name_owner2 = dbusutil.wait_name(dbus_connection, 'org.gtk.MountOperationHandler')
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
connection = <Gio.DBusConnection object at 0x7fe5dd361540 (GDBusConnection at 0x55625eb005e0)>
name = 'org.gtk.MountOperationHandler', timeout = 25000, autostart = False
def wait_name(connection, name, timeout=DEFAULT_LONG_TIMEOUT_MS, autostart=False):
context = GLib.MainContext.new()
loop = GLib.MainLoop.new(context, False)
flags = Gio.BusNameWatcherFlags.NONE
name_owner = None
if autostart:
flags |= Gio.BusNameWatcherFlags.AUTO_START
def appeared(connection, name, owner):
nonlocal name_owner
name_owner = owner
LOGGER.info('Bus name %r appeared on D-Bus: %r', name, owner)
loop.quit()
context.push_thread_default()
try:
LOGGER.info('Waiting for bus name %r', name)
watch_id = Gio.bus_watch_name_on_connection(
connection,
name,
flags,
appeared,
None
)
try:
with glibutil.timeout_cancellable(timeout, context=context) as cancellable:
cancellable.connect(lambda *_: loop.quit())
loop.run()
if cancellable.is_cancelled():
> raise TimeoutError()
E TimeoutError
tests/dbusutil.py:123: TimeoutError
|
tests/test_app.py::TestApp::test_dark_mode[light-prefer-dark]:
tests/test_app.py#L123
[gw0] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python
self = <tests.logsync.LogSyncPlugin object at 0x7fe5dd6a8590>
item = <Function test_dark_mode[light-prefer-dark]>
@pytest.hookimpl(wrapper=True, trylast=True)
def pytest_runtest_setup(self, item):
self.sync_noexcept(f'Beginning of {item.nodeid} setup')
> yield
tests/logsync.py:76:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/fixtures.py:355: in shell_process
bus_name_owner2 = dbusutil.wait_name(dbus_connection, 'org.gtk.MountOperationHandler')
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
connection = <Gio.DBusConnection object at 0x7fe5dd361540 (GDBusConnection at 0x55625eb005e0)>
name = 'org.gtk.MountOperationHandler', timeout = 25000, autostart = False
def wait_name(connection, name, timeout=DEFAULT_LONG_TIMEOUT_MS, autostart=False):
context = GLib.MainContext.new()
loop = GLib.MainLoop.new(context, False)
flags = Gio.BusNameWatcherFlags.NONE
name_owner = None
if autostart:
flags |= Gio.BusNameWatcherFlags.AUTO_START
def appeared(connection, name, owner):
nonlocal name_owner
name_owner = owner
LOGGER.info('Bus name %r appeared on D-Bus: %r', name, owner)
loop.quit()
context.push_thread_default()
try:
LOGGER.info('Waiting for bus name %r', name)
watch_id = Gio.bus_watch_name_on_connection(
connection,
name,
flags,
appeared,
None
)
try:
with glibutil.timeout_cancellable(timeout, context=context) as cancellable:
cancellable.connect(lambda *_: loop.quit())
loop.run()
if cancellable.is_cancelled():
> raise TimeoutError()
E TimeoutError
tests/dbusutil.py:123: TimeoutError
|
tests/test_app.py::TestApp::test_dark_mode[light-prefer-light]:
tests/test_app.py#L123
[gw0] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python
self = <tests.logsync.LogSyncPlugin object at 0x7fe5dd6a8590>
item = <Function test_dark_mode[light-prefer-light]>
@pytest.hookimpl(wrapper=True, trylast=True)
def pytest_runtest_setup(self, item):
self.sync_noexcept(f'Beginning of {item.nodeid} setup')
> yield
tests/logsync.py:76:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/fixtures.py:355: in shell_process
bus_name_owner2 = dbusutil.wait_name(dbus_connection, 'org.gtk.MountOperationHandler')
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
connection = <Gio.DBusConnection object at 0x7fe5dd361540 (GDBusConnection at 0x55625eb005e0)>
name = 'org.gtk.MountOperationHandler', timeout = 25000, autostart = False
def wait_name(connection, name, timeout=DEFAULT_LONG_TIMEOUT_MS, autostart=False):
context = GLib.MainContext.new()
loop = GLib.MainLoop.new(context, False)
flags = Gio.BusNameWatcherFlags.NONE
name_owner = None
if autostart:
flags |= Gio.BusNameWatcherFlags.AUTO_START
def appeared(connection, name, owner):
nonlocal name_owner
name_owner = owner
LOGGER.info('Bus name %r appeared on D-Bus: %r', name, owner)
loop.quit()
context.push_thread_default()
try:
LOGGER.info('Waiting for bus name %r', name)
watch_id = Gio.bus_watch_name_on_connection(
connection,
name,
flags,
appeared,
None
)
try:
with glibutil.timeout_cancellable(timeout, context=context) as cancellable:
cancellable.connect(lambda *_: loop.quit())
loop.run()
if cancellable.is_cancelled():
> raise TimeoutError()
E TimeoutError
tests/dbusutil.py:123: TimeoutError
|
tests/test_app.py::TestApp::test_dark_mode[light-default]:
tests/test_app.py#L123
[gw0] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python
self = <tests.logsync.LogSyncPlugin object at 0x7fe5dd6a8590>
item = <Function test_dark_mode[light-default]>
@pytest.hookimpl(wrapper=True, trylast=True)
def pytest_runtest_setup(self, item):
self.sync_noexcept(f'Beginning of {item.nodeid} setup')
> yield
tests/logsync.py:76:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/fixtures.py:355: in shell_process
bus_name_owner2 = dbusutil.wait_name(dbus_connection, 'org.gtk.MountOperationHandler')
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
connection = <Gio.DBusConnection object at 0x7fe5dd361540 (GDBusConnection at 0x55625eb005e0)>
name = 'org.gtk.MountOperationHandler', timeout = 25000, autostart = False
def wait_name(connection, name, timeout=DEFAULT_LONG_TIMEOUT_MS, autostart=False):
context = GLib.MainContext.new()
loop = GLib.MainLoop.new(context, False)
flags = Gio.BusNameWatcherFlags.NONE
name_owner = None
if autostart:
flags |= Gio.BusNameWatcherFlags.AUTO_START
def appeared(connection, name, owner):
nonlocal name_owner
name_owner = owner
LOGGER.info('Bus name %r appeared on D-Bus: %r', name, owner)
loop.quit()
context.push_thread_default()
try:
LOGGER.info('Waiting for bus name %r', name)
watch_id = Gio.bus_watch_name_on_connection(
connection,
name,
flags,
appeared,
None
)
try:
with glibutil.timeout_cancellable(timeout, context=context) as cancellable:
cancellable.connect(lambda *_: loop.quit())
loop.run()
if cancellable.is_cancelled():
> raise TimeoutError()
E TimeoutError
tests/dbusutil.py:123: TimeoutError
|
tests/test_app.py::TestApp::test_dark_mode[dark-prefer-dark]:
tests/test_app.py#L123
[gw0] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python
self = <tests.logsync.LogSyncPlugin object at 0x7fe5dd6a8590>
item = <Function test_dark_mode[dark-prefer-dark]>
@pytest.hookimpl(wrapper=True, trylast=True)
def pytest_runtest_setup(self, item):
self.sync_noexcept(f'Beginning of {item.nodeid} setup')
> yield
tests/logsync.py:76:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/fixtures.py:355: in shell_process
bus_name_owner2 = dbusutil.wait_name(dbus_connection, 'org.gtk.MountOperationHandler')
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
connection = <Gio.DBusConnection object at 0x7fe5dd361540 (GDBusConnection at 0x55625eb005e0)>
name = 'org.gtk.MountOperationHandler', timeout = 25000, autostart = False
def wait_name(connection, name, timeout=DEFAULT_LONG_TIMEOUT_MS, autostart=False):
context = GLib.MainContext.new()
loop = GLib.MainLoop.new(context, False)
flags = Gio.BusNameWatcherFlags.NONE
name_owner = None
if autostart:
flags |= Gio.BusNameWatcherFlags.AUTO_START
def appeared(connection, name, owner):
nonlocal name_owner
name_owner = owner
LOGGER.info('Bus name %r appeared on D-Bus: %r', name, owner)
loop.quit()
context.push_thread_default()
try:
LOGGER.info('Waiting for bus name %r', name)
watch_id = Gio.bus_watch_name_on_connection(
connection,
name,
flags,
appeared,
None
)
try:
with glibutil.timeout_cancellable(timeout, context=context) as cancellable:
cancellable.connect(lambda *_: loop.quit())
loop.run()
if cancellable.is_cancelled():
> raise TimeoutError()
E TimeoutError
tests/dbusutil.py:123: TimeoutError
|
tests/test_app.py::TestApp::test_dark_mode[dark-prefer-light]:
tests/test_app.py#L123
[gw0] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python
self = <tests.logsync.LogSyncPlugin object at 0x7fe5dd6a8590>
item = <Function test_dark_mode[dark-prefer-light]>
@pytest.hookimpl(wrapper=True, trylast=True)
def pytest_runtest_setup(self, item):
self.sync_noexcept(f'Beginning of {item.nodeid} setup')
> yield
tests/logsync.py:76:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/fixtures.py:355: in shell_process
bus_name_owner2 = dbusutil.wait_name(dbus_connection, 'org.gtk.MountOperationHandler')
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
connection = <Gio.DBusConnection object at 0x7fe5dd361540 (GDBusConnection at 0x55625eb005e0)>
name = 'org.gtk.MountOperationHandler', timeout = 25000, autostart = False
def wait_name(connection, name, timeout=DEFAULT_LONG_TIMEOUT_MS, autostart=False):
context = GLib.MainContext.new()
loop = GLib.MainLoop.new(context, False)
flags = Gio.BusNameWatcherFlags.NONE
name_owner = None
if autostart:
flags |= Gio.BusNameWatcherFlags.AUTO_START
def appeared(connection, name, owner):
nonlocal name_owner
name_owner = owner
LOGGER.info('Bus name %r appeared on D-Bus: %r', name, owner)
loop.quit()
context.push_thread_default()
try:
LOGGER.info('Waiting for bus name %r', name)
watch_id = Gio.bus_watch_name_on_connection(
connection,
name,
flags,
appeared,
None
)
try:
with glibutil.timeout_cancellable(timeout, context=context) as cancellable:
cancellable.connect(lambda *_: loop.quit())
loop.run()
if cancellable.is_cancelled():
> raise TimeoutError()
E TimeoutError
tests/dbusutil.py:123: TimeoutError
|
tests/test_app.py::TestApp::test_dark_mode[dark-default]:
tests/test_app.py#L123
[gw0] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python
self = <tests.logsync.LogSyncPlugin object at 0x7fe5dd6a8590>
item = <Function test_dark_mode[dark-default]>
@pytest.hookimpl(wrapper=True, trylast=True)
def pytest_runtest_setup(self, item):
self.sync_noexcept(f'Beginning of {item.nodeid} setup')
> yield
tests/logsync.py:76:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/fixtures.py:355: in shell_process
bus_name_owner2 = dbusutil.wait_name(dbus_connection, 'org.gtk.MountOperationHandler')
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
connection = <Gio.DBusConnection object at 0x7fe5dd361540 (GDBusConnection at 0x55625eb005e0)>
name = 'org.gtk.MountOperationHandler', timeout = 25000, autostart = False
def wait_name(connection, name, timeout=DEFAULT_LONG_TIMEOUT_MS, autostart=False):
context = GLib.MainContext.new()
loop = GLib.MainLoop.new(context, False)
flags = Gio.BusNameWatcherFlags.NONE
name_owner = None
if autostart:
flags |= Gio.BusNameWatcherFlags.AUTO_START
def appeared(connection, name, owner):
nonlocal name_owner
name_owner = owner
LOGGER.info('Bus name %r appeared on D-Bus: %r', name, owner)
loop.quit()
context.push_thread_default()
try:
LOGGER.info('Waiting for bus name %r', name)
watch_id = Gio.bus_watch_name_on_connection(
connection,
name,
flags,
appeared,
None
)
try:
with glibutil.timeout_cancellable(timeout, context=context) as cancellable:
cancellable.connect(lambda *_: loop.quit())
loop.run()
if cancellable.is_cancelled():
> raise TimeoutError()
E TimeoutError
tests/dbusutil.py:123: TimeoutError
|
tests/test_app.py::TestApp::test_wl_clipboard[True-True]:
tests/test_app.py#L161
[gw0] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python
self = <tests.logsync.LogSyncPlugin object at 0x7fe5dd6a8590>
item = <Function test_wl_clipboard[True-True]>
@pytest.hookimpl(wrapper=True, trylast=True)
def pytest_runtest_setup(self, item):
self.sync_noexcept(f'Beginning of {item.nodeid} setup')
> yield
tests/logsync.py:76:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/fixtures.py:355: in shell_process
bus_name_owner2 = dbusutil.wait_name(dbus_connection, 'org.gtk.MountOperationHandler')
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
connection = <Gio.DBusConnection object at 0x7fe5dd361540 (GDBusConnection at 0x55625eb005e0)>
name = 'org.gtk.MountOperationHandler', timeout = 25000, autostart = False
def wait_name(connection, name, timeout=DEFAULT_LONG_TIMEOUT_MS, autostart=False):
context = GLib.MainContext.new()
loop = GLib.MainLoop.new(context, False)
flags = Gio.BusNameWatcherFlags.NONE
name_owner = None
if autostart:
flags |= Gio.BusNameWatcherFlags.AUTO_START
def appeared(connection, name, owner):
nonlocal name_owner
name_owner = owner
LOGGER.info('Bus name %r appeared on D-Bus: %r', name, owner)
loop.quit()
context.push_thread_default()
try:
LOGGER.info('Waiting for bus name %r', name)
watch_id = Gio.bus_watch_name_on_connection(
connection,
name,
flags,
appeared,
None
)
try:
with glibutil.timeout_cancellable(timeout, context=context) as cancellable:
cancellable.connect(lambda *_: loop.quit())
loop.run()
if cancellable.is_cancelled():
> raise TimeoutError()
E TimeoutError
tests/dbusutil.py:123: TimeoutError
|
tests/test_app.py::TestApp::test_dark_mode[system-prefer-dark]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: gnome-shell[56]: Error: Requiring GLibUnix, version 2.0: Typelib file for namespace 'GLibUnix', version '2.0' not found
Stack trace:
require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28
try_require@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/compat.js:17:16
@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/sd_journal.js:10:58
@resource:///org/gnome/shell/ui/init.js:21:20
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_app.py::TestApp::test_dark_mode[system-prefer-dark]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: gnome-shell[56]: GLib.unix_set_fd_nonblocking has been moved to a separate platform-specific library. Please update your code to use GLibUnix.set_fd_nonblocking instead.
0 <TOP LEVEL> ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/sd_journal.js":11:28]
1 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20]
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.CONNECTOR-0-0-0-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: gnome-shell[56]: Error: Requiring GLibUnix, version 2.0: Typelib file for namespace 'GLibUnix', version '2.0' not found
Stack trace:
require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28
try_require@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/compat.js:17:16
@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/sd_journal.js:10:58
@resource:///org/gnome/shell/ui/init.js:21:20
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.CONNECTOR-0-0-0-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: gnome-shell[56]: GLib.unix_set_fd_nonblocking has been moved to a separate platform-specific library. Please update your code to use GLibUnix.set_fd_nonblocking instead.
0 <TOP LEVEL> ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/sd_journal.js":11:28]
1 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20]
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestX11::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.PRIMARY-0-0--1-1.0-0-displayconfig.LayoutMode.PHYSICAL-AnimationMode.GLOBAL_DISABLE-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-MONITOR_DISABLED]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: gnome-shell[371]: Error: Requiring GLibUnix, version 2.0: Typelib file for namespace 'GLibUnix', version '2.0' not found
Stack trace:
require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28
try_require@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/compat.js:17:16
@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/sd_journal.js:10:58
@resource:///org/gnome/shell/ui/init.js:21:20
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestX11::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.PRIMARY-0-0--1-1.0-0-displayconfig.LayoutMode.PHYSICAL-AnimationMode.GLOBAL_DISABLE-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-MONITOR_DISABLED]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: gnome-shell[371]: GLib.unix_set_fd_nonblocking has been moved to a separate platform-specific library. Please update your code to use GLibUnix.set_fd_nonblocking instead.
0 <TOP LEVEL> ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/sd_journal.js":11:28]
1 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20]
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestWayland::test_show[WindowPosition.RIGHT-0.714-True-WindowMonitor.CURRENT-0-0--1-1.25-0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-False-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-MONITOR_DISABLED]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: gnome-shell[475]: Error: Requiring GLibUnix, version 2.0: Typelib file for namespace 'GLibUnix', version '2.0' not found
Stack trace:
require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28
try_require@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/compat.js:17:16
@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/sd_journal.js:10:58
@resource:///org/gnome/shell/ui/init.js:21:20
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestWayland::test_show[WindowPosition.RIGHT-0.714-True-WindowMonitor.CURRENT-0-0--1-1.25-0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-False-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-MONITOR_DISABLED]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: gnome-shell[475]: GLib.unix_set_fd_nonblocking has been moved to a separate platform-specific library. Please update your code to use GLibUnix.set_fd_nonblocking instead.
0 <TOP LEVEL> ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/sd_journal.js":11:28]
1 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20]
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.BOTTOM-0.8-False-WindowMonitor.PRIMARY-1-0--1-1.0-1.25-displayconfig.LayoutMode.LOGICAL-AnimationMode.GNOME_DEFAULT-True-False-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: gnome-shell[797]: Error: Requiring GLibUnix, version 2.0: Typelib file for namespace 'GLibUnix', version '2.0' not found
Stack trace:
require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28
try_require@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/compat.js:17:16
@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/sd_journal.js:10:58
@resource:///org/gnome/shell/ui/init.js:21:20
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.BOTTOM-0.8-False-WindowMonitor.PRIMARY-1-0--1-1.0-1.25-displayconfig.LayoutMode.LOGICAL-AnimationMode.GNOME_DEFAULT-True-False-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: gnome-shell[797]: GLib.unix_set_fd_nonblocking has been moved to a separate platform-specific library. Please update your code to use GLibUnix.set_fd_nonblocking instead.
0 <TOP LEVEL> ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/sd_journal.js":11:28]
1 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20]
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.TOP-1.0-False-WindowMonitor.CONNECTOR-0-0-0-1.502347469329834-2.0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-False-True-False-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/test_wm.py#L199
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/test_wm.py:198: UserWarning: Wait for next frame timed out. Happens on XWayland.
warnings.warn('Wait for next frame timed out. Happens on XWayland.')
|
tests/test_app.py::TestApp::test_dark_mode[system-prefer-dark]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead.
0 _init() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":211:51]
1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":188:3]
2 DDTermWaylandSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":281:3]
3 _create_subprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/service.js":152:19]
4 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/service.js":202:44]
5 ensure_running() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/appcontrol.js":143:29]
6 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/appcontrol.js":209:19]
7 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":130:61]
8 handle_dbus_method_call_async() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":29:24]
9 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":130:37]
10 _handleMethodCall() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":373:34]
11 _wrapJSObject/<() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":408:33]
12 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19]
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.CONNECTOR-0-0-0-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead.
0 _init() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":211:51]
1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":188:3]
2 _create_subprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/service.js":154:19]
3 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/service.js":202:44]
4 ensure_running() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/appcontrol.js":143:29]
5 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/appcontrol.js":209:19]
6 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":130:61]
7 handle_dbus_method_call_async() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":29:24]
8 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":130:37]
9 _handleMethodCall() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":373:34]
10 _wrapJSObject/<() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":408:33]
11 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19]
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestX11::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.PRIMARY-0-0--1-1.0-0-displayconfig.LayoutMode.PHYSICAL-AnimationMode.GLOBAL_DISABLE-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-MONITOR_DISABLED]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead.
0 _init() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":211:51]
1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":188:3]
2 _create_subprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/service.js":154:19]
3 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/service.js":202:44]
4 ensure_running() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/appcontrol.js":143:29]
5 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/appcontrol.js":209:19]
6 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":130:61]
7 handle_dbus_method_call_async() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":29:24]
8 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":130:37]
9 _handleMethodCall() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":373:34]
10 _wrapJSObject/<() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":408:33]
11 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19]
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestWayland::test_show[WindowPosition.RIGHT-0.714-True-WindowMonitor.CURRENT-0-0--1-1.25-0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-False-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-MONITOR_DISABLED]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead.
0 _init() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":211:51]
1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":188:3]
2 DDTermWaylandSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":281:3]
3 _create_subprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/service.js":152:19]
4 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/service.js":202:44]
5 ensure_running() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/appcontrol.js":143:29]
6 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/appcontrol.js":209:19]
7 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":130:61]
8 handle_dbus_method_call_async() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":29:24]
9 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":130:37]
10 _handleMethodCall() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":373:34]
11 _wrapJSObject/<() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":408:33]
12 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19]
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.BOTTOM-0.8-False-WindowMonitor.PRIMARY-1-0--1-1.0-1.25-displayconfig.LayoutMode.LOGICAL-AnimationMode.GNOME_DEFAULT-True-False-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/fixtures.py#L546
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/fixtures.py:545: UserWarning: Ignored known issue: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead.
0 _init() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":211:51]
1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":188:3]
2 DDTermWaylandSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/subprocess.js":281:3]
3 _create_subprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/service.js":152:19]
4 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/service.js":202:44]
5 ensure_running() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/appcontrol.js":143:29]
6 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/appcontrol.js":209:19]
7 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":130:61]
8 handle_dbus_method_call_async() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":29:24]
9 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/[email protected]/ddterm/shell/dbusapi.js":130:37]
10 _handleMethodCall() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":373:34]
11 _wrapJSObject/<() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":408:33]
12 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19]
warnings.warn(f'Ignored known issue: {message}')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.BOTTOM-0.714-True-WindowMonitor.PRIMARY-1-0--1-1.0-1.748633861541748-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-False-True-GdkBackend.X11-displayconfig.Transform.ROTATE_90-displayconfig.Transform.ROTATE_90]:
tests/test_wm.py#L199
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/test_wm.py:198: UserWarning: Wait for next frame timed out. Happens on XWayland.
warnings.warn('Wait for next frame timed out. Happens on XWayland.')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.CONNECTOR-0-0-0-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/test_wm.py#L199
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/test_wm.py:198: UserWarning: Wait for next frame timed out. Happens on XWayland.
warnings.warn('Wait for next frame timed out. Happens on XWayland.')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.8-True-WindowMonitor.CONNECTOR-0-0-0-1.748633861541748-2.0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-False-True-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/test_wm.py#L199
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/test_wm.py:198: UserWarning: Wait for next frame timed out. Happens on XWayland.
warnings.warn('Wait for next frame timed out. Happens on XWayland.')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.LEFT-0.913-True-WindowMonitor.CURRENT-1-1--1-1.748633861541748-1.0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DISABLE-False-False-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/test_wm.py#L199
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/test_wm.py:198: UserWarning: Wait for next frame timed out. Happens on XWayland.
warnings.warn('Wait for next frame timed out. Happens on XWayland.')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.714-True-WindowMonitor.CURRENT-1-1--1-1.748633861541748-1.25-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DISABLE-True-False-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/test_wm.py#L199
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/test_wm.py:198: UserWarning: Wait for next frame timed out. Happens on XWayland.
warnings.warn('Wait for next frame timed out. Happens on XWayland.')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.CURRENT-1-1--1-1.748633861541748-1.748633861541748-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DISABLE-False-False-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/test_wm.py#L199
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/test_wm.py:198: UserWarning: Wait for next frame timed out. Happens on XWayland.
warnings.warn('Wait for next frame timed out. Happens on XWayland.')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_mouse_resize[GdkBackend.WAYLAND-2.0-1.25-displayconfig.LayoutMode.LOGICAL-WindowPosition.BOTTOM-0.6-0.714-False-WindowMonitor.CURRENT-1-1--1-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/test_wm.py#L199
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/test_wm.py:198: UserWarning: Wait for next frame timed out. Happens on XWayland.
warnings.warn('Wait for next frame timed out. Happens on XWayland.')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_resize_maximize_unmaximize[WindowPosition.TOP-0.913-1.0-WindowMonitor.CONNECTOR-0-1-0-2.0-1.502347469329834-displayconfig.LayoutMode.LOGICAL-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/test_wm.py#L199
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/test_wm.py:198: UserWarning: Wait for next frame timed out. Happens on XWayland.
warnings.warn('Wait for next frame timed out. Happens on XWayland.')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.714-True-WindowMonitor.CONNECTOR-0-1-0-1.25-1.502347469329834-displayconfig.LayoutMode.LOGICAL-AnimationMode.GLOBAL_DISABLE-True-False-False-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/test_wm.py#L199
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/test_wm.py:198: UserWarning: Wait for next frame timed out. Happens on XWayland.
warnings.warn('Wait for next frame timed out. Happens on XWayland.')
|
tests/test_wm.py::TestWaylandTwoMonitors::test_mouse_resize[GdkBackend.X11-1.0-2.0-displayconfig.LayoutMode.PHYSICAL-WindowPosition.BOTTOM-0.6-0.8-False-WindowMonitor.CURRENT-0-0--1-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]:
tests/test_wm.py#L199
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/tests/test_wm.py:198: UserWarning: Wait for next frame timed out. Happens on XWayland.
warnings.warn('Wait for next frame timed out. Happens on XWayland.')
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
alpine-3.18-reports
|
2.75 MB |
|
alpine-3.19-reports
|
2.73 MB |
|
alpine-3.20-reports
|
2.71 MB |
|
alpine-3.21-reports
|
2.69 MB |
|
archlinux-package
|
133 KB |
|
archlinux-reports
|
2.57 MB |
|
debian-12-reports
|
2.55 MB |
|
fedora-40-reports
|
2.59 MB |
|
fedora-41-reports
|
2.57 MB |
|
opensuse-leap-15.6-reports
|
2.52 MB |
|
opensuse-tumbleweed-reports
|
2.57 MB |
|
pack
|
242 KB |
|
pack-legacy
|
249 KB |
|
ubuntu-22.04-reports
|
2.62 MB |
|
ubuntu-24.04-reports
|
2.72 MB |
|
ubuntu-24.10-reports
|
2.84 MB |
|