-bash-4.3$ nosetests -vs tests/general_tests/test_23_event_listener.py:EventListenerTest.test_03_repo_sync_finish test_03_repo_sync_finish (tests.general_tests.test_23_event_listener.EventListenerTest) ... FAIL ====================================================================== FAIL: test_03_repo_sync_finish (tests.general_tests.test_23_event_listener.EventListenerTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/mkovacik/src/pulp-automation/tests/general_tests/test_23_event_listener.py", line 116, in test_03_repo_sync_finish assert el_task.state == TASK_FINISHED_STATE, 'invalid task state: %s' % el_task.state AssertionError: invalid 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 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/repositories/ HTTP/1.1" 201 337 pulp_auto.pulp: DEBUG: .send(Request('POST', '/repositories/', data='{"notes": {"_repo-type": "rpm-repo"}, "display_name": null, "id": "EventListenerRepo"}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == Repo({u'scratchpad': {}, u'display_name': u'EventListenerRepo', 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'54eda713df64a33dc06f9875'}, u'id': u'EventListenerRepo', u'_href': u'/pulp/api/v2/repositories/EventListenerRepo/'}) 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/EventListenerRepo/importers/ HTTP/1.1" 202 172 pulp_auto.pulp: DEBUG: .send(Request('POST', u'/repositories/EventListenerRepo/importers/', data='{"importer_id": "yum_importer", "importer_type_id": "yum_importer", "importer_config": {"feed": "https://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/", "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/b54f12de-94a5-464d-9e2f-687ae58756e9/ HTTP/1.1" 200 1093 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/b54f12de-94a5-464d-9e2f-687ae58756e9/', 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/b54f12de-94a5-464d-9e2f-687ae58756e9/', u'task_id': u'b54f12de-94a5-464d-9e2f-687ae58756e9', u'tags': [u'pulp:repository:EventListenerRepo', u'pulp:action:add_importer'], u'finish_time': u'2015-02-25T10:42:28Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T10:42:28Z', 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'EventListenerRepo', u'_id': {u'$oid': u'54eda714df64a37b32ed2be0'}, u'config': {u'feed': u'https://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/', u'ssl_validation': False}, u'id': u'yum_importer'}, u'error': None, u'_id': {u'$oid': u'54eda713b6e83071755885c7'}, u'id': u'54eda714df64a37b45657e47'}) 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/b54f12de-94a5-464d-9e2f-687ae58756e9/ HTTP/1.1" 200 1093 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/b54f12de-94a5-464d-9e2f-687ae58756e9/', 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/b54f12de-94a5-464d-9e2f-687ae58756e9/', u'task_id': u'b54f12de-94a5-464d-9e2f-687ae58756e9', u'tags': [u'pulp:repository:EventListenerRepo', u'pulp:action:add_importer'], u'finish_time': u'2015-02-25T10:42:28Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T10:42:28Z', 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'EventListenerRepo', u'_id': {u'$oid': u'54eda714df64a37b32ed2be0'}, u'config': {u'feed': u'https://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/', u'ssl_validation': False}, u'id': u'yum_importer'}, u'error': None, u'_id': {u'$oid': u'54eda713b6e83071755885c7'}, u'id': u'54eda714df64a37b45657e47'}) 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/EventListenerRepo/importers/yum_importer/ HTTP/1.1" 200 333 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/repositories/EventListenerRepo/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'EventListenerRepo', u'_id': {u'$oid': u'54eda714df64a37b32ed2be0'}, u'config': {u'feed': u'https://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/', 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/EventListenerRepo/distributors/ HTTP/1.1" 201 456 pulp_auto.pulp: DEBUG: .send(Request('POST', u'/repositories/EventListenerRepo/distributors/', data='{"distributor_id": "EventListenerRepo_distributor", "distributor_type_id": "yum_distributor", "distributor_config": {"http": true, "relative_url": "EventListenerRepo", "https": true}, "auto_publish": false}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == Distributor({u'repo_id': u'EventListenerRepo', u'_href': u'/pulp/api/v2/repositories/EventListenerRepo/distributors/EventListenerRepo_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'54eda715df64a33dbf53c97d'}, u'config': {u'http': True, u'https': True, u'relative_url': u'EventListenerRepo'}, u'id': u'EventListenerRepo_distributor'}) 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 84 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/11asjrc1"}, "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/54eda716df64a33dc06f9879/', u'notifier_config': {u'url': u'http://requestb.in/11asjrc1'}, u'_ns': u'event_listeners', u'event_types': [u'repo.sync.finish', u'repo.publish.finish'], u'_id': {u'$oid': u'54eda716df64a33dc06f9879'}, u'id': u'54eda716df64a33dc06f9879', 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/54eda716df64a33dc06f9879/ HTTP/1.1" 200 287 pulp_auto.pulp: DEBUG: .send(Request('PUT', u'/events/54eda716df64a33dc06f9879/', 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/54eda716df64a33dc06f9879/ HTTP/1.1" 200 287 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/events/54eda716df64a33dc06f9879/', data='{}', headers={'content-type': 'application/json'})) == pulp_auto.item: DEBUG: .from_response() == EventListener({u'_href': u'/pulp/api/v2/events/54eda716df64a33dc06f9879/', u'notifier_config': {u'url': u'http://requestb.in/11asjrc1'}, u'_ns': u'event_listeners', u'event_types': [u'repo.sync.finish'], u'_id': {u'$oid': u'54eda716df64a33dc06f9879'}, u'id': u'54eda716df64a33dc06f9879', 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/EventListenerRepo/actions/sync/ HTTP/1.1" 202 172 pulp_auto.pulp: DEBUG: .send(Request('POST', u'/repositories/EventListenerRepo/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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/ HTTP/1.1" 200 1151 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', u'task_id': u'9d7fa961-b9fa-4b25-a8f8-15e26512c8e7', u'tags': [u'pulp:repository:EventListenerRepo', u'pulp:action:sync'], u'finish_time': None, u'_ns': u'task_status', u'start_time': u'2015-02-25T10:42:30Z', 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'54eda716b6e83071755885c8'}, u'id': u'54eda716df64a37b45657e4d'}) 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/ HTTP/1.1" 200 1151 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', u'task_id': u'9d7fa961-b9fa-4b25-a8f8-15e26512c8e7', u'tags': [u'pulp:repository:EventListenerRepo', u'pulp:action:sync'], u'finish_time': None, u'_ns': u'task_status', u'start_time': u'2015-02-25T10:42:30Z', 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'54eda716b6e83071755885c8'}, u'id': u'54eda716df64a37b45657e4d'}) 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/ HTTP/1.1" 200 1151 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', u'task_id': u'9d7fa961-b9fa-4b25-a8f8-15e26512c8e7', u'tags': [u'pulp:repository:EventListenerRepo', u'pulp:action:sync'], u'finish_time': None, u'_ns': u'task_status', u'start_time': u'2015-02-25T10:42:30Z', 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'54eda716b6e83071755885c8'}, u'id': u'54eda716df64a37b45657e4d'}) 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/ HTTP/1.1" 200 1151 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', u'task_id': u'9d7fa961-b9fa-4b25-a8f8-15e26512c8e7', u'tags': [u'pulp:repository:EventListenerRepo', u'pulp:action:sync'], u'finish_time': None, u'_ns': u'task_status', u'start_time': u'2015-02-25T10:42:30Z', 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'54eda716b6e83071755885c8'}, u'id': u'54eda716df64a37b45657e4d'}) 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/ HTTP/1.1" 200 1151 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', u'task_id': u'9d7fa961-b9fa-4b25-a8f8-15e26512c8e7', u'tags': [u'pulp:repository:EventListenerRepo', u'pulp:action:sync'], u'finish_time': None, u'_ns': u'task_status', u'start_time': u'2015-02-25T10:42:30Z', 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'54eda716b6e83071755885c8'}, u'id': u'54eda716df64a37b45657e4d'}) 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/ HTTP/1.1" 200 1145 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', u'task_id': u'9d7fa961-b9fa-4b25-a8f8-15e26512c8e7', u'tags': [u'pulp:repository:EventListenerRepo', u'pulp:action:sync'], u'finish_time': None, u'_ns': u'task_status', u'start_time': u'2015-02-25T10:42:30Z', 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'FINISHED', 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'IN_PROGRESS', u'error_details': [], u'items_left': 0}, u'errata': {u'state': u'NOT_STARTED'}, u'metadata': {u'state': u'FINISHED'}}}, 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'54eda716b6e83071755885c8'}, u'id': u'54eda716df64a37b45657e4d'}) 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/ HTTP/1.1" 200 1145 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', u'task_id': u'9d7fa961-b9fa-4b25-a8f8-15e26512c8e7', u'tags': [u'pulp:repository:EventListenerRepo', u'pulp:action:sync'], u'finish_time': None, u'_ns': u'task_status', u'start_time': u'2015-02-25T10:42:30Z', 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'FINISHED', 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'IN_PROGRESS', u'error_details': [], u'items_left': 0}, u'errata': {u'state': u'NOT_STARTED'}, u'metadata': {u'state': u'FINISHED'}}}, 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'54eda716b6e83071755885c8'}, u'id': u'54eda716df64a37b45657e4d'}) 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/ HTTP/1.1" 200 1145 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', u'task_id': u'9d7fa961-b9fa-4b25-a8f8-15e26512c8e7', u'tags': [u'pulp:repository:EventListenerRepo', u'pulp:action:sync'], u'finish_time': None, u'_ns': u'task_status', u'start_time': u'2015-02-25T10:42:30Z', 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'FINISHED', 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'IN_PROGRESS', u'error_details': [], u'items_left': 0}, u'errata': {u'state': u'NOT_STARTED'}, u'metadata': {u'state': u'FINISHED'}}}, 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'54eda716b6e83071755885c8'}, u'id': u'54eda716df64a37b45657e4d'}) 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/ HTTP/1.1" 200 2119 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', u'task_id': u'9d7fa961-b9fa-4b25-a8f8-15e26512c8e7', u'tags': [u'pulp:repository:EventListenerRepo', u'pulp:action:sync'], u'finish_time': u'2015-02-25T10:42:36Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T10:42:30Z', 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'FINISHED', 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'FINISHED'}, u'distribution': {u'items_total': 0, u'state': u'FINISHED', u'error_details': [], u'items_left': 0}, u'errata': {u'state': u'FINISHED'}, u'metadata': {u'state': u'FINISHED'}}}, 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'importer_type_id': u'yum_importer', u'importer_id': u'yum_importer', u'exception': None, u'repo_id': u'EventListenerRepo', u'started': u'2015-02-25T10:42:30Z', u'_ns': u'repo_sync_results', u'completed': u'2015-02-25T10:42:36Z', u'traceback': None, u'error_message': None, u'summary': {u'content': {u'state': u'FINISHED'}, u'comps': {u'state': u'FINISHED'}, u'distribution': {u'state': u'FINISHED'}, u'errata': {u'state': u'FINISHED'}, u'metadata': {u'state': u'FINISHED'}}, u'added_count': 0, u'result': u'success', u'updated_count': 39, u'details': {u'content': {u'size_total': 0, u'items_left': 0, u'items_total': 0, u'state': u'FINISHED', 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'FINISHED'}, u'distribution': {u'items_total': 0, u'state': u'FINISHED', u'error_details': [], u'items_left': 0}, u'errata': {u'state': u'FINISHED'}, u'metadata': {u'state': u'FINISHED'}}, u'id': u'54eda71cdf64a37b32ed2c0a', u'removed_count': 0}, u'error': None, u'_id': {u'$oid': u'54eda716b6e83071755885c8'}, u'id': u'54eda716df64a37b45657e4d'}) 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/ HTTP/1.1" 200 2119 pulp_auto.pulp: DEBUG: .send(Request('GET', u'/tasks/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', 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/9d7fa961-b9fa-4b25-a8f8-15e26512c8e7/', u'task_id': u'9d7fa961-b9fa-4b25-a8f8-15e26512c8e7', u'tags': [u'pulp:repository:EventListenerRepo', u'pulp:action:sync'], u'finish_time': u'2015-02-25T10:42:36Z', u'_ns': u'task_status', u'start_time': u'2015-02-25T10:42:30Z', 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'FINISHED', 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'FINISHED'}, u'distribution': {u'items_total': 0, u'state': u'FINISHED', u'error_details': [], u'items_left': 0}, u'errata': {u'state': u'FINISHED'}, u'metadata': {u'state': u'FINISHED'}}}, 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'importer_type_id': u'yum_importer', u'importer_id': u'yum_importer', u'exception': None, u'repo_id': u'EventListenerRepo', u'started': u'2015-02-25T10:42:30Z', u'_ns': u'repo_sync_results', u'completed': u'2015-02-25T10:42:36Z', u'traceback': None, u'error_message': None, u'summary': {u'content': {u'state': u'FINISHED'}, u'comps': {u'state': u'FINISHED'}, u'distribution': {u'state': u'FINISHED'}, u'errata': {u'state': u'FINISHED'}, u'metadata': {u'state': u'FINISHED'}}, u'added_count': 0, u'result': u'success', u'updated_count': 39, u'details': {u'content': {u'size_total': 0, u'items_left': 0, u'items_total': 0, u'state': u'FINISHED', 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'FINISHED'}, u'distribution': {u'items_total': 0, u'state': u'FINISHED', u'error_details': [], u'items_left': 0}, u'errata': {u'state': u'FINISHED'}, u'metadata': {u'state': u'FINISHED'}}, u'id': u'54eda71cdf64a37b32ed2c0a', u'removed_count': 0}, u'error': None, u'_id': {u'$oid': u'54eda716b6e83071755885c8'}, u'id': u'54eda716df64a37b45657e4d'}) requests.packages.urllib3.connectionpool: DEBUG: "GET /api/v1/bins/11asjrc1 HTTP/1.1" 200 84 requests.packages.urllib3.connectionpool: DEBUG: "GET /api/v1/bins/11asjrc1/requests HTTP/1.1" 200 2787 --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- Ran 1 test in 15.490s FAILED (failures=1) -bash-4.3$