| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[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]", | |
| 9 "name": "host and tools info", | 8 "name": "host and tools info", |
| 10 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| 12 "@@@STEP_LOG_LINE@json.output@{@@@", | 11 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 42 "--git-cache-dir", | 41 "--git-cache-dir", |
| 43 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 44 "--patch_url", | 43 "--patch_url", |
| 45 "patch url", | 44 "patch url", |
| 46 "--output_json", | 45 "--output_json", |
| 47 "/path/to/tmp/json", | 46 "/path/to/tmp/json", |
| 48 "--revision", | 47 "--revision", |
| 49 "src@HEAD", | 48 "src@HEAD", |
| 50 "--output_manifest" | 49 "--output_manifest" |
| 51 ], | 50 ], |
| 52 "cwd": "[SLAVE_BUILD]", | |
| 53 "env": { | 51 "env": { |
| 54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 55 }, | 53 }, |
| 56 "name": "bot_update", | 54 "name": "bot_update", |
| 57 "~followup_annotations": [ | 55 "~followup_annotations": [ |
| 58 "@@@STEP_LOG_LINE@json.output@{@@@", | 56 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", | 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@}@@@", | 59 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 62 "@@@STEP_LOG_END@json.output@@@" | 60 "@@@STEP_LOG_END@json.output@@@" |
| 63 ] | 61 ] |
| 64 }, | 62 }, |
| 65 { | 63 { |
| 66 "cmd": [ | 64 "cmd": [ |
| 67 "python", | 65 "python", |
| 68 "-u", | 66 "-u", |
| 69 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 67 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 70 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json", | 68 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json", |
| 71 "/path/to/tmp/json" | 69 "/path/to/tmp/json" |
| 72 ], | 70 ], |
| 73 "cwd": "[SLAVE_BUILD]", | |
| 74 "name": "read build config", | 71 "name": "read build config", |
| 75 "~followup_annotations": [ | 72 "~followup_annotations": [ |
| 76 "@@@STEP_LOG_LINE@json.output@{@@@", | 73 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 77 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", | 74 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", |
| 78 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", | 75 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 77 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 81 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", |
| 82 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 79 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
| 83 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", | 80 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 97 "@@@STEP_LOG_LINE@json.output@}@@@", | 94 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 98 "@@@STEP_LOG_END@json.output@@@" | 95 "@@@STEP_LOG_END@json.output@@@" |
| 99 ] | 96 ] |
| 100 }, | 97 }, |
| 101 { | 98 { |
| 102 "cmd": [ | 99 "cmd": [ |
| 103 "echo", | 100 "echo", |
| 104 "-e", | 101 "-e", |
| 105 "{\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\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n
\"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphone
simulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n
\"device type\": \"fake device\", \n \"os\": \"8.0\"\n }, \n {\n
\"app\": \"fake tests 2\", \n \"device type\": \"fake device\", \n
\"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": tr
ue, \n \"xcode version\": \"fake xcode version\"\n}" | 102 "{\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\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n
\"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphone
simulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n
\"device type\": \"fake device\", \n \"os\": \"8.0\"\n }, \n {\n
\"app\": \"fake tests 2\", \n \"device type\": \"fake device\", \n
\"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": tr
ue, \n \"xcode version\": \"fake xcode version\"\n}" |
| 106 ], | 103 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "finalize build config" | 104 "name": "finalize build config" |
| 109 }, | 105 }, |
| 110 { | 106 { |
| 111 "cmd": [ | 107 "cmd": [ |
| 112 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
| 113 "--json-file", | 109 "--json-file", |
| 114 "/path/to/tmp/json", | 110 "/path/to/tmp/json", |
| 115 "--version", | 111 "--version", |
| 116 "fake xcode version" | 112 "fake xcode version" |
| 117 ], | 113 ], |
| 118 "cwd": "[SLAVE_BUILD]", | |
| 119 "name": "find xcode", | 114 "name": "find xcode", |
| 120 "~followup_annotations": [ | 115 "~followup_annotations": [ |
| 121 "@@@STEP_LOG_LINE@json.output@{}@@@", | 116 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 122 "@@@STEP_LOG_END@json.output@@@" | 117 "@@@STEP_LOG_END@json.output@@@" |
| 123 ] | 118 ] |
| 124 }, | 119 }, |
| 125 { | 120 { |
| 126 "cmd": [ | 121 "cmd": [ |
| 127 "python", | 122 "python", |
| 128 "-u", | 123 "-u", |
| 129 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 130 "runhooks" | 125 "runhooks" |
| 131 ], | 126 ], |
| 132 "cwd": "[SLAVE_BUILD]", | |
| 133 "env": { | 127 "env": { |
| 134 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", | 128 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", |
| 135 "GYP_GENERATORS": "xcode", | 129 "GYP_GENERATORS": "xcode", |
| 136 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", | 130 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", |
| 137 "LANDMINES_VERBOSE": "1", | 131 "LANDMINES_VERBOSE": "1", |
| 138 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 139 }, | 133 }, |
| 140 "name": "gclient runhooks", | 134 "name": "gclient runhooks", |
| 141 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 142 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br />
fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" | 136 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br />
fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 162 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", | 156 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", |
| 163 "--json_file", | 157 "--json_file", |
| 164 "/path/to/tmp/json", | 158 "/path/to/tmp/json", |
| 165 "--iossim", | 159 "--iossim", |
| 166 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 160 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 167 "--platform", | 161 "--platform", |
| 168 "fake device", | 162 "fake device", |
| 169 "--version", | 163 "--version", |
| 170 "8.0" | 164 "8.0" |
| 171 ], | 165 ], |
| 172 "cwd": "[SLAVE_BUILD]", | |
| 173 "name": "fake tests 1 (fake device iOS 8.0)", | 166 "name": "fake tests 1 (fake device iOS 8.0)", |
| 174 "~followup_annotations": [ | 167 "~followup_annotations": [ |
| 175 "step returned non-zero exit code: 1", | 168 "step returned non-zero exit code: 1", |
| 176 "@@@STEP_LOG_LINE@json.output@{@@@", | 169 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 170 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 171 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 172 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 173 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 174 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 199 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", | 192 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", |
| 200 "--json_file", | 193 "--json_file", |
| 201 "/path/to/tmp/json", | 194 "/path/to/tmp/json", |
| 202 "--iossim", | 195 "--iossim", |
| 203 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 196 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 204 "--platform", | 197 "--platform", |
| 205 "fake device", | 198 "fake device", |
| 206 "--version", | 199 "--version", |
| 207 "7.1" | 200 "7.1" |
| 208 ], | 201 ], |
| 209 "cwd": "[SLAVE_BUILD]", | |
| 210 "name": "fake tests 2 (fake device iOS 7.1)", | 202 "name": "fake tests 2 (fake device iOS 7.1)", |
| 211 "~followup_annotations": [ | 203 "~followup_annotations": [ |
| 212 "@@@STEP_LOG_LINE@json.output@{@@@", | 204 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 213 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 215 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 207 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 216 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 208 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 217 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 209 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 218 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 210 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| 219 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 211 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
| 220 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 212 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 221 "@@@STEP_LOG_LINE@json.output@ }@@@", | 213 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 222 "@@@STEP_LOG_LINE@json.output@}@@@", | 214 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 223 "@@@STEP_LOG_END@json.output@@@", | 215 "@@@STEP_LOG_END@json.output@@@", |
| 224 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 216 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
| 225 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 217 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
| 226 "@@@STEP_LOG_END@fake log@@@", | 218 "@@@STEP_LOG_END@fake log@@@", |
| 227 "@@@STEP_LINK@fake URL text@fake URL@@@" | 219 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 228 ] | 220 ] |
| 229 }, | 221 }, |
| 230 { | 222 { |
| 231 "name": "$result", | 223 "name": "$result", |
| 232 "reason": "Failed fake tests 1 (fake device iOS 8.0).", | 224 "reason": "Failed fake tests 1 (fake device iOS 8.0).", |
| 233 "status_code": 1 | 225 "status_code": 1 |
| 234 } | 226 } |
| 235 ] | 227 ] |
| OLD | NEW |