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 (test failed) in k8s-operator-v2-helm-0 redpanda-06-test-rack-awareness #14451

Closed
andrwng opened this issue Oct 26, 2023 · 2 comments
Assignees
Labels
area/k8s ci-failure ci-ignore Automatic ci analysis tools ignore this issue kind/bug Something isn't working P1 High Priority - Sometime in the next 3 weeks

Comments

@andrwng
Copy link
Contributor

andrwng commented Oct 26, 2023

https://buildkite.com/redpanda/redpanda/builds/39810#018b6857-25e5-4dc1-803c-d789ae54d245

logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| TEST SUITE:     redpanda-06-test-rack-awareness
--
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| Last Started:   Wed Oct 25 22:00:42 2023
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| Last Completed: Wed Oct 25 22:00:45 2023
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| Phase:          Failed
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| NOTES:
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| Congratulations on installing redpanda!
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| The pods will rollout in a few seconds. To check the status:
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|   kubectl -n redpanda rollout status statefulset redpanda-06 --watch
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| Try some sample commands:
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| Get the api status:
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|   kubectl -n redpanda exec -ti redpanda-06-0 -c redpanda -- rpk cluster info --brokers redpanda-06-0.redpanda-06.redpanda.svc.cluster.local.:9093,redpanda-06-1.redpanda-06.redpanda.svc.cluster.local.:9093,redpanda-06-2.redpanda-06.redpanda.svc.cluster.local.:9093 --tls-enabled --tls-truststore /etc/tls/certs/default/ca.crt
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| Create a topic
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|   kubectl -n redpanda exec -ti redpanda-06-0 -c redpanda -- rpk topic create test-topic --brokers redpanda-06-0.redpanda-06.redpanda.svc.cluster.local.:9093,redpanda-06-1.redpanda-06.redpanda.svc.cluster.local.:9093,redpanda-06-2.redpanda-06.redpanda.svc.cluster.local.:9093 --tls-enabled --tls-truststore /etc/tls/certs/default/ca.crt
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| Describe the topic:
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|   kubectl -n redpanda exec -ti redpanda-06-0 -c redpanda -- rpk topic describe test-topic --brokers redpanda-06-0.redpanda-06.redpanda.svc.cluster.local.:9093,redpanda-06-1.redpanda-06.redpanda.svc.cluster.local.:9093,redpanda-06-2.redpanda-06.redpanda.svc.cluster.local.:9093 --tls-enabled --tls-truststore /etc/tls/certs/default/ca.crt
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| Delete the topic:
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \|   kubectl -n redpanda exec -ti redpanda-06-0 -c redpanda -- rpk topic delete test-topic --brokers redpanda-06-0.redpanda-06.redpanda.svc.cluster.local.:9093,redpanda-06-1.redpanda-06.redpanda.svc.cluster.local.:9093,redpanda-06-2.redpanda-06.redpanda.svc.cluster.local.:9093 --tls-enabled --tls-truststore /etc/tls/certs/default/ca.crt
  | logger.go:42: 22:00:45 \| redpanda-06/1-redpanda-06 \| Error: pod redpanda-06-test-rack-awareness failed
  | case.go:364: failed in step 1-redpanda-06
  | case.go:366: exit status 1
  | logger.go:42: 22:00:45 \| redpanda-06 \| skipping kubernetes event logging


JIRA Link: CORE-1532

@andrwng andrwng added kind/bug Something isn't working area/k8s ci-failure labels Oct 26, 2023
@ztlpn ztlpn added the ci-ignore Automatic ci analysis tools ignore this issue label Oct 27, 2023
@ztlpn
Copy link
Contributor

ztlpn commented Oct 27, 2023

adding ci-ignore so that pandatriage ignores it

@joejulian joejulian added the P1 High Priority - Sometime in the next 3 weeks label Nov 2, 2023
@RafalKorepta RafalKorepta removed their assignment Nov 13, 2023
@piyushredpanda
Copy link
Contributor

Not seen in at least two months, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/k8s ci-failure ci-ignore Automatic ci analysis tools ignore this issue kind/bug Something isn't working P1 High Priority - Sometime in the next 3 weeks
Projects
None yet
Development

No branches or pull requests

6 participants