Guest User

Untitled

a guest
Sep 22nd, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. 2020-09-22 10:14:32,186 - INFO - Response body :
  2. {
  3. "exception": null,
  4. "task_type": "pulp.server.managers.repo.sync.sync",
  5. "_href": "/pulp/api/v2/tasks/b0c5d7cb-3644-471f-b08a-b888674ad660/",
  6. "task_id": "b0c5d7cb-3644-471f-b08a-b888674ad660",
  7. "tags": [
  8. "pulp:repository:pup",
  9. "pulp:action:sync"
  10. ],
  11. "finish_time": null,
  12. "_ns": "task_status",
  13. "start_time": "2020-09-22T10:13:35Z",
  14. "traceback": null,
  15. "spawned_tasks": [],
  16. "progress_report": {
  17. "puppet_importer": {
  18. "modules": {
  19. "traceback": null,
  20. "execution_time": null,
  21. "total_count": null,
  22. "error_message": null,
  23. "finished_count": null,
  24. "state": "not-started",
  25. "error_count": null,
  26. "error": "None",
  27. "individual_errors": []
  28. },
  29. "metadata": {
  30. "query_finished_count": 0,
  31. "error_message": null,
  32. "execution_time": null,
  33. "query_total_count": 1,
  34. "traceback": null,
  35. "state": "running",
  36. "error": "None",
  37. "current_query": "https://lalalalalalaalla/modules.json"
  38. }
  39. }
  40. },
  41. "queue": "reserved_resource_worker-0@pulp2-nightly-pulp3-source-centos7.fluffy.example.com.dq2",
  42. "state": "running",
  43. "worker_name": "reserved_resource_worker-0@pulp2-nightly-pulp3-source-centos7.fluffy.example.com",
  44. "result": null,
  45. "error": null,
  46. "_id": {
  47. "$oid": "5f69ce4f2ac3de2ec510fc15"
  48. },
  49. "id": "5f69ce4f2ac3de2ec510fc15"
  50. }
  51. ======================================================================================================
  52.  
  53. 2020-09-22 10:17:10,800 - INFO - Response body :
  54. {
  55. "exception": null,
  56. "task_type": "pulp.server.managers.repo.sync.sync",
  57. "_href": "/pulp/api/v2/tasks/b0c5d7cb-3644-471f-b08a-b888674ad660/",
  58. "task_id": "b0c5d7cb-3644-471f-b08a-b888674ad660",
  59. "tags": [
  60. "pulp:repository:pup",
  61. "pulp:action:sync"
  62. ],
  63. "finish_time": "2020-09-22T10:14:37Z",
  64. "_ns": "task_status",
  65. "start_time": "2020-09-22T10:13:35Z",
  66. "traceback": "Traceback (most recent call last):\n File \"/usr/lib/python2.7/site-packages/celery/app/trace.py\", line 367, in trace_task\n R = retval = fun(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py\", line 686, in __call__\n return super(Task, self).__call__(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py\", line 108, in __call__\n return super(PulpTask, self).__call__(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/celery/app/trace.py\", line 622, in __protected_call__\n return self.run(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py\", line 855, in sync\n raise pulp_exceptions.PulpExecutionException(_('Importer indicated a failed response'))\nPulpExecutionException: Importer indicated a failed response\n",
  67. "spawned_tasks": [],
  68. "progress_report": {
  69. "puppet_importer": {
  70. "modules": {
  71. "traceback": null,
  72. "execution_time": null,
  73. "total_count": null,
  74. "error_message": null,
  75. "finished_count": null,
  76. "state": "not-started",
  77. "error_count": null,
  78. "error": "None",
  79. "individual_errors": []
  80. },
  81. "metadata": {
  82. "query_finished_count": 0,
  83. "error_message": "Error downloading metadata",
  84. "execution_time": 31,
  85. "query_total_count": 1,
  86. "traceback": [
  87. [
  88. "/usr/lib/python2.7/site-packages/pulp_puppet/plugins/importers/forge.py",
  89. 115,
  90. "_parse_metadata",
  91. "metadata_json_docs = downloader.retrieve_metadata(self.progress_report)"
  92. ],
  93. [
  94. "/usr/lib/python2.7/site-packages/pulp_puppet/plugins/importers/downloaders/web.py",
  95. 57,
  96. "retrieve_metadata",
  97. "raise exceptions.FileRetrievalException(report.error_msg)"
  98. ]
  99. ],
  100. "state": "failed",
  101. "error": "FileRetrievalException: A connection error occurred",
  102. "current_query": "https://lalalalalalaalla/modules.json"
  103. }
  104. }
  105. },
  106. "queue": "reserved_resource_worker-0@pulp2-nightly-pulp3-source-centos7.fluffy.example.com.dq2",
  107. "state": "error",
  108. "worker_name": "reserved_resource_worker-0@pulp2-nightly-pulp3-source-centos7.fluffy.example.com",
  109. "result": null,
  110. "error": {
  111. "code": "PLP0000",
  112. "data": {},
  113. "description": "Importer indicated a failed response",
  114. "sub_errors": []
  115. },
  116. "_id": {
  117. "$oid": "5f69ce4f2ac3de2ec510fc15"
  118. },
  119. "id": "5f69ce4f2ac3de2ec510fc15"
  120. }
  121.  
Add Comment
Please, Sign In to add comment