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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 144 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
145 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
146 "@@@STEP_LOG_LINE@json.output@}@@@", | 146 "@@@STEP_LOG_LINE@json.output@}@@@", |
147 "@@@STEP_LOG_END@json.output@@@" | 147 "@@@STEP_LOG_END@json.output@@@" |
148 ] | 148 ] |
149 }, | 149 }, |
150 { | 150 { |
151 "cmd": [ | 151 "cmd": [ |
152 "echo", | 152 "echo", |
153 "-e", | 153 "-e", |
154 "{\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 \"additional_compile_targets\": [\n \"Al
l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e
nv\": {}, \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 \"use_mb\": false, \n \"x
code version\": \"fake xcode version\"\n}" | 154 "{\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 \"additional_compile_targets\": [\n \"Al
l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e
nv\": {}, \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}" |
155 ], | 155 ], |
156 "cwd": "[SLAVE_BUILD]", | 156 "cwd": "[SLAVE_BUILD]", |
157 "name": "finalize build config" | 157 "name": "finalize build config" |
158 }, | 158 }, |
159 { | 159 { |
160 "cmd": [ | 160 "cmd": [ |
161 "[BUILD]/scripts/slave/ios/find_xcode.py", | 161 "[BUILD]/scripts/slave/ios/find_xcode.py", |
162 "--json-file", | 162 "--json-file", |
163 "/path/to/tmp/json", | 163 "/path/to/tmp/json", |
164 "--version", | 164 "--version", |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 "@@@STEP_FAILURE@@@", | 373 "@@@STEP_FAILURE@@@", |
374 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 374 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
375 ] | 375 ] |
376 }, | 376 }, |
377 { | 377 { |
378 "name": "$result", | 378 "name": "$result", |
379 "reason": "Step('compile (without patch)') failed with return_code 1", | 379 "reason": "Step('compile (without patch)') failed with return_code 1", |
380 "status_code": 1 | 380 "status_code": 1 |
381 } | 381 } |
382 ] | 382 ] |
OLD | NEW |