| 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 22 matching lines...) Expand all Loading... |
| 41 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 40 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 42 "--git-cache-dir", | 41 "--git-cache-dir", |
| 43 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 44 "--output_json", | 43 "--output_json", |
| 45 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| 46 "--revision", | 45 "--revision", |
| 47 "src@HEAD", | 46 "src@HEAD", |
| 48 "--force", | 47 "--force", |
| 49 "--output_manifest" | 48 "--output_manifest" |
| 50 ], | 49 ], |
| 51 "cwd": "[SLAVE_BUILD]", | |
| 52 "env": { | 50 "env": { |
| 53 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 54 }, | 52 }, |
| 55 "name": "bot_update", | 53 "name": "bot_update", |
| 56 "~followup_annotations": [ | 54 "~followup_annotations": [ |
| 57 "@@@STEP_TEXT@Some step text@@@", | 55 "@@@STEP_TEXT@Some step text@@@", |
| 58 "@@@STEP_LOG_LINE@json.output@{@@@", | 56 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 ] | 119 ] |
| 122 }, | 120 }, |
| 123 { | 121 { |
| 124 "cmd": [ | 122 "cmd": [ |
| 125 "python", | 123 "python", |
| 126 "-u", | 124 "-u", |
| 127 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 125 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 128 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", | 126 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", |
| 129 "/path/to/tmp/json" | 127 "/path/to/tmp/json" |
| 130 ], | 128 ], |
| 131 "cwd": "[SLAVE_BUILD]", | |
| 132 "name": "read build config", | 129 "name": "read build config", |
| 133 "~followup_annotations": [ | 130 "~followup_annotations": [ |
| 134 "@@@STEP_LOG_LINE@json.output@{@@@", | 131 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 135 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", |
| 136 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", | 134 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 135 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 139 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 155 "@@@STEP_LOG_LINE@json.output@}@@@", | 152 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 156 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
| 157 ] | 154 ] |
| 158 }, | 155 }, |
| 159 { | 156 { |
| 160 "cmd": [ | 157 "cmd": [ |
| 161 "echo", | 158 "echo", |
| 162 "-e", | 159 "-e", |
| 163 "{\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 1\", \n \"d
evice 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\": true, \
n \"xcode version\": \"fake xcode version\"\n}" | 160 "{\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 1\", \n \"d
evice 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\": true, \
n \"xcode version\": \"fake xcode version\"\n}" |
| 164 ], | 161 ], |
| 165 "cwd": "[SLAVE_BUILD]", | |
| 166 "name": "finalize build config" | 162 "name": "finalize build config" |
| 167 }, | 163 }, |
| 168 { | 164 { |
| 169 "cmd": [ | 165 "cmd": [ |
| 170 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 166 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
| 171 "--json-file", | 167 "--json-file", |
| 172 "/path/to/tmp/json", | 168 "/path/to/tmp/json", |
| 173 "--version", | 169 "--version", |
| 174 "fake xcode version" | 170 "fake xcode version" |
| 175 ], | 171 ], |
| 176 "cwd": "[SLAVE_BUILD]", | |
| 177 "name": "find xcode", | 172 "name": "find xcode", |
| 178 "~followup_annotations": [ | 173 "~followup_annotations": [ |
| 179 "@@@STEP_LOG_LINE@json.output@{}@@@", | 174 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 180 "@@@STEP_LOG_END@json.output@@@" | 175 "@@@STEP_LOG_END@json.output@@@" |
| 181 ] | 176 ] |
| 182 }, | 177 }, |
| 183 { | 178 { |
| 184 "cmd": [ | 179 "cmd": [ |
| 185 "python", | 180 "python", |
| 186 "-u", | 181 "-u", |
| 187 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 182 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 188 "runhooks" | 183 "runhooks" |
| 189 ], | 184 ], |
| 190 "cwd": "[SLAVE_BUILD]", | |
| 191 "env": { | 185 "env": { |
| 192 "GYP_CROSSCOMPILE": "1", | 186 "GYP_CROSSCOMPILE": "1", |
| 193 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", | 187 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", |
| 194 "GYP_GENERATORS": "ninja", | 188 "GYP_GENERATORS": "ninja", |
| 195 "LANDMINES_VERBOSE": "1", | 189 "LANDMINES_VERBOSE": "1", |
| 196 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 190 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 197 }, | 191 }, |
| 198 "name": "gclient runhooks", | 192 "name": "gclient runhooks", |
| 199 "~followup_annotations": [ | 193 "~followup_annotations": [ |
| 200 "@@@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@@@" | 194 "@@@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 15 matching lines...) Expand all Loading... |
| 216 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app", | 210 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app", |
| 217 "--json_file", | 211 "--json_file", |
| 218 "/path/to/tmp/json", | 212 "/path/to/tmp/json", |
| 219 "--iossim", | 213 "--iossim", |
| 220 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", | 214 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", |
| 221 "--platform", | 215 "--platform", |
| 222 "fake device", | 216 "fake device", |
| 223 "--version", | 217 "--version", |
| 224 "8.0" | 218 "8.0" |
| 225 ], | 219 ], |
| 226 "cwd": "[SLAVE_BUILD]", | |
| 227 "name": "fake tests 1 (fake device iOS 8.0)", | 220 "name": "fake tests 1 (fake device iOS 8.0)", |
| 228 "~followup_annotations": [ | 221 "~followup_annotations": [ |
| 229 "step returned non-zero exit code: 2", | 222 "step returned non-zero exit code: 2", |
| 230 "@@@STEP_LOG_LINE@json.output@{@@@", | 223 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 231 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 224 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 232 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 225 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 226 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 227 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 235 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 228 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 236 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 229 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 253 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app", | 246 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app", |
| 254 "--json_file", | 247 "--json_file", |
| 255 "/path/to/tmp/json", | 248 "/path/to/tmp/json", |
| 256 "--iossim", | 249 "--iossim", |
| 257 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", | 250 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", |
| 258 "--platform", | 251 "--platform", |
| 259 "fake device", | 252 "fake device", |
| 260 "--version", | 253 "--version", |
| 261 "7.1" | 254 "7.1" |
| 262 ], | 255 ], |
| 263 "cwd": "[SLAVE_BUILD]", | |
| 264 "name": "fake tests 2 (fake device iOS 7.1)", | 256 "name": "fake tests 2 (fake device iOS 7.1)", |
| 265 "~followup_annotations": [ | 257 "~followup_annotations": [ |
| 266 "@@@STEP_LOG_LINE@json.output@{@@@", | 258 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 267 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 259 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 268 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 260 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 269 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 261 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 270 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 262 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 271 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 263 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 272 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 264 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| 273 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 265 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
| 274 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 266 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ }@@@", | 267 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 276 "@@@STEP_LOG_LINE@json.output@}@@@", | 268 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 277 "@@@STEP_LOG_END@json.output@@@", | 269 "@@@STEP_LOG_END@json.output@@@", |
| 278 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 270 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
| 279 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 271 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
| 280 "@@@STEP_LOG_END@fake log@@@", | 272 "@@@STEP_LOG_END@fake log@@@", |
| 281 "@@@STEP_LINK@fake URL text@fake URL@@@" | 273 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 282 ] | 274 ] |
| 283 }, | 275 }, |
| 284 { | 276 { |
| 285 "name": "$result", | 277 "name": "$result", |
| 286 "reason": "Failed fake tests 1 (fake device iOS 8.0).", | 278 "reason": "Failed fake tests 1 (fake device iOS 8.0).", |
| 287 "status_code": 1 | 279 "status_code": 1 |
| 288 } | 280 } |
| 289 ] | 281 ] |
| OLD | NEW |