Buildbot failure in Python on PPC64LE Fedora Rawhide Clang 3.8
The Buildbot has detected a failed build on builder PPC64LE Fedora Rawhide Clang 3.8 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/246/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) uploading test-results.xml (failure)
Summary of the results of the build (if available):
==
Captured traceback
remote: Enumerating objects: 1
remote: Enumerating objects: 16, done.
remote: Counting objects: 6% (1/16)
remote: Counting objects: 12% (2/16)
remote: Counting objects: 18% (3/16)
remote: Counting objects: 25% (4/16)
remote: Counting objects: 31% (5/16)
remote: Counting objects: 37% (6/16)
remote: Counting objects: 43% (7/16)
remote: Counting objects: 50% (8/16)
remote: Counting objects: 56% (9/16)
remote: Counting objects: 62% (10/16)
remote: Counting objects: 68% (11/16)
remote: Counting objects: 75% (12/16)
remote: Counting objects: 81% (13/16)
remote: Counting objects: 87% (14/16)
remote: Counting objects: 93% (15/16)
remote: Counting objects: 100% (16/16)
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 10% (1/10)
remote: Compressing objects: 20% (2/10)
remote: Compressing objects: 30% (3/10)
remote: Compressing objects: 40% (4/10)
remote: Compressing objects: 50% (5/10)
remote: Compressing objects: 60% (6/10)
remote: Compressing objects: 70% (7/10)
remote: Compressing objects: 80% (8/10)
remote: Compressing objects: 90% (9/10)
remote: Compressing objects: 100% (10/10)
remote: Compressing objects: 100% (10/10), done.
remote: Total 17 (delta 8), reused 6 (delta 6), pack-reused 1
From https://github.com/python/cpython
- branch 3.8 -> FETCH_HEAD Reset branch '3.8'
Objects/floatobject.c:890:45: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (LONG_MIN < wholepart && wholepart < LONG_MAX) { ~ ^~~~~~~~ /usr/lib64/clang/11.0.1/include/limits.h:47:19: note: expanded from macro 'LONG_MAX' #define LONG_MAX __LONG_MAX__ ^~~~~~~~~~~~ <built-in>:39:22: note: expanded from here #define __LONG_MAX__ 9223372036854775807L ^~~~~~~~~~~~~~~~~~~~ 1 warning generated. Python/ast.c:3711:5: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_SystemError, "unhandled import name condition"); ^~~~~~~~~~~~~~~ 1 warning generated. Python/pytime.c:154:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/pymath.h:228:82: note: expanded from macro '_Py_InIntegralTypeRange' #define _Py_InIntegralTypeRange(type, v) (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/pymath.h:221:124: note: expanded from macro '_Py_IntegralTypeMax' #define _Py_IntegralTypeMax(type) ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:207:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/pymath.h:228:82: note: expanded from macro '_Py_InIntegralTypeRange' #define _Py_InIntegralTypeRange(type, v) (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/pymath.h:221:124: note: expanded from macro '_Py_IntegralTypeMax' #define _Py_IntegralTypeMax(type) ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:392:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(_PyTime_t, d)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/pymath.h:228:82: note: expanded from macro '_Py_InIntegralTypeRange' #define _Py_InIntegralTypeRange(type, v) (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/pymath.h:221:124: note: expanded from macro '_Py_IntegralTypeMax' #define _Py_IntegralTypeMax(type) ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ 3 warnings generated. ./Modules/signalmodule.c:661:9: warning: 'siginterrupt' is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] if (siginterrupt(signalnum, flag)<0) { ^ /usr/include/signal.h:312:3: note: 'siginterrupt' has been explicitly marked deprecated here __attribute_deprecated_msg__ ("Use sigaction with SA_RESTART instead"); ^ /usr/include/sys/cdefs.h:263:19: note: expanded from macro '__attribute_deprecated_msg__' __attribute__ ((__deprecated__ (msg))) ^ ./Modules/timemodule.c:113:13: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_OverflowError, ^~~~~~~~~~~~~~~ ./Modules/_threadmodule.c:1539:19: warning: implicit conversion from '_PyTime_t' (aka 'long') to 'double' changes value from 9223372036854775 to 9223372036854776 [-Wimplicit-const-int-float-conversion] timeout_max = (_PyTime_t)PY_TIMEOUT_MAX * 1e-6; ^~~~~~~~~~~~~~~~~~~~~~~~~ ~ 1 warning generated. 1 warning generated. 1 warning generated. /home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Modules/_testcapimodule.c:6328:17: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] MyList_Type.tp_print = 0; ^ ./Include/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); ^ ./Include/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ 1 warning generated. /home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Modules/_decimal/libmpdec/mpdecimal.c:7869:25: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551614 to 18446744073709551616 [-Wimplicit-const-int-float-conversion] return (x > SIZE_MAX-1) ? SIZE_MAX : (size_t)x + 1; ~ ~~~~~~~~^~ /home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Modules/_decimal/libmpdec/mpdecimal.c:7888:18: warning: implicit conversion from 'long' to 'double' changes value from 105263157894736842 to 105263157894736848 [-Wimplicit-const-int-float-conversion] return (x >= MPD_MAXIMPORT) ? MPD_SSIZE_MAX : (mpd_ssize_t)x + 1; ~~ ^~~~~~~~~~~~~ /home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Modules/_decimal/libmpdec/mpdecimal.h:175:23: note: expanded from macro 'MPD_MAXIMPORT' #define MPD_MAXIMPORT 105263157894736842L /* ceil((2*MPD_MAX_PREC)/MPD_RDIGITS) */ ^~~~~~~~~~~~~~~~~~~ 2 warnings generated.
test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp' test_devpoll skipped -- test works only on Solaris OS family test_ioctl skipped -- Unable to open /dev/tty test_flock (__main__.FNTLEINTRTest) ... ok test_lockf (__main__.FNTLEINTRTest) ... ok test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3 (__main__.OSEINTRTest) ... ok test_wait4 (__main__.OSEINTRTest) ... ok test_waitpid (__main__.OSEINTRTest) ... ok test_write (__main__.OSEINTRTest) ... ok test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest) ... ok test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest) ... ok test_select (__main__.SelectEINTRTest) ... ok test_sigtimedwait (__main__.SignalEINTRTest) ... ok test_sigwaitinfo (__main__.SignalEINTRTest) ... ok test_accept (__main__.SocketEINTRTest) ... ok test_open (__main__.SocketEINTRTest) ... ok test_os_open (__main__.SocketEINTRTest) ... ok test_recv (__main__.SocketEINTRTest) ... ok test_recvmsg (__main__.SocketEINTRTest) ... ok test_send (__main__.SocketEINTRTest) ... ok test_sendall (__main__.SocketEINTRTest) ... ok test_sendmsg (__main__.SocketEINTRTest) ... ok test_sleep (__main__.TimeEINTRTest) ... ok
Ran 24 tests in 6.647s
OK (skipped=2) test_kqueue skipped -- test works only on BSD test_winreg skipped -- No module named 'winreg' test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] stty: 'standard input': Inappropriate ioctl for device test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_winconsoleio skipped -- test only relevant on win32 test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_msilib skipped -- No module named '_msi' test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/os.py'> has no attribute 'startfile' test_winsound skipped -- No module named 'winsound' Timeout (0:15:00)! Thread 0x00007fffa81b4bf0 (most recent call first): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/selectors.py", line 468 in select File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/asyncio/base_events.py", line 1823 in _run_once File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/asyncio/base_events.py", line 570 in run_forever File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/asyncio/base_events.py", line 603 in run_until_complete File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/test_asyncio/test_subprocess.py", line 484 in test_close_kill_running File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/case.py", line 633 in _callTestMethod File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/case.py", line 676 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/case.py", line 736 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/runner.py", line 176 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/support/__init__.py", line 2030 in _run_suite File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/support/__init__.py", line 2152 in run_unittest File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/runtest.py", line 209 in _test_module File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/runtest.py", line 234 in _runtest_inner2 File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/runtest.py", line 270 in _runtest_inner File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/runtest.py", line 140 in _runtest File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/runtest.py", line 193 in runtest File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/runtest_mp.py", line 80 in run_tests_worker File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/main.py", line 657 in _main File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/main.py", line 637 in main File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/main.py", line 715 in main File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/regrtest.py", line 46 in _main File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/regrtest.py", line 50 in <module> File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/runpy.py", line 87 in _run_code File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/runpy.py", line 194 in _run_module_as_main Timeout (0:15:00)! Thread 0x00007fff93ac4bf0 (most recent call first): File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/selectors.py", line 468 in select File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/asyncio/base_events.py", line 1823 in _run_once File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/asyncio/base_events.py", line 570 in run_forever File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/asyncio/base_events.py", line 603 in run_until_complete File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/test_asyncio/test_subprocess.py", line 484 in test_close_kill_running File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/case.py", line 633 in _callTestMethod File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/case.py", line 676 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/case.py", line 736 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/unittest/runner.py", line 176 in run File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/support/__init__.py", line 2030 in _run_suite File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/support/__init__.py", line 2152 in run_unittest File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/runtest.py", line 209 in _test_module File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/runtest.py", line 234 in _runtest_inner2 File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/runtest.py", line 270 in _runtest_inner File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/runtest.py", line 153 in _runtest File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/runtest.py", line 193 in runtest File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/main.py", line 318 in rerun_failed_tests File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/main.py", line 694 in _main File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/main.py", line 637 in main File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/libregrtest/main.py", line 715 in main File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/__main__.py", line 2 in <module> File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/runpy.py", line 87 in _run_code File "/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/runpy.py", line 194 in _run_module_as_main make: *** [Makefile:1161: buildbottest] Error 1
Cannot open file '/home/buildbot/buildarea/3.8.cstratak-fedora-rawhide-ppc64le.clang/build/test-results.xml' for upload
Test report
Failed tests:
- test_asyncio
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org