Details
Details
Assignee
Corentin Labbe
Corentin LabbeReporter
Jan-Simon Moeller
Jan-Simon MoellerHardware 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
==================================== 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 =