Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-3597

[pyagl] errors when running on qemux86-64 / lava

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • None
    • None
    • CIAT
    • None

      ==================================== ERRORS ====================================
      _______________________ ERROR at setup of test_subscribe _______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       svc = await hcs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_homescreen.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:169: in _async_init
          exit(1)
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      self = Use exit() or Ctrl-D (i.e. EOF) to exit, code = 1
          def __call__(self, code=None):
              # Shells like IDLE catch the SystemExit, but listen when their
              # stdin wrapper is closed.
              try:
                  sys.stdin.close()
              except:
                  pass
      >       raise SystemExit(code)
      E       SystemExit: 1
      /usr/lib/python3.8/_sitebuiltins.py:26: SystemExit
      ______________________ ERROR at setup of test_unsubscribe ______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       svc = await hcs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_homescreen.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:169: in _async_init
          exit(1)
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      self = Use exit() or Ctrl-D (i.e. EOF) to exit, code = 1
          def __call__(self, code=None):
              # Shells like IDLE catch the SystemExit, but listen when their
              # stdin wrapper is closed.
              try:
                  sys.stdin.close()
              except:
                  pass
      >       raise SystemExit(code)
      E       SystemExit: 1
      /usr/lib/python3.8/_sitebuiltins.py:26: SystemExit
      ====== 65 passed, 9 skipped, 27 deselected, 2 xfailed, 2 errors in 20.96s ====== 

       

      Full log:

      https://lava.automotivelinux.org/scheduler/job/12669#L3430

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

            jsmoeller Jan-Simon Moeller
            jsmoeller Jan-Simon Moeller
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: