origin icon indicating copy to clipboard operation
origin copied to clipboard

Fixing the Failure for make update for OCP-80983

Open asahay19 opened this issue 6 months ago • 2 comments

Test case OCP-80983 is getting failed in make update with below error:

goroutine 1 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:26 +0x5e github.com/openshift/origin/test/extended/util.FatalErr({0x6710e80, 0xc002325560}) /home/asahay/OCP-80983/origin/test/extended/util/client.go:1023 +0x25 github.com/openshift/origin/test/extended/util.(*CLI).AdminConfig(0x0?) /home/asahay/OCP-80983/origin/test/extended/util/client.go:824 +0x3b github.com/openshift/origin/test/extended/util.(*CLI).SetupProject(0xc0023eac80) /home/asahay/OCP-80983/origin/test/extended/util/client.go:314 +0x1c github.com/openshift/origin/test/extended/node.init.func1() /home/asahay/OCP-80983/origin/test/extended/node/cgroups.go:23 +0xe5 github.com/onsi/ginkgo/v2/internal.NewNode.func2({0xc0023ea780?, 0x0?}) /home/asahay/OCP-80983/origin/vendor/github.com/onsi/ginkgo/v2/internal/node.go:324 +0x13 github.com/onsi/ginkgo/v2/internal.(*Suite).PushNode.func1(0xc0014c2908?) /home/asahay/OCP-80983/origin/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:209 +0x5b github.com/onsi/ginkgo/v2/internal.(*Suite).PushNode(_, {0x193, 0x2, {0x700cdee, 0x72}, 0xc000f9b120, {{0x8bf23cb, 0x3b}, 0x10, {0x0, ...}, ...}, ...}) /home/asahay/OCP-80983/origin/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:211 +0x71e github.com/onsi/ginkgo/v2/internal.(*Suite).BuildTree(0xc000893508) /home/asahay/OCP-80983/origin/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:101 +0xb8 k8s.io/kubernetes/openshift-hack/e2e/annotate.Run(0xa61c878?, 0x71be008) /home/asahay/OCP-80983/origin/vendor/k8s.io/kubernetes/openshift-hack/e2e/annotate/annotate.go:31 +0xd5 main.main() /home/asahay/OCP-80983/origin/test/extended/util/annotate/annotate.go:14 +0x25

So, fixing it by removing oc.SetupProject() .

cc @sairameshv

asahay19 avatar Jun 03 '25 04:06 asahay19

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: asahay19 Once this PR has been reviewed and has the lgtm label, please assign dgoodwin for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

openshift-ci[bot] avatar Jun 03 '25 04:06 openshift-ci[bot]

@asahay19: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-single-node ed13c379e42acbbce3bf45412a213b659a342559 link false /test e2e-aws-ovn-single-node
ci/prow/e2e-vsphere-ovn-upi ed13c379e42acbbce3bf45412a213b659a342559 link true /test e2e-vsphere-ovn-upi
ci/prow/okd-scos-e2e-aws-ovn ed13c379e42acbbce3bf45412a213b659a342559 link false /test okd-scos-e2e-aws-ovn
ci/prow/e2e-aws-ovn-single-node-upgrade ed13c379e42acbbce3bf45412a213b659a342559 link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/e2e-metal-ipi-ovn ed13c379e42acbbce3bf45412a213b659a342559 link false /test e2e-metal-ipi-ovn
ci/prow/e2e-aws-ovn-cgroupsv2 ed13c379e42acbbce3bf45412a213b659a342559 link false /test e2e-aws-ovn-cgroupsv2
ci/prow/e2e-openstack-ovn ed13c379e42acbbce3bf45412a213b659a342559 link false /test e2e-openstack-ovn
ci/prow/e2e-aws-ovn-single-node-serial ed13c379e42acbbce3bf45412a213b659a342559 link false /test e2e-aws-ovn-single-node-serial
ci/prow/e2e-gcp-ovn ed13c379e42acbbce3bf45412a213b659a342559 link true /test e2e-gcp-ovn
ci/prow/e2e-aws-ovn-kube-apiserver-rollout ed13c379e42acbbce3bf45412a213b659a342559 link false /test e2e-aws-ovn-kube-apiserver-rollout
ci/prow/e2e-metal-ipi-ovn-ipv6 ed13c379e42acbbce3bf45412a213b659a342559 link true /test e2e-metal-ipi-ovn-ipv6
ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-techpreview ed13c379e42acbbce3bf45412a213b659a342559 link false /test e2e-metal-ipi-ovn-dualstack-bgp-techpreview
ci/prow/e2e-aws-ovn-edge-zones ed13c379e42acbbce3bf45412a213b659a342559 link true /test e2e-aws-ovn-edge-zones
ci/prow/e2e-aws-ovn-serial-2of2 ed13c379e42acbbce3bf45412a213b659a342559 link true /test e2e-aws-ovn-serial-2of2
ci/prow/e2e-aws-ovn-fips ed13c379e42acbbce3bf45412a213b659a342559 link true /test e2e-aws-ovn-fips
ci/prow/e2e-vsphere-ovn ed13c379e42acbbce3bf45412a213b659a342559 link true /test e2e-vsphere-ovn

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

openshift-ci[bot] avatar Jun 03 '25 08:06 openshift-ci[bot]

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

openshift-bot avatar Sep 01 '25 09:09 openshift-bot