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=230944d33" ./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: 1693795174 - will randomize all specs

Will run 502 of 954 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSS•SS•SSSSS••SS••SSSSSS••S•S•SS•S•S•S•SS•SS•S•••S•••SS•SSSSSSS•SSSSSS•S•SSS•SSSS•••SSS•SSS••••SSS•S•••S••S••SSSS••••S•••S•SSSSSSSS••SS••SSSSS•S••SSSS•S••SSSSSSSSS•S•SS••
------------------------------
• [84.770 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/4204386118
  << Captured StdOut/StdErr Output
------------------------------
•S•SS•SSS•SS••SSS•••S•S••••
  ------------------------------
  Progress Report for Ginkgo Process #6
  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.491s)
      /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.014s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] I0904 02:45:15.654652   15594 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_start-debug.pid && cd /projects &&  (npm run debug) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_start-debug.pid]: error while streaming command: context canceled
          [odo]  ✗  Finished executing the application (command: start-debug) [1m]
          [odo] I0904 02:45:15.658240   15594 implem.go:114] The path for preference file is /tmp/468541453/preference.yaml
          [odo] Cleaning resources, please wait
          [odo] I0904 02:45:15.659127   15594 segment.go:268] Checking telemetry enable status
          [odo] I0904 02:45:15.659136   15594 segment.go:286] Sending telemetry disabled by env variable
          [odo] I0904 02:45:15.725443   15594 all.go:46] starting to concurrently query 199 APIs
          [odo] I0904 02:45:15.725612   15594 all.go:62] fired up all goroutines to query APIs
          [odo] I0904 02:45:16.591414   15594 all.go:67] all goroutines have returned in 865.991948ms
          [odo] I0904 02:45:16.591491   15594 all.go:76] query result: objects=644
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 271 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000779810, {0x30f2d08?, 0xc000e28450}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000779810, {0x30f2d08, 0xc000e28450}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc000386ba0?, {0xc00089c620?, 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, {0x2d483ab, 0x2f}, {0xc0009cfe70, 0x1, 0x4b5f495041003d53?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d483ab?, 0x4d45756d37537431?}, {0xc0009cfe70?, 0x447a2d526f566e?, 0x554e5f444c495542?})
            /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({0x555f50494b532c4e, 0x49474f4c5f524553})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
••S•S••SS•SS••SS•S••SSSSSSSSS•SS•SS••SSSSS•••••S•SSSS••S•••S•S••••S••SS•S•S•SSSSS••SSS••••••SSS
------------------------------
• [80.702 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/166844115
  << Captured StdOut/StdErr Output
------------------------------
SS•SS•SSSSS•SSSS•••S•S•S•SS•••SSS•S••••SSSSSSS••S•SSS•••SSSS•SS••SSSSSS•••SSSSS••SS••••SS•SS•SSSSS••SS•S•SSS•
  ------------------------------
  Progress Report for Ginkgo Process #11
  Automatically polling progress:
    odo dev command tests when a component is bootstrapped ensure that index information is updated (Spec Runtime: 2m6.253s)
      /go/odo_1/tests/integration/cmd_dev_test.go:305
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:305

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0904 02:49:46.394442   26611 watch.go:271] deployment watcher Event: Type: MODIFIED, name: obaubb-app, rv: 61060116, generation: 1, pods: 1
        [odo] I0904 02:49:46.394459   26611 watch.go:333] Dev mode interrupted by user
        [odo] I0904 02:49:46.410321   26611 implem.go:114] The path for preference file is /tmp/810205050/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I0904 02:49:46.411494   26611 segment.go:268] Checking telemetry enable status
        [odo] I0904 02:49:46.411515   26611 segment.go:286] Sending telemetry disabled by env variable
        [odo] I0904 02:49:46.525829   26611 all.go:46] starting to concurrently query 199 APIs
        [odo] I0904 02:49:46.525953   26611 all.go:62] fired up all goroutines to query APIs
        [odo] I0904 02:49:47.296816   26611 all.go:67] all goroutines have returned in 770.994323ms
        [odo] I0904 02:49:47.296863   26611 all.go:76] query result: objects=602
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 498 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00037e070, {0x30f2d08?, 0xc000690858}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00037e070, {0x30f2d08, 0xc000690858}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc00061de08?, {0xc0007cc120?, 0xc0004fff60?, 0xc00041a0e0?})
          /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.4.14()
          /go/odo_1/tests/integration/cmd_dev_test.go:306
            | 
            | It("ensure that index information is updated", func() {
            > 	err := helper.RunDevMode(helper.DevSessionOpts{}, func(session *gexec.Session, outContents, errContents string, ports map[string]string) {
            | 		indexAfterPush, err := util.ReadFileIndex(filepath.Join(commonVar.Context, ".odo", "odo-file-index.json"))
            | 		Expect(err).ToNot(HaveOccurred())
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc00079a5a0})
          /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 #5
  Automatically polling progress:
    odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy when running and stopping odo dev should not delete the resources created with odo deploy (Spec Runtime: 2m4.509s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:176
      In [BeforeEach] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:169

      Begin Captured GinkgoWriter Output >>
        ...
        [odo]  ✗  Finished executing the application (command: run) [1m]
        [odo] I0904 02:49:39.090287   26937 implem.go:114] The path for preference file is /tmp/1995784256/preference.yaml
        [odo] I0904 02:49:39.091789   26937 segment.go:268] Checking telemetry enable status
        [odo] I0904 02:49:39.091839   26937 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0904 02:49:39.178536   26937 delete.go:174] Ignoring resource: deployments/my-component; its mode(Deploy) does not match with the given mode(Dev)
        [odo] I0904 02:49:39.209855   26937 all.go:46] starting to concurrently query 199 APIs
        [odo] I0904 02:49:39.209971   26937 all.go:62] fired up all goroutines to query APIs
        [odo] I0904 02:49:40.328480   26937 all.go:67] all goroutines have returned in 1.118634096s
        [odo] I0904 02:49:40.328544   26937 all.go:76] query result: objects=623
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 470 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00025ea10, {0x30f2d08?, 0xc0006003f0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00025ea10, {0x30f2d08, 0xc0006003f0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc00097bea8?, {0xc000714130?, 0x4381ea8?, 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..func9.6.2.4.1()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:173
            | 	Expect(err).ShouldNot(HaveOccurred())
            | 	devSession.Stop()
            > 	devSession.WaitEnd()
            | })
            | 
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc0006ad3e0})
          /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••••S•S•SS•SS•S
------------------------------
• [5.839 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/62038595
  << Captured StdOut/StdErr Output
------------------------------
SSSS•S•S••S••SSSS•
------------------------------
• [8.391 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/3279001388
  << Captured StdOut/StdErr Output
------------------------------
•SSS••SS••
------------------------------
• [26.901 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/2124220903
  << Captured StdOut/StdErr Output
------------------------------
•S•S•SS••SS••••SSSSSSSSSSSSSSS•••SSS•••SSSSSS•SSSS•SSSSSSSS•••SS•SS•S••S•••S••SS•
  ------------------------------
  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: 2m2.238s)
      /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] I0904 02:53:05.622415   32131 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0904 02:53:05.625131   32131 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0904 02:53:09.361509   32131 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: afwvhh-app-7dc6cd8689-w5rdx in container: runtime
        [odo] I0904 02:53:09.618081   32131 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0904 02:53:09.618096   32131 exec.go:96]    0: 061111AC:E21A 23021068:01BB 06 00000000:00000000 03:00000ECA 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0904 02:53:09.620358   32131 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I0904 02:53:09.620377   32131 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0904 02:53:09.620382   32131 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1004550000        0 1032605952 1 0000000000000000 100 0 0 10 0
        [odo] I0904 02:53:09.621036   32131 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0904 02:53:09.625774   32131 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 759 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000474070, {0x30f2f48?, 0xc0009ce2d0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000474070, {0x30f2f48, 0xc0009ce2d0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2ce880f, 0x8}, 0xc000340100?, 0xc0003400e0?, 0xc0010a3b60)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0003e2060)
          /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({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••SSSS•••
------------------------------
• [12.618 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/2163463915
  << Captured StdOut/StdErr Output
------------------------------
SSSS••SS•S•••SSS•SSSS••••SSS•••SS••SSSS••SS•SSS•••••S•SSSSS••••S•SSSS•SSS•••S••••S•SS•S••SSSSSSSSS••SSSS•S•••SSSS•••SSSSSS•••••SS•S••••S•••S•
------------------------------
• [7.257 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/1959660886
  << Captured StdOut/StdErr Output
------------------------------
SS•SSSSSS•S•S•SSS•SSSSS•SSS•SSS•SSSS••S••SS•S••S•SS••S•S••SSSS•
------------------------------
• [59.087 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: 11025
  << Captured StdOut/StdErr Output
------------------------------
•S•SSSSS•SS••S•••S••••SSS•••SS••••
  ------------------------------
  Progress Report for Ginkgo Process #11
  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.721s)
      /go/odo_1/tests/integration/cmd_dev_test.go:4116
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:4116

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] stderr: []
        [odo] I0904 02:59:28.002357   11073 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] I0904 02:59:28.014310   11073 implem.go:114] The path for preference file is /tmp/3594923880/preference.yaml
        [odo] I0904 02:59:28.015394   11073 segment.go:268] Checking telemetry enable status
        [odo] I0904 02:59:28.015410   11073 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0904 02:59:28.075635   11073 all.go:46] starting to concurrently query 199 APIs
        [odo] I0904 02:59:28.076112   11073 all.go:62] fired up all goroutines to query APIs
        [odo] I0904 02:59:29.034146   11073 all.go:67] all goroutines have returned in 958.520457ms
        [odo] I0904 02:59:29.034209   11073 all.go:76] query result: objects=607
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 1001 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000376150, {0x30f2d08?, 0xc00135fb30}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000376150, {0x30f2d08, 0xc00135fb30}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000b85d70?, {0xc001736dc0?, 0x2cea5c2?, 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, 0xc001a8a420})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
•S•SSS•S•SSSS•S•S•S••SS••SSSSSS•SSS••SS•S•SSSSS•SSS•SS•SS•••SSSSS•SS•SS••SS•S
------------------------------
• [87.045 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/2865225554
  << Captured StdOut/StdErr Output
------------------------------
S•S•S•S•SSSSS•SS•••S•SS•••••SS•SSSS•SS
------------------------------
• [6.709 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/831841850
  << Captured StdOut/StdErr Output
------------------------------
•S•SSSSSS•S•S•SSSS•SS•••••••
  ------------------------------
  Progress Report for Ginkgo Process #7
  Automatically polling progress:
    odo dev command tests when node-js application is created and deployed with devfile schema 2.2.0 when Update the devfile.yaml, and waiting synchronization should check cpuLimit, cpuRequests, memoryRequests after restart (Spec Runtime: 3m24.858s)
      /go/odo_1/tests/integration/cmd_dev_test.go:3361
      In [BeforeEach] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:3352

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] npm ERR! A complete log of this run can be found in:
        [odo] npm ERR!     /opt/app-root/src/.npm/_logs/2023-09-04T03_03_08_956Z-debug.log
        [odo]  •  Waiting for the application to be ready  ...
        [odo] I0904 03:03:15.389307   14390 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: hvylsh-app-968b889ff-5szxd in container: runtime
        [odo] I0904 03:03:15.601596   14390 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0904 03:03:15.601831   14390 exec.go:96]    0: 772E11AC:CFD8 23021068:01BB 06 00000000:00000000 03:000014AD 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0904 03:03:15.601963   14390 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I0904 03:03:15.602064   14390 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0904 03:03:15.603086   14390 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0904 03:03:15.604181   14390 port.go:319] port 3000 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 60122 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000117ea0, {0x30f2f48?, 0xc00127e0c0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000117ea0, {0x30f2f48, 0xc00127e0c0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2ce880f, 0x8}, 0xc0007d6440?, 0x3a?, 0xc0012f6ff0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0001f7f20)
          /go/odo_1/tests/helper/helper_dev.go:271
      > github.com/redhat-developer/odo/tests/integration.glob..func7.39.5.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:3357
            | 		filepath.Join(commonVar.Context, "devfile.yaml"),
            | 		cmpName)
            > 	err := devSession.WaitSync()
            | 	Expect(err).ToNot(HaveOccurred())
            | })
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc001d53ec0})
          /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
  ------------------------------
•
------------------------------
• [56.943 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
------------------------------
••••••

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


Ginkgo ran 1 suite in 25m10.362009682s
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: 1693796691 - will randomize all specs

Will run 4 of 4 specs
Running in parallel across 16 processes
------------------------------
• [108.126 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/3462884502
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #5
  Automatically polling progress:
    E2E Test starting with empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m3.581s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:63
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:63

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] [Ctrl+c] - Exit and delete resources from the cluster
        [odo]      [p] - Manually apply local changes to the application on the cluster
        [odo] I0904 03:07:07.439451   20264 status.go:34] setting inner loop State "Ready"
        [odo] I0904 03:07:07.439536   20264 watch.go:271] deployment watcher Event: Type: MODIFIED, name: amvfzg-app, rv: 61104720, generation: 1, pods: 1
        [odo] I0904 03:07:07.545146   20264 watch.go:348] filesystem watch event: REMOVE        "/tmp/3054597479/.odo/odo-file-index.json"
        [odo] I0904 03:07:07.545385   20264 watch.go:383] error removing watch for /tmp/3054597479/.odo/odo-file-index.json: can't remove non-existent watcher: /tmp/3054597479/.odo/odo-file-index.json
        [odo] I0904 03:07:07.545407   20264 watch.go:348] filesystem watch event: CREATE        "/tmp/3054597479/.odo/odo-file-index.json"
        [odo] I0904 03:07:07.550405   20264 watch.go:348] filesystem watch event: WRITE         "/tmp/3054597479/.odo/odo-file-index.json"
        [odo] I0904 03:07:07.554837   20264 watch.go:348] filesystem watch event: WRITE         "/tmp/3054597479/.odo/devstate.json"
        [odo] I0904 03:07:07.559127   20264 watch.go:348] filesystem watch event: WRITE         "/tmp/3054597479/.odo/devstate.20264.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 78 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004e4000, {0x2f36670?, 0xc000d86000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004e4000, {0x2f36670, 0xc000d86000}, {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?, 0xc00044b350)
          /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({0x1038705, 0x0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
  Progress Report for Ginkgo Process #6
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 2m4.984s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:199
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:199

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] ↪ Dev mode
        [odo]  Status:
        [odo]  Watching for changes in the current directory /tmp/1990384007
        [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] I0904 03:07:10.966716   19940 watch.go:271] deployment watcher Event: Type: MODIFIED, name: fkrfvo-app, rv: 61104540, generation: 1, pods: 1
        [odo] I0904 03:07:11.067806   19940 watch.go:348] filesystem watch event: WRITE         "/tmp/1990384007/.odo/odo-file-index.json"
        [odo] I0904 03:07:11.068624   19940 watch.go:348] filesystem watch event: WRITE         "/tmp/1990384007/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 76 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00074a930, {0x2f36670?, 0xc0006c4b70}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00074a930, {0x2f36670, 0xc0006c4b70}, {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}, 0xc0007d2000?, 0xc00011a5a0?, 0xc0000fa540)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0007add28)
          /go/odo_1/tests/helper/helper_dev.go:271
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:246
            | // "changes are made to the applications"
            | helper.ReplaceString(filepath.Join(commonVar.Context, "src", "main", "java", "com", "example", "demo", "DemoApplication.java"), "Hello updated World!", "Hello from an updated World!")
            > err = devSession.WaitSync()
            | Expect(err).ToNot(HaveOccurred())
            | // "should deploy new changes"
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
  Progress Report for Ginkgo Process #7
  Automatically polling progress:
    E2E Test starting with non-empty Directory add Binding should verify developer workflow of using binding as env in innerloop (Spec Runtime: 2m7.814s)
      /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] I0904 03:07:14.751174   20047 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: ijrljy-app-7df5d869cb-qjd95 in container: runtime
        [odo] I0904 03:07:14.953538   20047 exec.go:96] 154
        [odo] I0904 03:07:14.955786   20047 exec.go:37] Executing command [/bin/sh -c kill -0 154; echo $?] for pod: ijrljy-app-7df5d869cb-qjd95 in container: runtime
        [odo] I0904 03:07:15.162384   20047 exec.go:96] 0
        [odo] I0904 03:07:15.163779   20047 kubeexec.go:40] GetProcessInfoForCommand for "run"
        [odo] I0904 03:07:15.163837   20047 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: ijrljy-app-7df5d869cb-qjd95 in container: runtime
        [odo] I0904 03:07:15.373350   20047 exec.go:96] 154
        [odo] I0904 03:07:15.374421   20047 exec.go:37] Executing command [/bin/sh -c kill -0 154; echo $?] for pod: ijrljy-app-7df5d869cb-qjd95 in container: runtime
        [odo] I0904 03:07:15.583040   20047 exec.go:96] 0
        [odo]  •  Waiting for the application to be ready  ...
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 84 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000705490, {0x2f36670?, 0xc0002e3bc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000705490, {0x2f36670, 0xc0002e3bc0}, {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?, 0xc0002e2330)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000717e28)
          /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({0x26295b3, 0xc0003d6660})
          /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
  ------------------------------
• [150.572 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/3054597479
  Spawning '/go/bin/odo delete component' from /tmp/3054597479
  << Captured StdOut/StdErr Output
------------------------------
• [167.970 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/1711740644
  << 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: 4m5.001s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:199
      In [It] (Node Runtime: 4m0.017s)
        /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/1990384007
        [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] I0904 03:09:06.252187   20467 watch.go:271] deployment watcher Event: Type: MODIFIED, name: fkrfvo-app, rv: 61106131, generation: 1, pods: 1
        [odo] I0904 03:09:06.353142   20467 watch.go:348] filesystem watch event: WRITE         "/tmp/1990384007/.odo/odo-file-index.json"
        [odo] I0904 03:09:06.354463   20467 watch.go:348] filesystem watch event: WRITE         "/tmp/1990384007/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 76 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00003a8c0, {0x2f36670?, 0xc0006c4660}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00003a8c0, {0x2f36670, 0xc0006c4660}, {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}, 0xc0002a26c0?, 0xc00011a5a0?, 0xc000952480)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000abbd28)
          /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({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
  ------------------------------
• [252.287 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/1990384007
  Spawning '/go/bin/odo delete component' from /tmp/1990384007
  << Captured StdOut/StdErr Output
------------------------------

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


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