| 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_Blink_Linux_64", | 7 "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "--gsutil-py-path", | 240 "--gsutil-py-path", |
| 241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 242 "--ninja-path", | 242 "--ninja-path", |
| 243 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 243 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 244 "--target", | 244 "--target", |
| 245 "Release", | 245 "Release", |
| 246 "--src-dir", | 246 "--src-dir", |
| 247 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", | 247 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", |
| 248 "--goma-cache-dir", | 248 "--goma-cache-dir", |
| 249 "[GOMA_CACHE]", | 249 "[GOMA_CACHE]", |
| 250 "--buildbot-buildername", |
| 251 "V8-Blink Linux 64", |
| 252 "--buildbot-mastername", |
| 253 "client.v8.fyi", |
| 254 "--buildbot-slavename", |
| 255 "TestSlavename", |
| 250 "--goma-deps-cache-dir", | 256 "--goma-deps-cache-dir", |
| 251 "[GOMA_DEPS_CACHE]", | 257 "[GOMA_DEPS_CACHE]", |
| 252 "--compiler", | 258 "--compiler", |
| 253 "goma", | 259 "goma", |
| 254 "--goma-jsonstatus", | 260 "--goma-jsonstatus", |
| 255 "/path/to/tmp/json", | 261 "/path/to/tmp/json", |
| 256 "--goma-service-account-json-file", | 262 "--goma-service-account-json-file", |
| 257 "/creds/service_accounts/service-account-goma-client.json", | 263 "/creds/service_accounts/service-account-goma-client.json", |
| 258 "--goma-dir", | 264 "--goma-dir", |
| 259 "[CACHE]/cipd/goma", | 265 "[CACHE]/cipd/goma", |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 "@@@STEP_FAILURE@@@" | 382 "@@@STEP_FAILURE@@@" |
| 377 ] | 383 ] |
| 378 }, | 384 }, |
| 379 { | 385 { |
| 380 "name": "$result", | 386 "name": "$result", |
| 381 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 387 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 382 "recipe_result": null, | 388 "recipe_result": null, |
| 383 "status_code": 1 | 389 "status_code": 1 |
| 384 } | 390 } |
| 385 ] | 391 ] |
| OLD | NEW |