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=46a91023a" ./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: 1693824394 - will randomize all specs

Will run 502 of 954 specs
Running in parallel across 16 processes
SSSSSSSSSSSSS•SSSS••SSS•SSSSSS•SSSSSSSSSSS•SSSSSSSSSS•SSS•SSSSS••SSSSS•SSSSS••SSS••••S••••S•••SS•SS•SSSSSS•S•S••S•••SS••S•
------------------------------
• [5.700 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/194160562
  << Captured StdOut/StdErr Output
------------------------------
SSS•S•S•SSSS••S•SSS•SS••S•S••SSSSS•SS•••••SS••SS••SSS•SS•S••••SSS•S••••••S•SS•SSS•S•S•SS•SSSS•S••SSSSSSS•S••SS•S•S•••S•S•S•SSS••S•S•SSSS••SS•SS•SSS•SS••••SSSSS••S•S•SSS••S••••SSSS••S••SSSS•SS••S••SSS•SSSS•••SS••S•S
------------------------------
• [11.749 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/1177373500
  << Captured StdOut/StdErr Output
------------------------------
S
  ------------------------------
  Progress Report for Ginkgo Process #12
  Automatically polling progress:
    odo dev command tests Devfile contains pod-overrides and container-overrides attributes should override the content in the pod it creates for the component on the cluster (Spec Runtime: 2m4.388s)
      /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] stderr: []
        [odo] I0904 10:55:24.173607   22505 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 10:55:24.177322   22505 implem.go:114] The path for preference file is /tmp/1116386790/preference.yaml
        [odo] I0904 10:55:24.178569   22505 segment.go:268] Checking telemetry enable status
        [odo] I0904 10:55:24.178581   22505 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0904 10:55:24.281523   22505 all.go:46] starting to concurrently query 199 APIs
        [odo] I0904 10:55:24.289890   22505 all.go:62] fired up all goroutines to query APIs
        [odo] I0904 10:55:25.337471   22505 all.go:67] all goroutines have returned in 1.055443698s
        [odo] I0904 10:55:25.338044   22505 all.go:76] query result: objects=607
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 502 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000260380, {0x30f2d48?, 0xc000628618}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000260380, {0x30f2d48, 0xc000628618}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000c59d70?, {0xc0006b2670?, 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, 0xc000920ae0})
          /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•SS•SSSSSSSS•••SS•SS•SSS•S•••S••SS•SSSS••SS•••••S••SS•S•SSS••SSS••S•S••
------------------------------
• [59.714 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•••SSSSS
------------------------------
• [6.912 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/2660283302
  << Captured StdOut/StdErr Output
------------------------------
SS•SS•S
  ------------------------------
  Progress Report for Ginkgo Process #7
  Automatically polling progress:
    odo dev command tests when a component is bootstrapped ensure that index information is updated (Spec Runtime: 2m3.62s)
      /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 10:58:09.400766   26982 watch.go:437] Error from Push: watch command was unable to push component: unable to exec command [/bin/sh -c cat /opt/odo/.odo_cmd_devrun.pid || true]: error while streaming command: error sending request: Post "https://c100-e.eu-de.containers.cloud.ibm.com:31952/api/v1/namespaces/cmd-dev-test305log/pods/ploxcc-app-6b45bffbbd-78676/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_devrun.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c100-e.eu-de.containers.cloud.ibm.com: operation was canceled
        [odo] I0904 10:58:09.400837   26982 watch.go:333] Dev mode interrupted by user
        [odo] I0904 10:58:09.413299   26982 implem.go:114] The path for preference file is /tmp/3732749309/preference.yaml
        [odo] I0904 10:58:09.413940   26982 segment.go:268] Checking telemetry enable status
        [odo] I0904 10:58:09.413952   26982 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0904 10:58:09.678700   26982 all.go:46] starting to concurrently query 199 APIs
        [odo] I0904 10:58:09.681289   26982 all.go:62] fired up all goroutines to query APIs
        [odo] I0904 10:58:10.570091   26982 all.go:67] all goroutines have returned in 891.402233ms
        [odo] I0904 10:58:10.570162   26982 all.go:76] query result: objects=602
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 28327 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00002e8c0, {0x30f2d48?, 0xc0014aa8d0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00002e8c0, {0x30f2d48, 0xc0014aa8d0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc001c27e08?, {0xc001c6e660?, 0xc001dd4140?, 0xc00002e7e0?})
          /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({0x2694993, 0xc00175e0c0})
          /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•SSSS•••S••S•SSSSSS•SSS••SSSSSSSSS•SSS•SSSS••SSS•S•SS•SS••SSSS•SSSSSS•S•••S••SSSSS••••S•SSSS••S•••SSSS
  ------------------------------
  Progress Report for Ginkgo Process #3
  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: 2m4.118s)
      /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] I0904 11:00:09.128658   29830 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 11:00:09.333562   29830 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0904 11:00:10.144742   29830 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: ixczzp-app-784ddbdfc9-hfjvr in container: runtime
        [odo] I0904 11:00:10.527723   29830 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0904 11:00:10.527748   29830 exec.go:96]    0: 5B2E11AC:A63E 23001068:01BB 06 00000000:00000000 03:00000F8F 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0904 11:00:10.527756   29830 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 11:00:10.528240   29830 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0904 11:00:10.528249   29830 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1005910000        0 845895109 1 0000000000000000 100 0 0 10 0
        [odo] I0904 11:00:10.528284   29830 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 11:00:10.675685   29830 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 920 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004289a0, {0x30f2f88?, 0xc0014f0390}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004289a0, {0x30f2f88, 0xc0014f0390}, {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}, 0xc0000a5d60?, 0xc0000a5d20?, 0xc00124fd40)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0006438c0)
          /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({0x2694993, 0xc00149cf00})
          /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•S•SSS•••SSS
------------------------------
• [29.258 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/4160020481
  << Captured StdOut/StdErr Output
------------------------------
•SSSS••S•••S•S••SSSSSS•SSSS•SSSSS•••S•••S•SSSSSS••S•
  ------------------------------
  Progress Report for Ginkgo Process #2
  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.861s)
      /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: 15.953s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] stderr: []
          [odo] I0904 11:01:43.095156   30208 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] I0904 11:01:43.097474   30208 implem.go:114] The path for preference file is /tmp/2550397951/preference.yaml
          [odo] I0904 11:01:43.098588   30208 segment.go:268] Checking telemetry enable status
          [odo] I0904 11:01:43.098600   30208 segment.go:286] Sending telemetry disabled by env variable
          [odo] Cleaning resources, please wait
          [odo] I0904 11:01:43.215850   30208 all.go:46] starting to concurrently query 199 APIs
          [odo] I0904 11:01:43.216002   30208 all.go:62] fired up all goroutines to query APIs
          [odo] I0904 11:01:44.025108   30208 all.go:67] all goroutines have returned in 809.261464ms
          [odo] I0904 11:01:44.025163   30208 all.go:76] query result: objects=644
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 638 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00046a070, {0x30f2d48?, 0xc000ace858}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00046a070, {0x30f2d48, 0xc000ace858}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc00075bda0?, {0xc0008d04a0?, 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}, {0xc000ed1e70, 0x1, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d483ab?, 0xf6f89d?}, {0xc000ed1e70?, 0xfb0ea0?, 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({0x1085f3e, 0xc000c214a0})
            /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••••
------------------------------
• [4.313 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/1376881942
  << Captured StdOut/StdErr Output
------------------------------
•SSS•SSSS•••SSSSS••SSSSSSS•S••S••SSSSSS
------------------------------
• [7.267 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/2223200942
  << Captured StdOut/StdErr Output
------------------------------
•S
------------------------------
• [96.569 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/1013816652
  << Captured StdOut/StdErr Output
------------------------------
SS•SSSS•SSS••SSS•••SSS•SS••••SS•S••••SSSSSSSSSSS••••SS••S••SS•S••••SSSS•
------------------------------
• [60.563 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: 7624
  << Captured StdOut/StdErr Output
------------------------------
SSSS•SS•S•SS•S•SSSS
------------------------------
• [85.289 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/3258719262
  << Captured StdOut/StdErr Output
------------------------------
S
------------------------------
• [84.070 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/2363877529
  << Captured StdOut/StdErr Output
------------------------------
S•••SSS••••SS•••••SS•SS•••S••S•S••S••SSS•SSSSSS••SSSSSS•••SSS•SSSSSSS•••SSS•SS•S••SS••••S•••••SS•S•SSSS•SSS•S•••S••S••S••SSS•••S•S•SSS••SS•SSS•S•••SS•S•SSS••••SS•S•S•••SSS••S••S•S••••••••••••••
  ------------------------------
  Progress Report for Ginkgo Process #16
  Automatically polling progress:
    odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name should successfully use the volume components in container components (Spec Runtime: 2m5.468s)
      /go/odo_1/tests/integration/cmd_dev_test.go:2248
      In [BeforeEach] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:2223

      Begin Captured GinkgoWriter Output >>
        ...
        [odo]  Watching for changes in the current directory /tmp/501805647
        [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 11:11:29.310658   18403 watch.go:271] deployment watcher Event: Type: MODIFIED, name: zirzcl-app, rv: 61485500, generation: 1, pods: 1
        [odo] I0904 11:11:29.412245   18403 watch.go:348] filesystem watch event: CREATE        "/tmp/501805647/.odo/odo-file-index.json"
        [odo] I0904 11:11:29.413022   18403 watch.go:348] filesystem watch event: WRITE         "/tmp/501805647/.odo/odo-file-index.json"
        [odo] I0904 11:11:29.413384   18403 watch.go:348] filesystem watch event: WRITE         "/tmp/501805647/.odo/devstate.json"
        [odo] I0904 11:11:29.413798   18403 watch.go:348] filesystem watch event: WRITE         "/tmp/501805647/.odo/devstate.18403.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 2106 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0001de3f0, {0x30f2f88?, 0xc000ca1a70}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0001de3f0, {0x30f2f88, 0xc000ca1a70}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf73f6, 0xf}, 0x0?, 0x3?, 0xc000ca1980)
          /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.23.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:2237
            | 	}
            | 	var err error
            > 	devSession, err = helper.StartDevMode(helper.DevSessionOpts{})
            | 	Expect(err).ToNot(HaveOccurred())
            | })
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc000fbe960})
          /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
  ------------------------------
••

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


Ginkgo ran 1 suite in 25m40.019301315s
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: 1693825942 - will randomize all specs

Will run 4 of 4 specs
Running in parallel across 16 processes
------------------------------
• [107.449 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/2615484720
  << Captured StdOut/StdErr Output
------------------------------
• [119.862 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/1037955454
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #2
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 2m3.908s)
      /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/4094566828
        [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 11:14:41.952207   19793 watch.go:271] deployment watcher Event: Type: MODIFIED, name: sqekkt-app, rv: 61488473, generation: 1, pods: 1
        [odo] I0904 11:14:42.053690   19793 watch.go:348] filesystem watch event: WRITE         "/tmp/4094566828/.odo/odo-file-index.json"
        [odo] I0904 11:14:42.054796   19793 watch.go:348] filesystem watch event: WRITE         "/tmp/4094566828/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 76 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0006c4d20, {0x2f366b0?, 0xc0006c3950}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0006c4d20, {0x2f366b0, 0xc0006c3950}, {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}, 0xc00029cfc0?, 0xc0000b0600?, 0xc0005de5d0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0006abd28)
          /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({0x26295b3, 0xc00006acc0})
          /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 #9
  Automatically polling progress:
    E2E Test starting with empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m4.42s)
      /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 11:14:42.189331   20155 status.go:34] setting inner loop State "Ready"
        [odo] I0904 11:14:42.189401   20155 watch.go:271] deployment watcher Event: Type: MODIFIED, name: refpvi-app, rv: 61488640, generation: 1, pods: 1
        [odo] I0904 11:14:42.295461   20155 watch.go:348] filesystem watch event: REMOVE        "/tmp/3747681038/.odo/odo-file-index.json"
        [odo] I0904 11:14:42.295699   20155 watch.go:383] error removing watch for /tmp/3747681038/.odo/odo-file-index.json: can't remove non-existent watcher: /tmp/3747681038/.odo/odo-file-index.json
        [odo] I0904 11:14:42.295725   20155 watch.go:348] filesystem watch event: CREATE        "/tmp/3747681038/.odo/odo-file-index.json"
        [odo] I0904 11:14:42.300740   20155 watch.go:348] filesystem watch event: WRITE         "/tmp/3747681038/.odo/odo-file-index.json"
        [odo] I0904 11:14:42.312073   20155 watch.go:348] filesystem watch event: WRITE         "/tmp/3747681038/.odo/devstate.json"
        [odo] I0904 11:14:42.315833   20155 watch.go:348] filesystem watch event: WRITE         "/tmp/3747681038/.odo/devstate.20155.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 59 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00025b030, {0x2f366b0?, 0xc0005eea50}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00025b030, {0x2f366b0, 0xc0005eea50}, {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?, 0xc0005ee9f0)
          /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, 0xc0005ce4e0})
          /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.557 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/3747681038
  Spawning '/go/bin/odo delete component' from /tmp/3747681038
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #2
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 4m3.922s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:199
      In [It] (Node Runtime: 4m0.015s)
        /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/4094566828
        [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 11:16:38.247143   20325 watch.go:271] deployment watcher Event: Type: MODIFIED, name: sqekkt-app, rv: 61489796, generation: 1, pods: 1
        [odo] I0904 11:16:38.347944   20325 watch.go:348] filesystem watch event: WRITE         "/tmp/4094566828/.odo/odo-file-index.json"
        [odo] I0904 11:16:38.349151   20325 watch.go:348] filesystem watch event: WRITE         "/tmp/4094566828/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 76 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0006c42a0, {0x2f366b0?, 0xc0006c3140}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0006c42a0, {0x2f366b0, 0xc0006c3140}, {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}, 0xc00051a000?, 0xc0000b0600?, 0xc0006c2e40)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000a69d28)
          /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({0x26295b3, 0xc00006acc0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
• [250.878 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/4094566828
  Spawning '/go/bin/odo delete component' from /tmp/4094566828
  << Captured StdOut/StdErr Output
------------------------------

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


Ginkgo ran 1 suite in 4m29.57798596s
Test Suite Passed