Bug 2291914
Summary: | F41FailsToInstall: python3-sentry-sdk+bottle, python3-sentry-sdk+falcon, python3-sentry-sdk+fastapi, python3-sentry-sdk+opentelemetry, python3-sentry-sdk+opentelemetry-experimental, python3-sentry-sdk+rq, python3-sentry-sdk+starlette | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-sentry-sdk | Assignee: | Roman Inflianskas <rominf> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | edward.evans, italo.garcia+fedora, nick.farrell, orange, paul.wouters, rj.layco, rominf |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-07-03 23:08:35 UTC | Type: | --- |
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: | 2245641, 2245642, 2256753, 2280968, 2290559, 2291639, 2291695, 2291697, 2291742, 2291813, 2291854, 2291872, 2291904, 2291931, 2291971 | ||
Bug Blocks: | 2260877, 2244836 |
Description
Fedora Fails To Install
2024-06-12 11:29:51 UTC
Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 7+ weeks. This is the first reminder (step 3) from the policy. Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug. I created PR for fixing `python-rq` build: https://bugzilla.redhat.com/show_bug.cgi?id=2291904#c2. I haven't yet check whether successful `python-ipdb` build (https://bugzilla.redhat.com/show_bug.cgi?id=2280968) is really necessary. This is my next action. Upstream does not support Python 3.13 yet, but they are working on it: https://github.com/getsentry/sentry-python/issues/2664 https://github.com/getsentry/sentry-python/pull/3200 After the upstream merge of PR: https://github.com/getsentry/sentry-python/pull/3237, `python3-ipdb` is no longer needed. After some changes (see WIP PR: https://src.fedoraproject.org/rpms/python-sentry-sdk/pull-request/10 and upstream PR: https://github.com/getsentry/sentry-python/pull/3240), the tests mostly pass, with just four of them failing. Will continue tomorrow. Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ All subpackages of a package against which this bug was filled are now installable or removed from Fedora 41. Thanks for taking care of it! The message above, https://bugzilla.redhat.com/show_bug.cgi?id=2291914#c4, is misleading. While packages can be installed, they don't work properly: the tests do not run because of this commit: https://src.fedoraproject.org/rpms/python-sentry-sdk/c/7501b737897957fd9671e4c1bd4fc729d5023164?branch=rawhide. I made some new updates and pushed them to https://src.fedoraproject.org/rpms/python-sentry-sdk/pull-request/10, but got quite a few broken tests, mostly because some dependencies do not support Python 3.13 yet. I created/updated issues and prepared PRs for adding Python 3.13 support to some of the dependencies: https://github.com/celery/kombu/issues/2051 https://github.com/celery/kombu/pull/2052 https://github.com/gevent/gevent/issues/2037#issuecomment-2211091374 https://github.com/indygreg/python-zstandard/pull/233 I also contacted upstream proposing my patches: https://github.com/getsentry/sentry-python/issues/2664#issuecomment-2211305557. Disabling some tests and keeping certain functionality broken is a better solution than having all tests disabled and an even more broken package. There is still work to be done, though. |