# Pastebin t9Re8qQg 2019-04-09 14:14:47.375 4910 INFO armada.handlers.lock [-] Acquiring lock 2019-04-09 14:14:47.397 4910 WARNING armada.handlers.lock [-] There is already an existing lock: kubernetes.client.rest.ApiException: (409) 2019-04-09 14:14:52.419 4910 WARNING armada.handlers.lock [-] There is already an existing lock: kubernetes.client.rest.ApiException: (409) 2019-04-09 14:14:57.437 4910 WARNING armada.handlers.lock [-] There is already an existing lock: kubernetes.client.rest.ApiException: (409) 2019-04-09 14:15:02.451 4910 WARNING armada.handlers.lock [-] There is already an existing lock: kubernetes.client.rest.ApiException: (409) 2019-04-09 14:15:07.464 4910 WARNING armada.handlers.lock [-] There is already an existing lock: kubernetes.client.rest.ApiException: (409) 2019-04-09 14:15:12.481 4910 WARNING armada.handlers.lock [-] There is already an existing lock: kubernetes.client.rest.ApiException: (409) 2019-04-09 14:15:17.510 4910 WARNING armada.handlers.lock [-] There is already an existing lock: kubernetes.client.rest.ApiException: (409) 2019-04-09 14:15:22.533 4910 WARNING armada.handlers.lock [-] There is already an existing lock: kubernetes.client.rest.ApiException: (409) 2019-04-09 14:15:27.551 4910 WARNING armada.handlers.lock [-] There is already an existing lock: kubernetes.client.rest.ApiException: (409) 2019-04-09 14:15:32.569 4910 WARNING armada.handlers.lock [-] There is already an existing lock: kubernetes.client.rest.ApiException: (409) 2019-04-09 14:15:37.588 4910 WARNING armada.handlers.lock [-] There is already an existing lock: kubernetes.client.rest.ApiException: (409) 2019-04-09 14:15:42.608 4910 WARNING armada.handlers.lock [-] There is already an existing lock: kubernetes.client.rest.ApiException: (409) 2019-04-09 14:15:47.617 4910 ERROR armada.cli [-] Caught unexpected exception: armada.handlers.lock.LockException: Unable to acquire lock before timeout 2019-04-09 14:15:47.617 4910 ERROR armada.cli Traceback (most recent call last): 2019-04-09 14:15:47.617 4910 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/cli/__init__.py", line 39, in safe_invoke 2019-04-09 14:15:47.617 4910 ERROR armada.cli self.invoke() 2019-04-09 14:15:47.617 4910 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/cli/apply.py", line 209, in invoke 2019-04-09 14:15:47.617 4910 ERROR armada.cli resp = self.handle(documents, tiller) 2019-04-09 14:15:47.617 4910 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/handlers/lock.py", line 54, in func_wrapper 2019-04-09 14:15:47.617 4910 ERROR armada.cli with Lock(lock_name) as lock: 2019-04-09 14:15:47.617 4910 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/handlers/lock.py", line 159, in __enter__ 2019-04-09 14:15:47.617 4910 ERROR armada.cli self.acquire_lock() 2019-04-09 14:15:47.617 4910 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/handlers/lock.py", line 148, in acquire_lock 2019-04-09 14:15:47.617 4910 ERROR armada.cli raise LockException("Unable to acquire lock before timeout") 2019-04-09 14:15:47.617 4910 ERROR armada.cli armada.handlers.lock.LockException: Unable to acquire lock before timeout 2019-04-09 14:15:47.617 4910 ERROR armada.cli