-bash-4.3$ nosetests -vs tests/general_tests/test_23_event_listener.py:EventListenerErrorTest.test_01_repo_sync_finish test_01_repo_sync_finish (tests.general_tests.test_23_event_listener.EventListenerErrorTest) ... FAIL ====================================================================== FAIL: test_01_repo_sync_finish (tests.general_tests.test_23_event_listener.EventListenerErrorTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mkovacik/src/pulp-automation/tests/general_tests/test_23_event_listener.py", line 265, in test_01_repo_sync_finish assert el_task.state == TASK_ERROR_STATE, 'invalid request.body:Task.state: %s' % el_task.state AssertionError: invalid request.body:Task.state: running -------------------- >> begin captured logging << -------------------- requests.packages.urllib3.util.retry: DEBUG: Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None) requests.packages.urllib3.util.retry: DEBUG: Converted retries value: 3 -> Retry(total=3, connect=None, read=None, redirect=None) requests.packages.urllib3.util.retry: DEBUG: Converted retries value: 10 -> Retry(total=10, connect=None, read=None, redirect=None) requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): requestb.in requests.packages.urllib3.connectionpool: DEBUG: "POST /api/v1/bins HTTP/1.1" 200 83 requests.packages.urllib3.connectionpool: INFO: Starting new HTTPS connection (1): ec2-54-93-118-212.eu-central-1.compute.amazonaws.com py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "POST /pulp/api/v2/events/ HTTP/1.1" 201 310 pulp_auto.pulp: DEBUG: .send(Request('POST', '/events/', data='{"notifier_config": {"url": "http://requestb.in/11grp2o1"}, "event_types": ["repo.sync.finish", "repo.publish.finish"], "notifier_type_id": "http"}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == EventListener({u'_href': u'/pulp/api/v2/events/54ede3bfdf64a33dc1c1ac6f/', u'notifier_config': {u'url': u'http://requestb.in/11grp2o1'}, u'_ns': u'event_listeners', u'event_types': [u'repo.sync.finish', u'repo.publish.finish'], u'_id': {u'$oid': u'54ede3bfdf64a33dc1c1ac6f'}, u'id': u'54ede3bfdf64a33dc1c1ac6f', u'notifier_type_id': u'http'}) py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "PUT /pulp/api/v2/events/54ede3bfdf64a33dc1c1ac6f/ HTTP/1.1" 200 287 pulp_auto.pulp: DEBUG: .send(Request('PUT', u'/events/54ede3bfdf64a33dc1c1ac6f/', data='{"event_types": ["repo.sync.finish"]}', headers={'content-type': 'application/json'})) == py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/events/54ede3bfdf64a33dc1c1ac6f/ HTTP/1.1" 200 287 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/events/54ede3bfdf64a33dc1c1ac6f/', data='{}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == EventListener({u'_href': u'/pulp/api/v2/events/54ede3bfdf64a33dc1c1ac6f/', u'notifier_config': {u'url': u'http://requestb.in/11grp2o1'}, u'_ns': u'event_listeners', u'event_types': [u'repo.sync.finish'], u'_id': {u'$oid': u'54ede3bfdf64a33dc1c1ac6f'}, u'id': u'54ede3bfdf64a33dc1c1ac6f', u'notifier_type_id': u'http'}) py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "POST /pulp/api/v2/repositories/ HTTP/1.1" 201 331 pulp_auto.pulp: DEBUG: .send(Request('POST', '/repositories/', data='{"notes": {"_repo-type": "rpm-repo"}, "display_name": null, "id": "sync_error_repo"}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == Repo({u'scratchpad': {}, u'display_name': u'sync_error_repo', u'description': None, u'last_unit_added': None, u'notes': {u'_repo-type': u'rpm-repo'}, u'last_unit_removed': None, u'content_unit_counts': {}, u'_ns': u'repos', u'_id': {u'$oid': u'54ede3bfdf64a33dc1c1ac71'}, u'id': u'sync_error_repo', u'_href': u'/pulp/api/v2/repositories/sync_error_repo/'}) py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "POST /pulp/api/v2/repositories/sync_error_repo/importers/ HTTP/1.1" 202 172 pulp_auto.pulp: DEBUG: .send(Request('POST', u'/repositories/sync_error_repo/importers/', data='{"importer_id": "yum_importer", "importer_type_id": "yum_importer", "importer_config": {"feed": "http://example.com/repos/none", "ssl_validation": false}}', headers={'content-type': 'application/json'})) == py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/tasks/cb3746e6-1c89-48c5-b135-791a4ff2e5f4/ HTTP/1.1" 200 1056 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/cb3746e6-1c89-48c5-b135-791a4ff2e5f4/', data='{}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == Task({u'exception': None, u'task_type': u'pulp.server.managers.repo.importer.set_importer', u'_href': u'/pulp/api/v2/tasks/cb3746e6-1c89-48c5-b135-791a4ff2e5f4/', u'task_id': u'cb3746e6-1c89-48c5-b135-791a4ff2e5f4', u'tags': [u'pulp:repository:sync_error_repo', u'pulp:action:add_importer'], u'finish_time': u'2015-02-25T15:01:20Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T15:01:20Z', u'traceback': None, u'spawned_tasks': [], u'progress_report': {}, u'queue': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com.dq', u'state': u'finished', u'worker_name': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com', u'result': {u'scratchpad': None, u'_ns': u'repo_importers', u'importer_type_id': u'yum_importer', u'last_sync': None, u'scheduled_syncs': [], u'repo_id': u'sync_error_repo', u'_id': {u'$oid': u'54ede3c0df64a37b32ed2c28'}, u'config': {u'feed': u'http://example.com/repos/none', u'ssl_validation': False}, u'id': u'yum_importer'}, u'error': None, u'_id': {u'$oid': u'54ede3bfb6e83071755885f0'}, u'id': u'54ede3c0df64a37b45657f37'}) py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/tasks/cb3746e6-1c89-48c5-b135-791a4ff2e5f4/ HTTP/1.1" 200 1056 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/cb3746e6-1c89-48c5-b135-791a4ff2e5f4/', data='{}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == Task({u'exception': None, u'task_type': u'pulp.server.managers.repo.importer.set_importer', u'_href': u'/pulp/api/v2/tasks/cb3746e6-1c89-48c5-b135-791a4ff2e5f4/', u'task_id': u'cb3746e6-1c89-48c5-b135-791a4ff2e5f4', u'tags': [u'pulp:repository:sync_error_repo', u'pulp:action:add_importer'], u'finish_time': u'2015-02-25T15:01:20Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T15:01:20Z', u'traceback': None, u'spawned_tasks': [], u'progress_report': {}, u'queue': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com.dq', u'state': u'finished', u'worker_name': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com', u'result': {u'scratchpad': None, u'_ns': u'repo_importers', u'importer_type_id': u'yum_importer', u'last_sync': None, u'scheduled_syncs': [], u'repo_id': u'sync_error_repo', u'_id': {u'$oid': u'54ede3c0df64a37b32ed2c28'}, u'config': {u'feed': u'http://example.com/repos/none', u'ssl_validation': False}, u'id': u'yum_importer'}, u'error': None, u'_id': {u'$oid': u'54ede3bfb6e83071755885f0'}, u'id': u'54ede3c0df64a37b45657f37'}) py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/repositories/sync_error_repo/importers/yum_importer/ HTTP/1.1" 200 298 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/repositories/sync_error_repo/importers/yum_importer/', data='{}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == Importer({u'scratchpad': None, u'_ns': u'repo_importers', u'importer_type_id': u'yum_importer', u'last_sync': None, u'scheduled_syncs': [], u'repo_id': u'sync_error_repo', u'_id': {u'$oid': u'54ede3c0df64a37b32ed2c28'}, u'config': {u'feed': u'http://example.com/repos/none', u'ssl_validation': False}, u'id': u'yum_importer'}) py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "POST /pulp/api/v2/repositories/sync_error_repo/distributors/ HTTP/1.1" 201 446 pulp_auto.pulp: DEBUG: .send(Request('POST', u'/repositories/sync_error_repo/distributors/', data='{"distributor_id": "sync_error_repo_distributor", "distributor_type_id": "yum_distributor", "distributor_config": {"http": true, "relative_url": "sync_error_repo", "https": true}, "auto_publish": false}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == Distributor({u'repo_id': u'sync_error_repo', u'_href': u'/pulp/api/v2/repositories/sync_error_repo/distributors/sync_error_repo_distributor/', u'_ns': u'repo_distributors', u'last_publish': None, u'auto_publish': False, u'scheduled_publishes': [], u'distributor_type_id': u'yum_distributor', u'scratchpad': None, u'_id': {u'$oid': u'54ede3c1df64a33dc06f98cb'}, u'config': {u'http': True, u'https': True, u'relative_url': u'sync_error_repo'}, u'id': u'sync_error_repo_distributor'}) py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "POST /pulp/api/v2/repositories/sync_error_repo/actions/sync/ HTTP/1.1" 202 172 pulp_auto.pulp: DEBUG: .send(Request('POST', u'/repositories/sync_error_repo/actions/sync/', data='{"override_config": {}}', headers={'content-type': 'application/json'})) == py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/tasks/9d7f8f15-45fd-4fac-b236-f8a7e50cd34b/ HTTP/1.1" 200 1149 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7f8f15-45fd-4fac-b236-f8a7e50cd34b/', data='{}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == Task({u'exception': None, u'task_type': u'pulp.server.managers.repo.sync.sync', u'_href': u'/pulp/api/v2/tasks/9d7f8f15-45fd-4fac-b236-f8a7e50cd34b/', u'task_id': u'9d7f8f15-45fd-4fac-b236-f8a7e50cd34b', u'tags': [u'pulp:repository:sync_error_repo', u'pulp:action:sync'], u'finish_time': None, u'_ns': u'task_status', u'start_time': u'2015-02-25T15:01:21Z', u'traceback': None, u'spawned_tasks': [], u'progress_report': {u'yum_importer': {u'content': {u'size_total': 0, u'items_left': 0, u'items_total': 0, u'state': u'NOT_STARTED', u'size_left': 0, u'details': {u'rpm_total': 0, u'rpm_done': 0, u'drpm_total': 0, u'drpm_done': 0}, u'error_details': []}, u'comps': {u'state': u'NOT_STARTED'}, u'distribution': {u'items_total': 0, u'state': u'NOT_STARTED', u'error_details': [], u'items_left': 0}, u'errata': {u'state': u'NOT_STARTED'}, u'metadata': {u'state': u'IN_PROGRESS'}}}, u'queue': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com.dq', u'state': u'running', u'worker_name': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com', u'result': None, u'error': None, u'_id': {u'$oid': u'54ede3c1b6e83071755885f1'}, u'id': u'54ede3c1df64a37b45657f3d'}) py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/tasks/9d7f8f15-45fd-4fac-b236-f8a7e50cd34b/ HTTP/1.1" 200 1149 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7f8f15-45fd-4fac-b236-f8a7e50cd34b/', data='{}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == Task({u'exception': None, u'task_type': u'pulp.server.managers.repo.sync.sync', u'_href': u'/pulp/api/v2/tasks/9d7f8f15-45fd-4fac-b236-f8a7e50cd34b/', u'task_id': u'9d7f8f15-45fd-4fac-b236-f8a7e50cd34b', u'tags': [u'pulp:repository:sync_error_repo', u'pulp:action:sync'], u'finish_time': None, u'_ns': u'task_status', u'start_time': u'2015-02-25T15:01:21Z', u'traceback': None, u'spawned_tasks': [], u'progress_report': {u'yum_importer': {u'content': {u'size_total': 0, u'items_left': 0, u'items_total': 0, u'state': u'NOT_STARTED', u'size_left': 0, u'details': {u'rpm_total': 0, u'rpm_done': 0, u'drpm_total': 0, u'drpm_done': 0}, u'error_details': []}, u'comps': {u'state': u'NOT_STARTED'}, u'distribution': {u'items_total': 0, u'state': u'NOT_STARTED', u'error_details': [], u'items_left': 0}, u'errata': {u'state': u'NOT_STARTED'}, u'metadata': {u'state': u'IN_PROGRESS'}}}, u'queue': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com.dq', u'state': u'running', u'worker_name': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com', u'result': None, u'error': None, u'_id': {u'$oid': u'54ede3c1b6e83071755885f1'}, u'id': u'54ede3c1df64a37b45657f3d'}) py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/tasks/9d7f8f15-45fd-4fac-b236-f8a7e50cd34b/ HTTP/1.1" 200 1969 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7f8f15-45fd-4fac-b236-f8a7e50cd34b/', data='{}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == Task({u'exception': None, u'task_type': u'pulp.server.managers.repo.sync.sync', u'_href': u'/pulp/api/v2/tasks/9d7f8f15-45fd-4fac-b236-f8a7e50cd34b/', u'task_id': u'9d7f8f15-45fd-4fac-b236-f8a7e50cd34b', u'tags': [u'pulp:repository:sync_error_repo', u'pulp:action:sync'], u'finish_time': u'2015-02-25T15:01:22Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T15:01:21Z', u'traceback': u'Traceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task\n R = retval = fun(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 328, in __call__\n return super(Task, self).__call__(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 437, in __protected_call__\n return self.run(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/pulp/server/managers/repo/sync.py", line 114, in sync\n raise PulpExecutionException(_(\'Importer indicated a failed response\'))\nPulpExecutionException: Importer indicated a failed response\n', u'spawned_tasks': [], u'progress_report': {u'yum_importer': {u'content': {u'size_total': 0, u'items_left': 0, u'items_total': 0, u'state': u'NOT_STARTED', u'size_left': 0, u'details': {u'rpm_total': 0, u'rpm_done': 0, u'drpm_total': 0, u'drpm_done': 0}, u'error_details': []}, u'comps': {u'state': u'NOT_STARTED'}, u'distribution': {u'items_total': 0, u'state': u'NOT_STARTED', u'error_details': [], u'items_left': 0}, u'errata': {u'state': u'NOT_STARTED'}, u'metadata': {u'state': u'FAILED', u'error': u'Not Found'}}}, u'queue': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com.dq', u'state': u'error', u'worker_name': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com', u'result': None, u'error': {u'code': u'PLP0000', u'data': {}, u'description': u'Importer indicated a failed response', u'sub_errors': []}, u'_id': {u'$oid': u'54ede3c1b6e83071755885f1'}, u'id': u'54ede3c1df64a37b45657f3d'}) py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "GET /pulp/api/v2/tasks/9d7f8f15-45fd-4fac-b236-f8a7e50cd34b/ HTTP/1.1" 200 1969 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7f8f15-45fd-4fac-b236-f8a7e50cd34b/', data='{}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == Task({u'exception': None, u'task_type': u'pulp.server.managers.repo.sync.sync', u'_href': u'/pulp/api/v2/tasks/9d7f8f15-45fd-4fac-b236-f8a7e50cd34b/', u'task_id': u'9d7f8f15-45fd-4fac-b236-f8a7e50cd34b', u'tags': [u'pulp:repository:sync_error_repo', u'pulp:action:sync'], u'finish_time': u'2015-02-25T15:01:22Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T15:01:21Z', u'traceback': u'Traceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task\n R = retval = fun(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 328, in __call__\n return super(Task, self).__call__(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 437, in __protected_call__\n return self.run(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/pulp/server/managers/repo/sync.py", line 114, in sync\n raise PulpExecutionException(_(\'Importer indicated a failed response\'))\nPulpExecutionException: Importer indicated a failed response\n', u'spawned_tasks': [], u'progress_report': {u'yum_importer': {u'content': {u'size_total': 0, u'items_left': 0, u'items_total': 0, u'state': u'NOT_STARTED', u'size_left': 0, u'details': {u'rpm_total': 0, u'rpm_done': 0, u'drpm_total': 0, u'drpm_done': 0}, u'error_details': []}, u'comps': {u'state': u'NOT_STARTED'}, u'distribution': {u'items_total': 0, u'state': u'NOT_STARTED', u'error_details': [], u'items_left': 0}, u'errata': {u'state': u'NOT_STARTED'}, u'metadata': {u'state': u'FAILED', u'error': u'Not Found'}}}, u'queue': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com.dq', u'state': u'error', u'worker_name': u'reserved_resource_worker-0@ec2-54-93-118-212.eu-central-1.compute.amazonaws.com', u'result': None, u'error': {u'code': u'PLP0000', u'data': {}, u'description': u'Importer indicated a failed response', u'sub_errors': []}, u'_id': {u'$oid': u'54ede3c1b6e83071755885f1'}, u'id': u'54ede3c1df64a37b45657f3d'}) requests.packages.urllib3.connectionpool: DEBUG: "GET /api/v1/bins/11grp2o1 HTTP/1.1" 200 83 requests.packages.urllib3.connectionpool: DEBUG: "GET /api/v1/bins/11grp2o1/requests HTTP/1.1" 200 2863 py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "DELETE /pulp/api/v2/repositories/sync_error_repo/distributors/sync_error_repo_distributor/ HTTP/1.1" 202 172 pulp_auto.pulp: DEBUG: .send(Request('DELETE', u'/repositories/sync_error_repo/distributors/sync_error_repo_distributor/', data='{}', headers={'content-type': 'application/json'})) == py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "DELETE /pulp/api/v2/repositories/sync_error_repo/importers/yum_importer/ HTTP/1.1" 202 172 pulp_auto.pulp: DEBUG: .send(Request('DELETE', u'/repositories/sync_error_repo/importers/yum_importer/', data='{}', headers={'content-type': 'application/json'})) == py.warnings: WARNING: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html InsecureRequestWarning) requests.packages.urllib3.connectionpool: DEBUG: "DELETE /pulp/api/v2/repositories/sync_error_repo/ HTTP/1.1" 202 172 pulp_auto.pulp: DEBUG: .send(Request('DELETE', u'/repositories/sync_error_repo/', data='{}', headers={'content-type': 'application/json'})) == --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- Ran 1 test in 9.157s FAILED (failures=1) -bash-4.3$