redpanda icon indicating copy to clipboard operation
redpanda copied to clipboard

CI Failure (`System error during SSL read: error:400C0107:lib(128)::operation fail`) in `ShadowIndexingWhileBusyTest.test_create_or_delete_topics_while_busy`

Open vbotbuildovich opened this issue 7 months ago • 0 comments

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

Module: rptest.tests.e2e_shadow_indexing_test
Class: ShadowIndexingWhileBusyTest
Method: test_create_or_delete_topics_while_busy
Arguments: {
    "short_retention": false,
    "cloud_storage_type": 1
}
test_id:    ShadowIndexingWhileBusyTest.test_create_or_delete_topics_while_busy
status:     FAIL
run time:   816.502 seconds

<BadLogLines nodes=ip-172-31-9-199(1) example="ERROR 2024-06-22 22:31:20,229 [shard 2:au  ] s3 - util.cc:71 - System error std::__1::system_error (error OpenSSL:1074528519, System error during SSL read: error:400C0107:lib(128)::operation fail)">
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 190, in wrapped
    redpanda.raise_on_bad_logs(
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1570, in raise_on_bad_logs
    lsearcher.search_logs(_searchable_nodes)
  File "/home/ubuntu/redpanda/tests/rptest/services/utils.py", line 197, in search_logs
    raise BadLogLines(bad_loglines)
rptest.services.utils.BadLogLines: <BadLogLines nodes=ip-172-31-9-199(1) example="ERROR 2024-06-22 22:31:20,229 [shard 2:au  ] s3 - util.cc:71 - System error std::__1::system_error (error OpenSSL:1074528519, System error during SSL read: error:400C0107:lib(128)::operation fail)">

JIRA Link: CORE-4862

vbotbuildovich avatar Jun 27 '24 12:06 vbotbuildovich