koschei fails to build with Python 3.8.0b3. ====================================================================== ERROR: test_session_lock_exception_propagation (test.locks_test.LocksTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/koschei-2.4.0/test/locks_test.py", line 61, in test_session_lock_exception_propagation with pg_session_lock(self.s2.db, LOCK_REPO_RESOLVER, 1, block=False): File "/usr/lib64/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/builddir/build/BUILD/koschei-2.4.0/koschei/locks.py", line 101, in pg_session_lock pg_lock(db, namespace, key, block=block, shared=shared) File "/builddir/build/BUILD/koschei-2.4.0/koschei/locks.py", line 66, in pg_lock raise Locked() koschei.locks.Locked For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.8/fedora-rawhide-x86_64/00994433-koschei/ For all our attempts to build koschei with Python 3.8, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.8/package/koschei/ 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.8: https://copr.fedorainfracloud.org/coprs/g/python/python3.8/ Let us know here if you have any questions.
Severity rationale: If this package won't build with 3.8, it won't be installable after the side tag is merged. The side tag is planed for next week (right after branching).
From what I can see Python 3.8 is not built for Fedora yet, therefore it's not a high-severity issue IMO. Once it is in rawhide I will try to reproduce the issue and fix it as appropriate.
That is correct, we try to test everything and have it prepared. If you don't consider that important enough, that's totally fine. We won't block the side tag merge because of koschei.
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to '31'.
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to 31.
The coordinated rebuild of Python 3.8 has started in the `f32-python` side tag. If you figure out how to rebuild this package, please don't rebuild it in regular rawhide, but use the side tag instead: on branch master: $ fedpkg build --target=f32-python To wait for a build to show up in the side tag, do: $ koji wait-repo f32-python --build=<nvr> Where <nvr> is name-version-release of the source package, e.g. python-foo-1.1-2.fc32. An updated mock config is posted at: http://copr.fedorainfracloud.org/coprs/g/python/python3.8/ Note that it will take a while before the essential packages are rebuilt, so don't expect all your dependencies to be available right away. Thanks. Let us know if you need up to date info, or if you have any questions. PS this message is mass posted to all the bugs that block the PYTHON38 bug. If this is also a Fedora 31 FTBFS bug and you manage to fix it, you can do a f31 build as usual: on branch f31: $ fedpkg build