Error from server (NotFound): namespaces "devfile-proxy" not found
Using Devfile proxy:
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=a8c8c3518" ./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: 1687251501 - will randomize all specs

Will run 515 of 958 specs
Running in parallel across 16 processes
SSSSSSSSS•S•••SS•S•
------------------------------
• [29.370 seconds]
odo add binding interactive command tests when running a deployment when binding to a service in a different namespace should successfully add binding without devfile
/go/odo_1/tests/integration/interactive_add_binding_test.go:591

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/3935818937
  << Captured StdOut/StdErr Output
------------------------------
S•SS••••••SS•••••SS•S•S••SSSS•
------------------------------
• [90.094 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/2198952525
  << Captured StdOut/StdErr Output
------------------------------
••S•••SSSSS•SS•SSS••S•••S••••S••SSSSS••S•••SS••S•S•••SS
------------------------------
• [27.669 seconds]
odo add binding interactive command tests when the component is bootstrapped when binding to a service in a different namespace should successfully add binding to the devfile
/go/odo_1/tests/integration/interactive_add_binding_test.go:257

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2696883861
  << Captured StdOut/StdErr Output
------------------------------
SS•••S••S•S•SS•SSS•S••••S•••SS
------------------------------
• [8.974 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile ("none" as naming strategy)
/go/odo_1/tests/integration/interactive_add_binding_test.go:131

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2718912707
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #1
  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: 2m3.948s)
      /go/odo_1/tests/integration/cmd_dev_test.go:4112
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:4112

      Begin Captured GinkgoWriter Output >>
        ...
        [odo]  ✗  Finished executing the application (command: run) [1m]
        [odo] I0620 09:02:30.583562   15583 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] I0620 09:02:30.593785   15583 implem.go:114] The path for preference file is /tmp/556174006/preference.yaml
        [odo] I0620 09:02:30.594352   15583 segment.go:264] Checking telemetry enable status
        [odo] I0620 09:02:30.594403   15583 segment.go:282] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0620 09:02:30.649421   15583 all.go:46] starting to concurrently query 93 APIs
        [odo] I0620 09:02:30.649504   15583 all.go:62] fired up all goroutines to query APIs
        [odo] I0620 09:02:31.060561   15583 all.go:67] all goroutines have returned in 411.177714ms
        [odo] I0620 09:02:31.060649   15583 all.go:76] query result: objects=344
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 187 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00001e070, {0x30b04e8?, 0xc00051b950}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00001e070, {0x30b04e8, 0xc00051b950}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc00111dd70?, {0xc000975070?, 0x2caea24?, 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:252
        github.com/redhat-developer/odo/tests/helper.RunDevMode.func1()
          /go/odo_1/tests/helper/helper_dev.go:311
        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:314
      > github.com/redhat-developer/odo/tests/integration.glob..func7.64.2()
          /go/odo_1/tests/integration/cmd_dev_test.go:4113
            | })
            | 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({0x2cd3e88, 0x0})
          /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:854
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841
  ------------------------------
••S••S•••SS•S•S•S•••SS•••SSS•••SS•S•S•S•S•••SSSS•S••S•••S•S•••SS••S••S•SS•SS•SSSS••SS•SS••SS
------------------------------
• [9.951 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (naming strategy: "none")
/go/odo_1/tests/integration/interactive_add_binding_test.go:378

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2774573041
  << Captured StdOut/StdErr Output
------------------------------
S•••SS••S•S•SS•••S•S•••SSSSS•SSSS•SSSS•••S
------------------------------
• [78.219 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/255510014
  << Captured StdOut/StdErr Output
------------------------------
••SSS•SS•S•••SSS•SSS•S•SSS••S•••SS••SS
------------------------------
• [17.481 seconds]
odo add binding interactive command tests when running a deployment when binding to a service in a different namespace should error out if service is not found in the namespace selected
/go/odo_1/tests/integration/interactive_add_binding_test.go:577

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/3827719893
  << Captured StdOut/StdErr Output
------------------------------
S•S•SSSS•S••
------------------------------
• [2.895 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/26186872
  << Captured StdOut/StdErr Output
------------------------------
S••SSS•••SS•S•S••••S•SS••S•
------------------------------
• [10.207 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (custom naming strategy: "{ .name | upper }")
/go/odo_1/tests/integration/interactive_add_binding_test.go:463

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2931683727
  << Captured StdOut/StdErr Output
------------------------------
••S•S••••SS•••S•SS•S•SS••SS
------------------------------
• [8.716 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (custom naming strategy: "any string")
/go/odo_1/tests/integration/interactive_add_binding_test.go:180

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2887162398
  << Captured StdOut/StdErr Output
------------------------------
S••SSS•S••••S
------------------------------
• [6.140 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:698

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/1214349512
  << Captured StdOut/StdErr Output
------------------------------
••SS•S
------------------------------
• [3.951 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/1914960795
  << Captured StdOut/StdErr Output
------------------------------
•S••S•SS••••••S•••S•SS••S•S
------------------------------
• [11.301 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (custom naming strategy: "")
/go/odo_1/tests/integration/interactive_add_binding_test.go:463

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2358648584
  << Captured StdOut/StdErr Output
------------------------------
S•S•••••S•SS•••S•S••S•••••SS
------------------------------
• [17.604 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:206

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo dev --random-ports --no-watch' from /tmp/1466329600
  << Captured StdOut/StdErr Output
------------------------------
•••SSS•SS•S••••S•SS••
------------------------------
• [77.713 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/871211696
  << Captured StdOut/StdErr Output
------------------------------
S•S••••
------------------------------
• [9.757 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (naming strategy: "lowercase")
/go/odo_1/tests/integration/interactive_add_binding_test.go:378

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2066122162
  << Captured StdOut/StdErr Output
------------------------------
• [10.457 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (Bind as Files)
/go/odo_1/tests/integration/interactive_add_binding_test.go:101

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/547477082
  << Captured StdOut/StdErr Output
------------------------------
S•SS•S•S••SSS•SSSS•SS•SSSSS•S••SSS•••SS••S•S•••S•SSSS••SSSSSS•••SSSSSS••••S••••SS••S•••S•SSSSS••SS•SSS••SS•••••SSS••••SSS•••S••S••
------------------------------
• [3.046 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/2857925474
  << Captured StdOut/StdErr Output
------------------------------
SSS••SS•••SS••S•SS•SS•SSSS••SSSS•••••
------------------------------
• [13.442 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (custom naming strategy: "any string")
/go/odo_1/tests/integration/interactive_add_binding_test.go:463

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2949160256
  << Captured StdOut/StdErr Output
------------------------------
SSSS
------------------------------
• [14.170 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (custom naming strategy: "")
/go/odo_1/tests/integration/interactive_add_binding_test.go:180

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2809895464
  << Captured StdOut/StdErr Output
------------------------------
S•SSS•••S••SSSS•SS
------------------------------
• [14.118 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile ("lowercase" as naming strategy)
/go/odo_1/tests/integration/interactive_add_binding_test.go:131

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2268286265
  << Captured StdOut/StdErr Output
------------------------------
•SSSS•SS
------------------------------
• [8.589 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/2436441759
  << Captured StdOut/StdErr Output
------------------------------
SSSS
------------------------------
• [2.857 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/2539004641
  << Captured StdOut/StdErr Output
------------------------------
•••SSS•SSSS•SSS••••S••S•S•••
------------------------------
• [19.801 seconds]
odo add binding interactive command tests when the component is bootstrapped when binding to a service in a different namespace should error out if service is not found in the namespace selected
/go/odo_1/tests/integration/interactive_add_binding_test.go:242

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/1081972527
  << Captured StdOut/StdErr Output
------------------------------
•••SSS•••SS•••••
------------------------------
• [12.293 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (default naming strategy)
/go/odo_1/tests/integration/interactive_add_binding_test.go:311

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/500681204
  << Captured StdOut/StdErr Output
------------------------------
S••••SSSSS•S••S•••S•••SS•••SSSSSSS••••S••••S
------------------------------
• [15.225 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (naming strategy: "uppercase")
/go/odo_1/tests/integration/interactive_add_binding_test.go:378

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2600150580
  << Captured StdOut/StdErr Output
------------------------------
SSS•
------------------------------
• [18.440 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile ("uppercase" as naming strategy)
/go/odo_1/tests/integration/interactive_add_binding_test.go:131

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/3474585320
  << Captured StdOut/StdErr Output
------------------------------
•SS•SS••••SSSS••SS•••SS••S•SS•SSSS
  ------------------------------
  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: 2m1.906s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1048
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1021

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0620 09:19:59.891550   15975 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0620 09:19:59.911289   15975 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0620 09:20:07.731825   15975 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: dwjgcy-app-fd56bd569-n77zv in container: runtime
        [odo] I0620 09:20:07.923644   15975 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0620 09:20:07.923669   15975 exec.go:96]    0: FB1F11AC:8C3A 23151068:01BB 06 00000000:00000000 03:00000C2E 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0620 09:20:07.925416   15975 exec.go:96]    sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops            
        [odo] I0620 09:20:07.925438   15975 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0620 09:20:07.925447   15975 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000  1001        0 377663965 1 0000000000000000 100 0 0 10 0
        [odo] I0620 09:20:07.925914   15975 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0620 09:20:07.929204   15975 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 115500 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0006b8000, {0x30b0728?, 0xc001ad6000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0006b8000, {0x30b0728, 0xc001ad6000}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cacc81, 0x8}, 0xc00018cec0?, 0xc00018cea0?, 0xc001ad7980)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc00044f200)
          /go/odo_1/tests/helper/helper_dev.go:261
      > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:1040
            | 	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({0x266a253, 0xc0012cb140})
          /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:854
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841
  ------------------------------
•S•SSSS•S•SS••S••S••SSSS•SS••••S••••S•SSS••S•••S•S••••••S••••S•SSSS•S•S•S•S
------------------------------
• [8.957 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (custom naming strategy: "{ .name | upper }")
/go/odo_1/tests/integration/interactive_add_binding_test.go:180

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/1954021678
  << Captured StdOut/StdErr Output
------------------------------
•••S•••••S•S•S•SS••S•••SSS•••
------------------------------
• [55.950 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:3588

  Captured StdOut/StdErr Output >>
  PID: 23903
  << Captured StdOut/StdErr Output
------------------------------
•S
------------------------------
• [10.504 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (Bind as Environment Variables)
/go/odo_1/tests/integration/interactive_add_binding_test.go:73

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/1702680111
  << Captured StdOut/StdErr Output
------------------------------
S•S•SS••••••••••••••
  ------------------------------
  Progress Report for Ginkgo Process #3
  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: 3m32.213s)
      /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.294s)
          /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] I0620 09:25:41.261372   24981 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] I0620 09:25:41.261550   24981 implem.go:114] The path for preference file is /tmp/1142095767/preference.yaml
          [odo] Cleaning resources, please wait
          [odo] I0620 09:25:41.262463   24981 segment.go:264] Checking telemetry enable status
          [odo] I0620 09:25:41.262484   24981 segment.go:282] Sending telemetry disabled by env variable
          [odo] I0620 09:25:41.328850   24981 all.go:46] starting to concurrently query 93 APIs
          [odo] I0620 09:25:41.328998   24981 all.go:62] fired up all goroutines to query APIs
          [odo] I0620 09:25:41.667557   24981 all.go:67] all goroutines have returned in 338.707306ms
          [odo] I0620 09:25:41.667617   24981 all.go:76] query result: objects=378
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 112230 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0018a2150, {0x30b04e8?, 0xc000ef1158}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:530
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0018a2150, {0x30b04e8, 0xc000ef1158}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc000695800?, {0xc0018a44a0?, 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:252
        > 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(0xc0000c8000, {0x2d0bbe2, 0x2f}, {0xc001011e70, 0x1, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:301
          github.com/onsi/ginkgo/v2.By({0x2d0bbe2?, 0xf5f89d?}, {0xc001011e70?, 0x11acea0?, 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({0x1075f3e, 0xc00006aea0})
            /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:854
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:841
  ------------------------------
•

Ran 510 of 958 Specs in 1614.164 seconds
SUCCESS! -- 510 Passed | 0 Failed | 0 Pending | 448 Skipped


Ginkgo ran 1 suite in 27m59.250104387s
Test Suite Passed