CI (branch: hotfix/merge-forward) #1955
Annotations
1 error
tests/pytests/integration/ssh/test_deploy.py#L109
assert 1 == 20
+ where 1 = ProcessResult(returncode=1, stdout='', stderr='An un-handled exception was caught: \'>\' not supported between instances of \'NoneType\' and \'int\'\nTraceback (most recent call last):\n File "/tmp/stsuite/scripts/cli_salt_ssh.py", line 48, in <module>\n main()\n File "/tmp/stsuite/scripts/cli_salt_ssh.py", line 43, in main\n salt_ssh()\n File "/tmp/testing/artifacts/salt/lib/python3.10/site-packages/salt/scripts.py", line 470, in salt_ssh\n client.run()\n File "/tmp/testing/artifacts/salt/lib/python3.10/site-packages/salt/cli/ssh.py", line 20, in run\n ssh.run()\n File "/tmp/testing/artifacts/salt/lib/python3.10/site-packages/salt/client/ssh/__init__.py", line 810, in run\n final_exit = max(final_exit, retcode)\nTypeError: \'>\' not supported between instances of \'NoneType\' and \'int\'\n', cmdline=['/tmp/testing/.nox/ci-test-onedir/bin/python', '/tmp/stsuite/scripts/cli_salt_ssh.py', '--ignore-host-keys', '--roster-file=/tmp/stsuite/master-7X1KA4/conf/roster', '--priv=/tmp/stsuite/sshd/client_key', '--user=root', '--config-dir=/tmp/stsuite/master-7X1KA4/conf', '--out=json', '--out-indent=0', '--log-level=critical', 'localhost', 'file.touch', '/tmp/non/ex/is/tent'], data_key=None, data=None).returncode
|
The logs for this run have expired and are no longer available.
Loading