Project

General

Profile

Bug #31254 » pulp_error.txt

Carsten Menzel, 11/04/2020 08:30 AM

 
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: pulp: rq.worker:ERROR: Traceback (most recent call last):
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return self.cursor.execute(sql, params)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: psycopg2.errors.UniqueViolation: FEHLER: doppelter Schlüsselwert verletzt Unique-Constraint »rpm_package_pkgId_key«
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: DETAIL: Schlüssel »("pkgId")=(6573346016ae0cbf54cfcfc2e59552128fdafebe)« existiert bereits.
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: The above exception was the direct cause of the following exception:
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: Traceback (most recent call last):
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/content_stages.py", line 102, in run
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: d_content.content.save()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulpcore/app/models/base.py", line 115, in save
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return super().save(*args, **kwargs)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django_lifecycle/mixins.py", line 128, in save
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: save(*args, **kwargs)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/base.py", line 744, in save
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: force_update=force_update, update_fields=update_fields)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/base.py", line 782, in save_base
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: force_update, using, update_fields,
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/base.py", line 873, in _save_table
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/base.py", line 911, in _do_insert
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: using=using, raw=raw)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/manager.py", line 82, in manager_method
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return getattr(self.get_queryset(), name)(*args, **kwargs)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/query.py", line 1186, in _insert
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return query.get_compiler(using=using).execute_sql(return_id)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1377, in execute_sql
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: cursor.execute(sql, params)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/backends/utils.py", line 67, in execute
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/backends/utils.py", line 76, in _execute_with_wrappers
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return executor(sql, params, many, context)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return self.cursor.execute(sql, params)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/utils.py", line 89, in __exit__
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: raise dj_exc_value.with_traceback(traceback) from exc_value
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return self.cursor.execute(sql, params)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: django.db.utils.IntegrityError: FEHLER: doppelter Schlüsselwert verletzt Unique-Constraint »rpm_package_pkgId_key«
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: DETAIL: Schlüssel »("pkgId")=(6573346016ae0cbf54cfcfc2e59552128fdafebe)« existiert bereits.
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: During handling of the above exception, another exception occurred:
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: Traceback (most recent call last):
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/rq/worker.py", line 936, in perform_job
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: rv = job.perform()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/rq/job.py", line 684, in perform
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: self._result = self._execute()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/rq/job.py", line 690, in _execute
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return self.func(*self.args, **self.kwargs)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulp_rpm/app/tasks/synchronizing.py", line 266, in synchronize
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: dv.create()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/declarative_version.py", line 148, in create
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: loop.run_until_complete(pipeline)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib64/python3.6/asyncio/base_events.py", line 484, in run_until_complete
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return future.result()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/api.py", line 225, in create_pipeline
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: await asyncio.gather(*futures)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/api.py", line 43, in __call__
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: await self.run()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/content_stages.py", line 105, in run
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: d_content.content.q()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/manager.py", line 82, in manager_method
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return getattr(self.get_queryset(), name)(*args, **kwargs)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/query.py", line 408, in get
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: self.model._meta.object_name
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: pulp_rpm.app.models.package.Package.DoesNotExist: Package matching query does not exist.
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: Traceback (most recent call last):
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return self.cursor.execute(sql, params)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: psycopg2.errors.UniqueViolation: FEHLER: doppelter Schlüsselwert verletzt Unique-Constraint »rpm_package_pkgId_key«
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: DETAIL: Schlüssel »("pkgId")=(6573346016ae0cbf54cfcfc2e59552128fdafebe)« existiert bereits.
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: The above exception was the direct cause of the following exception:
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: Traceback (most recent call last):
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/content_stages.py", line 102, in run
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: d_content.content.save()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulpcore/app/models/base.py", line 115, in save
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return super().save(*args, **kwargs)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django_lifecycle/mixins.py", line 128, in save
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: save(*args, **kwargs)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/base.py", line 744, in save
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: force_update=force_update, update_fields=update_fields)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/base.py", line 782, in save_base
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: force_update, using, update_fields,
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/base.py", line 873, in _save_table
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/base.py", line 911, in _do_insert
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: using=using, raw=raw)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/manager.py", line 82, in manager_method
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return getattr(self.get_queryset(), name)(*args, **kwargs)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/query.py", line 1186, in _insert
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return query.get_compiler(using=using).execute_sql(return_id)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1377, in execute_sql
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: cursor.execute(sql, params)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/backends/utils.py", line 67, in execute
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/backends/utils.py", line 76, in _execute_with_wrappers
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return executor(sql, params, many, context)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return self.cursor.execute(sql, params)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/utils.py", line 89, in __exit__
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: raise dj_exc_value.with_traceback(traceback) from exc_value
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return self.cursor.execute(sql, params)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: django.db.utils.IntegrityError: FEHLER: doppelter Schlüsselwert verletzt Unique-Constraint »rpm_package_pkgId_key«
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: DETAIL: Schlüssel »("pkgId")=(6573346016ae0cbf54cfcfc2e59552128fdafebe)« existiert bereits.
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: During handling of the above exception, another exception occurred:
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: Traceback (most recent call last):
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/rq/worker.py", line 936, in perform_job
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: rv = job.perform()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/rq/job.py", line 684, in perform
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: self._result = self._execute()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/rq/job.py", line 690, in _execute
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return self.func(*self.args, **self.kwargs)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulp_rpm/app/tasks/synchronizing.py", line 266, in synchronize
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: dv.create()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/declarative_version.py", line 148, in create
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: loop.run_until_complete(pipeline)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib64/python3.6/asyncio/base_events.py", line 484, in run_until_complete
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return future.result()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/api.py", line 225, in create_pipeline
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: await asyncio.gather(*futures)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/api.py", line 43, in __call__
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: await self.run()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/pulpcore/plugin/stages/content_stages.py", line 105, in run
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: d_content.content.q()
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/manager.py", line 82, in manager_method
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: return getattr(self.get_queryset(), name)(*args, **kwargs)
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: File "/usr/lib/python3.6/site-packages/django/db/models/query.py", line 408, in get
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: self.model._meta.object_name
Nov 04 09:09:12 b001cvs001388 pulpcore-worker-8[12707]: pulp_rpm.app.models.package.Package.DoesNotExist: Package matching query does not exist.
(2-2/3)