☠ Buildbot (Python): python/cpython - failed test (failure) (3.11)
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO + PGO 3.11 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/1008/builds/407
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Vinay Sajip <vinay_sajip@yahoo.co.uk>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 27 sec
- test_multiprocessing_spawn: 1 min 46 sec
- test_multiprocessing_forkserver: 1 min 20 sec
- test_asyncio: 1 min 16 sec
- test_multiprocessing_fork: 1 min 11 sec
- test_nntplib: 1 min 2 sec
- test_tokenize: 57.0 sec
- test_signal: 48.7 sec
- test_io: 41.8 sec
- test_socket: 40.0 sec
1 test failed: test_unicodedata
14 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_unicodedata
Total duration: 4 min 34 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/http/client.py", line 591, in _read_chunked value.append(self._safe_read(chunk_left)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/http/client.py", line 632, in _safe_read raise IncompleteRead(data, amt-len(data)) http.client.IncompleteRead: IncompleteRead(3751 bytes read, 3829 more expected)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/http/client.py", line 591, in _read_chunked value.append(self._safe_read(chunk_left)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/http/client.py", line 632, in _safe_read raise IncompleteRead(data, amt-len(data)) http.client.IncompleteRead: IncompleteRead(3767 bytes read, 3813 more expected)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_3dcdc8b8'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_unicodedata.py", line 349, in test_normalization self.fail(f"Could not retrieve {TESTDATAURL}") AssertionError: Could not retrieve http://www.pythontest.net/unicode/14.0.0/NormalizationTest.txt
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_unicodedata.py", line 343, in test_normalization testdata = open_urlresource(TESTDATAURL, encoding="utf-8", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/support/__init__.py", line 669, in open_urlresource s = f.read() ^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/gzip.py", line 301, in read return self._buffer.read(size) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/_compression.py", line 118, in readall while data := self.read(sys.maxsize): ^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/gzip.py", line 505, in read buf = self._fp.read(io.DEFAULT_BUFFER_SIZE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/gzip.py", line 88, in read return self.file.read(size) ^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/http/client.py", line 459, in read return self._read_chunked(amt) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/http/client.py", line 597, in _read_chunked raise IncompleteRead(b''.join(value)) from exc http.client.IncompleteRead: IncompleteRead(0 bytes read)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_d5e02f4d'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_4a726943'
Test report
Failed tests:
- test_unicodedata
Failed subtests:
- test_normalization - test.test_unicodedata.NormalizationTest.test_normalization
Sincerely, -The Buildbot
Network issue:
test test_unicodedata failed AssertionError: Could not retrieve http://www.pythontest.net/unicode/14.0.0/NormalizationTest.txt
participants (2)
-
buildbot@python.org
-
Victor Stinner