Buildbot failure in Python on PPC64LE Fedora Stable Clang Installed 3.x

The Buildbot has detected a failed build on builder PPC64LE Fedora Stable Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/451/builds/585
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown> Blamelist: Ethan Furman <ethan@stoneleaf.us>, Victor Stinner <vstinner@python.org>, borispopoff <58560689+borispopoff@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
408 tests OK.
1 test failed: test_enum
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
1 re-run test: test_enum
Total duration: 3 min 37 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.10/test/libregrtest/runtest.py", line 272, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.10/test/libregrtest/runtest.py", line 236, in _runtest_inner2 test_runner() File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.10/test/libregrtest/runtest.py", line 210, in _test_module raise Exception("errors while loading tests") Exception: errors while loading tests
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.10/unittest/loader.py", line 130, in loadTestsFromModule return load_tests(self, tests, pattern) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.10/test/test_enum.py", line 20, in load_tests tests.addTests(doctest.DocFileSuite( File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.10/doctest.py", line 2511, in DocFileSuite suite.addTest(DocFileTest(path, **kw)) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.10/doctest.py", line 2433, in DocFileTest doc, path = _load_testfile(path, package, module_relative, File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.10/doctest.py", line 231, in _load_testfile file_contents = loader.get_data(filename) File "<frozen importlib._bootstrap_external>", line 1023, in get_data FileNotFoundError: [Errno 2] No such file or directory: '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.10/test/../../Doc/library/enum.rst'
Test report
Failed tests:
- test_enum
Sincerely, -The Buildbot

test_enum fails when Python is installed: https://bugs.python.org/issue38250#msg385701
participants (2)
-
buildbot@python.org
-
Victor Stinner