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 RollingRestartTest.test_rolling_restart #18296

Closed
vbotbuildovich opened this issue May 7, 2024 · 1 comment
Closed
Labels
area/htt auto-triaged used to know which issues have been opened from a CI job ci-failure ci-rca/infra CI Root Cause Analysis - Infrastructure Issue

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented May 7, 2024

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

Module: rptest.redpanda_cloud_tests.rolling_restart_test
Class: RollingRestartTest
Method: test_rolling_restart
test_id:    RollingRestartTest.test_rolling_restart
status:     FAIL
run time:   0.124 seconds

RuntimeError("Invalid CIDR for private network: 'private'")
Traceback (most recent call last):
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_cloud.py", line 290, in validate_cidr
    ip_address = ipaddress.ip_network(network_cidr)
  File "/usr/lib/python3.10/ipaddress.py", line 83, in ip_network
    raise ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 network')
ValueError: 'private' does not appear to be an IPv4 or IPv6 network

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 177, in _do_run
    self.test = self.test_context.cls(self.test_context)
  File "/home/ubuntu/redpanda/tests/rptest/redpanda_cloud_tests/rolling_restart_test.py", line 19, in __init__
    super().__init__(test_context, *args, **kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/tests/redpanda_cloud_test.py", line 25, in __init__
    self.redpanda = make_redpanda_cloud_service(test_context)
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 4849, in make_redpanda_cloud_service
    return RedpandaServiceCloud(context,
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1580, in __init__
    self._cloud_cluster = CloudCluster(
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_cloud.py", line 245, in __init__
    self.config.network = self.validate_cidr(self.config.network)
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda_cloud.py", line 292, in validate_cidr
    raise RuntimeError(
RuntimeError: Invalid CIDR for private network: 'private'

JIRA Link: CORE-2823

@vbotbuildovich vbotbuildovich added auto-triaged used to know which issues have been opened from a CI job ci-failure labels May 7, 2024
@piyushredpanda piyushredpanda added area/htt ci-rca/infra CI Root Cause Analysis - Infrastructure Issue labels May 9, 2024
@vbotbuildovich
Copy link
Collaborator Author

Duplicate of private network issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/htt auto-triaged used to know which issues have been opened from a CI job ci-failure ci-rca/infra CI Root Cause Analysis - Infrastructure Issue
Projects
None yet
Development

No branches or pull requests

2 participants