Bug 2079782

Summary: python-sqlalchemy fails to build with Python 3.11: test_log_messages_have_correct_metadata_echo AssertionError: {'_log_info'}
Product: [Fedora] Fedora Reporter: Tomáš Hrnčiar <thrnciar>
Component: python-sqlalchemyAssignee: Nils Philippsen <nphilipp>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: infra-sig, lewk, mbacovsk, mbayer, mhroncok, nphilipp, thrnciar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-sqlalchemy-1.4.37-1.fc37 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-06-01 19:48:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2016048    

Description Tomáš Hrnčiar 2022-04-28 08:47:24 UTC
python-sqlalchemy fails to build with Python 3.11.0a7.

=================================== FAILURES ===================================
__ TransactionContextLoggingTest.test_log_messages_have_correct_metadata_echo __
[gw0] linux -- Python 3.11.0 /usr/bin/python3
Traceback (most recent call last):
  File "/builddir/build/BUILD/SQLAlchemy-1.4.36/test/engine/test_logging.py", line 788, in test_log_messages_have_correct_metadata_echo
    self._test_log_messages_have_correct_metadata(logging_engine)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/SQLAlchemy-1.4.36/test/engine/test_logging.py", line 808, in _test_log_messages_have_correct_metadata
    assert any(
    ^^^^^^^^^^^
AssertionError: {'_log_info'}
assert False
 +  where False = any(<generator object TransactionContextLoggingTest._test_log_messages_have_correct_metadata.<locals>.<genexpr> at 0x7fa68100b920>)
----------------------------- Captured stdout call -----------------------------
2022-04-27 12:16:40,124 INFO sqlalchemy.engine.Engine BEGIN (implicit; DBAPI should not BEGIN due to autocommit mode)
2022-04-27 12:16:40,125 INFO sqlalchemy.engine.Engine ROLLBACK using DBAPI connection.rollback(), DBAPI should ignore due to autocommit mode
=========================== short test summary info ============================

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/04336805-python-sqlalchemy/

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

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 Nils Philippsen 2022-06-01 19:50:29 UTC
From a local `fedpkg mockbuild --root ...`:

nils@makake:~/dist-git/fedora/rpms/python-sqlalchemy (rawhide)> rpm -qpl results_python-sqlalchemy/1.4.37/1.fc37/python3-sqlalchemy-1.4.37-1.fc37.x86_64.rpm | grep '/sqlalchemy$'
/usr/lib64/python3.11/site-packages/sqlalchemy
nils@makake:~/dist-git/fedora/rpms/python-sqlalchemy (rawhide)>