| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 147 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 149 "@@@STEP_LOG_LINE@json.output@}@@@", | 149 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@" | 150 "@@@STEP_LOG_END@json.output@@@" |
| 151 ] | 151 ] |
| 152 }, | 152 }, |
| 153 { | 153 { |
| 154 "cmd": [ | 154 "cmd": [ |
| 155 "echo", | 155 "echo", |
| 156 "-e", | 156 "-e", |
| 157 "{\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 \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimul
ator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"dev
ice type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggere
d bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}" | 157 "{\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 \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimul
ator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"dev
ice type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggere
d bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode ver
sion\"\n}" |
| 158 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", | 159 "cwd": "[SLAVE_BUILD]", |
| 160 "name": "finalize build config" | 160 "name": "finalize build config" |
| 161 }, | 161 }, |
| 162 { | 162 { |
| 163 "cmd": [ | 163 "cmd": [ |
| 164 "[BUILD]/scripts/slave/ios/find_xcode.py", | 164 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 165 "--json-file", | 165 "--json-file", |
| 166 "/path/to/tmp/json", | 166 "/path/to/tmp/json", |
| 167 "--version", | 167 "--version", |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 "~followup_annotations": [ | 398 "~followup_annotations": [ |
| 399 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 399 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 400 ] | 400 ] |
| 401 }, | 401 }, |
| 402 { | 402 { |
| 403 "name": "$result", | 403 "name": "$result", |
| 404 "reason": "Step('compile (with patch)') failed with return_code 1", | 404 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 405 "status_code": 1 | 405 "status_code": 1 |
| 406 } | 406 } |
| 407 ] | 407 ] |
| OLD | NEW |