bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp(). by nanjekyejoannah · Pull Request #11608 · python/cpython
⚠️ ⚠️ ⚠️ Buildbot failure ⚠️ ⚠️ ⚠️
Hi! The buildbot x86 Gentoo Installed with X 3.x has failed when building commit 80c5dfe.
What do you need to do:
- Don't panic.
- Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
- Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/103/builds/2023) and take a look at the build logs.
- Check if the failure is related to this commit (80c5dfe) or if it is a false positive.
- If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.
You can take a look at the buildbot page here:
https://buildbot.python.org/all/#builders/103/builds/2023
Click to see traceback logs
From https://github.com/python/cpython * branch master -> FETCH_HEAD Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. Reset branch 'master' Python/ast.c: In function ‘handle_keywordonly_args.isra.21’: Python/ast.c:1415:35: warning: ‘arg’ may be used uninitialized in this function [-Wmaybe-uninitialized] arg->type_comment = NEW_TYPE_COMMENT(ch); ^ Python/ast.c: In function ‘ast_for_arguments’: Python/ast.c:1619:35: warning: ‘arg’ may be used uninitialized in this function [-Wmaybe-uninitialized] arg->type_comment = NEW_TYPE_COMMENT(ch); ^ In file included from Python/ast.c:7:0: Python/ast.c: In function ‘ast_for_classdef’: ./Include/Python-ast.h:495:58: warning: ‘end_col_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define ClassDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) ^~~~~~~~~~~~ Python/ast.c:4340:21: note: ‘end_col_offset’ was declared here int end_lineno, end_col_offset; ^~~~~~~~~~~~~~ In file included from Python/ast.c:7:0: ./Include/Python-ast.h:495:58: warning: ‘end_lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define ClassDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) ^~~~~~~~~~~~ Python/ast.c:4340:9: note: ‘end_lineno’ was declared here int end_lineno, end_col_offset; ^~~~~~~~~~ In file included from Python/ast.c:7:0: Python/ast.c: In function ‘ast_for_stmt’: ./Include/Python-ast.h:545:49: warning: ‘end_col_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define Try(a0, a1, a2, a3, a4, a5, a6, a7, a8) _Py_Try(a0, a1, a2, a3, a4, a5, a6, a7, a8) ^~~~~~~ Python/ast.c:4189:21: note: ‘end_col_offset’ was declared here int end_lineno, end_col_offset, n_except = (nch - 3)/3; ^~~~~~~~~~~~~~ In file included from Python/ast.c:7:0: ./Include/Python-ast.h:545:49: warning: ‘end_lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define Try(a0, a1, a2, a3, a4, a5, a6, a7, a8) _Py_Try(a0, a1, a2, a3, a4, a5, a6, a7, a8) ^~~~~~~ Python/ast.c:4189:9: note: ‘end_lineno’ was declared here int end_lineno, end_col_offset, n_except = (nch - 3)/3; ^~~~~~~~~~ In file included from Python/ast.c:7:0: ./Include/Python-ast.h:681:55: warning: ‘end_col_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define ExceptHandler(a0, a1, a2, a3, a4, a5, a6, a7) _Py_ExceptHandler(a0, a1, a2, a3, a4, a5, a6, a7) ^~~~~~~~~~~~~~~~~ Python/ast.c:4128:21: note: ‘end_col_offset’ was declared here int end_lineno, end_col_offset; ^~~~~~~~~~~~~~ In file included from Python/ast.c:7:0: ./Include/Python-ast.h:681:55: warning: ‘end_lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define ExceptHandler(a0, a1, a2, a3, a4, a5, a6, a7) _Py_ExceptHandler(a0, a1, a2, a3, a4, a5, a6, a7) ^~~~~~~~~~~~~~~~~ Python/ast.c:4128:9: note: ‘end_lineno’ was declared here int end_lineno, end_col_offset; ^~~~~~~~~~ In file included from Python/ast.c:7:0: ./Include/Python-ast.h:526:47: warning: ‘end_col_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define While(a0, a1, a2, a3, a4, a5, a6, a7) _Py_While(a0, a1, a2, a3, a4, a5, a6, a7) ^~~~~~~~~ Python/ast.c:4016:21: note: ‘end_col_offset’ was declared here int end_lineno, end_col_offset; ^~~~~~~~~~~~~~ In file included from Python/ast.c:7:0: ./Include/Python-ast.h:526:47: warning: ‘end_lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define While(a0, a1, a2, a3, a4, a5, a6, a7) _Py_While(a0, a1, a2, a3, a4, a5, a6, a7) ^~~~~~~~~ Python/ast.c:4016:9: note: ‘end_lineno’ was declared here int end_lineno, end_col_offset; ^~~~~~~~~~ In file included from Python/ast.c:7:0: ./Include/Python-ast.h:530:44: warning: ‘end_col_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define If(a0, a1, a2, a3, a4, a5, a6, a7) _Py_If(a0, a1, a2, a3, a4, a5, a6, a7) ^~~~~~ Python/ast.c:3886:21: note: ‘end_col_offset’ was declared here int end_lineno, end_col_offset; ^~~~~~~~~~~~~~ In file included from Python/ast.c:7:0: ./Include/Python-ast.h:530:44: warning: ‘end_lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define If(a0, a1, a2, a3, a4, a5, a6, a7) _Py_If(a0, a1, a2, a3, a4, a5, a6, a7) ^~~~~~ Python/ast.c:3886:9: note: ‘end_lineno’ was declared here int end_lineno, end_col_offset; ^~~~~~~~~~ In file included from Python/ast.c:7:0: Python/ast.c: In function ‘ast_for_funcdef_impl’: ./Include/Python-ast.h:484:66: warning: ‘end_col_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define FunctionDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) ^~~~~~~~~~~~~~~ Python/ast.c:1738:21: note: ‘end_col_offset’ was declared here int end_lineno, end_col_offset; ^~~~~~~~~~~~~~ In file included from Python/ast.c:7:0: ./Include/Python-ast.h:484:66: warning: ‘end_lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define FunctionDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) ^~~~~~~~~~~~~~~ Python/ast.c:1738:9: note: ‘end_lineno’ was declared here int end_lineno, end_col_offset; ^~~~~~~~~~ In file included from Python/ast.c:7:0: Python/ast.c: In function ‘ast_for_for_stmt’: ./Include/Python-ast.h:518:53: warning: ‘end_col_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define For(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) _Py_For(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) ^~~~~~~ Python/ast.c:4065:21: note: ‘end_col_offset’ was declared here int end_lineno, end_col_offset; ^~~~~~~~~~~~~~ In file included from Python/ast.c:7:0: ./Include/Python-ast.h:518:53: warning: ‘end_lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define For(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) _Py_For(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) ^~~~~~~ Python/ast.c:4065:9: note: ‘end_lineno’ was declared here int end_lineno, end_col_offset; ^~~~~~~~~~ In file included from Python/ast.c:7:0: Python/ast.c: In function ‘ast_for_with_stmt’: ./Include/Python-ast.h:534:46: warning: ‘end_col_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define With(a0, a1, a2, a3, a4, a5, a6, a7) _Py_With(a0, a1, a2, a3, a4, a5, a6, a7) ^~~~~~~~ Python/ast.c:4292:67: note: ‘end_col_offset’ was declared here int i, n_items, nch_minus_type, has_type_comment, end_lineno, end_col_offset; ^~~~~~~~~~~~~~ In file included from Python/ast.c:7:0: ./Include/Python-ast.h:534:46: warning: ‘end_lineno’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define With(a0, a1, a2, a3, a4, a5, a6, a7) _Py_With(a0, a1, a2, a3, a4, a5, a6, a7) ^~~~~~~~ Python/ast.c:4292:55: note: ‘end_lineno’ was declared here int i, n_items, nch_minus_type, has_type_comment, end_lineno, end_col_offset; ^~~~~~~~~~ Python/pystate.c: In function ‘_long_shared’: Python/pystate.c:1483:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] data->data = (void *)value; ^ Python/symtable.c: In function ‘PySymtable_BuildObject’: Python/symtable.c:289:5: warning: enumeration value ‘FunctionType_kind’ not handled in switch [-Wswitch] switch (mod->kind) { ^~~~~~ ./Modules/posixmodule.c: In function ‘parse_posix_spawn_flags’: ./Modules/posixmodule.c:5173:17: warning: unused variable ‘func_name’ [-Wunused-variable] const char *func_name = "posix_spawnp"; ^~~~~~~~~ /buildbot/tmp/tmpdir/tmp4xs5o00b/pip-18.1-py2.py3-none-any.whl/pip/_vendor/requests/status_codes.py:3: SyntaxWarning: invalid escape sequence \o /buildbot/tmp/tmpdir/tmp4xs5o00b/pip-18.1-py2.py3-none-any.whl/pip/_vendor/requests/status_codes.py:3: SyntaxWarning: invalid escape sequence \o