| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 "--gsutil-py-path", | 384 "--gsutil-py-path", |
| 385 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 385 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 386 "--ninja-path", | 386 "--ninja-path", |
| 387 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 387 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 388 "--target", | 388 "--target", |
| 389 "Release", | 389 "Release", |
| 390 "--src-dir", | 390 "--src-dir", |
| 391 "[BUILDER_CACHE]/linux/src", | 391 "[BUILDER_CACHE]/linux/src", |
| 392 "--goma-cache-dir", | 392 "--goma-cache-dir", |
| 393 "[GOMA_CACHE]", | 393 "[GOMA_CACHE]", |
| 394 "--buildbot-buildername", | |
| 395 "linux_chromium_rel_ng", | |
| 396 "--buildbot-mastername", | |
| 397 "tryserver.chromium.linux", | |
| 398 "--buildbot-slavename", | |
| 399 "TestSlavename", | |
| 400 "--goma-deps-cache-dir", | 394 "--goma-deps-cache-dir", |
| 401 "[GOMA_DEPS_CACHE]", | 395 "[GOMA_DEPS_CACHE]", |
| 402 "--compiler", | 396 "--compiler", |
| 403 "goma", | 397 "goma", |
| 404 "--goma-jsonstatus", | 398 "--goma-jsonstatus", |
| 405 "/path/to/tmp/json", | 399 "/path/to/tmp/json", |
| 406 "--goma-service-account-json-file", | 400 "--goma-service-account-json-file", |
| 407 "/creds/service_accounts/service-account-goma-client.json", | 401 "/creds/service_accounts/service-account-goma-client.json", |
| 408 "--goma-dir", | 402 "--goma-dir", |
| 409 "[CACHE]/cipd/goma", | 403 "[CACHE]/cipd/goma", |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 "--gsutil-py-path", | 564 "--gsutil-py-path", |
| 571 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 565 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 572 "--ninja-path", | 566 "--ninja-path", |
| 573 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 567 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 574 "--target", | 568 "--target", |
| 575 "Release", | 569 "Release", |
| 576 "--src-dir", | 570 "--src-dir", |
| 577 "[BUILDER_CACHE]/linux/src", | 571 "[BUILDER_CACHE]/linux/src", |
| 578 "--goma-cache-dir", | 572 "--goma-cache-dir", |
| 579 "[GOMA_CACHE]", | 573 "[GOMA_CACHE]", |
| 580 "--buildbot-buildername", | |
| 581 "linux_chromium_rel_ng", | |
| 582 "--buildbot-mastername", | |
| 583 "tryserver.chromium.linux", | |
| 584 "--buildbot-slavename", | |
| 585 "TestSlavename", | |
| 586 "--goma-deps-cache-dir", | 574 "--goma-deps-cache-dir", |
| 587 "[GOMA_DEPS_CACHE]", | 575 "[GOMA_DEPS_CACHE]", |
| 588 "--compiler", | 576 "--compiler", |
| 589 "goma", | 577 "goma", |
| 590 "--goma-jsonstatus", | 578 "--goma-jsonstatus", |
| 591 "/path/to/tmp/json", | 579 "/path/to/tmp/json", |
| 592 "--goma-service-account-json-file", | 580 "--goma-service-account-json-file", |
| 593 "/creds/service_accounts/service-account-goma-client.json", | 581 "/creds/service_accounts/service-account-goma-client.json", |
| 594 "--goma-dir", | 582 "--goma-dir", |
| 595 "[CACHE]/cipd/goma", | 583 "[CACHE]/cipd/goma", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 624 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 612 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 625 ] | 613 ] |
| 626 }, | 614 }, |
| 627 { | 615 { |
| 628 "name": "$result", | 616 "name": "$result", |
| 629 "reason": "Step('compile (without patch)') failed with return_code 1", | 617 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 630 "recipe_result": null, | 618 "recipe_result": null, |
| 631 "status_code": 1 | 619 "status_code": 1 |
| 632 } | 620 } |
| 633 ] | 621 ] |
| OLD | NEW |