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

Will run 502 of 954 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS•S
------------------------------
• [18.202 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/3266672608
  << Captured StdOut/StdErr Output
------------------------------
•S•SSS•S••S•SSSSSS•••SS•SS•SS
------------------------------
• [59.619 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: 13373
  << Captured StdOut/StdErr Output
------------------------------
SSS•••SSS•S•SSS•••S•••S•S•SSS•S••S•SSS•S•SS•••S•SS•S•S•••S
------------------------------
• [12.660 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/1030551170
  << Captured StdOut/StdErr Output
------------------------------
•S•S•SSSSS••S•S••SSSSSSSS•SS•••SS••SSSSSS••S••S••S••••SSS•SS•S••SS•SSSS••S•SSS•S•SSS•SS•••SSSSSS•S•SSS••SS•••SS•SSS•S••••S•••S•
  ------------------------------
  Progress Report for Ginkgo Process #1
  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: 2m2.428s)
      /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 14:55:36.792724   19685 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 14:55:36.806337   19685 implem.go:114] The path for preference file is /tmp/89482718/preference.yaml
        [odo] I0904 14:55:36.806995   19685 segment.go:268] Checking telemetry enable status
        [odo] I0904 14:55:36.807008   19685 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0904 14:55:36.899495   19685 all.go:46] starting to concurrently query 199 APIs
        [odo] I0904 14:55:36.899755   19685 all.go:62] fired up all goroutines to query APIs
        [odo] I0904 14:55:37.980110   19685 all.go:67] all goroutines have returned in 1.080709304s
        [odo] I0904 14:55:37.980171   19685 all.go:76] query result: objects=607
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 391 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004de070, {0x30f2d08?, 0xc0012343a8}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004de070, {0x30f2d08, 0xc0012343a8}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000c63d70?, {0xc000f8c050?, 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({0x2694993, 0xc000dcd380})
          /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••SSSS•SSS•SSSS•••••••SSSSS•SSSSSSS••SS•SSS•S•SSS•S•SSS•S•••SSSSSSSSS•SS•
------------------------------
• [4.310 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/1468502211
  << Captured StdOut/StdErr Output
------------------------------
•
------------------------------
• [82.757 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/3631051992
  << Captured StdOut/StdErr Output
------------------------------
••S••S•S•SSSS•SSSSSS•S•SSSS•S•SS•••SS•S•SS•SS•S•S•SSSS•SSSS•SS••••SS••••SSS•SSS••SSS•SS•SS•••••••••SS•SS•S
------------------------------
• [5.724 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/1728248900
  << Captured StdOut/StdErr Output
------------------------------
••
  ------------------------------
  Progress Report for Ginkgo Process #16
  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: 3m34.133s)
      /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.132s)
          /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] I0904 15:00:04.065722   24573 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 15:00:04.081562   24573 implem.go:114] The path for preference file is /tmp/225483245/preference.yaml
          [odo] I0904 15:00:04.085039   24573 segment.go:268] Checking telemetry enable status
          [odo] I0904 15:00:04.085079   24573 segment.go:286] Sending telemetry disabled by env variable
          [odo] Cleaning resources, please wait
          [odo] I0904 15:00:04.190574   24573 all.go:46] starting to concurrently query 199 APIs
          [odo] I0904 15:00:04.190756   24573 all.go:62] fired up all goroutines to query APIs
          [odo] I0904 15:00:05.132269   24573 all.go:67] all goroutines have returned in 942.019963ms
          [odo] I0904 15:00:05.132373   24573 all.go:76] query result: objects=644
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 406 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000212930, {0x30f2d08?, 0xc000823398}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000212930, {0x30f2d08, 0xc000823398}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc000280900?, {0xc0005b4590?, 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(0xc000132000, {0x2d483ab, 0x2f}, {0xc000a8fe70, 0x1, 0xf8ab65?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d483ab?, 0x30?}, {0xc000a8fe70?, 0x29dcdc0?, 0xc000c89000?})
            /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({0x2694993, 0xc000db17a0})
            /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 #10
  Automatically polling progress:
    odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy with image build extra args when running and stopping odo dev should not delete the resources created with odo deploy (Spec Runtime: 2m5.921s)
      /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] I0904 15:00:02.782452   27428 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 &&  (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 15:00:02.786230   27428 implem.go:114] The path for preference file is /tmp/1591839020/preference.yaml
        [odo] I0904 15:00:02.786825   27428 segment.go:268] Checking telemetry enable status
        [odo] I0904 15:00:02.786836   27428 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0904 15:00:02.921164   27428 delete.go:174] Ignoring resource: deployments/my-component; its mode(Deploy) does not match with the given mode(Dev)
        [odo] I0904 15:00:02.993740   27428 all.go:46] starting to concurrently query 199 APIs
        [odo] I0904 15:00:02.997292   27428 all.go:62] fired up all goroutines to query APIs
        [odo] I0904 15:00:05.037978   27428 all.go:67] all goroutines have returned in 2.044231998s
        [odo] I0904 15:00:05.038064   27428 all.go:76] query result: objects=623
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 5134 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000039340, {0x30f2d08?, 0xc000cdad38}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000039340, {0x30f2d08, 0xc000cdad38}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000fb3ea8?, {0xc00149c820?, 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, 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
  ------------------------------
•SSSSS••S•SS•S•S•••SSSSS•S••SS••SS•S••S••SS••SSSS
------------------------------
• [6.705 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/2317512413
  << Captured StdOut/StdErr Output
------------------------------
SS•SS•SSSS•SSSSSS•SS••S••••SSS•S•SSS•S•SSSSSS
------------------------------
• [86.159 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/1858822306
  << Captured StdOut/StdErr Output
------------------------------
SS••••S•SS•SSSSSS••S•••••SSS••SS•S•S•SSSSSS••SS•S•S•••S•
------------------------------
• [59.260 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
------------------------------
SS•SSS••SS•SS••••SSS•S•S••SSSSS•SSSS•SSSS•S••••S•••SS•SS•SS•S•S•SSS•••SS•S•S•SSS••S•SSS••SS•S•SS•S•••SSS•S•S••SS••••SS•S•S•S•SSSSS•SSSSSSSS•SSS••S•SS•SSSS•••SS••S•S•SS•SSSSS•SS•SSS•SS••••S•SSS•••S
  ------------------------------
  Progress Report for Ginkgo Process #6
  Automatically polling progress:
    odo dev command tests checking if odo dev matches local Devfile K8s resources and remote resources when odo dev is executed to run a devfile containing a k8s resource with apply command should have deleted the old resource and created the new resource (Spec Runtime: 2m3.794s)
      /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 15:08:15.094584    9090 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 15:08:15.097117    9090 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0904 15:08:22.792618    9090 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: qjdrxg-app-54df4b5869-zmhx6 in container: runtime
        [odo] I0904 15:08:23.036867    9090 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0904 15:08:23.036885    9090 exec.go:96]    0: 772E11AC:A0BA 221A1068:01BB 06 00000000:00000000 03:00000B91 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0904 15:08:23.036889    9090 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 15:08:23.036893    9090 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0904 15:08:23.036897    9090 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1024020000        0 848781907 1 0000000000000000 100 0 0 10 0
        [odo] I0904 15:08:23.036900    9090 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 15:08:23.040420    9090 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 6151 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0003517a0, {0x30f2f48?, 0xc000e1e240}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0003517a0, {0x30f2f48, 0xc000e1e240}, {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}, 0xc0005652c0?, 0xc000565260?, 0xc000e1e030)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000327500)
          /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
  ------------------------------
•S•SS•SSSS•SS•SSS••SS•S•S•SSS••S•SS••••S••••••SS•SS••S••SS••SS•SSS•S•
------------------------------
• [81.372 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/2129730062
  << Captured StdOut/StdErr Output
------------------------------
SS•S••
------------------------------
• [26.084 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/935762504
  << Captured StdOut/StdErr Output
------------------------------
SSSS•SSSS••S•S••SSS•S••S•••S••SSS•S••SSSSSSSSSSS•S•S••••••SSSSS•S•S•S•SSS••••••••••••••••

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


Ginkgo ran 1 suite in 24m46.019740373s
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: 1693840416 - will randomize all specs

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

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] Keyboard Commands:
        [odo] [Ctrl+c] - Exit and delete resources from the cluster
        [odo]      [p] - Manually apply local changes to the application on the cluster
        [odo] I0904 15:15:56.352352   21606 watch.go:271] deployment watcher Event: Type: MODIFIED, name: oseqgl-app, rv: 61733790, generation: 1, pods: 1
        [odo] I0904 15:15:56.479610   21606 watch.go:348] filesystem watch event: REMOVE        "/tmp/352553159/.odo/odo-file-index.json"
        [odo] I0904 15:15:56.480009   21606 watch.go:383] error removing watch for /tmp/352553159/.odo/odo-file-index.json: can't remove non-existent watcher: /tmp/352553159/.odo/odo-file-index.json
        [odo] I0904 15:15:56.480073   21606 watch.go:348] filesystem watch event: CREATE        "/tmp/352553159/.odo/odo-file-index.json"
        [odo] I0904 15:15:56.489215   21606 watch.go:348] filesystem watch event: WRITE         "/tmp/352553159/.odo/odo-file-index.json"
        [odo] I0904 15:15:56.499970   21606 watch.go:348] filesystem watch event: WRITE         "/tmp/352553159/.odo/devstate.json"
        [odo] I0904 15:15:56.503571   21606 watch.go:348] filesystem watch event: WRITE         "/tmp/352553159/.odo/devstate.21606.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 68 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000f03f0, {0x2f36670?, 0xc0007796b0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000f03f0, {0x2f36670, 0xc0007796b0}, {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?, 0xc000779650)
          /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, 0xc00019ade0})
          /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 #4
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 2m5.149s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:199
      In [It] (Node Runtime: 2m0s)
        /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/3068126501
        [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 15:15:56.989242   21259 watch.go:271] deployment watcher Event: Type: MODIFIED, name: dyouua-app, rv: 61733623, generation: 1, pods: 1
        [odo] I0904 15:15:57.090631   21259 watch.go:348] filesystem watch event: WRITE         "/tmp/3068126501/.odo/odo-file-index.json"
        [odo] I0904 15:15:57.091764   21259 watch.go:348] filesystem watch event: WRITE         "/tmp/3068126501/.odo/odo-file-index.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 62 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0006c40e0, {0x2f36670?, 0xc00059e480}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0006c40e0, {0x2f36670, 0xc00059e480}, {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}, 0xc00029c480?, 0xc0000b0600?, 0xc0007662a0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000875d28)
          /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({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 #8
  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: 2m8.164s)
      /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]  •  Building your application in container (command: build)  ...
        [odo] I0904 15:15:55.076267   21343 exec.go:37] Executing command [/bin/sh -c cd ${PROJECT_SOURCE} && (export GOPATH="${PROJECT_SOURCE}/.go" GOCACHE="${PROJECT_SOURCE}/.cache" && go build main.go) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: cgvdkc-app-7495fcd95d-9c2rn in container: runtime
        [odo] ↵
 ✓  Building your application in container (command: build) [2s]
        [odo] I0904 15:15:57.081093   21343 kubeexec.go:54] StartProcessForCommand for "run"
        [odo]  •  Executing the application (command: run)  ...
        [odo] I0904 15:15:57.081200   21343 retry.go:48] waiting for 5 second(s) before trying task "process for command \"run\""
        [odo] I0904 15:15:57.081251   21343 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: cgvdkc-app-7495fcd95d-9c2rn in container: runtime
        [odo] I0904 15:16:02.082206   21343 execute_run.go:90] checking if process for command "run" is running
        [odo] I0904 15:16:02.082254   21343 kubeexec.go:40] GetProcessInfoForCommand for "run"
        [odo] I0904 15:16:02.082290   21343 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: cgvdkc-app-7495fcd95d-9c2rn in container: runtime
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 68 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0001be540, {0x2f36670?, 0xc000750f60}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0001be540, {0x2f36670, 0xc000750f60}, {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?, 0xc0003623f0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000a09e28)
          /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, 0xc0003a64e0})
          /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
  ------------------------------
• [151.552 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/352553159
  Spawning '/go/bin/odo delete component' from /tmp/352553159
  << Captured StdOut/StdErr Output
------------------------------
• [168.425 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/1337962306
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #4
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 4m5.156s)
      /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] I0904 15:17:54.158635   21782 exec.go:37] Executing command [/bin/sh -c kill 104 || true] for pod: dyouua-app-7d8bb7dc9b-l2xs6 in container: tools
        [odo] I0904 15:17:54.350951   21782 exec.go:96] /bin/sh: line 0: kill: (104) - No such process
        [odo] I0904 15:17:54.353054   21782 retry.go:48] waiting for 2 second(s) before trying task "status for remote process 104"
        [odo] I0904 15:17:56.353962   21782 exec.go:37] Executing command [/bin/sh -c kill -0 104; echo $?] for pod: dyouua-app-7d8bb7dc9b-l2xs6 in container: tools
        [odo] I0904 15:17:56.664862   21782 exec.go:96] /bin/sh: line 0: kill: (104) - No such process
        [odo] I0904 15:17:56.665063   21782 exec.go:96] 1
        [odo] I0904 15:17:56.668644   21782 kubeexec.go:54] StartProcessForCommand for "run"
        [odo]  •  Executing the application (command: run)  ...
        [odo] I0904 15:17:56.668829   21782 retry.go:48] waiting for 5 second(s) before trying task "process for command \"run\""
        [odo] I0904 15:17:56.668897   21782 exec.go:37] Executing command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} &&  (mvn -Dmaven.repo.local=/home/user/.m2/repository spring-boot:run) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid] for pod: dyouua-app-7d8bb7dc9b-l2xs6 in container: tools
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 62 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00025e230, {0x2f36670?, 0xc000a722d0}, 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, {0x2f36670, 0xc000a722d0}, {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}, 0xc000a5a6c0?, 0xc0000b0600?, 0xc000a72240)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0005bdd28)
          /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({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
  ------------------------------
• [263.568 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/3068126501
  Spawning '/go/bin/odo delete component' from /tmp/3068126501
  << Captured StdOut/StdErr Output
------------------------------

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


Ginkgo ran 1 suite in 4m41.553007222s
Test Suite Passed