Page MenuHomeSoftware Heritage
Paste P321

Error with D558
ActivePublic

Authored by moranegg on Oct 23 2018, 5:01 PM.
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