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

Will run 502 of 954 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSSSSSSSSSS•••SSS•SSS••S•S••SS••••SS•••SS•SS•SS••••S•S••SS•SS••••SSSS••••SSS••SSSSSSS••SS•SSSSSS•SSSSSSSSSS•
------------------------------
• [22.203 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/2049460958
  << Captured StdOut/StdErr Output
------------------------------
S•••SS•SSS
  ------------------------------
  Progress Report for Ginkgo Process #13
  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: 2m6.373s)
      /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] I0907 16:31:38.318516   13520 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0907 16:31:40.095708   13520 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: ukbkio-app-569556bb6b-r2g6s in container: runtime
        [odo] I0907 16:31:40.349026   13520 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0907 16:31:40.349055   13520 exec.go:96]    0: 261111AC:DEA4 221C1068:01BB 06 00000000:00000000 03:0000103E 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0907 16:31:40.349061   13520 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I0907 16:31:40.349072   13520 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0907 16:31:40.349075   13520 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1012540000        0 1091542188 1 0000000000000000 100 0 0 10 0
        [odo] I0907 16:31:40.349307   13520 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0907 16:31:40.349446   13520 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0907 16:31:44.100379   13520 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: ukbkio-app-569556bb6b-r2g6s in container: runtime
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 106 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0003b6000, {0x30f3f88?, 0xc000d90000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0003b6000, {0x30f3f88, 0xc000d90000}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2ce96c8, 0x8}, 0xc0004b95a0?, 0xc0004b9580?, 0xc000d90330)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0003b1320)
          /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({0x1085f25, 0xc00006a420})
          /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••SSSS•SS•SS•SSS•SSS•SSSSSSS•••S•••SS••SSSSS••SSS•••S•SSSS••SSS•SSSS•SSSS•SSSSSS••••S••SS•S•SSS•SSSS•••S••••S•S•S•S•••••••SS••••SSSS••SSSSSSSSSSSSSSS••S••SS•••SSSSSS•••••••SSSSS••S••SSSSSS••SSS••SS•SSSS••••S•••SSSSS•SS••SS•
------------------------------
• [4.787 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/1957915699
  << Captured StdOut/StdErr Output
------------------------------
SS••••SS•S•S•S••S•••SSSSS•••SSS•SSS•SS
------------------------------
• [4.819 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/4041307281
  << Captured StdOut/StdErr Output
------------------------------
SS•••S•S•S•S•SSSS••S••SSS•S•SS•••SSSSS•
------------------------------
• [12.854 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/3869900290
  << Captured StdOut/StdErr Output
------------------------------
S•SSSSSS•••SS••SSS••S•SSSSSSSSSSSSS•S••S••SSSSSSSSS•SS•••
------------------------------
• [6.224 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/636983029
  << Captured StdOut/StdErr Output
------------------------------
SSSSSSS•S•SS•SS••SS•SS••••••SSS••••
------------------------------
• [60.154 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: 1273
  << Captured StdOut/StdErr Output
------------------------------
S•S•SSSSSSS••SSS•SSS••SSSS••••S
  ------------------------------
  Progress Report for Ginkgo Process #11
  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: 3m33.037s)
      /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.62s)
          /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] I0907 16:42:01.487895   29957 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] I0907 16:42:01.493289   29957 implem.go:114] The path for preference file is /tmp/1443757657/preference.yaml
          [odo] I0907 16:42:01.494312   29957 segment.go:268] Checking telemetry enable status
          [odo] I0907 16:42:01.494323   29957 segment.go:286] Sending telemetry disabled by env variable
          [odo] Cleaning resources, please wait
          [odo] I0907 16:42:01.620662   29957 all.go:46] starting to concurrently query 199 APIs
          [odo] I0907 16:42:01.621724   29957 all.go:62] fired up all goroutines to query APIs
          [odo] I0907 16:42:02.871583   29957 all.go:67] all goroutines have returned in 1.25465515s
          [odo] I0907 16:42:02.871694   29957 all.go:76] query result: objects=647
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 598 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00023efc0, {0x30f3d48?, 0xc00097e990}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00023efc0, {0x30f3d48, 0xc00097e990}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc00034d260?, {0xc000992380?, 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(0xc0001a8000, {0x2d4923c, 0x2f}, {0xc000f99e70, 0x1, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d4923c?, 0xf6f89d?}, {0xc000f99e70?, 0x1142ea0?, 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, 0xc0010e2000})
            /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••SSSSSSS•••SSSS•S••••SSSSSS••SSS••••SSSS•S••S••SS•S•S•S•S•S•S••••S•SSS•SS•S•
  ------------------------------
  Progress Report for Ginkgo Process #13
  Automatically polling progress:
    odo dev command tests when doing odo dev and there is a env variable with spaces - with metadata.name should be able to exec command (Spec Runtime: 2m3.789s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1713
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1713

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] read: read /dev/stdin: input/output error
        [odo] I0907 16:44:20.971373    3712 watch.go:333] Dev mode interrupted by user
        [odo] I0907 16:44:20.971614    3712 implem.go:114] The path for preference file is /tmp/3662370491/preference.yaml
        [odo] I0907 16:44:20.972431    3712 segment.go:268] Checking telemetry enable status
        [odo] I0907 16:44:20.972445    3712 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0907 16:44:21.117497    3712 all.go:46] starting to concurrently query 199 APIs
        [odo] I0907 16:44:21.117807    3712 all.go:62] fired up all goroutines to query APIs
        [odo] I0907 16:44:22.117104    3712 all.go:67] all goroutines have returned in 999.700488ms
        [odo] I0907 16:44:22.117144    3712 all.go:76] query result: objects=605
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 5742 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000160150, {0x30f3d48?, 0xc000d48918}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000160150, {0x30f3d48, 0xc000d48918}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc0008bfd90?, {0xc00064a1a0?, 0xc0008bfc68?, 0x2?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...)
          /go/odo_1/tests/helper/helper_dev.go: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.13.2()
          /go/odo_1/tests/integration/cmd_dev_test.go:1714
            | 
            | It("should be able to exec command", func() {
            > 	err := helper.RunDevMode(helper.DevSessionOpts{
            | 		RunOnPodman: podman,
            | 	}, func(session *gexec.Session, out, err string, ports map[string]string) {
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x0, 0xc0017501e0})
          /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•S••S•••S•S••S••SSSSSSS•S•SSSS•S•SS••S•S•
------------------------------
• [83.154 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/2597808104
  << Captured StdOut/StdErr Output
------------------------------
SSS•SSSSSSSSS••S•SSSS•S•S••SS•S••S•S••
------------------------------
• [67.356 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•••SSSS•S•••••••
------------------------------
• [6.632 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/502472162
  << Captured StdOut/StdErr Output
------------------------------
SSS••••SSS••SS•S••S••SSSSSSS••SS••SSSS•••SSS•S•S•SSSSSSSS•S••SSS•••SSS•••S•••••SS•SSSS•SS••SSSSSS•S•SS•S•SS•S•SS•••••••••SS•S•
------------------------------
• [86.799 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/673759598
  << Captured StdOut/StdErr Output
------------------------------
SSSS•S
------------------------------
• [83.706 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/3905723093
  << Captured StdOut/StdErr Output
------------------------------
S•SSSSS•SS•SSSSS•S
  ------------------------------
  Progress Report for Ginkgo Process #2
  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.272s)
      /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] I0907 16:50:14.105444   14671 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] I0907 16:50:14.117041   14671 implem.go:114] The path for preference file is /tmp/1639540733/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I0907 16:50:14.118083   14671 segment.go:268] Checking telemetry enable status
        [odo] I0907 16:50:14.118103   14671 segment.go:286] Sending telemetry disabled by env variable
        [odo] I0907 16:50:14.193255   14671 all.go:46] starting to concurrently query 199 APIs
        [odo] I0907 16:50:14.193498   14671 all.go:62] fired up all goroutines to query APIs
        [odo] I0907 16:50:14.866450   14671 all.go:67] all goroutines have returned in 673.214203ms
        [odo] I0907 16:50:14.866538   14671 all.go:76] query result: objects=610
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 933 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000f43f0, {0x30f3d48?, 0xc0001fd470}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000f43f0, {0x30f3d48, 0xc0001fd470}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc0012f7d70?, {0xc0003bbc00?, 0x2ceb47b?, 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({0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
•SSS•S•••SSSS•SS•S•S•S•SSSSS•••••••••••••••

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


Ginkgo ran 1 suite in 24m47.460347768s
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: 1694105590 - will randomize all specs

Will run 4 of 4 specs
Running in parallel across 16 processes
------------------------------
• [106.281 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/2467252831
  << 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: 2m3.289s)
      /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] I0907 16:55:24.629524   20276 copy.go:171] Corrected destinations: base: /projects file: src/main/java/com/example/demo/DemoApplication.java
        [odo] ↵
 ✓  Syncing files into the container [309ms]
        [odo] I0907 16:55:24.920726   20276 kubeexec.go:40] GetProcessInfoForCommand for "run"
        [odo] I0907 16:55:24.920856   20276 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: cgzsbe-app-59c9769577-c4gsd in container: tools
        [odo] I0907 16:55:25.135670   20276 exec.go:96] 355
        [odo] I0907 16:55:25.135788   20276 exec.go:37] Executing command [/bin/sh -c kill -0 355; echo $?] for pod: cgzsbe-app-59c9769577-c4gsd in container: tools
        [odo] I0907 16:55:25.326867   20276 exec.go:96] 0
        [odo] I0907 16:55:25.329211   20276 innerloop.go:131] running=true, execRequired=true
        [odo]  •  Building your application in container (command: build)  ...
        [odo] I0907 16:55:25.329451   20276 exec.go:37] Executing command [/bin/sh -c cd ${PROJECT_SOURCE} && (mvn clean -Dmaven.repo.local=/home/user/.m2/repository package -Dmaven.test.skip=true) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: cgzsbe-app-59c9769577-c4gsd in container: tools
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 57 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0006c0000, {0x2f36780?, 0xc000712300}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0006c0000, {0x2f36780, 0xc000712300}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContainOne({0xc0008d3a80, 0x2, 0xc00029c480?}, 0xc0000b0600?, 0x27e99e0?, 0xc0005addd0)
          /go/odo_1/tests/helper/helper_run.go:70
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0008d3d28)
          /go/odo_1/tests/helper/helper_dev.go:270
      > 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 #1
  Automatically polling progress:
    E2E Test starting with empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m3.563s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:63
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:63

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] Keyboard Commands:
        [odo] [Ctrl+c] - Exit and delete resources from the cluster
        [odo]      [p] - Manually apply local changes to the application on the cluster
        [odo] I0907 16:55:28.209054   20582 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jjmfcs-app, rv: 64785039, generation: 1, pods: 1
        [odo] I0907 16:55:28.314608   20582 watch.go:348] filesystem watch event: REMOVE        "/tmp/3601368260/.odo/odo-file-index.json"
        [odo] I0907 16:55:28.314949   20582 watch.go:383] error removing watch for /tmp/3601368260/.odo/odo-file-index.json: can't remove non-existent watcher: /tmp/3601368260/.odo/odo-file-index.json
        [odo] I0907 16:55:28.315118   20582 watch.go:348] filesystem watch event: CREATE        "/tmp/3601368260/.odo/odo-file-index.json"
        [odo] I0907 16:55:28.320218   20582 watch.go:348] filesystem watch event: WRITE         "/tmp/3601368260/.odo/odo-file-index.json"
        [odo] I0907 16:55:28.324102   20582 watch.go:348] filesystem watch event: WRITE         "/tmp/3601368260/.odo/devstate.json"
        [odo] I0907 16:55:28.333102   20582 watch.go:348] filesystem watch event: WRITE         "/tmp/3601368260/.odo/devstate.20582.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 75 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000418070, {0x2f36690?, 0xc000dfe1b0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000418070, {0x2f36690, 0xc000dfe1b0}, {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?, 0xc000dfe150)
          /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, 0xc00038ec60})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
  Progress Report for Ginkgo Process #3
  Automatically polling progress:
    E2E Test starting with non-empty Directory add Binding should verify developer workflow of using binding as env in innerloop (Spec Runtime: 2m7.791s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:461
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:461

      Begin Captured GinkgoWriter Output >>
        ...
        [odo]  •  Executing the application (command: run)  ...
        [odo] I0907 16:55:29.391404   20343 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: ounuoi-app-5c4bc99c65-6f8xp in container: runtime
        [odo] I0907 16:55:34.392276   20343 execute_run.go:90] checking if process for command "run" is running
        [odo] I0907 16:55:34.392341   20343 kubeexec.go:40] GetProcessInfoForCommand for "run"
        [odo] I0907 16:55:34.392377   20343 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: ounuoi-app-5c4bc99c65-6f8xp in container: runtime
        [odo] I0907 16:55:34.677094   20343 exec.go:96] 154
        [odo] I0907 16:55:34.678096   20343 exec.go:37] Executing command [/bin/sh -c kill -0 154; echo $?] for pod: ounuoi-app-5c4bc99c65-6f8xp in container: runtime
        [odo] I0907 16:55:34.922148   20343 exec.go:96] 0
        [odo] I0907 16:55:34.925448   20343 kubeexec.go:40] GetProcessInfoForCommand for "run"
        [odo] I0907 16:55:34.925499   20343 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: ounuoi-app-5c4bc99c65-6f8xp in container: runtime
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 89 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0003f2150, {0x2f36690?, 0xc0006d21e0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0003f2150, {0x2f36690, 0xc0006d21e0}, {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?, 0xc0004eec00)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000137e28)
          /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, 0xc00006afc0})
          /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.550 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/3601368260
  Spawning '/go/bin/odo delete component' from /tmp/3601368260
  << Captured StdOut/StdErr Output
------------------------------
• [167.997 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/2129885334
  << 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: 4m3.295s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:199
      In [It] (Node Runtime: 4m0.007s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:199

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0907 16:57:29.316795   20788 exec.go:96] cat: /proc/net/stat: Is a directory
        [odo] I0907 16:57:29.317067   20788 kubeexec.go:195] Found 2 children (either direct and indirect) for parent process 107: [144 113]
        [odo] I0907 16:57:29.317125   20788 exec.go:37] Executing command [/bin/sh -c rm -f /opt/odo/.odo_cmd_run.pid] for pod: cgzsbe-app-59c9769577-wmtm4 in container: tools
        [odo] I0907 16:57:29.517090   20788 exec.go:37] Executing command [/bin/sh -c kill 144 || true] for pod: cgzsbe-app-59c9769577-wmtm4 in container: tools
        [odo] I0907 16:57:29.695251   20788 retry.go:48] waiting for 2 second(s) before trying task "status for remote process 144"
        [odo] I0907 16:57:29.800101   20788 kubeexec.go:40] GetProcessInfoForCommand for "run"
        [odo] I0907 16:57:29.800173   20788 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: cgzsbe-app-59c9769577-wmtm4 in container: tools
        [odo] I0907 16:57:30.040824   20788 exec.go:96] 1
        [odo] I0907 16:57:30.042688   20788 exec.go:37] Executing command [/bin/sh -c kill -0 1; echo $?] for pod: cgzsbe-app-59c9769577-wmtm4 in container: tools
        [odo] I0907 16:57:30.259821   20788 exec.go:96] 0
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 57 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00025e230, {0x2f36780?, 0xc00032cf60}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00025e230, {0x2f36780, 0xc00032cf60}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContainOne({0xc000b3fa80, 0x2, 0xc00029c480?}, 0xc0000b0600?, 0x27e99e0?, 0xc00032cd50)
          /go/odo_1/tests/helper/helper_run.go:70
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000b3fd28)
          /go/odo_1/tests/helper/helper_dev.go:270
      > 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
  ------------------------------
• [270.662 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/1819174694
  Spawning '/go/bin/odo delete component' from /tmp/1819174694
  << Captured StdOut/StdErr Output
------------------------------

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


Ginkgo ran 1 suite in 4m47.760908337s
Test Suite Passed