Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1971563
Summary: | kitty fails to build in rawhide: ERROR: test_multiprocessing_spawn (kitty_tests.tui.TestTUI) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | kitty | Assignee: | Artem <ego.cordatus> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | ego.cordatus, michel, thrnciar |
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: | 2021-06-14 12:05:10 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: | 1890881, 1927309 |
Description
Miro Hrončok
2021-06-14 10:56:02 UTC
This appears to be a timeout issue. Maybe the builder is just too slow? In copr, the package builds fine: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/kitty/ Running 3 scratchbuilds on all architectures to see how relevant the individual architectures are for the failures. Miro good day. I've in a hurry reported upstream https://github.com/kovidgoyal/kitty/issues/3712 Didn't look into that yet, but seems like there is a two python version installed at the same time. Observations: this happens on all architectures, even if I sed s/timeout=2/timeout=20/.
> seems like there is a two python version installed at the same time.
Indeed python3.9 is installed in root.log. Let me see why.
Because of: BuildRequires: kitty Let's build without tests first, only to build with tests later. Oh no, wait, this is only because https://github.com/kovidgoyal/kitty/issues/2881 to add kitty on PATH. We should not install kitty to add it to PATH, we should add the recently built kitty to it. Miro thanks a lot for help. Now it built successfully on Rawhide. |