Advertisement
Guest User

Untitled

a guest
Jul 20th, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.75 KB | None | 0 0
  1. Actions::Pulp3::ContentMigration
  2. Input:
  3. {"services_checked"=>["pulp3"],
  4. "smart_proxy_id"=>1,
  5. "remote_user"=>"admin",
  6. "remote_cp_user"=>"admin",
  7. "current_request_id"=>nil,
  8. "current_timezone"=>"UTC",
  9. "current_user_id"=>3,
  10. "current_organization_id"=>nil,
  11. "current_location_id"=>nil}
  12. Output:
  13. {"pulp_tasks"=>
  14. [{"pulp_href"=>"/pulp/api/v3/tasks/af6b799b-286c-4834-a9a1-bd5b431e5399/",
  15. "pulp_created"=>"2021-07-20T08:55:05.667+00:00",
  16. "state"=>"failed",
  17. "name"=>"pulp_2to3_migration.app.tasks.migrate.migrate_from_pulp2",
  18. "started_at"=>"2021-07-20T08:55:05.819+00:00",
  19. "finished_at"=>"2021-07-20T09:15:26.007+00:00",
  20. "error"=>
  21. {"traceback"=>
  22. " File \"/usr/lib/python3.6/site-packages/rq/worker.py\", line 936, in perform_job\n" +
  23. " rv = job.perform()\n" +
  24. " File \"/usr/lib/python3.6/site-packages/rq/job.py\", line 684, in perform\n" +
  25. " self._result = self._execute()\n" +
  26. " File \"/usr/lib/python3.6/site-packages/rq/job.py\", line 690, in _execute\n" +
  27. " return self.func(*self.args, **self.kwargs)\n" +
  28. " File \"/usr/lib/python3.6/site-packages/pulp_2to3_migration/app/tasks/migrate.py\", line 80, in migrate_from_pulp2\n" +
  29. " migrate_importers(plan)\n" +
  30. " File \"/usr/lib/python3.6/site-packages/pulp_2to3_migration/app/migration.py\", line 141, in migrate_importers\n" +
  31. " remote, created = importer_migrator.migrate_to_pulp3(pulp2importer)\n" +
  32. " File \"/usr/lib/python3.6/site-packages/pulp_2to3_migration/app/plugin/deb/repository.py\", line 43, in migrate_to_pulp3\n" +
  33. " return AptRemote.objects.update_or_create(name=name, defaults=base_config)\n" +
  34. " File \"/usr/lib/python3.6/site-packages/django/db/models/manager.py\", line 82, in manager_method\n" +
  35. " return getattr(self.get_queryset(), name)(*args, **kwargs)\n" +
  36. " File \"/usr/lib/python3.6/site-packages/django/db/models/query.py\", line 554, in update_or_create\n" +
  37. " obj = self.select_for_update().get(**kwargs)\n" +
  38. " File \"/usr/lib/python3.6/site-packages/django/db/models/query.py\", line 402, in get\n" +
  39. " num = len(clone)\n" +
  40. " File \"/usr/lib/python3.6/site-packages/django/db/models/query.py\", line 256, in __len__\n" +
  41. " self._fetch_all()\n" +
  42. " File \"/usr/lib/python3.6/site-packages/django/db/models/query.py\", line 1242, in _fetch_all\n" +
  43. " self._result_cache = list(self._iterable_class(self))\n" +
  44. " File \"/usr/lib/python3.6/site-packages/django/db/models/query.py\", line 55, in __iter__\n" +
  45. " results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)\n" +
  46. " File \"/usr/lib/python3.6/site-packages/django/db/models/sql/compiler.py\", line 1142, in execute_sql\n" +
  47. " cursor.execute(sql, params)\n" +
  48. " File \"/usr/lib/python3.6/site-packages/django/db/backends/utils.py\", line 67, in execute\n" +
  49. " return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)\n" +
  50. " File \"/usr/lib/python3.6/site-packages/django/db/backends/utils.py\", line 76, in _execute_with_wrappers\n" +
  51. " return executor(sql, params, many, context)\n" +
  52. " File \"/usr/lib/python3.6/site-packages/django/db/backends/utils.py\", line 84, in _execute\n" +
  53. " return self.cursor.execute(sql, params)\n" +
  54. " File \"/usr/lib/python3.6/site-packages/django/db/utils.py\", line 89, in __exit__\n" +
  55. " raise dj_exc_value.with_traceback(traceback) from exc_value\n" +
  56. " File \"/usr/lib/python3.6/site-packages/django/db/backends/utils.py\", line 84, in _execute\n" +
  57. " return self.cursor.execute(sql, params)\n",
  58. "description"=>
  59. "column deb_aptremote.ignore_missing_package_indices does not exist\n" +
  60. "LINE 1: ...mote\".\"sync_installer\", \"deb_aptremote\".\"gpgkey\", \"deb_aptre...\n" +
  61. " ^\n"},
  62. "worker"=>"/pulp/api/v3/workers/42342d94-a63a-49d2-9731-5531bc07fedb/",
  63. "child_tasks"=>[],
  64. "task_group"=>
  65. "/pulp/api/v3/task-groups/8673df05-5cb4-432c-8d18-11b3d21a5f4c/",
  66. "progress_reports"=>
  67. [{"message"=>"Processing Pulp 2 repositories, importers, distributors",
  68. "code"=>"processing.repositories",
  69. "state"=>"completed",
  70. "total"=>7,
  71. "done"=>7},
  72. {"message"=>"Pre-migrating Pulp 2 deb content (general info)",
  73. "code"=>"premigrating.content.general",
  74. "state"=>"completed",
  75. "total"=>0,
  76. "done"=>0},
  77. {"message"=>"Pre-migrating Pulp 2 deb content (detail info)",
  78. "code"=>"premigrating.content.detail",
  79. "state"=>"completed",
  80. "total"=>0,
  81. "done"=>0},
  82. {"message"=>"Pre-migrating Pulp 2 deb_release content (general info)",
  83. "code"=>"premigrating.content.general",
  84. "state"=>"completed",
  85. "total"=>0,
  86. "done"=>0},
  87. {"message"=>"Pre-migrating Pulp 2 deb_release content (detail info)",
  88. "code"=>"premigrating.content.detail",
  89. "state"=>"completed",
  90. "total"=>0,
  91. "done"=>0},
  92. {"message"=>"Pre-migrating Pulp 2 deb_component content (general info)",
  93. "code"=>"premigrating.content.general",
  94. "state"=>"completed",
  95. "total"=>0,
  96. "done"=>0},
  97. {"message"=>"Pre-migrating Pulp 2 deb_component content (detail info)",
  98. "code"=>"premigrating.content.detail",
  99. "state"=>"completed",
  100. "total"=>0,
  101. "done"=>0},
  102. {"message"=>"Pre-migrating Pulp 2 rpm content (general info)",
  103. "code"=>"premigrating.content.general",
  104. "state"=>"completed",
  105. "total"=>154834,
  106. "done"=>154834},
  107. {"message"=>"Pre-migrating Pulp 2 rpm content (detail info)",
  108. "code"=>"premigrating.content.detail",
  109. "state"=>"completed",
  110. "total"=>154834,
  111. "done"=>154834},
  112. {"message"=>"Pre-migrating Pulp 2 distribution content (general info)",
  113. "code"=>"premigrating.content.general",
  114. "state"=>"completed",
  115. "total"=>5,
  116. "done"=>5},
  117. {"message"=>"Pre-migrating Pulp 2 distribution content (detail info)",
  118. "code"=>"premigrating.content.detail",
  119. "state"=>"completed",
  120. "total"=>5,
  121. "done"=>5},
  122. {"message"=>"Pre-migrating Pulp 2 srpm content (general info)",
  123. "code"=>"premigrating.content.general",
  124. "state"=>"completed",
  125. "total"=>4627,
  126. "done"=>4627},
  127. {"message"=>"Pre-migrating Pulp 2 srpm content (detail info)",
  128. "code"=>"premigrating.content.detail",
  129. "state"=>"completed",
  130. "total"=>4627,
  131. "done"=>4627},
  132. {"message"=>"Pre-migrating Pulp 2 erratum content (general info)",
  133. "code"=>"premigrating.content.general",
  134. "state"=>"completed",
  135. "total"=>159242,
  136. "done"=>159242},
  137. {"message"=>"Pre-migrating Pulp 2 erratum content (detail info)",
  138. "code"=>"premigrating.content.detail",
  139. "state"=>"completed",
  140. "total"=>159242,
  141. "done"=>159242},
  142. {"message"=>
  143. "Pre-migrating Pulp 2 yum_repo_metadata_file content (general info)",
  144. "code"=>"premigrating.content.general",
  145. "state"=>"completed",
  146. "total"=>49,
  147. "done"=>49},
  148. {"message"=>
  149. "Pre-migrating Pulp 2 yum_repo_metadata_file content (detail info)",
  150. "code"=>"premigrating.content.detail",
  151. "state"=>"completed",
  152. "total"=>49,
  153. "done"=>49},
  154. {"message"=>"Creating repositories in Pulp 3",
  155. "code"=>"creating.repositories",
  156. "state"=>"completed",
  157. "total"=>113,
  158. "done"=>113},
  159. {"message"=>
  160. "Pre-migrating Pulp 2 modulemd_defaults content (general info)",
  161. "code"=>"premigrating.content.general",
  162. "state"=>"completed",
  163. "total"=>536,
  164. "done"=>536},
  165. {"message"=>
  166. "Pre-migrating Pulp 2 modulemd_defaults content (detail info)",
  167. "code"=>"premigrating.content.detail",
  168. "state"=>"completed",
  169. "total"=>536,
  170. "done"=>536},
  171. {"message"=>"Migrating importers to Pulp 3",
  172. "code"=>"migrating.importers",
  173. "state"=>"failed",
  174. "total"=>50,
  175. "done"=>0},
  176. {"message"=>
  177. "Pre-migrating Pulp 2 package_langpacks content (general info)",
  178. "code"=>"premigrating.content.general",
  179. "state"=>"completed",
  180. "total"=>11,
  181. "done"=>11},
  182. {"message"=>
  183. "Pre-migrating Pulp 2 package_langpacks content (detail info)",
  184. "code"=>"premigrating.content.detail",
  185. "state"=>"completed",
  186. "total"=>11,
  187. "done"=>11},
  188. {"message"=>
  189. "Pre-migrating Pulp 2 package_environment content (general info)",
  190. "code"=>"premigrating.content.general",
  191. "state"=>"completed",
  192. "total"=>252,
  193. "done"=>252},
  194. {"message"=>"Pre-migrating Pulp 2 package_group content (general info)",
  195. "code"=>"premigrating.content.general",
  196. "state"=>"completed",
  197. "total"=>2882,
  198. "done"=>2882},
  199. {"message"=>"Pre-migrating Pulp 2 modulemd content (general info)",
  200. "code"=>"premigrating.content.general",
  201. "state"=>"completed",
  202. "total"=>383,
  203. "done"=>383},
  204. {"message"=>"Pre-migrating Pulp 2 modulemd content (detail info)",
  205. "code"=>"premigrating.content.detail",
  206. "state"=>"completed",
  207. "total"=>383,
  208. "done"=>383},
  209. {"message"=>"Pre-migrating Pulp 2 package_group content (detail info)",
  210. "code"=>"premigrating.content.detail",
  211. "state"=>"completed",
  212. "total"=>2882,
  213. "done"=>2882},
  214. {"message"=>
  215. "Pre-migrating Pulp 2 package_environment content (detail info)",
  216. "code"=>"premigrating.content.detail",
  217. "state"=>"completed",
  218. "total"=>252,
  219. "done"=>252},
  220. {"message"=>
  221. "Pre-migrating Pulp 2 package_category content (general info)",
  222. "code"=>"premigrating.content.general",
  223. "state"=>"completed",
  224. "total"=>128,
  225. "done"=>128},
  226. {"message"=>
  227. "Pre-migrating Pulp 2 package_category content (detail info)",
  228. "code"=>"premigrating.content.detail",
  229. "state"=>"completed",
  230. "total"=>128,
  231. "done"=>128}],
  232. "created_resources"=>
  233. ["/pulp/api/v3/task-groups/8673df05-5cb4-432c-8d18-11b3d21a5f4c/"],
  234. "reserved_resources_record"=>["pulp_2to3_migration"]}],
  235. "task_groups"=>
  236. [{"pulp_href"=>
  237. "/pulp/api/v3/task-groups/8673df05-5cb4-432c-8d18-11b3d21a5f4c/",
  238. "description"=>"Migration Sub-tasks",
  239. "all_tasks_dispatched"=>false,
  240. "waiting"=>0,
  241. "skipped"=>0,
  242. "running"=>0,
  243. "completed"=>0,
  244. "canceled"=>0,
  245. "failed"=>1,
  246. "group_progress_reports"=>
  247. [{"message"=>"Repo version creation",
  248. "code"=>"create.repo_version",
  249. "total"=>0,
  250. "done"=>0},
  251. {"message"=>"Distribution creation",
  252. "code"=>"create.distribution",
  253. "total"=>0,
  254. "done"=>0}]}],
  255. "poll_attempts"=>{"total"=>96, "failed"=>1}}
  256. Exception:
  257. Katello::Errors::Pulp3Error: column deb_aptremote.ignore_missing_package_indices does not exist
  258. LINE 1: ...mote"."sync_installer", "deb_aptremote"."gpgkey", "deb_aptre...
  259. ^
  260. Backtrace:
  261. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.18.4/app/lib/actions/pulp3/abstract_async_task.rb:102:in `block in check_for_errors'
  262. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.18.4/app/lib/actions/pulp3/abstract_async_task.rb:100:in `each'
  263. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.18.4/app/lib/actions/pulp3/abstract_async_task.rb:100:in `check_for_errors'
  264. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.18.4/app/lib/actions/pulp3/abstract_async_task.rb:133:in `poll_external_task'
  265. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action/polling.rb:100:in `poll_external_task_with_rescue'
  266. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action/polling.rb:22:in `run'
  267. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action/cancellable.rb:14:in `run'
  268. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.18.4/app/lib/actions/pulp3/abstract_async_task.rb:10:in `run'
  269. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action.rb:571:in `block (3 levels) in execute_run'
  270. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:27:in `pass'
  271. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware.rb:19:in `pass'
  272. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware.rb:32:in `run'
  273. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:23:in `call'
  274. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:27:in `pass'
  275. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware.rb:19:in `pass'
  276. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.18.4/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
  277. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.18.4/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
  278. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.18.4/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
  279. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.18.4/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
  280. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.18.4/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
  281. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.18.4/app/lib/actions/middleware/remote_action.rb:16:in `run'
  282. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:23:in `call'
  283. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:27:in `pass'
  284. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware.rb:19:in `pass'
  285. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
  286. /opt/theforeman/tfm/root/usr/share/gems/gems/activesupport-6.0.3.4/lib/active_support/execution_wrapper.rb:88:in `wrap'
  287. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
  288. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:23:in `call'
  289. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:27:in `pass'
  290. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware.rb:19:in `pass'
  291. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action/progress.rb:31:in `with_progress_calculation'
  292. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action/progress.rb:17:in `run'
  293. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:23:in `call'
  294. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:27:in `pass'
  295. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware.rb:19:in `pass'
  296. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/keep_current_request_id.rb:15:in `block in run'
  297. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/keep_current_request_id.rb:49:in `restore_current_request_id'
  298. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/keep_current_request_id.rb:15:in `run'
  299. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:23:in `call'
  300. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:27:in `pass'
  301. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware.rb:19:in `pass'
  302. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/keep_current_timezone.rb:15:in `block in run'
  303. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/keep_current_timezone.rb:44:in `restore_curent_timezone'
  304. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/keep_current_timezone.rb:15:in `run'
  305. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:23:in `call'
  306. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:27:in `pass'
  307. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware.rb:19:in `pass'
  308. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/keep_current_user.rb:15:in `block in run'
  309. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/keep_current_user.rb:44:in `restore_curent_user'
  310. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/keep_current_user.rb:15:in `run'
  311. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:23:in `call'
  312. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:27:in `pass'
  313. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware.rb:19:in `pass'
  314. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/keep_current_taxonomies.rb:15:in `block in run'
  315. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/keep_current_taxonomies.rb:45:in `restore_current_taxonomies'
  316. /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-3.0.6/app/lib/actions/middleware/keep_current_taxonomies.rb:15:in `run'
  317. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:23:in `call'
  318. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:27:in `pass'
  319. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware.rb:19:in `pass'
  320. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware.rb:32:in `run'
  321. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/stack.rb:23:in `call'
  322. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/middleware/world.rb:31:in `execute'
  323. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action.rb:570:in `block (2 levels) in execute_run'
  324. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action.rb:569:in `catch'
  325. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action.rb:569:in `block in execute_run'
  326. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action.rb:472:in `block in with_error_handling'
  327. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action.rb:472:in `catch'
  328. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action.rb:472:in `with_error_handling'
  329. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action.rb:564:in `execute_run'
  330. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/action.rb:285:in `execute'
  331. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:18:in `block (2 levels) in execute'
  332. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/execution_plan/steps/abstract.rb:167:in `with_meta_calculation'
  333. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:17:in `block in execute'
  334. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:32:in `open_action'
  335. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:16:in `execute'
  336. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/director.rb:93:in `execute'
  337. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/executors/sidekiq/worker_jobs.rb:11:in `block (2 levels) in perform'
  338. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/executors.rb:18:in `run_user_code'
  339. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/executors/sidekiq/worker_jobs.rb:9:in `block in perform'
  340. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/executors/sidekiq/worker_jobs.rb:25:in `with_telemetry'
  341. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/executors/sidekiq/worker_jobs.rb:8:in `perform'
  342. /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.4.8/lib/dynflow/executors/sidekiq/serialization.rb:27:in `perform'
  343. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:192:in `execute_job'
  344. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:165:in `block (2 levels) in process'
  345. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/middleware/chain.rb:128:in `block in invoke'
  346. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/middleware/chain.rb:133:in `invoke'
  347. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:164:in `block in process'
  348. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:137:in `block (6 levels) in dispatch'
  349. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/job_retry.rb:109:in `local'
  350. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:136:in `block (5 levels) in dispatch'
  351. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq.rb:37:in `block in <module:Sidekiq>'
  352. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:132:in `block (4 levels) in dispatch'
  353. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:250:in `stats'
  354. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:127:in `block (3 levels) in dispatch'
  355. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/job_logger.rb:8:in `call'
  356. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:126:in `block (2 levels) in dispatch'
  357. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/job_retry.rb:74:in `global'
  358. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:125:in `block in dispatch'
  359. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/logging.rb:48:in `with_context'
  360. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/logging.rb:42:in `with_job_hash_context'
  361. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:124:in `dispatch'
  362. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:163:in `process'
  363. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:83:in `process_one'
  364. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/processor.rb:71:in `run'
  365. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/util.rb:16:in `watchdog'
  366. /opt/theforeman/tfm/root/usr/share/gems/gems/sidekiq-5.2.7/lib/sidekiq/util.rb:25:in `block in safe_thread'
  367. /opt/theforeman/tfm/root/usr/share/gems/gems/logging-2.3.0/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
  368. Action:
  369. Actions::Pulp3::ImportMigration
  370. Input:
  371. {"reimport_all"=>false,
  372. "dependency"=>Step(2).output,
  373. "remote_user"=>"admin",
  374. "remote_cp_user"=>"admin",
  375. "current_request_id"=>nil,
  376. "current_timezone"=>"UTC",
  377. "current_user_id"=>3,
  378. "current_organization_id"=>nil,
  379. "current_location_id"=>nil}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement