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