| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/linux", | 7 "[BUILDER_CACHE]/linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "--gsutil-py-path", | 396 "--gsutil-py-path", |
| 397 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 397 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 398 "--ninja-path", | 398 "--ninja-path", |
| 399 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 399 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 400 "--target", | 400 "--target", |
| 401 "Release", | 401 "Release", |
| 402 "--src-dir", | 402 "--src-dir", |
| 403 "[BUILDER_CACHE]/linux/src", | 403 "[BUILDER_CACHE]/linux/src", |
| 404 "--goma-cache-dir", | 404 "--goma-cache-dir", |
| 405 "[GOMA_CACHE]", | 405 "[GOMA_CACHE]", |
| 406 "--buildbot-buildername", |
| 407 "linux_chromium_rel_ng", |
| 408 "--buildbot-mastername", |
| 409 "tryserver.chromium.linux", |
| 410 "--buildbot-slavename", |
| 411 "TestSlavename", |
| 406 "--goma-deps-cache-dir", | 412 "--goma-deps-cache-dir", |
| 407 "[GOMA_DEPS_CACHE]", | 413 "[GOMA_DEPS_CACHE]", |
| 408 "--compiler", | 414 "--compiler", |
| 409 "goma", | 415 "goma", |
| 410 "--goma-jsonstatus", | 416 "--goma-jsonstatus", |
| 411 "/path/to/tmp/json", | 417 "/path/to/tmp/json", |
| 412 "--goma-service-account-json-file", | 418 "--goma-service-account-json-file", |
| 413 "/creds/service_accounts/service-account-goma-client.json", | 419 "/creds/service_accounts/service-account-goma-client.json", |
| 414 "--goma-dir", | 420 "--goma-dir", |
| 415 "[CACHE]/cipd/goma", | 421 "[CACHE]/cipd/goma", |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 "--gsutil-py-path", | 590 "--gsutil-py-path", |
| 585 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 591 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 586 "--ninja-path", | 592 "--ninja-path", |
| 587 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 593 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 588 "--target", | 594 "--target", |
| 589 "Release", | 595 "Release", |
| 590 "--src-dir", | 596 "--src-dir", |
| 591 "[BUILDER_CACHE]/linux/src", | 597 "[BUILDER_CACHE]/linux/src", |
| 592 "--goma-cache-dir", | 598 "--goma-cache-dir", |
| 593 "[GOMA_CACHE]", | 599 "[GOMA_CACHE]", |
| 600 "--buildbot-buildername", |
| 601 "linux_chromium_rel_ng", |
| 602 "--buildbot-mastername", |
| 603 "tryserver.chromium.linux", |
| 604 "--buildbot-slavename", |
| 605 "TestSlavename", |
| 594 "--goma-deps-cache-dir", | 606 "--goma-deps-cache-dir", |
| 595 "[GOMA_DEPS_CACHE]", | 607 "[GOMA_DEPS_CACHE]", |
| 596 "--compiler", | 608 "--compiler", |
| 597 "goma", | 609 "goma", |
| 598 "--goma-jsonstatus", | 610 "--goma-jsonstatus", |
| 599 "/path/to/tmp/json", | 611 "/path/to/tmp/json", |
| 600 "--goma-service-account-json-file", | 612 "--goma-service-account-json-file", |
| 601 "/creds/service_accounts/service-account-goma-client.json", | 613 "/creds/service_accounts/service-account-goma-client.json", |
| 602 "--goma-dir", | 614 "--goma-dir", |
| 603 "[CACHE]/cipd/goma", | 615 "[CACHE]/cipd/goma", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 629 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" | 641 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" |
| 630 ] | 642 ] |
| 631 }, | 643 }, |
| 632 { | 644 { |
| 633 "name": "$result", | 645 "name": "$result", |
| 634 "reason": "Infra compile failure: Step Failure in compile (with patch)", | 646 "reason": "Infra compile failure: Step Failure in compile (with patch)", |
| 635 "recipe_result": null, | 647 "recipe_result": null, |
| 636 "status_code": 1 | 648 "status_code": 1 |
| 637 } | 649 } |
| 638 ] | 650 ] |
| OLD | NEW |