|
2015-04-01 22:19:14,506 - INFO - POST request to /pulp/api/v2/repositories/centos6-x86_64-extras/actions//publish/ with parameters {"override_config": {"start_date": "2015-03-25T05:00:00Z"}, "id": "export_distributor"}
|
|
2015-04-01 22:19:14,506 - INFO - Response status : 202
|
|
|
|
2015-04-01 22:19:14,507 - INFO - Response body :
|
|
{
|
|
"spawned_tasks": [
|
|
{
|
|
"_href": "/pulp/api/v2/tasks/24eb7264-553f-47d5-99bc-792a69083b17/",
|
|
"task_id": "24eb7264-553f-47d5-99bc-792a69083b17"
|
|
}
|
|
],
|
|
"result": null,
|
|
"error": null
|
|
}
|
|
|
|
2015-04-01 22:19:15,581 - INFO - GET request to /pulp/api/v2/tasks/24eb7264-553f-47d5-99bc-792a69083b17/ with parameters None
|
|
2015-04-01 22:19:15,581 - INFO - Response status : 200
|
|
|
|
2015-04-01 22:19:15,582 - INFO - Response body :
|
|
{
|
|
"exception": null,
|
|
"task_type": "pulp.server.managers.repo.publish.publish",
|
|
"_href": "/pulp/api/v2/tasks/24eb7264-553f-47d5-99bc-792a69083b17/",
|
|
"task_id": "24eb7264-553f-47d5-99bc-792a69083b17",
|
|
"tags": [
|
|
"pulp:repository:centos6-x86_64-extras",
|
|
"pulp:action:publish"
|
|
],
|
|
"finish_time": "2015-04-02T02:19:14Z",
|
|
"_ns": "task_status",
|
|
"start_time": "2015-04-02T02:19:14Z",
|
|
"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_rpm/plugins/distributors/export_distributor/distributor.py\", line 136, in publish_repo\n return self._publisher.publish()\n File \"/usr/lib/python2.6/site-packages/pulp/plugins/util/publish_step.py\", line 558, in publish\n return self.process_lifecycle()\n File \"/usr/lib/python2.6/site-packages/pulp/plugins/util/publish_step.py\", line 503, in process_lifecycle\n super(PluginStep, self).process_lifecycle()\n File \"/usr/lib/python2.6/site-packages/pulp/plugins/util/publish_step.py\", line 127, in process_lifecycle\n step.process()\n File \"/usr/lib/python2.6/site-packages/pulp/plugins/util/publish_step.py\", line 204, in process\n self._process_block()\n File \"/usr/lib/python2.6/site-packages/pulp/plugins/util/publish_step.py\", line 246, in _process_block\n self.process_main()\n File \"/usr/lib/python2.6/site-packages/pulp/plugins/util/publish_step.py\", line 863, in process_main\n shutil.copytree(self.source_dir, self.target_dir, symlinks=self.preserve_symlinks)\n File \"/usr/lib64/python2.6/shutil.py\", line 136, in copytree\n names = os.listdir(src)\nOSError: [Errno 2] No such file or directory: '/var/lib/pulp/working/repos/centos6-x86_64-extras/distributors/export_distributor/scratch'\n",
|
|
"spawned_tasks": [],
|
|
"progress_report": {
|
|
"export_distributor": [
|
|
{
|
|
"num_success": 0,
|
|
"description": "Publishing RPM, SRPM, and DRPM",
|
|
"step_type": "rpms",
|
|
"items_total": 10427,
|
|
"state": "FINISHED",
|
|
"error_details": [],
|
|
"details": "",
|
|
"num_failures": 0,
|
|
"step_id": "74f218b0-e2ba-4607-b815-1b2ad721df8e",
|
|
"num_processed": 0
|
|
},
|
|
{
|
|
"num_success": 0,
|
|
"description": "Publishing Errata",
|
|
"step_type": "errata",
|
|
"items_total": 0,
|
|
"state": "FINISHED",
|
|
"error_details": [],
|
|
"details": "",
|
|
"num_failures": 0,
|
|
"step_id": "060f68d4-38e7-4ca6-9534-9bc3c0b2e71f",
|
|
"num_processed": 0
|
|
},
|
|
{
|
|
"num_success": 0,
|
|
"description": "Copying files",
|
|
"step_type": "save_tar",
|
|
"items_total": 1,
|
|
"state": "FAILED",
|
|
"error_details": [
|
|
{
|
|
"traceback": " File \"/usr/lib/python2.6/site-packages/pulp/plugins/util/publish_step.py\", line 204, in process\n self._process_block()\n\n File \"/usr/lib/python2.6/site-packages/pulp/plugins/util/publish_step.py\", line 246, in _process_block\n self.process_main()\n\n File \"/usr/lib/python2.6/site-packages/pulp/plugins/util/publish_step.py\", line 863, in process_main\n shutil.copytree(self.source_dir, self.target_dir, symlinks=self.preserve_symlinks)\n\n File \"/usr/lib64/python2.6/shutil.py\", line 136, in copytree\n names = os.listdir(src)\n",
|
|
"error": "[Errno 2] No such file or directory: '/var/lib/pulp/working/repos/centos6-x86_64-extras/distributors/export_distributor/scratch'"
|
|
}
|
|
],
|
|
"details": "",
|
|
"num_failures": 1,
|
|
"step_id": "263eb643-1274-49f6-b359-d6fb415f960c",
|
|
"num_processed": 1
|
|
},
|
|
{
|
|
"num_success": 0,
|
|
"description": "Writing Listings File",
|
|
"step_type": "initialize_repo_metadata",
|
|
"items_total": 1,
|
|
"state": "NOT_STARTED",
|
|
"error_details": [],
|
|
"details": "",
|
|
"num_failures": 0,
|
|
"step_id": "8b4dc1cc-9397-45f1-99b1-5c780b92ca9e",
|
|
"num_processed": 0
|
|
},
|
|
{
|
|
"num_success": 0,
|
|
"description": "Exporting ISO",
|
|
"step_type": "save_iso",
|
|
"items_total": 1,
|
|
"state": "NOT_STARTED",
|
|
"error_details": [],
|
|
"details": "",
|
|
"num_failures": 0,
|
|
"step_id": "ee33cbf0-370f-43fa-aa04-2698600379a2",
|
|
"num_processed": 0
|
|
},
|
|
{
|
|
"num_success": 0,
|
|
"description": "Moving ISO to final location",
|
|
"step_type": "publish_directory",
|
|
"items_total": 1,
|
|
"state": "NOT_STARTED",
|
|
"error_details": [],
|
|
"details": "",
|
|
"num_failures": 0,
|
|
"step_id": "e597d10d-042a-40b8-9e59-22a54460422b",
|
|
"num_processed": 0
|
|
}
|
|
]
|
|
},
|
|
"queue": "reserved_resource_worker-1@dc-repo-01.yojoe.local.dq",
|
|
"state": "error",
|
|
"worker_name": "reserved_resource_worker-1@dc-repo-01.yojoe.local",
|
|
"result": null,
|
|
"error": {
|
|
"code": "PLP0000",
|
|
"data": {},
|
|
"description": "[Errno 2] No such file or directory: '/var/lib/pulp/working/repos/centos6-x86_64-extras/distributors/export_distributor/scratch'",
|
|
"sub_errors": []
|
|
},
|
|
"_id": {
|
|
"$oid": "551ca72295dd563e5dccae7c"
|
|
},
|
|
"id": "551ca72229839f076b0ac437"
|
|
}
|