Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 895443 Details for
Bug 1097699
Associating an importer gives a 500-response with a NoAvailableQueues stack trace from time to time
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Screen log
screen.log (text/plain), 8.51 KB, created by
mkovacik
on 2014-05-14 11:07:13 UTC
(
hide
)
Description:
Screen log
Filename:
MIME Type:
Creator:
mkovacik
Created:
2014-05-14 11:07:13 UTC
Size:
8.51 KB
patch
obsolete
>ERROR: test suite for <class 'tests.test_10_orphans.SimpleOrphanTest'> >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/nose/suite.py", line 208, in run > self.setUp() > File "/usr/lib/python2.7/site-packages/nose/suite.py", line 291, in setUp > self.setupContext(ancestor) > File "/usr/lib/python2.7/site-packages/nose/suite.py", line 314, in setupContext > try_run(context, names) > File "/usr/lib/python2.7/site-packages/nose/util.py", line 469, in try_run > return func() > File "/usr/share/pulp_auto/tests/test_10_orphans.py", line 24, in setUpClass > cls.repo, _, _ = create_yum_repo(cls.pulp, **repo_config) > File "build/bdist.linux-x86_64/egg/pulp_auto/repo.py", line 231, in create_yum_repo > 'feed': feed > File "build/bdist.linux-x86_64/egg/pulp_auto/repo.py", line 18, in associate_importer > return pulp.send(self.request('POST', path=path, data=data)) > File "build/bdist.linux-x86_64/egg/pulp_auto/handler/handler.py", line 19, in logged_wrapper > ret = method(self, *args, **kvs) > File "build/bdist.linux-x86_64/egg/pulp_auto/pulp.py", line 60, in send > format_preprequest(self.last_request) + format_response(self.last_response) >AssertionError: pulp was not OK: >>preprequest: >>m POST >>p https://ec2-54-73-155-135.eu-west-1.compute.amazonaws.com/pulp/api/v2/repositories/zoo/importers/ >>b {"importer_id": "yum_importer", "importer_type_id": "yum_importer", "importer_config": {"feed": "http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/"}} >>h CaseInsensitiveDict({'Content-Length': '161', 'Content-Type': 'application/json', 'Authorization': u'Basic YWRtaW46YWRtaW4='}) >>response: >>c 500 >>u https://ec2-54-73-155-135.eu-west-1.compute.amazonaws.com/pulp/api/v2/repositories/zoo/importers/ >>t >{u'_href': u'/pulp/api/v2/repositories/zoo/importers/', > u'error_message': u'Unhandled Exception', > u'exception': [u'NoAvailableQueues: There are no available queues in the system for reserved task work.\n'], > u'http_request_method': u'POST', > u'http_status': 500, > u'traceback': [u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/middleware/exception.py", line 44, in __call__\n return self.app(environ, start_response)\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/middleware/postponed.py", line 42, in __call__\n return self.app(environ, start_response)\n', > u' File "/usr/lib/python2.7/site-packages/web/application.py", line 279, in wsgi\n result = self.handle_with_processors()\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/application.py", line 29, in _handle_with_processors\n return process(self.processors)\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/application.py", line 26, in process\n return p(lambda: process(processors))\n', > u' File "/usr/lib/python2.7/site-packages/web/application.py", line 566, in processor\n return handler()\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/application.py", line 26, in <lambda>\n return p(lambda: process(processors))\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/application.py", line 26, in process\n return p(lambda: process(processors))\n', > u' File "/usr/lib/python2.7/site-packages/web/application.py", line 581, in processor\n result = handler()\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/application.py", line 26, in <lambda>\n return p(lambda: process(processors))\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/application.py", line 28, in process\n return self.handle()\n', > u' File "/usr/lib/python2.7/site-packages/web/application.py", line 230, in handle\n return self._delegate(fn, self.fvars, args)\n', > u' File "/usr/lib/python2.7/site-packages/web/application.py", line 422, in _delegate\n return f()\n', > u' File "/usr/lib/python2.7/site-packages/web/application.py", line 430, in <lambda>\n f = lambda: self._delegate_sub_application(pat, what)\n', > u' File "/usr/lib/python2.7/site-packages/web/application.py", line 455, in _delegate_sub_application\n return app.handle_with_processors()\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/application.py", line 29, in _handle_with_processors\n return process(self.processors)\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/application.py", line 26, in process\n return p(lambda: process(processors))\n', > u' File "/usr/lib/python2.7/site-packages/web/application.py", line 566, in processor\n return handler()\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/application.py", line 26, in <lambda>\n return p(lambda: process(processors))\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/application.py", line 26, in process\n return p(lambda: process(processors))\n', > u' File "/usr/lib/python2.7/site-packages/web/application.py", line 581, in processor\n result = handler()\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/application.py", line 26, in <lambda>\n return p(lambda: process(processors))\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/application.py", line 28, in process\n return self.handle()\n', > u' File "/usr/lib/python2.7/site-packages/web/application.py", line 230, in handle\n return self._delegate(fn, self.fvars, args)\n', > u' File "/usr/lib/python2.7/site-packages/web/application.py", line 420, in _delegate\n return handle_class(cls)\n', > u' File "/usr/lib/python2.7/site-packages/web/application.py", line 396, in handle_class\n return tocall(*args)\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/decorators.py", line 227, in _auth_decorator\n value = method(self, *args, **kwargs)\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/webservices/controllers/repositories.py", line 323, in POST\n tags=tags)\n', > u' File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 324, in apply_async_with_reservation\n queue = _reserve_resource.apply_async((resource_id,), queue=RESOURCE_MANAGER_QUEUE).get()\n', > u' File "/usr/lib/python2.7/site-packages/celery/result.py", line 169, in get\n no_ack=no_ack,\n', > u' File "/usr/lib/python2.7/site-packages/celery/backends/base.py", line 215, in wait_for\n raise result\n']} > >-------------------- >> begin captured logging << -------------------- >requests.packages.urllib3.connectionpool: INFO: Starting new HTTPS connection (1): ec2-54-73-155-135.eu-west-1.compute.amazonaws.com >requests.packages.urllib3.connectionpool: DEBUG: "DELETE /pulp/api/v2/repositories/zoo/ HTTP/1.1" 404 362 >pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x21f56d0>.send(Request('DELETE', '/repositories/zoo/', data='{}', headers={'Content-Type': 'application/json'})) == <Response [404]> >requests.packages.urllib3.connectionpool: DEBUG: "POST /pulp/api/v2/repositories/ HTTP/1.1" 201 248 >pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x21f56d0>.send(Request('POST', '/repositories/', data='{"notes": {"_repo-type": "rpm-repo"}, "display_name": "ZOo rEPO", "id": "zoo"}', headers={'Content-Type': 'application/json'})) == <Response [201]> >pulp_auto.item: DEBUG: <class 'pulp_auto.repo.Repo'>.from_response(<Response [201]>) == Repo({u'scratchpad': {}, u'display_name': u'ZOo rEPO', u'description': None, u'_ns': u'repos', u'notes': {u'_repo-type': u'rpm-repo'}, u'content_unit_counts': {}, u'_id': {u'$oid': u'537260b4f793847cbd72f620'}, u'id': u'zoo', u'_href': u'/pulp/api/v2/repositories/zoo/'}) >requests.packages.urllib3.connectionpool: DEBUG: "POST /pulp/api/v2/repositories/zoo/importers/ HTTP/1.1" 500 4667 >pulp_auto.pulp: DEBUG: <pulp_auto.pulp.Pulp object at 0x21f56d0>.send(Request('POST', u'/repositories/zoo/importers/', data='{"importer_id": "yum_importer", "importer_type_id": "yum_importer", "importer_config": {"feed": "http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/"}}', headers={'Content-Type': 'application/json'})) == None >--------------------- >> end captured logging << --------------------- > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1097699
: 895443