Error from server (NotFound): namespaces "devfile-proxy" not found
Using Devfile proxy:
cp ododevapispec.yaml pkg/apiserver-impl/swagger-ui/swagger.yaml
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=67f15f369" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --poll-progress-after=120s --poll-progress-interval=120s -timeout 14400s --no-color -nodes=16 --junit-report="test-integration.xml" --label-filter="!unauth && !nocluster && !podman" tests/integration
Running Suite: Integration Suite - /go/odo_1/tests/integration
==============================================================
Random Seed: 1695888597 - will randomize all specs

Will run 504 of 956 specs
Running in parallel across 16 processes
SSSSSSSSSSSSS•S•••S••SSS•SS•SSS•SSS•S••••S•SSS•SSS••SSSSSSS•SSSSSS•S••S•SSS•SSS••S••S•SSS•S•S••S•SSS•
------------------------------
• [11.114 seconds]
odo dev interactive command tests directory is not empty when Alizer cannot determine a Devfile based on the current source code should not fail but fallback to the interactive mode
/go/odo_1/tests/integration/interactive_dev_test.go:164

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo dev --random-ports' from /tmp/1690294786
  << Captured StdOut/StdErr Output
------------------------------
•SS•S
------------------------------
• [17.679 seconds]
odo dev interactive command tests when a component is bootstrapped should sync files when p is pressed
/go/odo_1/tests/integration/interactive_dev_test.go:209

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo dev --random-ports --no-watch' from /tmp/3620019275
  << Captured StdOut/StdErr Output
------------------------------
S•SS••S•S•S•S•SSSSSS••SS•SS•S••S••SS•S•SS••SSS••S•SSSS•S••••SS
  ------------------------------
  Progress Report for Ginkgo Process #13
  Automatically polling progress:
    odo dev command tests checking if odo dev matches local Devfile K8s resources and remote resources when odo dev is executed to run a devfile containing a k8s resource with apply command should have deleted the old resource and created the new resource (Spec Runtime: 2m2.281s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1077
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1050

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0928 08:14:40.651170   15611 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0928 08:14:40.659058   15611 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0928 08:14:48.395330   15611 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: idnekq-app-5d4cc57dd6-cvfhs in container: runtime
        [odo] I0928 08:14:48.642904   15611 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0928 08:14:48.642939   15611 exec.go:96]    0: 8B7B11AC:BA68 221E1068:01BB 06 00000000:00000000 03:00000BFE 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0928 08:14:48.643238   15611 exec.go:96]    sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops            
        [odo] I0928 08:14:48.643261   15611 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0928 08:14:48.643267   15611 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000  1001        0 548165090 1 0000000000000000 100 0 0 10 0
        [odo] I0928 08:14:48.643383   15611 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0928 08:14:48.644465   15611 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 151 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004fe7e0, {0x30f7728?, 0xc000d26630}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004fe7e0, {0x30f7728, 0xc000d26630}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cec7fe, 0x8}, 0xc00011c740?, 0xc00011c700?, 0xc000edd770)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0004778c0)
          /go/odo_1/tests/helper/helper_dev.go:279
      > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:1069
            | 	helper.ReplaceStrings(filepath.Join(commonVar.Context, "devfile.yaml"), devfile.deploymentName, devfile.newDeploymentName)
            | 
            > 	err := devSession.WaitSync()
            | 	Expect(err).To(BeNil())
            | })
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x2695bf3, 0xc0015f44e0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
•SSSSS•••••SSSS•
------------------------------
• [58.654 seconds]
odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag when /instance endpoint is DELETEd should terminate the dev session
/go/odo_1/tests/integration/cmd_dev_api_server_test.go:239

  Captured StdOut/StdErr Output >>
  <<< Session terminated >>>
  << Captured StdOut/StdErr Output
------------------------------
S•SS••••SSSSSSSSSSSSS•S•S•••SS•••S•S•SSSSS•S•SSSS•••••S•S•SS••SS•S•••S
  ------------------------------
  Progress Report for Ginkgo Process #16
  Automatically polling progress:
    odo dev command tests Devfile contains pod-overrides and container-overrides attributes should override the content in the pod it creates for the component on the cluster (Spec Runtime: 2m2.103s)
      /go/odo_1/tests/integration/cmd_dev_test.go:4146
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:4146

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] Cleaning resources, please wait
        [odo] I0928 08:16:19.648426   19282 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c110.eu-de.containers.cloud.ibm.com:32062/api/v1/namespaces/cmd-dev-test4146cgl/pods/chezwh-app-7476956445-z47zk/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_run.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c110.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true]'
        [odo] stdout: []
        [odo] stderr: []
        [odo]  ✗  Finished executing the application (command: run) [1m]
        [odo] I0928 08:16:19.649632   19282 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} &&  (npm start) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid]: error while streaming command: context canceled
        [odo] I0928 08:16:19.794667   19282 all.go:46] starting to concurrently query 90 APIs
        [odo] I0928 08:16:19.795101   19282 all.go:62] fired up all goroutines to query APIs
        [odo] I0928 08:16:20.543672   19282 all.go:67] all goroutines have returned in 749.338139ms
        [odo] I0928 08:16:20.544392   19282 all.go:76] query result: objects=357
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 325 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0003d2d20, {0x30f74e8?, 0xc0008e8e40}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0003d2d20, {0x30f74e8, 0xc0008e8e40}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc001081d50?, {0xc00068d3a0?, 0x2cee5b1?, 0x9?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...)
          /go/odo_1/tests/helper/helper_dev.go:263
        github.com/redhat-developer/odo/tests/helper.RunDevMode.func1()
          /go/odo_1/tests/helper/helper_dev.go:334
        github.com/redhat-developer/odo/tests/helper.RunDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}, ...)
          /go/odo_1/tests/helper/helper_dev.go:337
      > github.com/redhat-developer/odo/tests/integration.glob..func7.64.2()
          /go/odo_1/tests/integration/cmd_dev_test.go:4147
            | })
            | It("should override the content in the pod it creates for the component on the cluster", func() {
            > 	err := helper.RunDevMode(helper.DevSessionOpts{
            | 		RunOnPodman: ctx.podman,
            | 	}, func(session *gexec.Session, outContents, _ string, _ map[string]string) {
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1086f3e, 0xc00006b680})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
•S•SSSSS••SS•••••S•S•S•S••SSS•S•SS•S••••S•S••SS•S••S•S••SS••SSSS•S••S••SS•S•SS••SS•SS•SSSSS•SS•SSSS•SS•S•SS••SS•SS•••S•S•SSSS•••SSSS
------------------------------
• [4.337 seconds]
odo deploy interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile successfully even with -v flag
/go/odo_1/tests/integration/interactive_deploy_test.go:40

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo deploy -v 4' from /tmp/1296918716
  << Captured StdOut/StdErr Output
------------------------------
•••SSS••S•S•S•SS••SSS
------------------------------
• [3.702 seconds]
odo deploy interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile
/go/odo_1/tests/integration/interactive_deploy_test.go:75

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo deploy' from /tmp/251912199
  << Captured StdOut/StdErr Output
------------------------------
SS••S••SSS••S••SS••SS•SS•SSSSSSS••SSSSSS•SSS•S•S••••S••SS•SSSSSSS•SS••S•SSS•SSSS•SS•••••SSSS•SS•S•
------------------------------
• [5.782 seconds]
odo deploy interactive command tests directory is not empty when Alizer cannot determine a Devfile based on the current source code should not fail but fallback to the interactive mode
/go/odo_1/tests/integration/interactive_deploy_test.go:159

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo deploy' from /tmp/1406153456
  << Captured StdOut/StdErr Output
------------------------------
•SS•SS•SSSS•S•S••SSS•••SS•SS••
  ------------------------------
  Progress Report for Ginkgo Process #3
  Automatically polling progress:
    odo dev command tests when running odo dev and single env var is set - without metadata.name should be able to exec command (Spec Runtime: 2m2.004s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1691
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1691

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0928 08:22:10.126019   32160 watch.go:333] Dev mode interrupted by user
        [odo] read: read /dev/stdin: input/output error
        [odo] I0928 08:22:10.142236   32160 implem.go:114] The path for preference file is /tmp/1227579961/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I0928 08:22:10.143161   32160 segment.go:268] Checking telemetry enable status
        [odo] I0928 08:22:10.143194   32160 segment.go:286] Sending telemetry disabled by env variable
        [odo] I0928 08:22:10.314221   32160 all.go:46] starting to concurrently query 90 APIs
        [odo] I0928 08:22:10.314502   32160 all.go:62] fired up all goroutines to query APIs
        [odo] I0928 08:22:11.639849   32160 all.go:67] all goroutines have returned in 1.325728363s
        [odo] I0928 08:22:11.639939   32160 all.go:76] query result: objects=354
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 5873 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0003bef50, {0x30f74e8?, 0xc0008455c0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0003bef50, {0x30f74e8, 0xc0008455c0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc0009bdd70?, {0xc0012dfb10?, 0xc0009bdc38?, 0x2?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...)
          /go/odo_1/tests/helper/helper_dev.go:263
        github.com/redhat-developer/odo/tests/helper.RunDevMode.func1()
          /go/odo_1/tests/helper/helper_dev.go:334
        github.com/redhat-developer/odo/tests/helper.RunDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}, ...)
          /go/odo_1/tests/helper/helper_dev.go:337
      > github.com/redhat-developer/odo/tests/integration.glob..func7.11.2()
          /go/odo_1/tests/integration/cmd_dev_test.go:1692
            | 
            | It("should be able to exec command", func() {
            > 	err := helper.RunDevMode(helper.DevSessionOpts{
            | 		RunOnPodman: podman,
            | 	}, func(session *gexec.Session, out, err string, ports map[string]string) {
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x2695bf3, 0xc000faa540})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
•SS•SS••S••SS•SSSSSSSSS••SS•
------------------------------
• [6.071 seconds]
odo deploy interactive command tests directory is not empty when there is a match from Alizer should display welcoming messages first
/go/odo_1/tests/integration/interactive_deploy_test.go:109

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo deploy' from /tmp/2213309612
  << Captured StdOut/StdErr Output
------------------------------
SS•S••SS•SSSSS•SSSSS•SS••S•S••SSS••SS••S••S••S••••
------------------------------
• [79.281 seconds]
odo dev interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile successfully even with -v flag
/go/odo_1/tests/integration/interactive_dev_test.go:40

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo dev --random-ports -v 4' from /tmp/267844964
  << Captured StdOut/StdErr Output
------------------------------
S•SSS•S•SSS
------------------------------
• [81.078 seconds]
odo dev interactive command tests directory is not empty when there is a match from Alizer should display welcoming messages first
/go/odo_1/tests/integration/interactive_dev_test.go:112

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo dev --random-ports' from /tmp/4217780671
  << Captured StdOut/StdErr Output
------------------------------
SSS•SS•SS•S••SSSS••S•SSSSSSSS•SSSSS••SS•••••S
------------------------------
• [55.664 seconds]
odo dev command tests when a component with multiple endpoints is run should create state files containing information, including forwarded ports
/go/odo_1/tests/integration/cmd_dev_test.go:3622

  Captured StdOut/StdErr Output >>
  PID: 7465
  << Captured StdOut/StdErr Output
------------------------------
SSS•SSS••SSSSS•S••S••SS•••SSSSSSSSSSSS•SS•SSS•S••S
------------------------------
• [77.637 seconds]
odo dev interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile
/go/odo_1/tests/integration/interactive_dev_test.go:76

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo dev --random-ports' from /tmp/3912472804
  << Captured StdOut/StdErr Output
------------------------------
•SSS••SS•S••••SSSSS•SS•SSSSSS•SSS•S••••••SS•SS••S••••S•••S•SS••S•SSS•SSS•SS
------------------------------
• [5.375 seconds]
odo init interactive command tests when DevfileRegistriesList CRD is installed on cluster when CR for devfileregistrieslists is installed in namespace should download correct devfile from the first in-cluster registry
/go/odo_1/tests/integration/interactive_init_test.go:720

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/3544646940
  << Captured StdOut/StdErr Output
------------------------------
S••S•••••SSSS••S•SS••••S••SSS•S•••SS•S••SSS•••SSSS••SSS••SS••SSSS•SSSSSS••S•S•S•S•SSSSSSSS•S•S•SSSSSSS•SS••••SS•S•SSSSSS••SS••••••S••S•••••••••••••••
  ------------------------------
  Progress Report for Ginkgo Process #10
  Automatically polling progress:
    odo dev debug command tests when a composite apply command is used as debug command should execute the composite apply commands successfully (Spec Runtime: 3m21.881s)
      /go/odo_1/tests/integration/cmd_dev_debug_test.go:288
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_debug_test.go:288
        At [By Step] cleaning up the resources on ending the session (Step Runtime: 27.297s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo]  ✗  Finished executing the application (command: start-debug) [1m]
          [odo] I0928 08:33:40.451303   19789 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_start-debug.pid && cd /projects &&  (npm run debug) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_start-debug.pid]: error while streaming command: context canceled
          [odo] I0928 08:33:40.457653   19789 implem.go:114] The path for preference file is /tmp/404095478/preference.yaml
          [odo] I0928 08:33:40.458828   19789 segment.go:268] Checking telemetry enable status
          [odo] I0928 08:33:40.458900   19789 segment.go:286] Sending telemetry disabled by env variable
          [odo] Cleaning resources, please wait
          [odo] I0928 08:33:40.528772   19789 all.go:46] starting to concurrently query 90 APIs
          [odo] I0928 08:33:40.528891   19789 all.go:62] fired up all goroutines to query APIs
          [odo] I0928 08:33:40.941412   19789 all.go:67] all goroutines have returned in 412.642134ms
          [odo] I0928 08:33:40.941447   19789 all.go:76] query result: objects=392
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 3114 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00041e9a0, {0x30f74e8?, 0xc000961398}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00041e9a0, {0x30f74e8, 0xc000961398}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc000456060?, {0xc0018ba390?, 0x0?, 0x0?})
            /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
          github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...)
            /go/odo_1/tests/helper/helper_dev.go:263
        > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2.8()
            /go/odo_1/tests/integration/cmd_dev_debug_test.go:328
              | By("cleaning up the resources on ending the session", func() {
              | 	devSession.Stop()
              > 	devSession.WaitEnd()
              | 	out := commonVar.CliRunner.Run("get", "deployments").Out.Contents()
              | 	helper.DontMatchAllInOutput(string(out), deploymentNames)
          github.com/onsi/ginkgo/v2/internal.(*Suite).By(0xc0001b2000, {0x2d4c4a7, 0x2f}, {0xc001153e70, 0x1, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d4c4a7?, 0xf7089d?}, {0xc001153e70?, 0xa40ea0?, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/core_dsl.go:547
        > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2()
            /go/odo_1/tests/integration/cmd_dev_debug_test.go:326
              | })
              | 
              > By("cleaning up the resources on ending the session", func() {
              | 	devSession.Stop()
              | 	devSession.WaitEnd()
          github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1086f3e, 0xc0005b1e00})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
•

Ran 410 of 956 Specs in 1387.972 seconds
SUCCESS! -- 410 Passed | 0 Failed | 0 Pending | 546 Skipped


Ginkgo ran 1 suite in 24m22.295881886s
Test Suite Passed