OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "[BUILD]/scripts/slave/ios/host_info.py", | 4 "[BUILD]/scripts/slave/ios/host_info.py", |
5 "--json-file", | 5 "--json-file", |
6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "host and tools info", | 9 "name": "host and tools info", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 117 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
118 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 118 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
119 "@@@STEP_LOG_LINE@json.output@}@@@", | 119 "@@@STEP_LOG_LINE@json.output@}@@@", |
120 "@@@STEP_LOG_END@json.output@@@" | 120 "@@@STEP_LOG_END@json.output@@@" |
121 ] | 121 ] |
122 }, | 122 }, |
123 { | 123 { |
124 "cmd": [ | 124 "cmd": [ |
125 "echo", | 125 "echo", |
126 "-e", | 126 "-e", |
127 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\"\n }, \n \"compiler\": \"ninja\", \n \"configuratio
n\": \"Debug\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n
\"app\": \"fake tests\", \n \"device type\": \"fake device\", \n \
"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \
"fake xcode version\"\n}" | 127 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\"\n }, \n \"compiler\": \"ninja\", \n \"configuratio
n\": \"Debug\", \n \"env\": {}, \n \"sdk\": \"iphonesimulator8.0\", \n \"test
s\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake de
vice\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"x
code version\": \"fake xcode version\"\n}" |
128 ], | 128 ], |
129 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
130 "name": "finalize build config" | 130 "name": "finalize build config" |
131 }, | 131 }, |
132 { | 132 { |
133 "cmd": [ | 133 "cmd": [ |
134 "[BUILD]/scripts/slave/ios/find_xcode.py", | 134 "[BUILD]/scripts/slave/ios/find_xcode.py", |
135 "--json-file", | 135 "--json-file", |
136 "/path/to/tmp/json", | 136 "/path/to/tmp/json", |
137 "--version", | 137 "--version", |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", | 341 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", |
342 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 342 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
343 ] | 343 ] |
344 }, | 344 }, |
345 { | 345 { |
346 "name": "$final_result", | 346 "name": "$final_result", |
347 "reason": "Step('compile (without patch)') failed with return_code 1", | 347 "reason": "Step('compile (without patch)') failed with return_code 1", |
348 "status_code": 1 | 348 "status_code": 1 |
349 } | 349 } |
350 ] | 350 ] |
OLD | NEW |