Started at: 2016-05-12 13:00:04 UTC
Ended at: 2016-05-12 13:04:28 UTC
Real time: 264.15s
Execution time (excluding suspended state): 16.52s
Input:
---
pulp_id: Verifone-Centos_7-7_Updates
task_id: 018c5de6-8122-4009-be42-43a13770f9ec
remote_user: admin
remote_cp_user: admin
locale: en
Output:
---
pulp_tasks:
- exception:
task_type: pulp.server.managers.repo.sync.sync
_href: "/pulp/api/v2/tasks/018c5de6-8122-4009-be42-43a13770f9ec/"
task_id: 018c5de6-8122-4009-be42-43a13770f9ec
tags:
- pulp:repository:Verifone-Centos_7-7_Updates
- pulp:action:sync
finish_time: '2016-05-12T13:00:03Z'
_ns: task_status
start_time: '2016-05-12T13:00:00Z'
traceback:
spawned_tasks:
- _href: "/pulp/api/v2/tasks/44cedec2-8ce2-46f3-b76d-906c0fa204ee/"
task_id: 44cedec2-8ce2-46f3-b76d-906c0fa204ee
- _href: "/pulp/api/v2/tasks/49f56bd7-14cb-4ce0-bcea-a12333042e4e/"
task_id: 49f56bd7-14cb-4ce0-bcea-a12333042e4e
progress_report:
yum_importer:
content:
size_total: 0
items_left: 0
items_total: 0
state: FINISHED
size_left: 0
details:
rpm_total: 0
rpm_done: 0
drpm_total: 0
drpm_done: 0
error_details: []
comps:
state: FINISHED
distribution:
items_total: 0
state: FINISHED
error_details: []
items_left: 0
errata:
state: FINISHED
metadata:
state: FINISHED
queue: reserved_resource_worker-5@nz2zsat01.pp.vficonnect.net.nz.dq
state: finished
worker_name: reserved_resource_worker-5@nz2zsat01.pp.vficonnect.net.nz
result:
importer_type_id: yum_importer
importer_id: yum_importer
exception:
repo_id: Verifone-Centos_7-7_Updates
removed_count: 0
started: '2016-05-12T13:00:00Z'
_ns: repo_sync_results
completed: '2016-05-12T13:00:03Z'
traceback:
summary:
content:
state: FINISHED
comps:
state: FINISHED
distribution:
state: FINISHED
errata:
state: FINISHED
metadata:
state: FINISHED
added_count: 0
error_message:
updated_count: 0
details:
content:
size_total: 0
items_left: 0
items_total: 0
state: FINISHED
size_left: 0
details:
rpm_total: 0
rpm_done: 0
drpm_total: 0
drpm_done: 0
error_details: []
comps:
state: FINISHED
distribution:
items_total: 0
state: FINISHED
error_details: []
items_left: 0
errata:
state: FINISHED
metadata:
state: FINISHED
id: 57347e5363a1031abfb35e7e
result: success
error:
_id:
"$oid": 57347e50420b11e84faedca9
id: 57347e5063a1031b148af6c4
- exception:
task_type: pulp.server.managers.repo.publish.publish
_href: "/pulp/api/v2/tasks/44cedec2-8ce2-46f3-b76d-906c0fa204ee/"
task_id: 44cedec2-8ce2-46f3-b76d-906c0fa204ee
tags:
- pulp:repository:Verifone-Centos_7-7_Updates
- pulp:action:publish
finish_time: '2016-05-12T13:02:42Z'
_ns: task_status
start_time: '2016-05-12T13:00:09Z'
traceback:
spawned_tasks: []
progress_report: {}
queue: reserved_resource_worker-5@nz2zsat01.pp.vficonnect.net.nz.dq
state: finished
worker_name: reserved_resource_worker-5@nz2zsat01.pp.vficonnect.net.nz
result:
exception:
repo_id: Verifone-Centos_7-7_Updates
started: '2016-05-12T13:00:10Z'
_ns: repo_publish_results
completed: '2016-05-12T13:02:42Z'
traceback:
distributor_type_id: nodes_http_distributor
summary: succeeded
error_message:
details:
unit_count: 2837
distributor_id: Verifone-Centos_7-7_Updates_nodes
id: 57347ef263a1031abfb35e85
result: success
error:
_id:
"$oid": 57347e53420b11e84faedcd1
id: 57347e5963a1031b148af8f6
- exception:
task_type: pulp.server.managers.repo.publish.publish
_href: "/pulp/api/v2/tasks/49f56bd7-14cb-4ce0-bcea-a12333042e4e/"
task_id: 49f56bd7-14cb-4ce0-bcea-a12333042e4e
tags:
- pulp:repository:Verifone-Centos_7-7_Updates
- pulp:action:publish
finish_time: '2016-05-12T13:04:16Z'
_ns: task_status
start_time: '2016-05-12T13:02:42Z'
traceback: |
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
R = retval = fun(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 328, in __call__
return super(Task, self).__call__(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 437, in __protected_call__
return self.run(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pulp/server/managers/repo/publish.py", line 99, in publish
transfer_repo, conduit, call_config)
File "/usr/lib/python2.7/site-packages/pulp/server/managers/repo/publish.py", line 127, in _do_publish
publish_report = publish_repo(transfer_repo, conduit, call_config)
File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 483, in wrap_f
return f(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/distributors/yum/distributor.py", line 174, in publish_repo
return self._publisher.publish()
File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 558, in publish
return self.process_lifecycle()
File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 503, in process_lifecycle
super(PluginStep, self).process_lifecycle()
File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 127, in process_lifecycle
step.process()
File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 204, in process
self._process_block()
File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 246, in _process_block
self.process_main()
File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 863, in process_main
shutil.copytree(self.source_dir, self.target_dir, symlinks=self.preserve_symlinks)
File "/usr/lib64/python2.7/shutil.py", line 208, in copytree
raise Error, errors
Error: [(u'/var/lib/pulp/published/yum/master/yum_distributor/Verifone-Centos_7-7_Updates/1462971853.8/fence-sanlock-3.2.4-2.el7_2.x86_64.rpm', u'/var/lib/pulp/working/repos/Verifone-Centos_7-7_Updates/distributors/yum_distributor/fence-sanlock-3.2.4-2.el7_2.x86_64.rpm', '[Errno 28] No space left on device'), (u'/var/lib/pulp/published/yum/master/yum_distributor/Verifone-Centos_7-7_Updates/1462971853.8/initscripts-9.49.30-1.el7_2.2.x86_64.rpm', u'/var/lib/pulp/working/repos/Verifone-Centos_7-7_Updates/distributors/yum_distributor/initscripts-9.49.30-1.el7_2.2.x86_64.rpm', '[Errno 28] No space left on device'), (u'/var/lib/pulp/published/yum/master/yum_distributor/Verifone-Centos_7-7_Updates/1462971853.8/kdelibs-apidocs-4.14.8-5.el7_2.noarch.rpm', u'/var/lib/pulp/working/repos/Verifone-Centos_7-7_Updates/distributors/yum_distributor/kdelibs-apidocs-4.14.8-5.el7_2.noarch.rpm', '[Errno 28] No space left on device')]
spawned_tasks: []
progress_report:
Verifone-Centos_7-7_Updates:
- num_success: 0
description: Copying files
step_type: save_tar
items_total: 1
state: FAILED
error_details:
- traceback: |2
File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 204, in process
self._process_block()
File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 246, in _process_block
self.process_main()
File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 863, in process_main
shutil.copytree(self.source_dir, self.target_dir, symlinks=self.preserve_symlinks)
File "/usr/lib64/python2.7/shutil.py", line 208, in copytree
raise Error, errors
error: "[(u'/var/lib/pulp/published/yum/master/yum_distributor/Verifone-Centos_7-7_Updates/1462971853.8/fence-sanlock-3.2.4-2.el7_2.x86_64.rpm',
u'/var/lib/pulp/working/repos/Verifone-Centos_7-7_Updates/distributors/yum_distributor/fence-sanlock-3.2.4-2.el7_2.x86_64.rpm',
'[Errno 28] No space left on device'), (u'/var/lib/pulp/published/yum/master/yum_distributor/Verifone-Centos_7-7_Updates/1462971853.8/initscripts-9.49.30-1.el7_2.2.x86_64.rpm',
u'/var/lib/pulp/working/repos/Verifone-Centos_7-7_Updates/distributors/yum_distributor/initscripts-9.49.30-1.el7_2.2.x86_64.rpm',
'[Errno 28] No space left on device'), (u'/var/lib/pulp/published/yum/master/yum_distributor/Verifone-Centos_7-7_Updates/1462971853.8/kdelibs-apidocs-4.14.8-5.el7_2.noarch.rpm',
u'/var/lib/pulp/working/repos/Verifone-Centos_7-7_Updates/distributors/yum_distributor/kdelibs-apidocs-4.14.8-5.el7_2.noarch.rpm',
'[Errno 28] No space left on device')]"
details: ''
num_failures: 1
step_id: 8975efe8-700b-497a-b60d-e82336af8d45
num_processed: 1
- num_success: 0
description: Initializing repo metadata
step_type: initialize_repo_metadata
items_total: 1
state: NOT_STARTED
error_details: []
details: ''
num_failures: 0
step_id: 635de993-2814-4bd6-99f4-36f484b7ea0b
num_processed: 0
- num_success: 0
description: Publishing Distribution files
step_type: distribution
items_total: 1
state: NOT_STARTED
error_details: []
details: ''
num_failures: 0
step_id: d50f1235-5f5f-42bb-aa37-8cb64bff2033
num_processed: 0
- num_success: 0
description: Publishing RPMs
step_type: rpms
items_total: 1
state: NOT_STARTED
error_details: []
details: ''
num_failures: 0
step_id: 7a1a6465-e80e-47c1-8f84-eeae4dec44b0
num_processed: 0
- num_success: 0
description: Publishing Delta RPMs
step_type: drpms
items_total: 1
state: NOT_STARTED
error_details: []
details: ''
num_failures: 0
step_id: 4eeb58a0-1f19-4ac1-916d-9fc0e55e20ea
num_processed: 0
- num_success: 0
description: Publishing Errata
step_type: errata
items_total: 1
state: NOT_STARTED
error_details: []
details: ''
num_failures: 0
step_id: 4c17c5dd-b813-4cbd-9925-75930b024623
num_processed: 0
- num_success: 0
description: Publishing Comps file
step_type: comps
items_total: 1
state: NOT_STARTED
error_details: []
details: ''
num_failures: 0
step_id: 61aab5dd-92c5-45db-afca-4eddb61d9e51
num_processed: 0
- num_success: 0
description: Publishing Metadata.
step_type: metadata
items_total: 1
state: NOT_STARTED
error_details: []
details: ''
num_failures: 0
step_id: 8a74a8c6-ae72-42a7-abb6-19e843b8e6b8
num_processed: 0
- num_success: 0
description: Closing repo metadata
step_type: close_repo_metadata
items_total: 1
state: NOT_STARTED
error_details: []
details: ''
num_failures: 0
step_id: cd768027-15a4-4fe2-a804-e21d43563acb
num_processed: 0
- num_success: 0
description: Generating sqlite files
step_type: generate sqlite
items_total: 1
state: NOT_STARTED
error_details: []
details: ''
num_failures: 0
step_id: 64ba365a-136f-45f9-881e-e1267951666e
num_processed: 0
- num_success: 0
description: Publishing files to web
step_type: publish_directory
items_total: 1
state: NOT_STARTED
error_details: []
details: ''
num_failures: 0
step_id: 187cb2d2-751b-40e9-bdf4-9fef0ddce38b
num_processed: 0
- num_success: 0
description: Writing Listings File
step_type: initialize_repo_metadata
items_total: 1
state: NOT_STARTED
error_details: []
details: ''
num_failures: 0
step_id: 09d6e936-f453-4ad4-9001-72310756a170
num_processed: 0
- num_success: 0
description: Writing Listings File
step_type: initialize_repo_metadata
items_total: 1
state: NOT_STARTED
error_details: []
details: ''
num_failures: 0
step_id: 7e88dc3a-00b4-491b-9fa7-215f86fbb483
num_processed: 0
queue: reserved_resource_worker-5@nz2zsat01.pp.vficonnect.net.nz.dq
state: error
worker_name: reserved_resource_worker-5@nz2zsat01.pp.vficonnect.net.nz
result:
error:
code: PLP0000
data: {}
description: "[(u'/var/lib/pulp/published/yum/master/yum_distributor/Verifone-Centos_7-7_Updates/1462971853.8/fence-sanlock-3.2.4-2.el7_2.x86_64.rpm',
u'/var/lib/pulp/working/repos/Verifone-Centos_7-7_Updates/distributors/yum_distributor/fence-sanlock-3.2.4-2.el7_2.x86_64.rpm',
'[Errno 28] No space left on device'), (u'/var/lib/pulp/published/yum/master/yum_distributor/Verifone-Centos_7-7_Updates/1462971853.8/initscripts-9.49.30-1.el7_2.2.x86_64.rpm',
u'/var/lib/pulp/working/repos/Verifone-Centos_7-7_Updates/distributors/yum_distributor/initscripts-9.49.30-1.el7_2.2.x86_64.rpm',
'[Errno 28] No space left on device'), (u'/var/lib/pulp/published/yum/master/yum_distributor/Verifone-Centos_7-7_Updates/1462971853.8/kdelibs-apidocs-4.14.8-5.el7_2.noarch.rpm',
u'/var/lib/pulp/working/repos/Verifone-Centos_7-7_Updates/distributors/yum_distributor/kdelibs-apidocs-4.14.8-5.el7_2.noarch.rpm',
'[Errno 28] No space left on device')]"
sub_errors: []
_id:
"$oid": 57347e53420b11e84faedcd2
id: 57347e5963a1031b148af8fa
poll_attempts:
total: 34
failed: 0
Error:
Katello::Errors::PulpError
PLP0000: [(u'/var/lib/pulp/published/yum/master/yum_distributor/Verifone-Centos_7-7_Updates/1462971853.8/fence-sanlock-3.2.4-2.el7_2.x86_64.rpm', u'/var/lib/pulp/working/repos/Verifone-Centos_7-7_Updates/distributors/yum_distributor/fence-sanlock-3.2.4-2.el7_2.x86_64.rpm', '[Errno 28] No space left on device'), (u'/var/lib/pulp/published/yum/master/yum_distributor/Verifone-Centos_7-7_Updates/1462971853.8/initscripts-9.49.30-1.el7_2.2.x86_64.rpm', u'/var/lib/pulp/working/repos/Verifone-Centos_7-7_Updates/distributors/yum_distributor/initscripts-9.49.30-1.el7_2.2.x86_64.rpm', '[Errno 28] No space left on device'), (u'/var/lib/pulp/published/yum/master/yum_distributor/Verifone-Centos_7-7_Updates/1462971853.8/kdelibs-apidocs-4.14.8-5.el7_2.noarch.rpm', u'/var/lib/pulp/working/repos/Verifone-Centos_7-7_Updates/distributors/yum_distributor/kdelibs-apidocs-4.14.8-5.el7_2.noarch.rpm', '[Errno 28] No space left on device')]
---
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/pulp/abstract_async_task.rb:71:in
`block in done?'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/pulp/abstract_async_task.rb:69:in
`each'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/pulp/abstract_async_task.rb:69:in
`done?'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action/polling.rb:28:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action/cancellable.rb:9:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/pulp/abstract_async_task.rb:45:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action.rb:506:in
`block (3 levels) in execute_run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware/stack.rb:26:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware/stack.rb:26:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware.rb:17:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware.rb:30:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware/stack.rb:22:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware/stack.rb:26:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware.rb:17:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/middleware/remote_action.rb:16:in
`block in run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/middleware/remote_action.rb:46:in
`block (2 levels) in as_remote_user'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/katello/util/thread_session.rb:72:in
`pulp_config'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/middleware/remote_action.rb:32:in
`as_pulp_user'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/middleware/remote_action.rb:45:in
`block in as_remote_user'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/katello/util/thread_session.rb:79:in
`cp_config'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/middleware/remote_action.rb:27:in
`as_cp_user'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/middleware/remote_action.rb:44:in
`as_remote_user'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/middleware/remote_action.rb:16:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware/stack.rb:22:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware/stack.rb:26:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware.rb:17:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action/progress.rb:30:in
`with_progress_calculation'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action/progress.rb:16:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware/stack.rb:22:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware/stack.rb:26:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware.rb:17:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/middleware/keep_locale.rb:11:in
`block in run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/middleware/keep_locale.rb:22:in
`with_locale'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-2.4.1/app/lib/actions/middleware/keep_locale.rb:11:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware/stack.rb:22:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware/stack.rb:26:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware.rb:17:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware.rb:30:in
`run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware/stack.rb:22:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/middleware/world.rb:30:in
`execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action.rb:505:in
`block (2 levels) in execute_run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action.rb:504:in
`catch'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action.rb:504:in
`block in execute_run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action.rb:419:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action.rb:419:in
`block in with_error_handling'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action.rb:419:in
`catch'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action.rb:419:in
`with_error_handling'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action.rb:499:in
`execute_run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/action.rb:260:in
`execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:9:in
`block (2 levels) in execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/execution_plan/steps/abstract.rb:155:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/execution_plan/steps/abstract.rb:155:in
`with_meta_calculation'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:8:in
`block in execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:22:in
`open_action'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:7:in
`execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/executors/parallel/worker.rb:15:in
`block in on_message'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matchers/abstract.rb:74:in
`block in assigns'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matchers/abstract.rb:73:in
`tap'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matchers/abstract.rb:73:in
`assigns'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:56:in
`match_value'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:36:in
`block in match?'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:35:in
`each'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:35:in
`match?'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/algebrick-0.7.3/lib/algebrick/matching.rb:23:in
`match'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/executors/parallel/worker.rb:12:in
`on_message'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/context.rb:46:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/executes_context.rb:7:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-0.8.10/lib/dynflow/actor.rb:26:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/awaits.rb:15:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/sets_results.rb:14:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/buffer.rb:38:in
`process_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/buffer.rb:31:in
`process_envelopes?'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/buffer.rb:20:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/termination.rb:55:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/removes_child.rb:10:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/abstract.rb:25:in
`pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/behaviour/sets_results.rb:14:in
`on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/core.rb:161:in
`process_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/core.rb:95:in
`block in on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/core.rb:118:in
`block (2 levels) in schedule_execution'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/synchronization/mri_lockable_object.rb:62:in
`block in synchronize'"
- "/opt/rh/ruby193/root/usr/share/ruby/monitor.rb:211:in `mon_synchronize'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/synchronization/mri_lockable_object.rb:62:in
`synchronize'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.2.0/lib/concurrent/actor/core.rb:115:in
`block in schedule_execution'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/serialized_execution.rb:18:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/serialized_execution.rb:18:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/serialized_execution.rb:96:in
`work'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/serialized_execution.rb:77:in
`block in call_job'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:333:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:333:in
`run_task'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:322:in
`block (3 levels) in create_worker'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:305:in
`loop'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:305:in
`block (2 levels) in create_worker'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:304:in
`catch'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-1.0.0/lib/concurrent/executor/ruby_thread_pool_executor.rb:304:in
`block in create_worker'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in
`call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in
`block in create_with_logging_context'"