Status: stopped

Result: success

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

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

sequence concurrence
3: Actions::Pulp::Repository::Sync (success) [ 1388.41s / 69.20s ]

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

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

Real time: 1388.41s

Execution time (excluding suspended state): 69.20s

Input:

---
pulp_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_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/c34673c1-fdea-405d-9b69-bece05c3a856/
  task_id: c34673c1-fdea-405d-9b69-bece05c3a856
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
  - pulp:action:sync
  finish_time: '2015-09-21T02:04:33Z'
  _ns: task_status
  start_time: '2015-09-21T02:01:30Z'
  traceback: 
  spawned_tasks:
  - _href: /pulp/api/v2/tasks/54ec3040-8377-4907-851a-4b4b745f7092/
    task_id: 54ec3040-8377-4907-851a-4b4b745f7092
  - _href: /pulp/api/v2/tasks/7865265f-654d-4fbd-aae1-da421491bb9e/
    task_id: 7865265f-654d-4fbd-aae1-da421491bb9e
  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-2@li-lc-1578.dq
  state: finished
  worker_name: reserved_resource_worker-2@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_Kickstart_x86_64_6_5
    removed_count: 0
    started: '2015-09-21T02:01:30Z'
    _ns: repo_sync_results
    completed: '2015-09-21T02:04:33Z'
    traceback: 
    summary:
      content:
        state: FINISHED
      comps:
        state: FINISHED
      distribution:
        state: FINISHED
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
    added_count: 0
    error_message: 
    updated_count: 212
    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: 55ff65b10586fe0df89a1b7a
    result: success
  error: 
  _id:
    $oid: 55ff64fa9bef1c399d8b1d36
  id: 55ff64fa0586fe0d99f7b21d
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/54ec3040-8377-4907-851a-4b4b745f7092/
  task_id: 54ec3040-8377-4907-851a-4b4b745f7092
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:25Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:24Z'
  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/tmpvqVpvh'\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/tmpvqVpvh'''
    sub_errors: []
  _id:
    $oid: 55ff65b19bef1c399d8b1d8d
  id: 55ff6a580586fe0d99f88746
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/7865265f-654d-4fbd-aae1-da421491bb9e/
  task_id: 7865265f-654d-4fbd-aae1-da421491bb9e
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:25Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:25Z'
  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_Kickstart_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_Kickstart_x86_64_6_5/distributors/yum_distributor'''
    sub_errors: []
  _id:
    $oid: 55ff65b19bef1c399d8b1d8e
  id: 55ff6a580586fe0d99f8874a
poll_attempts:
  total: 92
  failed: 1

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

Started at: 2015-09-21 02:26:14 UTC

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

Real time: 231.87s

Execution time (excluding suspended state): 231.87s

Input:

---
dependency:
- exception: 
  task_type: pulp.server.managers.repo.sync.sync
  _href: /pulp/api/v2/tasks/c34673c1-fdea-405d-9b69-bece05c3a856/
  task_id: c34673c1-fdea-405d-9b69-bece05c3a856
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
  - pulp:action:sync
  finish_time: '2015-09-21T02:04:33Z'
  _ns: task_status
  start_time: '2015-09-21T02:01:30Z'
  traceback: 
  spawned_tasks:
  - _href: /pulp/api/v2/tasks/54ec3040-8377-4907-851a-4b4b745f7092/
    task_id: 54ec3040-8377-4907-851a-4b4b745f7092
  - _href: /pulp/api/v2/tasks/7865265f-654d-4fbd-aae1-da421491bb9e/
    task_id: 7865265f-654d-4fbd-aae1-da421491bb9e
  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-2@li-lc-1578.dq
  state: finished
  worker_name: reserved_resource_worker-2@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_Kickstart_x86_64_6_5
    removed_count: 0
    started: '2015-09-21T02:01:30Z'
    _ns: repo_sync_results
    completed: '2015-09-21T02:04:33Z'
    traceback: 
    summary:
      content:
        state: FINISHED
      comps:
        state: FINISHED
      distribution:
        state: FINISHED
      errata:
        state: FINISHED
      metadata:
        state: FINISHED
    added_count: 0
    error_message: 
    updated_count: 212
    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: 55ff65b10586fe0df89a1b7a
    result: success
  error: 
  _id:
    $oid: 55ff64fa9bef1c399d8b1d36
  id: 55ff64fa0586fe0d99f7b21d
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/54ec3040-8377-4907-851a-4b4b745f7092/
  task_id: 54ec3040-8377-4907-851a-4b4b745f7092
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:25Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:24Z'
  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/tmpvqVpvh'\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/tmpvqVpvh'''
    sub_errors: []
  _id:
    $oid: 55ff65b19bef1c399d8b1d8d
  id: 55ff6a580586fe0d99f88746
- exception: 
  task_type: pulp.server.managers.repo.publish.publish
  _href: /pulp/api/v2/tasks/7865265f-654d-4fbd-aae1-da421491bb9e/
  task_id: 7865265f-654d-4fbd-aae1-da421491bb9e
  tags:
  - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
  - pulp:action:publish
  finish_time: '2015-09-21T02:24:25Z'
  _ns: task_status
  start_time: '2015-09-21T02:24:25Z'
  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_Kickstart_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_Kickstart_x86_64_6_5/distributors/yum_distributor'''
    sub_errors: []
  _id:
    $oid: 55ff65b19bef1c399d8b1d8e
  id: 55ff6a580586fe0d99f8874a
id: 52
remote_user: hoici-59c70e2b
remote_cp_user: hoici
locale: en

Output:

--- {}

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

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

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

Real time: 1.66s

Execution time (excluding suspended state): 1.66s

Input:

---
repo: 52
last_updated: '2015-09-21 02:01:27 +0000'
locale: en

Output:

--- {}

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

Started at: 2015-09-21 02:49:45 UTC

Ended at: 2015-09-21 02:49:50 UTC

Real time: 5.23s

Execution time (excluding suspended state): 5.23s

Input:

---
repository:
  id: 52
  name: Red Hat Enterprise Linux 6 Server Kickstart x86_64 6.5
  label: Red_Hat_Enterprise_Linux_6_Server_Kickstart_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: 52
sync_result:
  pulp_tasks:
  - exception: 
    task_type: pulp.server.managers.repo.sync.sync
    _href: /pulp/api/v2/tasks/c34673c1-fdea-405d-9b69-bece05c3a856/
    task_id: c34673c1-fdea-405d-9b69-bece05c3a856
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
    - pulp:action:sync
    finish_time: '2015-09-21T02:04:33Z'
    _ns: task_status
    start_time: '2015-09-21T02:01:30Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/54ec3040-8377-4907-851a-4b4b745f7092/
      task_id: 54ec3040-8377-4907-851a-4b4b745f7092
    - _href: /pulp/api/v2/tasks/7865265f-654d-4fbd-aae1-da421491bb9e/
      task_id: 7865265f-654d-4fbd-aae1-da421491bb9e
    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-2@li-lc-1578.dq
    state: finished
    worker_name: reserved_resource_worker-2@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_Kickstart_x86_64_6_5
      removed_count: 0
      started: '2015-09-21T02:01:30Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:04:33Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 212
      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: 55ff65b10586fe0df89a1b7a
      result: success
    error: 
    _id:
      $oid: 55ff64fa9bef1c399d8b1d36
    id: 55ff64fa0586fe0d99f7b21d
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/54ec3040-8377-4907-851a-4b4b745f7092/
    task_id: 54ec3040-8377-4907-851a-4b4b745f7092
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:25Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:24Z'
    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/tmpvqVpvh'\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/tmpvqVpvh'''
      sub_errors: []
    _id:
      $oid: 55ff65b19bef1c399d8b1d8d
    id: 55ff6a580586fe0d99f88746
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/7865265f-654d-4fbd-aae1-da421491bb9e/
    task_id: 7865265f-654d-4fbd-aae1-da421491bb9e
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:25Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:25Z'
    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_Kickstart_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_Kickstart_x86_64_6_5/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff65b19bef1c399d8b1d8e
    id: 55ff6a580586fe0d99f8874a
  poll_attempts:
    total: 92
    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/c34673c1-fdea-405d-9b69-bece05c3a856/
    task_id: c34673c1-fdea-405d-9b69-bece05c3a856
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
    - pulp:action:sync
    finish_time: '2015-09-21T02:04:33Z'
    _ns: task_status
    start_time: '2015-09-21T02:01:30Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/54ec3040-8377-4907-851a-4b4b745f7092/
      task_id: 54ec3040-8377-4907-851a-4b4b745f7092
    - _href: /pulp/api/v2/tasks/7865265f-654d-4fbd-aae1-da421491bb9e/
      task_id: 7865265f-654d-4fbd-aae1-da421491bb9e
    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-2@li-lc-1578.dq
    state: finished
    worker_name: reserved_resource_worker-2@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_Kickstart_x86_64_6_5
      removed_count: 0
      started: '2015-09-21T02:01:30Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:04:33Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 212
      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: 55ff65b10586fe0df89a1b7a
      result: success
    error: 
    _id:
      $oid: 55ff64fa9bef1c399d8b1d36
    id: 55ff64fa0586fe0d99f7b21d
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/54ec3040-8377-4907-851a-4b4b745f7092/
    task_id: 54ec3040-8377-4907-851a-4b4b745f7092
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:25Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:24Z'
    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/tmpvqVpvh'\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/tmpvqVpvh'''
      sub_errors: []
    _id:
      $oid: 55ff65b19bef1c399d8b1d8d
    id: 55ff6a580586fe0d99f88746
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/7865265f-654d-4fbd-aae1-da421491bb9e/
    task_id: 7865265f-654d-4fbd-aae1-da421491bb9e
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:25Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:25Z'
    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_Kickstart_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_Kickstart_x86_64_6_5/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff65b19bef1c399d8b1d8e
    id: 55ff6a580586fe0d99f8874a
  poll_attempts:
    total: 92
    failed: 1

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

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

Ended at: 2015-09-21 03:16:20 UTC

Real time: 657.52s

Execution time (excluding suspended state): 2.53s

Input:

---
pulp_id: Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_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/d75fb3e3-b906-4ab1-9bc2-5e1f125102e6/
  task_id: d75fb3e3-b906-4ab1-9bc2-5e1f125102e6
  tags:
  - pulp:action:content_applicability_regeneration
  finish_time: '2015-09-21T03:05:23Z'
  _ns: task_status
  start_time: '2015-09-21T03:05:23Z'
  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: 55ff73f29bef1c399d8b1ddc
  id: 55ff73f30586fe0d99f88dbb
poll_attempts:
  total: 1
  failed: 0

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

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

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

Real time: 0.29s

Execution time (excluding suspended state): 0.29s

Input:

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

Output:

--- {}

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

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

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

Real time: 1.83s

Execution time (excluding suspended state): 1.83s

Input:

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

Output:

--- {}

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

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

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

Real time: 0.50s

Execution time (excluding suspended state): 0.50s

Input:

---
repo_id: 52
locale: en

Output:

--- {}

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

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

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

Real time: 3.03s

Execution time (excluding suspended state): 3.03s

Input:

---
repo_id: 52
locale: en

Output:

--- {}

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

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

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

Real time: 0.01s

Execution time (excluding suspended state): 0.01s

Input:

---
repo: 52
last_updated: '2015-09-21 02:01:27 +0000'
locale: en

Output:

--- {}

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

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

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

Real time: 0.06s

Execution time (excluding suspended state): 0.06s

Input:

---
repository:
  id: 52
  name: Red Hat Enterprise Linux 6 Server Kickstart x86_64 6.5
  label: Red_Hat_Enterprise_Linux_6_Server_Kickstart_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: 52
sync_result:
  pulp_tasks:
  - exception: 
    task_type: pulp.server.managers.repo.sync.sync
    _href: /pulp/api/v2/tasks/c34673c1-fdea-405d-9b69-bece05c3a856/
    task_id: c34673c1-fdea-405d-9b69-bece05c3a856
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
    - pulp:action:sync
    finish_time: '2015-09-21T02:04:33Z'
    _ns: task_status
    start_time: '2015-09-21T02:01:30Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/54ec3040-8377-4907-851a-4b4b745f7092/
      task_id: 54ec3040-8377-4907-851a-4b4b745f7092
    - _href: /pulp/api/v2/tasks/7865265f-654d-4fbd-aae1-da421491bb9e/
      task_id: 7865265f-654d-4fbd-aae1-da421491bb9e
    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-2@li-lc-1578.dq
    state: finished
    worker_name: reserved_resource_worker-2@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_Kickstart_x86_64_6_5
      removed_count: 0
      started: '2015-09-21T02:01:30Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:04:33Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 212
      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: 55ff65b10586fe0df89a1b7a
      result: success
    error: 
    _id:
      $oid: 55ff64fa9bef1c399d8b1d36
    id: 55ff64fa0586fe0d99f7b21d
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/54ec3040-8377-4907-851a-4b4b745f7092/
    task_id: 54ec3040-8377-4907-851a-4b4b745f7092
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:25Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:24Z'
    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/tmpvqVpvh'\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/tmpvqVpvh'''
      sub_errors: []
    _id:
      $oid: 55ff65b19bef1c399d8b1d8d
    id: 55ff6a580586fe0d99f88746
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/7865265f-654d-4fbd-aae1-da421491bb9e/
    task_id: 7865265f-654d-4fbd-aae1-da421491bb9e
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:25Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:25Z'
    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_Kickstart_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_Kickstart_x86_64_6_5/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff65b19bef1c399d8b1d8e
    id: 55ff6a580586fe0d99f8874a
  poll_attempts:
    total: 92
    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/c34673c1-fdea-405d-9b69-bece05c3a856/
    task_id: c34673c1-fdea-405d-9b69-bece05c3a856
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
    - pulp:action:sync
    finish_time: '2015-09-21T02:04:33Z'
    _ns: task_status
    start_time: '2015-09-21T02:01:30Z'
    traceback: 
    spawned_tasks:
    - _href: /pulp/api/v2/tasks/54ec3040-8377-4907-851a-4b4b745f7092/
      task_id: 54ec3040-8377-4907-851a-4b4b745f7092
    - _href: /pulp/api/v2/tasks/7865265f-654d-4fbd-aae1-da421491bb9e/
      task_id: 7865265f-654d-4fbd-aae1-da421491bb9e
    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-2@li-lc-1578.dq
    state: finished
    worker_name: reserved_resource_worker-2@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_Kickstart_x86_64_6_5
      removed_count: 0
      started: '2015-09-21T02:01:30Z'
      _ns: repo_sync_results
      completed: '2015-09-21T02:04:33Z'
      traceback: 
      summary:
        content:
          state: FINISHED
        comps:
          state: FINISHED
        distribution:
          state: FINISHED
        errata:
          state: FINISHED
        metadata:
          state: FINISHED
      added_count: 0
      error_message: 
      updated_count: 212
      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: 55ff65b10586fe0df89a1b7a
      result: success
    error: 
    _id:
      $oid: 55ff64fa9bef1c399d8b1d36
    id: 55ff64fa0586fe0d99f7b21d
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/54ec3040-8377-4907-851a-4b4b745f7092/
    task_id: 54ec3040-8377-4907-851a-4b4b745f7092
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:25Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:24Z'
    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/tmpvqVpvh'\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/tmpvqVpvh'''
      sub_errors: []
    _id:
      $oid: 55ff65b19bef1c399d8b1d8d
    id: 55ff6a580586fe0d99f88746
  - exception: 
    task_type: pulp.server.managers.repo.publish.publish
    _href: /pulp/api/v2/tasks/7865265f-654d-4fbd-aae1-da421491bb9e/
    task_id: 7865265f-654d-4fbd-aae1-da421491bb9e
    tags:
    - pulp:repository:Hilti-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_Kickstart_x86_64_6_5
    - pulp:action:publish
    finish_time: '2015-09-21T02:24:25Z'
    _ns: task_status
    start_time: '2015-09-21T02:24:25Z'
    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_Kickstart_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_Kickstart_x86_64_6_5/distributors/yum_distributor'''
      sub_errors: []
    _id:
      $oid: 55ff65b19bef1c399d8b1d8e
    id: 55ff6a580586fe0d99f8874a
  poll_attempts:
    total: 92
    failed: 1

Back