| 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "--gsutil-py-path", | 370 "--gsutil-py-path", |
| 371 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 371 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 372 "--ninja-path", | 372 "--ninja-path", |
| 373 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 373 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 374 "--target", | 374 "--target", |
| 375 "Release", | 375 "Release", |
| 376 "--src-dir", | 376 "--src-dir", |
| 377 "[BUILDER_CACHE]/linux_layout/src", | 377 "[BUILDER_CACHE]/linux_layout/src", |
| 378 "--goma-cache-dir", | 378 "--goma-cache-dir", |
| 379 "[GOMA_CACHE]", | 379 "[GOMA_CACHE]", |
| 380 "--buildbot-buildername", | |
| 381 "linux_precise_blink_rel", | |
| 382 "--buildbot-mastername", | |
| 383 "tryserver.blink", | |
| 384 "--buildbot-slavename", | |
| 385 "TestSlavename", | |
| 386 "--goma-deps-cache-dir", | 380 "--goma-deps-cache-dir", |
| 387 "[GOMA_DEPS_CACHE]", | 381 "[GOMA_DEPS_CACHE]", |
| 388 "--compiler", | 382 "--compiler", |
| 389 "goma", | 383 "goma", |
| 390 "--goma-jsonstatus", | 384 "--goma-jsonstatus", |
| 391 "/path/to/tmp/json", | 385 "/path/to/tmp/json", |
| 392 "--goma-service-account-json-file", | 386 "--goma-service-account-json-file", |
| 393 "/creds/service_accounts/service-account-goma-client.json", | 387 "/creds/service_accounts/service-account-goma-client.json", |
| 394 "--goma-dir", | 388 "--goma-dir", |
| 395 "[CACHE]/cipd/goma", | 389 "[CACHE]/cipd/goma", |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 503 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
| 510 ] | 504 ] |
| 511 }, | 505 }, |
| 512 { | 506 { |
| 513 "name": "$result", | 507 "name": "$result", |
| 514 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 508 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 515 "recipe_result": null, | 509 "recipe_result": null, |
| 516 "status_code": 1 | 510 "status_code": 1 |
| 517 } | 511 } |
| 518 ] | 512 ] |
| OLD | NEW |