Uploaded image for project: 'Coin'
  1. Coin
  2. COIN-451

Unhandled exception while work item waiting for dependencies

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P0: Blocker P0: Blocker
    • None
    • 1.2.3
    • Scheduler
    • 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.

       

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            tosaario Toni Saario
            aakeskimo Aapo Keskimölö
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes