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

Fixed

Description

==================================== 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  1. Shells like IDLE catch the SystemExit, but listen when their

  2. 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):

  3. Shells like IDLE catch the SystemExit, but listen when their

  4. 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):

  5. Shells like IDLE catch the SystemExit, but listen when their

  6. 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):

  7. Shells like IDLE catch the SystemExit, but listen when their

  8. 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):

  9. Shells like IDLE catch the SystemExit, but listen when their

  10. 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):

  11. Shells like IDLE catch the SystemExit, but listen when their

  12. 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):

  13. Shells like IDLE catch the SystemExit, but listen when their

  14. 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):

  15. Shells like IDLE catch the SystemExit, but listen when their

  16. 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):

  17. Shells like IDLE catch the SystemExit, but listen when their

  18. 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):

  19. Shells like IDLE catch the SystemExit, but listen when their

  20. 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):

  21. Shells like IDLE catch the SystemExit, but listen when their

  22. 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 =

Environment

h3ulcb-nogfx, agl-image-ivi-crosssdk

Activity

Show:

Walt Miner 
June 2, 2023 at 2:46 PM

This is an old issue. Can it be closed?

Corentin Labbe 
November 23, 2020 at 8:40 AM

On qemu arm/arm64, sda hw is added but seems not probed, probably audiomixer fail due to missing driver/configs. I investigate this.

 

Jan-Simon Moeller 
November 19, 2020 at 9:33 AM

:

State of master is all green now. But we're seeing lava/test failures on jellyfish .

 

Please track down issues seen on jellyfish with the tests. Starting point is e.g.:

A starting point (backup artifacts for reuse maybe) is:

https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-devel/+/25616

E.g. audiomixer seems to fail (not seen on master, but codebase is the same).

A list of the all the issues seen plus debug journal log captured might already help to track this down.

 

Jan-Simon Moeller 
November 19, 2020 at 9:26 AM

We're ok now on master. Need to verify on jellyfish.

Jan-Simon Moeller 
October 20, 2020 at 3:31 PM
(edited)

Details

Assignee

Reporter

Hardware Platform(s) Affected

Renesas H3
Renesas H3+KF

Priority

Created September 21, 2020 at 2:20 PM
Updated December 18, 2023 at 8:04 PM
Resolved December 18, 2023 at 8:04 PM