Bug 2301222 - python-zipp: FTBFS in Fedora rawhide/f41
Summary: python-zipp: FTBFS in Fedora rawhide/f41
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python-zipp
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lumír Balhar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F41FTBFS
TreeView+ depends on / blocked
 
Reported: 2024-07-29 20:57 UTC by Fedora Release Engineering
Modified: 2024-07-30 09:37 UTC (History)
4 users (show)

Fixed In Version: python3.13-3.13.0~b4-1.fc41
Clone Of:
Environment:
Last Closed: 2024-07-30 09:35:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (32.00 KB, text/plain)
2024-07-29 20:57 UTC, Fedora Release Engineering
no flags Details
root.log (32.00 KB, text/plain)
2024-07-29 20:57 UTC, Fedora Release Engineering
no flags Details
state.log (1.66 KB, text/plain)
2024-07-29 20:57 UTC, Fedora Release Engineering
no flags Details

Description Fedora Release Engineering 2024-07-29 20:57:08 UTC
python-zipp failed to build from source in Fedora rawhide/f41

https://koji.fedoraproject.org/koji/taskinfo?taskID=120744808


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
Please fix python-zipp at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
python-zipp will be orphaned. Before branching of Fedora 42,
python-zipp will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/

Comment 1 Fedora Release Engineering 2024-07-29 20:57:15 UTC
Created attachment 2042572 [details]
build.log

file build.log too big, will only attach last 32768 bytes

Comment 2 Fedora Release Engineering 2024-07-29 20:57:22 UTC
Created attachment 2042573 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Fedora Release Engineering 2024-07-29 20:57:25 UTC
Created attachment 2042574 [details]
state.log

Comment 4 Lumír Balhar 2024-07-30 09:35:14 UTC
It builds fine for me in mock and in Koschei as well.

Comment 5 Miro Hrončok 2024-07-30 09:37:21 UTC
The failure during the mass rebuild was:

==================================== ERRORS ====================================
____________________ ERROR collecting tests/compat/py38.py _____________________
/usr/lib/python3.13/site-packages/_pytest/runner.py:341: in from_call
    result: Optional[TResult] = func()
/usr/lib/python3.13/site-packages/_pytest/runner.py:372: in <lambda>
    call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
/usr/lib/python3.13/site-packages/_pytest/doctest.py:567: in collect
    module = import_path(
/usr/lib/python3.13/site-packages/_pytest/pathlib.py:540: in import_path
    spec.loader.exec_module(mod)  # type: ignore[union-attr]
<frozen importlib._bootstrap_external>:1022: in exec_module
    ???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
    ???
tests/compat/py38.py:5: in <module>
    from importlib.abc import Traversable
/usr/lib64/python3.13/importlib/abc.py:34: in __getattr__
    warnings._deprecated(f"{__name__}.{name}", remove=(3, 14))
E   NameError: name 'warnings' is not defined. Did you forget to import 'warnings'?

This was a regression in Python 3.13.0b3


Note You need to log in before you can comment on or make changes to this bug.