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

[pyagl] errors when running on h3ulcb(nogfx) on lava

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • None
    • None
    • None
    • None
    • h3ulcb-nogfx, agl-image-ivi-crosssdk
    • Renesas H3, Renesas H3+KF

      ==================================== ERRORS ====================================
      _____________________ ERROR at setup of test_list_controls _____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       ams = await AMS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_audiomixer.py:39: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_volume_verb ______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       ams = await AMS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_audiomixer.py:39: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_set_volume0 ______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       ams = await AMS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_audiomixer.py:39: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_set_maxvolume _____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       ams = await AMS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_audiomixer.py:39: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_get_mute ________________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       ams = await AMS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_audiomixer.py:39: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_set_mute ________________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       ams = await AMS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_audiomixer.py:39: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_set_unmute _______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       ams = await AMS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_audiomixer.py:39: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_default_adapter ____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       bts = await BTS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_bluetooth.py:41: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_subscribe_device_changes ________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       bts = await BTS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_bluetooth.py:41: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_device_changes _______________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       bts = await BTS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_bluetooth.py:41: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_subscribe_adapter_changes _______________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       bts = await BTS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_bluetooth.py:41: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_adapter_changes ______________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       bts = await BTS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_bluetooth.py:41: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_subscribe_media ____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       bts = await BTS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_bluetooth.py:41: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_media ___________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       bts = await BTS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_bluetooth.py:41: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_subscribe_agent ____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       bts = await BTS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_bluetooth.py:41: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_agent ___________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       bts = await BTS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_bluetooth.py:41: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_subscribe_notifications ________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       ams = await BMP(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_bluetooth_map.py:39: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_status _________________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
          
      >       ams = await PBAP(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_bluetooth_pbap.py:39: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_list __________________________
          @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 cs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_can.py:36: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_get __________________________
          @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 cs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_can.py:36: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_auth __________________________
          @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 cs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_can.py:36: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_write _________________________
          @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 cs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_can.py:36: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_location ________________________
          @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 gcs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_geoclue.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_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 gcs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_geoclue.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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 gcs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_geoclue.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_location_verb _____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       gpss = await GPS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_gps.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_subscribe_verb _____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       gpss = await GPS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_gps.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_enable_recording ____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       gpss = await GPS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_gps.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_subscribe_location ___________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       gpss = await GPS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_gps.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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)
      >       gpss = await GPS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_gps.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_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:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_media_result ______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await mss(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_mediascanner.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_subscribe _______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await mss(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_mediascanner.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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)
      >       ns = await mss(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_mediascanner.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_state _________________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_global_offline _____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_disable_wifi ______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_enable_wifi ______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_enable_bluetooth ____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_disable_bluetooth ___________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_enable_ethernet ____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_disable_ethernet ____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_global_online _____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_technologies_verb ___________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_services_verb _____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_subscribe_global_state _________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_global_state ________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_subscribe_technologies _________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_technologies ________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_subscribe_tech_props __________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_tech_props _________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_subscribe_services ___________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_services __________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_subscribe_service_props ________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_service_props _______________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_subscribe_agent ____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_agent ___________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await NS(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_network.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /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_list __________________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await scs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_signal_composer.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_getNoFilter ______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await scs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_signal_composer.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_getFilterMin ______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await scs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_signal_composer.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_getFilterMax ______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await scs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_signal_composer.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_subscribe _______________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       ns = await scs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_signal_composer.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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)
      >       ns = await scs(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_signal_composer.py:38: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_apikey _________________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       gpss = await ws(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_weather.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_current_weather ____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       gpss = await ws(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_weather.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_bad_subscription ____________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       gpss = await ws(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_weather.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_bad_unsubscription ___________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       gpss = await ws(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_weather.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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_subscribe_weather ___________________
          @pytest.fixture(scope='module')
          async def service():
              address = os.environ.get('AGL_TGT_IP', 'localhost')
              port = os.environ.get('AGL_TGT_PORT', None)
      >       gpss = await ws(ip=address, port=port)
      /usr/lib/python3.8/site-packages/pyagl/tests/test_weather.py:37: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:163: in _async_init
          serviceport = await self.portfinder(runservice=self.runsvc)
      /usr/lib/python3.8/site-packages/pyagl/services/base.py:206: in portfinder
          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
      =========== 7 skipped, 27 deselected, 2 xfailed, 69 errors in 24.26s =========== 

       

       

      Full log:

      https://lava.automotivelinux.org/scheduler/job/12649#L4195

       

      This is for MACHINE=h3ulcb-nogfx and the "agl-image-ivi-crosssdk" .

      Build info on jenkins: https://build.automotivelinux.org/job/ci-platform-meta-agl-verify-CIB-h3ulcb-nogfx/547/consoleFull

       

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

            clabbe Corentin Labbe
            jsmoeller Jan-Simon Moeller
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: