| 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]/ClangToTAndroidASan_tester", | 7 "[BUILDER_CACHE]/ClangToTAndroidASan_tester", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 "cwd": "[BUILDER_CACHE]/ClangToTAndroidASan_tester", | 364 "cwd": "[BUILDER_CACHE]/ClangToTAndroidASan_tester", |
| 365 "env": { | 365 "env": { |
| 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 367 "LLVM_FORCE_HEAD_REVISION": "YES", | 367 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 368 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/androi
d_tools/sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/build/
android:%(PATH)s" | 368 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/androi
d_tools/sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/build/
android:%(PATH)s" |
| 369 }, | 369 }, |
| 370 "name": "authorize_adb_devices" | 370 "name": "authorize_adb_devices" |
| 371 }, | 371 }, |
| 372 { | 372 { |
| 373 "cmd": [ | 373 "cmd": [ |
| 374 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/build/android/buildbot/bb_
device_status_check.py", | 374 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/catapult/devil
/devil/android/tools/device_recovery.py", |
| 375 "--blacklist-file", |
| 376 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/out/bad_devices.json", |
| 377 "--known-devices-file", |
| 378 "[HOME]/.android/known_devices.json", |
| 379 "--adb-path", |
| 380 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/android_tools/
sdk/platform-tools/adb", |
| 381 "-v" |
| 382 ], |
| 383 "cwd": "[BUILDER_CACHE]/ClangToTAndroidASan_tester", |
| 384 "env": { |
| 385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 386 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 387 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/androi
d_tools/sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/build/
android:%(PATH)s" |
| 388 }, |
| 389 "name": "device_recovery" |
| 390 }, |
| 391 { |
| 392 "cmd": [ |
| 393 "python", |
| 394 "-u", |
| 395 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/build/android/provision_de
vices.py", |
| 375 "--adb-path", | 396 "--adb-path", |
| 376 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/android_tools/
sdk/platform-tools/adb", | 397 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/android_tools/
sdk/platform-tools/adb", |
| 377 "--blacklist-file", | 398 "--blacklist-file", |
| 378 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/out/bad_devices.json", | 399 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/out/bad_devices.json", |
| 379 "--json-output", | 400 "--output-device-blacklist", |
| 380 "/path/to/tmp/json", | 401 "/path/to/tmp/json", |
| 381 "--known-devices-file", | 402 "-t", |
| 382 "[HOME]/.android/known_devices.json" | 403 "Debug" |
| 383 ], | 404 ], |
| 384 "cwd": "[BUILDER_CACHE]/ClangToTAndroidASan_tester", | 405 "cwd": "[BUILDER_CACHE]/ClangToTAndroidASan_tester", |
| 385 "env": { | 406 "env": { |
| 407 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 408 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 409 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/androi
d_tools/sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/build/
android:%(PATH)s" |
| 410 }, |
| 411 "name": "provision_devices" |
| 412 }, |
| 413 { |
| 414 "cmd": [ |
| 415 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/catapult/devil
/devil/android/tools/device_status.py", |
| 416 "--json-output", |
| 417 "/path/to/tmp/json", |
| 418 "--blacklist-file", |
| 419 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/out/bad_devices.json", |
| 420 "--known-devices-file", |
| 421 "[HOME]/.android/known_devices.json", |
| 422 "--buildbot-path", |
| 423 "/home/chrome-bot/.adb_device_info", |
| 424 "--adb-path", |
| 425 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/android_tools/
sdk/platform-tools/adb", |
| 426 "-v", |
| 427 "--overwrite-known-devices-files" |
| 428 ], |
| 429 "cwd": "[BUILDER_CACHE]/ClangToTAndroidASan_tester", |
| 430 "env": { |
| 386 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 431 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 387 "LLVM_FORCE_HEAD_REVISION": "YES", | 432 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 388 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/androi
d_tools/sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/build/
android:%(PATH)s" | 433 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/androi
d_tools/sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/build/
android:%(PATH)s" |
| 389 }, | 434 }, |
| 390 "name": "device_status_check", | 435 "name": "device_status", |
| 391 "~followup_annotations": [ | 436 "~followup_annotations": [ |
| 392 "@@@STEP_TEXT@Online devices: 1@@@", | 437 "@@@STEP_TEXT@Online devices: 1@@@", |
| 393 "@@@STEP_LOG_LINE@json.output@[@@@", | 438 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 394 "@@@STEP_LOG_LINE@json.output@ {@@@", | 439 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 395 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 440 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 396 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 441 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 397 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 442 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 398 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 443 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 399 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", | 444 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 400 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", | 445 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", | 523 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", |
| 479 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", | 524 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", |
| 480 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 525 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 481 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 526 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 482 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 527 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 483 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 528 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 484 ] | 529 ] |
| 485 }, | 530 }, |
| 486 { | 531 { |
| 487 "cmd": [ | 532 "cmd": [ |
| 488 "python", | |
| 489 "-u", | |
| 490 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/build/android/provision_de
vices.py", | |
| 491 "--adb-path", | |
| 492 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/android_tools/
sdk/platform-tools/adb", | |
| 493 "--blacklist-file", | |
| 494 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/out/bad_devices.json", | |
| 495 "--output-device-blacklist", | |
| 496 "/path/to/tmp/json", | |
| 497 "-t", | |
| 498 "Debug" | |
| 499 ], | |
| 500 "cwd": "[BUILDER_CACHE]/ClangToTAndroidASan_tester", | |
| 501 "env": { | |
| 502 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 503 "LLVM_FORCE_HEAD_REVISION": "YES", | |
| 504 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/androi
d_tools/sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/build/
android:%(PATH)s" | |
| 505 }, | |
| 506 "name": "provision_devices" | |
| 507 }, | |
| 508 { | |
| 509 "cmd": [ | |
| 510 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/tools/android/asan/third_p
arty/asan_device_setup.sh", | 533 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/tools/android/asan/third_p
arty/asan_device_setup.sh", |
| 511 "--lib", | 534 "--lib", |
| 512 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/llvm-build/Rel
ease+Asserts/lib/clang/3.9.0/lib/linux/libclang_rt.asan-arm-android.so", | 535 "[BUILDER_CACHE]/ClangToTAndroidASan_tester/src/third_party/llvm-build/Rel
ease+Asserts/lib/clang/3.9.0/lib/linux/libclang_rt.asan-arm-android.so", |
| 513 "--device", | 536 "--device", |
| 514 "07a00ca4" | 537 "07a00ca4" |
| 515 ], | 538 ], |
| 516 "cwd": "[BUILDER_CACHE]/ClangToTAndroidASan_tester", | 539 "cwd": "[BUILDER_CACHE]/ClangToTAndroidASan_tester", |
| 517 "env": { | 540 "env": { |
| 518 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 541 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 519 "LLVM_FORCE_HEAD_REVISION": "YES", | 542 "LLVM_FORCE_HEAD_REVISION": "YES", |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 742 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 765 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 743 "@@@STEP_LOG_END@python.inline@@@" | 766 "@@@STEP_LOG_END@python.inline@@@" |
| 744 ] | 767 ] |
| 745 }, | 768 }, |
| 746 { | 769 { |
| 747 "name": "$result", | 770 "name": "$result", |
| 748 "recipe_result": null, | 771 "recipe_result": null, |
| 749 "status_code": 0 | 772 "status_code": 0 |
| 750 } | 773 } |
| 751 ] | 774 ] |
| OLD | NEW |