Chromium Code Reviews| 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_layout", | 7 "[BUILDER_CACHE]/linux_layout", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 380 "--compiler", | 380 "--compiler", |
| 381 "goma", | 381 "goma", |
| 382 "--goma-jsonstatus", | 382 "--goma-jsonstatus", |
| 383 "/path/to/tmp/json", | 383 "/path/to/tmp/json", |
| 384 "--goma-service-account-json-file", | 384 "--goma-service-account-json-file", |
| 385 "/creds/service_accounts/service-account-goma-client.json", | 385 "/creds/service_accounts/service-account-goma-client.json", |
| 386 "--goma-dir", | 386 "--goma-dir", |
| 387 "[CACHE]/cipd/goma", | 387 "[CACHE]/cipd/goma", |
| 388 "--goma-fail-fast", | 388 "--goma-fail-fast", |
| 389 "--goma-disable-local-fallback", | 389 "--goma-disable-local-fallback", |
| 390 "--ninja-ensure-up-to-date", | |
|
Dirk Pranke
2016/11/11 22:21:53
same here ... maybe you just need to rebase/merge?
| |
| 391 "--", | 390 "--", |
| 392 "blink_tests" | 391 "blink_tests" |
| 393 ], | 392 ], |
| 394 "env": { | 393 "env": { |
| 395 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" | 394 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" |
| 396 }, | 395 }, |
| 397 "name": "compile (with patch)", | 396 "name": "compile (with patch)", |
| 398 "~followup_annotations": [ | 397 "~followup_annotations": [ |
| 399 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 398 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 400 "@@@STEP_LOG_END@json.output (invalid)@@@" | 399 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 637 "--compiler", | 636 "--compiler", |
| 638 "goma", | 637 "goma", |
| 639 "--goma-jsonstatus", | 638 "--goma-jsonstatus", |
| 640 "/path/to/tmp/json", | 639 "/path/to/tmp/json", |
| 641 "--goma-service-account-json-file", | 640 "--goma-service-account-json-file", |
| 642 "/creds/service_accounts/service-account-goma-client.json", | 641 "/creds/service_accounts/service-account-goma-client.json", |
| 643 "--goma-dir", | 642 "--goma-dir", |
| 644 "[CACHE]/cipd/goma", | 643 "[CACHE]/cipd/goma", |
| 645 "--goma-fail-fast", | 644 "--goma-fail-fast", |
| 646 "--goma-disable-local-fallback", | 645 "--goma-disable-local-fallback", |
| 647 "--ninja-ensure-up-to-date", | |
| 648 "--", | 646 "--", |
| 649 "blink_tests" | 647 "blink_tests" |
| 650 ], | 648 ], |
| 651 "cwd": "[BUILDER_CACHE]/linux_layout", | 649 "cwd": "[BUILDER_CACHE]/linux_layout", |
| 652 "env": { | 650 "env": { |
| 653 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" | 651 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" |
| 654 }, | 652 }, |
| 655 "name": "compile (without patch)", | 653 "name": "compile (without patch)", |
| 656 "~followup_annotations": [ | 654 "~followup_annotations": [ |
| 657 "step returned non-zero exit code: 1", | 655 "step returned non-zero exit code: 1", |
| (...skipping 23 matching lines...) Expand all Loading... | |
| 681 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@" | 679 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@" |
| 682 ] | 680 ] |
| 683 }, | 681 }, |
| 684 { | 682 { |
| 685 "name": "$result", | 683 "name": "$result", |
| 686 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", | 684 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", |
| 687 "recipe_result": null, | 685 "recipe_result": null, |
| 688 "status_code": 1 | 686 "status_code": 1 |
| 689 } | 687 } |
| 690 ] | 688 ] |
| OLD | NEW |