☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure 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/3809
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown> Blamelist: Hugo van Kemenade <hugovk@users.noreply.github.com>, Mark Shannon <mark@hotpy.org>, Michael Droettboom <mdboom@gmail.com>, Nikita Sobolev <mail@sobolevn.me>, Pavel Ovchinnikov <99139074+R1senDev@users.noreply.github.com>, Sam Gross <colesbury@gmail.com>, Samuel Thibault <samuel.thibault@ens-lyon.org>, Victor Stinner <vstinner@python.org>, Vinay Sajip <vinay_sajip@yahoo.co.uk>, zipperer <47086307+zipperer@users.noreply.github.com>
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-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/idlelib/idle_test/test_config.py", line 308, in test_load_cfg_files eq(conf.defaultCfg['foo'].Get('Foo Bar', 'foo'), 'newbar') AssertionError: None != 'newbar'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1326, in test_cfgparser_dot_3 self.assertEqual(len(cf.read(tricky, encoding='utf-8')), 1) AssertionError: 0 != 1
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 757, in test_read_returns_file_list_with_bytestring_path self.assertEqual(parsed_files, [file1_bytestring]) AssertionError: Lists differ: [] != [b'configdata/cfgparser.1']
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1358, in test_unicode_failure with self.assertRaises(UnicodeDecodeError): AssertionError: UnicodeDecodeError not raised
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/idlelib/idle_test/test_config.py", line 93, in test_load_file self.assertEqual(parser.Get('Foo Bar', 'foo'), 'newbar') AssertionError: None != 'newbar'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1133, in test_reading self.assertEqual(parsed_files, [smbconf]) AssertionError: Lists differ: [] != ['configdata/cfgparser.2']
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1485, in test_file with open(file_path, encoding="utf-8") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.1'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1505, in test_readline_generator parser.read_file(FakeFile()) ^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1458, in __init__ with open(file_path, encoding="utf-8") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.1'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 554, in test_parse_errors with open(tricky, encoding='utf-8') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.3'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 724, in test_read_returns_file_list self.assertEqual(parsed_files, [file1]) AssertionError: Lists differ: [] != ['configdata/cfgparser.1']
Test report
Failed tests:
- test_configparser
- test_idle
Failed subtests:
- test_load_cfg_files - idlelib.idle_test.test_config.IdleConfTest.test_load_cfg_files
- test_parse_errors - test.test_configparser.SortedTestCase.test_parse_errors
- test_parse_errors - test.test_configparser.StrictTestCase.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_parse_errors
- test_unicode_failure - test.test_configparser.ConfigParserTestCaseTrickyFile.test_unicode_failure
- test_parse_errors - test.test_configparser.MultilineValuesTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list
- test_parse_errors - test.test_configparser.RawConfigParserTestCase.test_parse_errors
- test_read_returns_file_list - test.test_configparser.ConvertersTestCase.test_read_returns_file_list
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_parse_errors
- test_read_returns_file_list - test.test_configparser.CopyTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.StrictTestCase.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.ConvertersTestCase.test_parse_errors
- test_cfgparser_dot_3 - test.test_configparser.ConfigParserTestCaseTrickyFile.test_cfgparser_dot_3
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCase.test_read_returns_file_list_with_bytestring_path
- test_file - test.test_configparser.ReadFileTestCase.test_file
- test_read_returns_file_list - test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list
- test_parse_errors - test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.CopyTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.StrictTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.SortedTestCase.test_read_returns_file_list
- test_load_file - idlelib.idle_test.test_config.IdleConfParserTest.test_load_file
- test_parse_errors - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.SortedTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCase.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.CopyTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConvertersTestCase.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_parse_errors
- test_reading - test.test_configparser.RawConfigParserTestSambaConf.test_reading
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/14/builds/4908
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist: Hugo van Kemenade <hugovk@users.noreply.github.com>, Mark Shannon <mark@hotpy.org>, Michael Droettboom <mdboom@gmail.com>, Nikita Sobolev <mail@sobolevn.me>, Pavel Ovchinnikov <99139074+R1senDev@users.noreply.github.com>, Sam Gross <colesbury@gmail.com>, Samuel Thibault <samuel.thibault@ens-lyon.org>, Victor Stinner <vstinner@python.org>, Vinay Sajip <vinay_sajip@yahoo.co.uk>, zipperer <47086307+zipperer@users.noreply.github.com>
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-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 757, in test_read_returns_file_list_with_bytestring_path self.assertEqual(parsed_files, [file1_bytestring]) AssertionError: Lists differ: [] != [b'configdata/cfgparser.1']
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1133, in test_reading self.assertEqual(parsed_files, [smbconf]) AssertionError: Lists differ: [] != ['configdata/cfgparser.2']
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 724, in test_read_returns_file_list self.assertEqual(parsed_files, [file1]) AssertionError: Lists differ: [] != ['configdata/cfgparser.1']
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/idlelib/idle_test/test_config.py", line 308, in test_load_cfg_files eq(conf.defaultCfg['foo'].Get('Foo Bar', 'foo'), 'newbar') AssertionError: None != 'newbar'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1358, in test_unicode_failure with self.assertRaises(UnicodeDecodeError): AssertionError: UnicodeDecodeError not raised
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1326, in test_cfgparser_dot_3 self.assertEqual(len(cf.read(tricky, encoding='utf-8')), 1) AssertionError: 0 != 1
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/idlelib/idle_test/test_config.py", line 93, in test_load_file self.assertEqual(parser.Get('Foo Bar', 'foo'), 'newbar') AssertionError: None != 'newbar'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1505, in test_readline_generator parser.read_file(FakeFile()) ^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1458, in __init__ with open(file_path, encoding="utf-8") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.1'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1485, in test_file with open(file_path, encoding="utf-8") as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.1'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 554, in test_parse_errors with open(tricky, encoding='utf-8') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.3'
Test report
Failed tests:
- test_configparser
- test_idle
Failed subtests:
- test_load_cfg_files - idlelib.idle_test.test_config.IdleConfTest.test_load_cfg_files
- test_parse_errors - test.test_configparser.SortedTestCase.test_parse_errors
- test_parse_errors - test.test_configparser.StrictTestCase.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_parse_errors
- test_unicode_failure - test.test_configparser.ConfigParserTestCaseTrickyFile.test_unicode_failure
- test_parse_errors - test.test_configparser.MultilineValuesTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list
- test_parse_errors - test.test_configparser.RawConfigParserTestCase.test_parse_errors
- test_read_returns_file_list - test.test_configparser.ConvertersTestCase.test_read_returns_file_list
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_parse_errors
- test_read_returns_file_list - test.test_configparser.CopyTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.StrictTestCase.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.ConvertersTestCase.test_parse_errors
- test_cfgparser_dot_3 - test.test_configparser.ConfigParserTestCaseTrickyFile.test_cfgparser_dot_3
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCase.test_read_returns_file_list_with_bytestring_path
- test_file - test.test_configparser.ReadFileTestCase.test_file
- test_read_returns_file_list - test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list
- test_parse_errors - test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.CopyTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.StrictTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.SortedTestCase.test_read_returns_file_list
- test_load_file - idlelib.idle_test.test_config.IdleConfParserTest.test_load_file
- test_parse_errors - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.SortedTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCase.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.CopyTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConvertersTestCase.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_parse_errors
- test_reading - test.test_configparser.RawConfigParserTestSambaConf.test_reading
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org