Status: stopped

Result: success

Started at: 2015-09-21 02:02:58 UTC

Ended at: 2015-09-21 03:08:09 UTC

sequence concurrence
3: Actions::Pulp::Repository::Sync (success) [ 1375.78s / 47.58s ]

Started at: 2015-09-21 02:03:15 UTC

Ended at: 2015-09-21 02:26:11 UTC

Real time: 1375.78s

Execution time (excluding suspended state): 47.58s

Input:

---
pulp_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
task_id: 
remote_user: hoici-59c70e2b
remote_cp_user: hoici
locale: en

Output:

---
pulp_tasks:
- exception: 
  task_type: pulp.server.managers.repo.sync.sync
  _href: /pulp/api/v2/tasks/7ac31d39-6ebf-4fc2-a629-459dbe874298/
  task_id: 7ac31d39-6ebf-4fc2-a629-459dbe874298
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
  - pulp:action:sync
  finish_time: '2015-09-21T02:13:39Z'
  _ns: task_status
  start_time: '2015-09-21T02:13:31Z'
  traceback: 
  spawned_tasks:
  - _href: /pulp/api/v2/tasks/627a70ab-5ae4-432e-b772-bd175ab0d506/
    task_id: 627a70ab-5ae4-432e-b772-bd175ab0d506
  - _href: /pulp/api/v2/tasks/a4729eb6-e734-4144-b639-9d6557b1ee0f/
    task_id: a4729eb6-e734-4144-b639-9d6557b1ee0f
  progress_report:
    yum_importer:
      content:
        size_total: 0
        items_left: 0
        items_total: 0
        state: FINISHED
        size_left: 0
        details:
          rpm_total: 0
          rpm_done: 0
          drpm_total: 0
          drpm_done: 0
        error_details: []
      comps:
        state: FINISHED
      distribution:
        items_total: 0
        state: FINISHED
        error_details: []
        items_left: 0
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
  queue: reserved_resource_worker-6@li-lc-1578.dq
  state: finished
  worker_name: reserved_resource_worker-6@li-lc-1578
  result:
    importer_type_id: yum_importer
    importer_id: yum_importer
    exception: 
    repo_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    removed_count: 0
    started: '2015-09-21T02:13:31Z'
    _ns: repo_sync_results
    completed: '2015-09-21T02:13:38Z'
    traceback: 
    summary:
      content:
        state: FINISHED
      comps:
        state: FINISHED
      distribution:
        state: FINISHED
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
    added_count: 0
    error_message: 
    updated_count: 2
    details:
      content:
        size_total: 0
        items_left: 0
        items_total: 0
        state: FINISHED
        size_left: 0
        details:
          rpm_total: 0
          rpm_done: 0
          drpm_total: 0
          drpm_done: 0
        error_details: []
      comps:
        state: FINISHED
      distribution:
        items_total: 0
        state: FINISHED
        error_details: []
        items_left: 0
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
    id: 55ff67d20586fe0e723c9a46
    result: success
  error: 
  _id:
    $oid: 55ff65649bef1c399d8b1d7b
  id: 55ff67cb0586fe0d99f820b2
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/627a70ab-5ae4-432e-b772-bd175ab0d506/
  task_id: 627a70ab-5ae4-432e-b772-bd175ab0d506
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:49Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:49Z'
  traceback: ! "Traceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\",
    line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
    line 328, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n
    \ File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in
    __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
    line 99, in publish\n    transfer_repo, conduit, call_config)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
    line 127, in _do_publish\n    publish_report = publish_repo(transfer_repo, conduit,
    call_config)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
    line 483, in wrap_f\n    return f(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/http/distributor.py\",
    line 127, in publish_repo\n    publisher.publish(units)\n  File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/http/publisher.py\",
    line 51, in publish\n    manifest_path = super(self.__class__, self).publish(units)\n
    \ File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/publisher.py\",
    line 122, in publish\n    self.tmp_dir = mkdtemp(dir=parent_path)\n  File \"/usr/lib64/python2.6/tempfile.py\",
    line 318, in mkdtemp\n    _os.mkdir(file, 0700)\nOSError: [Errno 28] No space
    left on device: '/var/www/pulp/nodes/https/repos/tmp0bLIF8'\n"
  spawned_tasks: []
  progress_report: {}
  queue: reserved_resource_worker-7@li-lc-1578.dq
  state: error
  worker_name: reserved_resource_worker-7@li-lc-1578
  result: 
  error:
    code: PLP0000
    data: {}
    description: ! '[Errno 28] No space left on device: ''/var/www/pulp/nodes/https/repos/tmp0bLIF8'''
    sub_errors: []
  _id:
    $oid: 55ff67d29bef1c399d8b1db0
  id: 55ff6a710586fe0d99f88b0b
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/a4729eb6-e734-4144-b639-9d6557b1ee0f/
  task_id: a4729eb6-e734-4144-b639-9d6557b1ee0f
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:49Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:49Z'
  traceback: ! "Traceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\",
    line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
    line 328, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n
    \ File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in
    __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
    line 93, in publish\n    repo_distributor['distributor_type_id'], repo_id, mkdir=True)\n
    \ File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/_common.py\",
    line 153, in distributor_working_dir\n    os.makedirs(working_dir)\n  File \"/usr/lib64/python2.6/os.py\",
    line 157, in makedirs\n    mkdir(name, mode)\nOSError: [Errno 28] No space left
    on device: '/var/lib/pulp/working/repos/Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/distributors/yum_distributor'\n"
  spawned_tasks: []
  progress_report: {}
  queue: reserved_resource_worker-7@li-lc-1578.dq
  state: error
  worker_name: reserved_resource_worker-7@li-lc-1578
  result: 
  error:
    code: PLP0000
    data: {}
    description: ! '[Errno 28] No space left on device: ''/var/lib/pulp/working/repos/Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/distributors/yum_distributor'''
    sub_errors: []
  _id:
    $oid: 55ff67d39bef1c399d8b1db1
  id: 55ff6a710586fe0d99f88b0f
poll_attempts:
  total: 90
  failed: 1

5: Actions::ElasticSearch::Repository::IndexContent (success) [ 26.31s / 26.31s ]

Started at: 2015-09-21 02:35:30 UTC

Ended at: 2015-09-21 02:35:56 UTC

Real time: 26.31s

Execution time (excluding suspended state): 26.31s

Input:

---
dependency:
- exception: 
  task_type: pulp.server.managers.repo.sync.sync
  _href: /pulp/api/v2/tasks/7ac31d39-6ebf-4fc2-a629-459dbe874298/
  task_id: 7ac31d39-6ebf-4fc2-a629-459dbe874298
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
  - pulp:action:sync
  finish_time: '2015-09-21T02:13:39Z'
  _ns: task_status
  start_time: '2015-09-21T02:13:31Z'
  traceback: 
  spawned_tasks:
  - _href: /pulp/api/v2/tasks/627a70ab-5ae4-432e-b772-bd175ab0d506/
    task_id: 627a70ab-5ae4-432e-b772-bd175ab0d506
  - _href: /pulp/api/v2/tasks/a4729eb6-e734-4144-b639-9d6557b1ee0f/
    task_id: a4729eb6-e734-4144-b639-9d6557b1ee0f
  progress_report:
    yum_importer:
      content:
        size_total: 0
        items_left: 0
        items_total: 0
        state: FINISHED
        size_left: 0
        details:
          rpm_total: 0
          rpm_done: 0
          drpm_total: 0
          drpm_done: 0
        error_details: []
      comps:
        state: FINISHED
      distribution:
        items_total: 0
        state: FINISHED
        error_details: []
        items_left: 0
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
  queue: reserved_resource_worker-6@li-lc-1578.dq
  state: finished
  worker_name: reserved_resource_worker-6@li-lc-1578
  result:
    importer_type_id: yum_importer
    importer_id: yum_importer
    exception: 
    repo_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    removed_count: 0
    started: '2015-09-21T02:13:31Z'
    _ns: repo_sync_results
    completed: '2015-09-21T02:13:38Z'
    traceback: 
    summary:
      content:
        state: FINISHED
      comps:
        state: FINISHED
      distribution:
        state: FINISHED
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
    added_count: 0
    error_message: 
    updated_count: 2
    details:
      content:
        size_total: 0
        items_left: 0
        items_total: 0
        state: FINISHED
        size_left: 0
        details:
          rpm_total: 0
          rpm_done: 0
          drpm_total: 0
          drpm_done: 0
        error_details: []
      comps:
        state: FINISHED
      distribution:
        items_total: 0
        state: FINISHED
        error_details: []
        items_left: 0
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
    id: 55ff67d20586fe0e723c9a46
    result: success
  error: 
  _id:
    $oid: 55ff65649bef1c399d8b1d7b
  id: 55ff67cb0586fe0d99f820b2
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/627a70ab-5ae4-432e-b772-bd175ab0d506/
  task_id: 627a70ab-5ae4-432e-b772-bd175ab0d506
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:49Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:49Z'
  traceback: ! "Traceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\",
    line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
    line 328, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n
    \ File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in
    __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
    line 99, in publish\n    transfer_repo, conduit, call_config)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
    line 127, in _do_publish\n    publish_report = publish_repo(transfer_repo, conduit,
    call_config)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
    line 483, in wrap_f\n    return f(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/http/distributor.py\",
    line 127, in publish_repo\n    publisher.publish(units)\n  File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/http/publisher.py\",
    line 51, in publish\n    manifest_path = super(self.__class__, self).publish(units)\n
    \ File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/publisher.py\",
    line 122, in publish\n    self.tmp_dir = mkdtemp(dir=parent_path)\n  File \"/usr/lib64/python2.6/tempfile.py\",
    line 318, in mkdtemp\n    _os.mkdir(file, 0700)\nOSError: [Errno 28] No space
    left on device: '/var/www/pulp/nodes/https/repos/tmp0bLIF8'\n"
  spawned_tasks: []
  progress_report: {}
  queue: reserved_resource_worker-7@li-lc-1578.dq
  state: error
  worker_name: reserved_resource_worker-7@li-lc-1578
  result: 
  error:
    code: PLP0000
    data: {}
    description: ! '[Errno 28] No space left on device: ''/var/www/pulp/nodes/https/repos/tmp0bLIF8'''
    sub_errors: []
  _id:
    $oid: 55ff67d29bef1c399d8b1db0
  id: 55ff6a710586fe0d99f88b0b
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/a4729eb6-e734-4144-b639-9d6557b1ee0f/
  task_id: a4729eb6-e734-4144-b639-9d6557b1ee0f
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:49Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:49Z'
  traceback: ! "Traceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\",
    line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
    line 328, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n
    \ File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in
    __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
    line 93, in publish\n    repo_distributor['distributor_type_id'], repo_id, mkdir=True)\n
    \ File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/_common.py\",
    line 153, in distributor_working_dir\n    os.makedirs(working_dir)\n  File \"/usr/lib64/python2.6/os.py\",
    line 157, in makedirs\n    mkdir(name, mode)\nOSError: [Errno 28] No space left
    on device: '/var/lib/pulp/working/repos/Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/distributors/yum_distributor'\n"
  spawned_tasks: []
  progress_report: {}
  queue: reserved_resource_worker-7@li-lc-1578.dq
  state: error
  worker_name: reserved_resource_worker-7@li-lc-1578
  result: 
  error:
    code: PLP0000
    data: {}
    description: ! '[Errno 28] No space left on device: ''/var/lib/pulp/working/repos/Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/distributors/yum_distributor'''
    sub_errors: []
  _id:
    $oid: 55ff67d39bef1c399d8b1db1
  id: 55ff6a710586fe0d99f88b0f
id: 51
remote_user: hoici-59c70e2b
remote_cp_user: hoici
locale: en

Output:

--- {}

15: Actions::Katello::Repository::ErrataMail (success) [ 2.73s / 2.73s ]

Started at: 2015-09-21 02:41:15 UTC

Ended at: 2015-09-21 02:41:18 UTC

Real time: 2.73s

Execution time (excluding suspended state): 2.73s

Input:

---
repo: 51
last_updated: '2015-09-16 17:50:28 UTC'
locale: en

Output:

--- {}

17: Actions::Katello::Repository::Sync (success) [ 8.63s / 8.63s ]

Started at: 2015-09-21 02:55:10 UTC

Ended at: 2015-09-21 02:55:19 UTC

Real time: 8.63s

Execution time (excluding suspended state): 8.63s

Input:

---
repository:
  id: 51
  name: Red Hat Satellite Tools 6.1 for RHEL 7 Server RPMs x86_64
  label: Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
product:
  id: 14
  name: Red Hat Enterprise Linux Server
  label: Red_Hat_Enterprise_Linux_Server
  cp_id: '69'
provider:
  id: 4
  name: Red Hat
organization:
  id: 3
  name: Hilti
  label: Hilti
services_checked:
- pulp
- pulp_auth
- elasticsearch
id: 51
sync_result:
  pulp_tasks:
  - exception: 
    task_type: pulp.server.managers.repo.sync.sync
    _href: /pulp/api/v2/tasks/7ac31d39-6ebf-4fc2-a629-459dbe874298/
    task_id: 7ac31d39-6ebf-4fc2-a629-459dbe874298
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    - pulp:action:sync
    finish_time: '2015-09-21T02:13:39Z'
    _ns: task_status
    start_time: '2015-09-21T02:13:31Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/627a70ab-5ae4-432e-b772-bd175ab0d506/
      task_id: 627a70ab-5ae4-432e-b772-bd175ab0d506
    - _href: /pulp/api/v2/tasks/a4729eb6-e734-4144-b639-9d6557b1ee0f/
      task_id: a4729eb6-e734-4144-b639-9d6557b1ee0f
    progress_report:
      yum_importer:
        content:
          size_total: 0
          items_left: 0
          items_total: 0
          state: FINISHED
          size_left: 0
          details:
            rpm_total: 0
            rpm_done: 0
            drpm_total: 0
            drpm_done: 0
          error_details: []
        comps:
          state: FINISHED
        distribution:
          items_total: 0
          state: FINISHED
          error_details: []
          items_left: 0
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
    queue: reserved_resource_worker-6@li-lc-1578.dq
    state: finished
    worker_name: reserved_resource_worker-6@li-lc-1578
    result:
      importer_type_id: yum_importer
      importer_id: yum_importer
      exception: 
      repo_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
      removed_count: 0
      started: '2015-09-21T02:13:31Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:13:38Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 2
      details:
        content:
          size_total: 0
          items_left: 0
          items_total: 0
          state: FINISHED
          size_left: 0
          details:
            rpm_total: 0
            rpm_done: 0
            drpm_total: 0
            drpm_done: 0
          error_details: []
        comps:
          state: FINISHED
        distribution:
          items_total: 0
          state: FINISHED
          error_details: []
          items_left: 0
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      id: 55ff67d20586fe0e723c9a46
      result: success
    error: 
    _id:
      $oid: 55ff65649bef1c399d8b1d7b
    id: 55ff67cb0586fe0d99f820b2
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/627a70ab-5ae4-432e-b772-bd175ab0d506/
    task_id: 627a70ab-5ae4-432e-b772-bd175ab0d506
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:49Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:49Z'
    traceback: ! "Traceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\",
      line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
      line 328, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n
      \ File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in
      __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
      line 99, in publish\n    transfer_repo, conduit, call_config)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
      line 127, in _do_publish\n    publish_report = publish_repo(transfer_repo, conduit,
      call_config)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
      line 483, in wrap_f\n    return f(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/http/distributor.py\",
      line 127, in publish_repo\n    publisher.publish(units)\n  File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/http/publisher.py\",
      line 51, in publish\n    manifest_path = super(self.__class__, self).publish(units)\n
      \ File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/publisher.py\",
      line 122, in publish\n    self.tmp_dir = mkdtemp(dir=parent_path)\n  File \"/usr/lib64/python2.6/tempfile.py\",
      line 318, in mkdtemp\n    _os.mkdir(file, 0700)\nOSError: [Errno 28] No space
      left on device: '/var/www/pulp/nodes/https/repos/tmp0bLIF8'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-7@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-7@li-lc-1578
    result: 
    error:
      code: PLP0000
      data: {}
      description: ! '[Errno 28] No space left on device: ''/var/www/pulp/nodes/https/repos/tmp0bLIF8'''
      sub_errors: []
    _id:
      $oid: 55ff67d29bef1c399d8b1db0
    id: 55ff6a710586fe0d99f88b0b
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/a4729eb6-e734-4144-b639-9d6557b1ee0f/
    task_id: a4729eb6-e734-4144-b639-9d6557b1ee0f
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:49Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:49Z'
    traceback: ! "Traceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\",
      line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
      line 328, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n
      \ File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in
      __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
      line 93, in publish\n    repo_distributor['distributor_type_id'], repo_id, mkdir=True)\n
      \ File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/_common.py\",
      line 153, in distributor_working_dir\n    os.makedirs(working_dir)\n  File \"/usr/lib64/python2.6/os.py\",
      line 157, in makedirs\n    mkdir(name, mode)\nOSError: [Errno 28] No space left
      on device: '/var/lib/pulp/working/repos/Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/distributors/yum_distributor'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-7@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-7@li-lc-1578
    result: 
    error:
      code: PLP0000
      data: {}
      description: ! '[Errno 28] No space left on device: ''/var/lib/pulp/working/repos/Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff67d39bef1c399d8b1db1
    id: 55ff6a710586fe0d99f88b0f
  poll_attempts:
    total: 90
    failed: 1
user_id: 4
current_user_id: 4
locale: en

Output:

---
sync_result:
  pulp_tasks:
  - exception: 
    task_type: pulp.server.managers.repo.sync.sync
    _href: /pulp/api/v2/tasks/7ac31d39-6ebf-4fc2-a629-459dbe874298/
    task_id: 7ac31d39-6ebf-4fc2-a629-459dbe874298
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    - pulp:action:sync
    finish_time: '2015-09-21T02:13:39Z'
    _ns: task_status
    start_time: '2015-09-21T02:13:31Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/627a70ab-5ae4-432e-b772-bd175ab0d506/
      task_id: 627a70ab-5ae4-432e-b772-bd175ab0d506
    - _href: /pulp/api/v2/tasks/a4729eb6-e734-4144-b639-9d6557b1ee0f/
      task_id: a4729eb6-e734-4144-b639-9d6557b1ee0f
    progress_report:
      yum_importer:
        content:
          size_total: 0
          items_left: 0
          items_total: 0
          state: FINISHED
          size_left: 0
          details:
            rpm_total: 0
            rpm_done: 0
            drpm_total: 0
            drpm_done: 0
          error_details: []
        comps:
          state: FINISHED
        distribution:
          items_total: 0
          state: FINISHED
          error_details: []
          items_left: 0
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
    queue: reserved_resource_worker-6@li-lc-1578.dq
    state: finished
    worker_name: reserved_resource_worker-6@li-lc-1578
    result:
      importer_type_id: yum_importer
      importer_id: yum_importer
      exception: 
      repo_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
      removed_count: 0
      started: '2015-09-21T02:13:31Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:13:38Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 2
      details:
        content:
          size_total: 0
          items_left: 0
          items_total: 0
          state: FINISHED
          size_left: 0
          details:
            rpm_total: 0
            rpm_done: 0
            drpm_total: 0
            drpm_done: 0
          error_details: []
        comps:
          state: FINISHED
        distribution:
          items_total: 0
          state: FINISHED
          error_details: []
          items_left: 0
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      id: 55ff67d20586fe0e723c9a46
      result: success
    error: 
    _id:
      $oid: 55ff65649bef1c399d8b1d7b
    id: 55ff67cb0586fe0d99f820b2
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/627a70ab-5ae4-432e-b772-bd175ab0d506/
    task_id: 627a70ab-5ae4-432e-b772-bd175ab0d506
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:49Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:49Z'
    traceback: ! "Traceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\",
      line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
      line 328, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n
      \ File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in
      __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
      line 99, in publish\n    transfer_repo, conduit, call_config)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
      line 127, in _do_publish\n    publish_report = publish_repo(transfer_repo, conduit,
      call_config)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
      line 483, in wrap_f\n    return f(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/http/distributor.py\",
      line 127, in publish_repo\n    publisher.publish(units)\n  File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/http/publisher.py\",
      line 51, in publish\n    manifest_path = super(self.__class__, self).publish(units)\n
      \ File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/publisher.py\",
      line 122, in publish\n    self.tmp_dir = mkdtemp(dir=parent_path)\n  File \"/usr/lib64/python2.6/tempfile.py\",
      line 318, in mkdtemp\n    _os.mkdir(file, 0700)\nOSError: [Errno 28] No space
      left on device: '/var/www/pulp/nodes/https/repos/tmp0bLIF8'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-7@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-7@li-lc-1578
    result: 
    error:
      code: PLP0000
      data: {}
      description: ! '[Errno 28] No space left on device: ''/var/www/pulp/nodes/https/repos/tmp0bLIF8'''
      sub_errors: []
    _id:
      $oid: 55ff67d29bef1c399d8b1db0
    id: 55ff6a710586fe0d99f88b0b
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/a4729eb6-e734-4144-b639-9d6557b1ee0f/
    task_id: a4729eb6-e734-4144-b639-9d6557b1ee0f
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:49Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:49Z'
    traceback: ! "Traceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\",
      line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
      line 328, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n
      \ File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in
      __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
      line 93, in publish\n    repo_distributor['distributor_type_id'], repo_id, mkdir=True)\n
      \ File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/_common.py\",
      line 153, in distributor_working_dir\n    os.makedirs(working_dir)\n  File \"/usr/lib64/python2.6/os.py\",
      line 157, in makedirs\n    mkdir(name, mode)\nOSError: [Errno 28] No space left
      on device: '/var/lib/pulp/working/repos/Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/distributors/yum_distributor'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-7@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-7@li-lc-1578
    result: 
    error:
      code: PLP0000
      data: {}
      description: ! '[Errno 28] No space left on device: ''/var/lib/pulp/working/repos/Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff67d39bef1c399d8b1db1
    id: 55ff6a710586fe0d99f88b0f
  poll_attempts:
    total: 90
    failed: 1

20: Actions::Pulp::Repository::RegenerateApplicability (success) [ 1.56s / 1.56s ]

Started at: 2015-09-21 03:00:53 UTC

Ended at: 2015-09-21 03:00:55 UTC

Real time: 1.56s

Execution time (excluding suspended state): 1.56s

Input:

---
pulp_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
remote_user: hoici-59c70e2b
remote_cp_user: hoici
locale: en

Output:

---
pulp_tasks:
- exception: 
  task_type: pulp.server.managers.consumer.applicability.regenerate_applicability_for_repos
  _href: /pulp/api/v2/tasks/167bd79d-effc-4cd4-890c-6446ab2a4a50/
  task_id: 167bd79d-effc-4cd4-890c-6446ab2a4a50
  tags:
  - pulp:action:content_applicability_regeneration
  finish_time: '2015-09-21T03:00:54Z'
  _ns: task_status
  start_time: '2015-09-21T03:00:54Z'
  traceback: 
  spawned_tasks: []
  progress_report: {}
  queue: reserved_resource_worker-3@li-lc-1578.dq
  state: finished
  worker_name: reserved_resource_worker-3@li-lc-1578
  result: 
  error: 
  _id:
    $oid: 55ff72e59bef1c399d8b1dd1
  id: 55ff72e60586fe0d99f88d2c

7: Actions::ElasticSearch::Reindex (success) [ 1.86s / 1.86s ]

Started at: 2015-09-21 03:08:03 UTC

Ended at: 2015-09-21 03:08:05 UTC

Real time: 1.86s

Execution time (excluding suspended state): 1.86s

Input:

---
id: 51
class_name: Katello::Repository
remote_user: hoici-59c70e2b
remote_cp_user: hoici
locale: en

Output:

--- {}

9: Actions::Katello::Foreman::ContentUpdate (success) [ 0.02s / 0.02s ]

Started at: 2015-09-21 03:08:05 UTC

Ended at: 2015-09-21 03:08:05 UTC

Real time: 0.02s

Execution time (excluding suspended state): 0.02s

Input:

---
environment_id: 2
content_view_id: 2
repository_id: 51
remote_user: hoici-59c70e2b
remote_cp_user: hoici
locale: en

Output:

--- {}

11: Actions::Katello::Repository::CorrectChecksum (success) [ 2.99s / 2.99s ]

Started at: 2015-09-21 03:08:05 UTC

Ended at: 2015-09-21 03:08:08 UTC

Real time: 2.99s

Execution time (excluding suspended state): 2.99s

Input:

---
repo_id: 51
locale: en

Output:

--- {}

13: Actions::Katello::Repository::UpdateMedia (success) [ 0.02s / 0.02s ]

Started at: 2015-09-21 03:08:08 UTC

Ended at: 2015-09-21 03:08:08 UTC

Real time: 0.02s

Execution time (excluding suspended state): 0.02s

Input:

---
repo_id: 51
locale: en

Output:

--- {}

16: Actions::Katello::Repository::ErrataMail (success) [ 0.02s / 0.02s ]

Started at: 2015-09-21 03:08:08 UTC

Ended at: 2015-09-21 03:08:08 UTC

Real time: 0.02s

Execution time (excluding suspended state): 0.02s

Input:

---
repo: 51
last_updated: '2015-09-16 17:50:28 UTC'
locale: en

Output:

--- {}

18: Actions::Katello::Repository::Sync (success) [ 0.09s / 0.09s ]

Started at: 2015-09-21 03:08:08 UTC

Ended at: 2015-09-21 03:08:08 UTC

Real time: 0.09s

Execution time (excluding suspended state): 0.09s

Input:

---
repository:
  id: 51
  name: Red Hat Satellite Tools 6.1 for RHEL 7 Server RPMs x86_64
  label: Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
product:
  id: 14
  name: Red Hat Enterprise Linux Server
  label: Red_Hat_Enterprise_Linux_Server
  cp_id: '69'
provider:
  id: 4
  name: Red Hat
organization:
  id: 3
  name: Hilti
  label: Hilti
services_checked:
- pulp
- pulp_auth
- elasticsearch
id: 51
sync_result:
  pulp_tasks:
  - exception: 
    task_type: pulp.server.managers.repo.sync.sync
    _href: /pulp/api/v2/tasks/7ac31d39-6ebf-4fc2-a629-459dbe874298/
    task_id: 7ac31d39-6ebf-4fc2-a629-459dbe874298
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    - pulp:action:sync
    finish_time: '2015-09-21T02:13:39Z'
    _ns: task_status
    start_time: '2015-09-21T02:13:31Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/627a70ab-5ae4-432e-b772-bd175ab0d506/
      task_id: 627a70ab-5ae4-432e-b772-bd175ab0d506
    - _href: /pulp/api/v2/tasks/a4729eb6-e734-4144-b639-9d6557b1ee0f/
      task_id: a4729eb6-e734-4144-b639-9d6557b1ee0f
    progress_report:
      yum_importer:
        content:
          size_total: 0
          items_left: 0
          items_total: 0
          state: FINISHED
          size_left: 0
          details:
            rpm_total: 0
            rpm_done: 0
            drpm_total: 0
            drpm_done: 0
          error_details: []
        comps:
          state: FINISHED
        distribution:
          items_total: 0
          state: FINISHED
          error_details: []
          items_left: 0
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
    queue: reserved_resource_worker-6@li-lc-1578.dq
    state: finished
    worker_name: reserved_resource_worker-6@li-lc-1578
    result:
      importer_type_id: yum_importer
      importer_id: yum_importer
      exception: 
      repo_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
      removed_count: 0
      started: '2015-09-21T02:13:31Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:13:38Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 2
      details:
        content:
          size_total: 0
          items_left: 0
          items_total: 0
          state: FINISHED
          size_left: 0
          details:
            rpm_total: 0
            rpm_done: 0
            drpm_total: 0
            drpm_done: 0
          error_details: []
        comps:
          state: FINISHED
        distribution:
          items_total: 0
          state: FINISHED
          error_details: []
          items_left: 0
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      id: 55ff67d20586fe0e723c9a46
      result: success
    error: 
    _id:
      $oid: 55ff65649bef1c399d8b1d7b
    id: 55ff67cb0586fe0d99f820b2
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/627a70ab-5ae4-432e-b772-bd175ab0d506/
    task_id: 627a70ab-5ae4-432e-b772-bd175ab0d506
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:49Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:49Z'
    traceback: ! "Traceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\",
      line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
      line 328, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n
      \ File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in
      __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
      line 99, in publish\n    transfer_repo, conduit, call_config)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
      line 127, in _do_publish\n    publish_report = publish_repo(transfer_repo, conduit,
      call_config)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
      line 483, in wrap_f\n    return f(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/http/distributor.py\",
      line 127, in publish_repo\n    publisher.publish(units)\n  File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/http/publisher.py\",
      line 51, in publish\n    manifest_path = super(self.__class__, self).publish(units)\n
      \ File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/publisher.py\",
      line 122, in publish\n    self.tmp_dir = mkdtemp(dir=parent_path)\n  File \"/usr/lib64/python2.6/tempfile.py\",
      line 318, in mkdtemp\n    _os.mkdir(file, 0700)\nOSError: [Errno 28] No space
      left on device: '/var/www/pulp/nodes/https/repos/tmp0bLIF8'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-7@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-7@li-lc-1578
    result: 
    error:
      code: PLP0000
      data: {}
      description: ! '[Errno 28] No space left on device: ''/var/www/pulp/nodes/https/repos/tmp0bLIF8'''
      sub_errors: []
    _id:
      $oid: 55ff67d29bef1c399d8b1db0
    id: 55ff6a710586fe0d99f88b0b
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/a4729eb6-e734-4144-b639-9d6557b1ee0f/
    task_id: a4729eb6-e734-4144-b639-9d6557b1ee0f
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:49Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:49Z'
    traceback: ! "Traceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\",
      line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
      line 328, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n
      \ File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in
      __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
      line 93, in publish\n    repo_distributor['distributor_type_id'], repo_id, mkdir=True)\n
      \ File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/_common.py\",
      line 153, in distributor_working_dir\n    os.makedirs(working_dir)\n  File \"/usr/lib64/python2.6/os.py\",
      line 157, in makedirs\n    mkdir(name, mode)\nOSError: [Errno 28] No space left
      on device: '/var/lib/pulp/working/repos/Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/distributors/yum_distributor'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-7@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-7@li-lc-1578
    result: 
    error:
      code: PLP0000
      data: {}
      description: ! '[Errno 28] No space left on device: ''/var/lib/pulp/working/repos/Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff67d39bef1c399d8b1db1
    id: 55ff6a710586fe0d99f88b0f
  poll_attempts:
    total: 90
    failed: 1
user_id: 4
current_user_id: 4
locale: en

Output:

---
sync_result:
  pulp_tasks:
  - exception: 
    task_type: pulp.server.managers.repo.sync.sync
    _href: /pulp/api/v2/tasks/7ac31d39-6ebf-4fc2-a629-459dbe874298/
    task_id: 7ac31d39-6ebf-4fc2-a629-459dbe874298
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    - pulp:action:sync
    finish_time: '2015-09-21T02:13:39Z'
    _ns: task_status
    start_time: '2015-09-21T02:13:31Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/627a70ab-5ae4-432e-b772-bd175ab0d506/
      task_id: 627a70ab-5ae4-432e-b772-bd175ab0d506
    - _href: /pulp/api/v2/tasks/a4729eb6-e734-4144-b639-9d6557b1ee0f/
      task_id: a4729eb6-e734-4144-b639-9d6557b1ee0f
    progress_report:
      yum_importer:
        content:
          size_total: 0
          items_left: 0
          items_total: 0
          state: FINISHED
          size_left: 0
          details:
            rpm_total: 0
            rpm_done: 0
            drpm_total: 0
            drpm_done: 0
          error_details: []
        comps:
          state: FINISHED
        distribution:
          items_total: 0
          state: FINISHED
          error_details: []
          items_left: 0
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
    queue: reserved_resource_worker-6@li-lc-1578.dq
    state: finished
    worker_name: reserved_resource_worker-6@li-lc-1578
    result:
      importer_type_id: yum_importer
      importer_id: yum_importer
      exception: 
      repo_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
      removed_count: 0
      started: '2015-09-21T02:13:31Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:13:38Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 2
      details:
        content:
          size_total: 0
          items_left: 0
          items_total: 0
          state: FINISHED
          size_left: 0
          details:
            rpm_total: 0
            rpm_done: 0
            drpm_total: 0
            drpm_done: 0
          error_details: []
        comps:
          state: FINISHED
        distribution:
          items_total: 0
          state: FINISHED
          error_details: []
          items_left: 0
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      id: 55ff67d20586fe0e723c9a46
      result: success
    error: 
    _id:
      $oid: 55ff65649bef1c399d8b1d7b
    id: 55ff67cb0586fe0d99f820b2
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/627a70ab-5ae4-432e-b772-bd175ab0d506/
    task_id: 627a70ab-5ae4-432e-b772-bd175ab0d506
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:49Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:49Z'
    traceback: ! "Traceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\",
      line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
      line 328, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n
      \ File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in
      __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
      line 99, in publish\n    transfer_repo, conduit, call_config)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
      line 127, in _do_publish\n    publish_report = publish_repo(transfer_repo, conduit,
      call_config)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
      line 483, in wrap_f\n    return f(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/http/distributor.py\",
      line 127, in publish_repo\n    publisher.publish(units)\n  File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/http/publisher.py\",
      line 51, in publish\n    manifest_path = super(self.__class__, self).publish(units)\n
      \ File \"/usr/lib/python2.6/site-packages/pulp_node/distributors/publisher.py\",
      line 122, in publish\n    self.tmp_dir = mkdtemp(dir=parent_path)\n  File \"/usr/lib64/python2.6/tempfile.py\",
      line 318, in mkdtemp\n    _os.mkdir(file, 0700)\nOSError: [Errno 28] No space
      left on device: '/var/www/pulp/nodes/https/repos/tmp0bLIF8'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-7@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-7@li-lc-1578
    result: 
    error:
      code: PLP0000
      data: {}
      description: ! '[Errno 28] No space left on device: ''/var/www/pulp/nodes/https/repos/tmp0bLIF8'''
      sub_errors: []
    _id:
      $oid: 55ff67d29bef1c399d8b1db0
    id: 55ff6a710586fe0d99f88b0b
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/a4729eb6-e734-4144-b639-9d6557b1ee0f/
    task_id: a4729eb6-e734-4144-b639-9d6557b1ee0f
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:49Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:49Z'
    traceback: ! "Traceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\",
      line 240, in trace_task\n    R = retval = fun(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/async/tasks.py\",
      line 328, in __call__\n    return super(Task, self).__call__(*args, **kwargs)\n
      \ File \"/usr/lib/python2.6/site-packages/celery/app/trace.py\", line 437, in
      __protected_call__\n    return self.run(*args, **kwargs)\n  File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/publish.py\",
      line 93, in publish\n    repo_distributor['distributor_type_id'], repo_id, mkdir=True)\n
      \ File \"/usr/lib/python2.6/site-packages/pulp/server/managers/repo/_common.py\",
      line 153, in distributor_working_dir\n    os.makedirs(working_dir)\n  File \"/usr/lib64/python2.6/os.py\",
      line 157, in makedirs\n    mkdir(name, mode)\nOSError: [Errno 28] No space left
      on device: '/var/lib/pulp/working/repos/Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/distributors/yum_distributor'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-7@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-7@li-lc-1578
    result: 
    error:
      code: PLP0000
      data: {}
      description: ! '[Errno 28] No space left on device: ''/var/lib/pulp/working/repos/Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Satellite_Tools_6_1_for_RHEL_7_Server_RPMs_x86_64/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff67d39bef1c399d8b1db1
    id: 55ff6a710586fe0d99f88b0f
  poll_attempts:
    total: 90
    failed: 1

Back