| 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\": \"xcodebuild\", @@@", | 136 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", |
| 140 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator7.1\", @@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator7.1\", @@@", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "@@@STEP_LOG_LINE@json.output@}@@@", | 172 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 176 "@@@STEP_LOG_END@json.output@@@" | 173 "@@@STEP_LOG_END@json.output@@@" |
| 177 ] | 174 ] |
| 178 }, | 175 }, |
| 179 { | 176 { |
| 180 "cmd": [ | 177 "cmd": [ |
| 181 "echo", | 178 "echo", |
| 182 "-e", | 179 "-e", |
| 183 "{\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
simulator7.1\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n
\"device type\": \"fake device\", \n \"os\": \"8.1\"\n }, \n {\n
\"app\": \"fake tests 2\", \n \"device type\": \"fake device\", \n
\"os\": \"8.1\"\n }, \n {\n \"app\": \"fake tests 3\", \n \"devi
ce type\": \"fake device\", \n \"os\": \"8.1\"\n }, \n {\n \"app
\": \"fake tests 4\", \n \"device type\": \"fake device\", \n \"os\":
\"8.1\"\n }, \n {\n \"app\": \"fake tests 5\", \n \"device type\
": \"fake device\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fa
ke tests 6\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\
n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode
version\": \"fake xcode version\"\n}" | 180 "{\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
simulator7.1\", \n \"tests\": [\n {\n \"app\": \"fake tests 1\", \n
\"device type\": \"fake device\", \n \"os\": \"8.1\"\n }, \n {\n
\"app\": \"fake tests 2\", \n \"device type\": \"fake device\", \n
\"os\": \"8.1\"\n }, \n {\n \"app\": \"fake tests 3\", \n \"devi
ce type\": \"fake device\", \n \"os\": \"8.1\"\n }, \n {\n \"app
\": \"fake tests 4\", \n \"device type\": \"fake device\", \n \"os\":
\"8.1\"\n }, \n {\n \"app\": \"fake tests 5\", \n \"device type\
": \"fake device\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fa
ke tests 6\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\
n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode
version\": \"fake xcode version\"\n}" |
| 184 ], | 181 ], |
| 185 "cwd": "[SLAVE_BUILD]", | |
| 186 "name": "finalize build config" | 182 "name": "finalize build config" |
| 187 }, | 183 }, |
| 188 { | 184 { |
| 189 "cmd": [ | 185 "cmd": [ |
| 190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 186 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
| 191 "--json-file", | 187 "--json-file", |
| 192 "/path/to/tmp/json", | 188 "/path/to/tmp/json", |
| 193 "--version", | 189 "--version", |
| 194 "fake xcode version" | 190 "fake xcode version" |
| 195 ], | 191 ], |
| 196 "cwd": "[SLAVE_BUILD]", | |
| 197 "name": "find xcode", | 192 "name": "find xcode", |
| 198 "~followup_annotations": [ | 193 "~followup_annotations": [ |
| 199 "@@@STEP_LOG_LINE@json.output@{}@@@", | 194 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 200 "@@@STEP_LOG_END@json.output@@@" | 195 "@@@STEP_LOG_END@json.output@@@" |
| 201 ] | 196 ] |
| 202 }, | 197 }, |
| 203 { | 198 { |
| 204 "cmd": [ | 199 "cmd": [ |
| 205 "python", | 200 "python", |
| 206 "-u", | 201 "-u", |
| 207 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 202 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 208 "runhooks" | 203 "runhooks" |
| 209 ], | 204 ], |
| 210 "cwd": "[SLAVE_BUILD]", | |
| 211 "env": { | 205 "env": { |
| 212 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", | 206 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", |
| 213 "GYP_GENERATORS": "xcode", | 207 "GYP_GENERATORS": "xcode", |
| 214 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", | 208 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", |
| 215 "LANDMINES_VERBOSE": "1", | 209 "LANDMINES_VERBOSE": "1", |
| 216 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 210 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 217 }, | 211 }, |
| 218 "name": "gclient runhooks", | 212 "name": "gclient runhooks", |
| 219 "~followup_annotations": [ | 213 "~followup_annotations": [ |
| 220 "@@@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@@@" | 214 "@@@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... |
| 240 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", | 234 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", |
| 241 "--json_file", | 235 "--json_file", |
| 242 "/path/to/tmp/json", | 236 "/path/to/tmp/json", |
| 243 "--iossim", | 237 "--iossim", |
| 244 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 238 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 245 "--platform", | 239 "--platform", |
| 246 "fake device", | 240 "fake device", |
| 247 "--version", | 241 "--version", |
| 248 "8.1" | 242 "8.1" |
| 249 ], | 243 ], |
| 250 "cwd": "[SLAVE_BUILD]", | |
| 251 "name": "fake tests 1 (fake device iOS 8.1)", | 244 "name": "fake tests 1 (fake device iOS 8.1)", |
| 252 "~followup_annotations": [ | 245 "~followup_annotations": [ |
| 253 "@@@STEP_LOG_LINE@json.output@{@@@", | 246 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 247 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 255 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 248 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 256 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 249 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 257 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 250 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 258 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 251 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 252 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 275 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", | 268 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", |
| 276 "--json_file", | 269 "--json_file", |
| 277 "/path/to/tmp/json", | 270 "/path/to/tmp/json", |
| 278 "--iossim", | 271 "--iossim", |
| 279 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 272 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 280 "--platform", | 273 "--platform", |
| 281 "fake device", | 274 "fake device", |
| 282 "--version", | 275 "--version", |
| 283 "8.1" | 276 "8.1" |
| 284 ], | 277 ], |
| 285 "cwd": "[SLAVE_BUILD]", | |
| 286 "name": "fake tests 2 (fake device iOS 8.1)", | 278 "name": "fake tests 2 (fake device iOS 8.1)", |
| 287 "~followup_annotations": [ | 279 "~followup_annotations": [ |
| 288 "step returned non-zero exit code: 1", | 280 "step returned non-zero exit code: 1", |
| 289 "@@@STEP_LOG_LINE@json.output@{@@@", | 281 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 284 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 312 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 3.app", | 304 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 3.app", |
| 313 "--json_file", | 305 "--json_file", |
| 314 "/path/to/tmp/json", | 306 "/path/to/tmp/json", |
| 315 "--iossim", | 307 "--iossim", |
| 316 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 308 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 317 "--platform", | 309 "--platform", |
| 318 "fake device", | 310 "fake device", |
| 319 "--version", | 311 "--version", |
| 320 "8.1" | 312 "8.1" |
| 321 ], | 313 ], |
| 322 "cwd": "[SLAVE_BUILD]", | |
| 323 "name": "fake tests 3 (fake device iOS 8.1)", | 314 "name": "fake tests 3 (fake device iOS 8.1)", |
| 324 "~followup_annotations": [ | 315 "~followup_annotations": [ |
| 325 "step returned non-zero exit code: 1", | 316 "step returned non-zero exit code: 1", |
| 326 "@@@STEP_LOG_LINE@json.output@{@@@", | 317 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 327 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 318 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 328 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 319 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 329 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 320 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 330 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 321 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 331 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 322 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 332 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 323 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 349 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 4.app", | 340 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 4.app", |
| 350 "--json_file", | 341 "--json_file", |
| 351 "/path/to/tmp/json", | 342 "/path/to/tmp/json", |
| 352 "--iossim", | 343 "--iossim", |
| 353 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 344 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 354 "--platform", | 345 "--platform", |
| 355 "fake device", | 346 "fake device", |
| 356 "--version", | 347 "--version", |
| 357 "8.1" | 348 "8.1" |
| 358 ], | 349 ], |
| 359 "cwd": "[SLAVE_BUILD]", | |
| 360 "name": "fake tests 4 (fake device iOS 8.1)", | 350 "name": "fake tests 4 (fake device iOS 8.1)", |
| 361 "~followup_annotations": [ | 351 "~followup_annotations": [ |
| 362 "@@@STEP_LOG_LINE@json.output@{@@@", | 352 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 363 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 353 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 364 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 354 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 365 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 355 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 366 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 356 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 367 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 357 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 368 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 358 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| 369 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 359 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 384 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 5.app", | 374 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 5.app", |
| 385 "--json_file", | 375 "--json_file", |
| 386 "/path/to/tmp/json", | 376 "/path/to/tmp/json", |
| 387 "--iossim", | 377 "--iossim", |
| 388 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 378 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 389 "--platform", | 379 "--platform", |
| 390 "fake device", | 380 "fake device", |
| 391 "--version", | 381 "--version", |
| 392 "8.1" | 382 "8.1" |
| 393 ], | 383 ], |
| 394 "cwd": "[SLAVE_BUILD]", | |
| 395 "name": "fake tests 5 (fake device iOS 8.1)", | 384 "name": "fake tests 5 (fake device iOS 8.1)", |
| 396 "~followup_annotations": [ | 385 "~followup_annotations": [ |
| 397 "step returned non-zero exit code: 2", | 386 "step returned non-zero exit code: 2", |
| 398 "@@@STEP_LOG_LINE@json.output@{@@@", | 387 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 399 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 400 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 401 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 390 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 402 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 391 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 403 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 404 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 393 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 421 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 6.app", | 410 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 6.app", |
| 422 "--json_file", | 411 "--json_file", |
| 423 "/path/to/tmp/json", | 412 "/path/to/tmp/json", |
| 424 "--iossim", | 413 "--iossim", |
| 425 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 414 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 426 "--platform", | 415 "--platform", |
| 427 "fake device", | 416 "fake device", |
| 428 "--version", | 417 "--version", |
| 429 "8.1" | 418 "8.1" |
| 430 ], | 419 ], |
| 431 "cwd": "[SLAVE_BUILD]", | |
| 432 "name": "fake tests 6 (fake device iOS 8.1)", | 420 "name": "fake tests 6 (fake device iOS 8.1)", |
| 433 "~followup_annotations": [ | 421 "~followup_annotations": [ |
| 434 "@@@STEP_LOG_LINE@json.output@{@@@", | 422 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 435 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 423 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 436 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 424 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 437 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 425 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 438 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 426 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 439 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 427 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 440 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 428 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| 441 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 429 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
| 442 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 430 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 443 "@@@STEP_LOG_LINE@json.output@ }@@@", | 431 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 444 "@@@STEP_LOG_LINE@json.output@}@@@", | 432 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 445 "@@@STEP_LOG_END@json.output@@@", | 433 "@@@STEP_LOG_END@json.output@@@", |
| 446 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 434 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
| 447 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 435 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
| 448 "@@@STEP_LOG_END@fake log@@@", | 436 "@@@STEP_LOG_END@fake log@@@", |
| 449 "@@@STEP_LINK@fake URL text@fake URL@@@" | 437 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 450 ] | 438 ] |
| 451 }, | 439 }, |
| 452 { | 440 { |
| 453 "name": "$result", | 441 "name": "$result", |
| 454 "reason": "Failed fake tests 2 (fake device iOS 8.1), fake tests 3 (fake dev
ice iOS 8.1), fake tests 5 (fake device iOS 8.1).", | 442 "reason": "Failed fake tests 2 (fake device iOS 8.1), fake tests 3 (fake dev
ice iOS 8.1), fake tests 5 (fake device iOS 8.1).", |
| 455 "status_code": 1 | 443 "status_code": 1 |
| 456 } | 444 } |
| 457 ] | 445 ] |
| OLD | NEW |