OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
9 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 260 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
261 "[SLAVE_BUILD]/src/out/logcat" | 261 "[SLAVE_BUILD]/src/out/logcat" |
262 ], | 262 ], |
263 "env": { | 263 "env": { |
264 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 264 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
265 }, | 265 }, |
266 "name": "spawn_logcat_monitor" | 266 "name": "spawn_logcat_monitor" |
267 }, | 267 }, |
268 { | 268 { |
269 "cmd": [ | 269 "cmd": [ |
270 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py" | 270 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 271 "--json-output", |
| 272 "/path/to/tmp/json" |
271 ], | 273 ], |
272 "env": { | 274 "env": { |
273 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 275 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
274 }, | 276 }, |
275 "name": "device_status_check", | 277 "name": "device_status_check", |
276 "~followup_annotations": [ | 278 "~followup_annotations": [ |
277 "step returned non-zero exit code: 1", | 279 "step returned non-zero exit code: 1", |
| 280 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 284 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"level\": \"100\", @@@", |
| 288 "@@@STEP_LOG_LINE@json.output@ \"present\": \"true\", @@@", |
| 289 "@@@STEP_LOG_LINE@json.output@ \"scale\": \"100\", @@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ \"status\": \"5\", @@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ \"technology\": \"Li-ion\", @@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"temperature\": \"249\", @@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"voltage\": \"4286\"@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"build\": \"LRX21O\", @@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"build_detail\": \"google/razor/flo:5.0
/LRX21O/1570415:userdebug/dev-keys\", @@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"imei_slice\": \"Unknown\", @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"07a00ca4\", @@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"type\": \"flo\", @@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 302 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 303 "@@@STEP_LOG_END@json.output@@@", |
278 "@@@STEP_LINK@report a bug@https://code.google.com/p/chromium/issues/entry
?comment=Buildbot%3A+tester%0A%28Please+do+not+change+any+labels%29&labels=Restr
ict-View-Google%2COS-Android%2CInfra%2CInfra-Labs&summary=Device+Offline+on+chro
mium.testing.master+tehslave@@@", | 304 "@@@STEP_LINK@report a bug@https://code.google.com/p/chromium/issues/entry
?comment=Buildbot%3A+tester%0A%28Please+do+not+change+any+labels%29&labels=Restr
ict-View-Google%2COS-Android%2CInfra%2CInfra-Labs&summary=Device+Offline+on+chro
mium.testing.master+tehslave@@@", |
279 "@@@STEP_EXCEPTION@@@" | 305 "@@@STEP_EXCEPTION@@@" |
280 ] | 306 ] |
281 }, | 307 }, |
282 { | 308 { |
283 "cmd": [ | 309 "cmd": [ |
284 "python", | 310 "python", |
285 "-u", | 311 "-u", |
286 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 312 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
287 "monkey", | 313 "monkey", |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
384 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 410 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
385 }, | 411 }, |
386 "name": "stack_tool_for_asan" | 412 "name": "stack_tool_for_asan" |
387 }, | 413 }, |
388 { | 414 { |
389 "name": "$final_result", | 415 "name": "$final_result", |
390 "reason": "Infra Failure: Step('device_status_check') returned 1", | 416 "reason": "Infra Failure: Step('device_status_check') returned 1", |
391 "status_code": 1 | 417 "status_code": 1 |
392 } | 418 } |
393 ] | 419 ] |
OLD | NEW |