Buildbot-status
Threads by month
- ----- 2026 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
July 2026
- 1 participants
- 129 discussions
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org July 31, 2026
by buildbot@python.org July 31, 2026
July 31, 2026
The Buildbot has detected a new failure on builder iOS ARM64 Simulator 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1380/builds/7344
Buildbot URL: https://buildbot.python.org/
Worker for this Build: rkm-arm64-ios-simulator
Build Reason: <unknown>
Blamelist: Vyron Vasileiadis <hi(a)fedonman.com>, tonghuaroot (童话) <tonghuaroot(a)gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 19, done.
remote: Counting objects: 5% (1/18)
remote: Counting objects: 11% (2/18)
remote: Counting objects: 16% (3/18)
remote: Counting objects: 22% (4/18)
remote: Counting objects: 27% (5/18)
remote: Counting objects: 33% (6/18)
remote: Counting objects: 38% (7/18)
remote: Counting objects: 44% (8/18)
remote: Counting objects: 50% (9/18)
remote: Counting objects: 55% (10/18)
remote: Counting objects: 61% (11/18)
remote: Counting objects: 66% (12/18)
remote: Counting objects: 72% (13/18)
remote: Counting objects: 77% (14/18)
remote: Counting objects: 83% (15/18)
remote: Counting objects: 88% (16/18)
remote: Counting objects: 94% (17/18)
remote: Counting objects: 100% (18/18)
remote: Counting objects: 100% (18/18), done.
remote: Compressing objects: 6% (1/15)
remote: Compressing objects: 13% (2/15)
remote: Compressing objects: 20% (3/15)
remote: Compressing objects: 26% (4/15)
remote: Compressing objects: 33% (5/15)
remote: Compressing objects: 40% (6/15)
remote: Compressing objects: 46% (7/15)
remote: Compressing objects: 53% (8/15)
remote: Compressing objects: 60% (9/15)
remote: Compressing objects: 66% (10/15)
remote: Compressing objects: 73% (11/15)
remote: Compressing objects: 80% (12/15)
remote: Compressing objects: 86% (13/15)
remote: Compressing objects: 93% (14/15)
remote: Compressing objects: 100% (15/15)
remote: Compressing objects: 100% (15/15), done.
remote: Total 19 (delta 6), reused 9 (delta 3), pack-reused 1 (from 1)
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '7d760134cc20f444412c54fc8395ca6f2421ad73'.
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 7d760134cc2 gh-154738: Propagate reparse-deferral setting to pyexpat subparsers (GH-154739)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdec found; falling back to pure-Python version for the decimal module
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:283:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
283 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:290:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
290 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:436:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
436 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:443:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
443 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:549:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
549 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:558:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
558 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:580:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
580 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:591:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
591 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:688:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
688 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:733:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
733 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:759:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
759 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:770:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
770 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:783:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
783 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:928:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
928 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:941:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
941 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:958:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
958 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:965:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
965 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1200:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1200 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1220:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1220 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
19 warnings generated.
configure: WARNING: unrecognized options: --with-system-libmpdec
configure: WARNING: unrecognized options: --with-system-libmpdec
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:283:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
283 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:290:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
290 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:436:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
436 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:443:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
443 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:549:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
549 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:558:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
558 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:580:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
580 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:591:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
591 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:688:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
688 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:733:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
733 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:759:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
759 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:770:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
770 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:783:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
783 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:928:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
928 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:941:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
941 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:958:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
958 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:965:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
965 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1200:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1200 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1220:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1220 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
19 warnings generated.
ld: warning: ignoring duplicate libraries: '-lm'
In file included from ../../Modules/_remote_debugging/module.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../Modules/_remote_debugging/gc_stats.c:7:
In file included from ../../Modules/_remote_debugging/gc_stats.h:14:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../Modules/_remote_debugging/object_reading.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/code_objects.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/frames.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/frame_cache.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../Modules/_remote_debugging/binary_io_writer.c:13:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../Modules/_remote_debugging/binary_io_reader.c:13:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
1 warning generated.
In file included from ../../Modules/_remote_debugging/threads.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/asyncio.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/subprocess.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../Modules/_remote_debugging/subprocess.c:100:1: warning: unused function 'find_children_bfs' [-Wunused-function]
100 | find_children_bfs(pid_t target_pid, int recursive,
| ^~~~~~~~~~~~~~~~~
2 warnings generated.
1 warning generated.
In file included from ../../Modules/_remote_debugging/interpreters.c:7:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
1 warning generated.
1 warning generated.
ld: warning: ignoring duplicate libraries: '-lm'
configure: WARNING: unrecognized options: --with-system-libmpdec
configure: WARNING: unrecognized options: --with-system-libmpdec
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:283:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
283 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:290:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
290 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:436:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
436 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:443:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
443 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:549:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
549 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:558:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
558 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:580:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
580 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:591:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
591 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:688:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
688 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:733:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
733 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:759:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
759 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:770:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
770 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:783:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
783 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:928:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
928 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:941:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
941 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:958:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
958 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:965:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
965 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1200:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1200 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1220:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1220 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
19 warnings generated.
ld: warning: ignoring duplicate libraries: '-lm'
In file included from ../../Modules/_remote_debugging/module.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../Modules/_remote_debugging/object_reading.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../Modules/_remote_debugging/gc_stats.c:7:
In file included from ../../Modules/_remote_debugging/gc_stats.h:14:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/code_objects.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/frames.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/frame_cache.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../Modules/_remote_debugging/binary_io_writer.c:13:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/threads.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/asyncio.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/binary_io_reader.c:13:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/subprocess.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../Modules/_remote_debugging/subprocess.c:100:1: warning: unused function 'find_children_bfs' [-Wunused-function]
100 | find_children_bfs(pid_t target_pid, int recursive,
| ^~~~~~~~~~~~~~~~~
2 warnings generated.
In file included from ../../Modules/_remote_debugging/interpreters.c:7:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
ld: warning: ignoring duplicate libraries: '-lm'
configure: WARNING: unrecognized options: --with-system-libmpdec
configure: WARNING: x86_64-apple-ios-simulator/clang is not supported
configure: WARNING: unrecognized options: --with-system-libmpdec
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
configure: WARNING:
Platform "x86_64-apple-ios-simulator" with compiler "clang" is not supported by the
CPython core team, see https://peps.python.org/pep-0011/ for more information.
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:283:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
283 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:290:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
290 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:436:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
436 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:443:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
443 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:549:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
549 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:558:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
558 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:580:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
580 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:591:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
591 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:688:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
688 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:733:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
733 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:759:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
759 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:770:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
770 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:783:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
783 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:928:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
928 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:941:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
941 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:958:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
958 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:965:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
965 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1200:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1200 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1220:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1220 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
19 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(brc.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(dynamic_annotations.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(gc_free_threading.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(index_pool.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(jit.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(jit_publish.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(optimizer_analysis.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(optimizer_symbols.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(pystats.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(stackrefs.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(uniqueid.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(perf_jit_trampoline.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libpython3.16.a(jit_unwind.o) has no symbols
ld: warning: ignoring duplicate libraries: '-lm'
In file included from ../../Modules/_remote_debugging/module.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../Modules/_remote_debugging/gc_stats.c:7:
In file included from ../../Modules/_remote_debugging/gc_stats.h:14:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/object_reading.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../Modules/_remote_debugging/code_objects.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/frames.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../Modules/_remote_debugging/frame_cache.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/threads.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
1 warning generated.
In file included from ../../Modules/_remote_debugging/binary_io_writer.c:13:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/asyncio.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/_remote_debugging/binary_io_reader.c:13:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../Modules/_remote_debugging/subprocess.c:8:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../Modules/_remote_debugging/subprocess.c:100:1: warning: unused function 'find_children_bfs' [-Wunused-function]
100 | find_children_bfs(pid_t target_pid, int recursive,
| ^~~~~~~~~~~~~~~~~
2 warnings generated.
In file included from ../../Modules/_remote_debugging/interpreters.c:7:
In file included from ../../Modules/_remote_debugging/_remote_debugging.h:35:
../../Modules/_remote_debugging/../../Python/remote_debug.h:187:1: warning: unused function '_Py_RemoteDebug_ValidatePyRuntimeCookie' [-Wunused-function]
187 | _Py_RemoteDebug_ValidatePyRuntimeCookie(proc_handle_t *handle, uintptr_t address)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
ld: warning: ignoring duplicate libraries: '-lm'
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:4F9AFDE7-A49A-46AD-B161-FCA22E48EA55, OS:18.3.1, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:4F9AFDE7-A49A-46AD-B161-FCA22E48EA55, OS:18.3.1, name:iPhone SE (3rd generation) }
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.15)
by buildbot@python.org July 30, 2026
by buildbot@python.org July 30, 2026
July 30, 2026
The Buildbot has detected a new failure on builder s390x RHEL9 Refleaks 3.15 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/2075/builds/319
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-rhel9-s390x
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 649, in test_interrupt
exitcode = self._kill_process(multiprocessing.Process.interrupt)
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 630, in _kill_process
self.assertEqual(join(), None)
~~~~^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 303, in __call__
return self.func(*args, **kwds)
~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/process.py", line 156, in join
res = self._popen.wait(timeout)
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 44, in wait
return self.poll(os.WNOHANG if timeout == 0.0 else 0)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 28, in poll
pid, sts = os.waitpid(self.pid, flag)
~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 626, in handler
raise RuntimeError('join took too long: %s' % p)
RuntimeError: join took too long: <Process name='Process-4' pid=3251717 parent=3251712 started daemon>
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 649, in test_interrupt
exitcode = self._kill_process(multiprocessing.Process.interrupt)
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 630, in _kill_process
self.assertEqual(join(), None)
~~~~^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 303, in __call__
return self.func(*args, **kwds)
~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/process.py", line 156, in join
res = self._popen.wait(timeout)
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 44, in wait
return self.poll(os.WNOHANG if timeout == 0.0 else 0)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 28, in poll
pid, sts = os.waitpid(self.pid, flag)
~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 626, in handler
raise RuntimeError('join took too long: %s' % p)
RuntimeError: join took too long: <Process name='Process-2101' pid=3232405 parent=3217137 started daemon>
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 576, in _sleep_some_event
event.set()
~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/synchronize.py", line 349, in set
with self._cond:
^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/synchronize.py", line 247, in __exit__
return self._lock.__exit__(*args)
~~~~~~~~~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/synchronize.py", line 100, in __exit__
return self._semlock.__exit__(*args)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
KeyboardInterrupt
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-rhel9-s390x/3.15.cstratak-rhel9-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 577, in _sleep_some_event
time.sleep(100)
~~~~~~~~~~^^^^^
KeyboardInterrupt
k
Test report
===========
Failed tests:
- test.test_multiprocessing_fork.test_processes
Failed subtests:
- test_interrupt - test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_interrupt
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org July 30, 2026
by buildbot@python.org July 30, 2026
July 30, 2026
The Buildbot has detected a new failure on builder AMD64 FreeBSD Refleaks 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1613/builds/3616
Buildbot URL: https://buildbot.python.org/
Worker for this Build: opsec-fbsd14
Build Reason: <unknown>
Blamelist: Aniket <148300120+Aniketsy(a)users.noreply.github.com>, Bhuvansh <bhuvanshkataria(a)gmail.com>, Savannah Ostrowski <savannah(a)python.org>, Sergey B Kirpichev <skirpichev(a)gmail.com>, Wenzel Jakob <wenzel.jakob(a)epfl.ch>, vjabuilds <77214151+vjabuilds(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.opsec-fbsd14.refleak/build/Lib/test/test_asyncio/test_ssl.py", line 1422, in test_remote_shutdown_receives_trailing_data
self.loop.run_until_complete(client(srv.addr))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.x.opsec-fbsd14.refleak/build/Lib/asyncio/base_events.py", line 725, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "/home/buildbot/buildarea/3.x.opsec-fbsd14.refleak/build/Lib/test/test_asyncio/test_ssl.py", line 1406, in client
await future
File "/home/buildbot/buildarea/3.x.opsec-fbsd14.refleak/build/Lib/test/test_asyncio/test_ssl.py", line 1414, in wrapper
meth(sock)
~~~~^^^^^^
File "/home/buildbot/buildarea/3.x.opsec-fbsd14.refleak/build/Lib/test/test_asyncio/test_ssl.py", line 1360, in server
self.assertEqual(data_len, CHUNK * SIZE)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 != 4194304
Test report
===========
Failed tests:
- test_typing
Failed subtests:
- test_remote_shutdown_receives_trailing_data - test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data
Test leaking resources:
- test_typing: references
- test_typing: memory blocks
Sincerely,
-The Buildbot
1
0
July 30, 2026
The Buildbot has detected a new failure on builder aarch64 Android 3.14 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1794/builds/1406
Buildbot URL: https://buildbot.python.org/
Worker for this Build: mhsmith-android-aarch64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: test (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 4, done.
remote: Counting objects: 25% (1/4)
remote: Counting objects: 50% (2/4)
remote: Counting objects: 75% (3/4)
remote: Counting objects: 100% (4/4)
remote: Counting objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 3 (delta 3), pack-reused 0 (from 0)
From https://github.com/python/cpython
* branch 3.14 -> FETCH_HEAD
Note: switching to '06daf7dc946ee07fb9a60dff31bfc342407dd67a'.
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 06daf7dc946 [3.14] gh-154587: Fix Windows buffer declaration in _cursesmodule (GH-154609) (GH-154932)
Switched to and reset branch '3.14'
configure: WARNING: no system libmpdec found; falling back to bundled libmpdec (deprecated and scheduled for removal in Python 3.16)
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:283:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
283 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:290:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
290 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:436:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
436 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:443:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
443 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:549:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
549 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:558:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
558 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:580:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
580 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:591:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
591 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:688:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
688 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:733:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
733 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:759:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
759 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:770:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
770 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:783:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
783 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:928:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
928 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:941:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
941 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:958:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
958 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:965:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
965 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1200:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1200 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1220:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1220 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
19 warnings generated.
../../configure: line 4073: pkg-config: command not found
configure: WARNING: no system libmpdec found; falling back to bundled libmpdec (deprecated and scheduled for removal in Python 3.16)
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
../../Python/fileutils.c:460:1: warning: unused function 'decode_current_locale' [-Wunused-function]
460 | decode_current_locale(const char* arg, wchar_t **wstr, size_t *wlen,
| ^~~~~~~~~~~~~~~~~~~~~
../../Python/fileutils.c:679:1: warning: unused function 'encode_current_locale' [-Wunused-function]
679 | encode_current_locale(const wchar_t *text, char **str,
| ^~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
../../Modules/_localemodule.c:195:1: warning: unused function 'is_all_ascii' [-Wunused-function]
195 | is_all_ascii(const char *str)
| ^~~~~~~~~~~~
1 warning generated.
../../Modules/_hacl/Lib_Memzero0.c:66:6: warning: "Your platform does not support any safe implementation of memzero -- consider a pull request!" [-W#warnings]
66 | #warning "Your platform does not support any safe implementation of memzero -- consider a pull request!"
| ^
1 warning generated.
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:283:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
283 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:290:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
290 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:436:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
436 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:443:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
443 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:549:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
549 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:558:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
558 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:580:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
580 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:591:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
591 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:688:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
688 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:733:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
733 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:759:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
759 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:770:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
770 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:783:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
783 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:928:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
928 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:941:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
941 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:958:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
958 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:965:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
965 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1200:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1200 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1220:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1220 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
19 warnings generated.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 8784 100 8784 0 0 613k 0 --:--:-- --:--:-- --:--:-- 659k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 2894 100 2894 0 0 240k 0 --:--:-- --:--:-- --:--:-- 256k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 43504 100 43504 0 0 2485k 0 --:--:-- --:--:-- --:--:-- 2499k
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.15)
by buildbot@python.org July 30, 2026
by buildbot@python.org July 30, 2026
July 30, 2026
The Buildbot has detected a new failure on builder aarch64 Android 3.15 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/2113/builds/444
Buildbot URL: https://buildbot.python.org/
Worker for this Build: mhsmith-android-aarch64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 4, done.
remote: Counting objects: 25% (1/4)
remote: Counting objects: 50% (2/4)
remote: Counting objects: 75% (3/4)
remote: Counting objects: 100% (4/4)
remote: Counting objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 3 (delta 3), pack-reused 0 (from 0)
From https://github.com/python/cpython
* branch 3.15 -> FETCH_HEAD
Note: switching to 'f82903b01e3b32528b2e921372e745aa2ed3b2bf'.
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 f82903b01e3 [3.15] gh-154587: Fix Windows buffer declaration in _cursesmodule (GH-154609) (GH-154931)
Switched to and reset branch '3.15'
configure: WARNING: no system libmpdec found; falling back to pure-Python version for the decimal module
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:283:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
283 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:290:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
290 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:436:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
436 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:443:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
443 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:549:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
549 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:558:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
558 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:580:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
580 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:591:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
591 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:688:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
688 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:733:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
733 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:759:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
759 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:770:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
770 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:783:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
783 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:928:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
928 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:941:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
941 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:958:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
958 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:965:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
965 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1200:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1200 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1220:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1220 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
19 warnings generated.
../../configure: line 4103: pkg-config: command not found
configure: WARNING: no system libmpdec found; falling back to pure-Python version for the decimal module
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
../../Python/fileutils.c:458:1: warning: unused function 'decode_current_locale' [-Wunused-function]
458 | decode_current_locale(const char* arg, wchar_t **wstr, size_t *wlen,
| ^~~~~~~~~~~~~~~~~~~~~
../../Python/fileutils.c:677:1: warning: unused function 'encode_current_locale' [-Wunused-function]
677 | encode_current_locale(const wchar_t *text, char **str,
| ^~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
../../Modules/_localemodule.c:195:1: warning: unused function 'is_all_ascii' [-Wunused-function]
195 | is_all_ascii(const char *str)
| ^~~~~~~~~~~~
1 warning generated.
../../Modules/pwdmodule.c:69:16: warning: unused variable 'pwd_db_mutex' [-Wunused-variable]
69 | static PyMutex pwd_db_mutex = {0};
| ^~~~~~~~~~~~
1 warning generated.
../../Modules/_hacl/Lib_Memzero0.c:66:6: warning: "Your platform does not support any safe implementation of memzero -- consider a pull request!" [-W#warnings]
66 | #warning "Your platform does not support any safe implementation of memzero -- consider a pull request!"
| ^
1 warning generated.
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:283:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
283 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:290:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
290 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:436:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
436 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:443:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
443 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:549:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
549 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:558:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
558 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:580:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
580 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:591:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
591 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:688:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
688 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:733:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
733 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:759:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
759 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:770:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
770 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:783:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
783 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:928:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
928 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:941:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
941 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:958:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
958 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:965:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
965 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1200:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1200 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1220:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1220 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
19 warnings generated.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 8784 100 8784 0 0 771k 0 --:--:-- --:--:-- --:--:-- 779k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 2894 100 2894 0 0 261k 0 --:--:-- --:--:-- --:--:-- 282k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 43504 100 43504 0 0 2634k 0 --:--:-- --:--:-- --:--:-- 2655k
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org July 30, 2026
by buildbot@python.org July 30, 2026
July 30, 2026
The Buildbot has detected a new failure on builder AMD64 CentOS9 Refleaks 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/853/builds/4079
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-CentOS9-x86_64
Build Reason: <unknown>
Blamelist: Malcolm Smith <smith(a)chaquo.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/_test_multiprocessing.py", line 578, in _sleep_some_event
time.sleep(100)
~~~~~~~~~~^^^^^
KeyboardInterrupt
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/_test_multiprocessing.py", line 577, in _sleep_some_event
event.set()
~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 349, in set
with self._cond:
^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 247, in __exit__
return self._lock.__exit__(*args)
~~~~~~~~~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/synchronize.py", line 100, in __exit__
return self._semlock.__exit__(*args)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
KeyboardInterrupt
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/_test_multiprocessing.py", line 650, in test_interrupt
exitcode = self._kill_process(multiprocessing.Process.interrupt)
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/_test_multiprocessing.py", line 631, in _kill_process
self.assertEqual(join(), None)
~~~~^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/_test_multiprocessing.py", line 304, in __call__
return self.func(*args, **kwds)
~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/process.py", line 156, in join
res = self._popen.wait(timeout)
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/popen_fork.py", line 44, in wait
return self.poll(os.WNOHANG if timeout == 0.0 else 0)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/popen_fork.py", line 28, in poll
pid, sts = os.waitpid(self.pid, flag)
~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/_test_multiprocessing.py", line 627, in handler
raise RuntimeError('join took too long: %s' % p)
RuntimeError: join took too long: <Process name='Process-2103' pid=2532296 parent=2521689 started daemon>
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/_test_multiprocessing.py", line 650, in test_interrupt
exitcode = self._kill_process(multiprocessing.Process.interrupt)
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/_test_multiprocessing.py", line 631, in _kill_process
self.assertEqual(join(), None)
~~~~^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/_test_multiprocessing.py", line 304, in __call__
return self.func(*args, **kwds)
~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/process.py", line 156, in join
res = self._popen.wait(timeout)
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/popen_fork.py", line 44, in wait
return self.poll(os.WNOHANG if timeout == 0.0 else 0)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/multiprocessing/popen_fork.py", line 28, in poll
pid, sts = os.waitpid(self.pid, flag)
~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-CentOS9-x86_64/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/_test_multiprocessing.py", line 627, in handler
raise RuntimeError('join took too long: %s' % p)
RuntimeError: join took too long: <Process name='Process-2' pid=2547044 parent=2547041 started daemon>
Test report
===========
Failed tests:
- test.test_multiprocessing_fork.test_processes
Failed subtests:
- test_interrupt - test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_interrupt
Sincerely,
-The Buildbot
1
0
July 30, 2026
The Buildbot has detected a new failure on builder aarch64 Android 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1594/builds/5525
Buildbot URL: https://buildbot.python.org/
Worker for this Build: mhsmith-android-aarch64
Build Reason: <unknown>
Blamelist: Bhuvansh <bhuvanshkataria(a)gmail.com>, vjabuilds <77214151+vjabuilds(a)users.noreply.github.com>
BUILD FAILED: test (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 9, done.
remote: Counting objects: 11% (1/9)
remote: Counting objects: 22% (2/9)
remote: Counting objects: 33% (3/9)
remote: Counting objects: 44% (4/9)
remote: Counting objects: 55% (5/9)
remote: Counting objects: 66% (6/9)
remote: Counting objects: 77% (7/9)
remote: Counting objects: 88% (8/9)
remote: Counting objects: 100% (9/9)
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 20% (1/5)
remote: Compressing objects: 40% (2/5)
remote: Compressing objects: 60% (3/5)
remote: Compressing objects: 80% (4/5)
remote: Compressing objects: 100% (5/5)
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 4), reused 0 (delta 0), pack-reused 0 (from 0)
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '405daf5328a1f9f8355ba76b0174b236364c2646'.
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 405daf5328a Improved test coverage for codeop.py. (GH-154100)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdec found; falling back to pure-Python version for the decimal module
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:283:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
283 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:290:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
290 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:436:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
436 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:443:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
443 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:549:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
549 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:558:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
558 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:580:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
580 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:591:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
591 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:688:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
688 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:733:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
733 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:759:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
759 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:770:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
770 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:783:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
783 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:928:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
928 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:941:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
941 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:958:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
958 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:965:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
965 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1200:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1200 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1220:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1220 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
19 warnings generated.
../../configure: line 4122: pkg-config: command not found
configure: WARNING: no system libmpdec found; falling back to pure-Python version for the decimal module
configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
../../Python/fileutils.c:458:1: warning: unused function 'decode_current_locale' [-Wunused-function]
458 | decode_current_locale(const char* arg, wchar_t **wstr, size_t *wlen,
| ^~~~~~~~~~~~~~~~~~~~~
../../Python/fileutils.c:677:1: warning: unused function 'encode_current_locale' [-Wunused-function]
677 | encode_current_locale(const wchar_t *text, char **str,
| ^~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
../../Modules/_localemodule.c:195:1: warning: unused function 'is_all_ascii' [-Wunused-function]
195 | is_all_ascii(const char *str)
| ^~~~~~~~~~~~
1 warning generated.
../../Modules/pwdmodule.c:69:16: warning: unused variable 'pwd_db_mutex' [-Wunused-variable]
69 | static PyMutex pwd_db_mutex = {0};
| ^~~~~~~~~~~~
1 warning generated.
../../Modules/_hacl/Lib_Memzero0.c:66:6: warning: "Your platform does not support any safe implementation of memzero -- consider a pull request!" [-W#warnings]
66 | #warning "Your platform does not support any safe implementation of memzero -- consider a pull request!"
| ^
1 warning generated.
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:283:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
283 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:290:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
290 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:436:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
436 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:443:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
443 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:549:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
549 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:558:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
558 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:580:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
580 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:591:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
591 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:688:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
688 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:733:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
733 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:759:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
759 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:770:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
770 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:783:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
783 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:928:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
928 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:941:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
941 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:958:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
958 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:116:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
116 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:965:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
965 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1200:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1200 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ../../Modules/expat/xmltok.c:309:
../../Modules/expat/xmltok_impl.c:1220:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1220 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
../../Modules/expat/xmltok_impl.c:87:5: note: expanded from macro 'CHECK_NAME_CASES'
87 | EXPAT_FALLTHROUGH; \
| ^
../../Modules/expat/fallthrough.h:45:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
45 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
19 warnings generated.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 8784 100 8784 0 0 509k 0 --:--:-- --:--:-- --:--:-- 536k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 2894 100 2894 0 0 168k 0 --:--:-- --:--:-- --:--:-- 176k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 43504 100 43504 0 0 945k 0 --:--:-- --:--:-- --:--:-- 965k
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) (main)
by buildbot@python.org July 30, 2026
by buildbot@python.org July 30, 2026
July 30, 2026
The Buildbot has detected a new failure on builder ARM64 Windows Non-Debug 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/730/builds/14225
Buildbot URL: https://buildbot.python.org/
Worker for this Build: ware-win11-arm64
Build Reason: <unknown>
Blamelist: Serhiy Storchaka <storchaka(a)gmail.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Cloning into '.'...
remote: Enumerating objects: 6290, done.
remote: Counting objects: 0% (1/6290)
remote: Counting objects: 1% (63/6290)
remote: Counting objects: 2% (126/6290)
remote: Counting objects: 3% (189/6290)
remote: Counting objects: 4% (252/6290)
remote: Counting objects: 5% (315/6290)
remote: Counting objects: 6% (378/6290)
remote: Counting objects: 7% (441/6290)
remote: Counting objects: 8% (504/6290)
remote: Counting objects: 9% (567/6290)
remote: Counting objects: 10% (629/6290)
remote: Counting objects: 11% (692/6290)
remote: Counting objects: 12% (755/6290)
remote: Counting objects: 13% (818/6290)
remote: Counting objects: 14% (881/6290)
remote: Counting objects: 15% (944/6290)
remote: Counting objects: 16% (1007/6290)
remote: Counting objects: 17% (1070/6290)
remote: Counting objects: 18% (1133/6290)
remote: Counting objects: 19% (1196/6290)
remote: Counting objects: 20% (1258/6290)
remote: Counting objects: 21% (1321/6290)
remote: Counting objects: 22% (1384/6290)
remote: Counting objects: 23% (1447/6290)
remote: Counting objects: 24% (1510/6290)
remote: Counting objects: 25% (1573/6290)
remote: Counting objects: 26% (1636/6290)
remote: Counting objects: 27% (1699/6290)
remote: Counting objects: 28% (1762/6290)
remote: Counting objects: 29% (1825/6290)
remote: Counting objects: 30% (1887/6290)
remote: Counting objects: 31% (1950/6290)
remote: Counting objects: 32% (2013/6290)
remote: Counting objects: 33% (2076/6290)
remote: Counting objects: 34% (2139/6290)
remote: Counting objects: 35% (2202/6290)
remote: Counting objects: 36% (2265/6290)
remote: Counting objects: 37% (2328/6290)
remote: Counting objects: 38% (2391/6290)
remote: Counting objects: 39% (2454/6290)
remote: Counting objects: 40% (2516/6290)
remote: Counting objects: 41% (2579/6290)
remote: Counting objects: 42% (2642/6290)
remote: Counting objects: 43% (2705/6290)
remote: Counting objects: 44% (2768/6290)
remote: Counting objects: 45% (2831/6290)
remote: Counting objects: 46% (2894/6290)
remote: Counting objects: 47% (2957/6290)
remote: Counting objects: 48% (3020/6290)
remote: Counting objects: 49% (3083/6290)
remote: Counting objects: 50% (3145/6290)
remote: Counting objects: 51% (3208/6290)
remote: Counting objects: 52% (3271/6290)
remote: Counting objects: 53% (3334/6290)
remote: Counting objects: 54% (3397/6290)
remote: Counting objects: 55% (3460/6290)
remote: Counting objects: 56% (3523/6290)
remote: Counting objects: 57% (3586/6290)
remote: Counting objects: 58% (3649/6290)
remote: Counting objects: 59% (3712/6290)
remote: Counting objects: 60% (3774/6290)
remote: Counting objects: 61% (3837/6290)
remote: Counting objects: 62% (3900/6290)
remote: Counting objects: 63% (3963/6290)
remote: Counting objects: 64% (4026/6290)
remote: Counting objects: 65% (4089/6290)
remote: Counting objects: 66% (4152/6290)
remote: Counting objects: 67% (4215/6290)
remote: Counting objects: 68% (4278/6290)
remote: Counting objects: 69% (4341/6290)
remote: Counting objects: 70% (4403/6290)
remote: Counting objects: 71% (4466/6290)
remote: Counting objects: 72% (4529/6290)
remote: Counting objects: 73% (4592/6290)
remote: Counting objects: 74% (4655/6290)
remote: Counting objects: 75% (4718/6290)
remote: Counting objects: 76% (4781/6290)
remote: Counting objects: 77% (4844/6290)
remote: Counting objects: 78% (4907/6290)
remote: Counting objects: 79% (4970/6290)
remote: Counting objects: 80% (5032/6290)
remote: Counting objects: 81% (5095/6290)
remote: Counting objects: 82% (5158/6290)
remote: Counting objects: 83% (5221/6290)
remote: Counting objects: 84% (5284/6290)
remote: Counting objects: 85% (5347/6290)
remote: Counting objects: 86% (5410/6290)
remote: Counting objects: 87% (5473/6290)
remote: Counting objects: 88% (5536/6290)
remote: Counting objects: 89% (5599/6290)
remote: Counting objects: 90% (5661/6290)
remote: Counting objects: 91% (5724/6290)
remote: Counting objects: 92% (5787/6290)
remote: Counting objects: 93% (5850/6290)
remote: Counting objects: 94% (5913/6290)
remote: Counting objects: 95% (5976/6290)
remote: Counting objects: 96% (6039/6290)
remote: Counting objects: 97% (6102/6290)
remote: Counting objects: 98% (6165/6290)
remote: Counting objects: 99% (6228/6290)
remote: Counting objects: 100% (6290/6290)
remote: Counting objects: 100% (6290/6290), done.
remote: Compressing objects: 0% (1/5629)
remote: Compressing objects: 1% (57/5629)
remote: Compressing objects: 2% (113/5629)
remote: Compressing objects: 3% (169/5629)
remote: Compressing objects: 4% (226/5629)
remote: Compressing objects: 5% (282/5629)
remote: Compressing objects: 6% (338/5629)
remote: Compressing objects: 7% (395/5629)
remote: Compressing objects: 8% (451/5629)
remote: Compressing objects: 9% (507/5629)
remote: Compressing objects: 10% (563/5629)
remote: Compressing objects: 11% (620/5629)
remote: Compressing objects: 12% (676/5629)
remote: Compressing objects: 13% (732/5629)
remote: Compressing objects: 14% (789/5629)
remote: Compressing objects: 15% (845/5629)
remote: Compressing objects: 16% (901/5629)
remote: Compressing objects: 17% (957/5629)
remote: Compressing objects: 18% (1014/5629)
remote: Compressing objects: 19% (1070/5629)
remote: Compressing objects: 20% (1126/5629)
remote: Compressing objects: 21% (1183/5629)
remote: Compressing objects: 22% (1239/5629)
remote: Compressing objects: 23% (1295/5629)
remote: Compressing objects: 24% (1351/5629)
remote: Compressing objects: 25% (1408/5629)
remote: Compressing objects: 26% (1464/5629)
remote: Compressing objects: 27% (1520/5629)
remote: Compressing objects: 28% (1577/5629)
remote: Compressing objects: 29% (1633/5629)
remote: Compressing objects: 30% (1689/5629)
remote: Compressing objects: 31% (1745/5629)
remote: Compressing objects: 32% (1802/5629)
remote: Compressing objects: 33% (1858/5629)
remote: Compressing objects: 34% (1914/5629)
remote: Compressing objects: 35% (1971/5629)
remote: Compressing objects: 35% (1985/5629)
remote: Compressing objects: 36% (2027/5629)
remote: Compressing objects: 37% (2083/5629)
remote: Compressing objects: 38% (2140/5629)
remote: Compressing objects: 39% (2196/5629)
remote: Compressing objects: 40% (2252/5629)
remote: Compressing objects: 41% (2308/5629)
remote: Compressing objects: 42% (2365/5629)
remote: Compressing objects: 43% (2421/5629)
remote: Compressing objects: 44% (2477/5629)
remote: Compressing objects: 45% (2534/5629)
remote: Compressing objects: 46% (2590/5629)
remote: Compressing objects: 47% (2646/5629)
remote: Compressing objects: 48% (2702/5629)
remote: Compressing objects: 49% (2759/5629)
remote: Compressing objects: 50% (2815/5629)
remote: Compressing objects: 51% (2871/5629)
remote: Compressing objects: 52% (2928/5629)
remote: Compressing objects: 53% (2984/5629)
remote: Compressing objects: 54% (3040/5629)
remote: Compressing objects: 55% (3096/5629)
remote: Compressing objects: 56% (3153/5629)
remote: Compressing objects: 57% (3209/5629)
remote: Compressing objects: 58% (3265/5629)
remote: Compressing objects: 59% (3322/5629)
remote: Compressing objects: 60% (3378/5629)
remote: Compressing objects: 61% (3434/5629)
remote: Compressing objects: 62% (3490/5629)
remote: Compressing objects: 63% (3547/5629)
remote: Compressing objects: 64% (3603/5629)
remote: Compressing objects: 65% (3659/5629)
remote: Compressing objects: 66% (3716/5629)
remote: Compressing objects: 67% (3772/5629)
remote: Compressing objects: 68% (3828/5629)
remote: Compressing objects: 69% (3885/5629)
remote: Compressing objects: 70% (3941/5629)
remote: Compressing objects: 71% (3997/5629)
remote: Compressing objects: 72% (4053/5629)
remote: Compressing objects: 73% (4110/5629)
remote: Compressing objects: 74% (4166/5629)
remote: Compressing objects: 75% (4222/5629)
remote: Compressing objects: 76% (4279/5629)
remote: Compressing objects: 77% (4335/5629)
remote: Compressing objects: 78% (4391/5629)
remote: Compressing objects: 79% (4447/5629)
remote: Compressing objects: 80% (4504/5629)
remote: Compressing objects: 81% (4560/5629)
remote: Compressing objects: 82% (4616/5629)
remote: Compressing objects: 83% (4673/5629)
remote: Compressing objects: 84% (4729/5629)
remote: Compressing objects: 85% (4785/5629)
remote: Compressing objects: 85% (4797/5629)
remote: Compressing objects: 86% (4841/5629)
remote: Compressing objects: 87% (4898/5629)
remote: Compressing objects: 88% (4954/5629)
remote: Compressing objects: 89% (5010/5629)
remote: Compressing objects: 90% (5067/5629)
remote: Compressing objects: 91% (5123/5629)
remote: Compressing objects: 92% (5179/5629)
remote: Compressing objects: 93% (5235/5629)
remote: Compressing objects: 94% (5292/5629)
remote: Compressing objects: 95% (5348/5629)
remote: Compressing objects: 96% (5404/5629)
remote: Compressing objects: 97% (5461/5629)
remote: Compressing objects: 98% (5517/5629)
remote: Compressing objects: 99% (5573/5629)
remote: Compressing objects: 100% (5629/5629)
remote: Compressing objects: 100% (5629/5629), done.
Receiving objects: 0% (1/6290)
Receiving objects: 1% (63/6290)
Receiving objects: 2% (126/6290)
Receiving objects: 3% (189/6290)
Receiving objects: 4% (252/6290)
Receiving objects: 5% (315/6290)
Receiving objects: 6% (378/6290)
Receiving objects: 7% (441/6290)
Receiving objects: 8% (504/6290)
Receiving objects: 9% (567/6290)
Receiving objects: 10% (629/6290)
Receiving objects: 11% (692/6290)
Receiving objects: 12% (755/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 13% (818/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 14% (881/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 15% (944/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 16% (1007/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 17% (1070/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 18% (1133/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 19% (1196/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 20% (1258/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 21% (1321/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 22% (1384/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 23% (1447/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 24% (1510/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 25% (1573/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 26% (1636/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 27% (1699/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 28% (1762/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 29% (1825/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 30% (1887/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 31% (1950/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 32% (2013/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 33% (2076/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 34% (2139/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 35% (2202/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 36% (2265/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 37% (2328/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 38% (2391/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 39% (2454/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 40% (2516/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 41% (2579/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 42% (2642/6290), 14.46 MiB | 28.65 MiB/s
Receiving objects: 43% (2705/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 44% (2768/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 45% (2831/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 46% (2894/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 47% (2957/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 48% (3020/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 49% (3083/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 50% (3145/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 51% (3208/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 52% (3271/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 53% (3334/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 54% (3397/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 55% (3460/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 56% (3523/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 57% (3586/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 58% (3649/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 59% (3712/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 60% (3774/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 61% (3837/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 62% (3900/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 63% (3963/6290), 24.58 MiB | 24.46 MiB/s
Receiving objects: 64% (4026/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 65% (4089/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 66% (4152/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 67% (4215/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 68% (4278/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 69% (4341/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 70% (4403/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 71% (4466/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 72% (4529/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 73% (4592/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 74% (4655/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 75% (4718/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 76% (4781/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 77% (4844/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 78% (4907/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 79% (4970/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 80% (5032/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 81% (5095/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 82% (5158/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 83% (5221/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 84% (5284/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 85% (5347/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 86% (5410/6290), 31.20 MiB | 20.73 MiB/s
Receiving objects: 86% (5424/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 87% (5473/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 88% (5536/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 89% (5599/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 90% (5661/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 91% (5724/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 92% (5787/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 93% (5850/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 94% (5913/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 95% (5976/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 96% (6039/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 97% (6102/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 98% (6165/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 99% (6228/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 100% (6290/6290), 38.35 MiB | 19.06 MiB/s
Receiving objects: 100% (6290/6290), 42.60 MiB | 18.65 MiB/s, done.
remote: Total 6290 (delta 569), reused 3112 (delta 421), pack-reused 0 (from 0)
Resolving deltas: 0% (0/569)
Resolving deltas: 1% (6/569)
Resolving deltas: 2% (12/569)
Resolving deltas: 3% (18/569)
Resolving deltas: 4% (23/569)
Resolving deltas: 5% (29/569)
Resolving deltas: 6% (35/569)
Resolving deltas: 7% (40/569)
Resolving deltas: 8% (46/569)
Resolving deltas: 9% (52/569)
Resolving deltas: 10% (57/569)
Resolving deltas: 11% (63/569)
Resolving deltas: 12% (69/569)
Resolving deltas: 13% (74/569)
Resolving deltas: 14% (80/569)
Resolving deltas: 15% (86/569)
Resolving deltas: 16% (92/569)
Resolving deltas: 17% (97/569)
Resolving deltas: 18% (103/569)
Resolving deltas: 19% (109/569)
Resolving deltas: 20% (114/569)
Resolving deltas: 21% (120/569)
Resolving deltas: 22% (126/569)
Resolving deltas: 23% (131/569)
Resolving deltas: 24% (137/569)
Resolving deltas: 25% (145/569)
Resolving deltas: 26% (148/569)
Resolving deltas: 27% (154/569)
Resolving deltas: 28% (160/569)
Resolving deltas: 29% (166/569)
Resolving deltas: 30% (171/569)
Resolving deltas: 31% (177/569)
Resolving deltas: 32% (183/569)
Resolving deltas: 33% (188/569)
Resolving deltas: 34% (194/569)
Resolving deltas: 35% (200/569)
Resolving deltas: 36% (205/569)
Resolving deltas: 37% (211/569)
Resolving deltas: 38% (217/569)
Resolving deltas: 39% (222/569)
Resolving deltas: 40% (228/569)
Resolving deltas: 41% (234/569)
Resolving deltas: 42% (239/569)
Resolving deltas: 43% (245/569)
Resolving deltas: 44% (251/569)
Resolving deltas: 45% (257/569)
Resolving deltas: 46% (262/569)
Resolving deltas: 47% (268/569)
Resolving deltas: 48% (274/569)
Resolving deltas: 49% (279/569)
Resolving deltas: 50% (285/569)
Resolving deltas: 51% (291/569)
Resolving deltas: 52% (297/569)
Resolving deltas: 53% (302/569)
Resolving deltas: 54% (308/569)
Resolving deltas: 55% (313/569)
Resolving deltas: 56% (319/569)
Resolving deltas: 57% (325/569)
Resolving deltas: 58% (331/569)
Resolving deltas: 59% (336/569)
Resolving deltas: 60% (342/569)
Resolving deltas: 61% (348/569)
Resolving deltas: 62% (353/569)
Resolving deltas: 63% (359/569)
Resolving deltas: 64% (365/569)
Resolving deltas: 65% (370/569)
Resolving deltas: 66% (376/569)
Resolving deltas: 67% (382/569)
Resolving deltas: 68% (387/569)
Resolving deltas: 69% (393/569)
Resolving deltas: 70% (400/569)
Resolving deltas: 71% (404/569)
Resolving deltas: 72% (410/569)
Resolving deltas: 73% (416/569)
Resolving deltas: 74% (422/569)
Resolving deltas: 75% (427/569)
Resolving deltas: 76% (433/569)
Resolving deltas: 77% (439/569)
Resolving deltas: 78% (444/569)
Resolving deltas: 79% (450/569)
Resolving deltas: 80% (456/569)
Resolving deltas: 81% (461/569)
Resolving deltas: 82% (467/569)
Resolving deltas: 83% (473/569)
Resolving deltas: 84% (478/569)
Resolving deltas: 85% (484/569)
Resolving deltas: 86% (490/569)
Resolving deltas: 87% (496/569)
Resolving deltas: 88% (501/569)
Resolving deltas: 89% (507/569)
Resolving deltas: 90% (513/569)
Resolving deltas: 91% (518/569)
Resolving deltas: 92% (524/569)
Resolving deltas: 93% (530/569)
Resolving deltas: 94% (535/569)
Resolving deltas: 95% (541/569)
Resolving deltas: 96% (548/569)
Resolving deltas: 97% (552/569)
Resolving deltas: 98% (558/569)
Resolving deltas: 99% (564/569)
Resolving deltas: 100% (569/569)
Resolving deltas: 100% (569/569), done.
Updating files: 27% (1650/5959)
Updating files: 28% (1669/5959)
Updating files: 29% (1729/5959)
Updating files: 30% (1788/5959)
Updating files: 31% (1848/5959)
Updating files: 32% (1907/5959)
Updating files: 33% (1967/5959)
Updating files: 34% (2027/5959)
Updating files: 35% (2086/5959)
Updating files: 36% (2146/5959)
Updating files: 37% (2205/5959)
Updating files: 38% (2265/5959)
Updating files: 39% (2325/5959)
Updating files: 40% (2384/5959)
Updating files: 41% (2444/5959)
Updating files: 42% (2503/5959)
Updating files: 43% (2563/5959)
Updating files: 44% (2622/5959)
Updating files: 45% (2682/5959)
Updating files: 46% (2742/5959)
Updating files: 47% (2801/5959)
Updating files: 48% (2861/5959)
Updating files: 49% (2920/5959)
Updating files: 50% (2980/5959)
Updating files: 51% (3040/5959)
Updating files: 52% (3099/5959)
Updating files: 53% (3159/5959)
Updating files: 54% (3218/5959)
Updating files: 55% (3278/5959)
Updating files: 55% (3315/5959)
Updating files: 56% (3338/5959)
Updating files: 57% (3397/5959)
Updating files: 58% (3457/5959)
Updating files: 59% (3516/5959)
Updating files: 60% (3576/5959)
Updating files: 61% (3635/5959)
Updating files: 62% (3695/5959)
Updating files: 63% (3755/5959)
Updating files: 64% (3814/5959)
Updating files: 65% (3874/5959)
Updating files: 66% (3933/5959)
Updating files: 67% (3993/5959)
Updating files: 68% (4053/5959)
Updating files: 69% (4112/5959)
Updating files: 70% (4172/5959)
Updating files: 71% (4231/5959)
Updating files: 72% (4291/5959)
Updating files: 73% (4351/5959)
Updating files: 74% (4410/5959)
Updating files: 75% (4470/5959)
Updating files: 76% (4529/5959)
Updating files: 77% (4589/5959)
Updating files: 78% (4649/5959)
Updating files: 79% (4708/5959)
Updating files: 80% (4768/5959)
Updating files: 81% (4827/5959)
Updating files: 82% (4887/5959)
Updating files: 83% (4946/5959)
Updating files: 83% (4997/5959)
Updating files: 84% (5006/5959)
Updating files: 85% (5066/5959)
Updating files: 86% (5125/5959)
Updating files: 87% (5185/5959)
Updating files: 88% (5244/5959)
Updating files: 89% (5304/5959)
Updating files: 90% (5364/5959)
Updating files: 91% (5423/5959)
Updating files: 92% (5483/5959)
Updating files: 93% (5542/5959)
Updating files: 94% (5602/5959)
Updating files: 95% (5662/5959)
Updating files: 96% (5721/5959)
Updating files: 97% (5781/5959)
Updating files: 98% (5840/5959)
Updating files: 99% (5900/5959)
Updating files: 100% (5959/5959)
Updating files: 100% (5959/5959), done.
Note: switching to 'c8eb79d5e89196449992fe50978d6b8845dc6681'.
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 c8eb79d gh-154786: Fix crashes on a screen without a terminal (GH-154787)
Could Not Find C:\Users\buildworker\buildarea\3.x.ware-win11-arm64.nondebug\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find C:\Users\buildworker\buildarea\3.x.ware-win11-arm64.nondebug\build\PCbuild\python*.zip
Could Not Find C:\Users\buildworker\buildarea\3.x.ware-win11-arm64.nondebug\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find C:\Users\buildworker\buildarea\3.x.ware-win11-arm64.nondebug\build\PCbuild\python*.zip
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.14)
by buildbot@python.org July 29, 2026
by buildbot@python.org July 29, 2026
July 29, 2026
The Buildbot has detected a new failure on builder AMD64 Windows Server 2025 Refleaks 3.14 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/2268/builds/22
Buildbot URL: https://buildbot.python.org/
Worker for this Build: ware-ws2025
Build Reason: <unknown>
Blamelist: AN Long <aisk(a)users.noreply.github.com>, Abduaziz π <mail(a)ziyodov.uz>, Adam Turner <9087854+AA-Turner(a)users.noreply.github.com>, Alex Waygood <Alex.Waygood(a)Gmail.com>, Alexander Nordin <alexander.f.nordin(a)gmail.com>, Armaan Vakharia <43391096+armaan-v924(a)users.noreply.github.com>, Bartosz Sławecki <bartosz(a)ilikepython.com>, Boy Steven <stevenprobot(a)gmail.com>, Brett Cannon <brett(a)python.org>, Brian Schubert <brianm.schubert(a)gmail.com>, Bénédikt Tran <10796600+picnixz(a)users.noreply.github.com>, Chris Eibl <138194463+chris-eibl(a)users.noreply.github.com>, Cody Maloney <cmaloney(a)users.noreply.github.com>, Dino Viehland <dinoviehland(a)meta.com>, Donghee Na <donghee.na(a)python.org>, Emma Smith <emma(a)emmatyping.dev>, Eric Snow <ericsnowcurrently(a)gmail.com>, Erlend E. Aasland <erlend(a)python.org>, Ezio Melotti <ezio.melotti(a)gmail.com>, Filip Łajszczak <filip(a)lajszczak.dev>, Gregory P. Smith <68491+gpshead(a)users.noreply.github.com>, Gregory P. Smith <greg(a)krypto.org>, Hai Zhu <ha
iizhu(a)outlook.com>, Harjoth Khara <harjoth.khara(a)gmail.com>, Hood Chatham <roberthoodchatham(a)gmail.com>, Hugo van Kemenade <1324225+hugovk(a)users.noreply.github.com>, Inada Naoki <songofacandy(a)gmail.com>, Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Itamar Oren <itamarost(a)gmail.com>, Ivy Xu <fakeshadow1337(a)gmail.com>, Jelle Zijlstra <jelle.zijlstra(a)gmail.com>, Joshix-1 <joshix.dev(a)mailbox.org>, Karolina Surma <33810531+befeleme(a)users.noreply.github.com>, Ken Jin <kenjin(a)python.org>, Kumar Aditya <kumaraditya(a)python.org>, Lysandros Nikolaou <lisandrosnik(a)gmail.com>, Maciej Olko <maciej.olko(a)affirm.com>, Manoj K M <manojkm24dev(a)gmail.com>, Mark Shannon <mark(a)hotpy.org>, Mikhail Efimov <efimov.mikhail(a)gmail.com>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Mohsin Mehmood <55545648+mohsinm-dev(a)users.noreply.github.com>, Ned Batchelder <ned(a)nedbatchelder.com>, Ned Deily <nad(a)python.org>, Neil Schemenauer <nas-github(a)arctrix.com>, Olga Pustovalo
va <162949+olp-cs(a)users.noreply.github.com>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, Peter Bierma <zintensitydev(a)gmail.com>, Petr Viktorin <encukou(a)gmail.com>, Rafael Santos <tucif(a)users.noreply.github.com>, Ramin Farajpour Cami <ramin.blackhat(a)gmail.com>, Raymond Hettinger <rhettinger(a)users.noreply.github.com>, Robsdedude <dev(a)rouvenbauer.de>, Russell Keith-Magee <russell(a)keith-magee.com>, Sam Gross <colesbury(a)gmail.com>, Saul Cooperman <58375603+scopreon(a)users.noreply.github.com>, Savannah Ostrowski <savannah(a)python.org>, Sebastian Pipping <sebastian(a)pipping.org>, Semyon Moroz <donbarbos(a)proton.me>, Senthil Kumaran <senthil(a)python.org>, Sergey B Kirpichev <skirpichev(a)gmail.com>, Sergey Miryanov <sergey.miryanov(a)gmail.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Seth Michael Larson <seth(a)python.org>, Shamil <ashm.tech(a)proton.me>, Shantanu <12621235+hauntsaninja(a)users.noreply.github.com>, Stan Ulbrych <89152624+StanFromIreland(a)users.noreply.github.com>, Stan Ulbrych <stan@pyth
on.org>, Stefano Rivera <stefano(a)rivera.za.net>, Steve Dower <steve.dower(a)python.org>, Tan Long <tanloong(a)foxmail.com>, Terry Jan Reedy <tjreedy(a)udel.edu>, Thomas Kowalski <thom.kowa(a)gmail.com>, Tian Gao <gaogaotiantian(a)hotmail.com>, Victor Stinner <vstinner(a)python.org>, William Woodruff <william(a)yossarian.net>, Zachary Ware <zach(a)python.org>, Zang Peiyu <166481866+factnn(a)users.noreply.github.com>, bkap123 <97006829+bkap123(a)users.noreply.github.com>, da-woods <dw-git(a)d-woods.co.uk>, decorator-factory <42166884+decorator-factory(a)users.noreply.github.com>, dr-carlos <77367421+dr-carlos(a)users.noreply.github.com>, lighting9999 <lightingcloud999(a)outlook.com>, mpage <mpage(a)meta.com>, sobolevn <mail(a)sobolevn.me>, stratakis <cstratak(a)redhat.com>, sunmy2019 <59365878+sunmy2019(a)users.noreply.github.com>, tonghuaroot (童话) <tonghuaroot(a)gmail.com>, yihong <zouzou0208(a)gmail.com>, Łukasz Langa <lukasz(a)langa.pl>, 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk@sydoren
ko.org.ua>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "B:\uildarea\3.14.ware-ws2025.refleak\build\Lib\test\test_tkinter\test_simpledialog.py", line 195, in test_initialvalue
self.assertEqual(d.result, 42)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
AssertionError: None != 42
Traceback (most recent call last):
File "B:\uildarea\3.14.ware-ws2025.refleak\build\Lib\idlelib\idle_test\test_zzdummy.py", line 157, in test_exists
self.assertEqual(
~~~~~~~~~~~~~~~~^
conf.GetSectionList('user', 'extensions'), [])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: ['ZzDummy'] != []
Traceback (most recent call last):
File "B:\uildarea\3.14.ware-ws2025.refleak\build\Lib\test\test_tkinter\test_simpledialog.py", line 246, in test_boundary_values_accepted
self.assertEqual(d.result, 10)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
AssertionError: None != 10
Traceback (most recent call last):
File "B:\uildarea\3.14.ware-ws2025.refleak\build\Lib\test\test_tkinter\test_simpledialog.py", line 218, in test_escape_cancels
self.assertFalse(d.winfo_exists())
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
AssertionError: 1 is not false
Test report
===========
Failed tests:
- test_idle
- test_tkinter
Failed subtests:
- test_exists - idlelib.idle_test.test_zzdummy.ZZDummyTest.test_exists
- test_boundary_values_accepted - test.test_tkinter.test_simpledialog.QueryDialogTest.test_boundary_values_accepted
- test_escape_cancels - test.test_tkinter.test_simpledialog.QueryDialogTest.test_escape_cancels
- test_initialvalue - test.test_tkinter.test_simpledialog.QueryDialogTest.test_initialvalue
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
by buildbot@python.org July 29, 2026
by buildbot@python.org July 29, 2026
July 29, 2026
The Buildbot has detected a new failure on builder AMD64 Arch Linux Asan 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1464/builds/1154
Buildbot URL: https://buildbot.python.org/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/3.13.pablogsal-arch-x86_64.asan/build/Lib/test/test_io.py", line 4750, in test_daemon_threads_shutdown_stdout_deadlock
self.check_daemon_threads_shutdown_deadlock('stdout')
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/buildbot/buildarea/3.13.pablogsal-arch-x86_64.asan/build/Lib/test/test_io.py", line 4745, in check_daemon_threads_shutdown_deadlock
self.assertFalse(err.strip('.!'))
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
AssertionError: '=================================================================\n==4186759==ERROR: AddressSanitizer: heap-use-after-free on address 0x7ccd1da52a58 at pc 0x55de07396846 bp 0x7b9d1b7fe080 sp 0x7b9d1b7fe070\nREAD of size 8 at 0x7ccd1da52a58 thread T1\n' is not false
Traceback (most recent call last):
File "/buildbot/buildarea/3.13.pablogsal-arch-x86_64.asan/build/Lib/test/test_io.py", line 4750, in test_daemon_threads_shutdown_stdout_deadlock
self.check_daemon_threads_shutdown_deadlock('stdout')
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/buildbot/buildarea/3.13.pablogsal-arch-x86_64.asan/build/Lib/test/test_io.py", line 4745, in check_daemon_threads_shutdown_deadlock
self.assertFalse(err.strip('.!'))
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
AssertionError: '=================================================================\n==4180129==ERROR: AddressSanitizer: heap-use-after-free on address 0x7d1270e52a58 at pc 0x55b187318846 bp 0x7be26ebfe080 sp 0x7be26ebfe070\nREAD of size 8 at 0x7d1270e52a58 thread T1\n' is not false
Test report
===========
Failed tests:
- test_io
Failed subtests:
- test_daemon_threads_shutdown_stdout_deadlock - test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stdout_deadlock
Sincerely,
-The Buildbot
1
0