☠ Buildbot (Python): python/cpython - failed test (failure) (3.12)
The Buildbot has detected a new failure on builder s390x Fedora Clang Installed 3.12 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1207/builds/304
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>, Victor Stinner <vstinner@python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
==
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 758, 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/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 555, 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/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1361, 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/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1520, 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/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1393, in test_unicode_failure with self.assertRaises(UnicodeDecodeError): AssertionError: UnicodeDecodeError not raised
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1168, in test_reading self.assertEqual(parsed_files, [smbconf]) AssertionError: Lists differ: [] != ['configdata/cfgparser.2']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/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/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/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/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1540, in test_readline_generator parser.read_file(FakeFile()) ^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1493, 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/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 725, 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.StrictTestCase.test_read_returns_file_list
- 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_parse_errors - test.test_configparser.ConfigParserTestCaseLegacyInterpolation.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 - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list
- 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_with_bytestring_path - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path
- 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.ConfigParserTestCaseLegacyInterpolation.test_read_returns_file_list_with_bytestring_path
- 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_read_returns_file_list - test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_read_returns_file_list
- test_reading - test.test_configparser.RawConfigParserTestSambaConf.test_reading
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org