Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1447030 Details for
Bug 1585407
NotUniqueError: Update failed (E11000 duplicate key error collection: pulp_database.task_status index: task_id_-1 dup key:
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
"Errors" tab of the failed publish task
file_1585407.txt (text/plain), 16.14 KB, created by
Jan Hutař
on 2018-06-02 13:42:00 UTC
(
hide
)
Description:
"Errors" tab of the failed publish task
Filename:
MIME Type:
Creator:
Jan Hutař
Created:
2018-06-02 13:42:00 UTC
Size:
16.14 KB
patch
obsolete
> >Action: > >Actions::Pulp::Repository::DistributorPublish > >Input: > >{"pulp_id"=>"1-CV5-Library-puppet-3865773e-af53-432a-92c7-ce8566c0833c", > "distributor_type_id"=>"puppet_install_distributor", > "source_pulp_id"=>nil, > "override_config"=>{}, > "dependency"=>nil, > "matching_content"=>nil, > "remote_user"=>"admin", > "remote_cp_user"=>"admin"} > >Output: > >{"pulp_tasks"=> > [{"exception"=>nil, > "task_type"=>"pulp.server.managers.repo.publish.publish", > "_href"=>"/pulp/api/v2/tasks/42a84db7-0f40-4770-929a-eec892593f65/", > "task_id"=>"42a84db7-0f40-4770-929a-eec892593f65", > "tags"=> > ["pulp:repository:1-CV5-Library-puppet-3865773e-af53-432a-92c7-ce8566c0833c", > "pulp:action:publish"], > "finish_time"=>"2018-06-02T00:40:53Z", > "_ns"=>"task_status", > "start_time"=>"2018-06-02T00:39:06Z", > "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 529, in __call__\n" + > " return super(Task, self).__call__(*args, **kwargs)\n" + > " File \"/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py\", line 107, 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 1109, in publish\n" + > " result = check_publish(repo_obj, dist_id, dist_inst, transfer_repo, conduit, call_config)\n" + > " File \"/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py\", line 1206, in check_publish\n" + > " result = _do_publish(repo_obj, dist_id, dist_inst, transfer_repo, conduit, call_config)\n" + > " File \"/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py\", line 1264, in _do_publish\n" + > " distributor_id=dist_id, summary=publish_report.summary\n" + > "PulpCodedException: The distributor 1-CV5-Library-puppet-3865773e-af53-432a-92c7-ce8566c0833c indicated a failed response when publishing repository 1-CV5-Library-puppet-3865773e-af53-432a-92c7-ce8566c0833c.\n", > "spawned_tasks"=>[], > "progress_report"=>{}, > "queue"=>"reserved_resource_worker-1@sat640snap5.example.com.dq2", > "state"=>"error", > "worker_name"=>"reserved_resource_worker-1@sat640snap5.example.com", > "result"=>nil, > "error"=> > {"code"=>"PLP0034", > "data"=> > {"distributor_id"=> > "1-CV5-Library-puppet-3865773e-af53-432a-92c7-ce8566c0833c", > "repo_id"=>"1-CV5-Library-puppet-3865773e-af53-432a-92c7-ce8566c0833c", > "summary"=>"failed publishing units"}, > "description"=> > "The distributor 1-CV5-Library-puppet-3865773e-af53-432a-92c7-ce8566c0833c indicated a failed response when publishing repository 1-CV5-Library-puppet-3865773e-af53-432a-92c7-ce8566c0833c.", > "sub_errors"=>[]}, > "_id"=>{"$oid"=>"5b11e72ac41c1f1548cc6c7c"}, > "id"=>"5b11e72ac41c1f1548cc6c7c"}], > "poll_attempts"=>{"total"=>27, "failed"=>1}} > >Exception: > >Katello::Errors::PulpError: PLP0034: The distributor 1-CV5-Library-puppet-3865773e-af53-432a-92c7-ce8566c0833c indicated a failed response when publishing repository 1-CV5-Library-puppet-3865773e-af53-432a-92c7-ce8566c0833c. > >Backtrace: > >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/pulp/abstract_async_task.rb:121:in `block in external_task=' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/pulp/abstract_async_task.rb:119:in `each' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/pulp/abstract_async_task.rb:119:in `external_task=' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action/polling.rb:98:in `poll_external_task_with_rescue' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action/polling.rb:21:in `run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action/cancellable.rb:13:in `run' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/pulp/abstract_async_task.rb:45:in `run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action.rb:538:in `block (3 levels) in execute_run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:26:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware.rb:18:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/middleware/skip_if_matching_content.rb:5:in `run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:22:in `call' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:26:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware.rb:18:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware.rb:31:in `run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:22:in `call' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:26:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware.rb:18:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/middleware/remote_action.rb:16:in `block in run' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/models/katello/concerns/user_extensions.rb:21:in `cp_config' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/middleware/remote_action.rb:16:in `run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:22:in `call' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:26:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware.rb:18:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.1/app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/activesupport-5.1.4/lib/active_support/execution_wrapper.rb:85:in `wrap' >/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.1/app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:22:in `call' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:26:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware.rb:18:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action/progress.rb:30:in `with_progress_calculation' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action/progress.rb:16:in `run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:22:in `call' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:26:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware.rb:18:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/middleware/keep_locale.rb:11:in `block in run' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/middleware/keep_locale.rb:22:in `with_locale' >/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.7.0.0.5/app/lib/actions/middleware/keep_locale.rb:11:in `run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:22:in `call' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:26:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware.rb:18:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.1/app/lib/actions/middleware/keep_current_user.rb:15:in `block in run' >/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.1/app/lib/actions/middleware/keep_current_user.rb:38:in `restore_curent_user' >/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.13.1/app/lib/actions/middleware/keep_current_user.rb:15:in `run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:22:in `call' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:26:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware.rb:18:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware.rb:31:in `run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/stack.rb:22:in `call' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/middleware/world.rb:30:in `execute' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action.rb:537:in `block (2 levels) in execute_run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action.rb:536:in `catch' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action.rb:536:in `block in execute_run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action.rb:451:in `block in with_error_handling' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action.rb:451:in `catch' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action.rb:451:in `with_error_handling' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action.rb:531:in `execute_run' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/action.rb:278:in `execute' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:17:in `block (2 levels) in execute' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/execution_plan/steps/abstract.rb:162:in `with_meta_calculation' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:16:in `block in execute' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:30:in `open_action' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:15:in `execute' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/director.rb:56:in `execute' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/executors/parallel/worker.rb:12:in `block in on_message' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/executors.rb:12:in `run_user_code' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/executors/parallel/worker.rb:11:in `on_message' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/context.rb:46:in `on_envelope' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/executes_context.rb:7:in `on_envelope' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.0.3/lib/dynflow/actor.rb:26:in `on_envelope' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/awaits.rb:15:in `on_envelope' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/sets_results.rb:14:in `on_envelope' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/buffer.rb:38:in `process_envelope' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/buffer.rb:31:in `process_envelopes?' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/buffer.rb:20:in `on_envelope' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/termination.rb:55:in `on_envelope' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/removes_child.rb:10:in `on_envelope' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/abstract.rb:25:in `pass' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/behaviour/sets_results.rb:14:in `on_envelope' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/core.rb:161:in `process_envelope' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/core.rb:95:in `block in on_envelope' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/core.rb:118:in `block (2 levels) in schedule_execution' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_lockable_object.rb:38:in `block in synchronize' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_lockable_object.rb:38:in `synchronize' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/concurrent-ruby-1.0.5/lib/concurrent/synchronization/mri_lockable_object.rb:38:in `synchronize' >/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.4/lib/concurrent/actor/core.rb:115:in `block in schedule_execution' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/serialized_execution.rb:18:in `call' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/serialized_execution.rb:96:in `work' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/serialized_execution.rb:77:in `block in call_job' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:348:in `run_task' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:337:in `block (3 levels) in create_worker' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `loop' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in `block (2 levels) in create_worker' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `catch' >/opt/theforeman/tfm-ror51/root/usr/share/gems/gems/concurrent-ruby-1.0.5/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in `block in create_worker' >/opt/theforeman/tfm/root/usr/share/gems/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1585407
: 1447030 |
1447031