Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Failure (key symptom) in ClusterConfigLegacyDefaultTest.test_legacy_default #18649

Closed
vbotbuildovich opened this issue May 23, 2024 · 2 comments
Labels
auto-triaged used to know which issues have been opened from a CI job ci-failure team/enterprise helper for jira sync

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented May 23, 2024

https://buildkite.com/redpanda/vtools/builds/14028

Module: rptest.tests.cluster_config_test
Class: ClusterConfigLegacyDefaultTest
Method: test_legacy_default
Arguments: {
    "wipe_cache": false
}
test_id:    ClusterConfigLegacyDefaultTest.test_legacy_default
status:     FAIL
run time:   6.741 seconds

SSLError(MaxRetryError("HTTPSConnectionPool(host='vectorized-public.s3.us-west-2.amazonaws.com', port=443): Max retries exceeded with url: /releases/redpanda/24.1.2/redpanda-24.1.2-amd64.tar.gz (Caused by SSLError(SSLError(1, '[SSL] EVP lib (_ssl.c:1007)')))"))
Traceback (most recent call last):
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/urllib3/connection.py", line 362, in connect
    self.sock = ssl_wrap_socket(
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/urllib3/util/ssl_.py", line 386, in ssl_wrap_socket
    return context.wrap_socket(sock, server_hostname=server_hostname)
  File "/usr/lib/python3.10/ssl.py", line 513, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.10/ssl.py", line 1104, in _create
    self.do_handshake()
  File "/usr/lib/python3.10/ssl.py", line 1375, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL] EVP lib (_ssl.c:1007)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='vectorized-public.s3.us-west-2.amazonaws.com', port=443): Max retries exceeded with url: /releases/redpanda/24.1.2/redpanda-24.1.2-amd64.tar.gz (Caused by SSLError(SSLError(1, '[SSL] EVP lib (_ssl.c:1007)')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 276, in run_test
    return self.test_context.function(self.test)
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/mark/_mark.py", line 535, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 103, in wrapped
    r = f(self, *args, **kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/tests/cluster_config_test.py", line 1985, in test_legacy_default
    versions = self.load_version_range(self.legacy_version)
  File "/home/ubuntu/redpanda/tests/rptest/tests/redpanda_test.py", line 143, in load_version_range
    v = self.redpanda._installer.highest_from_prior_feature_version(v)
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_installer.py", line 511, in highest_from_prior_feature_version
    if not self._avail_for_download(v) and skip_versions > 0:
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_installer.py", line 446, in _avail_for_download
    r = requests.head(self._version_package_url(version))
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/requests/api.py", line 104, in head
    return request('head', url, **kwargs)
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/requests/api.py", line 61, in request
    return session.request(method=method, url=url, **kwargs)
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/requests/sessions.py", line 530, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/requests/sessions.py", line 643, in send
    r = adapter.send(request, **kwargs)
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/requests/adapters.py", line 514, in send
    raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='vectorized-public.s3.us-west-2.amazonaws.com', port=443): Max retries exceeded with url: /releases/redpanda/24.1.2/redpanda-24.1.2-amd64.tar.gz (Caused by SSLError(SSLError(1, '[SSL] EVP lib (_ssl.c:1007)')))

JIRA Link: CORE-3076

@vbotbuildovich vbotbuildovich added auto-triaged used to know which issues have been opened from a CI job ci-failure labels May 23, 2024
@vbotbuildovich
Copy link
Collaborator Author

@piyushredpanda piyushredpanda added the team/enterprise helper for jira sync label Jun 18, 2024
@travisdowns
Copy link
Member

{"duplicate": "https://github.com/redpanda-data/redpanda/issues/18252"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-triaged used to know which issues have been opened from a CI job ci-failure team/enterprise helper for jira sync
Projects
None yet
Development

No branches or pull requests

3 participants