| 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 "name": "host and tools info", | 8 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "@@@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)@@@", |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 { | 233 { |
| 234 "cmd": [ | 234 "cmd": [ |
| 235 "ninja", | 235 "ninja", |
| 236 "-C", | 236 "-C", |
| 237 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator" | 237 "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator" |
| 238 ], | 238 ], |
| 239 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator", | 239 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphonesimulator", |
| 240 "name": "compile" | 240 "name": "compile" |
| 241 }, | 241 }, |
| 242 { | 242 { |
| 243 "cmd": [ | 243 "cmd": [], |
| 244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 244 "name": "bootstrap swarming" |
| 245 "--app", | 245 }, |
| 246 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app", | 246 { |
| 247 "--json_file", | 247 "cmd": [ |
| 248 "python", |
| 249 "-u", |
| 250 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 251 "--path", |
| 252 "[SLAVE_BUILD]/swarming.client", |
| 253 "--url", |
| 254 "https://chromium.googlesource.com/external/swarming.client.git" |
| 255 ], |
| 256 "name": "bootstrap swarming.git setup (swarming_client)", |
| 257 "~followup_annotations": [ |
| 258 "@@@STEP_NEST_LEVEL@1@@@" |
| 259 ] |
| 260 }, |
| 261 { |
| 262 "cmd": [ |
| 263 "git", |
| 264 "retry", |
| 265 "fetch", |
| 266 "origin", |
| 267 "stable" |
| 268 ], |
| 269 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 270 "env": { |
| 271 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
| 272 }, |
| 273 "name": "bootstrap swarming.git fetch (swarming_client)", |
| 274 "~followup_annotations": [ |
| 275 "@@@STEP_NEST_LEVEL@1@@@" |
| 276 ] |
| 277 }, |
| 278 { |
| 279 "cmd": [ |
| 280 "git", |
| 281 "checkout", |
| 282 "-f", |
| 283 "FETCH_HEAD" |
| 284 ], |
| 285 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 286 "name": "bootstrap swarming.git checkout (swarming_client)", |
| 287 "~followup_annotations": [ |
| 288 "@@@STEP_NEST_LEVEL@1@@@" |
| 289 ] |
| 290 }, |
| 291 { |
| 292 "cmd": [ |
| 293 "git", |
| 294 "rev-parse", |
| 295 "HEAD" |
| 296 ], |
| 297 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 298 "name": "bootstrap swarming.read revision", |
| 299 "stdout": "/path/to/tmp/", |
| 300 "~followup_annotations": [ |
| 301 "@@@STEP_NEST_LEVEL@1@@@", |
| 302 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 303 ] |
| 304 }, |
| 305 { |
| 306 "cmd": [ |
| 307 "git", |
| 308 "clean", |
| 309 "-f", |
| 310 "-d", |
| 311 "-x" |
| 312 ], |
| 313 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 314 "name": "bootstrap swarming.git clean (swarming_client)", |
| 315 "~followup_annotations": [ |
| 316 "@@@STEP_NEST_LEVEL@1@@@" |
| 317 ] |
| 318 }, |
| 319 { |
| 320 "cmd": [ |
| 321 "git", |
| 322 "submodule", |
| 323 "sync" |
| 324 ], |
| 325 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 326 "name": "bootstrap swarming.submodule sync (swarming_client)", |
| 327 "~followup_annotations": [ |
| 328 "@@@STEP_NEST_LEVEL@1@@@" |
| 329 ] |
| 330 }, |
| 331 { |
| 332 "cmd": [ |
| 333 "git", |
| 334 "submodule", |
| 335 "update", |
| 336 "--init", |
| 337 "--recursive" |
| 338 ], |
| 339 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 340 "name": "bootstrap swarming.submodule update (swarming_client)", |
| 341 "~followup_annotations": [ |
| 342 "@@@STEP_NEST_LEVEL@1@@@" |
| 343 ] |
| 344 }, |
| 345 { |
| 346 "cmd": [ |
| 347 "python", |
| 348 "-u", |
| 349 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 350 "--version" |
| 351 ], |
| 352 "name": "bootstrap swarming.swarming.py --version", |
| 353 "stdout": "/path/to/tmp/", |
| 354 "~followup_annotations": [ |
| 355 "@@@STEP_NEST_LEVEL@1@@@", |
| 356 "@@@STEP_TEXT@1.2.3@@@" |
| 357 ] |
| 358 }, |
| 359 { |
| 360 "cmd": [], |
| 361 "name": "isolate" |
| 362 }, |
| 363 { |
| 364 "cmd": [ |
| 365 "python", |
| 366 "-u", |
| 367 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 368 "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n
\"variables\": {\n \"command\": [\n \"src/ios/build/bo
ts/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n
\"--args-json\", \n \"{\\\"xctest\\\": <(xctest)}\", \n
\"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \"--
xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\",
\n \"src/out/Debug-iphonesimulator/iossim\", \n \"--platf
orm\", \n \"<(platform)\", \n \"--version\", \n
\"<(version)\"\n ], \n \"files\": [\n \"<(app_path
)/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/Deb
ug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}", |
| 369 "[SLAVE_BUILD]/template.isolate" |
| 370 ], |
| 371 "name": "isolate.generate template.isolate", |
| 372 "~followup_annotations": [ |
| 373 "@@@STEP_NEST_LEVEL@1@@@", |
| 374 "@@@STEP_LOG_LINE@template.isolate@{@@@", |
| 375 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@", |
| 376 "@@@STEP_LOG_LINE@template.isolate@ [@@@", |
| 377 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@", |
| 378 "@@@STEP_LOG_LINE@template.isolate@ {@@@", |
| 379 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@", |
| 380 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@", |
| 381 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/run.py\", @@@", |
| 382 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@", |
| 383 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@", |
| 384 "@@@STEP_LOG_LINE@template.isolate@ \"--args-json\", @@@", |
| 385 "@@@STEP_LOG_LINE@template.isolate@ \"{\\\"xctest\\\": <(xctest
)}\", @@@", |
| 386 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@", |
| 387 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@
", |
| 388 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@", |
| 389 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@", |
| 390 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@", |
| 391 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul
ator/iossim\", @@@", |
| 392 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@", |
| 393 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@", |
| 394 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@", |
| 395 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@", |
| 396 "@@@STEP_LOG_LINE@template.isolate@ ], @@@", |
| 397 "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@", |
| 398 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@", |
| 399 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/\", @@@", |
| 400 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul
ator/iossim\"@@@", |
| 401 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 402 "@@@STEP_LOG_LINE@template.isolate@ }@@@", |
| 403 "@@@STEP_LOG_LINE@template.isolate@ }@@@", |
| 404 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 405 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 406 "@@@STEP_LOG_LINE@template.isolate@}@@@", |
| 407 "@@@STEP_LOG_END@template.isolate@@@" |
| 408 ] |
| 409 }, |
| 410 { |
| 411 "cmd": [ |
| 412 "python", |
| 413 "-u", |
| 414 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 415 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\",
\n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi
mulator/fake tests 1.app\", \n \"--config-variable\", \n \"xcode_version\"
, \n \"fake xcode version\", \n \"--config-variable\", \n \"xctest\", \
n \"false\", \n \"--isolate\", \n \"[SLAVE_BUILD]/template.isolate\", \
n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/0.isolated\", \n \"--pa
th-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fake te
sts 1.app\", \n \"--config-variable\", \n \"platform\", \n \"fake devic
e\", \n \"--config-variable\", \n \"version\", \n \"8.0\"\n ], \n \"d
ir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", |
| 416 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json" |
| 417 ], |
| 418 "name": "isolate.generate 0.isolate.gen.json", |
| 419 "~followup_annotations": [ |
| 420 "@@@STEP_NEST_LEVEL@1@@@", |
| 421 "@@@STEP_TEXT@fake tests 1 (fake device iOS 8.0)@@@", |
| 422 "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@", |
| 423 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@", |
| 424 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 425 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@", |
| 426 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@", |
| 427 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 428 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", |
| 429 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake tests 1.app\", @@@", |
| 430 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 431 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@", |
| 432 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@", |
| 433 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 434 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xctest\", @@@", |
| 435 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"false\", @@@", |
| 436 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@", |
| 437 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\
", @@@", |
| 438 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@", |
| 439 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isol
ated\", @@@", |
| 440 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@", |
| 441 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", |
| 442 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake tests 1.app\", @@@", |
| 443 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 444 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@", |
| 445 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@", |
| 446 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 447 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\", @@@", |
| 448 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"8.0\"@@@", |
| 449 "@@@STEP_LOG_LINE@0.isolate.gen.json@ ], @@@", |
| 450 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"dir\": \"[SLAVE_BUILD]\", @@@", |
| 451 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\": 1@@@", |
| 452 "@@@STEP_LOG_LINE@0.isolate.gen.json@}@@@", |
| 453 "@@@STEP_LOG_END@0.isolate.gen.json@@@" |
| 454 ] |
| 455 }, |
| 456 { |
| 457 "cmd": [ |
| 458 "python", |
| 459 "-u", |
| 460 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 461 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\",
\n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi
mulator/fake tests 2.app\", \n \"--config-variable\", \n \"xcode_version\"
, \n \"fake xcode version\", \n \"--config-variable\", \n \"xctest\", \
n \"false\", \n \"--isolate\", \n \"[SLAVE_BUILD]/template.isolate\", \
n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/1.isolated\", \n \"--pa
th-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fake te
sts 2.app\", \n \"--config-variable\", \n \"platform\", \n \"fake devic
e\", \n \"--config-variable\", \n \"version\", \n \"7.1\"\n ], \n \"d
ir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", |
| 462 "[TMP_BASE]/isolate_tmp_1/1.isolate.gen.json" |
| 463 ], |
| 464 "name": "isolate.generate 1.isolate.gen.json", |
| 465 "~followup_annotations": [ |
| 466 "@@@STEP_NEST_LEVEL@1@@@", |
| 467 "@@@STEP_TEXT@fake tests 2 (fake device iOS 7.1)@@@", |
| 468 "@@@STEP_LOG_LINE@1.isolate.gen.json@{@@@", |
| 469 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"args\": [@@@", |
| 470 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--config-variable\", @@@", |
| 471 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"OS\", @@@", |
| 472 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"ios\", @@@", |
| 473 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--config-variable\", @@@", |
| 474 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"app_path\", @@@", |
| 475 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake tests 2.app\", @@@", |
| 476 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--config-variable\", @@@", |
| 477 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"xcode_version\", @@@", |
| 478 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"fake xcode version\", @@@", |
| 479 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--config-variable\", @@@", |
| 480 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"xctest\", @@@", |
| 481 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"false\", @@@", |
| 482 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--isolate\", @@@", |
| 483 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\
", @@@", |
| 484 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--isolated\", @@@", |
| 485 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/1.isol
ated\", @@@", |
| 486 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--path-variable\", @@@", |
| 487 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"app_path\", @@@", |
| 488 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake tests 2.app\", @@@", |
| 489 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--config-variable\", @@@", |
| 490 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"platform\", @@@", |
| 491 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"fake device\", @@@", |
| 492 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"--config-variable\", @@@", |
| 493 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"version\", @@@", |
| 494 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"7.1\"@@@", |
| 495 "@@@STEP_LOG_LINE@1.isolate.gen.json@ ], @@@", |
| 496 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"dir\": \"[SLAVE_BUILD]\", @@@", |
| 497 "@@@STEP_LOG_LINE@1.isolate.gen.json@ \"version\": 1@@@", |
| 498 "@@@STEP_LOG_LINE@1.isolate.gen.json@}@@@", |
| 499 "@@@STEP_LOG_END@1.isolate.gen.json@@@" |
| 500 ] |
| 501 }, |
| 502 { |
| 503 "cmd": [ |
| 504 "python", |
| 505 "-u", |
| 506 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 507 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\",
\n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi
mulator/fake_eg_test_host.app\", \n \"--config-variable\", \n \"xcode_vers
ion\", \n \"fake xcode version\", \n \"--config-variable\", \n \"xctest
\", \n \"true\", \n \"--isolate\", \n \"[SLAVE_BUILD]/template.isolate\
", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/2.isolated\", \n \"
--path-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fak
e_eg_test_host.app\", \n \"--config-variable\", \n \"platform\", \n \"f
ake device 3\", \n \"--config-variable\", \n \"version\", \n \"9.3\"\n
], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", |
| 508 "[TMP_BASE]/isolate_tmp_1/2.isolate.gen.json" |
| 509 ], |
| 510 "name": "isolate.generate 2.isolate.gen.json", |
| 511 "~followup_annotations": [ |
| 512 "@@@STEP_NEST_LEVEL@1@@@", |
| 513 "@@@STEP_TEXT@fake_eg_test_host (fake device 3 iOS 9.3)@@@", |
| 514 "@@@STEP_LOG_LINE@2.isolate.gen.json@{@@@", |
| 515 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"args\": [@@@", |
| 516 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--config-variable\", @@@", |
| 517 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"OS\", @@@", |
| 518 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"ios\", @@@", |
| 519 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--config-variable\", @@@", |
| 520 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"app_path\", @@@", |
| 521 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake_eg_test_host.app\", @@@", |
| 522 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--config-variable\", @@@", |
| 523 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"xcode_version\", @@@", |
| 524 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"fake xcode version\", @@@", |
| 525 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--config-variable\", @@@", |
| 526 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"xctest\", @@@", |
| 527 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"true\", @@@", |
| 528 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--isolate\", @@@", |
| 529 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\
", @@@", |
| 530 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--isolated\", @@@", |
| 531 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/2.isol
ated\", @@@", |
| 532 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--path-variable\", @@@", |
| 533 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"app_path\", @@@", |
| 534 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake_eg_test_host.app\", @@@", |
| 535 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--config-variable\", @@@", |
| 536 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"platform\", @@@", |
| 537 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"fake device 3\", @@@", |
| 538 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"--config-variable\", @@@", |
| 539 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"version\", @@@", |
| 540 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"9.3\"@@@", |
| 541 "@@@STEP_LOG_LINE@2.isolate.gen.json@ ], @@@", |
| 542 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"dir\": \"[SLAVE_BUILD]\", @@@", |
| 543 "@@@STEP_LOG_LINE@2.isolate.gen.json@ \"version\": 1@@@", |
| 544 "@@@STEP_LOG_LINE@2.isolate.gen.json@}@@@", |
| 545 "@@@STEP_LOG_END@2.isolate.gen.json@@@" |
| 546 ] |
| 547 }, |
| 548 { |
| 549 "cmd": [ |
| 550 "[SLAVE_BUILD]/swarming.client/isolate.py", |
| 551 "batcharchive", |
| 552 "--dump-json", |
| 248 "/path/to/tmp/json", | 553 "/path/to/tmp/json", |
| 249 "--iossim", | 554 "--isolate-server", |
| 250 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", | 555 "https://isolateserver.appspot.com", |
| 251 "--platform", | 556 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json", |
| 252 "fake device", | 557 "[TMP_BASE]/isolate_tmp_1/1.isolate.gen.json", |
| 253 "--version", | 558 "[TMP_BASE]/isolate_tmp_1/2.isolate.gen.json" |
| 254 "8.0" | 559 ], |
| 255 ], | 560 "name": "isolate.archive", |
| 256 "name": "fake tests 1 (fake device iOS 8.0)", | 561 "~followup_annotations": [ |
| 257 "~followup_annotations": [ | 562 "@@@STEP_NEST_LEVEL@1@@@", |
| 258 "@@@STEP_LOG_LINE@json.output@{@@@", | 563 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 564 "@@@STEP_LOG_LINE@json.output@ \"0\": \"fake-hash-0\", @@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 565 "@@@STEP_LOG_LINE@json.output@ \"1\": \"fake-hash-1\", @@@", |
| 261 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 566 "@@@STEP_LOG_LINE@json.output@ \"2\": \"fake-hash-2\"@@@", |
| 262 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 567 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 263 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 568 "@@@STEP_LOG_END@json.output@@@" |
| 264 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 569 ] |
| 265 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 570 }, |
| 266 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 571 { |
| 572 "cmd": [], |
| 573 "name": "trigger" |
| 574 }, |
| 575 { |
| 576 "cmd": [ |
| 577 "python", |
| 578 "-u", |
| 579 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 580 "trigger", |
| 581 "--swarming", |
| 582 "https://chromium-swarm.appspot.com", |
| 583 "--isolate-server", |
| 584 "https://isolateserver.appspot.com", |
| 585 "--priority", |
| 586 "200", |
| 587 "--shards", |
| 588 "1", |
| 589 "--task-name", |
| 590 "fake tests 1 (fake device iOS 8.0)/Mac/fake-hash-/ios/0", |
| 591 "--dump-json", |
| 592 "/path/to/tmp/json", |
| 593 "--expiration", |
| 594 "3600", |
| 595 "--io-timeout", |
| 596 "1200", |
| 597 "--hard-timeout", |
| 598 "3600", |
| 599 "--dimension", |
| 600 "os", |
| 601 "Mac", |
| 602 "--dimension", |
| 603 "pool", |
| 604 "Chrome", |
| 605 "--dimension", |
| 606 "xcode_version", |
| 607 "fake xcode version", |
| 608 "--tag", |
| 609 "buildername:ios", |
| 610 "--tag", |
| 611 "buildnumber:0", |
| 612 "--tag", |
| 613 "data:fake-hash-0", |
| 614 "--tag", |
| 615 "device_type:fake device", |
| 616 "--tag", |
| 617 "ios_version:8.0", |
| 618 "--tag", |
| 619 "master:chromium.fake", |
| 620 "--tag", |
| 621 "name:fake", |
| 622 "--tag", |
| 623 "os:Mac", |
| 624 "--tag", |
| 625 "platform:simulator", |
| 626 "--tag", |
| 627 "slavename:fake-vm", |
| 628 "--tag", |
| 629 "spec_name:chromium.fake:ios:fake tests 1:simulator:fake device:8.0:fake x
code version", |
| 630 "--tag", |
| 631 "stepname:fake tests 1 (fake device iOS 8.0) on Mac", |
| 632 "--tag", |
| 633 "test:fake tests 1", |
| 634 "fake-hash-0" |
| 635 ], |
| 636 "name": "trigger.[trigger] fake tests 1 (fake device iOS 8.0) on Mac", |
| 637 "~followup_annotations": [ |
| 638 "@@@STEP_NEST_LEVEL@1@@@", |
| 639 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 640 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"fake tests 1 (fake d
evice iOS 8.0)/Mac/fake-hash-/ios/0\", @@@", |
| 641 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 642 "@@@STEP_LOG_LINE@json.output@ \"fake tests 1 (fake device iOS 8.0)/Mac
/fake-hash-/ios/0\": {@@@", |
| 643 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 644 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 645 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 646 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 267 "@@@STEP_LOG_LINE@json.output@ }@@@", | 647 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 268 "@@@STEP_LOG_LINE@json.output@}@@@", | 648 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 269 "@@@STEP_LOG_END@json.output@@@", | 649 "@@@STEP_LOG_END@json.output@@@", |
| 270 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 650 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 271 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 651 ] |
| 272 "@@@STEP_LOG_END@fake log@@@", | 652 }, |
| 273 "@@@STEP_LINK@fake URL text@fake URL@@@" | 653 { |
| 274 ] | 654 "cmd": [ |
| 275 }, | 655 "python", |
| 276 { | 656 "-u", |
| 277 "cmd": [ | 657 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 658 "trigger", |
| 279 "--app", | 659 "--swarming", |
| 280 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 2.app", | 660 "https://chromium-swarm.appspot.com", |
| 281 "--json_file", | 661 "--isolate-server", |
| 662 "https://isolateserver.appspot.com", |
| 663 "--priority", |
| 664 "200", |
| 665 "--shards", |
| 666 "1", |
| 667 "--task-name", |
| 668 "fake tests 2 (fake device iOS 7.1)/Mac/fake-hash-/ios/0", |
| 669 "--dump-json", |
| 282 "/path/to/tmp/json", | 670 "/path/to/tmp/json", |
| 283 "--iossim", | 671 "--expiration", |
| 284 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", | 672 "3600", |
| 285 "--platform", | 673 "--io-timeout", |
| 286 "fake device", | 674 "1200", |
| 287 "--version", | 675 "--hard-timeout", |
| 288 "7.1" | 676 "3600", |
| 289 ], | 677 "--dimension", |
| 290 "name": "fake tests 2 (fake device iOS 7.1)", | 678 "os", |
| 291 "~followup_annotations": [ | 679 "Mac", |
| 680 "--dimension", |
| 681 "pool", |
| 682 "Chrome", |
| 683 "--dimension", |
| 684 "xcode_version", |
| 685 "fake xcode version", |
| 686 "--tag", |
| 687 "buildername:ios", |
| 688 "--tag", |
| 689 "buildnumber:0", |
| 690 "--tag", |
| 691 "data:fake-hash-1", |
| 692 "--tag", |
| 693 "device_type:fake device", |
| 694 "--tag", |
| 695 "ios_version:7.1", |
| 696 "--tag", |
| 697 "master:chromium.fake", |
| 698 "--tag", |
| 699 "name:fake", |
| 700 "--tag", |
| 701 "os:Mac", |
| 702 "--tag", |
| 703 "platform:simulator", |
| 704 "--tag", |
| 705 "slavename:fake-vm", |
| 706 "--tag", |
| 707 "spec_name:chromium.fake:ios:fake tests 2:simulator:fake device:7.1:fake x
code version", |
| 708 "--tag", |
| 709 "stepname:fake tests 2 (fake device iOS 7.1) on Mac", |
| 710 "--tag", |
| 711 "test:fake tests 2", |
| 712 "fake-hash-1" |
| 713 ], |
| 714 "name": "trigger.[trigger] fake tests 2 (fake device iOS 7.1) on Mac", |
| 715 "~followup_annotations": [ |
| 716 "@@@STEP_NEST_LEVEL@1@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@{@@@", | 717 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 718 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"fake tests 2 (fake d
evice iOS 7.1)/Mac/fake-hash-/ios/0\", @@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 719 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 720 "@@@STEP_LOG_LINE@json.output@ \"fake tests 2 (fake device iOS 7.1)/Mac
/fake-hash-/ios/0\": {@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 721 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 722 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 723 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 724 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 301 "@@@STEP_LOG_LINE@json.output@ }@@@", | 725 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 302 "@@@STEP_LOG_LINE@json.output@}@@@", | 726 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 303 "@@@STEP_LOG_END@json.output@@@", | 727 "@@@STEP_LOG_END@json.output@@@", |
| 304 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 728 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 305 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 729 ] |
| 306 "@@@STEP_LOG_END@fake log@@@", | 730 }, |
| 307 "@@@STEP_LINK@fake URL text@fake URL@@@" | 731 { |
| 308 ] | 732 "cmd": [ |
| 309 }, | 733 "python", |
| 310 { | 734 "-u", |
| 311 "cmd": [ | 735 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 312 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", | 736 "trigger", |
| 313 "--app", | 737 "--swarming", |
| 314 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake_eg_test_host.app", | 738 "https://chromium-swarm.appspot.com", |
| 315 "--json_file", | 739 "--isolate-server", |
| 740 "https://isolateserver.appspot.com", |
| 741 "--priority", |
| 742 "200", |
| 743 "--shards", |
| 744 "1", |
| 745 "--task-name", |
| 746 "fake_eg_test_host (fake device 3 iOS 9.3)/Mac/fake-hash-/ios/0", |
| 747 "--dump-json", |
| 316 "/path/to/tmp/json", | 748 "/path/to/tmp/json", |
| 317 "--test-host", | 749 "--expiration", |
| 318 "fake_eg_test_host", | 750 "3600", |
| 319 "--dummyproj", | 751 "--io-timeout", |
| 320 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/TestProject/TestProject.xcod
eproj", | 752 "1200", |
| 321 "--iossim", | 753 "--hard-timeout", |
| 322 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", | 754 "3600", |
| 323 "--platform", | 755 "--dimension", |
| 324 "fake device 3", | 756 "os", |
| 325 "--version", | 757 "Mac", |
| 326 "9.3" | 758 "--dimension", |
| 327 ], | 759 "pool", |
| 328 "name": "fake_eg_test_host (fake device 3 iOS 9.3)", | 760 "Chrome", |
| 329 "~followup_annotations": [ | 761 "--dimension", |
| 762 "xcode_version", |
| 763 "fake xcode version", |
| 764 "--tag", |
| 765 "buildername:ios", |
| 766 "--tag", |
| 767 "buildnumber:0", |
| 768 "--tag", |
| 769 "data:fake-hash-2", |
| 770 "--tag", |
| 771 "device_type:fake device 3", |
| 772 "--tag", |
| 773 "ios_version:9.3", |
| 774 "--tag", |
| 775 "master:chromium.fake", |
| 776 "--tag", |
| 777 "name:fake_eg_test_host", |
| 778 "--tag", |
| 779 "os:Mac", |
| 780 "--tag", |
| 781 "platform:simulator", |
| 782 "--tag", |
| 783 "slavename:fake-vm", |
| 784 "--tag", |
| 785 "spec_name:chromium.fake:ios:fake_eg_test_host:simulator:fake device 3:9.3
:fake xcode version", |
| 786 "--tag", |
| 787 "stepname:fake_eg_test_host (fake device 3 iOS 9.3) on Mac", |
| 788 "--tag", |
| 789 "test:fake_eg_test_host", |
| 790 "fake-hash-2" |
| 791 ], |
| 792 "name": "trigger.[trigger] fake_eg_test_host (fake device 3 iOS 9.3) on Mac"
, |
| 793 "~followup_annotations": [ |
| 794 "@@@STEP_NEST_LEVEL@1@@@", |
| 330 "@@@STEP_LOG_LINE@json.output@{@@@", | 795 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 331 "@@@STEP_LOG_LINE@json.output@ \"links\": {@@@", | 796 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"fake_eg_test_host (f
ake device 3 iOS 9.3)/Mac/fake-hash-/ios/0\", @@@", |
| 332 "@@@STEP_LOG_LINE@json.output@ \"fake URL text\": \"fake URL\"@@@", | 797 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 333 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 798 "@@@STEP_LOG_LINE@json.output@ \"fake_eg_test_host (fake device 3 iOS 9
.3)/Mac/fake-hash-/ios/0\": {@@@", |
| 334 "@@@STEP_LOG_LINE@json.output@ \"logs\": {@@@", | 799 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 335 "@@@STEP_LOG_LINE@json.output@ \"fake log\": [@@@", | 800 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 336 "@@@STEP_LOG_LINE@json.output@ \"fake log line 1\", @@@", | 801 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 337 "@@@STEP_LOG_LINE@json.output@ \"fake log line 2\"@@@", | 802 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 338 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 339 "@@@STEP_LOG_LINE@json.output@ }@@@", | 803 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 340 "@@@STEP_LOG_LINE@json.output@}@@@", | 804 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 341 "@@@STEP_LOG_END@json.output@@@", | 805 "@@@STEP_LOG_END@json.output@@@", |
| 342 "@@@STEP_LOG_LINE@fake log@fake log line 1@@@", | 806 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 343 "@@@STEP_LOG_LINE@fake log@fake log line 2@@@", | 807 ] |
| 344 "@@@STEP_LOG_END@fake log@@@", | 808 }, |
| 345 "@@@STEP_LINK@fake URL text@fake URL@@@" | 809 { |
| 346 ] | 810 "cmd": [ |
| 347 }, | 811 "python", |
| 348 { | 812 "-u", |
| 813 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 814 "collect", |
| 815 "--swarming", |
| 816 "https://chromium-swarm.appspot.com", |
| 817 "--decorate", |
| 818 "--print-status-updates", |
| 819 "--json", |
| 820 "{\"base_task_name\": \"fake tests 1 (fake device iOS 8.0)/Mac/fake-hash-/
ios/0\", \"tasks\": {\"fake tests 1 (fake device iOS 8.0)/Mac/fake-hash-/ios/0\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", |
| 821 "--task-summary-json", |
| 822 "/path/to/tmp/json", |
| 823 "--task-output-dir", |
| 824 "[TMP_BASE]/0_tmp_2" |
| 825 ], |
| 826 "name": "fake tests 1 (fake device iOS 8.0) on Mac", |
| 827 "~followup_annotations": [ |
| 828 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 829 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 830 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 831 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 832 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 833 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 834 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 835 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| 836 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", |
| 837 "@@@STEP_LOG_LINE@json.output@ 5.7, @@@", |
| 838 "@@@STEP_LOG_LINE@json.output@ 31.5@@@", |
| 839 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 840 "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@", |
| 841 "@@@STEP_LOG_LINE@json.output@ 0, @@@", |
| 842 "@@@STEP_LOG_LINE@json.output@ 0@@@", |
| 843 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 844 "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@", |
| 845 "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@", |
| 846 "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@", |
| 847 "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@", |
| 848 "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@", |
| 849 "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolat
eserver.appspot.com\", @@@", |
| 850 "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@
", |
| 851 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@", |
| 852 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 853 "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00
\", @@@", |
| 854 "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-2
5_01:41:55-os=Windows\", @@@", |
| 855 "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@", |
| 856 "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\
", @@@", |
| 857 "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@", |
| 858 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 859 "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.
123\", @@@", |
| 860 "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@", |
| 861 "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@", |
| 862 "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@", |
| 863 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 864 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 865 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 866 "@@@STEP_LOG_END@json.output@@@", |
| 867 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 868 ] |
| 869 }, |
| 870 { |
| 871 "cmd": [ |
| 872 "python", |
| 873 "-u", |
| 874 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 875 "collect", |
| 876 "--swarming", |
| 877 "https://chromium-swarm.appspot.com", |
| 878 "--decorate", |
| 879 "--print-status-updates", |
| 880 "--json", |
| 881 "{\"base_task_name\": \"fake tests 2 (fake device iOS 7.1)/Mac/fake-hash-/
ios/0\", \"tasks\": {\"fake tests 2 (fake device iOS 7.1)/Mac/fake-hash-/ios/0\"
: {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-
swarm.appspot.com/user/task/10000\"}}}", |
| 882 "--task-summary-json", |
| 883 "/path/to/tmp/json", |
| 884 "--task-output-dir", |
| 885 "[TMP_BASE]/1_tmp_3" |
| 886 ], |
| 887 "name": "fake tests 2 (fake device iOS 7.1) on Mac", |
| 888 "~followup_annotations": [ |
| 889 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 890 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 891 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 892 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 893 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 894 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 895 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 896 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| 897 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", |
| 898 "@@@STEP_LOG_LINE@json.output@ 5.7, @@@", |
| 899 "@@@STEP_LOG_LINE@json.output@ 31.5@@@", |
| 900 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 901 "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@", |
| 902 "@@@STEP_LOG_LINE@json.output@ 0, @@@", |
| 903 "@@@STEP_LOG_LINE@json.output@ 0@@@", |
| 904 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 905 "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@", |
| 906 "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@", |
| 907 "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@", |
| 908 "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@", |
| 909 "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@", |
| 910 "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolat
eserver.appspot.com\", @@@", |
| 911 "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@
", |
| 912 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@", |
| 913 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 914 "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00
\", @@@", |
| 915 "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-2
5_01:41:55-os=Windows\", @@@", |
| 916 "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@", |
| 917 "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\
", @@@", |
| 918 "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@", |
| 919 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 920 "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.
123\", @@@", |
| 921 "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@", |
| 922 "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@", |
| 923 "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@", |
| 924 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 925 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 926 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 927 "@@@STEP_LOG_END@json.output@@@", |
| 928 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 929 ] |
| 930 }, |
| 931 { |
| 932 "cmd": [ |
| 933 "python", |
| 934 "-u", |
| 935 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 936 "collect", |
| 937 "--swarming", |
| 938 "https://chromium-swarm.appspot.com", |
| 939 "--decorate", |
| 940 "--print-status-updates", |
| 941 "--json", |
| 942 "{\"base_task_name\": \"fake_eg_test_host (fake device 3 iOS 9.3)/Mac/fake
-hash-/ios/0\", \"tasks\": {\"fake_eg_test_host (fake device 3 iOS 9.3)/Mac/fake
-hash-/ios/0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"htt
ps://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 943 "--task-summary-json", |
| 944 "/path/to/tmp/json", |
| 945 "--task-output-dir", |
| 946 "[TMP_BASE]/2_tmp_4" |
| 947 ], |
| 948 "name": "fake_eg_test_host (fake device 3 iOS 9.3) on Mac", |
| 949 "~followup_annotations": [ |
| 950 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 951 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 952 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 953 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 954 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 955 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 956 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 957 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| 958 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", |
| 959 "@@@STEP_LOG_LINE@json.output@ 5.7, @@@", |
| 960 "@@@STEP_LOG_LINE@json.output@ 31.5@@@", |
| 961 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 962 "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@", |
| 963 "@@@STEP_LOG_LINE@json.output@ 0, @@@", |
| 964 "@@@STEP_LOG_LINE@json.output@ 0@@@", |
| 965 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 966 "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@", |
| 967 "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@", |
| 968 "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@", |
| 969 "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@", |
| 970 "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@", |
| 971 "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolat
eserver.appspot.com\", @@@", |
| 972 "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@
", |
| 973 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@", |
| 974 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 975 "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00
\", @@@", |
| 976 "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-2
5_01:41:55-os=Windows\", @@@", |
| 977 "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@", |
| 978 "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\
", @@@", |
| 979 "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@", |
| 980 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 981 "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.
123\", @@@", |
| 982 "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@", |
| 983 "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@", |
| 984 "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@", |
| 985 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 986 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 987 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 988 "@@@STEP_LOG_END@json.output@@@", |
| 989 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 990 ] |
| 991 }, |
| 992 { |
| 349 "name": "$result", | 993 "name": "$result", |
| 350 "recipe_result": null, | 994 "recipe_result": null, |
| 351 "status_code": 0 | 995 "status_code": 0 |
| 352 } | 996 } |
| 353 ] | 997 ] |
| OLD | NEW |