Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P321
Error with D558
Active
Public
Actions
Authored by
moranegg
on Oct 23 2018, 5:01 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
KeyboardInterrupt
Exception ignored in: <bound method AsyncResult.__del__ of <AsyncResult: 8731ccc1-5068-41ff-9b83-e0e2ef930843>>
Traceback (most recent call last):
File "/home/morane/.local/lib/python3.5/site-packages/celery/result.py", line 385, in __del__
self.backend.remove_pending_result(self)
File "/home/morane/.local/lib/python3.5/site-packages/celery/backends/async.py", line 175, in remove_pending_result
self.on_result_fulfilled(result)
File "/home/morane/.local/lib/python3.5/site-packages/celery/backends/async.py", line 183, in on_result_fulfilled
self.result_consumer.cancel_for(result.id)
File "/home/morane/.local/lib/python3.5/site-packages/celery/backends/redis.py", line 138, in cancel_for
self._pubsub.unsubscribe(key)
File "/usr/lib/python3/dist-packages/redis/client.py", line 2496, in unsubscribe
return self.execute_command('UNSUBSCRIBE', *args)
File "/usr/lib/python3/dist-packages/redis/client.py", line 2404, in execute_command
self._execute(connection, connection.send_command, *args)
File "/usr/lib/python3/dist-packages/redis/client.py", line 2415, in _execute
connection.connect()
File "/usr/lib/python3/dist-packages/redis/connection.py", line 489, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused.
Exception ignored in: <bound method AsyncResult.__del__ of <AsyncResult: 040226f6-ca5f-4739-b27a-98a0c45e0704>>
Traceback (most recent call last):
File "/home/morane/.local/lib/python3.5/site-packages/celery/result.py", line 385, in __del__
self.backend.remove_pending_result(self)
File "/home/morane/.local/lib/python3.5/site-packages/celery/backends/async.py", line 175, in remove_pending_result
self.on_result_fulfilled(result)
File "/home/morane/.local/lib/python3.5/site-packages/celery/backends/async.py", line 183, in on_result_fulfilled
self.result_consumer.cancel_for(result.id)
File "/home/morane/.local/lib/python3.5/site-packages/celery/backends/redis.py", line 138, in cancel_for
self._pubsub.unsubscribe(key)
File "/usr/lib/python3/dist-packages/redis/client.py", line 2496, in unsubscribe
return self.execute_command('UNSUBSCRIBE', *args)
File "/usr/lib/python3/dist-packages/redis/client.py", line 2404, in execute_command
self._execute(connection, connection.send_command, *args)
File "/usr/lib/python3/dist-packages/redis/client.py", line 2415, in _execute
connection.connect()
File "/usr/lib/python3/dist-packages/redis/connection.py", line 489, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused.
Exception ignored in: <bound method AsyncResult.__del__ of <AsyncResult: 35fba58a-ac72-4ab2-9b61-c80242101ed5>>
Traceback (most recent call last):
File "/home/morane/.local/lib/python3.5/site-packages/celery/result.py", line 385, in __del__
self.backend.remove_pending_result(self)
File "/home/morane/.local/lib/python3.5/site-packages/celery/backends/async.py", line 175, in remove_pending_result
self.on_result_fulfilled(result)
File "/home/morane/.local/lib/python3.5/site-packages/celery/backends/async.py", line 183, in on_result_fulfilled
self.result_consumer.cancel_for(result.id)
File "/home/morane/.local/lib/python3.5/site-packages/celery/backends/redis.py", line 138, in cancel_for
self._pubsub.unsubscribe(key)
File "/usr/lib/python3/dist-packages/redis/client.py", line 2496, in unsubscribe
return self.execute_command('UNSUBSCRIBE', *args)
File "/usr/lib/python3/dist-packages/redis/client.py", line 2404, in execute_command
self._execute(connection, connection.send_command, *args)
File "/usr/lib/python3/dist-packages/redis/client.py", line 2415, in _execute
connection.connect()
File "/usr/lib/python3/dist-packages/redis/connection.py", line 489, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused.
../Makefile.python:22: recipe for target 'test' failed
make: *** [test] Error 1
Event Timeline
moranegg
created this paste.
Oct 23 2018, 5:01 PM
2018-10-23 17:01:15 (UTC+2)
moranegg
mentioned this in
D558: Add the origin intrinsic metadata indexer
.
Oct 23 2018, 5:03 PM
2018-10-23 17:03:32 (UTC+2)
moranegg
added a comment.
Oct 24 2018, 3:12 PM
2018-10-24 15:12:12 (UTC+2)
Comment Actions
Now that
D558
and
D557
have landed this error is no longer happening
Log In to Comment