Skip to content

Explanatory comments #6

Explanatory comments

Explanatory comments #6

GitHub Actions / Test Results failed Nov 13, 2024 in 0s

11 errors in 58s

11 tests    0 ✅  58s ⏱️
 1 suites   0 💤
 1 files     0 ❌  11 🔥

Results for commit 32294bc.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test.swiot.test_config.test_config_attributes with error

results.xml [took 0s]
Raw output
collection failure
adi/context_manager.py:36: in __init__
    self._ctx = iio.Context(self.uri)
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:1358: in __init__
    self._context = _new_uri(_context.encode("ascii"))
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:56: in _check_null
    raise OSError(err, _strerror(err))
E   TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:
test/swiot/test_config/test_config_attributes.py:37: in <module>
    from examples.swiot import swiot_utils, constants
examples/swiot.py:25: in <module>
    swiot = adi.swiot(uri=dev_uri)
adi/swiot.py:13: in __init__
    context_manager.__init__(self, uri, self._device_name)
adi/context_manager.py:38: in __init__
    raise Exception("No device found")
E   Exception: No device found

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test.swiot.test_config.test_device_config with error

results.xml [took 0s]
Raw output
collection failure
adi/context_manager.py:36: in __init__
    self._ctx = iio.Context(self.uri)
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:1358: in __init__
    self._context = _new_uri(_context.encode("ascii"))
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:56: in _check_null
    raise OSError(err, _strerror(err))
E   TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:
test/swiot/test_config/test_device_config.py:37: in <module>
    from examples.swiot import swiot_utils, constants
examples/swiot.py:25: in <module>
    swiot = adi.swiot(uri=dev_uri)
adi/swiot.py:13: in __init__
    context_manager.__init__(self, uri, self._device_name)
adi/context_manager.py:38: in __init__
    raise Exception("No device found")
E   Exception: No device found

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test.swiot.test_runtime.test_channel_attributes with error

results.xml [took 0s]
Raw output
collection failure
adi/context_manager.py:36: in __init__
    self._ctx = iio.Context(self.uri)
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:1358: in __init__
    self._context = _new_uri(_context.encode("ascii"))
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:56: in _check_null
    raise OSError(err, _strerror(err))
E   TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:
test/swiot/test_runtime/test_channel_attributes.py:37: in <module>
    from examples.swiot import swiot_utils, constants
examples/swiot.py:25: in <module>
    swiot = adi.swiot(uri=dev_uri)
adi/swiot.py:13: in __init__
    context_manager.__init__(self, uri, self._device_name)
adi/context_manager.py:38: in __init__
    raise Exception("No device found")
E   Exception: No device found

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test.swiot.test_runtime.test_devices_runtime with error

results.xml [took 0s]
Raw output
collection failure
adi/context_manager.py:36: in __init__
    self._ctx = iio.Context(self.uri)
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:1358: in __init__
    self._context = _new_uri(_context.encode("ascii"))
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:56: in _check_null
    raise OSError(err, _strerror(err))
E   TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:
test/swiot/test_runtime/test_devices_runtime.py:37: in <module>
    from examples.swiot import swiot_utils, constants
examples/swiot.py:25: in <module>
    swiot = adi.swiot(uri=dev_uri)
adi/swiot.py:13: in __init__
    context_manager.__init__(self, uri, self._device_name)
adi/context_manager.py:38: in __init__
    raise Exception("No device found")
E   Exception: No device found

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test.swiot.test_runtime.test_temperature_device with error

results.xml [took 0s]
Raw output
collection failure
adi/context_manager.py:36: in __init__
    self._ctx = iio.Context(self.uri)
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:1358: in __init__
    self._context = _new_uri(_context.encode("ascii"))
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:56: in _check_null
    raise OSError(err, _strerror(err))
E   TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:
test/swiot/test_runtime/test_temperature_device.py:34: in <module>
    from examples.swiot import constants
examples/swiot.py:25: in <module>
    swiot = adi.swiot(uri=dev_uri)
adi/swiot.py:13: in __init__
    context_manager.__init__(self, uri, self._device_name)
adi/context_manager.py:38: in __init__
    raise Exception("No device found")
E   Exception: No device found

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test.swiot.test_switch.test_basic_switch with error

results.xml [took 0s]
Raw output
collection failure
adi/context_manager.py:36: in __init__
    self._ctx = iio.Context(self.uri)
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:1358: in __init__
    self._context = _new_uri(_context.encode("ascii"))
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:56: in _check_null
    raise OSError(err, _strerror(err))
E   TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:
test/swiot/test_switch/test_basic_switch.py:38: in <module>
    from examples.swiot import swiot_utils, constants
examples/swiot.py:25: in <module>
    swiot = adi.swiot(uri=dev_uri)
adi/swiot.py:13: in __init__
    context_manager.__init__(self, uri, self._device_name)
adi/context_manager.py:38: in __init__
    raise Exception("No device found")
E   Exception: No device found

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test.swiot.test_switch.test_double_channels with error

results.xml [took 0s]
Raw output
collection failure
adi/context_manager.py:36: in __init__
    self._ctx = iio.Context(self.uri)
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:1358: in __init__
    self._context = _new_uri(_context.encode("ascii"))
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:56: in _check_null
    raise OSError(err, _strerror(err))
E   TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:
test/swiot/test_switch/test_double_channels.py:36: in <module>
    from examples.swiot import swiot_utils, constants
examples/swiot.py:25: in <module>
    swiot = adi.swiot(uri=dev_uri)
adi/swiot.py:13: in __init__
    context_manager.__init__(self, uri, self._device_name)
adi/context_manager.py:38: in __init__
    raise Exception("No device found")
E   Exception: No device found

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test.swiot.test_switch.test_faults with error

results.xml [took 0s]
Raw output
collection failure
adi/context_manager.py:36: in __init__
    self._ctx = iio.Context(self.uri)
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:1358: in __init__
    self._context = _new_uri(_context.encode("ascii"))
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:56: in _check_null
    raise OSError(err, _strerror(err))
E   TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:
test/swiot/test_switch/test_faults.py:3: in <module>
    from examples.swiot import swiot_utils, constants
examples/swiot.py:25: in <module>
    swiot = adi.swiot(uri=dev_uri)
adi/swiot.py:13: in __init__
    context_manager.__init__(self, uri, self._device_name)
adi/context_manager.py:38: in __init__
    raise Exception("No device found")
E   Exception: No device found

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test.swiot.test_switch.test_loopback with error

results.xml [took 0s]
Raw output
collection failure
adi/context_manager.py:36: in __init__
    self._ctx = iio.Context(self.uri)
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:1358: in __init__
    self._context = _new_uri(_context.encode("ascii"))
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:56: in _check_null
    raise OSError(err, _strerror(err))
E   TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:
test/swiot/test_switch/test_loopback.py:36: in <module>
    from examples.swiot import swiot_utils, constants
examples/swiot.py:25: in <module>
    swiot = adi.swiot(uri=dev_uri)
adi/swiot.py:13: in __init__
    context_manager.__init__(self, uri, self._device_name)
adi/context_manager.py:38: in __init__
    raise Exception("No device found")
E   Exception: No device found

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test.swiot.test_switch.test_sampling_frequency with error

results.xml [took 0s]
Raw output
collection failure
adi/context_manager.py:36: in __init__
    self._ctx = iio.Context(self.uri)
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:1358: in __init__
    self._context = _new_uri(_context.encode("ascii"))
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:56: in _check_null
    raise OSError(err, _strerror(err))
E   TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:
test/swiot/test_switch/test_sampling_frequency.py:36: in <module>
    from examples.swiot import swiot_utils, constants
examples/swiot.py:25: in <module>
    swiot = adi.swiot(uri=dev_uri)
adi/swiot.py:13: in __init__
    context_manager.__init__(self, uri, self._device_name)
adi/context_manager.py:38: in __init__
    raise Exception("No device found")
E   Exception: No device found

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

test.swiot.test_switch.test_threshold with error

results.xml [took 0s]
Raw output
collection failure
adi/context_manager.py:36: in __init__
    self._ctx = iio.Context(self.uri)
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:1358: in __init__
    self._context = _new_uri(_context.encode("ascii"))
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/iio.py:56: in _check_null
    raise OSError(err, _strerror(err))
E   TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:
test/swiot/test_switch/test_threshold.py:36: in <module>
    from examples.swiot import swiot_utils, constants
examples/swiot.py:25: in <module>
    swiot = adi.swiot(uri=dev_uri)
adi/swiot.py:13: in __init__
    context_manager.__init__(self, uri, self._device_name)
adi/context_manager.py:38: in __init__
    raise Exception("No device found")
E   Exception: No device found