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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 "--src-dir", | 395 "--src-dir", |
396 "[BUILDER_CACHE]/linux/src", | 396 "[BUILDER_CACHE]/linux/src", |
397 "--goma-cache-dir", | 397 "--goma-cache-dir", |
398 "[GOMA_CACHE]", | 398 "[GOMA_CACHE]", |
399 "--buildbot-buildername", | 399 "--buildbot-buildername", |
400 "linux_chromium_rel_ng", | 400 "linux_chromium_rel_ng", |
401 "--buildbot-mastername", | 401 "--buildbot-mastername", |
402 "tryserver.chromium.linux", | 402 "tryserver.chromium.linux", |
403 "--buildbot-slavename", | 403 "--buildbot-slavename", |
404 "TestSlavename", | 404 "TestSlavename", |
405 "--goma-deps-cache-dir", | 405 "--goma-deps-cache-file", |
406 "[GOMA_DEPS_CACHE]", | 406 "linux_chromium_rel_ng.gomadeps", |
407 "--compiler", | 407 "--compiler", |
408 "goma", | 408 "goma", |
409 "--goma-jsonstatus", | 409 "--goma-jsonstatus", |
410 "/path/to/tmp/json", | 410 "/path/to/tmp/json", |
411 "--goma-service-account-json-file", | 411 "--goma-service-account-json-file", |
412 "/creds/service_accounts/service-account-goma-client.json", | 412 "/creds/service_accounts/service-account-goma-client.json", |
413 "--goma-dir", | 413 "--goma-dir", |
414 "[CACHE]/cipd/goma", | 414 "[CACHE]/cipd/goma", |
415 "--goma-fail-fast", | 415 "--goma-fail-fast", |
416 "--goma-disable-local-fallback", | 416 "--goma-disable-local-fallback", |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 "--src-dir", | 582 "--src-dir", |
583 "[BUILDER_CACHE]/linux/src", | 583 "[BUILDER_CACHE]/linux/src", |
584 "--goma-cache-dir", | 584 "--goma-cache-dir", |
585 "[GOMA_CACHE]", | 585 "[GOMA_CACHE]", |
586 "--buildbot-buildername", | 586 "--buildbot-buildername", |
587 "linux_chromium_rel_ng", | 587 "linux_chromium_rel_ng", |
588 "--buildbot-mastername", | 588 "--buildbot-mastername", |
589 "tryserver.chromium.linux", | 589 "tryserver.chromium.linux", |
590 "--buildbot-slavename", | 590 "--buildbot-slavename", |
591 "TestSlavename", | 591 "TestSlavename", |
592 "--goma-deps-cache-dir", | 592 "--goma-deps-cache-file", |
593 "[GOMA_DEPS_CACHE]", | 593 "linux_chromium_rel_ng.gomadeps", |
594 "--compiler", | 594 "--compiler", |
595 "goma", | 595 "goma", |
596 "--goma-jsonstatus", | 596 "--goma-jsonstatus", |
597 "/path/to/tmp/json", | 597 "/path/to/tmp/json", |
598 "--goma-service-account-json-file", | 598 "--goma-service-account-json-file", |
599 "/creds/service_accounts/service-account-goma-client.json", | 599 "/creds/service_accounts/service-account-goma-client.json", |
600 "--goma-dir", | 600 "--goma-dir", |
601 "[CACHE]/cipd/goma", | 601 "[CACHE]/cipd/goma", |
602 "--goma-fail-fast", | 602 "--goma-fail-fast", |
603 "--goma-disable-local-fallback", | 603 "--goma-disable-local-fallback", |
(...skipping 23 matching lines...) Expand all Loading... |
627 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" | 627 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" |
628 ] | 628 ] |
629 }, | 629 }, |
630 { | 630 { |
631 "name": "$result", | 631 "name": "$result", |
632 "reason": "Infra compile failure: Step Failure in compile (with patch)", | 632 "reason": "Infra compile failure: Step Failure in compile (with patch)", |
633 "recipe_result": null, | 633 "recipe_result": null, |
634 "status_code": 1 | 634 "status_code": 1 |
635 } | 635 } |
636 ] | 636 ] |
OLD | NEW |