Bug 2261622
| Summary: | python3.6: FTBFS in Fedora rawhide/f40 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | python3.6 | Assignee: | Python Maintainers <python-maint> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | cstratak, mhroncok, python-maint, python-packagers-sig, torsava, vstinner | ||||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | python3.6-3.6.15-25.fc40 | Doc Type: | If docs needed, set a value | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2024-01-30 15:30:27 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: | 2231791 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2024-01-29 21:59:38 UTC
Created attachment 2013342 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 2013343 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2013344 [details]
state.log
Actually, python3.6-3.6.15-25.fc40 failed on s390x with:
======================================================================
ERROR: test_pha_required_nocert (test.test_ssl.TestPostHandshakeAuth)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/Python-3.6.15/Lib/test/test_ssl.py", line 3823, in test_pha_required_nocert
s.write(b'HASCERT')
File "/builddir/build/BUILD/Python-3.6.15/Lib/ssl.py", line 847, in write
return self._sslobj.write(data)
File "/builddir/build/BUILD/Python-3.6.15/Lib/ssl.py", line 598, in write
return self._sslobj.write(data)
ConnectionResetError: [Errno 104] Connection reset by peer
----------------------------------------------------------------------
Will try again.
The third time was a charm. It built. |