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 #18383

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

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

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

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

Module: rptest.tests.services_self_test
Class: SimpleSelfTest
Method: test_cloud
test_id:    SimpleSelfTest.test_cloud
status:     FAIL
run time:   23.056 seconds

CalledProcessError(1, ['tsh', 'ssh', '--proxy=proxy.tp.redpanda.com:443', '--auth=okta', '--identity=/tmp/machine-id/identity', 'redpanda@cou5onnof9l76uhaebig-agent', './breakglass-tools.sh'])
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 1608, in __init__
    self.rebuild_pods_classes()
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1636, in rebuild_pods_classes
    for p in self.get_redpanda_pods()
  File "/home/ubuntu/redpanda/tests/rptest/services/redpanda.py", line 1696, in get_redpanda_pods
    self.kubectl.cmd('get pods -n redpanda -o json').decode())
  File "/home/ubuntu/redpanda/tests/rptest/clients/kubectl.py", line 163, in cmd
    self._install()
  File "/home/ubuntu/redpanda/tests/rptest/clients/kubectl.py", line 122, in _install
    self._ssh_cmd(['./breakglass-tools.sh'])
  File "/home/ubuntu/redpanda/tests/rptest/clients/kubectl.py", line 157, in _ssh_cmd
    return self._local_cmd(self._ssh_prefix() + cmd)
  File "/home/ubuntu/redpanda/tests/rptest/clients/kubectl.py", line 147, in _local_cmd
    return subprocess.check_output(cmd, stderr=subprocess.PIPE)
  File "/usr/lib/python3.10/subprocess.py", line 421, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['tsh', 'ssh', '--proxy=proxy.tp.redpanda.com:443', '--auth=okta', '--identity=/tmp/machine-id/identity', 'redpanda@cou5onnof9l76uhaebig-agent', './breakglass-tools.sh']' returned non-zero exit status 1.

JIRA Link: CORE-2897

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

rpdevmp commented May 16, 2024

Duplicate of #18513

@rpdevmp rpdevmp marked this as a duplicate of #18513 May 16, 2024
@rpdevmp rpdevmp closed this as completed May 16, 2024
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

3 participants