Skip to content

Instantly share code, notes, and snippets.

@YetAnotherMinion
Created August 14, 2016 21:06
Show Gist options
  • Save YetAnotherMinion/c07596fb3828c84cfa913d722187957f to your computer and use it in GitHub Desktop.
Save YetAnotherMinion/c07596fb3828c84cfa913d722187957f to your computer and use it in GitHub Desktop.
ERROR: test_confirm_linking_works (test_docker.DockerCanRun)
test_runner_1 | ----------------------------------------------------------------------
test_runner_1 | Traceback (most recent call last):
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/utils/__init__.py", line 423, in __call__
test_runner_1 | return self.__value__
test_runner_1 | AttributeError: 'ChannelPromise' object has no attribute '__value__'
test_runner_1 |
test_runner_1 | During handling of the above exception, another exception occurred:
test_runner_1 |
test_runner_1 | Traceback (most recent call last):
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/connection.py", line 436, in _ensured
test_runner_1 | return fun(*args, **kwargs)
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/messaging.py", line 177, in _publish
test_runner_1 | channel = self.channel
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/messaging.py", line 194, in _get_channel
test_runner_1 | channel = self._channel = channel()
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/utils/__init__.py", line 425, in __call__
test_runner_1 | value = self.__value__ = self.__contract__()
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/messaging.py", line 209, in <lambda>
test_runner_1 | channel = ChannelPromise(lambda: connection.default_channel)
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/connection.py", line 757, in default_channel
test_runner_1 | self.connection
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/connection.py", line 742, in connection
test_runner_1 | self._connection = self._establish_connection()
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/connection.py", line 697, in _establish_connection
test_runner_1 | conn = self.transport.establish_connection()
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/transport/pyamqp.py", line 116, in establish_connection
test_runner_1 | conn = self.Connection(**opts)
test_runner_1 | File "/usr/lib/python3.5/site-packages/amqp/connection.py", line 165, in __init__
test_runner_1 | self.transport = self.Transport(host, connect_timeout, ssl)
test_runner_1 | File "/usr/lib/python3.5/site-packages/amqp/connection.py", line 186, in Transport
test_runner_1 | return create_transport(host, connect_timeout, ssl)
test_runner_1 | File "/usr/lib/python3.5/site-packages/amqp/transport.py", line 299, in create_transport
test_runner_1 | return TCPTransport(host, connect_timeout)
test_runner_1 | File "/usr/lib/python3.5/site-packages/amqp/transport.py", line 95, in __init__
test_runner_1 | raise socket.error(last_err)
test_runner_1 | OSError: [Errno 111] Connection refused
test_runner_1 |
test_runner_1 | During handling of the above exception, another exception occurred:
test_runner_1 |
test_runner_1 | Traceback (most recent call last):
test_runner_1 | File "/srv/tests/e2e/test-runner/test_docker.py", line 11, in test_confirm_linking_works
test_runner_1 | result = celery.send_task("foo.gen_prime", args=[900000])
test_runner_1 | File "/usr/lib/python3.5/site-packages/celery/app/base.py", line 354, in send_task
test_runner_1 | reply_to=reply_to or self.oid, **options
test_runner_1 | File "/usr/lib/python3.5/site-packages/celery/app/amqp.py", line 310, in publish_task
test_runner_1 | **kwargs
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/messaging.py", line 172, in publish
test_runner_1 | routing_key, mandatory, immediate, exchange, declare)
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/connection.py", line 457, in _ensured
test_runner_1 | interval_max)
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/connection.py", line 369, in ensure_connection
test_runner_1 | interval_start, interval_step, interval_max, callback)
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/utils/__init__.py", line 246, in retry_over_time
test_runner_1 | return fun(*args, **kwargs)
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/connection.py", line 237, in connect
test_runner_1 | return self.connection
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/connection.py", line 742, in connection
test_runner_1 | self._connection = self._establish_connection()
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/connection.py", line 697, in _establish_connection
test_runner_1 | conn = self.transport.establish_connection()
test_runner_1 | File "/usr/lib/python3.5/site-packages/kombu/transport/pyamqp.py", line 116, in establish_connection
test_runner_1 | conn = self.Connection(**opts)
test_runner_1 | File "/usr/lib/python3.5/site-packages/amqp/connection.py", line 165, in __init__
test_runner_1 | self.transport = self.Transport(host, connect_timeout, ssl)
test_runner_1 | File "/usr/lib/python3.5/site-packages/amqp/connection.py", line 186, in Transport
test_runner_1 | return create_transport(host, connect_timeout, ssl)
test_runner_1 | File "/usr/lib/python3.5/site-packages/amqp/transport.py", line 299, in create_transport
test_runner_1 | return TCPTransport(host, connect_timeout)
test_runner_1 | File "/usr/lib/python3.5/site-packages/amqp/transport.py", line 95, in __init__
test_runner_1 | raise socket.error(last_err)
test_runner_1 | OSError: [Errno 111] Connection refused
test_runner_1 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment