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=0e4419ceb" ./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: 1697125583 - will randomize all specs

Will run 504 of 956 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSSSSSSSSSSS•S
------------------------------
• [17.656 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/920696134
  << Captured StdOut/StdErr Output
------------------------------
SS•••S•SS•S••SS••••SSS•S•••S••••SS••S•SSS•S•••SS••••SSSSSSSSSSSSSSSSSSSSS•S•S•SSSSSSS
------------------------------
• [59.331 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: 15012
  << Captured StdOut/StdErr Output
------------------------------
S•SSS•S••••SSSSSSS•SS•S•S••S•S•S•SSS••S••S•S•SSSS•SS•SS••S•••SSSSSSSS•••S••S•S•SSS•S••SS•S••SS••SS•SS•S•SSSSSSS••
  ------------------------------
  Progress Report for Ginkgo Process #11
  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: 2m3.941s)
      /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] I1012 15:52:00.639573   17706 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I1012 15:52:00.639894   17706 port.go:319] port 8080 not listening in container "runtime"
        [odo] I1012 15:52:08.483471   17706 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: szdraz-app-64dc67f58f-47pbc in container: runtime
        [odo] I1012 15:52:08.622050   17706 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I1012 15:52:08.622063   17706 exec.go:96]    0: FA7711AC:8314 221D1068:01BB 06 00000000:00000000 03:00000C4B 00000000     0        0 0 3 0000000000000000                                      
        [odo] I1012 15:52:08.622072   17706 exec.go:96]    sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops            
        [odo] I1012 15:52:08.622075   17706 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I1012 15:52:08.622079   17706 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000  1001        0 546221343 1 0000000000000000 100 0 0 10 0
        [odo] I1012 15:52:08.622082   17706 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I1012 15:52:08.648948   17706 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 211 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00013a850, {0x30fdd28?, 0xc000ba2570}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00013a850, {0x30fdd28, 0xc000ba2570}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf2614, 0x8}, 0xc000474500?, 0xc0004744e0?, 0xc000ba2180)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000425560)
          /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({0x1088f3e, 0xc0007bdec0})
          /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•••S•S••S••SS•SS••S
------------------------------
• [6.155 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/1866372618
  << Captured StdOut/StdErr Output
------------------------------
SS•S•••SS•SS••SS•S•S•••••••S••SS••SS•SS•SS•SS•SSS•••S••SS••••S•SS•S•S•••••••S•SSSS••SS•S
  ------------------------------
  Progress Report for Ginkgo Process #9
  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.629s)
      /go/odo_1/tests/integration/cmd_dev_debug_test.go:288
      In [It] (Node Runtime: 2m0s)
        /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.07s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] I1012 15:55:23.753070   22531 segment.go:286] Sending telemetry disabled by env variable
          [odo]  ✗  Finished executing the application (command: start-debug) [1m]
          [odo] I1012 15:55:23.756104   22531 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-debug-test288cpp/pods/bkzqjb-app-5964648bf6-69qs6/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_start-debug.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_start-debug.pid || true]'
          [odo] stdout: []
          [odo] stderr: []
          [odo] I1012 15:55:23.756162   22531 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] I1012 15:55:23.810582   22531 all.go:46] starting to concurrently query 98 APIs
          [odo] I1012 15:55:23.810679   22531 all.go:62] fired up all goroutines to query APIs
          [odo] I1012 15:55:24.183884   22531 all.go:67] all goroutines have returned in 373.054344ms
          [odo] I1012 15:55:24.184043   22531 all.go:76] query result: objects=393
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 480 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0002c60e0, {0x30fdae8?, 0xc00087ce40}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0002c60e0, {0x30fdae8, 0xc00087ce40}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc0001bc3c0?, {0xc0007d86f0?, 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(0xc0000e0000, {0x2d5276b, 0x2f}, {0xc000f6de70, 0x1, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d5276b?, 0xf7289d?}, {0xc000f6de70?, 0x138bea0?, 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({0x1088f3e, 0xc000ce7a40})
            /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•••S•S••SSS•S•SS•S•SSSSS••SS••S•S•SS•SS•S••SSSS•SSS••SSSSSSS•S•S•S••S•S•SSS•SSSS•SS••SS•SSSS•SSSSS•
  ------------------------------
  Progress Report for Ginkgo Process #10
  Automatically polling progress:
    odo dev command tests when running odo dev and single env var is set - with metadata.name should be able to exec command (Spec Runtime: 2m2.146s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1691
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1691

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] read: read /dev/stdin: input/output error
        [odo] I1012 15:57:07.323022   28153 watch.go:333] Dev mode interrupted by user
        [odo] I1012 15:57:07.323307   28153 implem.go:114] The path for preference file is /tmp/3937730529/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I1012 15:57:07.324265   28153 segment.go:268] Checking telemetry enable status
        [odo] I1012 15:57:07.324282   28153 segment.go:286] Sending telemetry disabled by env variable
        [odo] I1012 15:57:07.402534   28153 all.go:46] starting to concurrently query 98 APIs
        [odo] I1012 15:57:07.402750   28153 all.go:62] fired up all goroutines to query APIs
        [odo] I1012 15:57:07.760498   28153 all.go:67] all goroutines have returned in 357.96008ms
        [odo] I1012 15:57:07.760549   28153 all.go:76] query result: objects=355
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 597 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000174c40, {0x30fdae8?, 0xc000f91020}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000174c40, {0x30fdae8, 0xc000f91020}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc001363d70?, {0xc00063f250?, 0xc001363c38?, 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({0x1088f3e, 0xc000cbaea0})
          /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••SSS•••S•••S•S•S••S••S••S••SS•SSSSS•SSSS
  ------------------------------
  Progress Report for Ginkgo Process #1
  Automatically polling progress:
    odo dev command tests when running odo dev and multiple env variables are set - with metadata.name should be able to exec command (Spec Runtime: 2m2.004s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1717
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1717

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] read: read /dev/stdin: input/output error
        [odo] I1012 15:58:13.299117   30244 watch.go:333] Dev mode interrupted by user
        [odo] I1012 15:58:13.299841   30244 implem.go:114] The path for preference file is /tmp/4058703566/preference.yaml
        [odo] I1012 15:58:13.300926   30244 segment.go:268] Checking telemetry enable status
        [odo] I1012 15:58:13.300937   30244 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I1012 15:58:13.407945   30244 all.go:46] starting to concurrently query 98 APIs
        [odo] I1012 15:58:13.411283   30244 all.go:62] fired up all goroutines to query APIs
        [odo] I1012 15:58:13.975837   30244 all.go:67] all goroutines have returned in 567.903407ms
        [odo] I1012 15:58:13.975917   30244 all.go:76] query result: objects=355
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 755 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004dcaf0, {0x30fdae8?, 0xc0010e6ba0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004dcaf0, {0x30fdae8, 0xc0010e6ba0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc0010b5d70?, {0xc0006f4220?, 0x2cebd90?, 0x3?})
          /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.12.2()
          /go/odo_1/tests/integration/cmd_dev_test.go:1718
            | 
            | 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({0x1088f3e, 0xc000c42cc0})
          /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
  ------------------------------
• [104.087 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/2185510682
  << Captured StdOut/StdErr Output
------------------------------
••SSSSS•••S•SSS•
------------------------------
• [4.683 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/4138633233
  << Captured StdOut/StdErr Output
------------------------------
S••S••••S••S•SSSS••••••S••SS•••SSS•SSS••S•SSSSSS•S••S•SS•S•SS••S••SSSS
------------------------------
• [55.930 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
------------------------------
SS••••SSSSSSS•S•S•SSSSS••S•S•SSS••S••SS•S•S•S•S•SSS•S••SSSS••S•
------------------------------
• [4.269 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/3452892147
  << Captured StdOut/StdErr Output
------------------------------
SS•SSSS•S•S•S••••SS•SS•S
------------------------------
• [109.073 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/4015624911
  << Captured StdOut/StdErr Output
------------------------------
S•SS•SSSS•S•
------------------------------
• [12.556 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/2354253081
  << Captured StdOut/StdErr Output
------------------------------
S•SSS•SS•
------------------------------
• [22.987 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/835022357
  << Captured StdOut/StdErr Output
------------------------------
S
  ------------------------------
  Progress Report for Ginkgo Process #12
  Automatically polling progress:
    odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy with image build extra args when running and stopping odo dev should not delete the resources created with odo deploy (Spec Runtime: 2m2.485s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:176
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:169

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I1012 16:02:30.441729    5944 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] I1012 16:02:30.443272    5944 implem.go:114] The path for preference file is /tmp/3280334456/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I1012 16:02:30.443968    5944 segment.go:268] Checking telemetry enable status
        [odo] I1012 16:02:30.443978    5944 segment.go:286] Sending telemetry disabled by env variable
        [odo] I1012 16:02:30.597758    5944 delete.go:174] Ignoring resource: deployments/my-component; its mode(Deploy) does not match with the given mode(Dev)
        [odo] I1012 16:02:30.650589    5944 all.go:46] starting to concurrently query 98 APIs
        [odo] I1012 16:02:30.652040    5944 all.go:62] fired up all goroutines to query APIs
        [odo] I1012 16:02:31.292724    5944 all.go:67] all goroutines have returned in 643.257568ms
        [odo] I1012 16:02:31.292754    5944 all.go:76] query result: objects=374
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 829 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00002a8c0, {0x30fdae8?, 0xc0017aaed0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00002a8c0, {0x30fdae8, 0xc0017aaed0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000b17ea8?, {0xc0007550a0?, 0x43914a8?, 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..func9.6.2.4.1()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:173
            | 	Expect(err).ShouldNot(HaveOccurred())
            | 	devSession.Stop()
            > 	devSession.WaitEnd()
            | })
            | 
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x269b573, 0xc000ba0300})
          /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•••SS•SS••••SSS•SSSS•S•SS•SS•SSSS•S•SS•S•SSSSS••S••S•S•S•SS••S•SSS•S•••SS•SS•S•S•••SSSS•S•SS•••••S••S•S•S••S••S
------------------------------
• [77.348 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/3934976945
  << Captured StdOut/StdErr Output
------------------------------
•S••SSS•SS•SSS••SSSSSS••SSS••S••SSSSSSSSSSS•S•S•SSS•S•SSSSS•S•S•••••SSSSSSSSSS•S••SSSS•SS•SSSSS•SS•SSSSS•SSS•S•S•S•SS•SSSSS•S
------------------------------
• [4.289 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/1458338005
  << Captured StdOut/StdErr Output
------------------------------
•SS••SS••SS•SSS•S•••••••••••••••

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


Ginkgo ran 1 suite in 23m27.315398227s
Test Suite Passed