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/1791
Buildbot URL: https://buildbot.python.org/
Worker for this Build: rkm-arm64-ios-simulator
Build Reason: <unknown> Blamelist: sobolevn <mail@sobolevn.me>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 12, done.
remote: Counting objects: 8% (1/12)
remote: Counting objects: 16% (2/12)
remote: Counting objects: 25% (3/12)
remote: Counting objects: 33% (4/12)
remote: Counting objects: 41% (5/12)
remote: Counting objects: 50% (6/12)
remote: Counting objects: 58% (7/12)
remote: Counting objects: 66% (8/12)
remote: Counting objects: 75% (9/12)
remote: Counting objects: 83% (10/12)
remote: Counting objects: 91% (11/12)
remote: Counting objects: 100% (12/12)
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 14% (1/7)
remote: Compressing objects: 28% (2/7)
remote: Compressing objects: 42% (3/7)
remote: Compressing objects: 57% (4/7)
remote: Compressing objects: 71% (5/7)
remote: Compressing objects: 85% (6/7)
remote: Compressing objects: 100% (7/7)
remote: Compressing objects: 100% (7/7), done.
remote: Total 12 (delta 5), reused 6 (delta 5), pack-reused 0 (from 0)
From https://github.com/python/cpython
- branch main -> FETCH_HEAD Note: switching to 'c806cd5af677c385470001efc68da38a32919196'.
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 c806cd5af67 gh-126220: Adapt _lsprof
to Argument Clinic (#126233)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15) configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
In file included from ../../Python/ceval.c:894: ../../Python/generated_cases.c.h:803:31: warning: code will never be executed [-Wunreachable-code] for (int _i = oparg; --_i >= 0;) { ^~~~~ ../../Python/generated_cases.c.h:689:31: warning: code will never be executed [-Wunreachable-code] for (int _i = oparg*2; --_i >= 0;) { ^~~~~ 2 warnings generated.
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15) configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly.
--- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:iOS Simulator, id:C6AEA11C-C34A-47B8-BD67-AF0403ECA353, OS:17.5, name:iPhone SE (3rd generation) } { platform:iOS Simulator, id:C6AEA11C-C34A-47B8-BD67-AF0403ECA353, OS:17.5, name:iPhone SE (3rd generation) } 2024-11-04 16:45:35.980 xcodebuild[74207:350024953] [MT] IDETestOperationsObserverDebug: 1192.807 elapsed -- Testing started completed. 2024-11-04 16:45:35.980 xcodebuild[74207:350024953] [MT] IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec -- start 2024-11-04 16:45:35.980 xcodebuild[74207:350024953] [MT] IDETestOperationsObserverDebug: 1192.807 sec, +1192.807 sec -- end Failing tests: -[iOSTestbedTests testPython]
** TEST FAILED **
make: *** [testios] Error 1
Test report
Sincerely, -The Buildbot