The Buildbot has detected a new failure on builder PPC64LE RHEL7 LTO 3.x while
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/503/builds/4561
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-ppc64le
Build Reason:
Blamelist: Alex Waygood , Erlend E. Aasland
, Hugo van Kemenade
<1324225+hug...@users.noreply.github.com>, Ken Jin
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===
==
Captured traceback
==
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/test/libregrtest/single.py",
line 178, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~^^
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/test/libregrtest/single.py",
line 125, in _load_run_test
test_mod = importlib.import_module(module_name)
~~~^
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/importlib/__init__.py",
line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 1014, in exec_module
File "", line 488, in _call_with_frames_removed
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/test/test_dbm_sqlite3.py",
line 1, in
import sqlite3
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/sqlite3/__init__.py",
line 57, in
from sqlite3.dbapi2 import *
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/sqlite3/dbapi2.py",
line 27, in
from _sqlite3 import *
ModuleNotFoundError: No module named '_sqlite3'
Test report
===
Failed tests:
- test_dbm_sqlite3
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL7
LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/43/builds/4939
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-ppc64le
Build Reason:
Blamelist: Erlend E. Aasland
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===
==
Captured traceback
==
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/single.py",
line 178, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~^^
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/libregrtest/single.py",
line 125, in _load_run_test
test_mod = importlib.import_module(module_name)
~~~^
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/importlib/__init__.py",
line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 1014, in exec_module
File "", line 488, in _call_with_frames_removed
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_dbm_sqlite3.py",
line 1, in
import sqlite3
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/sqlite3/__init__.py",
line 57, in
from sqlite3.dbapi2 import *
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/sqlite3/dbapi2.py",
line 27, in
from _sqlite3 import *
ModuleNotFoundError: No module named '_sqlite3'
Test report
===
Failed tests:
- test_dbm_sqlite3
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL7
3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/446/builds/4541
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-ppc64le
Build Reason:
Blamelist: Alex Waygood , Erlend E. Aasland
, Hugo van Kemenade
<1324225+hug...@users.noreply.github.com>, Ken Jin
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===
==
Captured traceback
==
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/test/libr