Skip to content

Update NuvlaEdge version to 2.16.1 #800

Update NuvlaEdge version to 2.16.1

Update NuvlaEdge version to 2.16.1 #800

GitHub Actions / | ubuntu_vm_k8s --- basic_tests | failed Sep 30, 2024 in 0s

1 errors, 1 pass in 7m 20s

2 files  2 suites   7m 20s ⏱️
2 tests 1 ✅ 0 💤 0 ❌ 1 🔥
3 runs  1 ✅ 0 💤 0 ❌ 2 🔥

Results for commit d2327e2.

Annotations

Check failure on line 0 in validation_framework.validators.tests.basic_tests.test_device_restart.TestDeviceRestart

See this annotation in the file changed.

@github-actions github-actions / | ubuntu_vm_k8s --- basic_tests |

All 2 runs with error: test_restart_after_commissioning (validation_framework.validators.tests.basic_tests.test_device_restart.TestDeviceRestart)

results/temp/xml/TestDeviceRestart-20240930110441.xml [took 46s]
Raw output
Error reading SSH protocol banner
Traceback (most recent call last):
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/paramiko/transport.py", line 2292, in _check_banner
    buf = self.packetizer.readline(timeout)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/paramiko/packet.py", line 374, in readline
    buf += self._read_timeout(timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/paramiko/packet.py", line 603, in _read_timeout
    raise EOFError()
EOFError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/validation_framework/validators/tests/basic_tests/test_device_restart.py", line 40, in test_restart_after_commissioning
    self.wait_for_commissioned()
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/validation_framework/validators/validation_base.py", line 94, in wait_for_commissioned
    self.engine_handler.start_engine(self.uuid, remove_old_installation=True)
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/validation_framework/deployer/engine_handler.py", line 94, in start_engine
    self.coe.start_engine(nuvlaedge_uuid, False, extra_envs)
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/validation_framework/deployer/coe/kubernetes.py", line 50, in start_engine
    result: Result = self.device.run_sudo_command(update_repo_cmd)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/validation_framework/deployer/target_device/ssh_target.py", line 110, in run_sudo_command
    return connection.run(command, pty=False, env=envs, hide=hide, watchers=[self.SUDO_PASS])
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/decorator.py", line 232, in fun
    return caller(func, *(extras + args), **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/fabric/connection.py", line 22, in opens
    self.open()
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/fabric/connection.py", line 665, in open
    result = self.client.connect(**kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/paramiko/client.py", line 451, in connect
    t.start_client(timeout=timeout)
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/paramiko/transport.py", line 722, in start_client
    raise e
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/paramiko/transport.py", line 2113, in run
    self._check_banner()
  File "/home/runner/actions-runner/_work/_tool/Python/3.11.6/x64/lib/python3.11/site-packages/paramiko/transport.py", line 2296, in _check_banner
    raise SSHException(
paramiko.ssh_exception.SSHException: Error reading SSH protocol banner