Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1979005 Details for
Bug 2226204
python-guizero: FTBFS in Fedora rawhide/f39
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Fedora Release Engineering
on 2023-07-25 19:20:33 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 19:20:33 UTC
Size:
32.00 KB
patch
obsolete
>_ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >_____________________________ test_after_schedule ______________________________ > def test_after_schedule(): > a = App() >> b = PushButton(a) >test_pushbutton.py:189: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >_____________________________ test_repeat_schedule _____________________________ > def test_repeat_schedule(): > a = App() >> b = PushButton(a) >test_pushbutton.py:195: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >_________________________________ test_destroy _________________________________ > def test_destroy(): > a = App() >> b = PushButton(a) >test_pushbutton.py:201: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >_________________________________ test_enable __________________________________ > def test_enable(): > a = App() >> b = PushButton(a) >test_pushbutton.py:207: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >_________________________________ test_display _________________________________ > def test_display(): > a = App() >> b = PushButton(a) >test_pushbutton.py:213: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >__________________________________ test_text ___________________________________ > def test_text(): > a = App() >> b = PushButton(a) >test_pushbutton.py:219: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >__________________________________ test_color __________________________________ > def test_color(): > a = App() >> b = PushButton(a) >test_pushbutton.py:225: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >__________________________________ test_size ___________________________________ > def test_size(): > a = App() >> b = PushButton(a) >test_pushbutton.py:231: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >_________________________________ test_events __________________________________ > def test_events(): > a = App() >> p = PushButton(a) >test_pushbutton.py:238: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >___________________________ test_cascaded_properties ___________________________ > def test_cascaded_properties(): > a = App() >> p = PushButton(a) >test_pushbutton.py:244: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >__________________________ test_inherited_properties ___________________________ > def test_inherited_properties(): > a = App() >> inherited_properties_test(a, lambda: PushButton(a), True) >test_pushbutton.py:250: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >common_test.py:253: in inherited_properties_test > w = widget_create() >test_pushbutton.py:250: in <lambda> > inherited_properties_test(a, lambda: PushButton(a), True) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >_______________________________ test_auto_layout _______________________________ > def test_auto_layout(): > a = App() >> w = PushButton(a) >test_pushbutton.py:255: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >_______________________________ test_grid_layout _______________________________ > def test_grid_layout(): > a = App(layout="grid") > >> w = PushButton(a, grid=[1,2]) >test_pushbutton.py:262: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:90: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:696: in __init__ > super().__init__(master, tk, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:685: in __init__ > self.resize(width, height) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = guizero.PushButton object, width = None, height = None > def resize(self, width, height): >> super(PushButton, self.__class__).resize(self, width, height) >E TypeError: SizeMixin.resize() takes 3 positional arguments but 4 were given >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/PushButton.py:200: TypeError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >______________________________ test_add_tk_widget ______________________________ > def test_add_tk_widget(): > a = App() >> add_tk_widget_test(a) >test_titlebox.py:124: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >common_test.py:340: in add_tk_widget_test > sw = container.add_tk_widget(s) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:354: in add_tk_widget > return Widget(self, tk_widget, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:675: in __init__ > self.visible = visible >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/tkmixins.py:88: in visible > self.show() >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/tkmixins.py:100: in show > self.master.display_widgets() >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:392: in display_widgets > self._pack_widget(child) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:421: in _pack_widget > widget.tk.pack(**pack_params) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = <tkinter.Spinbox object .!spinbox>, cnf = {}, kw = {} > def pack_configure(self, cnf={}, **kw): > """Pack a widget in the parent widget. Use as options: > after=widget - pack it after you have packed widget > anchor=NSEW (or subset) - position widget according to > given direction > before=widget - pack it before you will pack widget > expand=bool - expand widget if parent size grows > fill=NONE or X or Y or BOTH - fill widget if widget grows > in=master - use master to contain this widget > in_=master - see 'in' option description > ipadx=amount - add internal padding in x direction > ipady=amount - add internal padding in y direction > padx=amount - add padding in x direction > pady=amount - add padding in y direction > side=TOP or BOTTOM or LEFT or RIGHT - where to add this widget. > """ >> self.tk.call( > ('pack', 'configure', self._w) > + self._options(cnf, kw)) >E _tkinter.TclError: cannot use geometry manager pack inside . which already has slaves managed by grid >/usr/lib64/python3.12/tkinter/__init__.py:2453: TclError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >------------------------------------------------------------ >*** GUIZERO WARNING *** >The tk widget's master is not '[App] object'. >It may not display correctly. >------------------------------------------------------------ >______________________________ test_add_tk_widget ______________________________ > def test_add_tk_widget(): > a = App() >> add_tk_widget_test(a) >test_window.py:108: >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >common_test.py:340: in add_tk_widget_test > sw = container.add_tk_widget(s) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:354: in add_tk_widget > return Widget(self, tk_widget, grid, align, visible, enabled, width, height) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:675: in __init__ > self.visible = visible >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/tkmixins.py:88: in visible > self.show() >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/tkmixins.py:100: in show > self.master.display_widgets() >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:392: in display_widgets > self._pack_widget(child) >../../../BUILDROOT/python-guizero-1.3.0-6.fc39.noarch/usr/lib/python3.12/site-packages/guizero/base.py:421: in _pack_widget > widget.tk.pack(**pack_params) >_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >self = <tkinter.Spinbox object .!spinbox2>, cnf = {}, kw = {} > def pack_configure(self, cnf={}, **kw): > """Pack a widget in the parent widget. Use as options: > after=widget - pack it after you have packed widget > anchor=NSEW (or subset) - position widget according to > given direction > before=widget - pack it before you will pack widget > expand=bool - expand widget if parent size grows > fill=NONE or X or Y or BOTH - fill widget if widget grows > in=master - use master to contain this widget > in_=master - see 'in' option description > ipadx=amount - add internal padding in x direction > ipady=amount - add internal padding in y direction > padx=amount - add padding in x direction > pady=amount - add padding in y direction > side=TOP or BOTTOM or LEFT or RIGHT - where to add this widget. > """ >> self.tk.call( > ('pack', 'configure', self._w) > + self._options(cnf, kw)) >E _tkinter.TclError: cannot use geometry manager pack inside . which already has slaves managed by grid >/usr/lib64/python3.12/tkinter/__init__.py:2453: TclError >----------------------------- Captured stdout call ----------------------------- >------------------------------------------------------------ >*** GUIZERO WARNING *** >There should only be 1 guizero App, use Window to create multiple windows. >------------------------------------------------------------ >------------------------------------------------------------ >*** GUIZERO WARNING *** >The tk widget's master is not '[App] object'. >It may not display correctly. >------------------------------------------------------------ >=========================== short test summary info ============================ >FAILED test_pushbutton.py::test_alt_values - TypeError: SizeMixin.resize() ta... >FAILED test_pushbutton.py::test_getters_setters - TypeError: SizeMixin.resize... >FAILED test_pushbutton.py::test_command - TypeError: SizeMixin.resize() takes... >FAILED test_pushbutton.py::test_command_with_args - TypeError: SizeMixin.resi... >FAILED test_pushbutton.py::test_update_command - TypeError: SizeMixin.resize(... >FAILED test_pushbutton.py::test_update_command_with_args - TypeError: SizeMix... >FAILED test_pushbutton.py::test_toggle - TypeError: SizeMixin.resize() takes ... >FAILED test_pushbutton.py::test_picture_gif - TypeError: SizeMixin.resize() t... >FAILED test_pushbutton.py::test_picture_tkobject - TypeError: SizeMixin.resiz... >FAILED test_pushbutton.py::test_after_schedule - TypeError: SizeMixin.resize(... >FAILED test_pushbutton.py::test_repeat_schedule - TypeError: SizeMixin.resize... >FAILED test_pushbutton.py::test_destroy - TypeError: SizeMixin.resize() takes... >FAILED test_pushbutton.py::test_enable - TypeError: SizeMixin.resize() takes ... >FAILED test_pushbutton.py::test_display - TypeError: SizeMixin.resize() takes... >FAILED test_pushbutton.py::test_text - TypeError: SizeMixin.resize() takes 3 ... >FAILED test_pushbutton.py::test_color - TypeError: SizeMixin.resize() takes 3... >FAILED test_pushbutton.py::test_size - TypeError: SizeMixin.resize() takes 3 ... >FAILED test_pushbutton.py::test_events - TypeError: SizeMixin.resize() takes ... >FAILED test_pushbutton.py::test_cascaded_properties - TypeError: SizeMixin.re... >FAILED test_pushbutton.py::test_inherited_properties - TypeError: SizeMixin.r... >FAILED test_pushbutton.py::test_auto_layout - TypeError: SizeMixin.resize() t... >FAILED test_pushbutton.py::test_grid_layout - TypeError: SizeMixin.resize() t... >FAILED test_titlebox.py::test_add_tk_widget - _tkinter.TclError: cannot use g... >FAILED test_window.py::test_add_tk_widget - _tkinter.TclError: cannot use geo... >================== 24 failed, 277 passed, 8 skipped in 38.00s ================== >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.OPjSaI (%check) > Bad exit status from /var/tmp/rpm-tmp.OPjSaI (%check) >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M a369db63808446e7971a9f90a66ecda2 -D /var/lib/mock/f39-build-44336559-5276387/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.hh1ihk_0:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -ba --noprep --noclean --target noarch --nodeps /builddir/build/SPECS/python-guizero.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M a369db63808446e7971a9f90a66ecda2 -D /var/lib/mock/f39-build-44336559-5276387/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.hh1ihk_0:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -ba --noprep --noclean --target noarch --nodeps /builddir/build/SPECS/python-guizero.spec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2226204
: 1979005 |
1979006
|
1979007