Bug 2069169 - python-lupa fails to build with Python 3.11: test_attrgetter_refcycle AssertionError: 37448 != 37454
Summary: python-lupa fails to build with Python 3.11: test_attrgetter_refcycle Asserti...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-lupa
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michel Lind
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.11
TreeView+ depends on / blocked
 
Reported: 2022-03-28 12:16 UTC by Tomáš Hrnčiar
Modified: 2022-06-22 11:49 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-06-22 11:49:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hrnčiar 2022-03-28 12:16:42 UTC
python-lupa fails to build with Python 3.11.0a6.


======================================================================
FAIL: test_attrgetter_refcycle (lupa.tests.test.TestLuaRuntimeRefcounting)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/lupa-831599a4f7333626d336c2ac77968877b2655ab2/lupa/tests/test.py", line 77, in test_attrgetter_refcycle
    self._run_gc_test(make_refcycle)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/lupa-831599a4f7333626d336c2ac77968877b2655ab2/lupa/tests/test.py", line 46, in _run_gc_test
    self.assertEqual(old_count, new_count)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 37448 != 37454

======================================================================
FAIL: test_pyfunc_refcycle (lupa.tests.test.TestLuaRuntimeRefcounting)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/lupa-831599a4f7333626d336c2ac77968877b2655ab2/lupa/tests/test.py", line 66, in test_pyfunc_refcycle
    self._run_gc_test(make_refcycle)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/lupa-831599a4f7333626d336c2ac77968877b2655ab2/lupa/tests/test.py", line 46, in _run_gc_test
    self.assertEqual(old_count, new_count)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 37459 != 37471

----------------------------------------------------------------------
Ran 264 tests in 2.251s

FAILED (failures=2)
Test failed: <unittest.runner.TextTestResult run=264 errors=0 failures=2>
error: Test failed: <unittest.runner.TextTestResult run=264 errors=0 failures=2>

https://docs.python.org/3.11/whatsnew/3.11.html

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.11/fedora-rawhide-x86_64/03845428-python-lupa/

For all our attempts to build python-lupa with Python 3.11, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/python-lupa/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.11:
https://copr.fedorainfracloud.org/coprs/g/python/python3.11/

Let us know here if you have any questions.

Python 3.11 is planned to be included in Fedora 37. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.11.
A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon.
We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.

Comment 1 Miro Hrončok 2022-06-22 11:49:14 UTC
Closing this in bulk as it built with Python 3.11. If this needs to remain open for a followup, feel free to reopen, I won't close in bulk again.


Note You need to log in before you can comment on or make changes to this bug.