Skip to content

tests: expect correct window geometry after one frame #2365

tests: expect correct window geometry after one frame

tests: expect correct window geometry after one frame #2365

Triggered via push January 3, 2025 04:25
Status Failure
Total duration 8m 14s
Artifacts 16

push.yml

on: push
Matrix: build / build
test  /  configure
2s
test / configure
Matrix: test / test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 25 warnings
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]: test_wm.py#L461
[gw0] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python self = <test.test_wm.TestWaylandTwoMonitors object at 0x7f474009d4a0> unmaximized_rect = Rect(x=367, y=0, width=913, height=768) expected_rect = Rect(x=0, y=0, width=1280, height=768), monitor_scale = 1.25 window_maximize = True, window_above = True, expected_above_all_windows = True window_skip_taskbar = False, expected_show_transitions = set() expected_hide_transitions = set(), max_size_allocations = 1 max_window_rect_changes = 1 app_debug_dbus_interface = Proxy(g_name='com.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug') extension_dbus_interface = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/Extensions/ddterm', g_interface_name='com.github.amezin.ddterm.Extension') extension_test_hook = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/Extensions/ddterm/TestHook', g_interface_name='com.github.amezin.ddterm.TestHook') shell_test_hook = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/TestHook', g_interface_name='org.gnome.Shell.TestHook') wait_idle = functools.partial(<function wait_idle at 0x7f474065e160>, shell_test_hook=Proxy(g_name='org.gnome.Shell', g_object_pat...m.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug')) wait_frame = functools.partial(<function wait_frame at 0x7f474065e020>, shell_test_hook=Proxy(g_name='org.gnome.Shell', g_object_pa...m.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug')) gdk_backend = <GdkBackend.WAYLAND: 'wayland'> def test_show( self, unmaximized_rect, expected_rect, monitor_scale, window_maximize, window_above, expected_above_all_windows, window_skip_taskbar, expected_show_transitions, expected_hide_transitions, max_size_allocations, max_window_rect_changes, app_debug_dbus_interface, extension_dbus_interface, extension_test_hook, shell_test_hook, wait_idle, wait_frame, gdk_backend, ): extension_dbus_interface.Activate(timeout=dbusutil.DEFAULT_LONG_TIMEOUT_MS) glibutil.dispatch_pending_sources() assert extension_test_hook.HasWindow assert unmaximized_rect == extension_dbus_interface.TargetRect assert extension_test_hook.ClientType == gdk_backend assert monitor_scale == extension_dbus_interface.TargetMonitorScale extension_test_hook.wait_property('RenderedFirstFrame', True) wait_frame() > assert extension_test_hook.WindowRect == expected_rect E AssertionError: assert Rect(x=0, y=0, width=913, height=768) == Rect(x=0, y=0, width=1280, height=768) E E Matching attributes: E ['x', 'y', 'height'] E Differing attributes: E ['width'] E E Drill down into differing attribute width: E width: 913 != 1280 E E Full diff: E - Rect(x=0, y=0, width=1280, height=768) E ? ^^^ E + Rect(x=0, y=0, width=913, height=768) E ? + ^ test/test_wm.py:493: AssertionError
test / test (alpine-3.19, esm)
Process completed with exit code 1.
test_wm.py::TestWayland::test_mouse_resize[GdkBackend.WAYLAND-1.0-0-displayconfig.LayoutMode.PHYSICAL-WindowPosition.RIGHT-0.913-0.714-False-WindowMonitor.CURRENT-0-0--1-displayconfig.Transform.NORMAL-MONITOR_DISABLED]: test_wm.py#L612
[gw0] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python self = <test.test_wm.TestWayland object at 0x7fc1381272a0> unmaximized_rect = Rect(x=140, y=32, width=1460, height=928) expected_rect = Rect(x=140, y=32, width=1460, height=928) workarea = Rect(x=0, y=32, width=1600, height=928), window_size = 0.913 window_size2 = 0.714, window_position = <WindowPosition.RIGHT: 'right'> monitor_scale = 1.0 extension_dbus_interface = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/Extensions/ddterm', g_interface_name='com.github.amezin.ddterm.Extension') extension_test_hook = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/Extensions/ddterm/TestHook', g_interface_name='com.github.amezin.ddterm.TestHook') shell_test_hook = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/TestHook', g_interface_name='org.gnome.Shell.TestHook') wait_idle = functools.partial(<function wait_idle at 0x7fc138752200>, shell_test_hook=Proxy(g_name='org.gnome.Shell', g_object_pat...m.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug')) gdk_backend = <GdkBackend.WAYLAND: 'wayland'> @pytest.mark.usefixtures('disable_animations') def test_mouse_resize( self, unmaximized_rect, expected_rect, workarea, window_size, window_size2, window_position, monitor_scale, extension_dbus_interface, extension_test_hook, shell_test_hook, wait_idle, gdk_backend, ): extension_dbus_interface.Activate(timeout=dbusutil.DEFAULT_LONG_TIMEOUT_MS) glibutil.dispatch_pending_sources() assert extension_test_hook.HasWindow assert unmaximized_rect == extension_dbus_interface.TargetRect assert extension_test_hook.ClientType == gdk_backend assert monitor_scale == extension_dbus_interface.TargetMonitorScale extension_test_hook.wait_property('RenderedFirstFrame', True) wait_idle() assert extension_test_hook.WindowRect == expected_rect assert not extension_test_hook.seen_transitions assert shell_test_hook.FocusApp == 'com.github.amezin.ddterm' start = resize_point(expected_rect, window_position) expected_rect2 = compute_target_rect( window_size=window_size2, window_position=window_position, workarea=workarea, round_to=int(monitor_scale) ) end = resize_point(expected_rect2, window_position) shell_test_hook.SetPointer(*start) try: shell_test_hook.MouseDown() wait_idle() assert extension_test_hook.WindowRect == expected_rect shell_test_hook.SetPointer(*end) wait_idle() > assert extension_test_hook.WindowRect == expected_rect2 E AssertionError: assert Rect(x=140, y=32, width=1460, height=928) == Rect(x=458, y=32, width=1142, height=928) E E Matching attributes: E ['y', 'height'] E Differing attributes: E ['x', 'width'] E E Drill down into differing attribute x: E x: 140 != 458 E E Drill down into differing attribute width: E width: 1460 != 1142 E E Full diff: E - Rect(x=458, y=32, width=1142, height=928) E ? ^^ - ^ E + Rect(x=140, y=32, width=1460, height=928) E ? + ^ ^^ test/test_wm.py:667: AssertionError
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]: test_wm.py#L461
[gw1] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python self = <test.test_wm.TestWaylandTwoMonitors object at 0x7fdce2bc9810> unmaximized_rect = Rect(x=213, y=32, width=852, height=607) expected_rect = Rect(x=213, y=32, width=852, height=607) monitor_scale = 1.502347469329834, window_maximize = False, window_above = True expected_above_all_windows = True, window_skip_taskbar = True expected_show_transitions = set() expected_hide_transitions = {'opacity', 'scale-x'}, max_size_allocations = 1 max_window_rect_changes = 1 app_debug_dbus_interface = Proxy(g_name='com.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug') extension_dbus_interface = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/Extensions/ddterm', g_interface_name='com.github.amezin.ddterm.Extension') extension_test_hook = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/Extensions/ddterm/TestHook', g_interface_name='com.github.amezin.ddterm.TestHook') shell_test_hook = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/TestHook', g_interface_name='org.gnome.Shell.TestHook') wait_idle = functools.partial(<function wait_idle at 0x7fdce2d31b20>, shell_test_hook=Proxy(g_name='org.gnome.Shell', g_object_pat...m.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug')) wait_frame = functools.partial(<function wait_frame at 0x7fdce2d319e0>, shell_test_hook=Proxy(g_name='org.gnome.Shell', g_object_pa...m.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug')) gdk_backend = <GdkBackend.X11: 'x11'> def test_show( self, unmaximized_rect, expected_rect, monitor_scale, window_maximize, window_above, expected_above_all_windows, window_skip_taskbar, expected_show_transitions, expected_hide_transitions, max_size_allocations, max_window_rect_changes, app_debug_dbus_interface, extension_dbus_interface, extension_test_hook, shell_test_hook, wait_idle, wait_frame, gdk_backend, ): extension_dbus_interface.Activate(timeout=dbusutil.DEFAULT_LONG_TIMEOUT_MS) glibutil.dispatch_pending_sources() assert extension_test_hook.HasWindow assert unmaximized_rect == extension_dbus_interface.TargetRect assert extension_test_hook.ClientType == gdk_backend assert monitor_scale == extension_dbus_interface.TargetMonitorScale extension_test_hook.wait_property('RenderedFirstFrame', True) > wait_frame() test/test_wm.py:491: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ test/test_wm.py:148: in wait_frame app_debug_dbus_interface.WaitFrame(timeout=deadline.remaining_ms // 2) test/apphook.py:44: in WaitFrame super().WaitFrame(**kwargs) test/dbusproxy.py:72: in method result = self.call_sync(method_name, parameters, flags, timeout, cancellable) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = Proxy(g_name='com.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug') method_name = 'WaitFrame', parameters = GLib.Variant('()', ()) flags = <flags 0 of type Gio.DBusCallFlags>, timeout = 2499, cancellable = None def call_sync( self, method_name, parameters=None, flags=Gio.DBusCallFlags.NONE, timeout=None, cancellable=None, ): if timeout is None: timeout = self.get_default_timeout() parameters = self.pack_method_parameters(method_name, parameters) > return super().call_sync(method_name, parameters, flags, timeout, cancellable) E gi.repository.GLib.GError: g-io-error-quark: Cannot invoke method; proxy is for the well-known name com.github.amezin.ddt
test / test (debian-12, legacy)
Process completed with exit code 1.
test_app.py::TestApp::test_dark_mode[system-prefer-dark]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[49]: 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/ddterm@amezin.github.com/ddterm/shell/compat.js:15:16 @file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js:10:58 @resource:///org/gnome/shell/ui/init.js:21:20 warnings.warn(f'Ignored known issue: {message}')
test_app.py::TestApp::test_dark_mode[system-prefer-dark]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[49]: 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/ddterm@amezin.github.com/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}')
test_wm.py::TestWaylandTwoMonitors::test_maximize_unmaximize[WindowPosition.TOP-0.6-False-WindowMonitor.CONNECTOR-1-1-1-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-False-True-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[49]: 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/ddterm@amezin.github.com/ddterm/shell/compat.js:15:16 @file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js:10:58 @resource:///org/gnome/shell/ui/init.js:21:20 warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestWaylandTwoMonitors::test_maximize_unmaximize[WindowPosition.TOP-0.6-False-WindowMonitor.CONNECTOR-1-1-1-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-False-True-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[49]: 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/ddterm@amezin.github.com/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}')
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]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[394]: 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/ddterm@amezin.github.com/ddterm/shell/compat.js:15:16 @file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js:10:58 @resource:///org/gnome/shell/ui/init.js:21:20 warnings.warn(f'Ignored known issue: {message}')
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]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[394]: 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/ddterm@amezin.github.com/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}')
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]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[497]: 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/ddterm@amezin.github.com/ddterm/shell/compat.js:15:16 @file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js:10:58 @resource:///org/gnome/shell/ui/init.js:21:20 warnings.warn(f'Ignored known issue: {message}')
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]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[497]: 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/ddterm@amezin.github.com/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}')
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]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[819]: 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/ddterm@amezin.github.com/ddterm/shell/compat.js:15:16 @file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js:10:58 @resource:///org/gnome/shell/ui/init.js:21:20 warnings.warn(f'Ignored known issue: {message}')
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]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[819]: 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/ddterm@amezin.github.com/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}')
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]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
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]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
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]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
test_app.py::TestApp::test_dark_mode[system-prefer-dark]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: 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/ddterm@amezin.github.com/ddterm/shell/subprocess.js":211:51] 1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":188:3] 2 DDTermWaylandSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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/ddterm@amezin.github.com/ddterm/shell/service.js":152:19] 4 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":143:29] 6 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":209:19] 7 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":29:24] 9 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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}')
test_wm.py::TestWaylandTwoMonitors::test_maximize_unmaximize[WindowPosition.TOP-0.6-False-WindowMonitor.CONNECTOR-1-1-1-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-False-True-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: 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/ddterm@amezin.github.com/ddterm/shell/subprocess.js":211:51] 1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":188:3] 2 DDTermWaylandSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":281:3] 3 _create_subprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/service.js":152:19] 4 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/service.js":202:44] 5 ensure_running() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":143:29] 6 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":209:19] 7 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":130:61] 8 handle_dbus_method_call_async() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":29:24] 9 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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}')
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]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: 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/ddterm@amezin.github.com/ddterm/shell/subprocess.js":211:51] 1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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/ddterm@amezin.github.com/ddterm/shell/service.js":154:19] 3 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":143:29] 5 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":209:19] 6 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":29:24] 8 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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}')
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]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: 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/ddterm@amezin.github.com/ddterm/shell/subprocess.js":211:51] 1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":188:3] 2 DDTermWaylandSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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/ddterm@amezin.github.com/ddterm/shell/service.js":152:19] 4 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":143:29] 6 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":209:19] 7 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":29:24] 9 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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}')
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]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: 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/ddterm@amezin.github.com/ddterm/shell/subprocess.js":211:51] 1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":188:3] 2 DDTermWaylandSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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/ddterm@amezin.github.com/ddterm/shell/service.js":152:19] 4 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":143:29] 6 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":209:19] 7 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":29:24] 9 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/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}')
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]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.913-False-WindowMonitor.CONNECTOR-1-0-0-1.25-1.0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-False-False-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.ROTATE_90]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
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]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
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]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.LEFT-0.8-True-WindowMonitor.PRIMARY-1-0--1-1.748633861541748-1.502347469329834-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-False-False-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
test / test (ubuntu-24.10, esm)
Failed to download action 'https://api.github.com/repos/actions/download-artifact/tarball/fa0a91b85d4f404e444e00e005971372dc801d16'. Error: Response status code does not indicate success: 500 (Internal Server Error). 3381:D4667:25A6382:4B17286:67776769
test / test (ubuntu-24.10, esm)
Back off 21.006 seconds before retry.

Artifacts

Produced during runtime
Name Size Digest
alpine-3.18-reports Expired
2.64 MB
sha256:0bd0b7b5bae6aa65526d8f22fd15a694a1a9c839cd25b0fac31f122339ca0f9f
alpine-3.19-reports Expired
2.65 MB
sha256:0ea6d5e139d67eda773518df0172639af1817cbaaad4b8ca9feab9dd7b379f9d
alpine-3.20-reports Expired
2.61 MB
sha256:0ef5392a855e6d6f631f8ec00d6b1421dc6a561562fd517d1bb3e0555aa454d2
alpine-3.21-reports Expired
2.58 MB
sha256:52a02ca93e6e8d8ce390e7269946db10aaac651e8f1281bc21cb41924696cd60
archlinux-reports Expired
2.49 MB
sha256:0dcf31427a6ea04d0fd92b8e7c60e1b249478ea63b08084d5a1ca49d4d54853a
debian-12-reports Expired
2.49 MB
sha256:c77223f628a95c8f6214066ee2deb9175593b147cbff6a5728d364aa06535d38
debian-13-reports Expired
2.47 MB
sha256:6234bf0a9038087700a96971ed18067801533817bb943a91212c58f7ca4d9fa1
fedora-40-reports Expired
2.47 MB
sha256:d3ed654892a68f77304f2b27f4ef8828253ffb69051ea0c00afe840784f0c6eb
fedora-41-reports Expired
2.47 MB
sha256:62baefb61a3cdf004ba8174e838543389d9b7838ac86caad19596ece1fea0305
opensuse-leap-15.6-reports Expired
2.5 MB
sha256:621a2fe57825bc09598835d88000f7618d009e4d155d1ce79714a3fcfe371e2c
opensuse-tumbleweed-reports Expired
2.48 MB
sha256:203e4469939c93dd07416cac2f261670d18cf7775c7ff5d58aa05b50d8dc4f22
pack Expired
242 KB
sha256:64119f34fa1bcb665c31640e1fb0941f68a09a9728a026d0d97bf76086ce1c22
pack-legacy Expired
264 KB
sha256:20b7ecd502e9d6c3e2c22eea21e9a6a0f0e9223e9a3c747e38d0c980e694895b
ubuntu-22.04-reports Expired
2.54 MB
sha256:40aea09aa088396699f62ead7eb8e7753e10b612c5b5f04e03e16708aae6ca7f
ubuntu-24.04-reports Expired
2.63 MB
sha256:bef263992d2c78282f4888004ffc807830ecfccaa2094b54a48e8b9cbf477c17
ubuntu-24.10-reports Expired
2.75 MB
sha256:82be9da409198265af188babd10167b2eb08568bb3d51670d42838f5b86419aa