Id: d9d21153-4eee-41b5-aecf-27521454d603

Label: Actions::Katello::Repository::Sync

Status: stopped

Result: warning

Started at: 2020-05-16 00:01:30 UTC

Ended at: 2020-05-16 00:37:57 UTC

3: Actions::Pulp::Repository::Sync (skipped) [ 1961.56s / 26.79s ]

Started at: 2020-05-16 00:01:33 UTC

Ended at: 2020-05-16 00:34:15 UTC

Real time: 1961.56s

Execution time (excluding suspended state): 26.79s

Input:

---
pulp_id: 68eff69d-b092-491d-83db-47fd7cc23713
task_id: 
source_url: 
options: {}
remote_user: admin
remote_cp_user: admin
locale: en
current_request_id: 
current_timezone: Berlin
current_user_id: 1
current_organization_id: 1
current_location_id: 

Output:

---
pulp_tasks:
- exception: 
  task_type: pulp.server.managers.repo.sync.sync
  _href: "/pulp/api/v2/tasks/51c4220c-0e2e-4e70-b4e9-142d7e125604/"
  task_id: 51c4220c-0e2e-4e70-b4e9-142d7e125604
  tags:
  - pulp:repository:68eff69d-b092-491d-83db-47fd7cc23713
  - pulp:action:sync
  finish_time: '2020-05-16T00:28:26Z'
  _ns: task_status
  start_time: '2020-05-16T00:21:31Z'
  traceback: 
  spawned_tasks:
  - _href: "/pulp/api/v2/tasks/6e8aed4c-dae4-44a3-a10c-9e54de63cb42/"
    task_id: 6e8aed4c-dae4-44a3-a10c-9e54de63cb42
  progress_report:
    yum_importer:
      content:
        items_total: 0
        state: FINISHED
        error_details: []
        details:
          rpm_total: 0
          rpm_done: 0
          drpm_total: 0
          drpm_done: 0
        size_total: 0
        size_left: 0
        items_left: 0
      comps:
        state: FINISHED
      purge_duplicates:
        state: FINISHED
      distribution:
        items_total: 0
        state: FINISHED
        error_details: []
        items_left: 0
      modules:
        state: FINISHED
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
  queue: reserved_resource_worker-0@lv0000014.dq2
  state: finished
  worker_name: reserved_resource_worker-0@lv0000014
  result:
    result: success
    importer_id: yum_importer
    exception: 
    repo_id: 68eff69d-b092-491d-83db-47fd7cc23713
    traceback: 
    started: '2020-05-16T00:21:31Z'
    _ns: repo_sync_results
    completed: '2020-05-16T00:28:25Z'
    importer_type_id: yum_importer
    error_message: 
    summary:
      modules:
        state: FINISHED
      content:
        state: FINISHED
      comps:
        state: FINISHED
      purge_duplicates:
        state: FINISHED
      distribution:
        state: FINISHED
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
    added_count: 0
    removed_count: 0
    updated_count: 770
    id: 5ebf33aa5ff154dffd6df188
    details:
      modules:
        state: FINISHED
      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
      purge_duplicates:
        state: FINISHED
      distribution:
        items_total: 0
        state: FINISHED
        error_details: []
        items_left: 0
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
  error: 
  _id:
    "$oid": 5ebf2d5e86394df27716488b
  id: 5ebf2d5e86394df27716488b
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: "/pulp/api/v2/tasks/6e8aed4c-dae4-44a3-a10c-9e54de63cb42/"
  task_id: 6e8aed4c-dae4-44a3-a10c-9e54de63cb42
  tags:
  - pulp:repository:68eff69d-b092-491d-83db-47fd7cc23713
  - pulp:action:publish
  finish_time: '2020-05-16T00:32:46Z'
  _ns: task_status
  start_time: '2020-05-16T00:32:16Z'
  traceback: |
    Traceback (most recent call last):
      File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 367, in trace_task
        R = retval = fun(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 539, in __call__
        return super(Task, self).__call__(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 108, in __call__
        return super(PulpTask, self).__call__(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 622, in __protected_call__
        return self.run(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 1110, in publish
        result = check_publish(repo_obj, dist_id, dist_inst, transfer_repo, conduit, call_config)
      File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 1207, in check_publish
        result = _do_publish(repo_obj, dist_id, dist_inst, transfer_repo, conduit, call_config)
      File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 1259, 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 747, 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.process_lifecycle()
      File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 573, in process_lifecycle
        super(PluginStep, self).process_lifecycle()
      File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 164, in process_lifecycle
        step.process()
      File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 231, in process
        self.initialize()
      File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/distributors/yum/publish.py", line 460, in initialize
        context.initialize()
      File "/usr/lib/python2.7/site-packages/pulp/plugins/util/metadata_writer.py", line 73, in initialize
        self._open_metadata_file_handle()
      File "/usr/lib/python2.7/site-packages/pulp/plugins/util/metadata_writer.py", line 359, in _open_metadata_file_handle
        plain_handle.write(content)
    IOError: [Errno 28] No space left on device
  spawned_tasks: []
  progress_report:
    68eff69d-b092-491d-83db-47fd7cc23713:
    - num_success: 1
      description: Copying files
      step_type: save_tar
      items_total: 1
      state: FINISHED
      error_details: []
      details: ''
      num_failures: 0
      step_id: 305313de-4a14-44a5-b790-16b6904a1264
      num_processed: 1
    - num_success: 1
      description: Initializing repo metadata
      step_type: initialize_repo_metadata
      items_total: 1
      state: FINISHED
      error_details: []
      details: ''
      num_failures: 0
      step_id: c818ed0c-3e68-416f-b1cc-94f9e0bfde8c
      num_processed: 1
    - num_success: 0
      description: Publishing Distribution files
      step_type: distribution
      items_total: 0
      state: FINISHED
      error_details: []
      details: ''
      num_failures: 0
      step_id: 750adf42-89fb-4da1-8e07-83851ddfe535
      num_processed: 0
    - num_success: 0
      description: Publishing RPMs
      step_type: rpms
      items_total: 0
      state: FAILED
      error_details:
      - traceback: |2
            File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 231, in process
              self.initialize()

            File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/distributors/yum/publish.py", line 460, in initialize
              context.initialize()

            File "/usr/lib/python2.7/site-packages/pulp/plugins/util/metadata_writer.py", line 73, in initialize
              self._open_metadata_file_handle()

            File "/usr/lib/python2.7/site-packages/pulp/plugins/util/metadata_writer.py", line 359, in _open_metadata_file_handle
              plain_handle.write(content)
        error: "[Errno 28] No space left on device"
      details: ''
      num_failures: 1
      step_id: 32866530-656b-4bfd-836a-a64cf6834d25
      num_processed: 1
    - num_success: 0
      description: Publishing Delta RPMs
      step_type: drpms
      items_total: 1
      state: NOT_STARTED
      error_details: []
      details: ''
      num_failures: 0
      step_id: 7e57d094-662a-4ff8-b48a-9a46464ef2e9
      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: aa032621-fe90-489a-8aa1-206302290a51
      num_processed: 0
    - num_success: 0
      description: Publishing Modules
      step_type: modules
      items_total: 1
      state: NOT_STARTED
      error_details: []
      details: ''
      num_failures: 0
      step_id: 34192cb7-2935-4e45-b054-44512507618d
      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: 6b506f79-7d57-40cd-9371-b4d230610b40
      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: 1ecb0d82-81c7-46be-981d-045f3e00b03f
      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: 32a3b7a6-6aa0-4ef5-a1c2-4097acb39457
      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: 928015ef-89aa-41d0-9f57-99fd18f18236
      num_processed: 0
    - num_success: 0
      description: Removing old repodata
      step_type: remove_old_repodata
      items_total: 1
      state: NOT_STARTED
      error_details: []
      details: ''
      num_failures: 0
      step_id: cae517bb-8c59-4ba6-b09c-3ca21cf84421
      num_processed: 0
    - num_success: 0
      description: Generating HTML files
      step_type: repoview
      items_total: 1
      state: NOT_STARTED
      error_details: []
      details: ''
      num_failures: 0
      step_id: 59c92fc5-8502-411f-b275-fcd32c636c7a
      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: ba00c383-69fb-4819-9699-65437d128c30
      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: 374ef720-df2b-4203-a5ac-fad547b919da
      num_processed: 0
  queue: reserved_resource_worker-2@lv0000014.dq2
  state: error
  worker_name: reserved_resource_worker-2@lv0000014
  result: 
  error:
    code: PLP0000
    data: {}
    description: "[Errno 28] No space left on device"
    sub_errors: []
  _id:
    "$oid": 5ebf33aa86394df27761a103
  id: 5ebf33aa86394df27761a103
contents_changed: true
poll_attempts:
  total: 118
  failed: 1

Error:

Katello::Errors::PulpError

PLP0000: [Errno 28] No space left on device

---
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/pulp/abstract_async_task.rb:122:in
  `block in external_task='"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/pulp/abstract_async_task.rb:120:in
  `each'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/pulp/abstract_async_task.rb:120:in
  `external_task='"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/pulp/repository/sync.rb:34:in
  `external_task='"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action/polling.rb:98:in
  `poll_external_task_with_rescue'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action/polling.rb:21:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action/cancellable.rb:13:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/pulp/abstract_async_task.rb:45:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action.rb:538:in
  `block (3 levels) in execute_run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:26:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware.rb:18:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware.rb:31:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:22:in
  `call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:26:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware.rb:18:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/middleware/remote_action.rb:16:in
  `block in run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/middleware/remote_action.rb:40:in
  `block in as_remote_user'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/models/katello/concerns/user_extensions.rb:21:in
  `cp_config'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/middleware/remote_action.rb:27:in
  `as_cp_user'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/middleware/remote_action.rb:39:in
  `as_remote_user'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/middleware/remote_action.rb:16:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:22:in
  `call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:26:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware.rb:18:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.1/app/lib/actions/middleware/rails_executor_wrap.rb:14:in
  `block in run'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/execution_wrapper.rb:87:in
  `wrap'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.1/app/lib/actions/middleware/rails_executor_wrap.rb:13:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:22:in
  `call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:26:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware.rb:18:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action/progress.rb:30:in
  `with_progress_calculation'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action/progress.rb:16:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:22:in
  `call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:26:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware.rb:18:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/middleware/keep_locale.rb:11:in
  `block in run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/middleware/keep_locale.rb:22:in
  `with_locale'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.12.0.37/app/lib/actions/middleware/keep_locale.rb:11:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:22:in
  `call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:26:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware.rb:18:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.1/app/lib/actions/middleware/keep_current_request_id.rb:15:in
  `block in run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.1/app/lib/actions/middleware/keep_current_request_id.rb:49:in
  `restore_current_request_id'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.1/app/lib/actions/middleware/keep_current_request_id.rb:15:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:22:in
  `call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:26:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware.rb:18:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.1/app/lib/actions/middleware/keep_current_timezone.rb:15:in
  `block in run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.1/app/lib/actions/middleware/keep_current_timezone.rb:44:in
  `restore_curent_timezone'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.1/app/lib/actions/middleware/keep_current_timezone.rb:15:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:22:in
  `call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:26:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware.rb:18:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.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.15.11.1/app/lib/actions/middleware/keep_current_user.rb:44:in
  `restore_curent_user'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.1/app/lib/actions/middleware/keep_current_user.rb:15:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:22:in
  `call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:26:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware.rb:18:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.1/app/lib/actions/middleware/keep_current_taxonomies.rb:15:in
  `block in run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.1/app/lib/actions/middleware/keep_current_taxonomies.rb:45:in
  `restore_current_taxonomies'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.15.11.1/app/lib/actions/middleware/keep_current_taxonomies.rb:15:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:22:in
  `call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:26:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware.rb:18:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware.rb:31:in
  `run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/stack.rb:22:in
  `call'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/middleware/world.rb:30:in
  `execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action.rb:537:in
  `block (2 levels) in execute_run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action.rb:536:in
  `catch'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action.rb:536:in
  `block in execute_run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action.rb:450:in
  `block in with_error_handling'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action.rb:450:in
  `catch'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action.rb:450:in
  `with_error_handling'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action.rb:531:in
  `execute_run'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/action.rb:277:in
  `execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.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.2.3/lib/dynflow/execution_plan/steps/abstract.rb:162:in
  `with_meta_calculation'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.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.2.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:30:in
  `open_action'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:15:in
  `execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/director.rb:56:in
  `execute'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/executors/parallel/worker.rb:14:in
  `block in on_message'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/executors.rb:12:in
  `run_user_code'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/executors/parallel/worker.rb:13:in
  `on_message'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/context.rb:46:in
  `on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/executes_context.rb:7:in
  `on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.3/lib/dynflow/actor.rb:26:in
  `on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/awaits.rb:15:in
  `on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/sets_results.rb:14:in
  `on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/buffer.rb:38:in
  `process_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/buffer.rb:31:in
  `process_envelopes?'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/buffer.rb:20:in
  `on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/termination.rb:55:in
  `on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/removes_child.rb:10:in
  `on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:in
  `pass'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/sets_results.rb:14:in
  `on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/core.rb:162:in
  `process_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/core.rb:96:in
  `block in on_envelope'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/core.rb:119:in
  `block (2 levels) in schedule_execution'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/synchronization/mutex_lockable_object.rb:41:in
  `block in synchronize'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/synchronization/mutex_lockable_object.rb:41:in
  `synchronize'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/synchronization/mutex_lockable_object.rb:41:in
  `synchronize'"
- "/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/core.rb:116:in
  `block in schedule_execution'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/serialized_execution.rb:18:in
  `call'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/serialized_execution.rb:96:in
  `work'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/serialized_execution.rb:77:in
  `block in call_job'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:348:in
  `run_task'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:337:in
  `block (3 levels) in create_worker'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in
  `loop'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in
  `block (2 levels) in create_worker'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in
  `catch'"
- "/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/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'"

6: Actions::Katello::Repository::IndexContent (skipped) [ 0.00s / 0.00s ]

Started at:

Ended at:

Real time: 0.00s

Execution time (excluding suspended state): 0.00s

Input:

---
id: 16530
contents_changed: Step(3).output[:contents_changed]
full_index: false
locale: en
current_request_id: 
current_timezone: Berlin
current_user_id: 1
current_organization_id: 1
current_location_id: 

Output:

--- {}

10: Actions::Katello::Repository::FetchPxeFiles (success) [ 0.05s / 0.05s ]

Started at: 2020-05-16 00:37:02 UTC

Ended at: 2020-05-16 00:37:02 UTC

Real time: 0.05s

Execution time (excluding suspended state): 0.05s

Input:

---
id: 16530
locale: en
current_request_id: 
current_timezone: Berlin
current_user_id: 1
current_organization_id: 1
current_location_id: 

Output:

--- {}

14: Actions::Katello::Repository::ErrataMail (skipped) [ 0.00s / 0.00s ]

Started at:

Ended at:

Real time: 0.00s

Execution time (excluding suspended state): 0.00s

Input:

---
repo: 16530
last_updated: '2020-05-14 02:09:54 +0200'
contents_changed: Step(3).output[:contents_changed]
locale: en
current_request_id: 
current_timezone: Berlin
current_user_id: 1
current_organization_id: 1
current_location_id: 

Output:

--- {}

17: Actions::Pulp::Repository::RegenerateApplicability (skipped) [ 0.00s / 0.00s ]

Started at:

Ended at:

Real time: 0.00s

Execution time (excluding suspended state): 0.00s

Input:

---
repository_id: 16530
contents_changed: Step(3).output[:contents_changed]
remote_user: admin
remote_cp_user: admin
locale: en
current_request_id: 
current_timezone: Berlin
current_user_id: 1
current_organization_id: 1
current_location_id: 

Output:

--- {}

18: Actions::Katello::Repository::Sync (skipped) [ 0.00s / 0.00s ]

Started at:

Ended at:

Real time: 0.00s

Execution time (excluding suspended state): 0.00s

Input:

---
repository:
  id: 16530
  name: Red Hat Enterprise Linux 8 for x86_64 - AppStream RPMs noarch 8
  label: Red_Hat_Enterprise_Linux_8_for_x86_64_-_AppStream_RPMs_8
product:
  id: 199
  name: Red Hat Enterprise Linux for x86_64
  label: Red_Hat_Enterprise_Linux_for_x86_64
  cp_id: '479'
provider:
  id: 2
  name: Red Hat
organization:
  id: 1
  name: BG-Phoenics
  label: BGP
services_checked:
- pulp
- pulp_auth
id: 16530
sync_result: Step(3).output
skip_metadata_check: false
validate_contents: false
contents_changed: Step(3).output[:contents_changed]
locale: en
current_request_id: 
current_timezone: Berlin
current_user_id: 1
current_organization_id: 1
current_location_id: 

Output:

--- {}

20: Actions::Katello::Repository::ImportApplicability (skipped) [ 0.00s / 0.00s ]

Started at:

Ended at:

Real time: 0.00s

Execution time (excluding suspended state): 0.00s

Input:

---
repo_id: 16530
contents_changed: Step(3).output[:contents_changed]
locale: en
current_request_id: 
current_timezone: Berlin
current_user_id: 1
current_organization_id: 1
current_location_id: 

Output:

--- {}

sequence concurrence
4: Actions::Pulp::Repository::Sync (skipped) [ 0.00s / 0.00s ]

Started at:

Ended at:

Real time: 0.00s

Execution time (excluding suspended state): 0.00s

Input:

---
pulp_id: 68eff69d-b092-491d-83db-47fd7cc23713
task_id: 
source_url: 
options: {}
remote_user: admin
remote_cp_user: admin
locale: en
current_request_id: 
current_timezone: Berlin
current_user_id: 1
current_organization_id: 1
current_location_id: 

Output:

---
pulp_tasks:
- exception: 
  task_type: pulp.server.managers.repo.sync.sync
  _href: "/pulp/api/v2/tasks/51c4220c-0e2e-4e70-b4e9-142d7e125604/"
  task_id: 51c4220c-0e2e-4e70-b4e9-142d7e125604
  tags:
  - pulp:repository:68eff69d-b092-491d-83db-47fd7cc23713
  - pulp:action:sync
  finish_time: '2020-05-16T00:28:26Z'
  _ns: task_status
  start_time: '2020-05-16T00:21:31Z'
  traceback: 
  spawned_tasks:
  - _href: "/pulp/api/v2/tasks/6e8aed4c-dae4-44a3-a10c-9e54de63cb42/"
    task_id: 6e8aed4c-dae4-44a3-a10c-9e54de63cb42
  progress_report:
    yum_importer:
      content:
        items_total: 0
        state: FINISHED
        error_details: []
        details:
          rpm_total: 0
          rpm_done: 0
          drpm_total: 0
          drpm_done: 0
        size_total: 0
        size_left: 0
        items_left: 0
      comps:
        state: FINISHED
      purge_duplicates:
        state: FINISHED
      distribution:
        items_total: 0
        state: FINISHED
        error_details: []
        items_left: 0
      modules:
        state: FINISHED
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
  queue: reserved_resource_worker-0@lv0000014.dq2
  state: finished
  worker_name: reserved_resource_worker-0@lv0000014
  result:
    result: success
    importer_id: yum_importer
    exception: 
    repo_id: 68eff69d-b092-491d-83db-47fd7cc23713
    traceback: 
    started: '2020-05-16T00:21:31Z'
    _ns: repo_sync_results
    completed: '2020-05-16T00:28:25Z'
    importer_type_id: yum_importer
    error_message: 
    summary:
      modules:
        state: FINISHED
      content:
        state: FINISHED
      comps:
        state: FINISHED
      purge_duplicates:
        state: FINISHED
      distribution:
        state: FINISHED
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
    added_count: 0
    removed_count: 0
    updated_count: 770
    id: 5ebf33aa5ff154dffd6df188
    details:
      modules:
        state: FINISHED
      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
      purge_duplicates:
        state: FINISHED
      distribution:
        items_total: 0
        state: FINISHED
        error_details: []
        items_left: 0
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
  error: 
  _id:
    "$oid": 5ebf2d5e86394df27716488b
  id: 5ebf2d5e86394df27716488b
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: "/pulp/api/v2/tasks/6e8aed4c-dae4-44a3-a10c-9e54de63cb42/"
  task_id: 6e8aed4c-dae4-44a3-a10c-9e54de63cb42
  tags:
  - pulp:repository:68eff69d-b092-491d-83db-47fd7cc23713
  - pulp:action:publish
  finish_time: '2020-05-16T00:32:46Z'
  _ns: task_status
  start_time: '2020-05-16T00:32:16Z'
  traceback: |
    Traceback (most recent call last):
      File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 367, in trace_task
        R = retval = fun(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 539, in __call__
        return super(Task, self).__call__(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 108, in __call__
        return super(PulpTask, self).__call__(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 622, in __protected_call__
        return self.run(*args, **kwargs)
      File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 1110, in publish
        result = check_publish(repo_obj, dist_id, dist_inst, transfer_repo, conduit, call_config)
      File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 1207, in check_publish
        result = _do_publish(repo_obj, dist_id, dist_inst, transfer_repo, conduit, call_config)
      File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 1259, 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 747, 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.process_lifecycle()
      File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 573, in process_lifecycle
        super(PluginStep, self).process_lifecycle()
      File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 164, in process_lifecycle
        step.process()
      File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 231, in process
        self.initialize()
      File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/distributors/yum/publish.py", line 460, in initialize
        context.initialize()
      File "/usr/lib/python2.7/site-packages/pulp/plugins/util/metadata_writer.py", line 73, in initialize
        self._open_metadata_file_handle()
      File "/usr/lib/python2.7/site-packages/pulp/plugins/util/metadata_writer.py", line 359, in _open_metadata_file_handle
        plain_handle.write(content)
    IOError: [Errno 28] No space left on device
  spawned_tasks: []
  progress_report:
    68eff69d-b092-491d-83db-47fd7cc23713:
    - num_success: 1
      description: Copying files
      step_type: save_tar
      items_total: 1
      state: FINISHED
      error_details: []
      details: ''
      num_failures: 0
      step_id: 305313de-4a14-44a5-b790-16b6904a1264
      num_processed: 1
    - num_success: 1
      description: Initializing repo metadata
      step_type: initialize_repo_metadata
      items_total: 1
      state: FINISHED
      error_details: []
      details: ''
      num_failures: 0
      step_id: c818ed0c-3e68-416f-b1cc-94f9e0bfde8c
      num_processed: 1
    - num_success: 0
      description: Publishing Distribution files
      step_type: distribution
      items_total: 0
      state: FINISHED
      error_details: []
      details: ''
      num_failures: 0
      step_id: 750adf42-89fb-4da1-8e07-83851ddfe535
      num_processed: 0
    - num_success: 0
      description: Publishing RPMs
      step_type: rpms
      items_total: 0
      state: FAILED
      error_details:
      - traceback: |2
            File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 231, in process
              self.initialize()

            File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/distributors/yum/publish.py", line 460, in initialize
              context.initialize()

            File "/usr/lib/python2.7/site-packages/pulp/plugins/util/metadata_writer.py", line 73, in initialize
              self._open_metadata_file_handle()

            File "/usr/lib/python2.7/site-packages/pulp/plugins/util/metadata_writer.py", line 359, in _open_metadata_file_handle
              plain_handle.write(content)
        error: "[Errno 28] No space left on device"
      details: ''
      num_failures: 1
      step_id: 32866530-656b-4bfd-836a-a64cf6834d25
      num_processed: 1
    - num_success: 0
      description: Publishing Delta RPMs
      step_type: drpms
      items_total: 1
      state: NOT_STARTED
      error_details: []
      details: ''
      num_failures: 0
      step_id: 7e57d094-662a-4ff8-b48a-9a46464ef2e9
      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: aa032621-fe90-489a-8aa1-206302290a51
      num_processed: 0
    - num_success: 0
      description: Publishing Modules
      step_type: modules
      items_total: 1
      state: NOT_STARTED
      error_details: []
      details: ''
      num_failures: 0
      step_id: 34192cb7-2935-4e45-b054-44512507618d
      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: 6b506f79-7d57-40cd-9371-b4d230610b40
      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: 1ecb0d82-81c7-46be-981d-045f3e00b03f
      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: 32a3b7a6-6aa0-4ef5-a1c2-4097acb39457
      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: 928015ef-89aa-41d0-9f57-99fd18f18236
      num_processed: 0
    - num_success: 0
      description: Removing old repodata
      step_type: remove_old_repodata
      items_total: 1
      state: NOT_STARTED
      error_details: []
      details: ''
      num_failures: 0
      step_id: cae517bb-8c59-4ba6-b09c-3ca21cf84421
      num_processed: 0
    - num_success: 0
      description: Generating HTML files
      step_type: repoview
      items_total: 1
      state: NOT_STARTED
      error_details: []
      details: ''
      num_failures: 0
      step_id: 59c92fc5-8502-411f-b275-fcd32c636c7a
      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: ba00c383-69fb-4819-9699-65437d128c30
      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: 374ef720-df2b-4203-a5ac-fad547b919da
      num_processed: 0
  queue: reserved_resource_worker-2@lv0000014.dq2
  state: error
  worker_name: reserved_resource_worker-2@lv0000014
  result: 
  error:
    code: PLP0000
    data: {}
    description: "[Errno 28] No space left on device"
    sub_errors: []
  _id:
    "$oid": 5ebf33aa86394df27761a103
  id: 5ebf33aa86394df27761a103
contents_changed: true
poll_attempts:
  total: 118
  failed: 1

8: Actions::Katello::Foreman::ContentUpdate (success) [ 0.59s / 0.59s ]

Started at: 2020-05-16 00:37:55 UTC

Ended at: 2020-05-16 00:37:56 UTC

Real time: 0.59s

Execution time (excluding suspended state): 0.59s

Input:

---
environment_id: 1
content_view_id: 1
repository_id: 16530
remote_user: admin
remote_cp_user: admin
locale: en
current_request_id: 
current_timezone: Berlin
current_user_id: 1
current_organization_id: 1
current_location_id: 

Output:

--- {}

12: Actions::Katello::Repository::CorrectChecksum (success) [ 0.04s / 0.04s ]

Started at: 2020-05-16 00:37:57 UTC

Ended at: 2020-05-16 00:37:57 UTC

Real time: 0.04s

Execution time (excluding suspended state): 0.04s

Input:

---
repo_id: 16530
locale: en
current_request_id: 
current_timezone: Berlin
current_user_id: 1
current_organization_id: 1
current_location_id: 

Output:

--- {}

15: Actions::Katello::Repository::ErrataMail (skipped) [ 0.00s / 0.00s ]

Started at:

Ended at:

Real time: 0.00s

Execution time (excluding suspended state): 0.00s

Input:

---
repo: 16530
last_updated: '2020-05-14 02:09:54 +0200'
contents_changed: Step(3).output[:contents_changed]
locale: en
current_request_id: 
current_timezone: Berlin
current_user_id: 1
current_organization_id: 1
current_location_id: 

Output:

--- {}

22: Actions::Katello::Repository::SyncHook (success) [ 0.04s / 0.04s ]

Started at: 2020-05-16 00:37:57 UTC

Ended at: 2020-05-16 00:37:57 UTC

Real time: 0.04s

Execution time (excluding suspended state): 0.04s

Input:

---
id: 16530
locale: en
current_request_id: 
current_timezone: Berlin
current_user_id: 1
current_organization_id: 1
current_location_id: 

Output:

--- {}

event time world
start execution 2020-05-16 00:01:32 UTC d35f3a1f-f21a-475c-a6bf-cfb2df700480
finish execution 2020-05-16 00:38:00 UTC d35f3a1f-f21a-475c-a6bf-cfb2df700480
Back