Bug 2220217

Summary: F39FailsToInstall: python3-falcon
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: python-falconAssignee: Carl George 🤠 <carl>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: carl, code, python-packagers-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-falcon-4.0.0~^2.0e96f88-1.fc39 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-07-29 04:12:03 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:    
Bug Blocks: 2135404, 2168845, 2220034, 2220374, 2220379    

Description Fedora Fails To Install 2023-07-05 19:11:39 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/

Your package (python-falcon) Fails To Install in Fedora 39:

can't install python3-falcon:
  - nothing provides python(abi) = 3.11 needed by python3-falcon-4.0.0~^1.3816217-2.fc38.x86_64
  - nothing provides python3.11dist(python-mimeparse) >= 1.5.2 needed by python3-falcon-4.0.0~^1.3816217-2.fc38.x86_64
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-39-x86_64 --config-opts mirrored=False install python3-falcon


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Fedora Fails To Install 2023-07-13 11:51:46 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 devel.org if you are unsure how to fix this bug.

Comment 2 Ben Beasley 2023-07-13 14:19:41 UTC
$ fedpkg mockbuild --enablerepo=local

Error: 
 Problem: cannot install the best candidate for the job
  - nothing provides python(abi) = 3.11 needed by python3-uvicorn-0.15.0-5.fc38.noarch from fedora
  - nothing provides python3.11dist(click) >= 7 needed by python3-uvicorn-0.15.0-5.fc38.noarch from fedora
  - nothing provides python3.11dist(asgiref) >= 3.4 needed by python3-uvicorn-0.15.0-5.fc38.noarch from fedora
  - nothing provides python3.11dist(h11) >= 0.8 needed by python3-uvicorn-0.15.0-5.fc38.noarch from fedora

So this is blocked on python-uvicorn, which is blocked on python-uvloop.

Comment 3 Ben Beasley 2023-07-13 14:24:00 UTC
If I temporarily remove the BuildRequires on %{py3_dist uvicorn}, the package builds with only two test failures:

=========================== short test summary info ============================
FAILED tests/asgi/test_ws.py::test_client_disconnect_early[True-True-send] - ...
FAILED tests/asgi/test_ws.py::test_client_disconnect_early[True-False-send]
=== 2 failed, 3176 passed, 252 skipped, 80 deselected, 86 warnings in 29.31s ===

Comment 4 Ben Beasley 2023-07-15 14:22:22 UTC
Note to self: restore the “falcon” extra in python-openapi-core after this is fixed.

Comment 5 Fedora Update System 2023-07-29 04:09:46 UTC
FEDORA-2023-1b4526bfd6 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-1b4526bfd6

Comment 6 Fedora Update System 2023-07-29 04:12:03 UTC
FEDORA-2023-1b4526bfd6 has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 7 Ben Beasley 2023-07-29 14:37:41 UTC
(In reply to Ben Beasley from comment #4)
> Note to self: restore the “falcon” extra in python-openapi-core after this
> is fixed.

Done. Thanks for the fix!

Comment 8 Carl George 🤠 2023-07-30 03:00:45 UTC
Of course.  Thanks for the pointer on dropping the uvicorn buildrequires, originally I was expecting this one to be blocked until bug 2220550 was resolved.