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=dbacfc222" ./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: 1696820474 - will randomize all specs

Will run 504 of 956 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSSSSSSSSS•SSS••SSSSS•S•••SS••SS••S•••S•SSS
------------------------------
• [83.892 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/2889155831
  << Captured StdOut/StdErr Output
------------------------------
•••S•S•SSSSS•S•S•
  ------------------------------
  Progress Report for Ginkgo Process #1
  Automatically polling progress:
    odo dev command tests when hotReload capable Build and Run commands are used with odo dev should execute the build and run commands (Spec Runtime: 2m13.617s)
      /go/odo_1/tests/integration/cmd_dev_test.go:3818
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:3802

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I1009 03:04:33.699001   13079 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: lfwwgm-app-8d46ff67-vvssg in container: runtime
        [odo] I1009 03:04:34.011437   13079 exec.go:96] 69
        [odo] I1009 03:04:34.117160   13079 exec.go:37] Executing command [/bin/sh -c kill -0 69; echo $?] for pod: lfwwgm-app-8d46ff67-vvssg in container: runtime
        [odo] I1009 03:04:34.447665   13079 exec.go:96] 0
        [odo] I1009 03:04:34.450442   13079 kubeexec.go:40] GetProcessInfoForCommand for "run"
        [odo] I1009 03:04:34.450463   13079 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: lfwwgm-app-8d46ff67-vvssg in container: runtime
        [odo] I1009 03:04:34.824986   13079 exec.go:96] 69
        [odo] I1009 03:04:34.826098   13079 exec.go:37] Executing command [/bin/sh -c kill -0 69; echo $?] for pod: lfwwgm-app-8d46ff67-vvssg in container: runtime
        [odo] I1009 03:04:35.046578   13079 exec.go:96] 0
        [odo]  •  Waiting for the application to be ready  ...
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 58 [select, 2 minutes]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004c0070, {0x30fdd28?, 0xc0007cd7a0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004c0070, {0x30fdd28, 0xc0007cd7a0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2d01284, 0xf}, 0x0?, 0x3?, 0xc0007cd740)
          /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/integration.glob..func7.49.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:3806
            | helper.UpdateDevfileContent(filepath.Join(commonVar.Context, "devfile.yaml"), []helper.DevfileUpdater{helper.DevfileMetadataNameSetter(cmpName)})
            | var err error
            > devSession, err = helper.StartDevMode(helper.DevSessionOpts{
            | 	RunOnPodman: podman,
            | })
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0xc0000e4d00, 0x1042340})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
•SS••
------------------------------
• [137.306 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••SS•SSSS•S
  ------------------------------
  Progress Report for Ginkgo Process #10
  Automatically polling progress:
    odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy when running and stopping odo dev should not delete the resources created with odo deploy (Spec Runtime: 2m6.719s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:176
      In [BeforeEach] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:169

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I1009 03:04:29.035217   13767 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] I1009 03:04:29.039933   13767 implem.go:114] The path for preference file is /tmp/2910423383/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I1009 03:04:29.040504   13767 segment.go:268] Checking telemetry enable status
        [odo] I1009 03:04:29.040514   13767 segment.go:286] Sending telemetry disabled by env variable
        [odo] I1009 03:04:29.112518   13767 delete.go:174] Ignoring resource: deployments/my-component; its mode(Deploy) does not match with the given mode(Dev)
        [odo] I1009 03:04:29.148114   13767 all.go:46] starting to concurrently query 200 APIs
        [odo] I1009 03:04:29.148249   13767 all.go:62] fired up all goroutines to query APIs
        [odo] I1009 03:04:30.018506   13767 all.go:67] all goroutines have returned in 870.340384ms
        [odo] I1009 03:04:30.018588   13767 all.go:76] query result: objects=638
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 123 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004d77a0, {0x30fdae8?, 0xc000d19830}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004d77a0, {0x30fdae8, 0xc000d19830}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000c27ea8?, {0xc000897c80?, 0x43914c8?, 0x0?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...)
          /go/odo_1/tests/helper/helper_dev.go:263
      > github.com/redhat-developer/odo/tests/integration.glob..func9.6.2.4.1()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:173
            | 	Expect(err).ShouldNot(HaveOccurred())
            | 	devSession.Stop()
            > 	devSession.WaitEnd()
            | })
            | 
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({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
  ------------------------------
•SSS•••SSS•SS••
------------------------------
• [6.691 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/3168843640
  << Captured StdOut/StdErr Output
------------------------------
•••S•••S•S•SS••S••SSS
------------------------------
• [5.936 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/1203058005
  << Captured StdOut/StdErr Output
------------------------------
S•SS•SS•S••••SS•SSS•SSS••S•S•••SS•SS••S••SS•S•SSSSS••SS•SSS•••S•SSSSS••S•S•S•S•
------------------------------
• [85.780 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/2531425132
  << Captured StdOut/StdErr Output
------------------------------
••SSS••SS••SS••S••SSSS•SSSS•SS•SSSSSS•SSS••SSSS•SSSSSSSS••S••SS•SS•S••SS••••SSS•SSSS•S•SSS••SSS••S••S
  ------------------------------
  Progress Report for Ginkgo Process #14
  Automatically polling progress:
    odo dev command tests when running odo dev with devfile contain volume - without metadata.name check the volume name and mount paths for the containers (Spec Runtime: 2m3.933s)
      /go/odo_1/tests/integration/cmd_dev_test.go:2230
      In [BeforeEach] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:2178

      Begin Captured GinkgoWriter Output >>
        ...
        [odo]  Watching for changes in the current directory /tmp/1973935544
        [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] I1009 03:09:57.312007   21699 watch.go:271] deployment watcher Event: Type: MODIFIED, name: lwgcvt-app, rv: 85529267, generation: 1, pods: 1
        [odo] I1009 03:09:57.413268   21699 watch.go:348] filesystem watch event: CREATE        "/tmp/1973935544/.odo/odo-file-index.json"
        [odo] I1009 03:09:57.413877   21699 watch.go:348] filesystem watch event: WRITE         "/tmp/1973935544/.odo/odo-file-index.json"
        [odo] I1009 03:09:57.414045   21699 watch.go:348] filesystem watch event: WRITE         "/tmp/1973935544/.odo/devstate.json"
        [odo] I1009 03:09:57.414329   21699 watch.go:348] filesystem watch event: WRITE         "/tmp/1973935544/.odo/devstate.21699.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 40228 [select, 2 minutes]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004a0930, {0x30fdd28?, 0xc000d18690}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004a0930, {0x30fdd28, 0xc000d18690}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2d01284, 0xf}, 0x0?, 0x3?, 0xc000d18630)
          /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/integration.glob..func7.22.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:2189
            | 	}
            | 	var err error
            > 	devSession, err = helper.StartDevMode(helper.DevSessionOpts{})
            | 	Expect(err).ToNot(HaveOccurred())
            | })
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1088f3e, 0xc000850480})
          /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••SSSSS•S•SSSSSS
------------------------------
• [82.642 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/1120517102
  << Captured StdOut/StdErr Output
------------------------------
••SSS•SSS•S••••SSS•S•••S••••SS•SSSSSSS••SSSS•S•••S•
  ------------------------------
  Progress Report for Ginkgo Process #3
  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: 2m4.036s)
      /go/odo_1/tests/integration/cmd_dev_test.go:4146
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:4146

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] stderr: []
        [odo] I1009 03:11:37.649405   25963 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] I1009 03:11:37.660089   25963 implem.go:114] The path for preference file is /tmp/394147712/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I1009 03:11:37.661698   25963 segment.go:268] Checking telemetry enable status
        [odo] I1009 03:11:37.661725   25963 segment.go:286] Sending telemetry disabled by env variable
        [odo] I1009 03:11:37.744108   25963 all.go:46] starting to concurrently query 200 APIs
        [odo] I1009 03:11:37.744237   25963 all.go:62] fired up all goroutines to query APIs
        [odo] I1009 03:11:38.504649   25963 all.go:67] all goroutines have returned in 760.552156ms
        [odo] I1009 03:11:38.504696   25963 all.go:76] query result: objects=614
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 522 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00023c1c0, {0x30fdae8?, 0xc001264438}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00023c1c0, {0x30fdae8, 0xc001264438}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc00073fd50?, {0xc0007b46c0?, 0x2cf43e9?, 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({0x1088f3e, 0xc001590ba0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
•SS••SS•SSS•SSS•SSSS•S••SS•S•S•S•
  ------------------------------
  Progress Report for Ginkgo Process #16
  Automatically polling progress:
    odo dev command tests when doing odo dev and there is a env variable with spaces - with metadata.name should be able to exec command (Spec Runtime: 2m4.929s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1743
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1743

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] read: read /dev/stdin: input/output error
        [odo] I1009 03:12:13.520007   27147 watch.go:333] Dev mode interrupted by user
        [odo] I1009 03:12:13.528152   27147 implem.go:114] The path for preference file is /tmp/591985351/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I1009 03:12:13.529137   27147 segment.go:268] Checking telemetry enable status
        [odo] I1009 03:12:13.529156   27147 segment.go:286] Sending telemetry disabled by env variable
        [odo] I1009 03:12:13.658613   27147 all.go:46] starting to concurrently query 200 APIs
        [odo] I1009 03:12:13.659981   27147 all.go:62] fired up all goroutines to query APIs
        [odo] I1009 03:12:14.559445   27147 all.go:67] all goroutines have returned in 900.846032ms
        [odo] I1009 03:12:14.559745   27147 all.go:76] query result: objects=609
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 788 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000476620, {0x30fdae8?, 0xc000d0bd40}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000476620, {0x30fdae8, 0xc000d0bd40}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000fafd70?, {0xc000791330?, 0xc000fafc38?, 0x2?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...)
          /go/odo_1/tests/helper/helper_dev.go:263
        github.com/redhat-developer/odo/tests/helper.RunDevMode.func1()
          /go/odo_1/tests/helper/helper_dev.go:334
        github.com/redhat-developer/odo/tests/helper.RunDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}, ...)
          /go/odo_1/tests/helper/helper_dev.go:337
      > github.com/redhat-developer/odo/tests/integration.glob..func7.13.2()
          /go/odo_1/tests/integration/cmd_dev_test.go:1744
            | 
            | It("should be able to exec command", func() {
            > 	err := helper.RunDevMode(helper.DevSessionOpts{
            | 		RunOnPodman: podman,
            | 	}, func(session *gexec.Session, out, err string, ports map[string]string) {
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({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
  ------------------------------
•SS•SSS•SS••S•S•SSS•SSS•SSSSSS•SS•SSSS•S•••SS•SS••••S•S•SSSSSS•SSS•SSS•SSS•••SS•S••••S•S•SSS•S••SSSSS•SS•SSS•S•SS•SS•SSS••S•••S•SS•S••SSSS•S••SS•SS•SSSS•S•S•SSS•SS•SSSSS•S•S••S••••SS••SS
  ------------------------------
  Progress Report for Ginkgo Process #9
  Automatically polling progress:
    odo dev debug command tests when a composite apply command is used as debug command should execute the composite apply commands successfully (Spec Runtime: 3m35.28s)
      /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.293s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] I1009 03:16:38.185930   32135 segment.go:286] Sending telemetry disabled by env variable
          [odo]  ✗  Finished executing the application (command: start-debug) [1m]
          [odo] I1009 03:16:38.186531   32135 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c100-e.eu-de.containers.cloud.ibm.com:31952/api/v1/namespaces/cmd-dev-debug-test288iwz/pods/wfitad-app-5fd8fddb5b-scp9t/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_start-debug.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c100-e.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_start-debug.pid || true]'
          [odo] stdout: []
          [odo] stderr: []
          [odo] I1009 03:16:38.186604   32135 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] I1009 03:16:38.234703   32135 all.go:46] starting to concurrently query 200 APIs
          [odo] I1009 03:16:38.234912   32135 all.go:62] fired up all goroutines to query APIs
          [odo] I1009 03:16:39.059577   32135 all.go:67] all goroutines have returned in 824.891126ms
          [odo] I1009 03:16:39.059772   32135 all.go:76] query result: objects=651
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 721 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00002c850, {0x30fdae8?, 0xc000cc0720}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00002c850, {0x30fdae8, 0xc000cc0720}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc000154660?, {0xc0004385a0?, 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(0xc0001a2000, {0x2d5276b, 0x2f}, {0xc000f51e70, 0x1, 0x2cf3114?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d5276b?, 0x2d6119a?}, {0xc000f51e70?, 0x2cefe0f?, 0x6?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/core_dsl.go:547
        > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2()
            /go/odo_1/tests/integration/cmd_dev_debug_test.go:326
              | })
              | 
              > By("cleaning up the resources on ending the session", func() {
              | 	devSession.Stop()
              | 	devSession.WaitEnd()
          github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1088f3e, 0xc0010edda0})
            /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•SSSSSSS•••SS•SSS•SSSSSS•SSS•SSSSSS•SSS•S•SSSS•••S•SSSS••S••S•S••••SS•S••SSSSSS
------------------------------
• [5.325 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/2828466485
  << Captured StdOut/StdErr Output
------------------------------
•S•SSSS•SS••SSSS••••••S
  ------------------------------
  Progress Report for Ginkgo Process #10
  Automatically polling progress:
    odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy with image build extra args when running and stopping odo dev should not delete the resources created with odo deploy (Spec Runtime: 2m5.901s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:176
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:169

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I1009 03:19:06.888880    7651 segment.go:286] Sending telemetry disabled by env variable
        [odo] I1009 03:19:06.889133    7651 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c100-e.eu-de.containers.cloud.ibm.com:31952/api/v1/namespaces/cmd-devfile-deploy-test176gfe/pods/orstrj-app-585fb7fb96-xv6xb/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_run.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c100-e.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true]'
        [odo] stdout: []
        [odo] stderr: []
        [odo] I1009 03:19:06.889195    7651 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 &&  (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] I1009 03:19:07.036017    7651 delete.go:174] Ignoring resource: deployments/my-component; its mode(Deploy) does not match with the given mode(Dev)
        [odo] I1009 03:19:07.078180    7651 all.go:46] starting to concurrently query 200 APIs
        [odo] I1009 03:19:07.078440    7651 all.go:62] fired up all goroutines to query APIs
        [odo] I1009 03:19:07.906431    7651 all.go:67] all goroutines have returned in 828.257259ms
        [odo] I1009 03:19:07.906478    7651 all.go:76] query result: objects=630
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 1123 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004e2770, {0x30fdae8?, 0xc0007f4b58}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004e2770, {0x30fdae8, 0xc0007f4b58}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000df7ea8?, {0xc0007f20e0?, 0x43914c8?, 0x0?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...)
          /go/odo_1/tests/helper/helper_dev.go:263
      > github.com/redhat-developer/odo/tests/integration.glob..func9.6.2.4.1()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:173
            | 	Expect(err).ShouldNot(HaveOccurred())
            | 	devSession.Stop()
            > 	devSession.WaitEnd()
            | })
            | 
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1088f3e, 0xc000f434a0})
          /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•SSS••S•SSSS•S•S•SSSSSS•SS•••SS•SS••SSSSSS•S•••SSS•••••SSS•S••S•SS••S••S•SS•
------------------------------
• [10.354 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/2553684295
  << Captured StdOut/StdErr Output
------------------------------
SS•S•••S
  ------------------------------
  Progress Report for Ginkgo Process #1
  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.581s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1077
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1050

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I1009 03:21:37.474697   10832 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I1009 03:21:37.475176   10832 port.go:319] port 8080 not listening in container "runtime"
        [odo] I1009 03:21:45.275987   10832 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: rxucrh-app-7775484f49-n5hzm in container: runtime
        [odo] I1009 03:21:45.519385   10832 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I1009 03:21:45.519404   10832 exec.go:96]    0: 692E11AC:ACD4 221E1068:01BB 06 00000000:00000000 03:00000B99 00000000     0        0 0 3 0000000000000000                                      
        [odo] I1009 03:21:45.519410   10832 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I1009 03:21:45.519418   10832 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I1009 03:21:45.519423   10832 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1005450000        0 1273627544 1 0000000000000000 100 0 0 10 0
        [odo] I1009 03:21:45.519672   10832 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I1009 03:21:45.523996   10832 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 728 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004c1f10, {0x30fdd28?, 0xc0010ff860}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004c1f10, {0x30fdd28, 0xc0010ff860}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf2614, 0x8}, 0xc0002b1ea0?, 0xc0002b1e80?, 0xc0010ff7d0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0002bc420)
          /go/odo_1/tests/helper/helper_dev.go:279
      > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:1069
            | 	helper.ReplaceStrings(filepath.Join(commonVar.Context, "devfile.yaml"), devfile.deploymentName, devfile.newDeploymentName)
            | 
            > 	err := devSession.WaitSync()
            | 	Expect(err).To(BeNil())
            | })
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1088f3e, 0xc0005b91a0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
•S•S••S••S••SS••S•SSS•SSSS•SS•SS•SSS•••••SSSS•S••S•S
------------------------------
• [58.774 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: 15488
  << Captured StdOut/StdErr Output
------------------------------
•SS••S•SSS•S•••
------------------------------
• [19.988 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/2314455629
  << Captured StdOut/StdErr Output
------------------------------
SS••••••S•S•S•SSSSSSSS•SS••SSSSSS•
------------------------------
• [6.441 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/1388543489
  << Captured StdOut/StdErr Output
------------------------------
•S•SSSSSS••••SSSSS••S•SSS•S••S••SS•••••••••••••••

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


Ginkgo ran 1 suite in 25m33.327859272s
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: 1696822015 - will randomize all specs

Will run 4 of 4 specs
Running in parallel across 16 processes
------------------------------
• [107.792 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/2923287140
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #2
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 2m3.567s)
      /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] ↪ Dev mode
        [odo]  Status:
        [odo]  Watching for changes in the current directory /tmp/4084250517
        [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] I1009 03:29:13.330570   21059 watch.go:271] deployment watcher Event: Type: MODIFIED, name: wbbfhs-app, rv: 85581255, generation: 1, pods: 1
        [odo] I1009 03:29:13.431741   21059 watch.go:348] filesystem watch event: WRITE         "/tmp/4084250517/.odo/odo-file-index.json"
        [odo] I1009 03:29:13.433021   21059 watch.go:348] filesystem watch event: WRITE         "/tmp/4084250517/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 63 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000690460, {0x2f3fe50?, 0xc0006e6ba0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000690460, {0x2f3fe50, 0xc0006e6ba0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b61f03, 0x8}, 0xc000732900?, 0xc0000b0600?, 0xc0006e6390)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000787d28)
          /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 #3
  Automatically polling progress:
    E2E Test starting with empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m3.89s)
      /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] I1009 03:29:12.181820   21319 watch.go:271] deployment watcher Event: Type: MODIFIED, name: ffuokj-app, rv: 85581414, generation: 1, pods: 1
        [odo] I1009 03:29:12.287784   21319 watch.go:348] filesystem watch event: REMOVE        "/tmp/3288746093/.odo/odo-file-index.json"
        [odo] I1009 03:29:12.288250   21319 watch.go:383] error removing watch for /tmp/3288746093/.odo/odo-file-index.json: can't remove non-existent watcher: /tmp/3288746093/.odo/odo-file-index.json
        [odo] I1009 03:29:12.288286   21319 watch.go:348] filesystem watch event: CREATE        "/tmp/3288746093/.odo/odo-file-index.json"
        [odo] I1009 03:29:12.293532   21319 watch.go:348] filesystem watch event: WRITE         "/tmp/3288746093/.odo/odo-file-index.json"
        [odo] I1009 03:29:12.297605   21319 watch.go:348] filesystem watch event: WRITE         "/tmp/3288746093/.odo/devstate.json"
        [odo] I1009 03:29:12.304746   21319 watch.go:348] filesystem watch event: WRITE         "/tmp/3288746093/.odo/devstate.21319.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 62 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000254150, {0x2f3fe50?, 0xc0006041b0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000254150, {0x2f3fe50, 0xc0006041b0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b6ff84, 0xf}, 0x0?, 0x3?, 0xc000604150)
          /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({0x103b705, 0xc00038c900})
          /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 #1
  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: 2m8.221s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:461
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:461

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I1009 03:29:09.519642   21128 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3
        [odo] I1009 03:29:09.519681   21128 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
        [odo] I1009 03:29:09.523337   21128 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I1009 03:29:09.528620   21128 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I1009 03:29:09.532312   21128 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
        [odo] I1009 03:29:09.545431   21128 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I1009 03:29:09.555979   21128 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I1009 03:29:09.574566   21128 components.go:141] Deployment has 0 ready replicas. Waiting new event...
        [odo] I1009 03:29:09.574671   21128 status.go:34] setting inner loop State "WaitDeployment"
        [odo] I1009 03:29:09.574774   21128 watch.go:271] deployment watcher Event: Type: MODIFIED, name: rndyhp-app, rv: 85581521, generation: 3, pods: 0
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 85 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0003bd650, {0x2f3fe50?, 0xc0005ac6c0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0003bd650, {0x2f3fe50, 0xc0005ac6c0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b61f03, 0x8}, 0x0?, 0x48?, 0xc0004ae510)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc00067de28)
          /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({0x103b705, 0xc000394360})
          /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
  ------------------------------
• [151.049 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/3288746093
  Spawning '/go/bin/odo delete component' from /tmp/3288746093
  << Captured StdOut/StdErr Output
------------------------------
• [198.956 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/3630427753
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #2
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 4m3.574s)
      /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/4084250517
        [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] I1009 03:31:09.891237   21540 watch.go:271] deployment watcher Event: Type: MODIFIED, name: wbbfhs-app, rv: 85582682, generation: 1, pods: 1
        [odo] I1009 03:31:10.007284   21540 watch.go:348] filesystem watch event: WRITE         "/tmp/4084250517/.odo/odo-file-index.json"
        [odo] I1009 03:31:10.009361   21540 watch.go:348] filesystem watch event: WRITE         "/tmp/4084250517/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 63 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004f2770, {0x2f3fe50?, 0xc000a1e1b0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004f2770, {0x2f3fe50, 0xc000a1e1b0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b61f03, 0x8}, 0xc00029c6c0?, 0xc0000b0600?, 0xc0006e6210)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000a6fd28)
          /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
  ------------------------------
• [250.620 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/4084250517
  Spawning '/go/bin/odo delete component' from /tmp/4084250517
  << Captured StdOut/StdErr Output
------------------------------

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


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