| 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 }, | 441 }, |
| 442 { | 442 { |
| 443 "cmd": [], | 443 "cmd": [], |
| 444 "name": "isolate" | 444 "name": "isolate" |
| 445 }, | 445 }, |
| 446 { | 446 { |
| 447 "cmd": [ | 447 "cmd": [ |
| 448 "python", | 448 "python", |
| 449 "-u", | 449 "-u", |
| 450 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 450 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 451 "{\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
\"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \"
--xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\
", \n \"src/out/Debug-iphonesimulator/iossim\", \n \"--pla
tform\", \n \"<(platform)\", \n \"--version\", \n
\"<(version)\"\n ], \n \"files\": [\n \"<(app_pa
th)/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/D
ebug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}", | 451 "{\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}", |
| 452 "[SLAVE_BUILD]/template.isolate" | 452 "[SLAVE_BUILD]/template.isolate" |
| 453 ], | 453 ], |
| 454 "name": "isolate.generate template.isolate", | 454 "name": "isolate.generate template.isolate", |
| 455 "~followup_annotations": [ | 455 "~followup_annotations": [ |
| 456 "@@@STEP_NEST_LEVEL@1@@@", | 456 "@@@STEP_NEST_LEVEL@1@@@", |
| 457 "@@@STEP_LOG_LINE@template.isolate@{@@@", | 457 "@@@STEP_LOG_LINE@template.isolate@{@@@", |
| 458 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@", | 458 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@", |
| 459 "@@@STEP_LOG_LINE@template.isolate@ [@@@", | 459 "@@@STEP_LOG_LINE@template.isolate@ [@@@", |
| 460 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@", | 460 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@", |
| 461 "@@@STEP_LOG_LINE@template.isolate@ {@@@", | 461 "@@@STEP_LOG_LINE@template.isolate@ {@@@", |
| 462 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@", | 462 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@", |
| 463 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@", | 463 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@", |
| 464 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/run.py\", @@@", | 464 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/run.py\", @@@", |
| 465 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@", | 465 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@", |
| 466 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@", | 466 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@", |
| 467 "@@@STEP_LOG_LINE@template.isolate@ \"--args-json\", @@@", |
| 468 "@@@STEP_LOG_LINE@template.isolate@ \"{\\\"xctest\\\": <(xctest
)}\", @@@", |
| 467 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@", | 469 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@", |
| 468 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@
", | 470 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@
", |
| 469 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@", | 471 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@", |
| 470 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@", | 472 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@", |
| 471 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@", | 473 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@", |
| 472 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul
ator/iossim\", @@@", | 474 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul
ator/iossim\", @@@", |
| 473 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@", | 475 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@", |
| 474 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@", | 476 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@", |
| 475 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@", | 477 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@", |
| 476 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@", | 478 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@", |
| 477 "@@@STEP_LOG_LINE@template.isolate@ ], @@@", | 479 "@@@STEP_LOG_LINE@template.isolate@ ], @@@", |
| 478 "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@", | 480 "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@", |
| 479 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@", | 481 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@", |
| 480 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/\", @@@", | 482 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/\", @@@", |
| 481 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul
ator/iossim\"@@@", | 483 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul
ator/iossim\"@@@", |
| 482 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", | 484 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 483 "@@@STEP_LOG_LINE@template.isolate@ }@@@", | 485 "@@@STEP_LOG_LINE@template.isolate@ }@@@", |
| 484 "@@@STEP_LOG_LINE@template.isolate@ }@@@", | 486 "@@@STEP_LOG_LINE@template.isolate@ }@@@", |
| 485 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", | 487 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 486 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", | 488 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 487 "@@@STEP_LOG_LINE@template.isolate@}@@@", | 489 "@@@STEP_LOG_LINE@template.isolate@}@@@", |
| 488 "@@@STEP_LOG_END@template.isolate@@@" | 490 "@@@STEP_LOG_END@template.isolate@@@" |
| 489 ] | 491 ] |
| 490 }, | 492 }, |
| 491 { | 493 { |
| 492 "cmd": [ | 494 "cmd": [ |
| 493 "python", | 495 "python", |
| 494 "-u", | 496 "-u", |
| 495 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 497 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 496 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\",
\n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi
mulator/fake tests.app\", \n \"--config-variable\", \n \"xcode_version\",
\n \"fake xcode version\", \n \"--isolate\", \n \"[SLAVE_BUILD]/templat
e.isolate\", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/0.isolated\"
, \n \"--path-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesim
ulator/fake tests.app\", \n \"--config-variable\", \n \"platform\", \n
\"fake device\", \n \"--config-variable\", \n \"version\", \n \"8.1\"\n
], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", | 498 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\",
\n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi
mulator/fake tests.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 \"--path
-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesimulator/fake test
s.app\", \n \"--config-variable\", \n \"platform\", \n \"fake device\",
\n \"--config-variable\", \n \"version\", \n \"8.1\"\n ], \n \"dir\"
: \"[SLAVE_BUILD]\", \n \"version\": 1\n}", |
| 497 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json" | 499 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json" |
| 498 ], | 500 ], |
| 499 "name": "isolate.generate 0.isolate.gen.json", | 501 "name": "isolate.generate 0.isolate.gen.json", |
| 500 "~followup_annotations": [ | 502 "~followup_annotations": [ |
| 501 "@@@STEP_NEST_LEVEL@1@@@", | 503 "@@@STEP_NEST_LEVEL@1@@@", |
| 502 "@@@STEP_TEXT@fake tests (fake device iOS 8.1)@@@", | 504 "@@@STEP_TEXT@fake tests (fake device iOS 8.1)@@@", |
| 503 "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@", | 505 "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@", |
| 504 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@", | 506 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@", |
| 505 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", | 507 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 506 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@", | 508 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@", |
| 507 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@", | 509 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@", |
| 508 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", | 510 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 509 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", | 511 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", |
| 510 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake tests.app\", @@@", | 512 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake tests.app\", @@@", |
| 511 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", | 513 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 512 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@", | 514 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@", |
| 513 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@", | 515 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@", |
| 516 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 517 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xctest\", @@@", |
| 518 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"false\", @@@", |
| 514 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@", | 519 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@", |
| 515 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\
", @@@", | 520 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\
", @@@", |
| 516 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@", | 521 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@", |
| 517 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isol
ated\", @@@", | 522 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isol
ated\", @@@", |
| 518 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@", | 523 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@", |
| 519 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", | 524 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", |
| 520 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake tests.app\", @@@", | 525 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake tests.app\", @@@", |
| 521 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", | 526 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 522 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@", | 527 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@", |
| 523 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@", | 528 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@", |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 "@@@STEP_LOG_END@json.output@@@", | 699 "@@@STEP_LOG_END@json.output@@@", |
| 695 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 700 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 696 ] | 701 ] |
| 697 }, | 702 }, |
| 698 { | 703 { |
| 699 "name": "$result", | 704 "name": "$result", |
| 700 "recipe_result": null, | 705 "recipe_result": null, |
| 701 "status_code": 0 | 706 "status_code": 0 |
| 702 } | 707 } |
| 703 ] | 708 ] |
| OLD | NEW |