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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 "--src-dir", | 369 "--src-dir", |
370 "[BUILDER_CACHE]/linux_layout/src", | 370 "[BUILDER_CACHE]/linux_layout/src", |
371 "--goma-cache-dir", | 371 "--goma-cache-dir", |
372 "[GOMA_CACHE]", | 372 "[GOMA_CACHE]", |
373 "--buildbot-buildername", | 373 "--buildbot-buildername", |
374 "linux_precise_blink_rel", | 374 "linux_precise_blink_rel", |
375 "--buildbot-mastername", | 375 "--buildbot-mastername", |
376 "tryserver.blink", | 376 "tryserver.blink", |
377 "--buildbot-slavename", | 377 "--buildbot-slavename", |
378 "TestSlavename", | 378 "TestSlavename", |
379 "--goma-deps-cache-dir", | 379 "--goma-deps-cache-file", |
380 "[GOMA_DEPS_CACHE]", | 380 "linux_precise_blink_rel.gomadeps", |
381 "--compiler", | 381 "--compiler", |
382 "goma", | 382 "goma", |
383 "--goma-jsonstatus", | 383 "--goma-jsonstatus", |
384 "/path/to/tmp/json", | 384 "/path/to/tmp/json", |
385 "--goma-service-account-json-file", | 385 "--goma-service-account-json-file", |
386 "/creds/service_accounts/service-account-goma-client.json", | 386 "/creds/service_accounts/service-account-goma-client.json", |
387 "--goma-dir", | 387 "--goma-dir", |
388 "[CACHE]/cipd/goma", | 388 "[CACHE]/cipd/goma", |
389 "--goma-fail-fast", | 389 "--goma-fail-fast", |
390 "--goma-disable-local-fallback", | 390 "--goma-disable-local-fallback", |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 502 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
503 ] | 503 ] |
504 }, | 504 }, |
505 { | 505 { |
506 "name": "$result", | 506 "name": "$result", |
507 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 507 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
508 "recipe_result": null, | 508 "recipe_result": null, |
509 "status_code": 1 | 509 "status_code": 1 |
510 } | 510 } |
511 ] | 511 ] |
OLD | NEW |