| 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]/v8_linux_chromium_gn_rel", | 7 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel", |
| 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 "--src-dir", | 384 "--src-dir", |
| 385 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", | 385 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", |
| 386 "--goma-cache-dir", | 386 "--goma-cache-dir", |
| 387 "[GOMA_CACHE]", | 387 "[GOMA_CACHE]", |
| 388 "--buildbot-buildername", | 388 "--buildbot-buildername", |
| 389 "v8_linux_chromium_gn_rel", | 389 "v8_linux_chromium_gn_rel", |
| 390 "--buildbot-mastername", | 390 "--buildbot-mastername", |
| 391 "tryserver.v8", | 391 "tryserver.v8", |
| 392 "--buildbot-slavename", | 392 "--buildbot-slavename", |
| 393 "TestSlavename", | 393 "TestSlavename", |
| 394 "--goma-deps-cache-dir", | 394 "--goma-deps-cache-file", |
| 395 "[GOMA_DEPS_CACHE]", | 395 "v8_linux_chromium_gn_rel.gomadeps", |
| 396 "--compiler", | 396 "--compiler", |
| 397 "goma", | 397 "goma", |
| 398 "--goma-jsonstatus", | 398 "--goma-jsonstatus", |
| 399 "/path/to/tmp/json", | 399 "/path/to/tmp/json", |
| 400 "--goma-service-account-json-file", | 400 "--goma-service-account-json-file", |
| 401 "/creds/service_accounts/service-account-goma-client.json", | 401 "/creds/service_accounts/service-account-goma-client.json", |
| 402 "--goma-dir", | 402 "--goma-dir", |
| 403 "[CACHE]/cipd/goma", | 403 "[CACHE]/cipd/goma", |
| 404 "--goma-fail-fast", | 404 "--goma-fail-fast", |
| 405 "--goma-disable-local-fallback", | 405 "--goma-disable-local-fallback", |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 "--src-dir", | 573 "--src-dir", |
| 574 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", | 574 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src", |
| 575 "--goma-cache-dir", | 575 "--goma-cache-dir", |
| 576 "[GOMA_CACHE]", | 576 "[GOMA_CACHE]", |
| 577 "--buildbot-buildername", | 577 "--buildbot-buildername", |
| 578 "v8_linux_chromium_gn_rel", | 578 "v8_linux_chromium_gn_rel", |
| 579 "--buildbot-mastername", | 579 "--buildbot-mastername", |
| 580 "tryserver.v8", | 580 "tryserver.v8", |
| 581 "--buildbot-slavename", | 581 "--buildbot-slavename", |
| 582 "TestSlavename", | 582 "TestSlavename", |
| 583 "--goma-deps-cache-dir", | 583 "--goma-deps-cache-file", |
| 584 "[GOMA_DEPS_CACHE]", | 584 "v8_linux_chromium_gn_rel.gomadeps", |
| 585 "--compiler", | 585 "--compiler", |
| 586 "goma", | 586 "goma", |
| 587 "--goma-jsonstatus", | 587 "--goma-jsonstatus", |
| 588 "/path/to/tmp/json", | 588 "/path/to/tmp/json", |
| 589 "--goma-service-account-json-file", | 589 "--goma-service-account-json-file", |
| 590 "/creds/service_accounts/service-account-goma-client.json", | 590 "/creds/service_accounts/service-account-goma-client.json", |
| 591 "--goma-dir", | 591 "--goma-dir", |
| 592 "[CACHE]/cipd/goma", | 592 "[CACHE]/cipd/goma", |
| 593 "--goma-fail-fast", | 593 "--goma-fail-fast", |
| 594 "--goma-disable-local-fallback", | 594 "--goma-disable-local-fallback", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 624 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" | 624 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90
b814\"@@@" |
| 625 ] | 625 ] |
| 626 }, | 626 }, |
| 627 { | 627 { |
| 628 "name": "$result", | 628 "name": "$result", |
| 629 "reason": "Step('compile (with patch)') failed with return_code 1", | 629 "reason": "Step('compile (with patch)') failed with return_code 1", |
| 630 "recipe_result": null, | 630 "recipe_result": null, |
| 631 "status_code": 1 | 631 "status_code": 1 |
| 632 } | 632 } |
| 633 ] | 633 ] |
| OLD | NEW |