| 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_chromium_rel_ng", | 7 "[BUILDER_CACHE]/linux_chromium_rel_ng", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 "--ninja-path", | 379 "--ninja-path", |
| 380 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 380 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 381 "--target", | 381 "--target", |
| 382 "Release", | 382 "Release", |
| 383 "--src-dir", | 383 "--src-dir", |
| 384 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 384 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
| 385 "--goma-cache-dir", | 385 "--goma-cache-dir", |
| 386 "[GOMA_CACHE]", | 386 "[GOMA_CACHE]", |
| 387 "--goma-deps-cache-dir", | 387 "--goma-deps-cache-dir", |
| 388 "[GOMA_DEPS_CACHE]", | 388 "[GOMA_DEPS_CACHE]", |
| 389 "--build-tool", | |
| 390 "ninja", | |
| 391 "--compiler", | 389 "--compiler", |
| 392 "goma", | 390 "goma", |
| 393 "--goma-jsonstatus", | 391 "--goma-jsonstatus", |
| 394 "/path/to/tmp/json", | 392 "/path/to/tmp/json", |
| 395 "--goma-service-account-json-file", | 393 "--goma-service-account-json-file", |
| 396 "/creds/service_accounts/service-account-goma-client.json", | 394 "/creds/service_accounts/service-account-goma-client.json", |
| 397 "--goma-dir", | 395 "--goma-dir", |
| 398 "[CACHE]/cipd/goma", | 396 "[CACHE]/cipd/goma", |
| 399 "--goma-fail-fast", | 397 "--goma-fail-fast", |
| 400 "--goma-disable-local-fallback", | 398 "--goma-disable-local-fallback", |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 "--ninja-path", | 556 "--ninja-path", |
| 559 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 557 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 560 "--target", | 558 "--target", |
| 561 "Release", | 559 "Release", |
| 562 "--src-dir", | 560 "--src-dir", |
| 563 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", | 561 "[BUILDER_CACHE]/linux_chromium_rel_ng/src", |
| 564 "--goma-cache-dir", | 562 "--goma-cache-dir", |
| 565 "[GOMA_CACHE]", | 563 "[GOMA_CACHE]", |
| 566 "--goma-deps-cache-dir", | 564 "--goma-deps-cache-dir", |
| 567 "[GOMA_DEPS_CACHE]", | 565 "[GOMA_DEPS_CACHE]", |
| 568 "--build-tool", | |
| 569 "ninja", | |
| 570 "--compiler", | 566 "--compiler", |
| 571 "goma", | 567 "goma", |
| 572 "--goma-jsonstatus", | 568 "--goma-jsonstatus", |
| 573 "/path/to/tmp/json", | 569 "/path/to/tmp/json", |
| 574 "--goma-service-account-json-file", | 570 "--goma-service-account-json-file", |
| 575 "/creds/service_accounts/service-account-goma-client.json", | 571 "/creds/service_accounts/service-account-goma-client.json", |
| 576 "--goma-dir", | 572 "--goma-dir", |
| 577 "[CACHE]/cipd/goma", | 573 "[CACHE]/cipd/goma", |
| 578 "--goma-fail-fast", | 574 "--goma-fail-fast", |
| 579 "--goma-disable-local-fallback", | 575 "--goma-disable-local-fallback", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 606 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 602 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 607 ] | 603 ] |
| 608 }, | 604 }, |
| 609 { | 605 { |
| 610 "name": "$result", | 606 "name": "$result", |
| 611 "reason": "Step('compile (without patch)') failed with return_code 1", | 607 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 612 "recipe_result": null, | 608 "recipe_result": null, |
| 613 "status_code": 1 | 609 "status_code": 1 |
| 614 } | 610 } |
| 615 ] | 611 ] |
| OLD | NEW |