Buildbot-status
Threads by month
- ----- 2026 -----
- 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 compile (failure) (3.12)
by buildbot@python.org Nov. 13, 2023
by buildbot@python.org Nov. 13, 2023
Nov. 13, 2023
The Buildbot has detected a new failure on builder PPC64 Fedora 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1202/builds/447
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-ppc64
Build Reason: <unknown>
Blamelist: Alex Waygood <Alex.Waygood(a)Gmail.com>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 17, done.[K
remote: Counting objects: 5% (1/17)[K
remote: Counting objects: 11% (2/17)[K
remote: Counting objects: 17% (3/17)[K
remote: Counting objects: 23% (4/17)[K
remote: Counting objects: 29% (5/17)[K
remote: Counting objects: 35% (6/17)[K
remote: Counting objects: 41% (7/17)[K
remote: Counting objects: 47% (8/17)[K
remote: Counting objects: 52% (9/17)[K
remote: Counting objects: 58% (10/17)[K
remote: Counting objects: 64% (11/17)[K
remote: Counting objects: 70% (12/17)[K
remote: Counting objects: 76% (13/17)[K
remote: Counting objects: 82% (14/17)[K
remote: Counting objects: 88% (15/17)[K
remote: Counting objects: 94% (16/17)[K
remote: Counting objects: 100% (17/17)[K
remote: Counting objects: 100% (17/17), done.[K
remote: Compressing objects: 11% (1/9)[K
remote: Compressing objects: 22% (2/9)[K
remote: Compressing objects: 33% (3/9)[K
remote: Compressing objects: 44% (4/9)[K
remote: Compressing objects: 55% (5/9)[K
remote: Compressing objects: 66% (6/9)[K
remote: Compressing objects: 77% (7/9)[K
remote: Compressing objects: 88% (8/9)[K
remote: Compressing objects: 100% (9/9)[K
remote: Compressing objects: 100% (9/9), done.[K
remote: Total 17 (delta 8), reused 12 (delta 8), pack-reused 0[K
From https://github.com/python/cpython
* branch 3.12 -> FETCH_HEAD
Note: checking out '7313bde84c82e37aa1110d44b796ec3025b0f611'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 7313bde... [3.12] Bump mypy to 1.7.0 (GH-111961) (#112033)
Switched to and reset branch '3.12'
configure: WARNING: powerpc64-unknown-linux-gnu/gcc is not supported
configure: WARNING:
Platform "powerpc64-unknown-linux-gnu" with compiler "gcc" is not supported by the
CPython core team, see https://peps.python.org/pep-0011/ for more information.
../Objects/unicodeobject.c: In function ‘unicode_endswith’:
../Objects/unicodeobject.c:12897:23: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
substring = PyTuple_GET_ITEM(subobj, i);
^
../Objects/unicodeobject.c: In function ‘unicode_startswith’:
../Objects/unicodeobject.c:12843:23: warning: ‘subobj’ may be used uninitialized in this function [-Wmaybe-uninitialized]
substring = PyTuple_GET_ITEM(subobj, i);
^
In file included from ../Include/internal/pycore_opcode.h:13:0,
from ../Python/ceval.c:16:
../Python/ceval.c: In function ‘lltrace_instruction’:
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:266:33: note: in definition of macro ‘IS_PSEUDO_OPCODE’
#define IS_PSEUDO_OPCODE(op) (((op) >= MIN_PSEUDO_OPCODE) && ((op) <= MAX_PSEUDO_OPCODE))
^
../Python/ceval.c:141:9: note: in expansion of macro ‘HAS_ARG’
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:221:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == JUMP) \
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:222:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == JUMP_NO_INTERRUPT) \
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:223:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == LOAD_METHOD) \
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:224:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == LOAD_SUPER_METHOD) \
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:225:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == LOAD_ZERO_SUPER_METHOD) \
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:226:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == LOAD_ZERO_SUPER_ATTR) \
^
../Python/ceval.c:141:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
../Include/opcode.h:227:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == STORE_FAST_MAYBE_NULL) \
^
../Python/instrumentation.c: In function ‘allocate_instrumentation_data’:
../Python/instrumentation.c:1436:9: warning: missing braces around initializer [-Wmissing-braces]
code->_co_monitoring->local_monitors = (_Py_LocalMonitors){ 0 };
^
../Python/instrumentation.c:1436:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces]
../Python/instrumentation.c:1437:9: warning: missing braces around initializer [-Wmissing-braces]
code->_co_monitoring->active_monitors = (_Py_LocalMonitors){ 0 };
^
../Python/instrumentation.c:1437:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces]
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
make: *** [libpython3.12d.so] Error 1
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (3.11)
by buildbot@python.org Nov. 13, 2023
by buildbot@python.org Nov. 13, 2023
Nov. 13, 2023
The Buildbot has detected a new failure on builder wasm32 WASI 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1312/builds/2
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bcannon-wasi
Build Reason: <unknown>
Blamelist: Brett Cannon <brett(a)python.org>, Donghee Na <donghee.na(a)python.org>, Ethan Furman <ethan(a)stoneleaf.us>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Nikita Sobolev <mail(a)sobolevn.me>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, Victor Stinner <vstinner(a)python.org>, Vinay Sajip <vinay_sajip(a)yahoo.co.uk>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Cloning into '.'...
remote: Enumerating objects: 991033, done.
remote: Counting objects: 0% (1/591)
remote: Counting objects: 1% (6/591)
remote: Counting objects: 2% (12/591)
remote: Counting objects: 3% (18/591)
remote: Counting objects: 4% (24/591)
remote: Counting objects: 5% (30/591)
remote: Counting objects: 6% (36/591)
remote: Counting objects: 7% (42/591)
remote: Counting objects: 8% (48/591)
remote: Counting objects: 9% (54/591)
remote: Counting objects: 10% (60/591)
remote: Counting objects: 11% (66/591)
remote: Counting objects: 12% (71/591)
remote: Counting objects: 13% (77/591)
remote: Counting objects: 14% (83/591)
remote: Counting objects: 15% (89/591)
remote: Counting objects: 16% (95/591)
remote: Counting objects: 17% (101/591)
remote: Counting objects: 18% (107/591)
remote: Counting objects: 19% (113/591)
remote: Counting objects: 20% (119/591)
remote: Counting objects: 21% (125/591)
remote: Counting objects: 22% (131/591)
remote: Counting objects: 23% (136/591)
remote: Counting objects: 24% (142/591)
remote: Counting objects: 25% (148/591)
remote: Counting objects: 26% (154/591)
remote: Counting objects: 27% (160/591)
remote: Counting objects: 28% (166/591)
remote: Counting objects: 29% (172/591)
remote: Counting objects: 30% (178/591)
remote: Counting objects: 31% (184/591)
remote: Counting objects: 32% (190/591)
remote: Counting objects: 33% (196/591)
remote: Counting objects: 34% (201/591)
remote: Counting objects: 35% (207/591)
remote: Counting objects: 36% (213/591)
remote: Counting objects: 37% (219/591)
remote: Counting objects: 38% (225/591)
remote: Counting objects: 39% (231/591)
remote: Counting objects: 40% (237/591)
remote: Counting objects: 41% (243/591)
remote: Counting objects: 42% (249/591)
remote: Counting objects: 43% (255/591)
remote: Counting objects: 44% (261/591)
remote: Counting objects: 45% (266/591)
remote: Counting objects: 46% (272/591)
remote: Counting objects: 47% (278/591)
remote: Counting objects: 48% (284/591)
remote: Counting objects: 49% (290/591)
remote: Counting objects: 50% (296/591)
remote: Counting objects: 51% (302/591)
remote: Counting objects: 52% (308/591)
remote: Counting objects: 53% (314/591)
remote: Counting objects: 54% (320/591)
remote: Counting objects: 55% (326/591)
remote: Counting objects: 56% (331/591)
remote: Counting objects: 57% (337/591)
remote: Counting objects: 58% (343/591)
remote: Counting objects: 59% (349/591)
remote: Counting objects: 60% (355/591)
remote: Counting objects: 61% (361/591)
remote: Counting objects: 62% (367/591)
remote: Counting objects: 63% (373/591)
remote: Counting objects: 64% (379/591)
remote: Counting objects: 65% (385/591)
remote: Counting objects: 66% (391/591)
remote: Counting objects: 67% (396/591)
remote: Counting objects: 68% (402/591)
remote: Counting objects: 69% (408/591)
remote: Counting objects: 70% (414/591)
remote: Counting objects: 71% (420/591)
remote: Counting objects: 72% (426/591)
remote: Counting objects: 73% (432/591)
remote: Counting objects: 74% (438/591)
remote: Counting objects: 75% (444/591)
remote: Counting objects: 76% (450/591)
remote: Counting objects: 77% (456/591)
remote: Counting objects: 78% (461/591)
remote: Counting objects: 79% (467/591)
remote: Counting objects: 80% (473/591)
remote: Counting objects: 81% (479/591)
remote: Counting objects: 82% (485/591)
remote: Counting objects: 83% (491/591)
remote: Counting objects: 84% (497/591)
remote: Counting objects: 85% (503/591)
remote: Counting objects: 86% (509/591)
remote: Counting objects: 87% (515/591)
remote: Counting objects: 88% (521/591)
remote: Counting objects: 89% (526/591)
remote: Counting objects: 90% (532/591)
remote: Counting objects: 91% (538/591)
remote: Counting objects: 92% (544/591)
remote: Counting objects: 93% (550/591)
remote: Counting objects: 94% (556/591)
remote: Counting objects: 95% (562/591)
remote: Counting objects: 96% (568/591)
remote: Counting objects: 97% (574/591)
remote: Counting objects: 98% (580/591)
remote: Counting objects: 99% (586/591)
remote: Counting objects: 100% (591/591)
remote: Counting objects: 100% (591/591), done.
remote: Compressing objects: 0% (1/408)
remote: Compressing objects: 1% (5/408)
remote: Compressing objects: 2% (9/408)
remote: Compressing objects: 3% (13/408)
remote: Compressing objects: 4% (17/408)
remote: Compressing objects: 5% (21/408)
remote: Compressing objects: 6% (25/408)
remote: Compressing objects: 7% (29/408)
remote: Compressing objects: 8% (33/408)
remote: Compressing objects: 9% (37/408)
remote: Compressing objects: 10% (41/408)
remote: Compressing objects: 11% (45/408)
remote: Compressing objects: 12% (49/408)
remote: Compressing objects: 13% (54/408)
remote: Compressing objects: 14% (58/408)
remote: Compressing objects: 15% (62/408)
remote: Compressing objects: 16% (66/408)
remote: Compressing objects: 17% (70/408)
remote: Compressing objects: 18% (74/408)
remote: Compressing objects: 19% (78/408)
remote: Compressing objects: 20% (82/408)
remote: Compressing objects: 21% (86/408)
remote: Compressing objects: 22% (90/408)
remote: Compressing objects: 23% (94/408)
remote: Compressing objects: 24% (98/408)
remote: Compressing objects: 25% (102/408)
remote: Compressing objects: 26% (107/408)
remote: Compressing objects: 27% (111/408)
remote: Compressing objects: 28% (115/408)
remote: Compressing objects: 29% (119/408)
remote: Compressing objects: 30% (123/408)
remote: Compressing objects: 31% (127/408)
remote: Compressing objects: 32% (131/408)
remote: Compressing objects: 33% (135/408)
remote: Compressing objects: 34% (139/408)
remote: Compressing objects: 35% (143/408)
remote: Compressing objects: 36% (147/408)
remote: Compressing objects: 37% (151/408)
remote: Compressing objects: 38% (156/408)
remote: Compressing objects: 39% (160/408)
remote: Compressing objects: 40% (164/408)
remote: Compressing objects: 41% (168/408)
remote: Compressing objects: 42% (172/408)
remote: Compressing objects: 43% (176/408)
remote: Compressing objects: 44% (180/408)
remote: Compressing objects: 45% (184/408)
remote: Compressing objects: 46% (188/408)
remote: Compressing objects: 47% (192/408)
remote: Compressing objects: 48% (196/408)
remote: Compressing objects: 49% (200/408)
remote: Compressing objects: 50% (204/408)
remote: Compressing objects: 51% (209/408)
remote: Compressing objects: 52% (213/408)
remote: Compressing objects: 53% (217/408)
remote: Compressing objects: 54% (221/408)
remote: Compressing objects: 55% (225/408)
remote: Compressing objects: 56% (229/408)
remote: Compressing objects: 57% (233/408)
remote: Compressing objects: 58% (237/408)
remote: Compressing objects: 59% (241/408)
remote: Compressing objects: 60% (245/408)
remote: Compressing objects: 61% (249/408)
remote: Compressing objects: 62% (253/408)
remote: Compressing objects: 63% (258/408)
remote: Compressing objects: 64% (262/408)
remote: Compressing objects: 65% (266/408)
remote: Compressing objects: 66% (270/408)
remote: Compressing objects: 67% (274/408)
remote: Compressing objects: 68% (278/408)
remote: Compressing objects: 69% (282/408)
remote: Compressing objects: 70% (286/408)
remote: Compressing objects: 71% (290/408)
remote: Compressing objects: 72% (294/408)
remote: Compressing objects: 73% (298/408)
remote: Compressing objects: 74% (302/408)
remote: Compressing objects: 75% (306/408)
remote: Compressing objects: 76% (311/408)
remote: Compressing objects: 77% (315/408)
remote: Compressing objects: 78% (319/408)
remote: Compressing objects: 79% (323/408)
remote: Compressing objects: 80% (327/408)
remote: Compressing objects: 81% (331/408)
remote: Compressing objects: 82% (335/408)
remote: Compressing objects: 83% (339/408)
remote: Compressing objects: 84% (343/408)
remote: Compressing objects: 85% (347/408)
remote: Compressing objects: 86% (351/408)
remote: Compressing objects: 87% (355/408)
remote: Compressing objects: 88% (360/408)
remote: Compressing objects: 89% (364/408)
remote: Compressing objects: 90% (368/408)
remote: Compressing objects: 91% (372/408)
remote: Compressing objects: 92% (376/408)
remote: Compressing objects: 93% (380/408)
remote: Compressing objects: 94% (384/408)
remote: Compressing objects: 95% (388/408)
remote: Compressing objects: 96% (392/408)
remote: Compressing objects: 97% (396/408)
remote: Compressing objects: 98% (400/408)
remote: Compressing objects: 99% (404/408)
remote: Compressing objects: 100% (408/408)
remote: Compressing objects: 100% (408/408), done.
Receiving objects: 0% (1/991033)
Receiving objects: 1% (9911/991033)
Receiving objects: 2% (19821/991033)
Receiving objects: 3% (29731/991033), 13.72 MiB | 27.42 MiB/s
Receiving objects: 4% (39642/991033), 13.72 MiB | 27.42 MiB/s
Receiving objects: 5% (49552/991033), 13.72 MiB | 27.42 MiB/s
Receiving objects: 5% (51440/991033), 13.72 MiB | 27.42 MiB/s
Receiving objects: 6% (59462/991033), 25.31 MiB | 25.30 MiB/s
Receiving objects: 7% (69373/991033), 25.31 MiB | 25.30 MiB/s
Receiving objects: 8% (79283/991033), 25.31 MiB | 25.30 MiB/s
Receiving objects: 9% (89193/991033), 25.31 MiB | 25.30 MiB/s
Receiving objects: 10% (99104/991033), 35.11 MiB | 23.40 MiB/s
Receiving objects: 11% (109014/991033), 35.11 MiB | 23.40 MiB/s
Receiving objects: 12% (118924/991033), 35.11 MiB | 23.40 MiB/s
Receiving objects: 12% (126318/991033), 35.11 MiB | 23.40 MiB/s
Receiving objects: 13% (128835/991033), 45.72 MiB | 22.86 MiB/s
Receiving objects: 14% (138745/991033), 45.72 MiB | 22.86 MiB/s
Receiving objects: 15% (148655/991033), 56.88 MiB | 22.75 MiB/s
Receiving objects: 15% (152543/991033), 70.51 MiB | 23.50 MiB/s
Receiving objects: 16% (158566/991033), 82.68 MiB | 23.62 MiB/s
Receiving objects: 16% (161673/991033), 97.14 MiB | 24.28 MiB/s
Receiving objects: 17% (168476/991033), 97.14 MiB | 24.28 MiB/s
Receiving objects: 18% (178386/991033), 97.14 MiB | 24.28 MiB/s
Receiving objects: 19% (188297/991033), 97.14 MiB | 24.28 MiB/s
Receiving objects: 19% (196663/991033), 113.63 MiB | 25.25 MiB/s
Receiving objects: 20% (198207/991033), 128.69 MiB | 25.55 MiB/s
Receiving objects: 21% (208117/991033), 146.25 MiB | 26.88 MiB/s
Receiving objects: 21% (211659/991033), 146.25 MiB | 26.88 MiB/s
Receiving objects: 22% (218028/991033), 165.18 MiB | 28.90 MiB/s
Receiving objects: 23% (227938/991033), 185.85 MiB | 31.14 MiB/s
Receiving objects: 23% (236114/991033), 185.85 MiB | 31.14 MiB/s
Receiving objects: 24% (237848/991033), 207.50 MiB | 33.47 MiB/s
Receiving objects: 25% (247759/991033), 223.77 MiB | 34.06 MiB/s
Receiving objects: 26% (257669/991033), 223.77 MiB | 34.06 MiB/s
Receiving objects: 26% (259375/991033), 223.77 MiB | 34.06 MiB/s
Receiving objects: 27% (267579/991033), 244.46 MiB | 35.95 MiB/s
Receiving objects: 28% (277490/991033), 261.57 MiB | 36.54 MiB/s
Receiving objects: 28% (279443/991033), 261.57 MiB | 36.54 MiB/s
Receiving objects: 29% (287400/991033), 281.61 MiB | 37.33 MiB/s
Receiving objects: 30% (297310/991033), 281.61 MiB | 37.33 MiB/s
Receiving objects: 31% (307221/991033), 302.74 MiB | 38.69 MiB/s
Receiving objects: 32% (317131/991033), 302.74 MiB | 38.69 MiB/s
Receiving objects: 33% (327041/991033), 302.74 MiB | 38.69 MiB/s
Receiving objects: 33% (327675/991033), 302.74 MiB | 38.69 MiB/s
Receiving objects: 34% (336952/991033), 323.89 MiB | 39.48 MiB/s
Receiving objects: 35% (346862/991033), 323.89 MiB | 39.48 MiB/s
Receiving objects: 36% (356772/991033), 346.70 MiB | 40.34 MiB/s
Receiving objects: 37% (366683/991033), 346.70 MiB | 40.34 MiB/s
Receiving objects: 38% (376593/991033), 346.70 MiB | 40.34 MiB/s
Receiving objects: 39% (386503/991033), 346.70 MiB | 40.34 MiB/s
Receiving objects: 39% (394739/991033), 346.70 MiB | 40.34 MiB/s
Receiving objects: 40% (396414/991033), 370.77 MiB | 41.10 MiB/s
Receiving objects: 41% (406324/991033), 370.77 MiB | 41.10 MiB/s
Receiving objects: 42% (416234/991033), 370.77 MiB | 41.10 MiB/s
Receiving objects: 43% (426145/991033), 370.77 MiB | 41.10 MiB/s
Receiving objects: 44% (436055/991033), 390.76 MiB | 40.74 MiB/s
Receiving objects: 45% (445965/991033), 390.76 MiB | 40.74 MiB/s
Receiving objects: 46% (455876/991033), 390.76 MiB | 40.74 MiB/s
Receiving objects: 47% (465786/991033), 390.76 MiB | 40.74 MiB/s
Receiving objects: 48% (475696/991033), 390.76 MiB | 40.74 MiB/s
Receiving objects: 49% (485607/991033), 390.76 MiB | 40.74 MiB/s
Receiving objects: 50% (495517/991033), 390.76 MiB | 40.74 MiB/s
Receiving objects: 51% (505427/991033), 390.76 MiB | 40.74 MiB/s
Receiving objects: 51% (511590/991033), 390.76 MiB | 40.74 MiB/s
Receiving objects: 52% (515338/991033), 412.89 MiB | 42.04 MiB/s
Receiving objects: 53% (525248/991033), 412.89 MiB | 42.04 MiB/s
Receiving objects: 54% (535158/991033), 412.89 MiB | 42.04 MiB/s
Receiving objects: 55% (545069/991033), 412.89 MiB | 42.04 MiB/s
Receiving objects: 56% (554979/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 57% (564889/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 58% (574800/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 59% (584710/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 60% (594620/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 61% (604531/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 62% (614441/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 63% (624351/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 64% (634262/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 65% (644172/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 66% (654082/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 67% (663993/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 68% (673903/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 69% (683813/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 70% (693724/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 70% (695041/991033), 428.19 MiB | 40.85 MiB/s
Receiving objects: 71% (703634/991033), 448.03 MiB | 41.45 MiB/s
Receiving objects: 72% (713544/991033), 448.03 MiB | 41.45 MiB/s
Receiving objects: 73% (723455/991033), 448.03 MiB | 41.45 MiB/s
Receiving objects: 74% (733365/991033), 448.03 MiB | 41.45 MiB/s
Receiving objects: 75% (743275/991033), 448.03 MiB | 41.45 MiB/s
Receiving objects: 76% (753186/991033), 448.03 MiB | 41.45 MiB/s
Receiving objects: 77% (763096/991033), 448.03 MiB | 41.45 MiB/s
Receiving objects: 78% (773006/991033), 448.03 MiB | 41.45 MiB/s
Receiving objects: 79% (782917/991033), 464.41 MiB | 40.64 MiB/s
Receiving objects: 80% (792827/991033), 464.41 MiB | 40.64 MiB/s
Receiving objects: 81% (802737/991033), 464.41 MiB | 40.64 MiB/s
Receiving objects: 82% (812648/991033), 464.41 MiB | 40.64 MiB/s
Receiving objects: 83% (822558/991033), 464.41 MiB | 40.64 MiB/s
Receiving objects: 84% (832468/991033), 464.41 MiB | 40.64 MiB/s
Receiving objects: 84% (832899/991033), 464.41 MiB | 40.64 MiB/s
Receiving objects: 85% (842379/991033), 479.85 MiB | 39.37 MiB/s
Receiving objects: 86% (852289/991033), 479.85 MiB | 39.37 MiB/s
Receiving objects: 87% (862199/991033), 479.85 MiB | 39.37 MiB/s
Receiving objects: 88% (872110/991033), 479.85 MiB | 39.37 MiB/s
Receiving objects: 89% (882020/991033), 495.64 MiB | 38.18 MiB/s
Receiving objects: 90% (891930/991033), 495.64 MiB | 38.18 MiB/s
Receiving objects: 91% (901841/991033), 495.64 MiB | 38.18 MiB/s
Receiving objects: 92% (911751/991033), 495.64 MiB | 38.18 MiB/s
Receiving objects: 93% (921661/991033), 495.64 MiB | 38.18 MiB/s
Receiving objects: 94% (931572/991033), 495.64 MiB | 38.18 MiB/s
Receiving objects: 95% (941482/991033), 495.64 MiB | 38.18 MiB/s
Receiving objects: 95% (946625/991033), 495.64 MiB | 38.18 MiB/s
Receiving objects: 96% (951392/991033), 519.31 MiB | 38.37 MiB/s
Receiving objects: 97% (961303/991033), 519.31 MiB | 38.37 MiB/s
Receiving objects: 98% (971213/991033), 519.31 MiB | 38.37 MiB/s
Receiving objects: 99% (981123/991033), 519.31 MiB | 38.37 MiB/s
remote: Total 991033 (delta 352), reused 326 (delta 182), pack-reused 990442
Receiving objects: 100% (991033/991033), 519.31 MiB | 38.37 MiB/s
Receiving objects: 100% (991033/991033), 530.08 MiB | 34.71 MiB/s, done.
Resolving deltas: 0% (0/792898)
Resolving deltas: 1% (7929/792898)
Resolving deltas: 2% (15858/792898)
Resolving deltas: 2% (18806/792898)
Resolving deltas: 3% (23787/792898)
Resolving deltas: 4% (31716/792898)
Resolving deltas: 4% (32732/792898)
Resolving deltas: 5% (39645/792898)
Resolving deltas: 5% (45104/792898)
Resolving deltas: 6% (47574/792898)
Resolving deltas: 7% (55503/792898)
Resolving deltas: 7% (55695/792898)
Resolving deltas: 8% (63432/792898)
Resolving deltas: 8% (66983/792898)
Resolving deltas: 9% (71361/792898)
Resolving deltas: 9% (74129/792898)
Resolving deltas: 10% (79290/792898)
Resolving deltas: 10% (82240/792898)
Resolving deltas: 11% (87219/792898)
Resolving deltas: 11% (88430/792898)
Resolving deltas: 11% (93519/792898)
Resolving deltas: 12% (95148/792898)
Resolving deltas: 12% (99847/792898)
Resolving deltas: 13% (103077/792898)
Resolving deltas: 13% (107614/792898)
Resolving deltas: 14% (111006/792898)
Resolving deltas: 15% (118935/792898)
Resolving deltas: 16% (126864/792898)
Resolving deltas: 16% (129050/792898)
Resolving deltas: 17% (134793/792898)
Resolving deltas: 17% (142630/792898)
Resolving deltas: 18% (142722/792898)
Resolving deltas: 19% (150651/792898)
Resolving deltas: 19% (153496/792898)
Resolving deltas: 19% (158113/792898)
Resolving deltas: 20% (158580/792898)
Resolving deltas: 21% (166509/792898)
Resolving deltas: 22% (174439/792898)
Resolving deltas: 23% (182367/792898)
Resolving deltas: 24% (190296/792898)
Resolving deltas: 24% (190803/792898)
Resolving deltas: 25% (198225/792898)
Resolving deltas: 26% (206154/792898)
Resolving deltas: 26% (213387/792898)
Resolving deltas: 27% (214083/792898)
Resolving deltas: 28% (222012/792898)
Resolving deltas: 29% (229941/792898)
Resolving deltas: 30% (237870/792898)
Resolving deltas: 30% (240066/792898)
Resolving deltas: 31% (245799/792898)
Resolving deltas: 32% (253728/792898)
Resolving deltas: 33% (261657/792898)
Resolving deltas: 33% (263797/792898)
Resolving deltas: 34% (269586/792898)
Resolving deltas: 34% (274087/792898)
Resolving deltas: 35% (277516/792898)
Resolving deltas: 36% (285444/792898)
Resolving deltas: 37% (293373/792898)
Resolving deltas: 38% (301302/792898)
Resolving deltas: 39% (309231/792898)
Resolving deltas: 39% (313293/792898)
Resolving deltas: 40% (317160/792898)
Resolving deltas: 41% (325089/792898)
Resolving deltas: 42% (333018/792898)
Resolving deltas: 43% (340947/792898)
Resolving deltas: 43% (346748/792898)
Resolving deltas: 44% (348876/792898)
Resolving deltas: 45% (356806/792898)
Resolving deltas: 46% (364734/792898)
Resolving deltas: 47% (372663/792898)
Resolving deltas: 48% (380592/792898)
Resolving deltas: 48% (382718/792898)
Resolving deltas: 49% (388521/792898)
Resolving deltas: 50% (396449/792898)
Resolving deltas: 51% (404378/792898)
Resolving deltas: 51% (404546/792898)
Resolving deltas: 52% (412307/792898)
Resolving deltas: 53% (420236/792898)
Resolving deltas: 54% (428165/792898)
Resolving deltas: 55% (436094/792898)
Resolving deltas: 55% (437399/792898)
Resolving deltas: 56% (444023/792898)
Resolving deltas: 57% (451952/792898)
Resolving deltas: 58% (459881/792898)
Resolving deltas: 58% (467143/792898)
Resolving deltas: 59% (467810/792898)
Resolving deltas: 60% (475739/792898)
Resolving deltas: 61% (483668/792898)
Resolving deltas: 61% (486520/792898)
Resolving deltas: 62% (491597/792898)
Resolving deltas: 63% (499526/792898)
Resolving deltas: 63% (502273/792898)
Resolving deltas: 64% (507455/792898)
Resolving deltas: 65% (515384/792898)
Resolving deltas: 66% (523313/792898)
Resolving deltas: 67% (531242/792898)
Resolving deltas: 67% (537331/792898)
Resolving deltas: 68% (539171/792898)
Resolving deltas: 69% (547100/792898)
Resolving deltas: 70% (555029/792898)
Resolving deltas: 71% (562958/792898)
Resolving deltas: 71% (570813/792898)
Resolving deltas: 72% (570887/792898)
Resolving deltas: 73% (578816/792898)
Resolving deltas: 74% (586745/792898)
Resolving deltas: 75% (594674/792898)
Resolving deltas: 76% (602603/792898)
Resolving deltas: 77% (610532/792898)
Resolving deltas: 77% (617329/792898)
Resolving deltas: 78% (618461/792898)
Resolving deltas: 79% (626390/792898)
Resolving deltas: 80% (634319/792898)
Resolving deltas: 81% (642248/792898)
Resolving deltas: 81% (645689/792898)
Resolving deltas: 82% (650177/792898)
Resolving deltas: 83% (658106/792898)
Resolving deltas: 84% (666035/792898)
Resolving deltas: 85% (673964/792898)
Resolving deltas: 85% (681483/792898)
Resolving deltas: 86% (681893/792898)
Resolving deltas: 87% (689822/792898)
Resolving deltas: 88% (697751/792898)
Resolving deltas: 89% (705680/792898)
Resolving deltas: 90% (713609/792898)
Resolving deltas: 91% (721538/792898)
Resolving deltas: 91% (727587/792898)
Resolving deltas: 92% (729467/792898)
Resolving deltas: 93% (737396/792898)
Resolving deltas: 94% (745325/792898)
Resolving deltas: 95% (753254/792898)
Resolving deltas: 96% (761183/792898)
Resolving deltas: 97% (769113/792898)
Resolving deltas: 98% (777041/792898)
Resolving deltas: 99% (784970/792898)
Resolving deltas: 100% (792898/792898)
Resolving deltas: 100% (792898/792898), done.
Note: switching to 'aa3232db23e0dabbabb0a1f8fc9bb20bf7ec68c9'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at aa3232db23 [3.11] gh-111929: Fix regrtest clear_caches() (#111949)
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ../../Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ../../Modules/_decimal/libmpdec/io.c:611:18:
../../Modules/_decimal/libmpdec/io.c:348:40: warning: array subscript 0 is outside array bounds of ‘char[0]’ [-Warray-bounds]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’
355 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
| ^~~~~~~~~~~~~
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ../../Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ../../Modules/_decimal/libmpdec/io.c:607:18:
../../Modules/_decimal/libmpdec/io.c:348:40: warning: array subscript 0 is outside array bounds of ‘char[0]’ [-Warray-bounds]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’
355 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
| ^~~~~~~~~~~~~
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ../../Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ../../Modules/_decimal/libmpdec/io.c:501:22:
../../Modules/_decimal/libmpdec/io.c:348:40: warning: array subscript 0 is outside array bounds of ‘char[0]’ [-Warray-bounds]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’
355 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
| ^~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:348:40: warning: array subscript 0 is outside array bounds of ‘char[0]’ [-Warray-bounds]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
../../Modules/_decimal/libmpdec/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^~~~~~~~~~~~~
renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11
renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11
renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11
configure: WARNING: using cross tools not prefixed with host triplet
../../Modules/expat/xmlparse.c:3116:9: warning: code will never be executed [-Wunreachable-code]
parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
^~~~~~
../../Modules/expat/xmlparse.c:3115:16: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && parser->m_characterDataHandler)
^
/* DISABLES CODE */ ( )
../../Modules/expat/xmlparse.c:4059:9: warning: code will never be executed [-Wunreachable-code]
parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
^~~~~~
../../Modules/expat/xmlparse.c:4058:16: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && parser->m_characterDataHandler)
^
/* DISABLES CODE */ ( )
../../Modules/expat/xmlparse.c:7703:11: warning: format specifies type 'int' but the argument has type 'ptrdiff_t' (aka 'long') [-Wformat]
bytesMore, (account == XML_ACCOUNT_DIRECT) ? "DIR" : "EXP",
^~~~~~~~~
3 warnings generated.
../../Modules/timemodule.c:151:13: warning: code will never be executed [-Wunreachable-code]
PyErr_SetString(PyExc_OverflowError,
^~~~~~~~~~~~~~~
1 warning generated.
cat: pybuilddir.txt: No such file or directory
make: *** [Makefile:1824: buildbottest] Error 2
Cannot open file '/home/buildbot/buildarea/3.11.bcannon-wasi.wasi/build/build/build_oot/host/test-results.xml' for upload
Test report
===========
Failed tests:
- test_xml_etree
Sincerely,
-The Buildbot
1
0
Nov. 11, 2023
The Buildbot worker named angelico-debian-amd64 went away.
It last disconnected at Sat Nov 11 17:31:43 2023.
The admin on record (as reported by WORKER:info/admin) was Chris Angelico <rosuav(a)gmail.com>
.
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) (3.12)
by buildbot@python.org Nov. 11, 2023
by buildbot@python.org Nov. 11, 2023
Nov. 11, 2023
The Buildbot has detected a new failure on builder AMD64 RHEL8 LTO + PGO 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1168/builds/411
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-x86_64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 13, done.
remote: Counting objects: 8% (1/12)
remote: Counting objects: 16% (2/12)
remote: Counting objects: 25% (3/12)
remote: Counting objects: 33% (4/12)
remote: Counting objects: 41% (5/12)
remote: Counting objects: 50% (6/12)
remote: Counting objects: 58% (7/12)
remote: Counting objects: 66% (8/12)
remote: Counting objects: 75% (9/12)
remote: Counting objects: 83% (10/12)
remote: Counting objects: 91% (11/12)
remote: Counting objects: 100% (12/12)
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 8% (1/12)
remote: Compressing objects: 16% (2/12)
remote: Compressing objects: 25% (3/12)
remote: Compressing objects: 33% (4/12)
remote: Compressing objects: 41% (5/12)
remote: Compressing objects: 50% (6/12)
remote: Compressing objects: 58% (7/12)
remote: Compressing objects: 66% (8/12)
remote: Compressing objects: 75% (9/12)
remote: Compressing objects: 83% (10/12)
remote: Compressing objects: 91% (11/12)
remote: Compressing objects: 100% (12/12)
remote: Compressing objects: 100% (12/12), done.
remote: Total 13 (delta 0), reused 7 (delta 0), pack-reused 1
From https://github.com/python/cpython
* branch 3.12 -> FETCH_HEAD
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Note: switching to '3bd8b743305f0d788302df3ff08c2bb7eb0dd297'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 3bd8b74330 [3.12] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) (GH-111966)
Switched to and reset branch '3.12'
find: ‘./.git/objects/1c’: No such file or directory
find: ‘./.git/objects/20’: No such file or directory
find: ‘./.git/objects/21’: No such file or directory
find: ‘./.git/objects/22’: No such file or directory
find: ‘./.git/objects/24’: No such file or directory
find: ‘./.git/objects/27’: No such file or directory
find: ‘./.git/objects/23’: No such file or directory
find: ‘./.git/objects/1b’: No such file or directory
find: ‘./.git/objects/1a’: No such file or directory
find: ‘./.git/objects/1d’: No such file or directory
find: ‘./.git/objects/28’: No such file or directory
make[2]: [Makefile:2783: pycremoval] Error 1 (ignored)
find: ‘./.git/objects/47’: No such file or directory
find: ‘./.git/objects/46’: No such file or directory
find: ‘./.git/objects/49’: No such file or directory
find: ‘./.git/objects/44’: No such file or directory
find: ‘./.git/objects/48’: No such file or directory
find: ‘./.git/objects/45’: No such file or directory
make[2]: [Makefile:2784: pycremoval] Error 1 (ignored)
find: ‘./.git/objects/68’: No such file or directory
find: ‘./.git/objects/6a’: No such file or directory
find: ‘./.git/objects/6f’: No such file or directory
find: ‘./.git/objects/6c’: No such file or directory
find: ‘./.git/objects/6e’: No such file or directory
find: ‘./.git/objects/70’: No such file or directory
find: ‘./.git/objects/69’: No such file or directory
make[2]: *** [Makefile:2802: clean-retain-profile] Error 1
make[1]: *** [Makefile:794: profile-clean-stamp] Error 2
make: *** [Makefile:813: profile-run-stamp] Error 2
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:2820: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
1
0
Nov. 11, 2023
The Buildbot worker named angelico-debian-amd64 went away.
It last disconnected at Sat Nov 11 07:35:27 2023.
The admin on record (as reported by WORKER:info/admin) was Chris Angelico <rosuav(a)gmail.com>
.
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
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 PPC64LE Fedora Stable Clang Installed 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/451/builds/3809
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown>
Blamelist: Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Mark Shannon <mark(a)hotpy.org>, Michael Droettboom <mdboom(a)gmail.com>, Nikita Sobolev <mail(a)sobolevn.me>, Pavel Ovchinnikov <99139074+R1senDev(a)users.noreply.github.com>, Sam Gross <colesbury(a)gmail.com>, Samuel Thibault <samuel.thibault(a)ens-lyon.org>, Victor Stinner <vstinner(a)python.org>, Vinay Sajip <vinay_sajip(a)yahoo.co.uk>, 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-ppc64le.clang-installed/build/target/lib/python3.13/idlelib/idle_test/test_config.py", line 308, in test_load_cfg_files
eq(conf.defaultCfg['foo'].Get('Foo Bar', 'foo'), 'newbar')
AssertionError: None != 'newbar'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1326, in test_cfgparser_dot_3
self.assertEqual(len(cf.read(tricky, encoding='utf-8')), 1)
AssertionError: 0 != 1
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 757, in test_read_returns_file_list_with_bytestring_path
self.assertEqual(parsed_files, [file1_bytestring])
AssertionError: Lists differ: [] != [b'configdata/cfgparser.1']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1358, in test_unicode_failure
with self.assertRaises(UnicodeDecodeError):
AssertionError: UnicodeDecodeError not raised
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/idlelib/idle_test/test_config.py", line 93, in test_load_file
self.assertEqual(parser.Get('Foo Bar', 'foo'), 'newbar')
AssertionError: None != 'newbar'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1133, in test_reading
self.assertEqual(parsed_files, [smbconf])
AssertionError: Lists differ: [] != ['configdata/cfgparser.2']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1485, in test_file
with open(file_path, encoding="utf-8") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.1'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1505, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1458, in __init__
with open(file_path, encoding="utf-8") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.1'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 554, in test_parse_errors
with open(tricky, encoding='utf-8') as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 724, in test_read_returns_file_list
self.assertEqual(parsed_files, [file1])
AssertionError: Lists differ: [] != ['configdata/cfgparser.1']
Test report
===========
Failed tests:
- test_configparser
- test_idle
Failed subtests:
- test_load_cfg_files - idlelib.idle_test.test_config.IdleConfTest.test_load_cfg_files
- test_parse_errors - test.test_configparser.SortedTestCase.test_parse_errors
- test_parse_errors - test.test_configparser.StrictTestCase.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_parse_errors
- test_unicode_failure - test.test_configparser.ConfigParserTestCaseTrickyFile.test_unicode_failure
- test_parse_errors - test.test_configparser.MultilineValuesTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list
- test_parse_errors - test.test_configparser.RawConfigParserTestCase.test_parse_errors
- test_read_returns_file_list - test.test_configparser.ConvertersTestCase.test_read_returns_file_list
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_parse_errors
- test_read_returns_file_list - test.test_configparser.CopyTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.StrictTestCase.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.ConvertersTestCase.test_parse_errors
- test_cfgparser_dot_3 - test.test_configparser.ConfigParserTestCaseTrickyFile.test_cfgparser_dot_3
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCase.test_read_returns_file_list_with_bytestring_path
- test_file - test.test_configparser.ReadFileTestCase.test_file
- test_read_returns_file_list - test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list
- test_parse_errors - test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.CopyTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.StrictTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.SortedTestCase.test_read_returns_file_list
- test_load_file - idlelib.idle_test.test_config.IdleConfParserTest.test_load_file
- test_parse_errors - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.SortedTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCase.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.CopyTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConvertersTestCase.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_parse_errors
- test_reading - test.test_configparser.RawConfigParserTestSambaConf.test_reading
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang Installed 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/14/builds/4908
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Mark Shannon <mark(a)hotpy.org>, Michael Droettboom <mdboom(a)gmail.com>, Nikita Sobolev <mail(a)sobolevn.me>, Pavel Ovchinnikov <99139074+R1senDev(a)users.noreply.github.com>, Sam Gross <colesbury(a)gmail.com>, Samuel Thibault <samuel.thibault(a)ens-lyon.org>, Victor Stinner <vstinner(a)python.org>, Vinay Sajip <vinay_sajip(a)yahoo.co.uk>, 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-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 757, in test_read_returns_file_list_with_bytestring_path
self.assertEqual(parsed_files, [file1_bytestring])
AssertionError: Lists differ: [] != [b'configdata/cfgparser.1']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1133, in test_reading
self.assertEqual(parsed_files, [smbconf])
AssertionError: Lists differ: [] != ['configdata/cfgparser.2']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 724, in test_read_returns_file_list
self.assertEqual(parsed_files, [file1])
AssertionError: Lists differ: [] != ['configdata/cfgparser.1']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/idlelib/idle_test/test_config.py", line 308, in test_load_cfg_files
eq(conf.defaultCfg['foo'].Get('Foo Bar', 'foo'), 'newbar')
AssertionError: None != 'newbar'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1358, in test_unicode_failure
with self.assertRaises(UnicodeDecodeError):
AssertionError: UnicodeDecodeError not raised
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1326, in test_cfgparser_dot_3
self.assertEqual(len(cf.read(tricky, encoding='utf-8')), 1)
AssertionError: 0 != 1
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/idlelib/idle_test/test_config.py", line 93, in test_load_file
self.assertEqual(parser.Get('Foo Bar', 'foo'), 'newbar')
AssertionError: None != 'newbar'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1505, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1458, in __init__
with open(file_path, encoding="utf-8") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.1'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1485, in test_file
with open(file_path, encoding="utf-8") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.1'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 554, in test_parse_errors
with open(tricky, encoding='utf-8') as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.3'
Test report
===========
Failed tests:
- test_configparser
- test_idle
Failed subtests:
- test_load_cfg_files - idlelib.idle_test.test_config.IdleConfTest.test_load_cfg_files
- test_parse_errors - test.test_configparser.SortedTestCase.test_parse_errors
- test_parse_errors - test.test_configparser.StrictTestCase.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_parse_errors
- test_unicode_failure - test.test_configparser.ConfigParserTestCaseTrickyFile.test_unicode_failure
- test_parse_errors - test.test_configparser.MultilineValuesTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list
- test_parse_errors - test.test_configparser.RawConfigParserTestCase.test_parse_errors
- test_read_returns_file_list - test.test_configparser.ConvertersTestCase.test_read_returns_file_list
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_parse_errors
- test_read_returns_file_list - test.test_configparser.CopyTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.StrictTestCase.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.ConvertersTestCase.test_parse_errors
- test_cfgparser_dot_3 - test.test_configparser.ConfigParserTestCaseTrickyFile.test_cfgparser_dot_3
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCase.test_read_returns_file_list_with_bytestring_path
- test_file - test.test_configparser.ReadFileTestCase.test_file
- test_read_returns_file_list - test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list
- test_parse_errors - test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.CopyTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.StrictTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.SortedTestCase.test_read_returns_file_list
- test_load_file - idlelib.idle_test.test_config.IdleConfParserTest.test_load_file
- test_parse_errors - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.SortedTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCase.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.CopyTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConvertersTestCase.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_parse_errors
- test_reading - test.test_configparser.RawConfigParserTestSambaConf.test_reading
Sincerely,
-The Buildbot
1
0
☠ 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 PPC64LE Fedora Stable Clang Installed 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1003/builds/940
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown>
Blamelist: Brett Cannon <brett(a)python.org>, 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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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'
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 aarch64 Fedora Rawhide Clang Installed 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1028/builds/1008
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown>
Blamelist: Brett Cannon <brett(a)python.org>, 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-rawhide-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-rawhide-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-rawhide-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-rawhide-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-rawhide-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-rawhide-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-rawhide-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']
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-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-rawhide-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-rawhide-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-rawhide-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'
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. 10, 2023
by buildbot@python.org Nov. 10, 2023
Nov. 10, 2023
The Buildbot has detected a new failure on builder PPC64LE Fedora Stable Clang Installed 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1093/builds/277
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown>
Blamelist: Brett Cannon <brett(a)python.org>, 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.12.cstratak-fedora-stable-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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-ppc64le.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
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. 10, 2023
by buildbot@python.org Nov. 10, 2023
Nov. 10, 2023
The Buildbot has detected a new failure on builder s390x Fedora Clang Installed 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/531/builds/4792
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist: Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Mark Shannon <mark(a)hotpy.org>, Michael Droettboom <mdboom(a)gmail.com>, Nikita Sobolev <mail(a)sobolevn.me>, Pavel Ovchinnikov <99139074+R1senDev(a)users.noreply.github.com>, Samuel Thibault <samuel.thibault(a)ens-lyon.org>, Victor Stinner <vstinner(a)python.org>, Vinay Sajip <vinay_sajip(a)yahoo.co.uk>, 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/dje/cpython-buildarea/3.x.edelsohn-fedora-z.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/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1485, in test_file
with open(file_path, encoding="utf-8") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.1'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.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/dje/cpython-buildarea/3.x.edelsohn-fedora-z.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/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 1505, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.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/dje/cpython-buildarea/3.x.edelsohn-fedora-z.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/dje/cpython-buildarea/3.x.edelsohn-fedora-z.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/dje/cpython-buildarea/3.x.edelsohn-fedora-z.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/dje/cpython-buildarea/3.x.edelsohn-fedora-z.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/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_configparser.py", line 554, in test_parse_errors
with open(tricky, encoding='utf-8') as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.3'
Test report
===========
Failed tests:
- test_configparser
- test_idle
Failed subtests:
- test_load_cfg_files - idlelib.idle_test.test_config.IdleConfTest.test_load_cfg_files
- test_parse_errors - test.test_configparser.SortedTestCase.test_parse_errors
- test_parse_errors - test.test_configparser.StrictTestCase.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_parse_errors
- test_unicode_failure - test.test_configparser.ConfigParserTestCaseTrickyFile.test_unicode_failure
- test_parse_errors - test.test_configparser.MultilineValuesTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list
- test_parse_errors - test.test_configparser.RawConfigParserTestCase.test_parse_errors
- test_read_returns_file_list - test.test_configparser.ConvertersTestCase.test_read_returns_file_list
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_parse_errors
- test_read_returns_file_list - test.test_configparser.CopyTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.StrictTestCase.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.ConvertersTestCase.test_parse_errors
- test_cfgparser_dot_3 - test.test_configparser.ConfigParserTestCaseTrickyFile.test_cfgparser_dot_3
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCase.test_read_returns_file_list_with_bytestring_path
- test_file - test.test_configparser.ReadFileTestCase.test_file
- test_read_returns_file_list - test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list
- test_parse_errors - test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.CopyTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.StrictTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.SortedTestCase.test_read_returns_file_list
- test_load_file - idlelib.idle_test.test_config.IdleConfParserTest.test_load_file
- test_parse_errors - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.SortedTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCase.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.CopyTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConvertersTestCase.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_parse_errors
- test_reading - test.test_configparser.RawConfigParserTestSambaConf.test_reading
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.12)
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 s390x Fedora Clang Installed 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1207/builds/304
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(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.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 758, in test_read_returns_file_list_with_bytestring_path
self.assertEqual(parsed_files, [file1_bytestring])
AssertionError: Lists differ: [] != [b'configdata/cfgparser.1']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 555, in test_parse_errors
with open(tricky, encoding='utf-8') as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.3'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1361, in test_cfgparser_dot_3
self.assertEqual(len(cf.read(tricky, encoding='utf-8')), 1)
AssertionError: 0 != 1
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1520, in test_file
with open(file_path, encoding="utf-8") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.1'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1393, in test_unicode_failure
with self.assertRaises(UnicodeDecodeError):
AssertionError: UnicodeDecodeError not raised
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1168, in test_reading
self.assertEqual(parsed_files, [smbconf])
AssertionError: Lists differ: [] != ['configdata/cfgparser.2']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/idlelib/idle_test/test_config.py", line 308, in test_load_cfg_files
eq(conf.defaultCfg['foo'].Get('Foo Bar', 'foo'), 'newbar')
AssertionError: None != 'newbar'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/idlelib/idle_test/test_config.py", line 93, in test_load_file
self.assertEqual(parser.Get('Foo Bar', 'foo'), 'newbar')
AssertionError: None != 'newbar'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1540, in test_readline_generator
parser.read_file(FakeFile())
^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 1493, in __init__
with open(file_path, encoding="utf-8") as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'configdata/cfgparser.1'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.12.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/test/test_configparser.py", line 725, in test_read_returns_file_list
self.assertEqual(parsed_files, [file1])
AssertionError: Lists differ: [] != ['configdata/cfgparser.1']
Test report
===========
Failed tests:
- test_configparser
- test_idle
Failed subtests:
- test_load_cfg_files - idlelib.idle_test.test_config.IdleConfTest.test_load_cfg_files
- test_parse_errors - test.test_configparser.SortedTestCase.test_parse_errors
- test_parse_errors - test.test_configparser.StrictTestCase.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_parse_errors
- test_unicode_failure - test.test_configparser.ConfigParserTestCaseTrickyFile.test_unicode_failure
- test_parse_errors - test.test_configparser.MultilineValuesTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list
- test_parse_errors - test.test_configparser.RawConfigParserTestCase.test_parse_errors
- test_read_returns_file_list - test.test_configparser.ConvertersTestCase.test_read_returns_file_list
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_parse_errors
- test_read_returns_file_list - test.test_configparser.StrictTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.CopyTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.StrictTestCase.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.ConvertersTestCase.test_parse_errors
- test_cfgparser_dot_3 - test.test_configparser.ConfigParserTestCaseTrickyFile.test_cfgparser_dot_3
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCase.test_read_returns_file_list_with_bytestring_path
- test_file - test.test_configparser.ReadFileTestCase.test_file
- test_read_returns_file_list - test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list
- test_parse_errors - test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.CopyTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list
- test_read_returns_file_list - test.test_configparser.SortedTestCase.test_read_returns_file_list
- test_load_file - idlelib.idle_test.test_config.IdleConfParserTest.test_load_file
- test_parse_errors - test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_parse_errors
- test_parse_errors - test.test_configparser.ConfigParserTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.SortedTestCase.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCase.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.CopyTestCase.test_parse_errors
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list_with_bytestring_path
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.ConvertersTestCase.test_read_returns_file_list_with_bytestring_path
- test_parse_errors - test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_parse_errors
- test_read_returns_file_list - test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_read_returns_file_list
- test_reading - test.test_configparser.RawConfigParserTestSambaConf.test_reading
Sincerely,
-The Buildbot
1
0