test_id: AuditLogTestsAppLifecycle.test_app_lifecycle
status: FAIL
run time: 83.095 seconds
TimeoutError('')
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 "/root/tests/rptest/services/cluster.py", line 105, in wrapped
r = f(self, *args, **kwargs)
File "/root/tests/rptest/tests/audit_log_test.py", line 715, in test_app_lifecycle
_ = self.find_matching_record(
File "/root/tests/rptest/tests/audit_log_test.py", line 678, in find_matching_record
return self.read_all_from_audit_log(filter_fn=filter_fn,
File "/root/tests/rptest/tests/audit_log_test.py", line 648, in read_all_from_audit_log
raise e
File "/root/tests/rptest/tests/audit_log_test.py", line 641, in read_all_from_audit_log
wait_until(predicate,
File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/utils/util.py", line 57, in wait_until
raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError
https://buildkite.com/redpanda/redpanda/builds/51484
JIRA Link: CORE-5597