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=8ac52eb66" ./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: 1687810219 - will randomize all specs

Will run 491 of 931 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS•SSSS•S•••SSSSS•S••SSSS••S•SSS•SS•••SS••SSSSS
------------------------------
• [70.243 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:169

  Captured StdOut/StdErr Output >>
  <<< Session terminated >>>
  << Captured StdOut/StdErr Output
------------------------------
S•S•
------------------------------
• [2.448 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/1299890591
  << Captured StdOut/StdErr Output
------------------------------
•SSS
------------------------------
• [93.138 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/3850090794
  << Captured StdOut/StdErr Output
------------------------------
S•S••S•SS••S•S•SS••••••S•••S••••S••••S••S••••S••SSSSSS•SSS•SSS•••
------------------------------
• [3.200 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/1208078182
  << Captured StdOut/StdErr Output
------------------------------
•SSSSS•S•
  ------------------------------
  Progress Report for Ginkgo Process #14
  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: 3m46.478s)
      /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: 26.792s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] I0626 20:14:42.682456   12539 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]  ✗  Finished executing the application (command: start-debug) [1m]
          [odo] I0626 20:14:42.689116   12539 implem.go:114] The path for preference file is /tmp/2454507943/preference.yaml
          [odo] Cleaning resources, please wait
          [odo] I0626 20:14:42.689707   12539 segment.go:264] Checking telemetry enable status
          [odo] I0626 20:14:42.689726   12539 segment.go:282] Sending telemetry disabled by env variable
          [odo] I0626 20:14:42.762706   12539 all.go:46] starting to concurrently query 199 APIs
          [odo] I0626 20:14:42.762900   12539 all.go:62] fired up all goroutines to query APIs
          [odo] I0626 20:14:43.566471   12539 all.go:67] all goroutines have returned in 803.805081ms
          [odo] I0626 20:14:43.566546   12539 all.go:76] query result: objects=595
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 65 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000412000, {0x30ded08?, 0xc0007826d8}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000412000, {0x30ded08, 0xc0007826d8}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc0002ae960?, {0xc0007f22e0?, 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(0xc000132000, {0x2d36641, 0x2f}, {0xc0006d5e70, 0x1, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:307
          github.com/onsi/ginkgo/v2.By({0x2d36641?, 0x0?}, {0xc0006d5e70?, 0x0?, 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({0xc0000e2680, 0x103b340})
            /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:863
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
••SS•S•••S•S••SS•SSSS•S••SSSS••SSS••SS••SSSS•S•S•SS•S•SS•S•••••SS•SSSS•SS•SSSS••••SS
------------------------------
• [18.982 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/426799042
  << Captured StdOut/StdErr Output
------------------------------
••SSS
------------------------------
• [3.250 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/775094942
  << Captured StdOut/StdErr Output
------------------------------
SS••S•S•S••S•••SSS•S••S••
  ------------------------------
  Progress Report for Ginkgo Process #9
  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.876s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1047
      In [BeforeEach] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1020

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0626 20:17:54.809725   19063 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0626 20:17:54.812140   19063 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0626 20:18:02.621682   19063 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: ypzbrw-app-8d6bbcc9-vpqkl in container: runtime
        [odo] I0626 20:18:02.927720   19063 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0626 20:18:02.927765   19063 exec.go:96]    0: 7F2E11AC:EB0E 231B1068:01BB 06 00000000:00000000 03:00000BC2 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0626 20:18:02.928159   19063 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I0626 20:18:02.928679   19063 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0626 20:18:02.928693   19063 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1001900000        0 77965374 1 0000000000000000 100 0 0 10 0
        [odo] I0626 20:18:02.928699   19063 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0626 20:18:02.931146   19063 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 5317 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0005fc7e0, {0x30def48?, 0xc0011de1e0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0005fc7e0, {0x30def48, 0xc0011de1e0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cd7525, 0x8}, 0xc000535bc0?, 0xc000535ba0?, 0xc0011df740)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0003db680)
          /go/odo_1/tests/helper/helper_dev.go:268
      > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:1039
            | 	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({0x1081f3e, 0xc0013a8de0})
          /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:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
  Progress Report for Ginkgo Process #5
  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: 2m1.707s)
      /go/odo_1/tests/integration/cmd_dev_test.go:4116
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:4116

      Begin Captured GinkgoWriter Output >>
        ...
        [odo]  ✗  Finished executing the application (command: run) [1m]
        [odo] I0626 20:17:40.522698   19241 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] I0626 20:17:40.533124   19241 implem.go:114] The path for preference file is /tmp/1848967792/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I0626 20:17:40.533779   19241 segment.go:264] Checking telemetry enable status
        [odo] I0626 20:17:40.533804   19241 segment.go:282] Sending telemetry disabled by env variable
        [odo] I0626 20:17:40.596131   19241 all.go:46] starting to concurrently query 199 APIs
        [odo] I0626 20:17:40.596425   19241 all.go:62] fired up all goroutines to query APIs
        [odo] I0626 20:17:41.236116   19241 all.go:67] all goroutines have returned in 640.235784ms
        [odo] I0626 20:17:41.236146   19241 all.go:76] query result: objects=558
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 201 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00046a150, {0x30ded08?, 0xc000ef0588}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00046a150, {0x30ded08, 0xc000ef0588}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000aa5d70?, {0xc00082a730?, 0x2cd92b7?, 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:323
        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:326
      > github.com/redhat-developer/odo/tests/integration.glob..func7.64.2()
          /go/odo_1/tests/integration/cmd_dev_test.go:4117
            | })
            | 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({0x0, 0xc00038c9c0})
          /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:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
••S••••SSSSSS•••S••••S•SSSSS••SSS•SS•••SSS•SS•S•S•SSSSS••SSS••SS•SSS••SSSSS•SSSSSSS•SSSSS••SSSSSS•S•S••SS••SSSSS•S•SS•••SSS•SS•SSS•SS••S•SSSS•S•SSSSS••SSS•S••S•S•SSS•••SS•SSSS•SSS•S•S•SSSSS•S•SS••SS•SS••SSSSS•SS•••SSSSSS•S••S•SS•S•••S•SSSS•SS•S•S••SS•SSS•SS•••S•••SS•S•S•SSSS•SS•S•SS••SS••SSS•SSSS•SSSS•S•SSSSS•S••S•S•SSS•SSS•SS•S•SS••S•S•S•SS••••
------------------------------
• [55.993 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:3592

  Captured StdOut/StdErr Output >>
  PID: 30505
  << Captured StdOut/StdErr Output
------------------------------
SSSSS•SS••SS•S••S•SSSSS
------------------------------
• [2.763 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/1818191933
  << Captured StdOut/StdErr Output
------------------------------
S••SS•SS••••S•SSSSS•SS•
------------------------------
• [7.951 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/2418404723
  << Captured StdOut/StdErr Output
------------------------------
SSSSS••SS•••SSSSSSS•••S•SS•S•••SSS•S•SSSS••SSSS•S•S••SSSSS•SSSSS•S•S••S•S•SS•••SS•S•S•••SS••S•S•S••SSSSSSS••SSSS•S•••SS•••••S•S•••S•••S
------------------------------
• [77.682 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/2606662942
  << Captured StdOut/StdErr Output
------------------------------
•S•••S•SSS•S••SSS••SS•SSSSS•SSS••SS•SSSSSS•S••SS•SSS•SS•••S••SS•SSS•SS•S••S•SSS•SS•S•••SS••S•S••SS•SSSS•S••••••••••••
------------------------------
• [77.749 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/2461762889
  << Captured StdOut/StdErr Output
------------------------------
••

Ran 393 of 931 Specs in 1311.743 seconds
SUCCESS! -- 393 Passed | 0 Failed | 0 Pending | 538 Skipped


Ginkgo ran 1 suite in 22m55.105412782s
Test Suite Passed
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-e2e.xml"  tests/e2escenarios
Running Suite: odo e2e scenarios - /go/odo_1/tests/e2escenarios
===============================================================
Random Seed: 1687811601 - will randomize all specs

Will run 4 of 4 specs
Running in parallel across 16 processes
------------------------------
• [105.442 seconds]
E2E Test starting with non-empty Directory test debugging should verify developer workflow from non-empty Directory
/go/odo_1/tests/e2escenarios/e2e_test.go:326

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/2694916559
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #1
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 2m1.89s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:196
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:196

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] ↪ Dev mode
        [odo]  Status:
        [odo]  Watching for changes in the current directory /tmp/3139574358
        [odo] 
        [odo]  Keyboard Commands:
        [odo] [Ctrl+c] - Exit and delete resources from the cluster
        [odo]      [p] - Manually apply local changes to the application on the cluster
        [odo] I0626 20:35:33.675961    8983 watch.go:267] deployment watcher Event: Type: MODIFIED, name: mwxrtm-app, rv: 5874445, generation: 1, pods: 1
        [odo] I0626 20:35:33.777599    8983 watch.go:344] filesystem watch event: WRITE         "/tmp/3139574358/.odo/odo-file-index.json"
        [odo] I0626 20:35:33.778766    8983 watch.go:344] filesystem watch event: WRITE         "/tmp/3139574358/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 32 [select, 1 minutes]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004dfa40, {0x2f2d390?, 0xc0002dea50}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004dfa40, {0x2f2d390, 0xc0002dea50}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b514c6, 0x8}, 0xc00066afc0?, 0xc0000b0660?, 0xc0003b3320)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0005ebd28)
          /go/odo_1/tests/helper/helper_dev.go:268
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:243
            | // "changes are made to the applications"
            | helper.ReplaceString(filepath.Join(commonVar.Context, "src", "main", "java", "com", "example", "demo", "DemoApplication.java"), "Hello updated World!", "Hello from an updated World!")
            > err = devSession.WaitSync()
            | Expect(err).ToNot(HaveOccurred())
            | // "should deploy new changes"
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1035705, 0xc00006a480})
          /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:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
  Progress Report for Ginkgo Process #7
  Automatically polling progress:
    E2E Test starting with empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m2.317s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:63
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:63

      Begin Captured GinkgoWriter Output >>
        ...
        [odo]  Keyboard Commands:
        [odo] [Ctrl+c] - Exit and delete resources from the cluster
        [odo]      [p] - Manually apply local changes to the application on the cluster
        [odo] I0626 20:35:36.508333    9260 watch.go:267] deployment watcher Event: Type: MODIFIED, name: qfvmpt-app, rv: 5874602, generation: 1, pods: 1
        [odo] I0626 20:35:36.615014    9260 watch.go:344] filesystem watch event: REMOVE        "/tmp/620502239/.odo/odo-file-index.json"
        [odo] I0626 20:35:36.615305    9260 watch.go:379] error removing watch for /tmp/620502239/.odo/odo-file-index.json: can't remove non-existent watcher: /tmp/620502239/.odo/odo-file-index.json
        [odo] I0626 20:35:36.615336    9260 watch.go:344] filesystem watch event: CREATE        "/tmp/620502239/.odo/odo-file-index.json"
        [odo] I0626 20:35:36.625354    9260 watch.go:344] filesystem watch event: WRITE         "/tmp/620502239/.odo/odo-file-index.json"
        [odo] I0626 20:35:36.629056    9260 watch.go:344] filesystem watch event: WRITE         "/tmp/620502239/.odo/devstate.json"
        [odo] I0626 20:35:36.632146    9260 watch.go:344] filesystem watch event: WRITE         "/tmp/620502239/.odo/devstate.9260.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 73 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0002c01c0, {0x2f2d390?, 0xc000934ed0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0002c01c0, {0x2f2d390, 0xc000934ed0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b5f467, 0xf}, 0x0?, 0x2?, 0xc000934ea0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...})
          /go/odo_1/tests/helper/helper_dev.go:184
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.5.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:152
            | 
            | // start dev mode again
            > devSession, err = helper.StartDevMode(helper.DevSessionOpts{})
            | Expect(err).ToNot(HaveOccurred())
            | 
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x0, 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:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
  Progress Report for Ginkgo Process #10
  Automatically polling progress:
    E2E Test starting with non-empty Directory add Binding should verify developer workflow of using binding as env in innerloop (Spec Runtime: 2m6.36s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:458
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:458

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0626 20:35:42.699904    9050 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: cltfpt-app-5d9b6cc97c-gtzl6 in container: runtime
        [odo] I0626 20:35:42.883260    9050 exec.go:96] 152
        [odo] I0626 20:35:42.885631    9050 exec.go:37] Executing command [/bin/sh -c kill -0 152; echo $?] for pod: cltfpt-app-5d9b6cc97c-gtzl6 in container: runtime
        [odo] I0626 20:35:43.063222    9050 exec.go:96] 0
        [odo] I0626 20:35:43.064563    9050 kubeexec.go:40] GetProcessInfoForCommand for "run"
        [odo] I0626 20:35:43.064586    9050 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: cltfpt-app-5d9b6cc97c-gtzl6 in container: runtime
        [odo] I0626 20:35:43.244672    9050 exec.go:96] 152
        [odo] I0626 20:35:43.246310    9050 exec.go:37] Executing command [/bin/sh -c kill -0 152; echo $?] for pod: cltfpt-app-5d9b6cc97c-gtzl6 in container: runtime
        [odo] I0626 20:35:43.413358    9050 exec.go:96] 0
        [odo]  •  Waiting for the application to be ready  ...
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 58 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000038c40, {0x2f2d390?, 0xc0006add40}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000038c40, {0x2f2d390, 0xc0006add40}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b514c6, 0x8}, 0x0?, 0x48?, 0xc0005a8570)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0007f7e28)
          /go/odo_1/tests/helper/helper_dev.go:268
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.8.4()
          /go/odo_1/tests/e2escenarios/e2e_test.go:523
            | helper.Cmd("odo", "remove", "binding", "--name", bindingName).ShouldPass()
            | 
            > err = devSession.WaitSync()
            | Expect(err).To(BeNil())
            | Eventually(func() string { return helper.Cmd("odo", "describe", "binding").ShouldRun().Out() }).
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x103571e, 0xc000396240})
          /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:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
• [147.740 seconds]
E2E Test starting with empty Directory should verify developer workflow from empty Directory
/go/odo_1/tests/e2escenarios/e2e_test.go:63

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/620502239
  Spawning '/go/bin/odo delete component' from /tmp/620502239
  << Captured StdOut/StdErr Output
------------------------------
• [165.505 seconds]
E2E Test starting with non-empty Directory add Binding should verify developer workflow of using binding as env in innerloop
/go/odo_1/tests/e2escenarios/e2e_test.go:458

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/1938159935
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #1
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 4m1.907s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:196
      In [It] (Node Runtime: 4m0.018s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:196

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] ↪ Dev mode
        [odo]  Status:
        [odo]  Watching for changes in the current directory /tmp/3139574358
        [odo] 
        [odo]  Keyboard Commands:
        [odo] [Ctrl+c] - Exit and delete resources from the cluster
        [odo]      [p] - Manually apply local changes to the application on the cluster
        [odo] I0626 20:37:31.519471    9424 watch.go:267] deployment watcher Event: Type: MODIFIED, name: mwxrtm-app, rv: 5875808, generation: 1, pods: 1
        [odo] I0626 20:37:31.620438    9424 watch.go:344] filesystem watch event: WRITE         "/tmp/3139574358/.odo/odo-file-index.json"
        [odo] I0626 20:37:31.621645    9424 watch.go:344] filesystem watch event: WRITE         "/tmp/3139574358/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 32 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00001e850, {0x2f2d390?, 0xc000b4a240}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00001e850, {0x2f2d390, 0xc000b4a240}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b514c6, 0x8}, 0xc0006e4240?, 0xc0000b0660?, 0xc00066c9f0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000c39d28)
          /go/odo_1/tests/helper/helper_dev.go:268
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:284
            | // making changes to the project again
            | helper.ReplaceString(filepath.Join(commonVar.Context, "src", "main", "java", "com", "example", "demo", "DemoApplication.java"), "Hello from an updated World!", "Hello from an updated v2 World!")
            > err = devSession.WaitSync()
            | Expect(err).ToNot(HaveOccurred())
            | 
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1035705, 0xc00006a480})
          /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:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
• [247.580 seconds]
E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory
/go/odo_1/tests/e2escenarios/e2e_test.go:196

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/3139574358
  Spawning '/go/bin/odo delete component' from /tmp/3139574358
  << Captured StdOut/StdErr Output
------------------------------

Ran 4 of 4 Specs in 247.686 seconds
SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 4m24.110196174s
Test Suite Passed