tryjob_fail.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. [
  2. {
  3. "cmd": [
  4. "vpython",
  5. "-u",
  6. "RECIPE_REPO[depot_tools]/gerrit_client.py",
  7. "changes",
  8. "--host",
  9. "https://chromium-review.googlesource.com",
  10. "--json_file",
  11. "/path/to/tmp/json",
  12. "--limit",
  13. "1",
  14. "-p",
  15. "change=123456",
  16. "-o",
  17. "ALL_REVISIONS",
  18. "-o",
  19. "DOWNLOAD_COMMANDS"
  20. ],
  21. "env": {
  22. "PATH": "<PATH>:RECIPE_REPO[depot_tools]"
  23. },
  24. "infra_step": true,
  25. "luci_context": {
  26. "realm": {
  27. "name": "chromium/src:try"
  28. },
  29. "resultdb": {
  30. "current_invocation": {
  31. "name": "invocations/build:8945511751514863184",
  32. "update_token": "token"
  33. },
  34. "hostname": "rdbhost"
  35. }
  36. },
  37. "name": "gerrit fetch current CL info",
  38. "timeout": 60,
  39. "~followup_annotations": [
  40. "@@@STEP_LOG_LINE@json.output@[@@@",
  41. "@@@STEP_LOG_LINE@json.output@ {@@@",
  42. "@@@STEP_LOG_LINE@json.output@ \"branch\": \"main\", @@@",
  43. "@@@STEP_LOG_LINE@json.output@ \"owner\": {@@@",
  44. "@@@STEP_LOG_LINE@json.output@ \"name\": \"John Doe\"@@@",
  45. "@@@STEP_LOG_LINE@json.output@ }, @@@",
  46. "@@@STEP_LOG_LINE@json.output@ \"revisions\": {@@@",
  47. "@@@STEP_LOG_LINE@json.output@ \"184ebe53805e102605d11f6b143486d15c23a09c\": {@@@",
  48. "@@@STEP_LOG_LINE@json.output@ \"_number\": \"7\", @@@",
  49. "@@@STEP_LOG_LINE@json.output@ \"ref\": \"refs/changes/56/123456/7\"@@@",
  50. "@@@STEP_LOG_LINE@json.output@ }@@@",
  51. "@@@STEP_LOG_LINE@json.output@ }@@@",
  52. "@@@STEP_LOG_LINE@json.output@ }@@@",
  53. "@@@STEP_LOG_LINE@json.output@]@@@",
  54. "@@@STEP_LOG_END@json.output@@@"
  55. ]
  56. },
  57. {
  58. "cmd": [
  59. "python3",
  60. "-u",
  61. "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
  62. "--spec-path",
  63. "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
  64. "--patch_root",
  65. "src",
  66. "--revision_mapping_file",
  67. "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
  68. "--git-cache-dir",
  69. "[CACHE]/git",
  70. "--cleanup-dir",
  71. "[CLEANUP]/bot_update",
  72. "--output_json",
  73. "/path/to/tmp/json",
  74. "--patch_ref",
  75. "https://chromium.googlesource.com/chromium/src@refs/heads/main:refs/changes/56/123456/7",
  76. "--revision",
  77. "src@refs/heads/main",
  78. "--refs",
  79. "refs/heads/main"
  80. ],
  81. "env": {
  82. "DEPOT_TOOLS_REPORT_BUILD": "chromium/src/try/linux/8945511751514863184",
  83. "GIT_HTTP_LOW_SPEED_LIMIT": "102400",
  84. "GIT_HTTP_LOW_SPEED_TIME": "1800"
  85. },
  86. "env_suffixes": {
  87. "DEPOT_TOOLS_UPDATE": [
  88. "0"
  89. ],
  90. "PATH": [
  91. "RECIPE_REPO[depot_tools]"
  92. ]
  93. },
  94. "infra_step": true,
  95. "luci_context": {
  96. "realm": {
  97. "name": "chromium/src:try"
  98. },
  99. "resultdb": {
  100. "current_invocation": {
  101. "name": "invocations/build:8945511751514863184",
  102. "update_token": "token"
  103. },
  104. "hostname": "rdbhost"
  105. }
  106. },
  107. "name": "bot_update",
  108. "~followup_annotations": [
  109. "@@@STEP_LOG_END@json.output (invalid)@@@",
  110. "@@@STEP_LOG_LINE@json.output (exception)@No JSON object could be decoded@@@",
  111. "@@@STEP_LOG_END@json.output (exception)@@@",
  112. "@@@STEP_EXCEPTION@@@"
  113. ]
  114. },
  115. {
  116. "failure": {
  117. "humanReason": "Infra Failure: Step('bot_update') (retcode: 1)"
  118. },
  119. "name": "$result"
  120. }
  121. ]