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=1e3f5d71a" ./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: 1692708933 - will randomize all specs

Will run 502 of 954 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSSSSSSSSSS•SSSS•SS•SSSSSSSSS••S••SSSS•S•SSS••S•S•SS•S•SSS••••S•S•S•SS•SSS••SSSSS•SS•S•SS••SSS••SSS••SS•SSSS•S•S•S•S••S•••SSS•SS•SS••S•••SS•S•SSS•S•••S•SSS••••••S•SSSSSSSS•S•SS•S••SSSS•SSS•••SSSSSS••SSSS•SS•SSS•SSS••SS•••S•SS•S•
  ------------------------------
  Progress Report for Ginkgo Process #15
  Automatically polling progress:
    odo dev debug command tests when a composite apply command is used as debug command should execute the composite apply commands successfully (Spec Runtime: 3m21.268s)
      /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.939s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo]  ✗  Finished executing the application (command: start-debug) [1m]
          [odo] I0822 13:01:16.688646   14731 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] I0822 13:01:16.693158   14731 implem.go:114] The path for preference file is /tmp/2390198244/preference.yaml
          [odo] I0822 13:01:16.694170   14731 segment.go:268] Checking telemetry enable status
          [odo] I0822 13:01:16.694181   14731 segment.go:286] Sending telemetry disabled by env variable
          [odo] Cleaning resources, please wait
          [odo] I0822 13:01:16.776619   14731 all.go:46] starting to concurrently query 199 APIs
          [odo] I0822 13:01:16.776780   14731 all.go:62] fired up all goroutines to query APIs
          [odo] I0822 13:01:17.529009   14731 all.go:67] all goroutines have returned in 754.167285ms
          [odo] I0822 13:01:17.529052   14731 all.go:76] query result: objects=640
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 294 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000506000, {0x30f16a8?, 0xc0002ea720}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000506000, {0x30f16a8, 0xc0002ea720}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc00047a2a0?, {0xc000ee6050?, 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:255
        > 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(0xc0001a2000, {0x2d4730b, 0x2f}, {0xc000d45e70, 0x1, 0x6369767265732e73?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d4730b?, 0x31303a37353a3231?}, {0xc000d45e70?, 0x2034343133312020?, 0x2e65636976726573?})
            /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({0x5d6f646f5b0a6f69, 0x3120323238304920})
            /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
------------------------------
• [2.532 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/3362478740
  << Captured StdOut/StdErr Output
------------------------------
SS•S•S••••SSSSSSS•SS•••••SS•SS•S•SS••S•SSS•S•SS•SS••S••S••SSSSS•S•••SS•••SSS••SSSSS•SS••S••S••S••SS•S•SSSS•••••SS••
------------------------------
• [53.764 seconds]
odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag when /instance endpoint is DELETEd should terminate the dev session
/go/odo_1/tests/integration/cmd_dev_api_server_test.go:239

  Captured StdOut/StdErr Output >>
  <<< Session terminated >>>
  << Captured StdOut/StdErr Output
------------------------------
•S•SSSSSS••SS•S••SS••
------------------------------
• [79.307 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/866850711
  << Captured StdOut/StdErr Output
------------------------------
•SSSSSSSS•SSSSS•S•SSSSS•S•••S••S•••S•S•S•SS•SS••S•S•
  ------------------------------
  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: 2m1.302s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1047
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1020

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0822 13:06:39.891969   23207 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0822 13:06:39.894157   23207 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0822 13:06:47.711627   23207 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: npahad-app-6c5cd6457f-pjxlr in container: runtime
        [odo] I0822 13:06:47.916170   23207 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0822 13:06:47.916204   23207 exec.go:96]    0: 301111AC:A1CA 220A1068:01BB 06 00000000:00000000 03:00000BDF 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0822 13:06:47.916209   23207 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I0822 13:06:47.917151   23207 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0822 13:06:47.917163   23207 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1002770000        0 841827696 1 0000000000000000 100 0 0 10 0
        [odo] I0822 13:06:47.918559   23207 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0822 13:06:47.931053   23207 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 434 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0005d47e0, {0x30f18e8?, 0xc000a8a390}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0005d47e0, {0x30f18e8, 0xc000a8a390}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2ce77f1, 0x8}, 0xc00018cae0?, 0xc00018cac0?, 0xc0001e6c30)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0003acea0)
          /go/odo_1/tests/helper/helper_dev.go:271
      > 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({0x1085f3e, 0xc000dc5800})
          /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•••SSSS•SSS•SSS•SSS•••S•SS•SSS•SS•SSS••S••SSSS•SS•SSSS••SS••SS••SSS••S•S•S••••S•SSSSSSS••S•••SSS••••SSS••S•S•SSSSS•S••S••••S•SSSS•SSS•••SS•S•S••S•S••S•SS•••••S•S•S•SS
------------------------------
• [3.372 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/3965782265
  << Captured StdOut/StdErr Output
------------------------------
•S•SSS•S•SS•••SSSSSS•SS•SS•SSSSSS•S•••SSSS•S
------------------------------
• [16.867 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/2706692521
  << Captured StdOut/StdErr Output
------------------------------
SSSSSS••S•SS•••S•S•••••SSSS•S•S•SS•SSSSS••S•SS•SSSSS••SSS•S•SSSSS•••SSSSSSSSS••••S•S
------------------------------
• [77.362 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/1091787281
  << Captured StdOut/StdErr Output
------------------------------
S•SSSSSS•SSSS•S•••SSS
------------------------------
• [77.365 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/4108580102
  << Captured StdOut/StdErr Output
------------------------------
S•S•SS•SSSSSS•SSS••S•SS•S•S••SS••SSS•SSSSSSS•••S•••S•••SSS•S
------------------------------
• [54.546 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: 3836
  << Captured StdOut/StdErr Output
------------------------------
SSSSSSS••S••S•S
------------------------------
• [2.532 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/3063506400
  << Captured StdOut/StdErr Output
------------------------------
SSSS•S•S
------------------------------
• [3.488 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/3167966798
  << Captured StdOut/StdErr Output
------------------------------
•S••S•SS•SSSSSSS••SSSS
------------------------------
• [7.106 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/945259093
  << Captured StdOut/StdErr Output
------------------------------
•SSS•••S•SSS
  ------------------------------
  Progress Report for Ginkgo Process #16
  Automatically polling progress:
    odo dev command tests Devfile contains pod-overrides and container-overrides attributes should override the content in the pod it creates for the component on the cluster (Spec Runtime: 2m1.705s)
      /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] I0822 13:15:05.076980    3343 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] I0822 13:15:05.096506    3343 implem.go:114] The path for preference file is /tmp/1409853123/preference.yaml
        [odo] I0822 13:15:05.097524    3343 segment.go:268] Checking telemetry enable status
        [odo] I0822 13:15:05.097554    3343 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0822 13:15:05.162515    3343 all.go:46] starting to concurrently query 199 APIs
        [odo] I0822 13:15:05.163774    3343 all.go:62] fired up all goroutines to query APIs
        [odo] I0822 13:15:05.795484    3343 all.go:67] all goroutines have returned in 632.978676ms
        [odo] I0822 13:15:05.795536    3343 all.go:76] query result: objects=603
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 703 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004faee0, {0x30f16a8?, 0xc000dbd530}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004faee0, {0x30f16a8, 0xc000dbd530}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000e4fd70?, {0xc0008e5550?, 0x2ce959c?, 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:255
        github.com/redhat-developer/odo/tests/helper.RunDevMode.func1()
          /go/odo_1/tests/helper/helper_dev.go:326
        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:329
      > 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({0x1085f3e, 0xc0008abf80})
          /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
  ------------------------------
•••••SSS••S•••SSSS••SS•S••••SSSS•••SS•S•S•SSS••SSS•••••••••••••••

Ran 404 of 954 Specs in 1310.716 seconds
SUCCESS! -- 404 Passed | 0 Failed | 0 Pending | 550 Skipped


Ginkgo ran 1 suite in 22m59.819733297s
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: 1692710320 - will randomize all specs

Will run 4 of 4 specs
Running in parallel across 16 processes
------------------------------
• [103.866 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/1232721873
  << Captured StdOut/StdErr Output
------------------------------
• [114.628 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/870710358
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #3
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 2m2.088s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:199
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:199

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0822 13:20:54.116057    9295 exec.go:96]    4: 00000000000000000000000001000000:BF94 00000000000000000000000001000000:1F90 06 00000000:00000000 03:000005C8 00000000     0        0 0 3 0000000000000000
        [odo] I0822 13:20:54.116063    9295 exec.go:96]    5: 00000000000000000000000001000000:901C 00000000000000000000000001000000:1F90 06 00000000:00000000 03:000002E7 00000000     0        0 0 3 0000000000000000
        [odo] I0822 13:20:54.116072    9295 exec.go:96]    6: 00000000000000000000000001000000:1F90 00000000000000000000000001000000:902C 06 00000000:00000000 03:00000631 00000000     0        0 0 3 0000000000000000
        [odo] I0822 13:20:54.116080    9295 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0822 13:20:54.116599    9295 port.go:346] ports not listening: map[]
        [odo] I0822 13:20:54.116991    9295 libdevfile.go:324] not running in Debug mode, so ignored Debug port for container tools:debug:5858
        [odo] I0822 13:20:54.117121    9295 status.go:34] setting inner loop State "Ready"
        [odo] I0822 13:20:54.117330    9295 watch.go:271] deployment watcher Event: Type: MODIFIED, name: luwvmg-app, rv: 51122254, generation: 1, pods: 1
        [odo] I0822 13:20:54.219044    9295 watch.go:348] filesystem watch event: WRITE         "/tmp/1112274091/.odo/odo-file-index.json"
        [odo] I0822 13:20:54.220296    9295 watch.go:348] filesystem watch event: WRITE         "/tmp/1112274091/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 66 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00069b6c0, {0x2f36050?, 0xc0006a7650}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00069b6c0, {0x2f36050, 0xc0006a7650}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b590b7, 0x8}, 0xc00062cb40?, 0xc00010e300?, 0xc0006a6420)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc00072fd28)
          /go/odo_1/tests/helper/helper_dev.go:271
      > 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 #6
  Automatically polling progress:
    E2E Test starting with empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m2.238s)
      /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] I0822 13:20:59.751667    9607 validate.go:45] Successfully validated devfile sections
        [odo] I0822 13:20:59.751712    9607 components.go:69] component state: "SyncOutdated"
        [odo] I0822 13:20:59.759064    9607 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs]
        [odo]  •  Waiting for Kubernetes resources  ...
        [odo] I0822 13:20:59.764324    9607 utils.go:149] No entrypoint defined for the component, setting container runtime entrypoint to 'tail -f /dev/null'. You can set a 'command' and/or 'args' for the component to override this default entrypoint.
        [odo] I0822 13:20:59.785231    9607 utils.go:77] Updating container runtime with mandatory volume mounts
        [odo] I0822 13:20:59.803946    9607 components.go:346] Creating deployment aeqqvr-app
        [odo] I0822 13:20:59.804059    9607 components.go:347] The component name is aeqqvr
        [odo] I0822 13:20:59.804128    9607 components.go:350] The component already exists, attempting to update it
        [odo] I0822 13:20:59.804176    9607 components.go:352] Applying deployment
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 70 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00017e000, {0x2f36140?, 0xc000a28090}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00017e000, {0x2f36140, 0xc000a28090}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContainOne({0xc000aadb80, 0x2, 0xc000204000?}, 0xc0000b0600?, 0x27e99e0?, 0xc000a28ae0)
          /go/odo_1/tests/helper/helper_run.go:70
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000aadea8)
          /go/odo_1/tests/helper/helper_dev.go:270
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.5.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:160
            | // making changes to the project again
            | helper.ReplaceString(filepath.Join(commonVar.Context, "server.js"), "from Node.js app v2", "from Node.js app v3")
            > err = devSession.WaitSync()
            | Expect(err).ToNot(HaveOccurred())
            | // "should update the changes"
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1038705, 0xc0003869c0})
          /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
  ------------------------------
• [145.919 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/2972044772
  Spawning '/go/bin/odo delete component' from /tmp/2972044772
  << Captured StdOut/StdErr Output
------------------------------
• [235.753 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/1112274091
  Spawning '/go/bin/odo delete component' from /tmp/1112274091
  << Captured StdOut/StdErr Output
------------------------------

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


Ginkgo ran 1 suite in 4m13.087841801s
Test Suite Passed