Status: stopped

Result: success

Started at: 2015-09-21 02:01:39 UTC

Ended at: 2015-09-21 03:11:42 UTC

sequence concurrence
3: Actions::Pulp::Repository::Sync (success) [ 1353.36s / 66.11s ]

Started at: 2015-09-21 02:01:59 UTC

Ended at: 2015-09-21 02:24:33 UTC

Real time: 1353.36s

Execution time (excluding suspended state): 66.11s

Input:

---
pulp_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
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/96789ab8-93c9-4f84-acc5-bbcf2d6f1bcf/
  task_id: 96789ab8-93c9-4f84-acc5-bbcf2d6f1bcf
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
  - pulp:action:sync
  finish_time: '2015-09-21T02:08:19Z'
  _ns: task_status
  start_time: '2015-09-21T02:02:00Z'
  traceback: 
  spawned_tasks:
  - _href: /pulp/api/v2/tasks/35e329d9-445c-43b8-a82f-540f66961427/
    task_id: 35e329d9-445c-43b8-a82f-540f66961427
  - _href: /pulp/api/v2/tasks/d75816fb-a82f-46cb-9997-0d66ec439c2b/
    task_id: d75816fb-a82f-46cb-9997-0d66ec439c2b
  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-7@li-lc-1578.dq
  state: finished
  worker_name: reserved_resource_worker-7@li-lc-1578
  result:
    importer_type_id: yum_importer
    importer_id: yum_importer
    exception: 
    repo_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    removed_count: 0
    started: '2015-09-21T02:02:00Z'
    _ns: repo_sync_results
    completed: '2015-09-21T02:08:19Z'
    traceback: 
    summary:
      content:
        state: FINISHED
      comps:
        state: FINISHED
      distribution:
        state: FINISHED
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
    added_count: 0
    error_message: 
    updated_count: 1309
    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: 55ff66930586fe0eb7d9a7ac
    result: success
  error: 
  _id:
    $oid: 55ff65179bef1c399d8b1d44
  id: 55ff65180586fe0d99f7b2ca
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/35e329d9-445c-43b8-a82f-540f66961427/
  task_id: 35e329d9-445c-43b8-a82f-540f66961427
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:30Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:29Z'
  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/tmpoOGy70'\n"
  spawned_tasks: []
  progress_report: {}
  queue: reserved_resource_worker-1@li-lc-1578.dq
  state: error
  worker_name: reserved_resource_worker-1@li-lc-1578
  result: 
  error:
    code: PLP0000
    data: {}
    description: ! '[Errno 28] No space left on device: ''/var/www/pulp/nodes/https/repos/tmpoOGy70'''
    sub_errors: []
  _id:
    $oid: 55ff66939bef1c399d8b1d98
  id: 55ff6a5d0586fe0d99f88828
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/d75816fb-a82f-46cb-9997-0d66ec439c2b/
  task_id: d75816fb-a82f-46cb-9997-0d66ec439c2b
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:31Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:31Z'
  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_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5/distributors/yum_distributor'\n"
  spawned_tasks: []
  progress_report: {}
  queue: reserved_resource_worker-1@li-lc-1578.dq
  state: error
  worker_name: reserved_resource_worker-1@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_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5/distributors/yum_distributor'''
    sub_errors: []
  _id:
    $oid: 55ff66939bef1c399d8b1d99
  id: 55ff6a5d0586fe0d99f8882c
poll_attempts:
  total: 94
  failed: 1

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

Started at: 2015-09-21 02:24:40 UTC

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

Real time: 649.31s

Execution time (excluding suspended state): 649.31s

Input:

---
dependency:
- exception: 
  task_type: pulp.server.managers.repo.sync.sync
  _href: /pulp/api/v2/tasks/96789ab8-93c9-4f84-acc5-bbcf2d6f1bcf/
  task_id: 96789ab8-93c9-4f84-acc5-bbcf2d6f1bcf
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
  - pulp:action:sync
  finish_time: '2015-09-21T02:08:19Z'
  _ns: task_status
  start_time: '2015-09-21T02:02:00Z'
  traceback: 
  spawned_tasks:
  - _href: /pulp/api/v2/tasks/35e329d9-445c-43b8-a82f-540f66961427/
    task_id: 35e329d9-445c-43b8-a82f-540f66961427
  - _href: /pulp/api/v2/tasks/d75816fb-a82f-46cb-9997-0d66ec439c2b/
    task_id: d75816fb-a82f-46cb-9997-0d66ec439c2b
  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-7@li-lc-1578.dq
  state: finished
  worker_name: reserved_resource_worker-7@li-lc-1578
  result:
    importer_type_id: yum_importer
    importer_id: yum_importer
    exception: 
    repo_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    removed_count: 0
    started: '2015-09-21T02:02:00Z'
    _ns: repo_sync_results
    completed: '2015-09-21T02:08:19Z'
    traceback: 
    summary:
      content:
        state: FINISHED
      comps:
        state: FINISHED
      distribution:
        state: FINISHED
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
    added_count: 0
    error_message: 
    updated_count: 1309
    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: 55ff66930586fe0eb7d9a7ac
    result: success
  error: 
  _id:
    $oid: 55ff65179bef1c399d8b1d44
  id: 55ff65180586fe0d99f7b2ca
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/35e329d9-445c-43b8-a82f-540f66961427/
  task_id: 35e329d9-445c-43b8-a82f-540f66961427
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:30Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:29Z'
  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/tmpoOGy70'\n"
  spawned_tasks: []
  progress_report: {}
  queue: reserved_resource_worker-1@li-lc-1578.dq
  state: error
  worker_name: reserved_resource_worker-1@li-lc-1578
  result: 
  error:
    code: PLP0000
    data: {}
    description: ! '[Errno 28] No space left on device: ''/var/www/pulp/nodes/https/repos/tmpoOGy70'''
    sub_errors: []
  _id:
    $oid: 55ff66939bef1c399d8b1d98
  id: 55ff6a5d0586fe0d99f88828
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/d75816fb-a82f-46cb-9997-0d66ec439c2b/
  task_id: d75816fb-a82f-46cb-9997-0d66ec439c2b
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:31Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:31Z'
  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_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5/distributors/yum_distributor'\n"
  spawned_tasks: []
  progress_report: {}
  queue: reserved_resource_worker-1@li-lc-1578.dq
  state: error
  worker_name: reserved_resource_worker-1@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_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5/distributors/yum_distributor'''
    sub_errors: []
  _id:
    $oid: 55ff66939bef1c399d8b1d99
  id: 55ff6a5d0586fe0d99f8882c
id: 60
remote_user: hoici-59c70e2b
remote_cp_user: hoici
locale: en

Output:

--- {}

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

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

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

Real time: 0.19s

Execution time (excluding suspended state): 0.19s

Input:

---
repo: 60
last_updated: '2015-09-17 15:44:14 UTC'
locale: en

Output:

--- {}

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

Started at: 2015-09-21 02:54:42 UTC

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

Real time: 26.25s

Execution time (excluding suspended state): 26.25s

Input:

---
repository:
  id: 60
  name: Red Hat Enterprise Linux 6 Server - Optional RPMs x86_64 6.5
  label: Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
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: 60
sync_result:
  pulp_tasks:
  - exception: 
    task_type: pulp.server.managers.repo.sync.sync
    _href: /pulp/api/v2/tasks/96789ab8-93c9-4f84-acc5-bbcf2d6f1bcf/
    task_id: 96789ab8-93c9-4f84-acc5-bbcf2d6f1bcf
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    - pulp:action:sync
    finish_time: '2015-09-21T02:08:19Z'
    _ns: task_status
    start_time: '2015-09-21T02:02:00Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/35e329d9-445c-43b8-a82f-540f66961427/
      task_id: 35e329d9-445c-43b8-a82f-540f66961427
    - _href: /pulp/api/v2/tasks/d75816fb-a82f-46cb-9997-0d66ec439c2b/
      task_id: d75816fb-a82f-46cb-9997-0d66ec439c2b
    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-7@li-lc-1578.dq
    state: finished
    worker_name: reserved_resource_worker-7@li-lc-1578
    result:
      importer_type_id: yum_importer
      importer_id: yum_importer
      exception: 
      repo_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
      removed_count: 0
      started: '2015-09-21T02:02:00Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:08:19Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 1309
      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: 55ff66930586fe0eb7d9a7ac
      result: success
    error: 
    _id:
      $oid: 55ff65179bef1c399d8b1d44
    id: 55ff65180586fe0d99f7b2ca
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/35e329d9-445c-43b8-a82f-540f66961427/
    task_id: 35e329d9-445c-43b8-a82f-540f66961427
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:30Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:29Z'
    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/tmpoOGy70'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-1@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-1@li-lc-1578
    result: 
    error:
      code: PLP0000
      data: {}
      description: ! '[Errno 28] No space left on device: ''/var/www/pulp/nodes/https/repos/tmpoOGy70'''
      sub_errors: []
    _id:
      $oid: 55ff66939bef1c399d8b1d98
    id: 55ff6a5d0586fe0d99f88828
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/d75816fb-a82f-46cb-9997-0d66ec439c2b/
    task_id: d75816fb-a82f-46cb-9997-0d66ec439c2b
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:31Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:31Z'
    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_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5/distributors/yum_distributor'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-1@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-1@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_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff66939bef1c399d8b1d99
    id: 55ff6a5d0586fe0d99f8882c
  poll_attempts:
    total: 94
    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/96789ab8-93c9-4f84-acc5-bbcf2d6f1bcf/
    task_id: 96789ab8-93c9-4f84-acc5-bbcf2d6f1bcf
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    - pulp:action:sync
    finish_time: '2015-09-21T02:08:19Z'
    _ns: task_status
    start_time: '2015-09-21T02:02:00Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/35e329d9-445c-43b8-a82f-540f66961427/
      task_id: 35e329d9-445c-43b8-a82f-540f66961427
    - _href: /pulp/api/v2/tasks/d75816fb-a82f-46cb-9997-0d66ec439c2b/
      task_id: d75816fb-a82f-46cb-9997-0d66ec439c2b
    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-7@li-lc-1578.dq
    state: finished
    worker_name: reserved_resource_worker-7@li-lc-1578
    result:
      importer_type_id: yum_importer
      importer_id: yum_importer
      exception: 
      repo_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
      removed_count: 0
      started: '2015-09-21T02:02:00Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:08:19Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 1309
      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: 55ff66930586fe0eb7d9a7ac
      result: success
    error: 
    _id:
      $oid: 55ff65179bef1c399d8b1d44
    id: 55ff65180586fe0d99f7b2ca
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/35e329d9-445c-43b8-a82f-540f66961427/
    task_id: 35e329d9-445c-43b8-a82f-540f66961427
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:30Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:29Z'
    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/tmpoOGy70'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-1@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-1@li-lc-1578
    result: 
    error:
      code: PLP0000
      data: {}
      description: ! '[Errno 28] No space left on device: ''/var/www/pulp/nodes/https/repos/tmpoOGy70'''
      sub_errors: []
    _id:
      $oid: 55ff66939bef1c399d8b1d98
    id: 55ff6a5d0586fe0d99f88828
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/d75816fb-a82f-46cb-9997-0d66ec439c2b/
    task_id: d75816fb-a82f-46cb-9997-0d66ec439c2b
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:31Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:31Z'
    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_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5/distributors/yum_distributor'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-1@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-1@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_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff66939bef1c399d8b1d99
    id: 55ff6a5d0586fe0d99f8882c
  poll_attempts:
    total: 94
    failed: 1

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

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

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

Real time: 10.97s

Execution time (excluding suspended state): 10.97s

Input:

---
pulp_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
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/46d5c2f6-d849-4855-a3cb-da8cfa842d76/
  task_id: 46d5c2f6-d849-4855-a3cb-da8cfa842d76
  tags:
  - pulp:action:content_applicability_regeneration
  finish_time: '2015-09-21T03:05:31Z'
  _ns: task_status
  start_time: '2015-09-21T03:05:31Z'
  traceback: 
  spawned_tasks: []
  progress_report: {}
  queue: reserved_resource_worker-1@li-lc-1578.dq
  state: finished
  worker_name: reserved_resource_worker-1@li-lc-1578
  result: 
  error: 
  _id:
    $oid: 55ff73fb9bef1c399d8b1ddd
  id: 55ff73fb0586fe0d99f88dc8

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

Started at: 2015-09-21 03:11:33 UTC

Ended at: 2015-09-21 03:11:35 UTC

Real time: 1.95s

Execution time (excluding suspended state): 1.95s

Input:

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

Output:

--- {}

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

Started at: 2015-09-21 03:11:35 UTC

Ended at: 2015-09-21 03:11:35 UTC

Real time: 0.09s

Execution time (excluding suspended state): 0.09s

Input:

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

Output:

--- {}

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

Started at: 2015-09-21 03:11:36 UTC

Ended at: 2015-09-21 03:11:37 UTC

Real time: 0.33s

Execution time (excluding suspended state): 0.33s

Input:

---
repo_id: 60
locale: en

Output:

--- {}

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

Started at: 2015-09-21 03:11:37 UTC

Ended at: 2015-09-21 03:11:37 UTC

Real time: 0.31s

Execution time (excluding suspended state): 0.31s

Input:

---
repo_id: 60
locale: en

Output:

--- {}

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

Started at: 2015-09-21 03:11:37 UTC

Ended at: 2015-09-21 03:11:37 UTC

Real time: 0.02s

Execution time (excluding suspended state): 0.02s

Input:

---
repo: 60
last_updated: '2015-09-17 15:44:14 UTC'
locale: en

Output:

--- {}

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

Started at: 2015-09-21 03:11:37 UTC

Ended at: 2015-09-21 03:11:39 UTC

Real time: 1.42s

Execution time (excluding suspended state): 1.42s

Input:

---
repository:
  id: 60
  name: Red Hat Enterprise Linux 6 Server - Optional RPMs x86_64 6.5
  label: Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
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: 60
sync_result:
  pulp_tasks:
  - exception: 
    task_type: pulp.server.managers.repo.sync.sync
    _href: /pulp/api/v2/tasks/96789ab8-93c9-4f84-acc5-bbcf2d6f1bcf/
    task_id: 96789ab8-93c9-4f84-acc5-bbcf2d6f1bcf
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    - pulp:action:sync
    finish_time: '2015-09-21T02:08:19Z'
    _ns: task_status
    start_time: '2015-09-21T02:02:00Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/35e329d9-445c-43b8-a82f-540f66961427/
      task_id: 35e329d9-445c-43b8-a82f-540f66961427
    - _href: /pulp/api/v2/tasks/d75816fb-a82f-46cb-9997-0d66ec439c2b/
      task_id: d75816fb-a82f-46cb-9997-0d66ec439c2b
    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-7@li-lc-1578.dq
    state: finished
    worker_name: reserved_resource_worker-7@li-lc-1578
    result:
      importer_type_id: yum_importer
      importer_id: yum_importer
      exception: 
      repo_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
      removed_count: 0
      started: '2015-09-21T02:02:00Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:08:19Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 1309
      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: 55ff66930586fe0eb7d9a7ac
      result: success
    error: 
    _id:
      $oid: 55ff65179bef1c399d8b1d44
    id: 55ff65180586fe0d99f7b2ca
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/35e329d9-445c-43b8-a82f-540f66961427/
    task_id: 35e329d9-445c-43b8-a82f-540f66961427
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:30Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:29Z'
    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/tmpoOGy70'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-1@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-1@li-lc-1578
    result: 
    error:
      code: PLP0000
      data: {}
      description: ! '[Errno 28] No space left on device: ''/var/www/pulp/nodes/https/repos/tmpoOGy70'''
      sub_errors: []
    _id:
      $oid: 55ff66939bef1c399d8b1d98
    id: 55ff6a5d0586fe0d99f88828
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/d75816fb-a82f-46cb-9997-0d66ec439c2b/
    task_id: d75816fb-a82f-46cb-9997-0d66ec439c2b
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:31Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:31Z'
    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_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5/distributors/yum_distributor'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-1@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-1@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_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff66939bef1c399d8b1d99
    id: 55ff6a5d0586fe0d99f8882c
  poll_attempts:
    total: 94
    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/96789ab8-93c9-4f84-acc5-bbcf2d6f1bcf/
    task_id: 96789ab8-93c9-4f84-acc5-bbcf2d6f1bcf
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    - pulp:action:sync
    finish_time: '2015-09-21T02:08:19Z'
    _ns: task_status
    start_time: '2015-09-21T02:02:00Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/35e329d9-445c-43b8-a82f-540f66961427/
      task_id: 35e329d9-445c-43b8-a82f-540f66961427
    - _href: /pulp/api/v2/tasks/d75816fb-a82f-46cb-9997-0d66ec439c2b/
      task_id: d75816fb-a82f-46cb-9997-0d66ec439c2b
    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-7@li-lc-1578.dq
    state: finished
    worker_name: reserved_resource_worker-7@li-lc-1578
    result:
      importer_type_id: yum_importer
      importer_id: yum_importer
      exception: 
      repo_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
      removed_count: 0
      started: '2015-09-21T02:02:00Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:08:19Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 1309
      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: 55ff66930586fe0eb7d9a7ac
      result: success
    error: 
    _id:
      $oid: 55ff65179bef1c399d8b1d44
    id: 55ff65180586fe0d99f7b2ca
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/35e329d9-445c-43b8-a82f-540f66961427/
    task_id: 35e329d9-445c-43b8-a82f-540f66961427
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:30Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:29Z'
    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/tmpoOGy70'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-1@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-1@li-lc-1578
    result: 
    error:
      code: PLP0000
      data: {}
      description: ! '[Errno 28] No space left on device: ''/var/www/pulp/nodes/https/repos/tmpoOGy70'''
      sub_errors: []
    _id:
      $oid: 55ff66939bef1c399d8b1d98
    id: 55ff6a5d0586fe0d99f88828
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/d75816fb-a82f-46cb-9997-0d66ec439c2b/
    task_id: d75816fb-a82f-46cb-9997-0d66ec439c2b
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:31Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:31Z'
    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_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5/distributors/yum_distributor'\n"
    spawned_tasks: []
    progress_report: {}
    queue: reserved_resource_worker-1@li-lc-1578.dq
    state: error
    worker_name: reserved_resource_worker-1@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_Enterprise_Linux_6_Server_-_Optional_RPMs_x86_64_6_5/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff66939bef1c399d8b1d99
    id: 55ff6a5d0586fe0d99f8882c
  poll_attempts:
    total: 94
    failed: 1

Back