[Bug 1219095] New: python-matplotlib:test FTBFS with Mesa 23.3.0
https://bugzilla.suse.com/show_bug.cgi?id=1219095 Bug ID: 1219095 Summary: python-matplotlib:test FTBFS with Mesa 23.3.0 Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Python Assignee: python-maintainers@suse.com Reporter: ana.guerrero@suse.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Created attachment 872100 --> https://bugzilla.suse.com/attachment.cgi?id=872100&action=edit python-matplotlib:test An update of Mesa 23.3.0+ ( https://build.opensuse.org/request/show/1140618 ) is making python-matplotlib:test FTBFS. More precisely one test is failing: [ 318s] =================================== FAILURES =================================== [ 318s] ___________________________ test_openin_any_paranoid ___________________________ [ 318s] [gw2] linux -- Python 3.9.18 /usr/bin/python3.9 [ 318s] [ 318s] @needs_usetex [ 318s] def test_openin_any_paranoid(): [ 318s] completed = subprocess.run( [ 318s] [sys.executable, "-c", [ 318s] 'import matplotlib.pyplot as plt;' [ 318s] 'plt.rcParams.update({"text.usetex": True});' [ 318s] 'plt.title("paranoid");' [ 318s] 'plt.show(block=False);'], [ 318s] env={**os.environ, 'openin_any': 'p'}, check=True, capture_output=True) [ 318s] > assert completed.stderr == b"" [ 318s] E AssertionError: assert b'MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)\nglx: failed to create drisw screen\nfailed to load driver: zink\n' == b'' [ 318s] E Full diff: [ 318s] E - b'' [ 318s] E + ( [ 318s] E + b'MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER' [ 318s] E + b')\nglx: failed to create drisw screen\nfailed to load driver: zink\n', [ 318s] E + ) [ 318s] [ 318s] /usr/lib64/python3.9/site-packages/matplotlib/tests/test_texmanager.py:74: AssertionError Please find the full log attached. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1219095 Ana Guerrero <ana.guerrero@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sndirsch@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com