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/215

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

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

Build Reason: <unknown>
Blamelist: Guido van Rossum <gu...@python.org>, Raymond Hettinger 
<rhettin...@users.noreply.github.com>

BUILD FAILED: failed test (failure)


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




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

remote: Enumerating objects: 20, done.        
remote: Counting objects:   5% (1/19)        
remote: Counting objects:  10% (2/19)        
remote: Counting objects:  15% (3/19)        
remote: Counting objects:  21% (4/19)        
remote: Counting objects:  26% (5/19)        
remote: Counting objects:  31% (6/19)        
remote: Counting objects:  36% (7/19)        
remote: Counting objects:  42% (8/19)        
remote: Counting objects:  47% (9/19)        
remote: Counting objects:  52% (10/19)        
remote: Counting objects:  57% (11/19)        
remote: Counting objects:  63% (12/19)        
remote: Counting objects:  68% (13/19)        
remote: Counting objects:  73% (14/19)        
remote: Counting objects:  78% (15/19)        
remote: Counting objects:  84% (16/19)        
remote: Counting objects:  89% (17/19)        
remote: Counting objects:  94% (18/19)        
remote: Counting objects: 100% (19/19)        
remote: Counting objects: 100% (19/19), done.        
remote: Compressing objects:   5% (1/17)        
remote: Compressing objects:  11% (2/17)        
remote: Compressing objects:  17% (3/17)        
remote: Compressing objects:  23% (4/17)        
remote: Compressing objects:  29% (5/17)        
remote: Compressing objects:  35% (6/17)        
remote: Compressing objects:  41% (7/17)        
remote: Compressing objects:  47% (8/17)        
remote: Compressing objects:  52% (9/17)        
remote: Compressing objects:  58% (10/17)        
remote: Compressing objects:  64% (11/17)        
remote: Compressing objects:  70% (12/17)        
remote: Compressing objects:  76% (13/17)        
remote: Compressing objects:  82% (14/17)        
remote: Compressing objects:  88% (15/17)        
remote: Compressing objects:  94% (16/17)        
remote: Compressing objects: 100% (17/17)        
remote: Compressing objects: 100% (17/17), done.        
remote: Total 20 (delta 3), reused 4 (delta 2), pack-reused 1        
>From https://github.com/python/cpython
 * branch                  main       -> FETCH_HEAD
Note: switching to '5092ea238e28c7d099c662d416b2a96fdbea4790'.

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 5092ea238e Fix negative bandwidth test and add online code path 
test. (gh-118600)
Switched to and reset branch 'main'

configure: WARNING: pkg-config is missing. Some dependencies may not be 
detected correctly.

../../Objects/frameobject.c:239:57: warning: omitting the parameter name in a 
function definition is a C2x extension [-Wc2x-extensions]
framelocalsproxy_keys(PyObject *self, PyObject *__unused)
                                                        ^
../../Objects/frameobject.c:390:59: warning: omitting the parameter name in a 
function definition is a C2x extension [-Wc2x-extensions]
framelocalsproxy_values(PyObject *self, PyObject *__unused)
                                                          ^
../../Objects/frameobject.c:418:58: warning: omitting the parameter name in a 
function definition is a C2x extension [-Wc2x-extensions]
framelocalsproxy_items(PyObject *self, PyObject *__unused)
                                                         ^
../../Objects/frameobject.c:567:61: warning: omitting the parameter name in a 
function definition is a C2x extension [-Wc2x-extensions]
framelocalsproxy_reversed(PyObject *self, PyObject *__unused)
                                                            ^
4 warnings generated.
../../Python/import.c:1549:1: warning: unused function 'is_core_module' 
[-Wunused-function]
is_core_module(PyInterpreterState *interp, PyObject *name, PyObject *path)
^
1 warning generated.
../../Python/pystate.c:1125:1: warning: unused function 
'check_interpreter_whence' [-Wunused-function]
check_interpreter_whence(long whence)
^
1 warning generated.

configure: WARNING: pkg-config is missing. Some dependencies may not be 
detected correctly.

../../Objects/frameobject.c:239:57: warning: omitting the parameter name in a 
function definition is a C2x extension [-Wc2x-extensions]
framelocalsproxy_keys(PyObject *self, PyObject *__unused)
                                                        ^
../../Objects/frameobject.c:390:59: warning: omitting the parameter name in a 
function definition is a C2x extension [-Wc2x-extensions]
framelocalsproxy_values(PyObject *self, PyObject *__unused)
                                                          ^
../../Objects/frameobject.c:418:58: warning: omitting the parameter name in a 
function definition is a C2x extension [-Wc2x-extensions]
framelocalsproxy_items(PyObject *self, PyObject *__unused)
                                                         ^
../../Objects/frameobject.c:567:61: warning: omitting the parameter name in a 
function definition is a C2x extension [-Wc2x-extensions]
framelocalsproxy_reversed(PyObject *self, PyObject *__unused)
                                                            ^
4 warnings generated.
../../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.4.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.4.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:5F7D319D-935D-4CEE-9B0F-D3FF2CA2B94F, OS:17.4, 
name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:5F7D319D-935D-4CEE-9B0F-D3FF2CA2B94F, OS:17.4, 
name:iPhone SE (3rd generation) }
2024-05-05 18:08:51.829 xcodebuild[79512:21526630]  
IDETestOperationsObserverDebug: Failure collecting diagnostics from simulator: 
Timed out after 600.0 seconds while waiting for a response from the invoked 
process
2024-05-05 18:08:51.838 xcodebuild[79512:21510742] [MT] 
IDETestOperationsObserverDebug: 1756.640 elapsed -- Testing started completed.
2024-05-05 18:08:51.838 xcodebuild[79512:21510742] [MT] 
IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec -- start
2024-05-05 18:08:51.838 xcodebuild[79512:21510742] [MT] 
IDETestOperationsObserverDebug: 1756.640 sec, +1756.640 sec -- end
Failing tests:
        -[iOSTestbedTests testPython]

** TEST FAILED **

Error saving invocation record to resultBundlePath:Error 
Domain=IDEFoundationErrorDomain Code=12 "The result bundle could not be saved 
due to multiple errors: failed to import activity log, underlying error: 
writerCreationFailed(Error Domain=NSCocoaErrorDomain Code=640 "You can’t save 
the file “Data” because the volume “Macintosh HD” is out of space." 
UserInfo={NSFilePath=/Users/buildbot/buildarea/3.x.rkm-arm64-ios-simulator.iOS-simulator.arm64/build/build_oot/host/iOSTestbed.arm64-iphonesimulator.1714930749/arm64-iphonesimulator.xcresult/Data,
 NSUnderlyingError=0x6000007304e0 {Error Domain=NSPOSIXErrorDomain Code=28 "No 
space left on device"}}), Failed to create a new result bundle writer, 
underlying error: You can’t save the file “Data” because the volume “Macintosh 
HD” is out of space." UserInfo={NSLocalizedDescription=The result bundle could 
not be saved due to multiple errors: failed to import activity log, underlying 
error: writerCreationFailed(Error Domain=
 NSCocoaErrorDomain Code=640 "You can’t save the file “Data” because the volume 
“Macintosh HD” is out of space." 
UserInfo={NSFilePath=/Users/buildbot/buildarea/3.x.rkm-arm64-ios-simulator.iOS-simulator.arm64/build/build_oot/host/iOSTestbed.arm64-iphonesimulator.1714930749/arm64-iphonesimulator.xcresult/Data,
 NSUnderlyingError=0x6000007304e0 {Error Domain=NSPOSIXErrorDomain Code=28 "No 
space left on device"}}), Failed to create a new result bundle writer, 
underlying error: You can’t save the file “Data” because the volume “Macintosh 
HD” is out of space., NSUnderlyingError=0x600002fa4600 {Error 
Domain=IDEFoundation.ResultBundleError Code=2 "failed to import activity log, 
underlying error: writerCreationFailed(Error Domain=NSCocoaErrorDomain Code=640 
"You can’t save the file “Data” because the volume “Macintosh HD” is out of 
space." 
UserInfo={NSFilePath=/Users/buildbot/buildarea/3.x.rkm-arm64-ios-simulator.iOS-simulator.arm64/build/build_oot/host/iOSTestbed
 .arm64-iphonesimulator.1714930749/arm64-iphonesimulator.xcresult/Data, 
NSUnderlyingError=0x6000007304e0 {Error Domain=NSPOSIXErrorDomain Code=28 "No 
space left on device"}})"}}
rror: Info.plist at 
/Users/buildbot/buildarea/3.x.rkm-arm64-ios-simulator.iOS-simulator.arm64/build/build_oot/host/iOSTestbed.arm64-iphonesimulator.1714930749/arm64-iphonesimulator.xcresult/Info.plist
 does not exist, the result bundle might be corrupted or the provided path is 
not a result bundle
Traceback (most recent call last):
  File "<string>", line 1, in <module>
    import sys, json; result = json.load(sys.stdin); 
print(result['actions']['_values'][0]['actionResult']['logRef']['id']['_value'])
                               ~~~~~~~~~^^^^^^^^^^^
  File 
"/Users/buildbot/buildarea/3.x.rkm-arm64-ios-simulator.iOS-simulator.arm64/build/Lib/json/__init__.py",
 line 293, in load
    return loads(fp.read(),
        cls=cls, object_hook=object_hook,
        parse_float=parse_float, parse_int=parse_int,
        parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, 
**kw)
  File 
"/Users/buildbot/buildarea/3.x.rkm-arm64-ios-simulator.iOS-simulator.arm64/build/Lib/json/__init__.py",
 line 346, in loads
    return _default_decoder.decode(s)
           ~~~~~~~~~~~~~~~~~~~~~~~^^^
  File 
"/Users/buildbot/buildarea/3.x.rkm-arm64-ios-simulator.iOS-simulator.arm64/build/Lib/json/decoder.py",
 line 344, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/Users/buildbot/buildarea/3.x.rkm-arm64-ios-simulator.iOS-simulator.arm64/build/Lib/json/decoder.py",
 line 362, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
rror: unexpected argument json; use --help to list available arguments
Traceback (most recent call last):
  File "<string>", line 1, in <module>
    import sys, json; result = json.load(sys.stdin); 
print(result['subsections']['_values'][1]['subsections']['_values'][0]['emittedOutput']['_value'])
                               ~~~~~~~~~^^^^^^^^^^^
  File 
"/Users/buildbot/buildarea/3.x.rkm-arm64-ios-simulator.iOS-simulator.arm64/build/Lib/json/__init__.py",
 line 293, in load
    return loads(fp.read(),
        cls=cls, object_hook=object_hook,
        parse_float=parse_float, parse_int=parse_int,
        parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, 
**kw)
  File 
"/Users/buildbot/buildarea/3.x.rkm-arm64-ios-simulator.iOS-simulator.arm64/build/Lib/json/__init__.py",
 line 346, in loads
    return _default_decoder.decode(s)
           ~~~~~~~~~~~~~~~~~~~~~~~^^^
  File 
"/Users/buildbot/buildarea/3.x.rkm-arm64-ios-simulator.iOS-simulator.arm64/build/Lib/json/decoder.py",
 line 344, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/Users/buildbot/buildarea/3.x.rkm-arm64-ios-simulator.iOS-simulator.arm64/build/Lib/json/decoder.py",
 line 362, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
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