The test infrastructure is having a hard time, e.g. the Shutter "regression" has actually passed:
---> Result: PASS 1311s autopkgtest [17:52:19]: test autodep8-perl-build-deps: -----------------------] 1312s autopkgtest [17:52:20]: test autodep8-perl-build-deps: - - - - - - - - - - results - - - - - - - - - - 1312s autodep8-perl-build-deps PASS 1312s autopkgtest [17:52:20]: test autodep8-perl: preparing testbed 3247s nova [W] Timed out waiting for 2a07ee6f-38b5-45f3-a7fe-28532607eab2 to get deleted. 3247s Unexpected error: 3247s Traceback (most recent call last): 3247s File "/home/ubuntu/autopkgtest/lib/VirtSubproc.py", line 833, in mainloop 3247s command() 3247s File "/home/ubuntu/autopkgtest/lib/VirtSubproc.py", line 762, in command 3247s r = f(c, ce) 3247s File "/home/ubuntu/autopkgtest/lib/VirtSubproc.py", line 395, in cmd_revert 3247s caller.hook_revert() 3247s File "/home/ubuntu/autopkgtest/virt/autopkgtest-virt-ssh", line 433, in hook_revert 3247s host_setup('revert') 3247s File "/home/ubuntu/autopkgtest/virt/autopkgtest-virt-ssh", line 252, in host_setup 3247s execute_setup_script(command) 3247s File "/home/ubuntu/autopkgtest/virt/autopkgtest-virt-ssh", line 201, in execute_setup_script 3247s (status, out, err) = VirtSubproc.execute_timeout( 3247s File "/home/ubuntu/autopkgtest/lib/VirtSubproc.py", line 155, in execute_timeout 3247s (out, err) = sp.communicate(instr) 3247s File "/usr/lib/python3.8/subprocess.py", line 1028, in communicate 3247s stdout, stderr = self._communicate(input, endtime, timeout) 3247s File "/usr/lib/python3.8/subprocess.py", line 1868, in _communicate 3247s ready = selector.select(timeout) 3247s File "/usr/lib/python3.8/selectors.py", line 415, in select 3247s fd_event_list = self._selector.poll(timeout) 3247s File "/home/ubuntu/autopkgtest/lib/VirtSubproc.py", line 75, in alarm_handler 3247s raise Timeout(to) 3247s VirtSubproc.Timeout: 1800 3247s autopkgtest [18:24:35]: ERROR: testbed failure: unexpected eof from the testbed <--- So I'm retrying all the failed tests in hopes we clear all the false positives. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2089563 Title: [SRU] librsvg 2.59.2 Status in librsvg package in Ubuntu: Fix Released Status in librsvg source package in Oracular: Fix Committed Bug description: Impact ------ This is a new bugfix release from upstream: https://gitlab.gnome.org/GNOME/librsvg/-/raw/2.59.2/NEWS. This component is covered by the GNOME MicroReleaseException https://wiki.ubuntu.com/StableReleaseUpdates/GNOME Test plan --------- Please go through https://wiki.ubuntu.com/Process/Merges/TestPlans/librsvg Regression potential -------------------- Code paths processing SVGs with multiple or nested layers had significant changes. Make sure such SVGs still display alright, for instance, ---> <svg width="250" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <svg x="10"> <rect x="10" y="10" height="100" width="100" style="stroke:#ff0000; fill: #0000ff"/> </svg> <svg x="120"> <rect x="10" y="10" height="100" width="100" style="stroke:#009900; fill: #00cc00"/> </svg> </svg> <--- should show two non-overlapping squares, one blue, one green, side by side. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2089563/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp