Buildbot-status
Threads by month
- ----- 2026 -----
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
November 2023
- 1 participants
- 152 discussions
☠ Buildbot (Python): python/cpython - failed test (failure) (3.11)
by buildbot@python.org Nov. 10, 2023
by buildbot@python.org Nov. 10, 2023
Nov. 10, 2023
The Buildbot has detected a new failure on builder AMD64 Fedora Stable Clang Installed 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1015/builds/1004
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Victor Stinner <vstinner(a)python.org>, Vinay Sajip <vinay_sajip(a)yahoo.co.uk>
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.11.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/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.11.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/test/test_configparser.py", line 1540, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/test/test_configparser.py", line 725, 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.11.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/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'
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
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org Nov. 9, 2023
by buildbot@python.org Nov. 9, 2023
Nov. 9, 2023
The Buildbot has detected a new failure on builder AMD64 Fedora Stable Clang Installed 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/350/builds/4832
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Mark Shannon <mark(a)hotpy.org>, Nikita Sobolev <mail(a)sobolevn.me>, Victor Stinner <vstinner(a)python.org>, zipperer <47086307+zipperer(a)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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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-x86_64.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'
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
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.11)
by buildbot@python.org Nov. 9, 2023
by buildbot@python.org Nov. 9, 2023
Nov. 9, 2023
The Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang Installed 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1004/builds/1014
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Victor Stinner <vstinner(a)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/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/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.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/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.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/test/test_configparser.py", line 725, 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.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/test/test_configparser.py", line 1540, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/home/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/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/buildbot/buildarea/3.11.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/test/test_configparser.py", line 1168, in test_reading
self.assertEqual(parsed_files, [smbconf])
AssertionError: Lists differ: [] != ['configdata/cfgparser.2']
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 BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Rawhide Clang Installed 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1010/builds/1064
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Victor Stinner <vstinner(a)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.11.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/test/test_configparser.py", line 1540, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/test/test_configparser.py", line 725, in test_read_returns_file_list
self.assertEqual(parsed_files, [file1])
AssertionError: Lists differ: [] != ['configdata/cfgparser.1']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/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'
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_load_file - idlelib.idle_test.test_config.IdleConfParserTest.test_load_file
- test_read_returns_file_list - test.test_configparser.SortedTestCase.test_read_returns_file_list
- 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
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.12)
by buildbot@python.org Nov. 9, 2023
by buildbot@python.org Nov. 9, 2023
Nov. 9, 2023
The Buildbot has detected a new failure on builder AMD64 Arch Linux TraceRefs 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1197/builds/334
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown>
Blamelist: Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Kumar Aditya <kumaraditya(a)python.org>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Nikita Sobolev <mail(a)sobolevn.me>, Serhiy Storchaka <storchaka(a)gmail.com>, Victor Stinner <vstinner(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/3.12.pablogsal-arch-x86_64/build/Lib/test/test_asyncio/test_streams.py", line 1100, in test_unhandled_exceptions
self.loop.run_until_complete(main())
File "/buildbot/buildarea/3.12.pablogsal-arch-x86_64/build/Lib/asyncio/base_events.py", line 684, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/buildbot/buildarea/3.12.pablogsal-arch-x86_64/build/Lib/test/test_asyncio/test_streams.py", line 1093, in main
server = await asyncio.start_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/3.12.pablogsal-arch-x86_64/build/Lib/asyncio/streams.py", line 83, in start_server
return await loop.create_server(factory, host, port, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/3.12.pablogsal-arch-x86_64/build/Lib/asyncio/base_events.py", line 1559, in create_server
raise OSError(err.errno, 'error while attempting '
OSError: [Errno 99] error while attempting to bind on address ('::1', 60605, 0, 0): cannot assign requested address
Traceback (most recent call last):
File "/buildbot/buildarea/3.12.pablogsal-arch-x86_64/build/Lib/test/test_asyncio/test_streams.py", line 1100, in test_unhandled_exceptions
self.loop.run_until_complete(main())
File "/buildbot/buildarea/3.12.pablogsal-arch-x86_64/build/Lib/asyncio/base_events.py", line 684, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/buildbot/buildarea/3.12.pablogsal-arch-x86_64/build/Lib/test/test_asyncio/test_streams.py", line 1093, in main
server = await asyncio.start_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/3.12.pablogsal-arch-x86_64/build/Lib/asyncio/streams.py", line 83, in start_server
return await loop.create_server(factory, host, port, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/3.12.pablogsal-arch-x86_64/build/Lib/asyncio/base_events.py", line 1559, in create_server
raise OSError(err.errno, 'error while attempting '
OSError: [Errno 99] error while attempting to bind on address ('::1', 51051, 0, 0): cannot assign requested address
Test report
===========
Failed tests:
- test.test_asyncio.test_streams
Failed subtests:
- test_unhandled_exceptions - test.test_asyncio.test_streams.StreamTests.test_unhandled_exceptions
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.11)
by buildbot@python.org Nov. 9, 2023
by buildbot@python.org Nov. 9, 2023
Nov. 9, 2023
The Buildbot has detected a new failure on builder s390x Fedora Clang Installed 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/958/builds/1039
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)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/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_configparser.py", line 725, in test_read_returns_file_list
self.assertEqual(parsed_files, [file1])
AssertionError: Lists differ: [] != ['configdata/cfgparser.1']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_configparser.py", line 1540, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/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.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_configparser.py", line 1168, in test_reading
self.assertEqual(parsed_files, [smbconf])
AssertionError: Lists differ: [] != ['configdata/cfgparser.2']
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_load_file - idlelib.idle_test.test_config.IdleConfParserTest.test_load_file
- test_read_returns_file_list - test.test_configparser.SortedTestCase.test_read_returns_file_list
- 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 BuildbotThe Buildbot has detected a new failure on builder x86 Debian Installed with X 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1247/builds/82
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-debian-x86
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)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 "/buildbot/buildarea/3.11.ware-debian-x86.installed/build/target/lib/python3.11/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 "/buildbot/buildarea/3.11.ware-debian-x86.installed/build/target/lib/python3.11/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 "/buildbot/buildarea/3.11.ware-debian-x86.installed/build/target/lib/python3.11/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 "/buildbot/buildarea/3.11.ware-debian-x86.installed/build/target/lib/python3.11/test/test_configparser.py", line 1540, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/buildbot/buildarea/3.11.ware-debian-x86.installed/build/target/lib/python3.11/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 "/buildbot/buildarea/3.11.ware-debian-x86.installed/build/target/lib/python3.11/test/test_configparser.py", line 1393, in test_unicode_failure
with self.assertRaises(UnicodeDecodeError):
AssertionError: UnicodeDecodeError not raised
Traceback (most recent call last):
File "/buildbot/buildarea/3.11.ware-debian-x86.installed/build/target/lib/python3.11/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 "/buildbot/buildarea/3.11.ware-debian-x86.installed/build/target/lib/python3.11/test/test_configparser.py", line 725, in test_read_returns_file_list
self.assertEqual(parsed_files, [file1])
AssertionError: Lists differ: [] != ['configdata/cfgparser.1']
Traceback (most recent call last):
File "/buildbot/buildarea/3.11.ware-debian-x86.installed/build/target/lib/python3.11/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 "/buildbot/buildarea/3.11.ware-debian-x86.installed/build/target/lib/python3.11/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 "/buildbot/buildarea/3.11.ware-debian-x86.installed/build/target/lib/python3.11/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']
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
1
0
☠ Buildbot (Python): - failed test (failure) (a60bbdee3a640620555c4ebe3942c0e0f8af6a26)
by buildbot@python.org Nov. 9, 2023
by buildbot@python.org Nov. 9, 2023
Nov. 9, 2023
The Buildbot has detected a new failure on builder s390x Fedora Rawhide Refleaks 3.11 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/1000/builds/540
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
TracebackErrorLocationCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok
TracebackFormatTests.test_print_exception_bad_type_capi) ... ok
TracebackErrorCaretTests.test_caret_for_subscript_unicode) ... ok
TracebackCases.test_recursion_error_during_traceback) ... ok
TracebackErrorCaretTests.test_byte_offset_multiline) ... ok
TracebackErrorLocationCaretTests.test_caret_for_binary_operators) ... ok
TracebackErrorLocationCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok
TracebackException_ExceptionGroups.test_comparison) ... ok
TracebackErrorLocationCaretTests.test_traceback_specialization_with_syntax_error) ... ok
TracebackCases.test_exception_is_None) ... ok
TracebackException_ExceptionGroups.test_max_group_width) ... ok
Traceback.test_sets_traceback) ... ok
TracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok
TracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok
TracebackErrorLocationCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok
TracebackFormatTests.test_unhashable) ... ok
TracebackException.test_traceback_header) ... ok
TracebackException.test_cause) ... ok
TracebackErrorCaretTests.test_caret_in_type_annotation) ... ok
TracebackErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok
TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback) ... ok
TracebackFormatTests.test_print_exception_bad_type_python) ... ok
TracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok
TracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok
TracebackErrorCaretTests.test_caret_exception_group) ... ok
TracebackErrorCaretTests.test_caret_multiline_expression) ... ok
TracebackErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ok
TracebackException.test_unhashable) ... ok
TracebackErrorLocationCaretTests.test_secondary_caret_not_elided) ... ok
TracebackErrorCaretTests.test_specialization_variations) ... ok
TracebackCases.test_signatures) ... ok
TracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok
TracebackErrorLocationCaretTests.test_caret_for_subscript_unicode) ... ok
TracebackErrorCaretTests.test_multiline_method_call_a) ... ok
TracebackException_ExceptionGroups.test_exception_group_format_exception_only) ... ok
TracebackErrorLocationCaretTests.test_specialization_variations) ... ok
TracebackErrorCaretTests.test_traceback_very_long_line) ... ok
TracebackCases.test_extract_stack) ... ok
TracebackCases.test_format_exception_only_bad__str__) ... ok
TracebackErrorLocationCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/libregrtest/single.py", line 179, in _runtest_env_changed_exc
_load_run_test(result, runtests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/libregrtest/single.py", line 136, in _load_run_test
regrtest_runner(result, test_func, runtests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/libregrtest/single.py", line 85, in regrtest_runner
refleak, test_result = runtest_refleak(result.test_name, test_func,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/libregrtest/refleak.py", line 93, in runtest_refleak
dash_R_cleanup(fs, ps, pic, zdc, abcs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/libregrtest/refleak.py", line 189, in dash_R_cleanup
clear_caches()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/libregrtest/utils.py", line 280, in clear_caches
fractions._hash_algorithm.cache_clear()
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'fractions' has no attribute '_hash_algorithm'
TracebackCases.test_print_exception_exc) ... ok
TracebackErrorLocationCaretTests.test_byte_offset_multiline) ... ok
TracebackErrorLocationCaretTests.test_caret_multiline_expression) ... ok
TracebackErrorLocationCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/libregrtest/single.py", line 179, in _runtest_env_changed_exc
_load_run_test(result, runtests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/libregrtest/single.py", line 136, in _load_run_test
regrtest_runner(result, test_func, runtests)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/libregrtest/single.py", line 85, in regrtest_runner
refleak, test_result = runtest_refleak(result.test_name, test_func,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/libregrtest/refleak.py", line 99, in runtest_refleak
dash_R_cleanup(fs, ps, pic, zdc, abcs)
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/libregrtest/refleak.py", line 189, in dash_R_cleanup
clear_caches()
File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/libregrtest/utils.py", line 280, in clear_caches
fractions._hash_algorithm.cache_clear()
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'fractions' has no attribute '_hash_algorithm'
TracebackCases.test_print_traceback_at_exit) ... ok
TracebackType.test_attrs) ... ok
TracebackErrorCaretTests.test_decorator_application_lineno_correct) ... ok
TracebackException_ExceptionGroups.test_exception_group_construction) ... ok
TracebackException.test_from_exception) ... ok
TracebackCases.test_format_exception_only_exc) ... ok
TracebackFormatTests.test_exception_group_deep_recursion_traceback) ... ok
TracebackException.test_limit) ... ok
TracebackCases.test_bad_indentation) ... ok
TracebackFormatTests.test_format_stack) ... ok
TracebackErrorCaretTests.test_multiline_method_call_c) ... ok
TracebackErrorLocationCaretTests.test_caret_multiline_expression_syntax_error) ... ok
TracebackException.test_locals) ... ok
TracebackErrorCaretTests.test_multiline_method_call_b) ... ok
TracebackCases.test_clear) ... ok
TracebackErrorCaretTests.test_caret_for_subscript) ... ok
TracebackException.test_compact_no_cause) ... ok
TracebackException.test_no_locals) ... ok
TracebackException.test_print) ... ok
TracebackErrorLocationCaretTests.test_multiline_method_call_a) ... ok
TracebackErrorLocationCaretTests.test_line_with_unicode) ... ok
TracebackErrorLocationCaretTests.test_caret_multiline_expression_bin_op) ... ok
TracebackErrorLocationCaretTests.test_caret_for_binary_operators_with_unicode) ... ok
TracebackErrorLocationCaretTests.test_multiline_method_call_c) ... ok
TracebackFormatTests.test_traceback_format_with_cleared_frames) ... ok
TracebackException.test_comparison_basic) ... ok
TracebackException_ExceptionGroups.test_exception_group_format) ... ok
TracebackCases.test_print_exception) ... ok
TracebackErrorCaretTests.test_caret_for_binary_operators) ... ok
TracebackException.test_lookup_lines) ... ok
TracebackCases.test_nocaret) ... ok
TracebackErrorLocationCaretTests.test_traceback_very_long_line) ... ok
TracebackFormatTests.test_recursive_traceback_python) ... ok
TracebackErrorLocationCaretTests.test_byte_offset_with_wide_characters_middle) ... ok
TracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... ok
TracebackFormatTests.test_traceback_format) ... ok
TracebackErrorLocationCaretTests.test_caret_in_type_annotation) ... ok
TracebackException.test_context) ... ok
TracebackFormatTests.test_recursive_traceback_cpython_internal) ... ok
Traceback.test_accepts_traceback) ... ok
TracebackException.test_no_refs_to_exception_and_traceback_objects) ... ok
TracebackErrorLocationCaretTests.test_basic_caret) ... ok
TracebackErrorCaretTests.test_line_with_unicode) ... ok
TracebackErrorLocationCaretTests.test_multiline_method_call_b) ... ok
TracebackErrorCaretTests.test_byte_offset_wide_chars_subscript) ... ok
TracebackException.test_long_context_chain) ... ok
TracebackCases.test_caret) ... ok
TracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok
TracebackErrorCaretTests.test_secondary_caret_not_elided) ... ok
TracebackErrorLocationCaretTests.test_caret_exception_group) ... ok
Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok
TracebackFormatTests.test_stack_format) ... ok
TracebackException_ExceptionGroups.test_max_group_depth) ... ok
Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok
TracebackCases.test_base_exception) ... ok
TracebackException.test_compact_with_cause) ... ok
TracebackCases.test_encoded_file) ... ok
TracebackErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok
TracebackErrorLocationCaretTests.test_caret_for_binary_operators_two_char) ... ok
TracebackType.test_constructor) ... ok
TracebackFormatTests.test_print_stack) ... ok
TracebackException.test_comparison_params_variations) ... ok
TracebackErrorCaretTests.test_basic_caret) ... ok
TracebackCases.test_no_caret_with_no_debug_ranges_flag) ... ok
TracebackErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok
TracebackException.test_comparison_equivalent_exceptions_are_equal) ... ok
TracebackCases.test_format_exception_exc) ... ok
TracebackErrorLocationCaretTests.test_caret_for_subscript) ... ok
TracebackErrorLocationCaretTests.test_decorator_application_lineno_correct) ... ok
TracebackFormatTests.test_exception_group_deep_recursion_capi) ... ok
TracebackErrorLocationCaretTests.test_byte_offset_wide_chars_subscript) ... ok
TracebackException.test_smoke) ... ok
Test report
===========
Failed tests:
- test_math
- test_random
- test.test_multiprocessing_spawn.test_processes
- test_compare
- test_cgitb
- test_traceback
- test_buffer
- test_statistics
- test_threading
- test.test_inspect.test_inspect
- test.test_concurrent_futures.test_process_pool
- test_asyncore
- test___all__
- test_pdb
- test_idle
- test_raise
- test_float
- test_builtin
- test_cmath
- test_exception_group
- test_os
- test_numeric_tower
- test.test_multiprocessing_forkserver.test_processes
- test.test_multiprocessing_fork.test_processes
- test_sys
- test_signal
- test_itertools
- test_exceptions
- test_fractions
Test leaking resources:
- test_exception_group: references
- test_inspect: references
- test_raise: references
- test_pdb: memory blocks
- test_idle: memory blocks
- test_pdb: references
- test_idle: references
- test_sys: references
- test_cgitb: references
- test_traceback: memory blocks
- test_process_pool: references
- test_traceback: references
- test_asyncore: references
- test_processes: references
- test_threading: references
- test_exceptions: references
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.12)
by buildbot@python.org Nov. 9, 2023
by buildbot@python.org Nov. 9, 2023
Nov. 9, 2023
The Buildbot has detected a new failure on builder s390x Fedora Rawhide Clang Installed 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1133/builds/371
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)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/dje/cpython-buildarea/3.12.edelsohn-fedora-rawhide-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-rawhide-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-rawhide-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-rawhide-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-rawhide-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-rawhide-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-rawhide-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']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-rawhide-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-rawhide-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-rawhide-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-rawhide-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'
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 BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang Installed 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1209/builds/357
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)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.12.cstratak-fedora-stable-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1540, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.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']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-aarch64.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'
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_load_file - idlelib.idle_test.test_config.IdleConfParserTest.test_load_file
- test_read_returns_file_list - test.test_configparser.SortedTestCase.test_read_returns_file_list
- 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 BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable Clang Installed 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1154/builds/358
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)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.12.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1540, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-fedora-stable-x86_64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-x86_64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-x86_64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-x86_64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-x86_64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-x86_64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-x86_64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-x86_64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-x86_64.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/buildbot/buildarea/3.12.cstratak-fedora-stable-x86_64.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 BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Rawhide Clang Installed 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1100/builds/326
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)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.12.cstratak-fedora-rawhide-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1540, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/home/buildbot/buildarea/3.12.cstratak-fedora-rawhide-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-rawhide-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-rawhide-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-rawhide-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-rawhide-aarch64.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']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.12.cstratak-fedora-rawhide-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-rawhide-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-rawhide-aarch64.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/buildbot/buildarea/3.12.cstratak-fedora-rawhide-aarch64.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'
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 BuildbotThe Buildbot has detected a new failure on builder x86 Debian Installed with X 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1248/builds/113
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-debian-x86
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)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 "/buildbot/buildarea/3.12.ware-debian-x86.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 "/buildbot/buildarea/3.12.ware-debian-x86.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 "/buildbot/buildarea/3.12.ware-debian-x86.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 "/buildbot/buildarea/3.12.ware-debian-x86.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 "/buildbot/buildarea/3.12.ware-debian-x86.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 "/buildbot/buildarea/3.12.ware-debian-x86.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 "/buildbot/buildarea/3.12.ware-debian-x86.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 "/buildbot/buildarea/3.12.ware-debian-x86.installed/build/target/lib/python3.12/test/test_configparser.py", line 1540, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/buildbot/buildarea/3.12.ware-debian-x86.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 "/buildbot/buildarea/3.12.ware-debian-x86.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']
Traceback (most recent call last):
File "/buildbot/buildarea/3.12.ware-debian-x86.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']
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
1
0
The Buildbot worker named bcannon-wasi went away.
It last disconnected at Thu Nov 9 11:32:51 2023.
1
0
The Buildbot worker named linaro-win-arm64 went away.
It last disconnected at Thu Nov 9 11:32:48 2023.
The admin on record (as reported by WORKER:info/admin) was Windows on Arm Linaro team <woa-support(a)op-lists.linaro.org>
.
1
0
☠ Buildbot (Python): - failed test (failure) (4f976c3b9a6b3606c12924a1adadd12f9d5f0388)
by buildbot@python.org Nov. 9, 2023
by buildbot@python.org Nov. 9, 2023
Nov. 9, 2023
The Buildbot has detected a new failure on builder s390x Fedora Rawhide Refleaks 3.12 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/1199/builds/166
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
TracebackFormatTests.test_print_stack) ... ok
TracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok
TracebackCases.test_bad_indentation) ... ok
TracebackErrorCaretTests.test_caret_for_binary_operators) ... ok
TracebackException_ExceptionGroups.test_max_group_depth) ... ok
TracebackErrorCaretTests.test_secondary_caret_not_elided) ... ok
TracebackCases.test_encoded_file) ... ok
TracebackErrorCaretTests.test_byte_offset_wide_chars_subscript) ... ok
TracebackCases.test_format_exception_exc) ... ok
TracebackType.test_constructor) ... ok
TracebackLegacyErrorCaretTests.test_byte_offset_wide_chars_subscript) ... ok
TracebackException.test_long_context_chain) ... ok
TracebackCases.test_format_exception_only_bad__str__) ... ok
TracebackErrorCaretTests.test_decorator_application_lineno_correct) ... ok
TracebackErrorCaretTests.test_traceback_very_long_line) ... ok
TracebackCases.test_signatures) ... ok
TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback) ... ok
TracebackLegacyErrorCaretTests.test_line_with_unicode) ... ok
TracebackException.test_from_exception) ... ok
TracebackException_ExceptionGroups.test_exception_group_construction) ... ok
TracebackException_ExceptionGroups.test_exception_group_format_exception_only) ... ok
TracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators) ... ok
TracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok
TracebackErrorCaretTests.test_caret_for_subscript) ... ok
TracebackException.test_lookup_lines) ... ok
TracebackLegacyErrorCaretTests.test_byte_offset_multiline) ... ok
TracebackLegacyErrorCaretTests.test_caret_exception_group) ... ok
TracebackErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok
TracebackFormatTests.test_print_exception_bad_type_python) ... ok
TracebackFormatTests.test_exception_group_deep_recursion_capi) ... ok
Traceback.test_accepts_traceback) ... ok
TracebackErrorCaretTests.test_caret_for_subscript_unicode) ... ok
TracebackLegacyErrorCaretTests.test_caret_multiline_expression) ... ok
TracebackCases.test_extract_stack) ... ok
TracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ok
TracebackErrorCaretTests.test_line_with_unicode) ... ok
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok
TracebackErrorCaretTests.test_multiline_method_call_c) ... ok
TracebackType.test_attrs) ... ok
TracebackLegacyErrorCaretTests.test_multiline_method_call_a) ... ok
TracebackErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok
TracebackFormatTests.test_traceback_format) ... ok
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok
TracebackCases.test_print_exception_exc) ... ok
TracebackErrorCaretTests.test_caret_exception_group) ... ok
TracebackLegacyErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok
TracebackException_ExceptionGroups.test_comparison) ... ok
TracebackLegacyErrorCaretTests.test_multiline_method_call_c) ... ok
TracebackErrorCaretTests.test_specialization_variations) ... ok
TracebackException.test_comparison_equivalent_exceptions_are_equal) ... ok
TracebackException.test_cause) ... ok
TracebackFormatTests.test_recursive_traceback_python) ... ok
TracebackErrorCaretTests.test_basic_caret) ... ok
TracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... ok
Traceback.test_sets_traceback) ... ok
TracebackErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok
TracebackFormatTests.test_traceback_format_with_cleared_frames) ... ok
TracebackCases.test_print_exception) ... ok
TracebackFormatTests.test_exception_group_deep_recursion_traceback) ... ok
TracebackErrorCaretTests.test_caret_in_type_annotation) ... ok
TracebackErrorCaretTests.test_multiline_method_call_a) ... ok
TracebackLegacyErrorCaretTests.test_specialization_variations) ... ok
TracebackCases.test_recursion_error_during_traceback) ... ok
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok
TracebackLegacyErrorCaretTests.test_caret_for_subscript_unicode) ... ok
TracebackException.test_no_locals) ... ok
TracebackFormatTests.test_format_stack) ... ok
TracebackErrorCaretTests.test_multiline_method_call_b) ... ok
TracebackFormatTests.test_unhashable) ... ok
TracebackLegacyErrorCaretTests.test_multiline_method_call_b) ... ok
TracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... ok
TracebackException.test_compact_with_cause) ... ok
TracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok
TracebackException.test_comparison_basic) ... ok
TracebackCases.test_nocaret) ... ok
TracebackException.test_no_refs_to_exception_and_traceback_objects) ... ok
TracebackLegacyErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok
TracebackException.test_limit) ... ok
TracebackCases.test_print_traceback_at_exit) ... ok
TracebackLegacyErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok
TracebackException.test_compact_no_cause) ... ok
TracebackException.test_traceback_header) ... ok
TracebackCases.test_format_exception_only_exc) ... ok
TracebackException_ExceptionGroups.test_max_group_width) ... ok
TracebackException.test_print) ... ok
TracebackException_ExceptionGroups.test_exception_group_format) ... ok
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok
TracebackCases.test_no_caret_with_no_debug_ranges_flag) ... ok
TracebackException.test_locals) ... ok
Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok
TracebackCases.test_base_exception) ... ok
TracebackException.test_smoke) ... ok
TracebackErrorCaretTests.test_caret_multiline_expression) ... ok
TracebackLegacyErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok
Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok
TracebackException.test_unhashable) ... ok
TracebackLegacyErrorCaretTests.test_caret_in_type_annotation) ... ok
TracebackCases.test_clear) ... ok
TracebackException.test_context) ... ok
TracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok
TracebackErrorCaretTests.test_byte_offset_multiline) ... ok
TracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok
TracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok
TracebackLegacyErrorCaretTests.test_caret_for_subscript) ... ok
TracebackLegacyErrorCaretTests.test_decorator_application_lineno_correct) ... ok
TracebackFormatTests.test_recursive_traceback_cpython_internal) ... ok
TracebackLegacyErrorCaretTests.test_basic_caret) ... ok
TracebackException.test_comparison_params_variations) ... ok
TracebackLegacyErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok
TracebackLegacyErrorCaretTests.test_secondary_caret_not_elided) ... ok
TracebackCases.test_exception_is_None) ... ok
TracebackLegacyErrorCaretTests.test_traceback_very_long_line) ... ok
TracebackFormatTests.test_print_exception_bad_type_capi) ... ok
TracebackFormatTests.test_stack_format) ... ok
TracebackErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ok
TracebackCases.test_caret) ... ok
Test report
===========
Failed tests:
- test.test_multiprocessing_fork.test_processes
- test_pdb
- test.test_multiprocessing_spawn.test_processes
- test_capi
- test_exceptions
- test_sys
- test_threading
- test.test_multiprocessing_forkserver.test_processes
- test_traceback
- test.test_concurrent_futures.test_process_pool
- test_raise
- test_exception_group
- test.test_inspect.test_inspect
- test_cgitb
- test_idle
Test leaking resources:
- test_cgitb: references
- test_exceptions: references
- test_idle: references
- test_pdb: references
- test_traceback: references
- test_sys: references
- test_processes: references
- test_threading: references
- test_raise: references
- test_traceback: memory blocks
- test_exception_group: references
- test_capi: references
- test_inspect: references
- test_idle: memory blocks
- test_pdb: memory blocks
- test_process_pool: references
Sincerely,
-The Buildbot
1
0