Id: a1edec8e-091d-4986-87eb-4615cc90b9bf

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

Status: stopped

Result: warning

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

Ended at: 2020-05-16 00:38:03 UTC

3: Actions::Pulp::Repository::Sync (skipped) [ 2079.40s / 41.59s ]

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

Ended at: 2020-05-16 00:36:17 UTC

Real time: 2079.40s

Execution time (excluding suspended state): 41.59s

Input:

---
pulp_id: 56abaaf1-c0cd-4529-97cf-75f0bec1d9e5
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/5d64edf1-5209-49cc-a12a-e0bdb1e32bf9/"
  task_id: 5d64edf1-5209-49cc-a12a-e0bdb1e32bf9
  tags:
  - pulp:repository:56abaaf1-c0cd-4529-97cf-75f0bec1d9e5
  - pulp:action:sync
  finish_time: '2020-05-16T00:27:54Z'
  _ns: task_status
  start_time: '2020-05-16T00:21:46Z'
  traceback: 
  spawned_tasks:
  - _href: "/pulp/api/v2/tasks/18c0481d-1965-4724-9c54-6ab3d9913d17/"
    task_id: 18c0481d-1965-4724-9c54-6ab3d9913d17
  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-3@lv0000014.dq2
  state: finished
  worker_name: reserved_resource_worker-3@lv0000014
  result:
    result: success
    importer_id: yum_importer
    exception: 
    repo_id: 56abaaf1-c0cd-4529-97cf-75f0bec1d9e5
    traceback: 
    started: '2020-05-16T00:21:46Z'
    _ns: repo_sync_results
    completed: '2020-05-16T00:27:54Z'
    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: 484
    id: 5ebf338a5ff154e028e8972d
    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": 5ebf2d6186394df27716abb4
  id: 5ebf2d6186394df27716abb4
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: "/pulp/api/v2/tasks/18c0481d-1965-4724-9c54-6ab3d9913d17/"
  task_id: 18c0481d-1965-4724-9c54-6ab3d9913d17
  tags:
  - pulp:repository:56abaaf1-c0cd-4529-97cf-75f0bec1d9e5
  - pulp:action:publish
  finish_time: '2020-05-16T00:32:46Z'
  _ns: task_status
  start_time: '2020-05-16T00:32:04Z'
  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 74, in initialize
        self._write_file_header()
      File "/usr/lib/python2.7/site-packages/pulp/plugins/util/metadata_writer.py", line 424, in _write_file_header
        self.metadata_file_handle.write(content_buffer)
      File "/usr/lib64/python2.7/gzip.py", line 236, in write
        self.fileobj.write( self.compress.compress(data) )
    IOError: [Errno 28] No space left on device
  spawned_tasks: []
  progress_report:
    56abaaf1-c0cd-4529-97cf-75f0bec1d9e5:
    - num_success: 1
      description: Copying files
      step_type: save_tar
      items_total: 1
      state: FINISHED
      error_details: []
      details: ''
      num_failures: 0
      step_id: a312ed43-8364-460f-b6e2-90a9318b551c
      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: 4d5d7182-1c6a-4618-b6a6-96fbd4517456
      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: 2c04567a-4cd2-42d3-ac65-34e7598d0d3e
      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 74, in initialize
              self._write_file_header()

            File "/usr/lib/python2.7/site-packages/pulp/plugins/util/metadata_writer.py", line 424, in _write_file_header
              self.metadata_file_handle.write(content_buffer)

            File "/usr/lib64/python2.7/gzip.py", line 236, in write
              self.fileobj.write( self.compress.compress(data) )
        error: "[Errno 28] No space left on device"
      details: ''
      num_failures: 1
      step_id: 6b1270c7-f0db-4efe-8409-d6a287e6757c
      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: f884e0f9-c94e-4dd8-b511-b7a3d0a8c370
      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: a1404253-03c5-4009-8bbf-6c1ce74baf9d
      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: 9e4695fb-e7eb-4613-a51e-6af26de301ae
      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: d414dd6f-7bd5-488c-8178-703dd7882b07
      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: ab5ae9df-26c9-4f3d-bc44-b6121c3b4eee
      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: bcc73f82-1a64-42fd-808b-e941866f3359
      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: 2c8dca9f-ec25-44ae-beae-42a8cfd5b9a1
      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: 3794b761-57db-4c86-a1c8-58582efdf488
      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: 277204a3-6e5f-4910-9590-4d3b9c4e5b5e
      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: 1752137c-3ed3-428f-9595-bf7079f5ef8d
      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: 6edf3471-c845-4632-95f4-25cfd81ccf9e
      num_processed: 0
  queue: reserved_resource_worker-4@lv0000014.dq2
  state: error
  worker_name: reserved_resource_worker-4@lv0000014
  result: 
  error:
    code: PLP0000
    data: {}
    description: "[Errno 28] No space left on device"
    sub_errors: []
  _id:
    "$oid": 5ebf338a86394df277609307
  id: 5ebf338a86394df277609307
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: 16531
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.02s / 0.02s ]

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

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

Real time: 0.02s

Execution time (excluding suspended state): 0.02s

Input:

---
id: 16531
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: 16531
last_updated: '2020-05-14 02:08:47 +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: 16531
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: 16531
  name: Red Hat Enterprise Linux 8 for x86_64 - BaseOS RPMs noarch 8
  label: Red_Hat_Enterprise_Linux_8_for_x86_64_-_BaseOS_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: 16531
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: 16531
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: 56abaaf1-c0cd-4529-97cf-75f0bec1d9e5
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/5d64edf1-5209-49cc-a12a-e0bdb1e32bf9/"
  task_id: 5d64edf1-5209-49cc-a12a-e0bdb1e32bf9
  tags:
  - pulp:repository:56abaaf1-c0cd-4529-97cf-75f0bec1d9e5
  - pulp:action:sync
  finish_time: '2020-05-16T00:27:54Z'
  _ns: task_status
  start_time: '2020-05-16T00:21:46Z'
  traceback: 
  spawned_tasks:
  - _href: "/pulp/api/v2/tasks/18c0481d-1965-4724-9c54-6ab3d9913d17/"
    task_id: 18c0481d-1965-4724-9c54-6ab3d9913d17
  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-3@lv0000014.dq2
  state: finished
  worker_name: reserved_resource_worker-3@lv0000014
  result:
    result: success
    importer_id: yum_importer
    exception: 
    repo_id: 56abaaf1-c0cd-4529-97cf-75f0bec1d9e5
    traceback: 
    started: '2020-05-16T00:21:46Z'
    _ns: repo_sync_results
    completed: '2020-05-16T00:27:54Z'
    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: 484
    id: 5ebf338a5ff154e028e8972d
    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": 5ebf2d6186394df27716abb4
  id: 5ebf2d6186394df27716abb4
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: "/pulp/api/v2/tasks/18c0481d-1965-4724-9c54-6ab3d9913d17/"
  task_id: 18c0481d-1965-4724-9c54-6ab3d9913d17
  tags:
  - pulp:repository:56abaaf1-c0cd-4529-97cf-75f0bec1d9e5
  - pulp:action:publish
  finish_time: '2020-05-16T00:32:46Z'
  _ns: task_status
  start_time: '2020-05-16T00:32:04Z'
  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 74, in initialize
        self._write_file_header()
      File "/usr/lib/python2.7/site-packages/pulp/plugins/util/metadata_writer.py", line 424, in _write_file_header
        self.metadata_file_handle.write(content_buffer)
      File "/usr/lib64/python2.7/gzip.py", line 236, in write
        self.fileobj.write( self.compress.compress(data) )
    IOError: [Errno 28] No space left on device
  spawned_tasks: []
  progress_report:
    56abaaf1-c0cd-4529-97cf-75f0bec1d9e5:
    - num_success: 1
      description: Copying files
      step_type: save_tar
      items_total: 1
      state: FINISHED
      error_details: []
      details: ''
      num_failures: 0
      step_id: a312ed43-8364-460f-b6e2-90a9318b551c
      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: 4d5d7182-1c6a-4618-b6a6-96fbd4517456
      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: 2c04567a-4cd2-42d3-ac65-34e7598d0d3e
      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 74, in initialize
              self._write_file_header()

            File "/usr/lib/python2.7/site-packages/pulp/plugins/util/metadata_writer.py", line 424, in _write_file_header
              self.metadata_file_handle.write(content_buffer)

            File "/usr/lib64/python2.7/gzip.py", line 236, in write
              self.fileobj.write( self.compress.compress(data) )
        error: "[Errno 28] No space left on device"
      details: ''
      num_failures: 1
      step_id: 6b1270c7-f0db-4efe-8409-d6a287e6757c
      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: f884e0f9-c94e-4dd8-b511-b7a3d0a8c370
      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: a1404253-03c5-4009-8bbf-6c1ce74baf9d
      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: 9e4695fb-e7eb-4613-a51e-6af26de301ae
      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: d414dd6f-7bd5-488c-8178-703dd7882b07
      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: ab5ae9df-26c9-4f3d-bc44-b6121c3b4eee
      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: bcc73f82-1a64-42fd-808b-e941866f3359
      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: 2c8dca9f-ec25-44ae-beae-42a8cfd5b9a1
      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: 3794b761-57db-4c86-a1c8-58582efdf488
      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: 277204a3-6e5f-4910-9590-4d3b9c4e5b5e
      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: 1752137c-3ed3-428f-9595-bf7079f5ef8d
      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: 6edf3471-c845-4632-95f4-25cfd81ccf9e
      num_processed: 0
  queue: reserved_resource_worker-4@lv0000014.dq2
  state: error
  worker_name: reserved_resource_worker-4@lv0000014
  result: 
  error:
    code: PLP0000
    data: {}
    description: "[Errno 28] No space left on device"
    sub_errors: []
  _id:
    "$oid": 5ebf338a86394df277609307
  id: 5ebf338a86394df277609307
contents_changed: true
poll_attempts:
  total: 118
  failed: 1

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

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

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

Real time: 0.09s

Execution time (excluding suspended state): 0.09s

Input:

---
environment_id: 1
content_view_id: 1
repository_id: 16531
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.08s / 0.08s ]

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

Ended at: 2020-05-16 00:38:03 UTC

Real time: 0.08s

Execution time (excluding suspended state): 0.08s

Input:

---
repo_id: 16531
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: 16531
last_updated: '2020-05-14 02:08:47 +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.02s / 0.02s ]

Started at: 2020-05-16 00:38:03 UTC

Ended at: 2020-05-16 00:38:03 UTC

Real time: 0.02s

Execution time (excluding suspended state): 0.02s

Input:

---
id: 16531
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:36 UTC d35f3a1f-f21a-475c-a6bf-cfb2df700480
finish execution 2020-05-16 00:38:03 UTC d35f3a1f-f21a-475c-a6bf-cfb2df700480
Back