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/all/#/builders/1380/builds/714

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: rkm-arm64-ios-simulator

Build Reason: <unknown>
Blamelist: Kumar Aditya <kumaradi...@python.org>, Victor Stinner 
<vstin...@python.org>

BUILD FAILED: failed test (failure)


Summary of the results of the build (if available):
===================================================




Captured traceback
==================

remote: Enumerating objects: 14, done.        
remote: Counting objects:   7% (1/14)        
remote: Counting objects:  14% (2/14)        
remote: Counting objects:  21% (3/14)        
remote: Counting objects:  28% (4/14)        
remote: Counting objects:  35% (5/14)        
remote: Counting objects:  42% (6/14)        
remote: Counting objects:  50% (7/14)        
remote: Counting objects:  57% (8/14)        
remote: Counting objects:  64% (9/14)        
remote: Counting objects:  71% (10/14)        
remote: Counting objects:  78% (11/14)        
remote: Counting objects:  85% (12/14)        
remote: Counting objects:  92% (13/14)        
remote: Counting objects: 100% (14/14)        
remote: Counting objects: 100% (14/14), done.        
remote: Compressing objects:  10% (1/10)        
remote: Compressing objects:  20% (2/10)        
remote: Compressing objects:  30% (3/10)        
remote: Compressing objects:  40% (4/10)        
remote: Compressing objects:  50% (5/10)        
remote: Compressing objects:  60% (6/10)        
remote: Compressing objects:  70% (7/10)        
remote: Compressing objects:  80% (8/10)        
remote: Compressing objects:  90% (9/10)        
remote: Compressing objects: 100% (10/10)        
remote: Compressing objects: 100% (10/10), done.        
remote: Total 14 (delta 5), reused 7 (delta 4), pack-reused 0        
>From https://github.com/python/cpython
 * branch                  main       -> FETCH_HEAD
Note: switching to 'ef3c400434eab53e358ebfa5da0411fab722cafb'.

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 ef3c400434 gh-120804: remove `is_active` method from internal 
child watchers implementation in asyncio (#121124)
Switched to and reset branch 'main'

configure: WARNING: -Wtrampolines not supported
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:848:
../../Python/generated_cases.c.h:2039:21: warning: code will never be executed 
[-Wunreachable-code]
                    PyStackRef_CLOSE(callable);
                    ^~~~~~~~~~~~~~~~
../../Python/generated_cases.c.h:1865:21: warning: code will never be executed 
[-Wunreachable-code]
                    PyStackRef_CLOSE(callable);
                    ^~~~~~~~~~~~~~~~
../../Python/generated_cases.c.h:1802:21: warning: code will never be executed 
[-Wunreachable-code]
                    PyStackRef_CLOSE(callable);
                    ^~~~~~~~~~~~~~~~
../../Python/generated_cases.c.h:1644:17: warning: code will never be executed 
[-Wunreachable-code]
                PyStackRef_CLOSE(callable);
                ^~~~~~~~~~~~~~~~
../../Python/generated_cases.c.h:1330:21: warning: code will never be executed 
[-Wunreachable-code]
                    PyStackRef_CLOSE(callable);
                    ^~~~~~~~~~~~~~~~
../../Python/generated_cases.c.h:1267:21: warning: code will never be executed 
[-Wunreachable-code]
                    PyStackRef_CLOSE(callable);
                    ^~~~~~~~~~~~~~~~
../../Python/generated_cases.c.h:1210:21: warning: code will never be executed 
[-Wunreachable-code]
                    PyStackRef_CLOSE(callable);
                    ^~~~~~~~~~~~~~~~
../../Python/generated_cases.c.h:872:21: warning: code will never be executed 
[-Wunreachable-code]
                    PyStackRef_CLOSE(callable);
                    ^~~~~~~~~~~~~~~~
../../Python/generated_cases.c.h:774:31: warning: code will never be executed 
[-Wunreachable-code]
                for (int _i = oparg; --_i >= 0;) {
                              ^~~~~
../../Python/generated_cases.c.h:747:31: warning: code will never be executed 
[-Wunreachable-code]
                for (int _i = oparg; --_i >= 0;) {
                              ^~~~~
../../Python/generated_cases.c.h:661:31: warning: code will never be executed 
[-Wunreachable-code]
                for (int _i = oparg*2; --_i >= 0;) {
                              ^~~~~
../../Python/generated_cases.c.h:637:31: warning: code will never be executed 
[-Wunreachable-code]
                for (int _i = oparg; --_i >= 0;) {
                              ^~~~~
../../Python/generated_cases.c.h:606:31: warning: code will never be executed 
[-Wunreachable-code]
                for (int _i = oparg; --_i >= 0;) {
                              ^~~~~
13 warnings generated.

configure: WARNING: -Wtrampolines not supported
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.

../../Modules/_sqlite/connection.c:1307:14: warning: 
'sqlite3_create_window_function' is only available on iOS 13.0 or newer 
[-Wunguarded-availability-new]
        rc = sqlite3_create_window_function(self->db, name, num_params, flags,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/include/sqlite3.h:5533:16:
 note: 'sqlite3_create_window_function' has been marked as being introduced in 
iOS 13.0 here, but the deployment target is iOS 12.0.0
SQLITE_API int sqlite3_create_window_function(
               ^
../../Modules/_sqlite/connection.c:1307:14: note: enclose 
'sqlite3_create_window_function' in a __builtin_available check to silence this 
warning
        rc = sqlite3_create_window_function(self->db, name, num_params, flags,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../Modules/_sqlite/connection.c:1315:14: warning: 
'sqlite3_create_window_function' is only available on iOS 13.0 or newer 
[-Wunguarded-availability-new]
        rc = sqlite3_create_window_function(self->db, name, num_params, flags,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/include/sqlite3.h:5533:16:
 note: 'sqlite3_create_window_function' has been marked as being introduced in 
iOS 13.0 here, but the deployment target is iOS 12.0.0
SQLITE_API int sqlite3_create_window_function(
               ^
../../Modules/_sqlite/connection.c:1315:14: note: enclose 
'sqlite3_create_window_function' in a __builtin_available check to silence this 
warning
        rc = sqlite3_create_window_function(self->db, name, num_params, flags,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.

--- 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-06-28 12:20:31.346 xcodebuild[24386:96280938] [MT] 
IDETestOperationsObserverDebug: 1095.524 elapsed -- Testing started completed.
2024-06-28 12:20:31.346 xcodebuild[24386:96280938] [MT] 
IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec -- start
2024-06-28 12:20:31.346 xcodebuild[24386:96280938] [MT] 
IDETestOperationsObserverDebug: 1095.524 sec, +1095.524 sec -- end
Failing tests:
        -[iOSTestbedTests testPython]

** TEST FAILED **

make: *** [testios] Error 1


Test report
===========





Sincerely,
 -The Buildbot

_______________________________________________
Buildbot-status mailing list -- buildbot-status@python.org
To unsubscribe send an email to buildbot-status-le...@python.org
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: arch...@mail-archive.com

Reply via email to