Buildbot failure in Python on AMD64 Fedora Rawhide Clang Installed 3.x
The Buildbot has detected a failed build on builder AMD64 Fedora Rawhide Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/138/builds/844
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Mark Dickinson <mdickinson@enthought.com>, Sean Gillespie <sean@swgillespie.me>, Victor Stinner <vstinner@python.org>, Xavier Fernandez <xav.fernandez@gmail.com>
BUILD FAILED: failed made install dir unwritable (failure)
Summary of the results of the build (if available):
== Tests result: SUCCESS ==
408 tests OK.
17 tests skipped: test_asdl_parser test_check_c_globals test_clinic test_devpoll test_gdb 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
Total duration: 4 min 47 sec
Captured traceback
remote: Enumerating objects: 45, done.
remote: Counting objects: 2% (1/45)
remote: Counting objects: 4% (2/45)
remote: Counting objects: 6% (3/45)
remote: Counting objects: 8% (4/45)
remote: Counting objects: 11% (5/45)
remote: Counting objects: 13% (6/45)
remote: Counting objects: 15% (7/45)
remote: Counting objects: 17% (8/45)
remote: Counting objects: 20% (9/45)
remote: Counting objects: 22% (10/45)
remote: Counting objects: 24% (11/45)
remote: Counting objects: 26% (12/45)
remote: Counting objects: 28% (13/45)
remote: Counting objects: 31% (14/45)
remote: Counting objects: 33% (15/45)
remote: Counting objects: 35% (16/45)
remote: Counting objects: 37% (17/45)
remote: Counting objects: 40% (18/45)
remote: Counting objects: 42% (19/45)
remote: Counting objects: 44% (20/45)
remote: Counting objects: 46% (21/45)
remote: Counting objects: 48% (22/45)
remote: Counting objects: 51% (23/45)
remote: Counting objects: 53% (24/45)
remote: Counting objects: 55% (25/45)
remote: Counting objects: 57% (26/45)
remote: Counting objects: 60% (27/45)
remote: Counting objects: 62% (28/45)
remote: Counting objects: 64% (29/45)
remote: Counting objects: 66% (30/45)
remote: Counting objects: 68% (31/45)
remote: Counting objects: 71% (32/45)
remote: Counting objects: 73% (33/45)
remote: Counting objects: 75% (34/45)
remote: Counting objects: 77% (35/45)
remote: Counting objects: 80% (36/45)
remote: Counting objects: 82% (37/45)
remote: Counting objects: 84% (38/45)
remote: Counting objects: 86% (39/45)
remote: Counting objects: 88% (40/45)
remote: Counting objects: 91% (41/45)
remote: Counting objects: 93% (42/45)
remote: Counting objects: 95% (43/45)
remote: Counting objects: 97% (44/45)
remote: Counting objects: 100% (45/45)
remote: Counting objects: 100% (45/45), done.
remote: Compressing objects: 20% (1/5)
remote: Compressing objects: 40% (2/5)
remote: Compressing objects: 60% (3/5)
remote: Compressing objects: 80% (4/5)
remote: Compressing objects: 100% (5/5)
remote: Compressing objects: 100% (5/5), done.
remote: Total 57 (delta 40), reused 41 (delta 40), pack-reused 12
From https://github.com/python/cpython
- branch master -> FETCH_HEAD Reset branch 'master'
Python/pytime.c:154:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-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-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-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/timemodule.c:116:13: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_OverflowError, ^~~~~~~~~~~~~~~ ./Modules/_threadmodule.c:1587:19: warning: implicit conversion from '_PyTime_t' (aka 'long') to 'double' changes value from 9223372036854775 to 9223372036854776 [-Wimplicit-int-float-conversion] timeout_max = (_PyTime_t)PY_TIMEOUT_MAX * 1e-6; ^~~~~~~~~~~~~~~~~~~~~~~~~ ~ 1 warning generated. 1 warning generated. /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/Modules/_decimal/libmpdec/mpdecimal.c:7940:25: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551614 to 18446744073709551616 [-Wimplicit-int-float-conversion] return (x > SIZE_MAX-1) ? SIZE_MAX : (size_t)x + 1; ~ ~~~~~~~~^~ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/Modules/_decimal/libmpdec/mpdecimal.c:7959:18: warning: implicit conversion from 'long' to 'double' changes value from 105263157894736842 to 105263157894736848 [-Wimplicit-int-float-conversion] return (x >= MPD_MAXIMPORT) ? MPD_SSIZE_MAX : (mpd_ssize_t)x + 1; ~~ ^~~~~~~~~~~~~ /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/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.
WARNING: The script easy_install-3.10 is installed in '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts pip3 and pip3.10 are installed in '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
chmod: target/lib/python3.10/site-packages/pip-20.1.dist-info/INSTALLER: new permissions are r-xrw-rwx, not r-xr--r-x chmod: target/lib/python3.10/site-packages/pip-20.1.dist-info/RECORD: new permissions are r-xrw-rwx, not r-xr--r-x chmod: target/lib/python3.10/site-packages/setuptools-46.1.3.dist-info/INSTALLER: new permissions are r-xrw-rwx, not r-xr--r-x chmod: target/lib/python3.10/site-packages/setuptools-46.1.3.dist-info/RECORD: new permissions are r-xrw-rwx, not r-xr--r-x
test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp' test_asdl_parser skipped -- test irrelevant for an installed Python test_gdb skipped -- test_gdb only works on source builds at the moment. test_kqueue skipped -- test works only on BSD test_ioctl skipped -- Unable to open /dev/tty test_winsound skipped -- No module named 'winsound' test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.10/os.py'> has no attribute 'startfile' test_msilib skipped -- No module named 'msilib' 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 8.245s
OK (skipped=2) test_winreg skipped -- No module named 'winreg' test_devpoll skipped -- test works only on Solaris OS family test_check_c_globals skipped -- c-analyzer directory could not be found test_winconsoleio skipped -- test only relevant on win32 test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_clinic skipped -- clinic directory could not be found test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org