Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943647 - dev-lang/python-3.13.0[pgo] ERROR: test_server (test.test_pydoc.test_pydoc.PydocServerTest.test_server) on amd64
Summary: dev-lang/python-3.13.0[pgo] ERROR: test_server (test.test_pydoc.test_pydoc.Py...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 931888
  Show dependency tree
 
Reported: 2024-11-16 19:28 UTC by Felix Tiede
Modified: 2024-11-17 02:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log for python-3.13.0[pgo] on workstation (workstation_build.log,310.71 KB, text/x-log)
2024-11-16 19:30 UTC, Felix Tiede
Details
emerge --info for python-3.13.0[pgo] on workstation (workstation_emerge-info.log,7.75 KB, text/x-log)
2024-11-16 19:31 UTC, Felix Tiede
Details
Build log for python-3.13.0[pgo] on server system (server_build.log,336.24 KB, text/x-log)
2024-11-16 19:31 UTC, Felix Tiede
Details
emerge --info for python-3.13.0[pgo] on server system (server_emerge-info.log,7.06 KB, text/x-log)
2024-11-16 19:32 UTC, Felix Tiede
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Tiede 2024-11-16 19:28:37 UTC
File "/var/tmp/portage/dev-lang/python-3.13.0/work/Python-3.13.0/Lib/socket.py", line 840, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
               ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/tmp/portage/dev-lang/python-3.13.0/work/Python-3.13.0/Lib/socket.py", line 975, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
               ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socket.gaierror: [Errno -3] Temporary failure in name resolution

Reproducible: Always

Steps to Reproduce:
1. USE="pgo" emerge python:3.13




Fails on at least two systems with USE="pgo", works clean with USE="-pgo". Build logs and emerge --info from both systems attached.
Comment 1 Felix Tiede 2024-11-16 19:30:44 UTC
Created attachment 908814 [details]
Build log for python-3.13.0[pgo] on workstation
Comment 2 Felix Tiede 2024-11-16 19:31:18 UTC
Created attachment 908815 [details]
emerge --info for python-3.13.0[pgo] on workstation
Comment 3 Felix Tiede 2024-11-16 19:31:49 UTC
Created attachment 908816 [details]
Build log for python-3.13.0[pgo] on server system
Comment 4 Felix Tiede 2024-11-16 19:32:16 UTC
Created attachment 908817 [details]
emerge --info for python-3.13.0[pgo] on server system