Updated: 2026-08-10 10:28:42 UTC
Job Run: https://github.com/podaac/l2ss-py-autotest/actions/runs/31370375753/job/93397801202
Regression Failures:
Concept ID: C1692982090-GES_DISC | Short Name: SNDRJ1IML2CCPRET | Test Type: spatial
Error Message:
[gw1] linux -- Python 3.12.13 /home/runner/.cache/pypoetry/virtualenvs/l2ss-py-autotest-iYz8Sff2-py3.12/bin/python
/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/ssl.py:992: in _create
self.getpeername()
E OSError: [Errno 107] Transport endpoint is not connected
During handling of the above exception, another exception occurred:
../../../../.cache/pypoetry/virtualenvs/l2ss-py-autotest-iYz8Sff2-py3.12/lib/python3.12/site-packages/urllib3/connectionpool.py:788: in urlopen
response = self._make_request(
../../../../.cache/pypoetry/virtualenvs/l2ss-py-autotest-iYz8Sff2-py3.12/lib/python3.12/site-packages/urllib3/connectionpool.py:488: in _make_request
raise new_e
../../../../.cache/pypoetry/virtualenvs/l2ss-py-autotest-iYz8Sff2-py3.12/lib/python3.12/site-packages/urllib3/connectionpool.py:464: in _make_request
self._validate_conn(conn)
../../../../.cache/pypoetry/virtualenvs/l2ss-py-autotest-iYz8Sff2-py3.12/lib/python3.12/site-packages/urllib3/connectionpool.py:1106: in _validate_conn
conn.connect()
../../../../.cache/pypoetry/virtualenvs/l2ss-py-autotest-iYz8Sff2-py3.12/lib/python3.12/site-packages/urllib3/connection.py:796: in connect
sock_and_verified = _ssl_wrap_socket_and_match_hostname(
../../../../.cache/pypoetry/virtualenvs/l2ss-py-autotest-iYz8Sff2-py3.12/lib/python3.12/site-packages/urllib3/connection.py:975: in _ssl_wrap_socket_and_match_hostname
ssl_sock = ssl_wrap_socket(
../../../../.cache/pypoetry/virtualenvs/l2ss-py-autotest-iYz8Sff2-py3.12/lib/python3.12/site-packages/urllib3/util/ssl_.py:433: in ssl_wrap_socket
ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../.cache/pypoetry/virtualenvs/l2ss-py-autotest-iYz8Sff2-py3.12/lib/python3.12/site-packages/urllib3/util/ssl_.py:477: in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/ssl.py:455: in wrap_socket
return self.sslsocket_class._create(
/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/ssl.py:1004: in _create
notconn_pre_handshake_data = self.recv(1)
^^^^^^^^^^^^
/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/ssl.py:1234: in recv
... (truncated) ...
Summary:
OSError: [Errno 107] Transport endpoint is not connected while establishing SSL connection via
urllib3. Likely due to network connectivity issues or remote server unavailability.
Suggested Solution:
1. Verify network connectivity to the target endpoint. 2. Retry the request after a short delay. 3.
Check proxy or firewall settings that might block the connection. 4. Ensure the remote server is
reachable and responding.
Updated: 2026-08-10 10:28:42 UTC
Job Run: https://github.com/podaac/l2ss-py-autotest/actions/runs/31370375753/job/93397801202
Regression Failures:
Concept ID:
C1692982090-GES_DISC| Short Name:SNDRJ1IML2CCPRET| Test Type:spatialError Message:
Summary:
Suggested Solution: