-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
None
-
1.2.3
-
None
Unhandled exceptions were found in journalctl after production update:
Nov 12 13:16:51 vmbuilder pipenv[7549]: future: <Task finished name='Task-2603532' coro=<Scheduler.agentLaunched() done, defined at src/scheduler.py:181> exception=AttributeError("module 'asyncio.futures' has no Nov 12 13:16:51 vmbuilder pipenv[7549]: Traceback (most recent call last): Nov 12 13:16:51 vmbuilder pipenv[7549]: File "/home/vmbuilder/qt-ci/src/workitem.py", line 538, in agentLaunched Nov 12 13:16:51 vmbuilder pipenv[7549]: self.agentLauncher.address = agentAddress Nov 12 13:16:51 vmbuilder pipenv[7549]: File "/home/vmbuilder/qt-ci/src/agentlauncher.py", line 213, in address Nov 12 13:16:51 vmbuilder pipenv[7549]: self._address_future.set_result(address) Nov 12 13:16:51 vmbuilder pipenv[7549]: asyncio.exceptions.InvalidStateError: invalid state Nov 12 13:16:51 vmbuilder pipenv[7549]: During handling of the above exception, another exception occurred: Nov 12 13:16:51 vmbuilder pipenv[7549]: Traceback (most recent call last): Nov 12 13:16:51 vmbuilder pipenv[7549]: File "src/scheduler.py", line 190, in agentLaunched Nov 12 13:16:51 vmbuilder pipenv[7549]: workItem.agentLaunched(agentAddress, agentId) Nov 12 13:16:51 vmbuilder pipenv[7549]: File "/home/vmbuilder/qt-ci/src/workitem.py", line 539, in agentLaunched Nov 12 13:16:51 vmbuilder pipenv[7549]: except asyncio.futures.InvalidStateError: Nov 12 13:16:51 vmbuilder pipenv[7549]: AttributeError: module 'asyncio.futures' has no attribute 'InvalidStateError'
The unhandled exceptions caused the parent FinalItem being cancelled.