Buildbot failure in Python on x86 Gentoo Installed with X 3.x

The Buildbot has detected a failed build on builder x86 Gentoo Installed with X 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/128/builds/953
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown> Blamelist: 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 ==
412 tests OK.
13 tests skipped: test_asdl_parser test_check_c_globals test_clinic test_devpoll test_gdb test_ioctl test_kqueue test_msilib test_startfile test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 36 min 55 sec
Captured traceback
remote: Enumerating objects: 9, done.
remote: Counting objects: 11% (1/9)
remote: Counting objects: 22% (2/9)
remote: Counting objects: 33% (3/9)
remote: Counting objects: 44% (4/9)
remote: Counting objects: 55% (5/9)
remote: Counting objects: 66% (6/9)
remote: Counting objects: 77% (7/9)
remote: Counting objects: 88% (8/9)
remote: Counting objects: 100% (9/9)
remote: Counting objects: 100% (9/9), 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 13 (delta 4), reused 5 (delta 4), pack-reused 4
From https://github.com/python/cpython
- branch master -> FETCH_HEAD Reset branch 'master'
Python/initconfig.c: In function ‘init_dump_ascii_wstr’: Python/initconfig.c:2646:34: warning: format ‘%lc’ expects argument of type ‘wint_t’, but argument 2 has type ‘wchar_t’ {aka ‘long int’} [-Wformat=] 2646 | PySys_WriteStderr("%lc", ch); | ~~^ ~~ | | | | | wchar_t {aka long int} | unsigned int | %ld Python/initconfig.c:2649:38: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘wchar_t’ {aka ‘long int’} [-Wformat=] 2649 | PySys_WriteStderr("\\x%02x", ch); | ~~~^ ~~ | | | | | wchar_t {aka long int} | unsigned int | %02lx Python/initconfig.c:2653:38: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘wchar_t’ {aka ‘long int’} [-Wformat=] 2653 | PySys_WriteStderr("\\U%08x", ch); | ~~~^ ~~ | | | | | wchar_t {aka long int} | unsigned int | %08lx Python/initconfig.c:2657:38: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘wchar_t’ {aka ‘long int’} [-Wformat=] 2657 | PySys_WriteStderr("\\u%04x", ch); | ~~~^ ~~ | | | | | wchar_t {aka long int} | unsigned int | %04lx /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/Modules/_zoneinfo.c: In function ‘load_data’: /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/Modules/_zoneinfo.c:911:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 911 | for (Py_ssize_t i = 0; i < self->num_transitions; ++i) { | ^ /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/Modules/_zoneinfo.c:949:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 949 | for (Py_ssize_t i = 0; i < self->num_ttinfos; ++i) { | ^
WARNING: The script easy_install-3.10 is installed in '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.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 '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.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/RECORD: new permissions are r-xrw-rwx, not r-xr--r-x 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/setuptools-46.1.3.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
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org