Status: stopped

Result: success

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

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

sequence concurrence
3: Actions::Pulp::Repository::Sync (success) [ 2304.83s / 39.76s ]

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

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

Real time: 2304.83s

Execution time (excluding suspended state): 39.76s

Input:

---
pulp_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
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/5f7c1850-888f-42f1-8f11-6c72f95f7785/
  task_id: 5f7c1850-888f-42f1-8f11-6c72f95f7785
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
  - pulp:action:sync
  finish_time: '2015-09-21T02:19:51Z'
  _ns: task_status
  start_time: '2015-09-21T02:11:32Z'
  traceback: 
  spawned_tasks:
  - _href: /pulp/api/v2/tasks/9b89bbe0-ee8f-4616-a043-70d2140c9578/
    task_id: 9b89bbe0-ee8f-4616-a043-70d2140c9578
  - _href: /pulp/api/v2/tasks/fb5dc1b0-5d14-4bab-b5b9-d402883c6ede/
    task_id: fb5dc1b0-5d14-4bab-b5b9-d402883c6ede
  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_7_Server_RPMs_x86_64_7Server
    removed_count: 0
    started: '2015-09-21T02:11:32Z'
    _ns: repo_sync_results
    completed: '2015-09-21T02:19:51Z'
    traceback: 
    summary:
      content:
        state: FINISHED
      comps:
        state: FINISHED
      distribution:
        state: FINISHED
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
    added_count: 0
    error_message: 
    updated_count: 736
    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: 55ff69470586fe0eb7d9a7c0
    result: success
  error: 
  _id:
    $oid: 55ff654f9bef1c399d8b1d75
  id: 55ff67540586fe0d99f80d9b
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/9b89bbe0-ee8f-4616-a043-70d2140c9578/
  task_id: 9b89bbe0-ee8f-4616-a043-70d2140c9578
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:54Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:53Z'
  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/tmpaOhCyg'\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/tmpaOhCyg'''
    sub_errors: []
  _id:
    $oid: 55ff69479bef1c399d8b1db6
  id: 55ff6a750586fe0d99f88ba1
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/fb5dc1b0-5d14-4bab-b5b9-d402883c6ede/
  task_id: fb5dc1b0-5d14-4bab-b5b9-d402883c6ede
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:54Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:54Z'
  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_7_Server_RPMs_x86_64_7Server/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_Enterprise_Linux_7_Server_RPMs_x86_64_7Server/distributors/yum_distributor'''
    sub_errors: []
  _id:
    $oid: 55ff69479bef1c399d8b1db7
  id: 55ff6a750586fe0d99f88ba5
poll_attempts:
  total: 91
  failed: 1

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

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

Ended at: 2015-09-21 03:07:58 UTC

Real time: 423.69s

Execution time (excluding suspended state): 423.69s

Input:

---
dependency:
- exception: 
  task_type: pulp.server.managers.repo.sync.sync
  _href: /pulp/api/v2/tasks/5f7c1850-888f-42f1-8f11-6c72f95f7785/
  task_id: 5f7c1850-888f-42f1-8f11-6c72f95f7785
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
  - pulp:action:sync
  finish_time: '2015-09-21T02:19:51Z'
  _ns: task_status
  start_time: '2015-09-21T02:11:32Z'
  traceback: 
  spawned_tasks:
  - _href: /pulp/api/v2/tasks/9b89bbe0-ee8f-4616-a043-70d2140c9578/
    task_id: 9b89bbe0-ee8f-4616-a043-70d2140c9578
  - _href: /pulp/api/v2/tasks/fb5dc1b0-5d14-4bab-b5b9-d402883c6ede/
    task_id: fb5dc1b0-5d14-4bab-b5b9-d402883c6ede
  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_7_Server_RPMs_x86_64_7Server
    removed_count: 0
    started: '2015-09-21T02:11:32Z'
    _ns: repo_sync_results
    completed: '2015-09-21T02:19:51Z'
    traceback: 
    summary:
      content:
        state: FINISHED
      comps:
        state: FINISHED
      distribution:
        state: FINISHED
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
    added_count: 0
    error_message: 
    updated_count: 736
    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: 55ff69470586fe0eb7d9a7c0
    result: success
  error: 
  _id:
    $oid: 55ff654f9bef1c399d8b1d75
  id: 55ff67540586fe0d99f80d9b
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/9b89bbe0-ee8f-4616-a043-70d2140c9578/
  task_id: 9b89bbe0-ee8f-4616-a043-70d2140c9578
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:54Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:53Z'
  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/tmpaOhCyg'\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/tmpaOhCyg'''
    sub_errors: []
  _id:
    $oid: 55ff69479bef1c399d8b1db6
  id: 55ff6a750586fe0d99f88ba1
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/fb5dc1b0-5d14-4bab-b5b9-d402883c6ede/
  task_id: fb5dc1b0-5d14-4bab-b5b9-d402883c6ede
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:54Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:54Z'
  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_7_Server_RPMs_x86_64_7Server/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_Enterprise_Linux_7_Server_RPMs_x86_64_7Server/distributors/yum_distributor'''
    sub_errors: []
  _id:
    $oid: 55ff69479bef1c399d8b1db7
  id: 55ff6a750586fe0d99f88ba5
id: 59
remote_user: hoici-59c70e2b
remote_cp_user: hoici
locale: en

Output:

--- {}

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

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

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

Real time: 0.20s

Execution time (excluding suspended state): 0.20s

Input:

---
repo: 59
last_updated: '2015-09-16 18:38:31 UTC'
locale: en

Output:

--- {}

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

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

Ended at: 2015-09-21 03:14:24 UTC

Real time: 8.61s

Execution time (excluding suspended state): 8.61s

Input:

---
repository:
  id: 59
  name: Red Hat Enterprise Linux 7 Server RPMs x86_64 7Server
  label: Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
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: 59
sync_result:
  pulp_tasks:
  - exception: 
    task_type: pulp.server.managers.repo.sync.sync
    _href: /pulp/api/v2/tasks/5f7c1850-888f-42f1-8f11-6c72f95f7785/
    task_id: 5f7c1850-888f-42f1-8f11-6c72f95f7785
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
    - pulp:action:sync
    finish_time: '2015-09-21T02:19:51Z'
    _ns: task_status
    start_time: '2015-09-21T02:11:32Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/9b89bbe0-ee8f-4616-a043-70d2140c9578/
      task_id: 9b89bbe0-ee8f-4616-a043-70d2140c9578
    - _href: /pulp/api/v2/tasks/fb5dc1b0-5d14-4bab-b5b9-d402883c6ede/
      task_id: fb5dc1b0-5d14-4bab-b5b9-d402883c6ede
    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_7_Server_RPMs_x86_64_7Server
      removed_count: 0
      started: '2015-09-21T02:11:32Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:19:51Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 736
      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: 55ff69470586fe0eb7d9a7c0
      result: success
    error: 
    _id:
      $oid: 55ff654f9bef1c399d8b1d75
    id: 55ff67540586fe0d99f80d9b
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/9b89bbe0-ee8f-4616-a043-70d2140c9578/
    task_id: 9b89bbe0-ee8f-4616-a043-70d2140c9578
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:54Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:53Z'
    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/tmpaOhCyg'\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/tmpaOhCyg'''
      sub_errors: []
    _id:
      $oid: 55ff69479bef1c399d8b1db6
    id: 55ff6a750586fe0d99f88ba1
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/fb5dc1b0-5d14-4bab-b5b9-d402883c6ede/
    task_id: fb5dc1b0-5d14-4bab-b5b9-d402883c6ede
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:54Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:54Z'
    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_7_Server_RPMs_x86_64_7Server/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_Enterprise_Linux_7_Server_RPMs_x86_64_7Server/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff69479bef1c399d8b1db7
    id: 55ff6a750586fe0d99f88ba5
  poll_attempts:
    total: 91
    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/5f7c1850-888f-42f1-8f11-6c72f95f7785/
    task_id: 5f7c1850-888f-42f1-8f11-6c72f95f7785
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
    - pulp:action:sync
    finish_time: '2015-09-21T02:19:51Z'
    _ns: task_status
    start_time: '2015-09-21T02:11:32Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/9b89bbe0-ee8f-4616-a043-70d2140c9578/
      task_id: 9b89bbe0-ee8f-4616-a043-70d2140c9578
    - _href: /pulp/api/v2/tasks/fb5dc1b0-5d14-4bab-b5b9-d402883c6ede/
      task_id: fb5dc1b0-5d14-4bab-b5b9-d402883c6ede
    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_7_Server_RPMs_x86_64_7Server
      removed_count: 0
      started: '2015-09-21T02:11:32Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:19:51Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 736
      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: 55ff69470586fe0eb7d9a7c0
      result: success
    error: 
    _id:
      $oid: 55ff654f9bef1c399d8b1d75
    id: 55ff67540586fe0d99f80d9b
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/9b89bbe0-ee8f-4616-a043-70d2140c9578/
    task_id: 9b89bbe0-ee8f-4616-a043-70d2140c9578
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:54Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:53Z'
    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/tmpaOhCyg'\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/tmpaOhCyg'''
      sub_errors: []
    _id:
      $oid: 55ff69479bef1c399d8b1db6
    id: 55ff6a750586fe0d99f88ba1
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/fb5dc1b0-5d14-4bab-b5b9-d402883c6ede/
    task_id: fb5dc1b0-5d14-4bab-b5b9-d402883c6ede
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:54Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:54Z'
    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_7_Server_RPMs_x86_64_7Server/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_Enterprise_Linux_7_Server_RPMs_x86_64_7Server/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff69479bef1c399d8b1db7
    id: 55ff6a750586fe0d99f88ba5
  poll_attempts:
    total: 91
    failed: 1

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

Started at: 2015-09-21 03:14:58 UTC

Ended at: 2015-09-21 03:18:01 UTC

Real time: 182.76s

Execution time (excluding suspended state): 0.53s

Input:

---
pulp_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
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/e83358cf-c0e9-415d-b2ba-9d61f6834ada/
  task_id: e83358cf-c0e9-415d-b2ba-9d61f6834ada
  tags:
  - pulp:action:content_applicability_regeneration
  finish_time: '2015-09-21T03:14:59Z'
  _ns: task_status
  start_time: '2015-09-21T03:14:59Z'
  traceback: 
  spawned_tasks: []
  progress_report: {}
  queue: reserved_resource_worker-7@li-lc-1578.dq
  state: finished
  worker_name: reserved_resource_worker-7@li-lc-1578
  result: 
  error: 
  _id:
    $oid: 55ff76329bef1c399d8b1df3
  id: 55ff76330586fe0d99f88edd
poll_attempts:
  total: 1
  failed: 0

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

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

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

Real time: 0.42s

Execution time (excluding suspended state): 0.42s

Input:

---
id: 59
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:19:09 UTC

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

Real time: 0.02s

Execution time (excluding suspended state): 0.02s

Input:

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

Output:

--- {}

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

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

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

Real time: 1.50s

Execution time (excluding suspended state): 1.50s

Input:

---
repo_id: 59
locale: en

Output:

--- {}

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

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

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

Real time: 0.02s

Execution time (excluding suspended state): 0.02s

Input:

---
repo_id: 59
locale: en

Output:

--- {}

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

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

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

Real time: 0.02s

Execution time (excluding suspended state): 0.02s

Input:

---
repo: 59
last_updated: '2015-09-16 18:38:31 UTC'
locale: en

Output:

--- {}

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

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

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

Real time: 0.12s

Execution time (excluding suspended state): 0.12s

Input:

---
repository:
  id: 59
  name: Red Hat Enterprise Linux 7 Server RPMs x86_64 7Server
  label: Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
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: 59
sync_result:
  pulp_tasks:
  - exception: 
    task_type: pulp.server.managers.repo.sync.sync
    _href: /pulp/api/v2/tasks/5f7c1850-888f-42f1-8f11-6c72f95f7785/
    task_id: 5f7c1850-888f-42f1-8f11-6c72f95f7785
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
    - pulp:action:sync
    finish_time: '2015-09-21T02:19:51Z'
    _ns: task_status
    start_time: '2015-09-21T02:11:32Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/9b89bbe0-ee8f-4616-a043-70d2140c9578/
      task_id: 9b89bbe0-ee8f-4616-a043-70d2140c9578
    - _href: /pulp/api/v2/tasks/fb5dc1b0-5d14-4bab-b5b9-d402883c6ede/
      task_id: fb5dc1b0-5d14-4bab-b5b9-d402883c6ede
    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_7_Server_RPMs_x86_64_7Server
      removed_count: 0
      started: '2015-09-21T02:11:32Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:19:51Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 736
      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: 55ff69470586fe0eb7d9a7c0
      result: success
    error: 
    _id:
      $oid: 55ff654f9bef1c399d8b1d75
    id: 55ff67540586fe0d99f80d9b
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/9b89bbe0-ee8f-4616-a043-70d2140c9578/
    task_id: 9b89bbe0-ee8f-4616-a043-70d2140c9578
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:54Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:53Z'
    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/tmpaOhCyg'\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/tmpaOhCyg'''
      sub_errors: []
    _id:
      $oid: 55ff69479bef1c399d8b1db6
    id: 55ff6a750586fe0d99f88ba1
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/fb5dc1b0-5d14-4bab-b5b9-d402883c6ede/
    task_id: fb5dc1b0-5d14-4bab-b5b9-d402883c6ede
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:54Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:54Z'
    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_7_Server_RPMs_x86_64_7Server/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_Enterprise_Linux_7_Server_RPMs_x86_64_7Server/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff69479bef1c399d8b1db7
    id: 55ff6a750586fe0d99f88ba5
  poll_attempts:
    total: 91
    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/5f7c1850-888f-42f1-8f11-6c72f95f7785/
    task_id: 5f7c1850-888f-42f1-8f11-6c72f95f7785
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
    - pulp:action:sync
    finish_time: '2015-09-21T02:19:51Z'
    _ns: task_status
    start_time: '2015-09-21T02:11:32Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/9b89bbe0-ee8f-4616-a043-70d2140c9578/
      task_id: 9b89bbe0-ee8f-4616-a043-70d2140c9578
    - _href: /pulp/api/v2/tasks/fb5dc1b0-5d14-4bab-b5b9-d402883c6ede/
      task_id: fb5dc1b0-5d14-4bab-b5b9-d402883c6ede
    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_7_Server_RPMs_x86_64_7Server
      removed_count: 0
      started: '2015-09-21T02:11:32Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:19:51Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 736
      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: 55ff69470586fe0eb7d9a7c0
      result: success
    error: 
    _id:
      $oid: 55ff654f9bef1c399d8b1d75
    id: 55ff67540586fe0d99f80d9b
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/9b89bbe0-ee8f-4616-a043-70d2140c9578/
    task_id: 9b89bbe0-ee8f-4616-a043-70d2140c9578
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:54Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:53Z'
    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/tmpaOhCyg'\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/tmpaOhCyg'''
      sub_errors: []
    _id:
      $oid: 55ff69479bef1c399d8b1db6
    id: 55ff6a750586fe0d99f88ba1
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/fb5dc1b0-5d14-4bab-b5b9-d402883c6ede/
    task_id: fb5dc1b0-5d14-4bab-b5b9-d402883c6ede
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:54Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:54Z'
    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_7_Server_RPMs_x86_64_7Server/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_Enterprise_Linux_7_Server_RPMs_x86_64_7Server/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff69479bef1c399d8b1db7
    id: 55ff6a750586fe0d99f88ba5
  poll_attempts:
    total: 91
    failed: 1

Back