Id: d39a71ce-d886-4a98-b3ca-61b2fbf12aed

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

Status: stopped

Result: warning

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

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

3: Actions::Pulp::Repository::Sync (skipped) [ 2107.88s / 26.36s ]

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

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

Real time: 2107.88s

Execution time (excluding suspended state): 26.36s

Input:

---
pulp_id: 92a6380d-6d75-4221-ada9-ba90f2e20bc0
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/93b1de9d-04e8-437a-9ee0-0f381391d725/"
  task_id: 93b1de9d-04e8-437a-9ee0-0f381391d725
  tags:
  - pulp:repository:92a6380d-6d75-4221-ada9-ba90f2e20bc0
  - pulp:action:sync
  finish_time: '2020-05-16T00:29:35Z'
  _ns: task_status
  start_time: '2020-05-16T00:18:39Z'
  traceback: 
  spawned_tasks:
  - _href: "/pulp/api/v2/tasks/3be36065-7991-484e-93e4-99345193efae/"
    task_id: 3be36065-7991-484e-93e4-99345193efae
  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-6@lv0000014.dq2
  state: finished
  worker_name: reserved_resource_worker-6@lv0000014
  result:
    result: success
    importer_id: yum_importer
    exception: 
    repo_id: 92a6380d-6d75-4221-ada9-ba90f2e20bc0
    traceback: 
    started: '2020-05-16T00:18:40Z'
    _ns: repo_sync_results
    completed: '2020-05-16T00:29:35Z'
    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: 3710
    id: 5ebf33ef5ff154e024c3df43
    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": 5ebf2d5686394df27715603c
  id: 5ebf2d5686394df27715603c
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: "/pulp/api/v2/tasks/3be36065-7991-484e-93e4-99345193efae/"
  task_id: 3be36065-7991-484e-93e4-99345193efae
  tags:
  - pulp:repository:92a6380d-6d75-4221-ada9-ba90f2e20bc0
  - pulp:action:publish
  finish_time: '2020-05-16T00:32:46Z'
  _ns: task_status
  start_time: '2020-05-16T00:32:27Z'
  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:
    92a6380d-6d75-4221-ada9-ba90f2e20bc0:
    - num_success: 1
      description: Copying files
      step_type: save_tar
      items_total: 1
      state: FINISHED
      error_details: []
      details: ''
      num_failures: 0
      step_id: cab09060-e7c5-4a59-af08-ae55fb96c69f
      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: 0be6b8f3-36d8-47b5-a977-7bcd58f072b4
      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: d04aab5b-114e-4c61-bd6a-fd14cf0c490a
      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: 2204e18d-dc11-43b9-8a9f-32909770edbe
      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: e2aeba33-3869-4da6-8ea7-9515e9406ebb
      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: e9134662-beaf-4e60-96dc-246e84a47cb6
      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: d85f25e9-306e-4704-9725-3453c6a6a29f
      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: b8d9e070-ab3d-481a-81ee-7278932c3810
      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: 83859057-3e07-4a6e-938d-35c73624d479
      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: be2ceefb-6c09-4819-b8fc-ff520652a8af
      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: faabf729-3e52-4a89-b3a8-0fe1346018f4
      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: 65c0f523-91d2-4f0c-8b06-fb47d3238476
      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: 21eaa20e-d434-4526-a230-1784433b1d49
      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: e51ec44b-cb17-487b-a055-b05ac5da1695
      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: 1da6fe47-f9f5-448f-85d8-9c8b6f94e6bd
      num_processed: 0
  queue: reserved_resource_worker-0@lv0000014.dq2
  state: error
  worker_name: reserved_resource_worker-0@lv0000014
  result: 
  error:
    code: PLP0000
    data: {}
    description: "[Errno 28] No space left on device"
    sub_errors: []
  _id:
    "$oid": 5ebf33ef86394df277642518
  id: 5ebf33ef86394df277642518
contents_changed: true
poll_attempts:
  total: 119
  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: 12998
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.03s / 0.03s ]

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

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

Real time: 0.03s

Execution time (excluding suspended state): 0.03s

Input:

---
id: 12998
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: 12998
last_updated: '2020-05-13 02:49: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: 12998
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: 12998
  name: Red Hat Enterprise Linux 6 Server Debug RPMs x86_64 6Server
  label: Red_Hat_Enterprise_Linux_6_Server_Debug_RPMs_x86_64_6Server
product:
  id: 5
  name: Red Hat Enterprise Linux Server
  label: Red_Hat_Enterprise_Linux_Server
  cp_id: '69'
provider:
  id: 2
  name: Red Hat
organization:
  id: 1
  name: BG-Phoenics
  label: BGP
services_checked:
- pulp
- pulp_auth
id: 12998
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: 12998
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: 92a6380d-6d75-4221-ada9-ba90f2e20bc0
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/93b1de9d-04e8-437a-9ee0-0f381391d725/"
  task_id: 93b1de9d-04e8-437a-9ee0-0f381391d725
  tags:
  - pulp:repository:92a6380d-6d75-4221-ada9-ba90f2e20bc0
  - pulp:action:sync
  finish_time: '2020-05-16T00:29:35Z'
  _ns: task_status
  start_time: '2020-05-16T00:18:39Z'
  traceback: 
  spawned_tasks:
  - _href: "/pulp/api/v2/tasks/3be36065-7991-484e-93e4-99345193efae/"
    task_id: 3be36065-7991-484e-93e4-99345193efae
  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-6@lv0000014.dq2
  state: finished
  worker_name: reserved_resource_worker-6@lv0000014
  result:
    result: success
    importer_id: yum_importer
    exception: 
    repo_id: 92a6380d-6d75-4221-ada9-ba90f2e20bc0
    traceback: 
    started: '2020-05-16T00:18:40Z'
    _ns: repo_sync_results
    completed: '2020-05-16T00:29:35Z'
    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: 3710
    id: 5ebf33ef5ff154e024c3df43
    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": 5ebf2d5686394df27715603c
  id: 5ebf2d5686394df27715603c
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: "/pulp/api/v2/tasks/3be36065-7991-484e-93e4-99345193efae/"
  task_id: 3be36065-7991-484e-93e4-99345193efae
  tags:
  - pulp:repository:92a6380d-6d75-4221-ada9-ba90f2e20bc0
  - pulp:action:publish
  finish_time: '2020-05-16T00:32:46Z'
  _ns: task_status
  start_time: '2020-05-16T00:32:27Z'
  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:
    92a6380d-6d75-4221-ada9-ba90f2e20bc0:
    - num_success: 1
      description: Copying files
      step_type: save_tar
      items_total: 1
      state: FINISHED
      error_details: []
      details: ''
      num_failures: 0
      step_id: cab09060-e7c5-4a59-af08-ae55fb96c69f
      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: 0be6b8f3-36d8-47b5-a977-7bcd58f072b4
      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: d04aab5b-114e-4c61-bd6a-fd14cf0c490a
      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: 2204e18d-dc11-43b9-8a9f-32909770edbe
      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: e2aeba33-3869-4da6-8ea7-9515e9406ebb
      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: e9134662-beaf-4e60-96dc-246e84a47cb6
      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: d85f25e9-306e-4704-9725-3453c6a6a29f
      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: b8d9e070-ab3d-481a-81ee-7278932c3810
      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: 83859057-3e07-4a6e-938d-35c73624d479
      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: be2ceefb-6c09-4819-b8fc-ff520652a8af
      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: faabf729-3e52-4a89-b3a8-0fe1346018f4
      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: 65c0f523-91d2-4f0c-8b06-fb47d3238476
      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: 21eaa20e-d434-4526-a230-1784433b1d49
      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: e51ec44b-cb17-487b-a055-b05ac5da1695
      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: 1da6fe47-f9f5-448f-85d8-9c8b6f94e6bd
      num_processed: 0
  queue: reserved_resource_worker-0@lv0000014.dq2
  state: error
  worker_name: reserved_resource_worker-0@lv0000014
  result: 
  error:
    code: PLP0000
    data: {}
    description: "[Errno 28] No space left on device"
    sub_errors: []
  _id:
    "$oid": 5ebf33ef86394df277642518
  id: 5ebf33ef86394df277642518
contents_changed: true
poll_attempts:
  total: 119
  failed: 1

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

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

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

Real time: 0.04s

Execution time (excluding suspended state): 0.04s

Input:

---
environment_id: 1
content_view_id: 1
repository_id: 12998
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.09s / 0.09s ]

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

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

Real time: 0.09s

Execution time (excluding suspended state): 0.09s

Input:

---
repo_id: 12998
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: 12998
last_updated: '2020-05-13 02:49: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.03s / 0.03s ]

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

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

Real time: 0.03s

Execution time (excluding suspended state): 0.03s

Input:

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