| 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": [ |
| 511 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 523 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 512 "--", | 524 "--", |
| 513 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 525 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 514 "[SLAVE_BUILD]/src/out/logcat" | 526 "[SLAVE_BUILD]/src/out/logcat" |
| 515 ], | 527 ], |
| 516 "cwd": "[SLAVE_BUILD]", | 528 "cwd": "[SLAVE_BUILD]", |
| 517 "env": { | 529 "env": { |
| 518 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 530 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 519 }, | 531 }, |
| 520 "name": "spawn_logcat_monitor" | 532 "name": "spawn_logcat_monitor" |
| (...skipping 2613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3134 "@@@STEP_LOG_END@python.inline@@@", | 3146 "@@@STEP_LOG_END@python.inline@@@", |
| 3135 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc
9f60\"@@@" | 3147 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc
9f60\"@@@" |
| 3136 ] | 3148 ] |
| 3137 }, | 3149 }, |
| 3138 { | 3150 { |
| 3139 "name": "$result", | 3151 "name": "$result", |
| 3140 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest
s (retry summary)') failed with return_code 1", | 3152 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest
s (retry summary)') failed with return_code 1", |
| 3141 "status_code": 1 | 3153 "status_code": 1 |
| 3142 } | 3154 } |
| 3143 ] | 3155 ] |
| OLD | NEW |