| 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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 }, | 425 }, |
| 426 { | 426 { |
| 427 "cmd": [], | 427 "cmd": [], |
| 428 "name": "isolate" | 428 "name": "isolate" |
| 429 }, | 429 }, |
| 430 { | 430 { |
| 431 "cmd": [ | 431 "cmd": [ |
| 432 "python", | 432 "python", |
| 433 "-u", | 433 "-u", |
| 434 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 434 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 435 "{\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}", | 435 "{\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}", |
| 436 "[SLAVE_BUILD]/template.isolate" | 436 "[SLAVE_BUILD]/template.isolate" |
| 437 ], | 437 ], |
| 438 "name": "isolate.generate template.isolate", | 438 "name": "isolate.generate template.isolate", |
| 439 "~followup_annotations": [ | 439 "~followup_annotations": [ |
| 440 "@@@STEP_NEST_LEVEL@1@@@", | 440 "@@@STEP_NEST_LEVEL@1@@@", |
| 441 "@@@STEP_LOG_LINE@template.isolate@{@@@", | 441 "@@@STEP_LOG_LINE@template.isolate@{@@@", |
| 442 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@", | 442 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@", |
| 443 "@@@STEP_LOG_LINE@template.isolate@ [@@@", | 443 "@@@STEP_LOG_LINE@template.isolate@ [@@@", |
| 444 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@", | 444 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@", |
| 445 "@@@STEP_LOG_LINE@template.isolate@ {@@@", | 445 "@@@STEP_LOG_LINE@template.isolate@ {@@@", |
| 446 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@", | 446 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@", |
| 447 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@", | 447 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@", |
| 448 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/run.py\", @@@", | 448 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/run.py\", @@@", |
| 449 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@", | 449 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@", |
| 450 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@", | 450 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@", |
| 451 "@@@STEP_LOG_LINE@template.isolate@ \"--args-json\", @@@", |
| 452 "@@@STEP_LOG_LINE@template.isolate@ \"{\\\"xctest\\\": <(xctest
)}\", @@@", |
| 451 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@", | 453 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@", |
| 452 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@
", | 454 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@
", |
| 453 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@", | 455 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@", |
| 454 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@", | 456 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@", |
| 455 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@", | 457 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@", |
| 456 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul
ator/iossim\", @@@", | 458 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul
ator/iossim\", @@@", |
| 457 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@", | 459 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@", |
| 458 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@", | 460 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@", |
| 459 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@", | 461 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@", |
| 460 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@", | 462 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@", |
| 461 "@@@STEP_LOG_LINE@template.isolate@ ], @@@", | 463 "@@@STEP_LOG_LINE@template.isolate@ ], @@@", |
| 462 "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@", | 464 "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@", |
| 463 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@", | 465 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@", |
| 464 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/\", @@@", | 466 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/\", @@@", |
| 465 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul
ator/iossim\"@@@", | 467 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul
ator/iossim\"@@@", |
| 466 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", | 468 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 467 "@@@STEP_LOG_LINE@template.isolate@ }@@@", | 469 "@@@STEP_LOG_LINE@template.isolate@ }@@@", |
| 468 "@@@STEP_LOG_LINE@template.isolate@ }@@@", | 470 "@@@STEP_LOG_LINE@template.isolate@ }@@@", |
| 469 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", | 471 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 470 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", | 472 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 471 "@@@STEP_LOG_LINE@template.isolate@}@@@", | 473 "@@@STEP_LOG_LINE@template.isolate@}@@@", |
| 472 "@@@STEP_LOG_END@template.isolate@@@" | 474 "@@@STEP_LOG_END@template.isolate@@@" |
| 473 ] | 475 ] |
| 474 }, | 476 }, |
| 475 { | 477 { |
| 476 "cmd": [ | 478 "cmd": [ |
| 477 "python", | 479 "python", |
| 478 "-u", | 480 "-u", |
| 479 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 481 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 480 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\",
\n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi
mulator/fake test.app\", \n \"--config-variable\", \n \"xcode_version\", \
n \"fake xcode version\", \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-iphonesimu
lator/fake test.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}", | 482 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\",
\n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi
mulator/fake test.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.
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}", |
| 481 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json" | 483 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json" |
| 482 ], | 484 ], |
| 483 "name": "isolate.generate 0.isolate.gen.json", | 485 "name": "isolate.generate 0.isolate.gen.json", |
| 484 "~followup_annotations": [ | 486 "~followup_annotations": [ |
| 485 "@@@STEP_NEST_LEVEL@1@@@", | 487 "@@@STEP_NEST_LEVEL@1@@@", |
| 486 "@@@STEP_TEXT@fake test (fake device iOS 8.1)@@@", | 488 "@@@STEP_TEXT@fake test (fake device iOS 8.1)@@@", |
| 487 "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@", | 489 "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@", |
| 488 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@", | 490 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@", |
| 489 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", | 491 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 490 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@", | 492 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@", |
| 491 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@", | 493 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@", |
| 492 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", | 494 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 493 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", | 495 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", |
| 494 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake test.app\", @@@", | 496 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake test.app\", @@@", |
| 495 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", | 497 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 496 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@", | 498 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@", |
| 497 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@", | 499 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@", |
| 500 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 501 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xctest\", @@@", |
| 502 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"false\", @@@", |
| 498 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@", | 503 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@", |
| 499 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\
", @@@", | 504 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\
", @@@", |
| 500 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@", | 505 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@", |
| 501 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isol
ated\", @@@", | 506 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isol
ated\", @@@", |
| 502 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@", | 507 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@", |
| 503 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", | 508 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", |
| 504 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake test.app\", @@@", | 509 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake test.app\", @@@", |
| 505 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", | 510 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 506 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@", | 511 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@", |
| 507 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@", | 512 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@", |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 "@@@STEP_LOG_END@json.output@@@", | 683 "@@@STEP_LOG_END@json.output@@@", |
| 679 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 684 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 680 ] | 685 ] |
| 681 }, | 686 }, |
| 682 { | 687 { |
| 683 "name": "$result", | 688 "name": "$result", |
| 684 "recipe_result": null, | 689 "recipe_result": null, |
| 685 "status_code": 0 | 690 "status_code": 0 |
| 686 } | 691 } |
| 687 ] | 692 ] |
| OLD | NEW |