[Bug 1210118] New: python-astor fails to build on ERROR: test_huge_int in Leap 15.5
http://bugzilla.opensuse.org/show_bug.cgi?id=1210118 Bug ID: 1210118 Summary: python-astor fails to build on ERROR: test_huge_int in Leap 15.5 Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.5 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: lubos.kocman@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Hello python-astor currently fails to build in Leap 15.5 as it fails on one of the tests. here's the build log https://build.opensuse.org/package/live_build_log/openSUSE:Backports:SLE-15-... [ 74s] ====================================================================== [ 74s] ERROR: test_huge_int (tests.test_code_gen.CodegenTestCase) [ 74s] ---------------------------------------------------------------------- [ 74s] Traceback (most recent call last): [ 74s] File "/home/abuild/rpmbuild/BUILD/astor-0.8.1/tests/test_code_gen.py", line 290, in test_huge_int [ 74s] self.assertEqual(astornum(n), n) [ 74s] File "/home/abuild/rpmbuild/BUILD/astor-0.8.1/tests/test_code_gen.py", line 31, in astornum [ 74s] return astorexpr(ast.Num(n=x)) [ 74s] File "/home/abuild/rpmbuild/BUILD/astor-0.8.1/tests/test_code_gen.py", line 28, in astorexpr [ 74s] return eval(astor.to_source(ast.Expression(body=x))) [ 74s] File "/home/abuild/rpmbuild/BUILD/astor-0.8.1/astor/code_gen.py", line 63, in to_source [ 74s] generator.visit(node) [ 74s] File "/home/abuild/rpmbuild/BUILD/astor-0.8.1/astor/node_util.py", line 143, in visit [ 74s] return visitor(node) [ 74s] File "/home/abuild/rpmbuild/BUILD/astor-0.8.1/astor/code_gen.py", line 883, in visit_Expression [ 74s] self.visit(node.body) [ 74s] File "/home/abuild/rpmbuild/BUILD/astor-0.8.1/astor/node_util.py", line 143, in visit [ 74s] return visitor(node) [ 74s] File "/home/abuild/rpmbuild/BUILD/astor-0.8.1/astor/code_gen.py", line 695, in visit_Num [ 74s] self._handle_numeric_constant(node.n) [ 74s] File "/home/abuild/rpmbuild/BUILD/astor-0.8.1/astor/code_gen.py", line 677, in _handle_numeric_constant [ 74s] real = part(x.real if isinstance(x, complex) else x, imaginary=False) [ 74s] File "/home/abuild/rpmbuild/BUILD/astor-0.8.1/astor/code_gen.py", line 675, in part [ 74s] return repr(p) + s [ 74s] ValueError: Exceeds the limit (4300) for integer string conversion; use sys.set_int_max_str_digits() to increase the limit We'd like to have a working build prior to RC in April. See https://en.opensuse.org/openSUSE:Roadmap -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210118 Lubos Kocman <lubos.kocman@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|screening-team-bugs@suse.de |opensuse_buildservice@ojkas | |tl.de -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210118 Lubos Kocman <lubos.kocman@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |SHIP_STOPPER? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210118 Lubos Kocman <lubos.kocman@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210118 http://bugzilla.opensuse.org/show_bug.cgi?id=1210118#c1 Johannes Kastl <opensuse_buildservice@ojkastl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |opensuse_buildservice@ojkas | |tl.de Assignee|opensuse_buildservice@ojkas |daniel.garcia@suse.com |tl.de | --- Comment #1 from Johannes Kastl <opensuse_buildservice@ojkastl.de> --- Hi Lubos, not sure why this was assigned to me, as I have no relation to the package. I re-assigned this to dgarcia, who created the last SR to this in dlp. Or is there a python maintainers group that should be assigned? Kind Regards, Johannes -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com