| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "--src-dir", | 239 "--src-dir", |
| 240 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", | 240 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", |
| 241 "--goma-cache-dir", | 241 "--goma-cache-dir", |
| 242 "[GOMA_CACHE]", | 242 "[GOMA_CACHE]", |
| 243 "--buildbot-buildername", | 243 "--buildbot-buildername", |
| 244 "V8-Blink Linux 64", | 244 "V8-Blink Linux 64", |
| 245 "--buildbot-mastername", | 245 "--buildbot-mastername", |
| 246 "client.v8.fyi", | 246 "client.v8.fyi", |
| 247 "--buildbot-slavename", | 247 "--buildbot-slavename", |
| 248 "TestSlavename", | 248 "TestSlavename", |
| 249 "--goma-deps-cache-dir", | 249 "--goma-deps-cache-file", |
| 250 "[GOMA_DEPS_CACHE]", | 250 "V8_Blink_Linux_64.gomadeps", |
| 251 "--compiler", | 251 "--compiler", |
| 252 "goma", | 252 "goma", |
| 253 "--goma-jsonstatus", | 253 "--goma-jsonstatus", |
| 254 "/path/to/tmp/json", | 254 "/path/to/tmp/json", |
| 255 "--goma-service-account-json-file", | 255 "--goma-service-account-json-file", |
| 256 "/creds/service_accounts/service-account-goma-client.json", | 256 "/creds/service_accounts/service-account-goma-client.json", |
| 257 "--goma-dir", | 257 "--goma-dir", |
| 258 "[CACHE]/cipd/goma", | 258 "[CACHE]/cipd/goma", |
| 259 "--", | 259 "--", |
| 260 "blink_tests" | 260 "blink_tests" |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 "--src-dir", | 485 "--src-dir", |
| 486 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", | 486 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", |
| 487 "--goma-cache-dir", | 487 "--goma-cache-dir", |
| 488 "[GOMA_CACHE]", | 488 "[GOMA_CACHE]", |
| 489 "--buildbot-buildername", | 489 "--buildbot-buildername", |
| 490 "V8-Blink Linux 64", | 490 "V8-Blink Linux 64", |
| 491 "--buildbot-mastername", | 491 "--buildbot-mastername", |
| 492 "client.v8.fyi", | 492 "client.v8.fyi", |
| 493 "--buildbot-slavename", | 493 "--buildbot-slavename", |
| 494 "TestSlavename", | 494 "TestSlavename", |
| 495 "--goma-deps-cache-dir", | 495 "--goma-deps-cache-file", |
| 496 "[GOMA_DEPS_CACHE]", | 496 "V8_Blink_Linux_64.gomadeps", |
| 497 "--compiler", | 497 "--compiler", |
| 498 "goma", | 498 "goma", |
| 499 "--goma-jsonstatus", | 499 "--goma-jsonstatus", |
| 500 "/path/to/tmp/json", | 500 "/path/to/tmp/json", |
| 501 "--goma-service-account-json-file", | 501 "--goma-service-account-json-file", |
| 502 "/creds/service_accounts/service-account-goma-client.json", | 502 "/creds/service_accounts/service-account-goma-client.json", |
| 503 "--goma-dir", | 503 "--goma-dir", |
| 504 "[CACHE]/cipd/goma", | 504 "[CACHE]/cipd/goma", |
| 505 "--", | 505 "--", |
| 506 "blink_tests" | 506 "blink_tests" |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 "@@@STEP_FAILURE@@@" | 577 "@@@STEP_FAILURE@@@" |
| 578 ] | 578 ] |
| 579 }, | 579 }, |
| 580 { | 580 { |
| 581 "name": "$result", | 581 "name": "$result", |
| 582 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 582 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
| 583 "recipe_result": null, | 583 "recipe_result": null, |
| 584 "status_code": 1 | 584 "status_code": 1 |
| 585 } | 585 } |
| 586 ] | 586 ] |
| OLD | NEW |