Package python-autopep8 fails to build from source in Fedora rawhide. https://koji.fedoraproject.org/koji/packageinfo?packageID=14682
====================================================================== FAIL: test_e501_experimental_decorator (test.test_autopep8.ExperimentalSystemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/autopep8-1.4.3/test/test_autopep8.py", line 6172, in test_e501_experimental_decorator self.assertEqual(fixed, result) AssertionError: "\n\n@foo(('xxxxxxxxxxxxxxxxxxxxxxxxxx', u[123 chars]))\n" != "@foo(('xxxxxxxxxxxxxxxxxxxxxxxxxx', users[119 chars]))\n" - - @foo(('xxxxxxxxxxxxxxxxxxxxxxxxxx', users.xxxxxxxxxxxxxxxxxxxxxxxxxx), ('yyyyyyyyyyyy', users.yyyyyyyyyyyy), ('zzzzzzzzzzzzzz', users.zzzzzzzzzzzzzz)) ====================================================================== FAIL: test_e501_experimental_with_function_should_not_break_on_colon (test.test_autopep8.ExperimentalSystemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/autopep8-1.4.3/test/test_autopep8.py", line 5776, in test_e501_experimental_with_function_should_not_break_on_colon self.assertEqual(fixed, result) AssertionError: '\ncl[112 chars]et or(\n widget.__class__ == Wi[88 chars]se\n' != '\ncl[112 chars]et or (\n widget.__class__ == W[89 chars]se\n' class Useless(object): def _table_field_is_plain_widget(self, widget): - if widget.__class__ == Widget or( + if widget.__class__ == Widget or ( ? + widget.__class__ == WidgetMeta and Widget in widget.__bases__): return True return False ====================================================================== FAIL: test_e501_more_aggressive_with_def (test.test_autopep8.SystemTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/autopep8-1.4.3/test/test_autopep8.py", line 3533, in test_e501_more_aggressive_with_def self.assertEqual(fixed, result) AssertionError: '\n\ndef foobar(\n sldfkjlsdfsdf,\n[179 chars]ss\n' != 'def foobar(\n sldfkjlsdfsdf,\n [175 chars]ss\n' - - def foobar( sldfkjlsdfsdf, kksdfsdfsf, sdfsdfsdf, sdfsdfkdk, szdfsdfsdf, sdfsdfsdfsdlkfjsdlf, sdfsdfddf, sdfsdfsfd, sdfsdfdsf): pass ---------------------------------------------------------------------- Ran 532 tests in 11.947s FAILED (failures=3, skipped=5)
Created attachment 1731278 [details] build.log from Koji
Created attachment 1731279 [details] root.log from Koji
Dear Maintainer, your package has an open Fails To Build From Source bug for Fedora 34. Action is required from you. If you can fix your package to build, perform a build in koji, and either create an update in bodhi, or close this bug without creating an update, if updating is not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to acknowledge this. If you have already fixed this issue, please close this Bugzilla report. Following the policy for such packages [2], your package will be orphaned if this bug remains in NEW state more than 8 weeks (not sooner than 2021-01-15). A week before the mass branching of Fedora 35 according to the schedule [3], any packages not successfully rebuilt at least on Fedora 33 will be retired regardless of the status of this bug. [1] https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ [2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ [3] https://fedorapeople.org/groups/schedule/f-35/f-35-key-tasks.html