OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.chromium.android", | 8 "tryserver.chromium.android", |
9 "--builder", | 9 "--builder", |
10 "android_amp", | 10 "android_amp", |
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", | 501 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", |
502 "@@@STEP_LOG_LINE@python.inline@ print 'Attempting to root device %s ...'
% (device)@@@", | 502 "@@@STEP_LOG_LINE@python.inline@ print 'Attempting to root device %s ...'
% (device)@@@", |
503 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'root'])@@@", | 503 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'root'])@@@", |
504 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", | 504 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", |
505 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", | 505 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", |
506 "@@@STEP_LOG_END@python.inline@@@" | 506 "@@@STEP_LOG_END@python.inline@@@" |
507 ] | 507 ] |
508 }, | 508 }, |
509 { | 509 { |
510 "cmd": [ | 510 "cmd": [ |
511 "python", | |
512 "-u", | |
513 "[SLAVE_BUILD]/src/build/symlink.py", | |
514 "-f", | |
515 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
516 "~/adb" | |
517 ], | |
518 "cwd": "[SLAVE_BUILD]", | |
519 "name": "create adb symlink" | |
520 }, | |
521 { | |
522 "cmd": [ | |
523 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 511 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
524 "--", | 512 "--", |
525 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 513 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
526 "[SLAVE_BUILD]/src/out/logcat" | 514 "[SLAVE_BUILD]/src/out/logcat" |
527 ], | 515 ], |
528 "cwd": "[SLAVE_BUILD]", | 516 "cwd": "[SLAVE_BUILD]", |
529 "env": { | 517 "env": { |
530 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 518 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
531 }, | 519 }, |
532 "name": "spawn_logcat_monitor" | 520 "name": "spawn_logcat_monitor" |
(...skipping 2676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3209 "@@@STEP_LOG_END@python.inline@@@", | 3197 "@@@STEP_LOG_END@python.inline@@@", |
3210 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc
9f60\"@@@" | 3198 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc
9f60\"@@@" |
3211 ] | 3199 ] |
3212 }, | 3200 }, |
3213 { | 3201 { |
3214 "name": "$result", | 3202 "name": "$result", |
3215 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest
s (retry summary)') failed with return_code 1", | 3203 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest
s (retry summary)') failed with return_code 1", |
3216 "status_code": 1 | 3204 "status_code": 1 |
3217 } | 3205 } |
3218 ] | 3206 ] |
OLD | NEW |