Error from server (NotFound): namespaces "devfile-proxy" not found
Using Devfile proxy:
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=8f55e1cba" ./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: 1687958381 - will randomize all specs

Will run 493 of 934 specs
Running in parallel across 16 processes
SSSSSSSSSS•SSSS•SSSSSS•SS••••SS•S•S••SSSS••SSSSSSS•••S•SS•SSS•SSS•S•SSS••S••S•S•••••S•S•SS•••SSSSS•S•SSSSS••SSSS•S•••SSSSS••S••SSSS••SSSS•SSSSS•S••SSSSSS•••S•••SS•SS••SSSSS•••SS•SSSSSS••SS•S•SS••SSS•SSS•S•••SSS••SSSSSSSS•••S•SS•S•SSSS•S••SS••SSSS••S•SS•SS•S••SSSSSS•S•S
------------------------------
• [78.327 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/2572012916
  << Captured StdOut/StdErr Output
------------------------------
SS•
  ------------------------------
  Progress Report for Ginkgo Process #8
  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.751s)
      /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] I0628 13:25:15.130837   17064 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] I0628 13:25:15.136143   17064 implem.go:114] The path for preference file is /tmp/2990434419/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I0628 13:25:15.136696   17064 segment.go:264] Checking telemetry enable status
        [odo] I0628 13:25:15.136704   17064 segment.go:282] Sending telemetry disabled by env variable
        [odo] I0628 13:25:15.225435   17064 all.go:46] starting to concurrently query 199 APIs
        [odo] I0628 13:25:15.225699   17064 all.go:62] fired up all goroutines to query APIs
        [odo] I0628 13:25:16.406511   17064 all.go:67] all goroutines have returned in 1.181060323s
        [odo] I0628 13:25:16.406602   17064 all.go:76] query result: objects=558
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 327 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000548070, {0x30e0008?, 0xc0006ec6d8}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000548070, {0x30e0008, 0xc0006ec6d8}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000b8fd70?, {0xc000f8bf80?, 0x2cda477?, 0x9?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...)
          /go/odo_1/tests/helper/helper_dev.go:252
        github.com/redhat-developer/odo/tests/helper.RunDevMode.func1()
          /go/odo_1/tests/helper/helper_dev.go:323
        github.com/redhat-developer/odo/tests/helper.RunDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}, ...)
          /go/odo_1/tests/helper/helper_dev.go:326
      > github.com/redhat-developer/odo/tests/integration.glob..func7.64.2()
          /go/odo_1/tests/integration/cmd_dev_test.go:4117
            | })
            | It("should override the content in the pod it creates for the component on the cluster", func() {
            > 	err := helper.RunDevMode(helper.DevSessionOpts{
            | 		RunOnPodman: ctx.podman,
            | 	}, func(session *gexec.Session, outContents, _ string, _ map[string]string) {
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1081f3e, 0xc0001a2d80})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
•SSSS••SSS•SS•SSSS
------------------------------
• [55.823 seconds]
odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag when /instance endpoint is DELETEd should terminate the dev session
/go/odo_1/tests/integration/cmd_dev_api_server_test.go:169

  Captured StdOut/StdErr Output >>
  <<< Session terminated >>>
  << Captured StdOut/StdErr Output
------------------------------
•••S••S••SS•••S
------------------------------
• [2.847 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/2028211443
  << Captured StdOut/StdErr Output
------------------------------
•SS•••••S•S•SSSS•SSS•••S•S••SSSS•SS••••SSS••••S••SSSSS•S•SSS•SS•S••S••S•S••S•SS••S•SSSSSSSSSSSS•••S••SSS•••SS••S••S•SSSSS•SS•••SSSSSSSSSSS•S•••SSS••S
  ------------------------------
  Progress Report for Ginkgo Process #12
  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: 3m31.427s)
      /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.943s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] stderr: []
          [odo] I0628 13:30:00.949589   21904 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] I0628 13:30:00.955527   21904 implem.go:114] The path for preference file is /tmp/2792923398/preference.yaml
          [odo] I0628 13:30:00.956178   21904 segment.go:264] Checking telemetry enable status
          [odo] I0628 13:30:00.956190   21904 segment.go:282] Sending telemetry disabled by env variable
          [odo] Cleaning resources, please wait
          [odo] I0628 13:30:01.023522   21904 all.go:46] starting to concurrently query 199 APIs
          [odo] I0628 13:30:01.023708   21904 all.go:62] fired up all goroutines to query APIs
          [odo] I0628 13:30:01.850740   21904 all.go:67] all goroutines have returned in 827.222397ms
          [odo] I0628 13:30:01.850767   21904 all.go:76] query result: objects=595
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 356 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00003a7e0, {0x30e0008?, 0xc00116c780}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00003a7e0, {0x30e0008, 0xc00116c780}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc000297620?, {0xc0007f24d0?, 0x0?, 0x0?})
            /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
          github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...)
            /go/odo_1/tests/helper/helper_dev.go:252
        > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2.8()
            /go/odo_1/tests/integration/cmd_dev_debug_test.go:328
              | By("cleaning up the resources on ending the session", func() {
              | 	devSession.Stop()
              > 	devSession.WaitEnd()
              | 	out := commonVar.CliRunner.Run("get", "deployments").Out.Contents()
              | 	helper.DontMatchAllInOutput(string(out), deploymentNames)
          github.com/onsi/ginkgo/v2/internal.(*Suite).By(0xc0001b2000, {0x2d37846, 0x2f}, {0xc000a3be70, 0x1, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:307
          github.com/onsi/ginkgo/v2.By({0x2d37846?, 0xf6b89d?}, {0xc000a3be70?, 0x9bea0?, 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({0x1081f3e, 0x2696b7d})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:863
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
••S•S•••S•SS•S•S•S••SS•••••SS
------------------------------
• [80.444 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/1852895741
  << Captured StdOut/StdErr Output
------------------------------
S•SS•SS•SSS••SSS•SSSSSS•••SS•S•S••••SS•
------------------------------
• [2.749 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/2709571318
  << Captured StdOut/StdErr Output
------------------------------
SSSS•••SS••S•SSSSSSS••S•••SSS
------------------------------
• [7.701 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/4232839584
  << Captured StdOut/StdErr Output
------------------------------
SSSS•S•SS•SSSS•••SSSS••S••S•SSSSSS•SS•SS•S••S••SSS•SSSSS•S•S•S••S•SSSSSS•SSS•SSSSS•SS
------------------------------
• [67.557 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: 30899
  << Captured StdOut/StdErr Output
------------------------------
•S•S•••SSSSSS•••••S•
------------------------------
• [3.378 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/1235854670
  << Captured StdOut/StdErr Output
------------------------------
•SS•SSS•SS•S•S••••••SS
------------------------------
• [19.452 seconds]
odo dev interactive command tests when a component is bootstrapped should sync files when p is pressed
/go/odo_1/tests/integration/interactive_dev_test.go:206

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo dev --random-ports --no-watch' from /tmp/2707279168
  << Captured StdOut/StdErr Output
------------------------------
•S•SSSS•••S•SS••SSSSS••SS•SS•SS•S•S••SS••S••S•SSSSSSS•
  ------------------------------
  Progress Report for Ginkgo Process #12
  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.454s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1047
      In [BeforeEach] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1020

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0628 13:36:34.328736     958 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0628 13:36:34.332370     958 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0628 13:36:42.100094     958 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: nnuuqc-app-75bbf77648-fpp6c in container: runtime
        [odo] I0628 13:36:42.362025     958 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0628 13:36:42.362072     958 exec.go:96]    0: 722E11AC:8404 23151068:01BB 06 00000000:00000000 03:00000BFA 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0628 13:36:42.362083     958 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I0628 13:36:42.362094     958 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0628 13:36:42.362110     958 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1007740000        0 107586720 1 0000000000000000 100 0 0 10 0
        [odo] I0628 13:36:42.362120     958 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0628 13:36:42.363607     958 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 578 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000135650, {0x30e0248?, 0xc00114c360}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000135650, {0x30e0248, 0xc00114c360}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cd86e5, 0x8}, 0xc000566860?, 0xc000566840?, 0xc001418f90)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000568060)
          /go/odo_1/tests/helper/helper_dev.go:268
      > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:1039
            | 	helper.ReplaceStrings(filepath.Join(commonVar.Context, "devfile.yaml"), devfile.deploymentName, devfile.newDeploymentName)
            | 
            > 	err := devSession.WaitSync()
            | 	Expect(err).To(BeNil())
            | })
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1081f3e, 0xc00119e840})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
•SS••S•S•SSSSSSSSS•SSSSS•SSSS•SS••SSS•SS••••SSS•S••S••SS••SS•SS••
------------------------------
• [2.953 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/1928851901
  << Captured StdOut/StdErr Output
------------------------------
S••SS•S••••••S••S••S•SSSS••S•
------------------------------
• [78.881 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/2799018138
  << Captured StdOut/StdErr Output
------------------------------
SSS•S••SSSSS•SSS•S•SS•SSSSS••••S•SS•S•••S••SSS•SS•SSS•••SSSSS•S•S•SSS•SS••SSS•SSS••••••••••••••••

Ran 395 of 934 Specs in 1303.839 seconds
SUCCESS! -- 395 Passed | 0 Failed | 0 Pending | 539 Skipped


Ginkgo ran 1 suite in 22m47.667685761s
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: 1687959755 - will randomize all specs

Will run 4 of 4 specs
Running in parallel across 16 processes
  ------------------------------
  Progress Report for Ginkgo Process #1
  Automatically polling progress:
    E2E Test starting with non-empty Directory test debugging should verify developer workflow from non-empty Directory (Spec Runtime: 2m2.015s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:326
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:326

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0628 13:42:54.560659    9515 segment.go:264] Checking telemetry enable status
        [odo] I0628 13:42:54.560680    9515 segment.go:282] Sending telemetry disabled by env variable
        Running odo with args [odo preference add registry DefaultDevfileRegistry https://devfile-registry-ci-devfile-registry.odo-test-kubernete-449701-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud] and odo env: []
        [odo] I0628 13:42:54.718128    9542 implem.go:114] The path for preference file is /tmp/1206903246/preference.yaml
        [odo] New registry successfully added
        [odo] I0628 13:42:54.721181    9542 implem.go:114] The path for preference file is /tmp/1206903246/preference.yaml
        [odo] I0628 13:42:54.721725    9542 segment.go:264] Checking telemetry enable status
        [odo] I0628 13:42:54.721737    9542 segment.go:282] Sending telemetry disabled by env variable
        Setting current dir to: /tmp/2060791370
        running command [odo init] with env []
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 57 [select]
        github.com/ActiveState/termtest/xpty.(*PassthroughPipe).ReadRune(0xc000461800)
          /go/odo_1/vendor/github.com/ActiveState/termtest/xpty/passthrough_pipe.go:116
        github.com/ActiveState/termtest/xpty.(*Xpty).ReadRune(0xc0005f71a0)
          /go/odo_1/vendor/github.com/ActiveState/termtest/xpty/xpty.go:131
        github.com/ActiveState/termtest/expect.(*Console).Expect(0xc00041cd80, {0xc000680ce0, 0x2, 0xf0a201?})
          /go/odo_1/vendor/github.com/ActiveState/termtest/expect/expect.go:94
        github.com/ActiveState/termtest.(*ConsoleProcess).Expect(0xc0001a8f70, {0x2bc7d67, 0x39}, {0xc0006e17a8, 0x1, 0xc000680cb0?})
          /go/odo_1/vendor/github.com/ActiveState/termtest/conproc.go:220
        github.com/redhat-developer/odo/tests/helper.ExpectString({{0xc0005c4cc0, 0x2, 0x2}, 0xc0001a8f70, 0xc0005f7200, 0xc0004138d0}, {0x2bc7d67, 0x39})
          /go/odo_1/tests/helper/helper_interactive.go:109
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.7.2.1({{0xc0005c4cc0, 0x2, 0x2}, 0xc0001a8f70, 0xc0005f7200, 0xc0004138d0})
          /go/odo_1/tests/e2escenarios/e2e_test.go:350
            | helper.SendLine(ctx, "DEBUG_PORT_PROJECT")
            | 
            > helper.ExpectString(ctx, "Enter value for \"DEBUG_PORT_PROJECT\" environment variable")
            | helper.SendLine(ctx, "5858")
            | 
        github.com/redhat-developer/odo/tests/helper.RunInteractive({0xc0005c4cc0?, 0x2, 0x2}, {0x0?, 0x0, 0x0}, 0xc0006e1d58)
          /go/odo_1/tests/helper/helper_interactive.go:80
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.7.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:328
            | It("should verify developer workflow from non-empty Directory", func() {
            | 	command := []string{"odo", "init"}
            > 	_, err := helper.RunInteractive(command, nil, func(ctx helper.InteractiveContext) {
            | 
            | 		// helper.ExpectString(ctx, "Based on the files in the current directory odo detected")
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1035705, 0x0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
  Progress Report for Ginkgo Process #6
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 2m2.243s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:196
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:196

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] ↪ Dev mode
        [odo]  Status:
        [odo]  Watching for changes in the current directory /tmp/168505240
        [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] I0628 13:44:49.196140    9611 watch.go:267] deployment watcher Event: Type: MODIFIED, name: jbtiro-app, rv: 8053691, generation: 1, pods: 1
        [odo] I0628 13:44:49.296893    9611 watch.go:344] filesystem watch event: WRITE         "/tmp/168505240/.odo/odo-file-index.json"
        [odo] I0628 13:44:49.297894    9611 watch.go:344] filesystem watch event: WRITE         "/tmp/168505240/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 45 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00018aa80, {0x2f2d390?, 0xc000368570}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00018aa80, {0x2f2d390, 0xc000368570}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b514c6, 0x8}, 0xc00075a000?, 0xc00011c5a0?, 0xc0002be7b0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0007d9d28)
          /go/odo_1/tests/helper/helper_dev.go:268
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:243
            | // "changes are made to the applications"
            | helper.ReplaceString(filepath.Join(commonVar.Context, "src", "main", "java", "com", "example", "demo", "DemoApplication.java"), "Hello updated World!", "Hello from an updated World!")
            > err = devSession.WaitSync()
            | Expect(err).ToNot(HaveOccurred())
            | // "should deploy new changes"
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
  Progress Report for Ginkgo Process #8
  Automatically polling progress:
    E2E Test starting with empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m2.518s)
      /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] I0628 13:44:50.556755    9855 watch.go:267] deployment watcher Event: Type: MODIFIED, name: aegpps-app, rv: 8053843, generation: 1, pods: 1
        [odo] I0628 13:44:50.664718    9855 watch.go:344] filesystem watch event: REMOVE        "/tmp/981855716/.odo/odo-file-index.json"
        [odo] I0628 13:44:50.665077    9855 watch.go:379] error removing watch for /tmp/981855716/.odo/odo-file-index.json: can't remove non-existent watcher: /tmp/981855716/.odo/odo-file-index.json
        [odo] I0628 13:44:50.665139    9855 watch.go:344] filesystem watch event: CREATE        "/tmp/981855716/.odo/odo-file-index.json"
        [odo] I0628 13:44:50.673994    9855 watch.go:344] filesystem watch event: WRITE         "/tmp/981855716/.odo/odo-file-index.json"
        [odo] I0628 13:44:50.676950    9855 watch.go:344] filesystem watch event: WRITE         "/tmp/981855716/.odo/devstate.json"
        [odo] I0628 13:44:50.680022    9855 watch.go:344] filesystem watch event: WRITE         "/tmp/981855716/.odo/devstate.9855.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 67 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000032000, {0x2f2d390?, 0xc000d7a000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000032000, {0x2f2d390, 0xc000d7a000}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b5f467, 0xf}, 0x0?, 0x2?, 0xc0006bf380)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.StartDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...})
          /go/odo_1/tests/helper/helper_dev.go:184
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.5.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:152
            | 
            | // start dev mode again
            > devSession, err = helper.StartDevMode(helper.DevSessionOpts{})
            | Expect(err).ToNot(HaveOccurred())
            | 
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x103571e, 0xfeeb20})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
• [FAILED] [123.436 seconds]
E2E Test starting with non-empty Directory test debugging [It] should verify developer workflow from non-empty Directory
/go/odo_1/tests/e2escenarios/e2e_test.go:326

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/2060791370
  2023/06/28 13:44:55 ConsoleProcess cancelled!  You may have forgotten to call ExpectExitCode()
  << Captured StdOut/StdErr Output

  Timeline >>
  Created dir: /tmp/2060791370
  Created dir: /tmp/1206903246
  Setting KUBECONFIG=/tmp/1206903246/config
  Creating a new project: e2e-test326stw
  Running oc with args [oc new-project e2e-test326stw] and odo env: []
  [oc] Now using project "e2e-test326stw" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31952".
  [oc] 
  [oc] You can add applications to this project with the 'new-app' command. For example, try:
  [oc] 
  [oc]     oc new-app rails-postgresql-example
  [oc] 
  [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application:
  [oc] 
  [oc]     kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname
  [oc] 
  Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n e2e-test326stw] and odo env: []
  [oc] configmap/config-map-for-cleanup created
  Current working dir: /go/odo_1/tests/e2escenarios
  Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: []
  [odo] I0628 13:42:54.556798    9515 implem.go:114] The path for preference file is /tmp/1206903246/preference.yaml
  [odo] Successfully removed registry
  [odo] I0628 13:42:54.559269    9515 implem.go:114] The path for preference file is /tmp/1206903246/preference.yaml
  [odo] I0628 13:42:54.560659    9515 segment.go:264] Checking telemetry enable status
  [odo] I0628 13:42:54.560680    9515 segment.go:282] Sending telemetry disabled by env variable
  Running odo with args [odo preference add registry DefaultDevfileRegistry https://devfile-registry-ci-devfile-registry.odo-test-kubernete-449701-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud] and odo env: []
  [odo] I0628 13:42:54.718128    9542 implem.go:114] The path for preference file is /tmp/1206903246/preference.yaml
  [odo] New registry successfully added
  [odo] I0628 13:42:54.721181    9542 implem.go:114] The path for preference file is /tmp/1206903246/preference.yaml
  [odo] I0628 13:42:54.721725    9542 segment.go:264] Checking telemetry enable status
  [odo] I0628 13:42:54.721737    9542 segment.go:282] Sending telemetry disabled by env variable
  Setting current dir to: /tmp/2060791370
  running command [odo init] with env []
  Automatically polling progress:
    E2E Test starting with non-empty Directory test debugging should verify developer workflow from non-empty Directory (Spec Runtime: 2m2.015s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:326
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:326

      Spec Goroutine
      goroutine 57 [select]
        github.com/ActiveState/termtest/xpty.(*PassthroughPipe).ReadRune(0xc000461800)
          /go/odo_1/vendor/github.com/ActiveState/termtest/xpty/passthrough_pipe.go:116
        github.com/ActiveState/termtest/xpty.(*Xpty).ReadRune(0xc0005f71a0)
          /go/odo_1/vendor/github.com/ActiveState/termtest/xpty/xpty.go:131
        github.com/ActiveState/termtest/expect.(*Console).Expect(0xc00041cd80, {0xc000680ce0, 0x2, 0xf0a201?})
          /go/odo_1/vendor/github.com/ActiveState/termtest/expect/expect.go:94
        github.com/ActiveState/termtest.(*ConsoleProcess).Expect(0xc0001a8f70, {0x2bc7d67, 0x39}, {0xc0006e17a8, 0x1, 0xc000680cb0?})
          /go/odo_1/vendor/github.com/ActiveState/termtest/conproc.go:220
        github.com/redhat-developer/odo/tests/helper.ExpectString({{0xc0005c4cc0, 0x2, 0x2}, 0xc0001a8f70, 0xc0005f7200, 0xc0004138d0}, {0x2bc7d67, 0x39})
          /go/odo_1/tests/helper/helper_interactive.go:109
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.7.2.1({{0xc0005c4cc0, 0x2, 0x2}, 0xc0001a8f70, 0xc0005f7200, 0xc0004138d0})
          /go/odo_1/tests/e2escenarios/e2e_test.go:350
            | helper.SendLine(ctx, "DEBUG_PORT_PROJECT")
            | 
            > helper.ExpectString(ctx, "Enter value for \"DEBUG_PORT_PROJECT\" environment variable")
            | helper.SendLine(ctx, "5858")
            | 
        github.com/redhat-developer/odo/tests/helper.RunInteractive({0xc0005c4cc0?, 0x2, 0x2}, {0x0?, 0x0, 0x0}, 0xc0006e1d58)
          /go/odo_1/tests/helper/helper_interactive.go:80
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.7.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:328
            | It("should verify developer workflow from non-empty Directory", func() {
            | 	command := []string{"odo", "init"}
            > 	_, err := helper.RunInteractive(command, nil, func(ctx helper.InteractiveContext) {
            | 
            | 		// helper.ExpectString(ctx, "Based on the files in the current directory odo detected")
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1035705, 0x0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  [FAILED] in [It] - /go/odo_1/tests/helper/helper_interactive.go:111 @ 06/28/23 13:44:55.653
  Deleting project: e2e-test326stw
  Running oc with args [oc delete project e2e-test326stw --wait=false] and odo env: []
  [oc] project.project.openshift.io "e2e-test326stw" deleted
  Setting current dir to: /go/odo_1/tests/e2escenarios
  Deleting dir: /tmp/2060791370
  Deleting dir: /tmp/1206903246
  << Timeline

  [FAILED] error while sending or expecting line: "Enter value for "DEBUG_PORT_PROJECT" environment variable"
  === output of command '["odo" "init"]' read so far ===
  I0628 13:42:54.958784    9564 implem.go:114] The path for preference file is /tmp/1206903246/preference.yaml
  I0628 13:42:54.962703    9564 util.go:198] path /tmp/2060791370/devfile.yaml doesn't exist, skipping it
  I0628 13:42:54.963635    9564 util.go:198] path /tmp/2060791370/.devfile.yaml doesn't exist, skipping it
  I0628 13:42:54.963968    9564 util.go:198] path /tmp/2060791370/devfile.yaml doesn't exist, skipping it
    __
   /  \__     Initializing a new component
   \__/  \    Files: Source code detected, a Devfile will be determined based upon source code autodetection
   /  \__/    odo version: v3.12.0
   \__/
  
  Interactive mode enabled, please answer the following questions:
   •  Determining a Devfile for the current directory  ...
  ↵
↵
   Determining a Devfile for the current directory [475ms]
  Based on the files in the current directory odo detected
  Language: JavaScript
  Project type: Node.js
  Application ports: 3000
  The devfile "nodejs:2.1.1" from the registry "DefaultDevfileRegistry" will be downloaded.
  ? Is this correct? (Y/n) ? Is this correct? Yes
   •  Downloading devfile "nodejs:2.1.1" from registry "DefaultDevfileRegistry"  ...
  I0628 13:42:55.450018    9564 registry.go:53] sending telemetry data: library.TelemetryData{User:"", Locale:"", Client:"odo"}
  ↵
↵
   Downloading devfile "nodejs:2.1.1" from registry "DefaultDevfileRegistry" [60ms]
  I0628 13:42:55.503568    9564 context.go:172] absolute devfile path: '/tmp/2060791370/devfile.yaml'
  I0628 13:42:55.503586    9564 context.go:113] absolute devfile path: '/tmp/2060791370/devfile.yaml'
  I0628 13:42:55.504239    9564 content.go:48] converted devfile YAML to JSON
  I0628 13:42:55.504310    9564 apiVersion.go:60] devfile schemaVersion: '2.1.0'
  I0628 13:42:55.505116    9564 helper.go:56] devfile apiVersion '2.1.0' is supported
  I0628 13:42:55.513221    9564 schema.go:61] validated devfile schema
  I0628 13:42:55.515796    9564 applicationports.go:28] Found 1 container components in Devfile at path "/tmp/2060791370/devfile.yaml"
  
  ↪ Container Configuration "runtime":
    OPEN PORTS:
      - 3000
      - 5858
    ENVIRONMENT VARIABLES:
      - DEBUG_PORT = 5858
  
  ? Select container for which you want to change configuration?  [Use arrows to move, type to filter]
    runtime
  > NONE - configuration is correct
  runtime
  ? Select container for which you want to change configuration? r  [Use arrows to move, type to filter]
    runtime
  > NONE - configuration is correct
  ? Select container for which you want to change configuration? ru  [Use arrows to move, type to filter]
  > runtime
  ? Select container for which you want to change configuration? run  [Use arrows to move, type to filter]
  > runtime
  ? Select container for which you want to change configuration? runt  [Use arrows to move, type to filter]
  > runtime
  ? Select container for which you want to change configuration? runti  [Use arrows to move, type to filter]
  > runtime
  ? Select container for which you want to change configuration? runtim  [Use arrows to move, type to filter]
  > runtime
  ? Select container for which you want to change configuration? runtime  [Use arrows to move, type to filter]
  > runtime
  ? Select container for which you want to change configuration? runtime
  ? What configuration do you want change?  [Use arrows to move, type to filter]
  > NOTHING - configuration is correct
    Delete port "3000"
    Delete port "5858"
    Add new port
    Delete environment variable "DEBUG_PORT"
    Add new environment variable
  ? What configuration do you want change? D  [Use arrows to move, type to filter]
  > Delete port "3000"
    Delete port "5858"
    Add new port
    Delete environment variable "DEBUG_PORT"
    Add new environment variable
  ? What configuration do you want change? De  [Use arrows to move, type to filter]
  > Delete port "3000"
    Delete port "5858"
    Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Del  [Use arrows to move, type to filter]
  > Delete port "3000"
    Delete port "5858"
    Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Dele  [Use arrows to move, type to filter]
  > Delete port "3000"
    Delete port "5858"
    Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delet  [Use arrows to move, type to filter]
  > Delete port "3000"
    Delete port "5858"
    Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete  [Use arrows to move, type to filter]
  > Delete port "3000"
    Delete port "5858"
    Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete   [Use arrows to move, type to filter]
  > Delete port "3000"
    Delete port "5858"
    Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete e  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete en  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete env  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete envi  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete envir  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete enviro  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environ  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environm  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environme  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environmen  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment   [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment v  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment va  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment var  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment vari  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment varia  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variab  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variabl  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable   [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "D  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "DE  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "DEB  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "DEBU  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "DEBUG  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "DEBUG_  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "DEBUG_P  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "DEBUG_PO  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "DEBUG_POR  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "DEBUG_PORT  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "DEBUG_PORT"  [Use arrows to move, type to filter]
  > Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change? Delete environment variable "DEBUG_PORT"
  ? What configuration do you want change?  [Use arrows to move, type to filter]
  > NOTHING - configuration is correct
    Delete port "3000"
    Delete port "5858"
    Add new port
    Add new environment variable
  ? What configuration do you want change? A  [Use arrows to move, type to filter]
  > NOTHING - configuration is correct
    Add new port
    Add new environment variable
  ? What configuration do you want change? Ad  [Use arrows to move, type to filter]
  > Add new port
    Add new environment variable
  ? What configuration do you want change? Add  [Use arrows to move, type to filter]
  > Add new port
    Add new environment variable
  ? What configuration do you want change? Add   [Use arrows to move, type to filter]
  > Add new port
    Add new environment variable
  ? What configuration do you want change? Add n  [Use arrows to move, type to filter]
  > Add new port
    Add new environment variable
  ? What configuration do you want change? Add ne  [Use arrows to move, type to filter]
  > Add new port
    Add new environment variable
  ? What configuration do you want change? Add new  [Use arrows to move, type to filter]
  > Add new port
    Add new environment variable
  ? What configuration do you want change? Add new   [Use arrows to move, type to filter]
  > Add new port
    Add new environment variable
  ? What configuration do you want change? Add new e  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new en  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new env  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new envi  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new envir  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new enviro  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environ  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environm  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environme  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environmen  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environment  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environment   [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environment v  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environment va  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environment var  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environment vari  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environment varia  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environment variab  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environment variabl  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environment variable  [Use arrows to move, type to filter]
  > Add new environment variable
  ? What configuration do you want change? Add new environment variable
  ? Enter new environment variable name: 
  ======================
  Unexpected error:
      <*xpty.errPassthroughTimeout | 0xc000680010>: 
      passthrough i/o timeout
      {
          error: <*errors.errorString | 0xc000680000>{
              s: "passthrough i/o timeout",
          },
      }
  occurred
  In [It] at: /go/odo_1/tests/helper/helper_interactive.go:111 @ 06/28/23 13:44:55.653
------------------------------
  Progress Report for Ginkgo Process #9
  Automatically polling progress:
    E2E Test starting with non-empty Directory add Binding should verify developer workflow of using binding as env in innerloop (Spec Runtime: 2m6.436s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:458
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:458

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0628 13:44:57.469081    9669 exec.go:96] 157
        [odo] I0628 13:44:57.470786    9669 exec.go:37] Executing command [/bin/sh -c kill -0 157; echo $?] for pod: avrejt-app-7c9b65f77-rtfds in container: runtime
        [odo] I0628 13:44:57.752312    9669 exec.go:96] 0
        [odo] I0628 13:44:57.759899    9669 kubeexec.go:40] GetProcessInfoForCommand for "run"
        [odo] I0628 13:44:57.759945    9669 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: avrejt-app-7c9b65f77-rtfds in container: runtime
        [odo] I0628 13:44:57.961076    9669 exec.go:96] 157
        [odo] I0628 13:44:57.963427    9669 exec.go:37] Executing command [/bin/sh -c kill -0 157; echo $?] for pod: avrejt-app-7c9b65f77-rtfds in container: runtime
        [odo] I0628 13:44:58.143611    9669 exec.go:96] 0
        [odo]  •  Waiting for the application to be ready  ...
        [odo] I0628 13:44:59.148235    9669 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: avrejt-app-7c9b65f77-rtfds in container: runtime
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 56 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000fb9d0, {0x2f2d390?, 0xc00056a330}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000fb9d0, {0x2f2d390, 0xc00056a330}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b514c6, 0x8}, 0x0?, 0x48?, 0xc000728660)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000971e28)
          /go/odo_1/tests/helper/helper_dev.go:268
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.8.4()
          /go/odo_1/tests/e2escenarios/e2e_test.go:523
            | helper.Cmd("odo", "remove", "binding", "--name", bindingName).ShouldPass()
            | 
            > err = devSession.WaitSync()
            | Expect(err).To(BeNil())
            | Eventually(func() string { return helper.Cmd("odo", "describe", "binding").ShouldRun().Out() }).
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x103571e, 0xc000100b40})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
• [147.839 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/981855716
  Spawning '/go/bin/odo delete component' from /tmp/981855716
  << Captured StdOut/StdErr Output
------------------------------
• [166.208 seconds]
E2E Test starting with non-empty Directory add Binding should verify developer workflow of using binding as env in innerloop
/go/odo_1/tests/e2escenarios/e2e_test.go:458

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

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] ↪ Dev mode
        [odo]  Status:
        [odo]  Watching for changes in the current directory /tmp/168505240
        [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] I0628 13:46:46.852908   10019 watch.go:267] deployment watcher Event: Type: MODIFIED, name: jbtiro-app, rv: 8055127, generation: 1, pods: 1
        [odo] I0628 13:46:46.954278   10019 watch.go:344] filesystem watch event: WRITE         "/tmp/168505240/.odo/odo-file-index.json"
        [odo] I0628 13:46:46.955565   10019 watch.go:344] filesystem watch event: WRITE         "/tmp/168505240/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

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

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

Summarizing 1 Failure:
  [FAIL] E2E Test starting with non-empty Directory test debugging [It] should verify developer workflow from non-empty Directory
  /go/odo_1/tests/helper/helper_interactive.go:111

Ran 4 of 4 Specs in 248.032 seconds
FAIL! -- 3 Passed | 1 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 4m25.00028809s

Test Suite Failed
exit status 1
make: *** [Makefile:225: test-e2e] Error 1