Buildbot failure in Python on x86-64 macOS 3.x
The Buildbot has detected a failed build on builder x86-64 macOS 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/275/builds/1241
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: billenstein-macos
Build Reason: <unknown> Blamelist: Konge <zkonge@outlook.com>, tkmikan <36260601+tkmikan@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: 13, done.
remote: Counting objects: 7% (1/13)
remote: Counting objects: 15% (2/13)
remote: Counting objects: 23% (3/13)
remote: Counting objects: 30% (4/13)
remote: Counting objects: 38% (5/13)
remote: Counting objects: 46% (6/13)
remote: Counting objects: 53% (7/13)
remote: Counting objects: 61% (8/13)
remote: Counting objects: 69% (9/13)
remote: Counting objects: 76% (10/13)
remote: Counting objects: 84% (11/13)
remote: Counting objects: 92% (12/13)
remote: Counting objects: 100% (13/13)
remote: Counting objects: 100% (13/13), done.
remote: Total 19 (delta 13), reused 13 (delta 13), pack-reused 6
From https://github.com/python/cpython
- branch master -> FETCH_HEAD Reset branch 'master'
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Python/Python-ast.c:1147:9: warning: variable 'fields' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (state == NULL) { ^~~~~~~~~~~~~ Python/Python-ast.c:1210:16: note: uninitialized use occurs here Py_XDECREF(fields); ^~~~~~ ./Include/object.h:520:51: note: expanded from macro 'Py_XDECREF' #define Py_XDECREF(op) _Py_XDECREF(_PyObject_CAST(op)) ^~ ./Include/object.h:112:41: note: expanded from macro '_PyObject_CAST' #define _PyObject_CAST(op) ((PyObject*)(op)) ^~ Python/Python-ast.c:1147:5: note: remove the 'if' if its condition is always false if (state == NULL) { ^~~~~~~~~~~~~~~~~~~~ Python/Python-ast.c:1145:35: note: initialize the variable 'fields' to silence this warning PyObject *key, *value, *fields; ^ = NULL 1 warning generated. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.10d.a(dynamic_annotations.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.10d.a(pymath.o) has no symbols ld: warning: directory not found for option '-L/usr/lib/termcap' /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/_sqlite/connection.c:1066:9: warning: 'sqlite3_trace' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] sqlite3_trace(self->db, 0, (void*)0); ^~~~~~~~~~~~~ sqlite3_trace_v2 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3.h:3022:36: note: 'sqlite3_trace' has been explicitly marked deprecated here SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace( ^ /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/_sqlite/connection.c:1069:9: warning: 'sqlite3_trace' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] sqlite3_trace(self->db, _trace_callback, trace_callback); ^~~~~~~~~~~~~ sqlite3_trace_v2 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3.h:3022:36: note: 'sqlite3_trace' has been explicitly marked deprecated here SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace( ^ 2 warnings generated. /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/_sqlite/module.c:147:10: warning: 'sqlite3_enable_shared_cache' is deprecated: first deprecated in macOS 10.7 - Not supported [-Wdeprecated-declarations] rc = sqlite3_enable_shared_cache(do_enable); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3.h:5950:16: note: 'sqlite3_enable_shared_cache' has been explicitly marked deprecated here SQLITE_API int sqlite3_enable_shared_cache(int); ^ 1 warning generated. /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/_tkinter.c:2870:12: warning: 'Tk_GetNumMainWindows' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations] while (Tk_GetNumMainWindows() > threshold && ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:673:13: note: 'Tk_GetNumMainWindows' has been explicitly marked deprecated here EXTERN int Tk_GetNumMainWindows(void); ^ /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/_tkinter.c:2997:13: warning: 'Tk_Init' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations] if (Tk_Init(interp) == TCL_ERROR) { ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:769:13: note: 'Tk_Init' has been explicitly marked deprecated here EXTERN int Tk_Init(Tcl_Interp *interp); ^ /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/_tkinter.c:3393:9: warning: 'Tk_GetNumMainWindows' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations] if (Tk_GetNumMainWindows() == 0 && PyOS_InputHook == EventHook) { ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:673:13: note: 'Tk_GetNumMainWindows' has been explicitly marked deprecated here EXTERN int Tk_GetNumMainWindows(void); ^ 3 warnings generated. /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/tkappinit.c:105:9: warning: 'Tk_Init' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations] if (Tk_Init(interp) == TCL_ERROR) { ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:769:13: note: 'Tk_Init' has been explicitly marked deprecated here EXTERN int Tk_Init(Tcl_Interp *interp); ^ /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/tkappinit.c:113:5: warning: 'Tk_MainWindow' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations] Tk_MainWindow(interp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:792:18: note: 'Tk_MainWindow' has been explicitly marked deprecated here EXTERN Tk_Window Tk_MainWindow(Tcl_Interp *interp); ^ 2 warnings generated. ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
test_devpoll skipped -- test works only on Solaris OS family test_multiprocessing_fork skipped -- test may crash on macOS (bpo-33725) test_winconsoleio skipped -- test only relevant on win32 test_ttk_guionly skipped -- gui tests cannot run without OS X window manager <string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ test_ossaudiodev skipped -- No module named 'ossaudiodev' test_startfile skipped -- object <module 'os' from '/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/os.py'> has no attribute 'startfile' test_tix skipped -- gui tests cannot run without OS X window manager test_ioctl skipped -- Unable to open /dev/tty test_msilib skipped -- No module named '_msi' test_tk skipped -- gui tests cannot run without OS X window manager
Cannot open file '/Users/buildbot/buildarea/3.x.billenstein-macos/build/test-results.xml' for upload
Test report
Sincerely, -The Buildbot
No idea what's going on:
0:36:43 load avg: 2.27 running: test_unparse (10 min 30 sec), test_datetime (30.2 sec) 0:37:03 load avg: 2.12 [232/423] test_datetime passed (47.5 sec) -- running: test_unparse (10 min 50 sec) 0:37:11 load avg: 2.09 [233/423] test_xmlrpc passed -- running: test_unparse (10 min 58 sec) 0:37:14 load avg: 2.09 [234/423] test_syntax passed -- running: test_unparse (11 min 1 sec) 0:37:17 load avg: 2.16 [235/423] test_wsgiref passed -- running: test_unparse (11 min 4 sec)
command timed out: 1200 seconds without output running ['make', 'buildbottest', 'TESTOPTS=-j2 --junit-xml test-results.xml ${BUILDBOT_TESTOPTS}', 'TESTPYTHONOPTS=', 'TESTTIMEOUT=900'], attempting to kill process killed by signal 9 program finished with exit code -1 elapsedTime=4583.429344
Le sam. 4 juil. 2020 à 03:32, <buildbot@python.org> a écrit :
The Buildbot has detected a failed build on builder x86-64 macOS 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/275/builds/1241
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: billenstein-macos
Build Reason: <unknown> Blamelist: Konge <zkonge@outlook.com>, tkmikan <36260601+tkmikan@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: 13, done. remote: Counting objects: 7% (1/13) remote: Counting objects: 15% (2/13) remote: Counting objects: 23% (3/13) remote: Counting objects: 30% (4/13) remote: Counting objects: 38% (5/13) remote: Counting objects: 46% (6/13) remote: Counting objects: 53% (7/13) remote: Counting objects: 61% (8/13) remote: Counting objects: 69% (9/13) remote: Counting objects: 76% (10/13) remote: Counting objects: 84% (11/13) remote: Counting objects: 92% (12/13) remote: Counting objects: 100% (13/13) remote: Counting objects: 100% (13/13), done. remote: Total 19 (delta 13), reused 13 (delta 13), pack-reused 6 From https://github.com/python/cpython
- branch master -> FETCH_HEAD Reset branch 'master'
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Python/Python-ast.c:1147:9: warning: variable 'fields' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (state == NULL) { ^~~~~~~~~~~~~ Python/Python-ast.c:1210:16: note: uninitialized use occurs here Py_XDECREF(fields); ^~~~~~ ./Include/object.h:520:51: note: expanded from macro 'Py_XDECREF' #define Py_XDECREF(op) _Py_XDECREF(_PyObject_CAST(op)) ^~ ./Include/object.h:112:41: note: expanded from macro '_PyObject_CAST' #define _PyObject_CAST(op) ((PyObject*)(op)) ^~ Python/Python-ast.c:1147:5: note: remove the 'if' if its condition is always false if (state == NULL) { ^~~~~~~~~~~~~~~~~~~~ Python/Python-ast.c:1145:35: note: initialize the variable 'fields' to silence this warning PyObject *key, *value, *fields; ^ = NULL 1 warning generated. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.10d.a(dynamic_annotations.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.10d.a(pymath.o) has no symbols ld: warning: directory not found for option '-L/usr/lib/termcap' /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/_sqlite/connection.c:1066:9: warning: 'sqlite3_trace' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] sqlite3_trace(self->db, 0, (void*)0); ^~~~~~~~~~~~~ sqlite3_trace_v2 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3.h:3022:36: note: 'sqlite3_trace' has been explicitly marked deprecated here SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace( ^ /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/_sqlite/connection.c:1069:9: warning: 'sqlite3_trace' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] sqlite3_trace(self->db, _trace_callback, trace_callback); ^~~~~~~~~~~~~ sqlite3_trace_v2 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3.h:3022:36: note: 'sqlite3_trace' has been explicitly marked deprecated here SQLITE_API SQLITE_DEPRECATED void *sqlite3_trace( ^ 2 warnings generated. /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/_sqlite/module.c:147:10: warning: 'sqlite3_enable_shared_cache' is deprecated: first deprecated in macOS 10.7 - Not supported [-Wdeprecated-declarations] rc = sqlite3_enable_shared_cache(do_enable); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3.h:5950:16: note: 'sqlite3_enable_shared_cache' has been explicitly marked deprecated here SQLITE_API int sqlite3_enable_shared_cache(int); ^ 1 warning generated. /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/_tkinter.c:2870:12: warning: 'Tk_GetNumMainWindows' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations] while (Tk_GetNumMainWindows() > threshold && ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:673:13: note: 'Tk_GetNumMainWindows' has been explicitly marked deprecated here EXTERN int Tk_GetNumMainWindows(void); ^ /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/_tkinter.c:2997:13: warning: 'Tk_Init' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations] if (Tk_Init(interp) == TCL_ERROR) { ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:769:13: note: 'Tk_Init' has been explicitly marked deprecated here EXTERN int Tk_Init(Tcl_Interp *interp); ^ /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/_tkinter.c:3393:9: warning: 'Tk_GetNumMainWindows' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations] if (Tk_GetNumMainWindows() == 0 && PyOS_InputHook == EventHook) { ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:673:13: note: 'Tk_GetNumMainWindows' has been explicitly marked deprecated here EXTERN int Tk_GetNumMainWindows(void); ^ 3 warnings generated. /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/tkappinit.c:105:9: warning: 'Tk_Init' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations] if (Tk_Init(interp) == TCL_ERROR) { ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:769:13: note: 'Tk_Init' has been explicitly marked deprecated here EXTERN int Tk_Init(Tcl_Interp *interp); ^ /Users/buildbot/buildarea/3.x.billenstein-macos/build/Modules/tkappinit.c:113:5: warning: 'Tk_MainWindow' is deprecated: first deprecated in macOS 10.15 - Tk API deprecated. [-Wdeprecated-declarations] Tk_MainWindow(interp); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Headers/tkDecls.h:792:18: note: 'Tk_MainWindow' has been explicitly marked deprecated here EXTERN Tk_Window Tk_MainWindow(Tcl_Interp *interp); ^ 2 warnings generated. ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
test_devpoll skipped -- test works only on Solaris OS family test_multiprocessing_fork skipped -- test may crash on macOS (bpo-33725) test_winconsoleio skipped -- test only relevant on win32 test_ttk_guionly skipped -- gui tests cannot run without OS X window manager <string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ test_ossaudiodev skipped -- No module named 'ossaudiodev' test_startfile skipped -- object <module 'os' from '/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/os.py'> has no attribute 'startfile' test_tix skipped -- gui tests cannot run without OS X window manager test_ioctl skipped -- Unable to open /dev/tty test_msilib skipped -- No module named '_msi' test_tk skipped -- gui tests cannot run without OS X window manager
Cannot open file '/Users/buildbot/buildarea/3.x.billenstein-macos/build/test-results.xml' for upload
Test report
Sincerely, -The Buildbot
Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-leave@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: vstinner@python.org
-- Night gathers, and now my watch begins. It shall not end until my death.
participants (2)
-
buildbot@python.org
-
Victor Stinner