Skip to content

Regression Failure: UAT | C1273190683-GES_DISC | OMAERO #5068

Description

@github-actions

Updated: 2026-07-13 14:35:58 UTC

Job Run: https://github.com/podaac/l2ss-py-autotest/actions/runs/29251298469/job/86820275208

Regression Failures:

Concept ID: C1273190683-GES_DISC | Short Name: OMAERO | Test Type: spatial

Error Message:

[gw0] 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:

SSL handshake failed: transport endpoint is not connected, indicating the underlying socket was
closed before the TLS handshake completed.

Suggested Solution:

Check target URL and port reachability. Ensure server supports required TLS version. Update CA
certificates or temporarily disable verification. Implement retry logic with exponential backoff.
Check firewall/proxy that may close connections early.

Concept ID: C1273190683-GES_DISC | Short Name: OMAERO | Test Type: temporal

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:

SSL handshake failed: transport endpoint is not connected, indicating the underlying socket was
closed before the TLS handshake completed.

Suggested Solution:

Verify target URL and port reachability. Ensure server supports required TLS version. Update CA
certificates or temporarily disable verification. Implement retry logic with exponential backoff.
Check firewall/proxy that may close connections early.

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions