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 (rpk consume timeout) in OffsetRetentionTest.test_offset_expiration #11422

Closed
andijcr opened this issue Jun 14, 2023 · 1 comment
Closed
Labels
area/kafka ci-failure ci-ignore Automatic ci analysis tools ignore this issue do-not-reopen kind/bug Something isn't working

Comments

@andijcr
Copy link
Contributor

andijcr commented Jun 14, 2023

debug build
https://buildkite.com/redpanda/redpanda/builds/31224#0188b66f-0fad-487e-9e4a-7ac0fc8644a6

Module: rptest.tests.offset_retention_test
Class:  OffsetRetentionTest
Method: test_offset_expiration
====================================================================================================
test_id:    rptest.tests.offset_retention_test.OffsetRetentionTest.test_offset_expiration
status:     FAIL
run time:   1 minute 13.192 seconds


    RpkException('command /var/lib/buildkite-agent/builds/buildkite-bk-amd64-xfs-builders-i-07dc76ba17a7fe622-1/redpanda/redpanda/vbuild/redpanda_installs/ci/bin/rpk topic -X brokers=docker-rp-4:9092,docker-rp-14:9092,docker-rp-8:9092 consume topic-mfegqugabr -g hey_group -n1 timed out')
Traceback (most recent call last):
  File "/root/tests/rptest/clients/rpk.py", line 856, in _execute
    output, error = p.communicate(input=stdin, timeout=timeout)
  File "/usr/lib/python3.10/subprocess.py", line 1152, in communicate
    stdout, stderr = self._communicate(input, endtime, timeout)
  File "/usr/lib/python3.10/subprocess.py", line 2004, in _communicate
    self._check_timeout(endtime, orig_timeout, stdout, stderr)
  File "/usr/lib/python3.10/subprocess.py", line 1196, in _check_timeout
    raise TimeoutExpired(
subprocess.TimeoutExpired: Command '['/var/lib/buildkite-agent/builds/buildkite-bk-amd64-xfs-builders-i-07dc76ba17a7fe622-1/redpanda/redpanda/vbuild/redpanda_installs/ci/bin/rpk', 'topic', '-X', 'brokers=docker-rp-4:9092,docker-rp-14:9092,docker-rp-8:9092', 'consume', 'topic-mfegqugabr', '-g', 'hey_group', '-n1']' timed out after 30 seconds

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/services/cluster.py", line 83, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/offset_retention_test.py", line 253, in test_offset_expiration
    self.rpk.consume(self.topic, n=1, group=group)
  File "/root/tests/rptest/clients/rpk.py", line 518, in consume
    return self._run_topic(cmd, timeout=timeout)
  File "/root/tests/rptest/clients/rpk.py", line 746, in _run_topic
    return self._execute(cmd, stdin=stdin, timeout=timeout)
  File "/root/tests/rptest/clients/rpk.py", line 859, in _execute
    raise RpkException(f"command {' '.join(cmd)} timed out")
rptest.clients.rpk.RpkException: RpkException<command /var/lib/buildkite-agent/builds/buildkite-bk-amd64-xfs-builders-i-07dc76ba17a7fe622-1/redpanda/redpanda/vbuild/redpanda_installs/ci/bin/rpk topic -X brokers=docker-rp-4:9092,docker-rp-14:9092,docker-rp-8:9092 consume topic-mfegqugabr -g hey_group -n1 timed out>

@rystsov
Copy link
Contributor

rystsov commented Sep 2, 2023

The issue points to a PR build, the issue haven't been seen on dev closing it; please do not reopen it. If an issue pops up on dev just open a new issue and link this one if needed

@rystsov rystsov closed this as completed Sep 2, 2023
@rystsov rystsov added ci-ignore Automatic ci analysis tools ignore this issue do-not-reopen labels Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kafka ci-failure ci-ignore Automatic ci analysis tools ignore this issue do-not-reopen kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants