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 SimpleSelfTest.test_cloud #18294

Closed
vbotbuildovich opened this issue May 7, 2024 · 1 comment
Closed

CI Failure (key symptom) in SimpleSelfTest.test_cloud #18294

vbotbuildovich opened this issue May 7, 2024 · 1 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

Comments

@vbotbuildovich
Copy link
Collaborator

vbotbuildovich commented May 7, 2024

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

Module: rptest.tests.services_self_test
Class: SimpleSelfTest
Method: test_cloud
test_id:    SimpleSelfTest.test_cloud
status:     FAIL
run time:   0.123 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/tests/services_self_test.py", line 286, in __init__
    self.redpanda = make_redpanda_mixed_service(test_context,
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 4870, in make_redpanda_mixed_service
    return make_redpanda_cloud_service(context, min_brokers=min_brokers)
  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-2821

@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