Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 30, 2024
1 parent 0ec0d67 commit 93fcbfa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions error.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ self = <paramiko.Transport at 0xce709ed0 (unconnected)>
try:
> buf = self.packetizer.readline(timeout)

../../../venv/aiida-core-dev/lib/python3.10/site-packages/paramiko/transport.py:2369:
../../../venv/aiida-core-dev/lib/python3.10/site-packages/paramiko/transport.py:2369:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../../venv/aiida-core-dev/lib/python3.10/site-packages/paramiko/packet.py:395: in readline
buf += self._read_timeout(timeout)
Expand All @@ -43,7 +43,7 @@ During handling of the above exception, another exception occurred:
machine='localhost', proxy_jump='localhost', timeout=30, load_system_host_keys=True, key_policy='AutoAddPolicy'
):

tests/transports/test_ssh.py:41:
tests/transports/test_ssh.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
src/aiida/transports/transport.py:131: in __enter__
self.open()
Expand Down Expand Up @@ -89,14 +89,14 @@ E paramiko.ssh_exception.SSHException: Error reading SSH protocol
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR] File "/home/jyu/venv/aiida-core-dev/lib/python3.10/site-packages/paramiko/packet.py", line 665, in _read_timeout
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR] raise EOFError()
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR] EOFError
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR]
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR]
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR] During handling of the above exception, another exception occurred:
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR]
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR]
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR] Traceback (most recent call last):
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR] File "/home/jyu/venv/aiida-core-dev/lib/python3.10/site-packages/paramiko/transport.py", line 2185, in run
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR] self._check_banner()
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR] File "/home/jyu/venv/aiida-core-dev/lib/python3.10/site-packages/paramiko/transport.py", line 2373, in _check_banner
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR] raise SSHException(
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR] paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR]
11/29/2024 05:03:08 PM <3242154> paramiko.transport: [ERROR]
11/29/2024 05:03:08 PM <3242154> aiida.transport.SshTransport: [ERROR] Error connecting to proxy 'localhost' through SSH: [SshTransport] Error reading SSH protocol banner, connect_args were: {'timeout': 30}

0 comments on commit 93fcbfa

Please sign in to comment.