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=39a6b5468" ./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: 1694025184 - will randomize all specs

Will run 502 of 954 specs
Running in parallel across 16 processes
SSSSSSSSSSSS•SS•SS••••••SS•S•••S••SSS
------------------------------
• [58.015 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: 13474
  << Captured StdOut/StdErr Output
------------------------------
•S•S•S••SS••S•S•••S••SSS•SSS•••SS•SSSS•S••••SS•SSSSSSSSS••S•SS•SS•••S•S•SS••S••S••SS•••S•SSSSSSSSSSSS••SS•SSSS••SSSSS••SSSS•SSS•SSS•S••S•SSSSS••S•SSSSSSS••S•••S•SSS••SS•S••••SS
  ------------------------------
  Progress Report for Ginkgo Process #4
  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: 3m32.741s)
      /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.478s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo]  ✗  Finished executing the application (command: start-debug) [1m]
          [odo] I0906 18:39:07.354677   15771 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] I0906 18:39:07.355414   15771 implem.go:114] The path for preference file is /tmp/2636721479/preference.yaml
          [odo] I0906 18:39:07.356434   15771 segment.go:268] Checking telemetry enable status
          [odo] I0906 18:39:07.356459   15771 segment.go:286] Sending telemetry disabled by env variable
          [odo] Cleaning resources, please wait
          [odo] I0906 18:39:07.560071   15771 all.go:46] starting to concurrently query 199 APIs
          [odo] I0906 18:39:07.560185   15771 all.go:62] fired up all goroutines to query APIs
          [odo] I0906 18:39:09.020997   15771 all.go:67] all goroutines have returned in 1.460930677s
          [odo] I0906 18:39:09.021084   15771 all.go:76] query result: objects=646
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 298 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000168850, {0x30f2ce8?, 0xc000c21338}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000168850, {0x30f2ce8, 0xc000c21338}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc0003d9800?, {0xc000572620?, 0x0?, 0x0?})
            /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
          github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...)
            /go/odo_1/tests/helper/helper_dev.go:255
        > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2.8()
            /go/odo_1/tests/integration/cmd_dev_debug_test.go:328
              | By("cleaning up the resources on ending the session", func() {
              | 	devSession.Stop()
              > 	devSession.WaitEnd()
              | 	out := commonVar.CliRunner.Run("get", "deployments").Out.Contents()
              | 	helper.DontMatchAllInOutput(string(out), deploymentNames)
          github.com/onsi/ginkgo/v2/internal.(*Suite).By(0xc0001b2000, {0x2d4826b, 0x2f}, {0xc0007d5e70, 0x1, 0x2ce5ed7?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d4826b?, 0x2ce5a57?}, {0xc0007d5e70?, 0x2d2bb57?, 0x25?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/core_dsl.go:547
        > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2()
            /go/odo_1/tests/integration/cmd_dev_debug_test.go:326
              | })
              | 
              > By("cleaning up the resources on ending the session", func() {
              | 	devSession.Stop()
              | 	devSession.WaitEnd()
          github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
••SS•SS•
------------------------------
• [5.964 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/838124296
  << Captured StdOut/StdErr Output
------------------------------
S•S••SS•SSSSS••SSSSSSSS•S•S•S•SS•S••••S•SS•S••SS•S•S••SS•S••SSS•SSS•SSSS•S•S••SS•SSS•SSS•SSS•SSS••S••S•SS•SS•SSSSSSS•S•S•
------------------------------
• [14.256 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/2117915747
  << Captured StdOut/StdErr Output
------------------------------
•SS•SSS•SSSSS•SS
------------------------------
• [84.076 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/3123800114
  << Captured StdOut/StdErr Output
------------------------------
•SS••S•SSSSSS•SS••SSSS•S•SS•S••SS•SSSS•SS•••S•SS••SSSSS••SS•S•SS•SSS•SSS•••SS•SS••SS•SS•S•SS•S•••SSS•••••••SS•S•SSS•SSSS•SSSSSSSSS•••S•S•SS•SS•S•SSSS•••S•S•SSS••SSSSS•SSSSSS•S•S••SSSS••SS•S•SS•SS•••SSS••S•SSS•S•SSSSS•SS•SSS•••••SS••S••SS•SSSSSS•SS•SSS•SS•S•••S•••S•SS•S•SS•SSSSS•SS•SS•S•SS
------------------------------
• [6.935 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/1849273791
  << Captured StdOut/StdErr Output
------------------------------
SSS•••S••S•SS•SSS••S••SSSSSS•SSS••S••SS•••SS•SSSS
------------------------------
• [57.868 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•SSS•SS•S•
------------------------------
• [8.879 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/1168702407
  << Captured StdOut/StdErr Output
------------------------------
• [84.637 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/3621849343
  << Captured StdOut/StdErr Output
------------------------------
•S•SS••S••••SS••S•SS•SS•S•••S•SSS••S•SSS•S•S•••••SSSSS••S•S•S••SS•••SS••SS••SSS•SSS•S•S••S•S•S••S•SS•S•SSSS
  ------------------------------
  Progress Report for Ginkgo Process #5
  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: 2m3.511s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1047
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1020

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0906 18:53:09.179662   11221 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0906 18:53:12.838102   11221 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: itpzdx-app-7b6c7454f4-gg25l in container: runtime
        [odo] I0906 18:53:13.116552   11221 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0906 18:53:13.116577   11221 exec.go:96]    0: B92B11AC:8A08 221F1068:01BB 06 00000000:00000000 03:00000E68 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0906 18:53:13.116584   11221 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I0906 18:53:13.117693   11221 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0906 18:53:13.117705   11221 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1028090000        0 708190891 1 0000000000000000 100 0 0 10 0
        [odo] I0906 18:53:13.117940   11221 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0906 18:53:13.122332   11221 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0906 18:53:20.838566   11221 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: itpzdx-app-7b6c7454f4-gg25l in container: runtime
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 2088 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc001706070, {0x30f2f28?, 0xc0016f4180}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc001706070, {0x30f2f28, 0xc0016f4180}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2ce86cf, 0x8}, 0xc000120340?, 0xc000120320?, 0xc0016f5950)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000281620)
          /go/odo_1/tests/helper/helper_dev.go:271
      > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:1039
            | 	helper.ReplaceStrings(filepath.Join(commonVar.Context, "devfile.yaml"), devfile.deploymentName, devfile.newDeploymentName)
            | 
            > 	err := devSession.WaitSync()
            | 	Expect(err).To(BeNil())
            | })
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc00173a480})
          /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
  ------------------------------
  Progress Report for Ginkgo Process #14
  Automatically polling progress:
    odo dev command tests when a hotReload capable Run command is used with odo dev when a source file is modified should not re-execute the run command (Spec Runtime: 2m4.162s)
      /go/odo_1/tests/integration/cmd_dev_test.go:3757
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:3725

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] 
        [odo] Keyboard Commands:
        [odo] [Ctrl+c] - Exit and delete resources from the cluster
        [odo]      [p] - Manually apply local changes to the application on the cluster
        [odo] I0906 18:53:41.966294   12175 status.go:34] setting inner loop State "Ready"
        [odo] I0906 18:53:41.966382   12175 watch.go:271] deployment watcher Event: Type: MODIFIED, name: fnqafs-app, rv: 63995705, generation: 1, pods: 1
        [odo] I0906 18:53:42.073451   12175 watch.go:348] filesystem watch event: CREATE        "/tmp/3517009751/.odo/odo-file-index.json"
        [odo] I0906 18:53:42.074908   12175 watch.go:348] filesystem watch event: WRITE         "/tmp/3517009751/.odo/odo-file-index.json"
        [odo] I0906 18:53:42.076706   12175 watch.go:348] filesystem watch event: WRITE         "/tmp/3517009751/.odo/devstate.json"
        [odo] I0906 18:53:42.078901   12175 watch.go:348] filesystem watch event: WRITE         "/tmp/3517009751/.odo/devstate.12175.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 891 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0005ece00, {0x30f2f28?, 0xc0013708d0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0005ece00, {0x30f2f28, 0xc0013708d0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc001370870)
          /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:188
      > github.com/redhat-developer/odo/tests/integration.glob..func7.48.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:3729
            | 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({0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
  Progress Report for Ginkgo Process #6
  Automatically polling progress:
    odo dev command tests when a hotReload capable Run command is used with odo dev should execute the build and run commands (Spec Runtime: 2m4.116s)
      /go/odo_1/tests/integration/cmd_dev_test.go:3741
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:3725

      Begin Captured GinkgoWriter Output >>
        ...
        [odo]  Watching for changes in the current directory /tmp/1949310763
        [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] I0906 18:53:41.888151   12176 watch.go:271] deployment watcher Event: Type: MODIFIED, name: xwkxzu-app, rv: 63995701, generation: 1, pods: 1
        [odo] I0906 18:53:41.991679   12176 watch.go:348] filesystem watch event: CREATE        "/tmp/1949310763/.odo/odo-file-index.json"
        [odo] I0906 18:53:41.994360   12176 watch.go:348] filesystem watch event: WRITE         "/tmp/1949310763/.odo/odo-file-index.json"
        [odo] I0906 18:53:41.996276   12176 watch.go:348] filesystem watch event: WRITE         "/tmp/1949310763/.odo/devstate.json"
        [odo] I0906 18:53:42.007119   12176 watch.go:348] filesystem watch event: WRITE         "/tmp/1949310763/.odo/devstate.12176.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 2901 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00017c380, {0x30f2f28?, 0xc000b4df50}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00017c380, {0x30f2f28, 0xc000b4df50}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc000b4def0)
          /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:188
      > github.com/redhat-developer/odo/tests/integration.glob..func7.48.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:3729
            | 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({0x2694993, 0xc00126dda0})
          /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
  ------------------------------
••••SSSS•SSSSS••••SS••SSSSS•S•SS•S••SSS•SS•SS
  ------------------------------
  Progress Report for Ginkgo Process #4
  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: 2m3.534s)
      /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] I0906 18:54:23.751719   14259 segment.go:286] Sending telemetry disabled by env variable
        [odo]  ✗  Finished executing the application (command: run) [1m]
        [odo] I0906 18:54:23.752274   14259 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-test4116pfs/pods/xicotc-app-7459c6997-2wjjj/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] I0906 18:54:23.752325   14259 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] I0906 18:54:23.851564   14259 all.go:46] starting to concurrently query 199 APIs
        [odo] I0906 18:54:23.851737   14259 all.go:62] fired up all goroutines to query APIs
        [odo] I0906 18:54:25.192902   14259 all.go:67] all goroutines have returned in 1.341311269s
        [odo] I0906 18:54:25.192963   14259 all.go:76] query result: objects=609
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 39697 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0005a2070, {0x30f2ce8?, 0xc001520528}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0005a2070, {0x30f2ce8, 0xc001520528}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000f69d70?, {0xc001ea8d10?, 0x2cea482?, 0x9?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...)
          /go/odo_1/tests/helper/helper_dev.go:255
        github.com/redhat-developer/odo/tests/helper.RunDevMode.func1()
          /go/odo_1/tests/helper/helper_dev.go:326
        github.com/redhat-developer/odo/tests/helper.RunDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}, ...)
          /go/odo_1/tests/helper/helper_dev.go:329
      > github.com/redhat-developer/odo/tests/integration.glob..func7.64.2()
          /go/odo_1/tests/integration/cmd_dev_test.go:4117
            | })
            | It("should override the content in the pod it creates for the component on the cluster", func() {
            > 	err := helper.RunDevMode(helper.DevSessionOpts{
            | 		RunOnPodman: ctx.podman,
            | 	}, func(session *gexec.Session, outContents, _ string, _ map[string]string) {
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc001eba2a0})
          /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•SS•S••S•
------------------------------
• [21.385 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/388322718
  << Captured StdOut/StdErr Output
------------------------------
SS•S•SS•S••SSSSS•S••SS
------------------------------
• [86.209 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/2396290580
  << Captured StdOut/StdErr Output
------------------------------
SS••SS••SSSSS•S••S•
------------------------------
• [6.433 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/808753291
  << Captured StdOut/StdErr Output
------------------------------
••SSSSS•••••••••••••••

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


Ginkgo ran 1 suite in 25m16.652644719s
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: 1694026708 - will randomize all specs

Will run 4 of 4 specs
Running in parallel across 16 processes
------------------------------
• [107.752 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/4135044252
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #4
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 2m5.274s)
      /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] I0906 19:00:48.274600   20648 status.go:34] setting inner loop State "Ready"
        [odo]  Status:
        [odo]  Watching for changes in the current directory /tmp/3877009395
        [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] I0906 19:00:48.274805   20648 watch.go:271] deployment watcher Event: Type: MODIFIED, name: aqyghf-app, rv: 64012654, generation: 1, pods: 1
        [odo] I0906 19:00:48.375804   20648 watch.go:348] filesystem watch event: WRITE         "/tmp/3877009395/.odo/odo-file-index.json"
        [odo] I0906 19:00:48.376521   20648 watch.go:348] filesystem watch event: WRITE         "/tmp/3877009395/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 68 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0006ea2a0, {0x2f36670?, 0xc0006149f0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0006ea2a0, {0x2f36670, 0xc0006149f0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b590d5, 0x8}, 0xc0006f2000?, 0xc000186180?, 0xc0003c8600)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0007afd28)
          /go/odo_1/tests/helper/helper_dev.go:271
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:246
            | // "changes are made to the applications"
            | helper.ReplaceString(filepath.Join(commonVar.Context, "src", "main", "java", "com", "example", "demo", "DemoApplication.java"), "Hello updated World!", "Hello from an updated World!")
            > err = devSession.WaitSync()
            | Expect(err).ToNot(HaveOccurred())
            | // "should deploy new changes"
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x103871e, 0xc00006a6c0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
  Progress Report for Ginkgo Process #6
  Automatically polling progress:
    E2E Test starting with empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m5.513s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:63
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:63

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] 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] I0906 19:00:48.825815   20994 watch.go:271] deployment watcher Event: Type: MODIFIED, name: obiicc-app, rv: 64012814, generation: 1, pods: 1
        [odo] I0906 19:00:48.935888   20994 watch.go:348] filesystem watch event: REMOVE        "/tmp/2384274397/.odo/odo-file-index.json"
        [odo] I0906 19:00:48.936133   20994 watch.go:383] error removing watch for /tmp/2384274397/.odo/odo-file-index.json: can't remove non-existent watcher: /tmp/2384274397/.odo/odo-file-index.json
        [odo] I0906 19:00:48.936156   20994 watch.go:348] filesystem watch event: CREATE        "/tmp/2384274397/.odo/odo-file-index.json"
        [odo] I0906 19:00:48.945677   20994 watch.go:348] filesystem watch event: WRITE         "/tmp/2384274397/.odo/odo-file-index.json"
        [odo] I0906 19:00:48.949546   20994 watch.go:348] filesystem watch event: WRITE         "/tmp/2384274397/.odo/devstate.json"
        [odo] I0906 19:00:48.953329   20994 watch.go:348] filesystem watch event: WRITE         "/tmp/2384274397/.odo/devstate.20994.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 80 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00053cd20, {0x2f36670?, 0xc0005de720}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00053cd20, {0x2f36670, 0xc0005de720}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b670c9, 0xf}, 0x0?, 0x3?, 0xc0005de6c0)
          /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:188
      > 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({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 #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: 2m9.857s)
      /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] I0906 19:00:49.163002   20729 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: zzlwsn-app-56787896dc-pg2ns in container: runtime
        [odo] I0906 19:00:49.361120   20729 exec.go:96] cat: /opt/odo/.odo_cmd_run.pid: No such file or directory
        [odo] I0906 19:00:49.364373   20729 innerloop.go:131] running=false, execRequired=true
        [odo]  •  Building your application in container (command: build)  ...
        [odo] I0906 19:00:49.364841   20729 exec.go:37] Executing command [/bin/sh -c cd ${PROJECT_SOURCE} && (export GOPATH="${PROJECT_SOURCE}/.go" GOCACHE="${PROJECT_SOURCE}/.cache" && go build main.go) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: zzlwsn-app-56787896dc-pg2ns in container: runtime
        [odo] ↵
 ✓  Building your application in container (command: build) [2s]
        [odo] I0906 19:00:51.444412   20729 kubeexec.go:54] StartProcessForCommand for "run"
        [odo]  •  Executing the application (command: run)  ...
        [odo] I0906 19:00:51.444556   20729 retry.go:48] waiting for 5 second(s) before trying task "process for command \"run\""
        [odo] I0906 19:00:51.444625   20729 exec.go:37] Executing command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} &&  (./main) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid] for pod: zzlwsn-app-56787896dc-pg2ns in container: runtime
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 74 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0007a0930, {0x2f36670?, 0xc000761080}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0007a0930, {0x2f36670, 0xc000761080}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b590d5, 0x8}, 0x0?, 0x48?, 0xc000760420)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc00081de28)
          /go/odo_1/tests/helper/helper_dev.go:271
      > 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({0x103871e, 0xc000102480})
          /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
  ------------------------------
• [152.924 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/2384274397
  Spawning '/go/bin/odo delete component' from /tmp/2384274397
  << Captured StdOut/StdErr Output
------------------------------
• [170.354 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/137193752
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #4
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 4m5.28s)
      /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/3877009395
        [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] I0906 19:02:46.855001   21151 watch.go:271] deployment watcher Event: Type: MODIFIED, name: aqyghf-app, rv: 64014115, generation: 1, pods: 1
        [odo] I0906 19:02:46.945669   21151 watch.go:348] filesystem watch event: WRITE         "/tmp/3877009395/.odo/odo-file-index.json"
        [odo] I0906 19:02:46.947127   21151 watch.go:348] filesystem watch event: WRITE         "/tmp/3877009395/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 68 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0001f8930, {0x2f36670?, 0xc000614030}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0001f8930, {0x2f36670, 0xc000614030}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b590d5, 0x8}, 0xc0002dc6c0?, 0xc000186180?, 0xc00084e1b0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000919d28)
          /go/odo_1/tests/helper/helper_dev.go:271
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go: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({0x103871e, 0xc00006a6c0})
          /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
  ------------------------------
• [254.145 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/3877009395
  Spawning '/go/bin/odo delete component' from /tmp/3877009395
  << Captured StdOut/StdErr Output
------------------------------

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


Ginkgo ran 1 suite in 4m31.803201631s
Test Suite Passed