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=32430a068" ./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: 1696254480 - will randomize all specs

Will run 504 of 956 specs
Running in parallel across 16 processes
SSS•SSSSSSSSSSSSSSSSS••SS••S•S•S•S
------------------------------
• [7.333 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/435646008
  << Captured StdOut/StdErr Output
------------------------------
•S••SSS•S•SS••••SS•••••••S••SSS••SSSSSS•SS•SSS••S•SS•SS••SSS
  ------------------------------
  Progress Report for Ginkgo Process #16
  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: 2m5.7s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1077
      In [BeforeEach] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1050

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I1002 13:51:31.482391   13436 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I1002 13:51:31.489485   13436 port.go:319] port 8080 not listening in container "runtime"
        [odo] I1002 13:51:35.308846   13436 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: dqnvga-app-5d545c8f6c-sxwx8 in container: runtime
        [odo] I1002 13:51:35.535620   13436 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I1002 13:51:35.535655   13436 exec.go:96]    0: 071111AC:ECF4 22181068:01BB 06 00000000:00000000 03:00000E97 00000000     0        0 0 3 0000000000000000                                      
        [odo] I1002 13:51:35.535673   13436 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I1002 13:51:35.536105   13436 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I1002 13:51:35.536122   13436 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1000890000        0 1374439666 1 0000000000000000 100 0 0 10 0
        [odo] I1002 13:51:35.536133   13436 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I1002 13:51:35.539673   13436 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 103 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0002682a0, {0x30f7608?, 0xc0004d98f0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0002682a0, {0x30f7608, 0xc0004d98f0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cec81e, 0x8}, 0xc0003c3fa0?, 0xc0003c3f80?, 0xc000ca3bf0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc00036f8c0)
          /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({0x36242fa, 0x34})
          /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
  ------------------------------
•••
------------------------------
• [59.069 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: 15301
  << Captured StdOut/StdErr Output
------------------------------
•SS••S•SSSSS•SSSS•S•S
------------------------------
• [4.237 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/3281410085
  << Captured StdOut/StdErr Output
------------------------------
SS•SS•SSS•SSSSS••••SSS••••S•S••SS•••SSSS•SSSSS•SSS••••S•
  ------------------------------
  Progress Report for Ginkgo Process #11
  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: 3m35.102s)
      /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: 26.814s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] I1002 13:53:49.039467   14889 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] I1002 13:53:49.045006   14889 implem.go:114] The path for preference file is /tmp/1328518501/preference.yaml
          [odo] I1002 13:53:49.046687   14889 segment.go:268] Checking telemetry enable status
          [odo] I1002 13:53:49.046707   14889 segment.go:286] Sending telemetry disabled by env variable
          [odo] Cleaning resources, please wait
          [odo] I1002 13:53:49.139669   14889 all.go:46] starting to concurrently query 200 APIs
          [odo] I1002 13:53:49.144578   14889 all.go:62] fired up all goroutines to query APIs
          [odo] I1002 13:53:50.300612   14889 all.go:67] all goroutines have returned in 1.162530854s
          [odo] I1002 13:53:50.300701   14889 all.go:76] query result: objects=651
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 139 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0006c4770, {0x30f73c8?, 0xc000ee2780}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0006c4770, {0x30f73c8, 0xc000ee2780}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc0001928a0?, {0xc0004617e0?, 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, {0x2d4c4c7, 0x2f}, {0xc000fa1e70, 0x1, 0x15?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d4c4c7?, 0x29?}, {0xc000fa1e70?, 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({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:865
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
•S•SSS•S•••S•SS•S••SSS•S•SS••S•S••SS•SSSSSSS••S•SS•S•••SSSSS••SSS••SSSSSSSSSSSS••S••S•SS••SS••S••SSSSSS•S•S•S••SS•••S••S•SSSSS•S••S•S••SSSSS••SS•••SSS•SS•SSSSSSS
------------------------------
• [19.562 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/2183081102
  << Captured StdOut/StdErr Output
------------------------------
S•SSSSSS•
------------------------------
• [83.791 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/2995375209
  << Captured StdOut/StdErr Output
------------------------------
SS•SS•SS•SS•••SS•SS••SSSSS•S•SSS•SS•SSSSSSSS•SSSSSSSSSSS•SSS•S•S•S••SSS•SSSSSSS••SSS•S•S•••SSS•••SSS•S
------------------------------
• [60.002 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
------------------------------
••SSSS•S•S•SS••••SSSS•SS••••S••••SS
------------------------------
• [81.428 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/888317314
  << Captured StdOut/StdErr Output
------------------------------
SSSSSS••SS•S•S•S••SSSS
------------------------------
• [82.230 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/1666375579
  << Captured StdOut/StdErr Output
------------------------------
•S•SSSSS•S
  ------------------------------
  Progress Report for Ginkgo Process #7
  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.761s)
      /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] I1002 14:01:06.669974   30913 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]  ✗  Finished executing the application (command: run) [1m]
        [odo] I1002 14:01:06.683594   30913 implem.go:114] The path for preference file is /tmp/1214367137/preference.yaml
        [odo] I1002 14:01:06.684369   30913 segment.go:268] Checking telemetry enable status
        [odo] I1002 14:01:06.684387   30913 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I1002 14:01:06.741319   30913 all.go:46] starting to concurrently query 200 APIs
        [odo] I1002 14:01:06.742368   30913 all.go:62] fired up all goroutines to query APIs
        [odo] I1002 14:01:07.592781   30913 all.go:67] all goroutines have returned in 851.262876ms
        [odo] I1002 14:01:07.593043   30913 all.go:76] query result: objects=614
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 544 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004129a0, {0x30f73c8?, 0xc000e6ab88}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004129a0, {0x30f73c8, 0xc000e6ab88}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000b3dd50?, {0xc000794c40?, 0x2cee5d1?, 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, 0xc000d257a0})
          /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
  ------------------------------
• [7.150 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/167159911
  << Captured StdOut/StdErr Output
------------------------------
S•SSSS•S•SSS•SSS•S•SSS••S•SSSSSSSS•SS••SS•S••SSS•SS••S••S••S••S
------------------------------
• [8.586 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/1185465232
  << Captured StdOut/StdErr Output
------------------------------
•S•SSS•S•S••••SSSS•S••S•SSS•SS•S•S•SS•S•SS
------------------------------
• [21.238 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/36361559
  << Captured StdOut/StdErr Output
------------------------------
S•••S•S••SS•SSS•••S••S•S•SS•••SSSSSSS•SSSS•S••SSS••SSSSSSS•SS•S•S•SSS•••SSSSSSSSSS•SSSSSSS••SSS•S•S••S••SS•SS••••••SSS•S••S••SS•SSSS•SSSS•SSS•••SS••SSS•S•SSSS•S•S•S•••S••SSS•••S•SSSS•••SS•••••S•••••S•SS•••S•SS••••••••S••SS••S••SSSSS•S•SSS•SSS•SSS•S••••••S•S•••S•SS••SS•SS•SSSSS•••••••SSSS•S•••SS•S•S•S•SSSS•S•SSS•••••••••••••••

Ran 406 of 956 Specs in 1418.745 seconds
SUCCESS! -- 406 Passed | 0 Failed | 0 Pending | 550 Skipped


Ginkgo ran 1 suite in 24m52.926657426s
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: 1696255981 - will randomize all specs

Will run 4 of 4 specs
Running in parallel across 16 processes
------------------------------
• [107.512 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:329

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

      Begin Captured GinkgoWriter Output >>
        ...
        [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] I1002 14:15:17.305048   21012 port.go:346] ports not listening: map[]
        [odo] I1002 14:15:17.305696   21012 libdevfile.go:326] not running in Debug mode, so ignored Debug port for container tools:debug:5858
        [odo] I1002 14:15:17.305858   21012 status.go:34] setting inner loop State "Ready"
        [odo] I1002 14:15:17.305943   21012 watch.go:271] deployment watcher Event: Type: MODIFIED, name: dyqinh-app, rv: 81854306, generation: 1, pods: 1
        [odo] I1002 14:15:17.407385   21012 watch.go:348] filesystem watch event: WRITE         "/tmp/3563640017/.odo/odo-file-index.json"
        [odo] I1002 14:15:17.409432   21012 watch.go:348] filesystem watch event: WRITE         "/tmp/3563640017/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 74 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00046b420, {0x2f37730?, 0xc000736fc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00046b420, {0x2f37730, 0xc000736fc0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b5a12d, 0x8}, 0xc00029cfc0?, 0xc0000b0600?, 0xc000142150)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000669d28)
          /go/odo_1/tests/helper/helper_dev.go:279
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:246
            | // "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({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:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
  Progress Report for Ginkgo Process #9
  Automatically polling progress:
    E2E Test starting with empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m3.418s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:63
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:63

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] [Ctrl+c] - Exit and delete resources from the cluster
        [odo]      [p] - Manually apply local changes to the application on the cluster
        [odo] I1002 14:15:17.773054   21385 status.go:34] setting inner loop State "Ready"
        [odo] I1002 14:15:17.773128   21385 watch.go:271] deployment watcher Event: Type: MODIFIED, name: havhbo-app, rv: 81854492, generation: 1, pods: 1
        [odo] I1002 14:15:17.880619   21385 watch.go:348] filesystem watch event: REMOVE        "/tmp/1532427591/.odo/odo-file-index.json"
        [odo] I1002 14:15:17.881091   21385 watch.go:383] error removing watch for /tmp/1532427591/.odo/odo-file-index.json: can't remove non-existent watcher: /tmp/1532427591/.odo/odo-file-index.json
        [odo] I1002 14:15:17.881207   21385 watch.go:348] filesystem watch event: CREATE        "/tmp/1532427591/.odo/odo-file-index.json"
        [odo] I1002 14:15:17.896506   21385 watch.go:348] filesystem watch event: WRITE         "/tmp/1532427591/.odo/odo-file-index.json"
        [odo] I1002 14:15:17.900682   21385 watch.go:348] filesystem watch event: WRITE         "/tmp/1532427591/.odo/devstate.json"
        [odo] I1002 14:15:17.904303   21385 watch.go:348] filesystem watch event: WRITE         "/tmp/1532427591/.odo/devstate.21385.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 15 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00046c070, {0x2f37730?, 0xc000ce23f0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00046c070, {0x2f37730, 0xc000ce23f0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b68121, 0xf}, 0x0?, 0x3?, 0xc000ce2390)
          /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:192
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.5.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:155
            | 
            | // start dev mode again
            > devSession, err = helper.StartDevMode(helper.DevSessionOpts{})
            | Expect(err).ToNot(HaveOccurred())
            | 
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x103871e, 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:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
  Progress Report for Ginkgo Process #4
  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: 2m7.591s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:461
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:461

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I1002 14:15:25.705457   21155 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: fcmvwi-app-f658d66f9-v5rmd in container: runtime
        [odo] I1002 14:15:25.845907   21155 exec.go:96] 159
        [odo] I1002 14:15:25.848000   21155 exec.go:37] Executing command [/bin/sh -c kill -0 159; echo $?] for pod: fcmvwi-app-f658d66f9-v5rmd in container: runtime
        [odo] I1002 14:15:26.324551   21155 exec.go:96] 0
        [odo] I1002 14:15:26.328274   21155 kubeexec.go:40] GetProcessInfoForCommand for "run"
        [odo] I1002 14:15:26.328299   21155 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: fcmvwi-app-f658d66f9-v5rmd in container: runtime
        [odo] I1002 14:15:26.465029   21155 exec.go:96] 159
        [odo] I1002 14:15:26.465194   21155 exec.go:37] Executing command [/bin/sh -c kill -0 159; echo $?] for pod: fcmvwi-app-f658d66f9-v5rmd in container: runtime
        [odo] I1002 14:15:26.603980   21155 exec.go:96] 0
        [odo]  •  Waiting for the application to be ready  ...
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 86 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000702b60, {0x2f37730?, 0xc0004eaf00}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000702b60, {0x2f37730, 0xc0004eaf00}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b5a12d, 0x8}, 0x0?, 0x48?, 0xc0006fec30)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000623e28)
          /go/odo_1/tests/helper/helper_dev.go:279
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.8.4()
          /go/odo_1/tests/e2escenarios/e2e_test.go:526
            | 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({0x26292f3, 0xc00038e480})
          /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
  ------------------------------
• [149.925 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/1532427591
  Spawning '/go/bin/odo delete component' from /tmp/1532427591
  << Captured StdOut/StdErr Output
------------------------------
• [167.794 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:461

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

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] ↪ Dev mode
        [odo]  Status:
        [odo]  Watching for changes in the current directory /tmp/3563640017
        [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] I1002 14:17:14.007316   21591 watch.go:271] deployment watcher Event: Type: MODIFIED, name: dyqinh-app, rv: 81855683, generation: 1, pods: 1
        [odo] I1002 14:17:14.109029   21591 watch.go:348] filesystem watch event: WRITE         "/tmp/3563640017/.odo/odo-file-index.json"
        [odo] I1002 14:17:14.110342   21591 watch.go:348] filesystem watch event: WRITE         "/tmp/3563640017/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 74 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000463110, {0x2f37730?, 0xc000960000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000463110, {0x2f37730, 0xc000960000}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b5a12d, 0x8}, 0xc00029c900?, 0xc0000b0600?, 0xc0009606f0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0009c9d28)
          /go/odo_1/tests/helper/helper_dev.go:279
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:287
            | // 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({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:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
• [249.501 seconds]
E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory
/go/odo_1/tests/e2escenarios/e2e_test.go:199

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

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


Ginkgo ran 1 suite in 4m28.018210728s
Test Suite Passed