| 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 "name": "host and tools info", | 9 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| 11 "@@@STEP_LOG_LINE@json.output@{@@@", | 12 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
| 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 37 "--root", | 38 "--root", |
| 38 "src", | 39 "src", |
| 39 "--revision_mapping_file", | 40 "--revision_mapping_file", |
| 40 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", | 41 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\"
: \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_
revision\", \"src/v8\": \"got_v8_revision\"}", |
| 41 "--output_json", | 42 "--output_json", |
| 42 "/path/to/tmp/json", | 43 "/path/to/tmp/json", |
| 43 "--revision", | 44 "--revision", |
| 44 "src@HEAD", | 45 "src@HEAD", |
| 45 "--force" | 46 "--force" |
| 46 ], | 47 ], |
| 48 "cwd": "[SLAVE_BUILD]", |
| 47 "name": "bot_update", | 49 "name": "bot_update", |
| 48 "~followup_annotations": [ | 50 "~followup_annotations": [ |
| 49 "@@@STEP_TEXT@Some step text@@@", | 51 "@@@STEP_TEXT@Some step text@@@", |
| 50 "@@@STEP_LOG_LINE@json.output@{@@@", | 52 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 54 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 55 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | 56 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 55 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | 57 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", |
| 56 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 84 ] | 86 ] |
| 85 }, | 87 }, |
| 86 { | 88 { |
| 87 "cmd": [ | 89 "cmd": [ |
| 88 "python", | 90 "python", |
| 89 "-u", | 91 "-u", |
| 90 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 92 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 91 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", | 93 "[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json", |
| 92 "/path/to/tmp/json" | 94 "/path/to/tmp/json" |
| 93 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", |
| 94 "name": "read build config", | 97 "name": "read build config", |
| 95 "~followup_annotations": [ | 98 "~followup_annotations": [ |
| 96 "@@@STEP_LOG_LINE@json.output@{@@@", | 99 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 97 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", | 100 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", |
| 98 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\",
@@@", |
| 99 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\"@
@@", |
| 100 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 103 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 101 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"xcodebuild\", @@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", |
| 103 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator7.1\", @@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator7.1\", @@@", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "@@@STEP_LOG_LINE@json.output@}@@@", | 140 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 138 "@@@STEP_LOG_END@json.output@@@" | 141 "@@@STEP_LOG_END@json.output@@@" |
| 139 ] | 142 ] |
| 140 }, | 143 }, |
| 141 { | 144 { |
| 142 "cmd": [ | 145 "cmd": [ |
| 143 "echo", | 146 "echo", |
| 144 "-e", | 147 "-e", |
| 145 "{\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 \"compiler\": \"xcodebuild\", \n \"configu
ration\": \"Debug\", \n \"sdk\": \"iphonesimulator7.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 \"device 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\": \"fake tests 6\", \n \"device type\":
\"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {
}, \n \"xcode version\": \"fake xcode version\"\n}" | 148 "{\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 \"compiler\": \"xcodebuild\", \n \"configu
ration\": \"Debug\", \n \"sdk\": \"iphonesimulator7.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 \"device 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\": \"fake tests 6\", \n \"device type\":
\"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {
}, \n \"xcode version\": \"fake xcode version\"\n}" |
| 146 ], | 149 ], |
| 150 "cwd": "[SLAVE_BUILD]", |
| 147 "name": "finalize build config" | 151 "name": "finalize build config" |
| 148 }, | 152 }, |
| 149 { | 153 { |
| 150 "cmd": [ | 154 "cmd": [ |
| 151 "[BUILD]/scripts/slave/ios/find_xcode.py", | 155 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 152 "--json-file", | 156 "--json-file", |
| 153 "/path/to/tmp/json", | 157 "/path/to/tmp/json", |
| 154 "--version", | 158 "--version", |
| 155 "fake xcode version" | 159 "fake xcode version" |
| 156 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", |
| 157 "name": "find xcode", | 162 "name": "find xcode", |
| 158 "~followup_annotations": [ | 163 "~followup_annotations": [ |
| 159 "@@@STEP_LOG_LINE@json.output@{}@@@", | 164 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 160 "@@@STEP_LOG_END@json.output@@@" | 165 "@@@STEP_LOG_END@json.output@@@" |
| 161 ] | 166 ] |
| 162 }, | 167 }, |
| 163 { | 168 { |
| 164 "cmd": [ | 169 "cmd": [ |
| 165 "python", | 170 "python", |
| 166 "-u", | 171 "-u", |
| 167 "[DEPOT_TOOLS]/gclient.py", | 172 "[DEPOT_TOOLS]/gclient.py", |
| 168 "runhooks" | 173 "runhooks" |
| 169 ], | 174 ], |
| 175 "cwd": "[SLAVE_BUILD]", |
| 170 "env": { | 176 "env": { |
| 171 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", | 177 "GYP_DEFINES": "fake gyp define 1=fake value 1 fake gyp define 2=fake valu
e 2 component=static_library OS=ios", |
| 172 "GYP_GENERATORS": "xcode", | 178 "GYP_GENERATORS": "xcode", |
| 173 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", | 179 "GYP_GENERATOR_FLAGS": "xcode_project_version=3.2", |
| 174 "LANDMINES_VERBOSE": "1" | 180 "LANDMINES_VERBOSE": "1" |
| 175 }, | 181 }, |
| 176 "name": "gclient runhooks", | 182 "name": "gclient runhooks", |
| 177 "~followup_annotations": [ | 183 "~followup_annotations": [ |
| 178 "@@@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@@@" | 184 "@@@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@@@" |
| 179 ] | 185 ] |
| (...skipping 18 matching lines...) Expand all Loading... |
| 198 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", | 204 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 1.app", |
| 199 "--json_file", | 205 "--json_file", |
| 200 "/path/to/tmp/json", | 206 "/path/to/tmp/json", |
| 201 "--iossim", | 207 "--iossim", |
| 202 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 208 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 203 "--platform", | 209 "--platform", |
| 204 "fake device", | 210 "fake device", |
| 205 "--version", | 211 "--version", |
| 206 "8.1" | 212 "8.1" |
| 207 ], | 213 ], |
| 214 "cwd": "[SLAVE_BUILD]", |
| 208 "name": "fake tests 1 (fake device iOS 8.1)", | 215 "name": "fake tests 1 (fake device iOS 8.1)", |
| 209 "~followup_annotations": [ | 216 "~followup_annotations": [ |
| 210 "@@@STEP_LOG_LINE@json.output@{@@@", | 217 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 211 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 218 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 212 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 219 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 213 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 220 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 221 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 215 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 222 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 216 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 223 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| 217 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 224 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 232 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", | 239 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 2.app", |
| 233 "--json_file", | 240 "--json_file", |
| 234 "/path/to/tmp/json", | 241 "/path/to/tmp/json", |
| 235 "--iossim", | 242 "--iossim", |
| 236 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 243 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 237 "--platform", | 244 "--platform", |
| 238 "fake device", | 245 "fake device", |
| 239 "--version", | 246 "--version", |
| 240 "8.1" | 247 "8.1" |
| 241 ], | 248 ], |
| 249 "cwd": "[SLAVE_BUILD]", |
| 242 "name": "fake tests 2 (fake device iOS 8.1)", | 250 "name": "fake tests 2 (fake device iOS 8.1)", |
| 243 "~followup_annotations": [ | 251 "~followup_annotations": [ |
| 244 "step returned non-zero exit code: 1", | 252 "step returned non-zero exit code: 1", |
| 245 "@@@STEP_LOG_LINE@json.output@{@@@", | 253 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 254 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 247 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 248 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 256 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 249 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 257 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 250 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 258 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 259 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 268 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 3.app", | 276 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 3.app", |
| 269 "--json_file", | 277 "--json_file", |
| 270 "/path/to/tmp/json", | 278 "/path/to/tmp/json", |
| 271 "--iossim", | 279 "--iossim", |
| 272 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 280 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 273 "--platform", | 281 "--platform", |
| 274 "fake device", | 282 "fake device", |
| 275 "--version", | 283 "--version", |
| 276 "8.1" | 284 "8.1" |
| 277 ], | 285 ], |
| 286 "cwd": "[SLAVE_BUILD]", |
| 278 "name": "fake tests 3 (fake device iOS 8.1)", | 287 "name": "fake tests 3 (fake device iOS 8.1)", |
| 279 "~followup_annotations": [ | 288 "~followup_annotations": [ |
| 280 "step returned non-zero exit code: 1", | 289 "step returned non-zero exit code: 1", |
| 281 "@@@STEP_LOG_LINE@json.output@{@@@", | 290 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 284 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 293 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 304 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 4.app", | 313 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 4.app", |
| 305 "--json_file", | 314 "--json_file", |
| 306 "/path/to/tmp/json", | 315 "/path/to/tmp/json", |
| 307 "--iossim", | 316 "--iossim", |
| 308 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 317 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 309 "--platform", | 318 "--platform", |
| 310 "fake device", | 319 "fake device", |
| 311 "--version", | 320 "--version", |
| 312 "8.1" | 321 "8.1" |
| 313 ], | 322 ], |
| 323 "cwd": "[SLAVE_BUILD]", |
| 314 "name": "fake tests 4 (fake device iOS 8.1)", | 324 "name": "fake tests 4 (fake device iOS 8.1)", |
| 315 "~followup_annotations": [ | 325 "~followup_annotations": [ |
| 316 "@@@STEP_LOG_LINE@json.output@{@@@", | 326 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 317 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 327 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 318 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 328 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 319 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 329 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 320 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 330 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 321 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 331 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 322 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 332 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| 323 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 333 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 338 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 5.app", | 348 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 5.app", |
| 339 "--json_file", | 349 "--json_file", |
| 340 "/path/to/tmp/json", | 350 "/path/to/tmp/json", |
| 341 "--iossim", | 351 "--iossim", |
| 342 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 352 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 343 "--platform", | 353 "--platform", |
| 344 "fake device", | 354 "fake device", |
| 345 "--version", | 355 "--version", |
| 346 "8.1" | 356 "8.1" |
| 347 ], | 357 ], |
| 358 "cwd": "[SLAVE_BUILD]", |
| 348 "name": "fake tests 5 (fake device iOS 8.1)", | 359 "name": "fake tests 5 (fake device iOS 8.1)", |
| 349 "~followup_annotations": [ | 360 "~followup_annotations": [ |
| 350 "step returned non-zero exit code: 2", | 361 "step returned non-zero exit code: 2", |
| 351 "@@@STEP_LOG_LINE@json.output@{@@@", | 362 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 352 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 363 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 353 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 364 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 354 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 365 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 355 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 366 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 356 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 367 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 357 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 368 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 374 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 6.app", | 385 "[SLAVE_BUILD]/src/xcodebuild/Debug-iphonesimulator/fake tests 6.app", |
| 375 "--json_file", | 386 "--json_file", |
| 376 "/path/to/tmp/json", | 387 "/path/to/tmp/json", |
| 377 "--iossim", | 388 "--iossim", |
| 378 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", | 389 "[SLAVE_BUILD]/src/xcodebuild/ninja-iossim/Debug/iossim", |
| 379 "--platform", | 390 "--platform", |
| 380 "fake device", | 391 "fake device", |
| 381 "--version", | 392 "--version", |
| 382 "8.1" | 393 "8.1" |
| 383 ], | 394 ], |
| 395 "cwd": "[SLAVE_BUILD]", |
| 384 "name": "fake tests 6 (fake device iOS 8.1)", | 396 "name": "fake tests 6 (fake device iOS 8.1)", |
| 385 "~followup_annotations": [ | 397 "~followup_annotations": [ |
| 386 "@@@STEP_LOG_LINE@json.output@{@@@", | 398 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 399 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", |
| 388 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 400 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", |
| 389 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 401 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 390 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 402 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", |
| 391 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 403 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", |
| 392 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 404 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", |
| 393 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 405 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", |
| 394 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 406 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 395 "@@@STEP_LOG_LINE@json.output@ }@@@", | 407 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 396 "@@@STEP_LOG_LINE@json.output@}@@@", | 408 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 397 "@@@STEP_LOG_END@json.output@@@", | 409 "@@@STEP_LOG_END@json.output@@@", |
| 398 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 410 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", |
| 399 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 411 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", |
| 400 "@@@STEP_LOG_END@fake log@@@", | 412 "@@@STEP_LOG_END@fake log@@@", |
| 401 "@@@STEP_LINK@fake URL text@fake URL@@@" | 413 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 402 ] | 414 ] |
| 403 }, | 415 }, |
| 404 { | 416 { |
| 405 "name": "$final_result", | 417 "name": "$final_result", |
| 406 "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).", | 418 "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).", |
| 407 "status_code": 1 | 419 "status_code": 1 |
| 408 } | 420 } |
| 409 ] | 421 ] |
| OLD | NEW |