Buildbot failure in Python on PPC64LE Fedora Rawhide LTO 3.8
The Buildbot has detected a failed build on builder PPC64LE Fedora Rawhide LTO 3.8 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/556/builds/127
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>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
409 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 28 sec
- test_gdb: 2 min 10 sec
- test_multiprocessing_spawn: 1 min 57 sec
- test_tokenize: 1 min 36 sec
- test_multiprocessing_forkserver: 1 min 19 sec
- test_multiprocessing_fork: 1 min 19 sec
- test_lib2to3: 1 min 1 sec
- test_asyncio: 58.1 sec
- test_tools: 53.8 sec
- test_io: 42.3 sec
1 test failed: test_buffer
13 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_buffer
Total duration: 4 min 36 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 3422, in test_memoryview_compare_random_formats self.assertEqual(m, nd) AssertionError: <memory at 0x7fff7163cac0> != <ndarray object at 0x7fff7163aa80>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 1477, in test_ndarray_index_getitem_single self.assertEqual(mv, nd) AssertionError: <memory at 0x7fff7163ce80> != <ndarray object at 0x7fff721e6ea0>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 2747, in test_memoryview_cast iter_roundtrip(ex, m, items, fmt) File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 2708, in iter_roundtrip self.assertEqual(m3, ex) AssertionError: <memory at 0x7fffa1948100> != <ndarray object at 0x7fffa2d8c3a0>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 1335, in test_ndarray_format_strides self.verify(nd, obj=None, File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 896, in verify self.assertEqual(memoryview(y), memoryview(result)) AssertionError: <memory at 0x7fffa184a7c0> != <memory at 0x7fffa184a4c0>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 1899, in test_ndarray_random self.assertEqual(mv, y) AssertionError: <memory at 0x7fffa184a700> != <ndarray object at 0x7fffa1804920>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 2797, in test_memoryview_cast_1D_ND self.verify(m3, obj=ex, File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 963, in verify check_memoryview(m) File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 961, in check_memoryview self.assertEqual(m, result) AssertionError: <memory at 0x7fff7163c940> != <memory at 0x7fff7163ca00>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 1832, in test_ndarray_slice_assign_single self.assertEqual(mv, nd) AssertionError: <memory at 0x7fffa184a4c0> != <ndarray object at 0x7fffa180d240>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 2797, in test_memoryview_cast_1D_ND self.verify(m3, obj=ex, File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 963, in verify check_memoryview(m) File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 961, in check_memoryview self.assertEqual(m, result) AssertionError: <memory at 0x7fffa1849040> != <memory at 0x7fffa1a02f40>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 1899, in test_ndarray_random self.assertEqual(mv, y) AssertionError: <memory at 0x7fff71df76d0> != <ndarray object at 0x7fff721ec710>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 2747, in test_memoryview_cast iter_roundtrip(ex, m, items, fmt) File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 2708, in iter_roundtrip self.assertEqual(m3, ex) AssertionError: <memory at 0x7fff7163cb80> != <ndarray object at 0x7fff7165cea0>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 1530, in test_ndarray_index_setitem_single self.assertEqual(mv, nd) AssertionError: <memory at 0x7fffa184a700> != <ndarray object at 0x7fffa1804660>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 3422, in test_memoryview_compare_random_formats self.assertEqual(m, nd) AssertionError: <memory at 0x7fffa184a400> != <ndarray object at 0x7fffa1a3ad40>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 1085, in test_ndarray_getbuf self.verify_getbuf(ex1, ex1, req|bits) File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 1013, in verify_getbuf self.verify(nd, obj=ex, File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 896, in verify self.assertEqual(memoryview(y), memoryview(result)) AssertionError: <memory at 0x7fff71df78b0> != <memory at 0x7fff71df77c0>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 1314, in test_ndarray_format_shape self.verify(nd, obj=None, File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 896, in verify self.assertEqual(memoryview(y), memoryview(result)) AssertionError: <memory at 0x7fff7163ce80> != <memory at 0x7fff7163cc40>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 1085, in test_ndarray_getbuf self.verify_getbuf(ex1, ex1, req|bits) File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 1013, in verify_getbuf self.verify(nd, obj=ex, File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_buffer.py", line 896, in verify self.assertEqual(memoryview(y), memoryview(result)) AssertionError: <memory at 0x7fffa1a06a90> != <memory at 0x7fffa1a069a0>
Test report
Failed tests:
- test_buffer
Failed subtests:
- test_ndarray_format_shape - test.test_buffer.TestBufferProtocol
- test_ndarray_index_getitem_single - test.test_buffer.TestBufferProtocol
- test_ndarray_random - test.test_buffer.TestBufferProtocol
- test_ndarray_format_strides - test.test_buffer.TestBufferProtocol
- test_memoryview_compare_random_formats - test.test_buffer.TestBufferProtocol
- test_memoryview_cast_1D_ND - test.test_buffer.TestBufferProtocol
- test_ndarray_slice_assign_single - test.test_buffer.TestBufferProtocol
- test_ndarray_getbuf - test.test_buffer.TestBufferProtocol
- test_ndarray_index_setitem_single - test.test_buffer.TestBufferProtocol
- test_memoryview_cast - test.test_buffer.TestBufferProtocol
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org