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=67f15f369" ./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: 1695888591 - will randomize all specs

Will run 504 of 956 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSS•S••SS•S•SSSSSS•S•SSSSSS•••SSSSS•SSSS•S•SSS•SS•SSSS••SS••SS••S•S••SS•S••S•••S•S•SS•S••SS•••SSSSS•S•S••••SSSS•SSSSSS•S•S••SSS••SSSSS••••SSSSS••SSS•S•
  ------------------------------
  Progress Report for Ginkgo Process #13
  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: 3m52.793s)
      /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.855s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] stderr: []
          [odo] I0928 08:14:24.609648   12980 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] I0928 08:14:24.621231   12980 implem.go:114] The path for preference file is /tmp/397129655/preference.yaml
          [odo] Cleaning resources, please wait
          [odo] I0928 08:14:24.621923   12980 segment.go:268] Checking telemetry enable status
          [odo] I0928 08:14:24.621936   12980 segment.go:286] Sending telemetry disabled by env variable
          [odo] I0928 08:14:24.691781   12980 all.go:46] starting to concurrently query 200 APIs
          [odo] I0928 08:14:24.694074   12980 all.go:62] fired up all goroutines to query APIs
          [odo] I0928 08:14:25.492474   12980 all.go:67] all goroutines have returned in 800.694512ms
          [odo] I0928 08:14:25.492534   12980 all.go:76] query result: objects=651
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 82 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004e0930, {0x30f74e8?, 0xc000a6c8e8}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004e0930, {0x30f74e8, 0xc000a6c8e8}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc0003e5b60?, {0xc0006f0760?, 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:263
        > 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, {0x2d4c4a7, 0x2f}, {0xc000e61e70, 0x1, 0x1?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d4c4a7?, 0xc000082e68?}, {0xc000e61e70?, 0x2a39580?, 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({0xc000082fd0, 0x2300627})
            /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
------------------------------
• [81.062 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/1088452372
  << Captured StdOut/StdErr Output
------------------------------
S•
------------------------------
• [6.343 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/307151879
  << Captured StdOut/StdErr Output
------------------------------
SS••SS••S••SSS•SSSS•SS•S••S•S•SSS•••SS
------------------------------
• [82.175 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/3946340612
  << Captured StdOut/StdErr Output
------------------------------
SS••S••SSSS•S•S•SSSS••S•••SSS•S•S•••
------------------------------
• [58.757 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
------------------------------
• [9.329 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/3035333021
  << Captured StdOut/StdErr Output
------------------------------
SSSSS•SS•SS•SS•SSSSS•••SS•S•SS••SSSSS•SS••SSS•S•S•SS•
  ------------------------------
  Progress Report for Ginkgo Process #1
  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.501s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:176
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:169

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0928 08:17:01.532566   20892 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] I0928 08:17:01.545263   20892 implem.go:114] The path for preference file is /tmp/3503034673/preference.yaml
        [odo] I0928 08:17:01.546075   20892 segment.go:268] Checking telemetry enable status
        [odo] I0928 08:17:01.546088   20892 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0928 08:17:01.635888   20892 delete.go:174] Ignoring resource: deployments/my-component; its mode(Deploy) does not match with the given mode(Dev)
        [odo] I0928 08:17:01.693205   20892 all.go:46] starting to concurrently query 200 APIs
        [odo] I0928 08:17:01.693655   20892 all.go:62] fired up all goroutines to query APIs
        [odo] I0928 08:17:02.518190   20892 all.go:67] all goroutines have returned in 824.794101ms
        [odo] I0928 08:17:02.518318   20892 all.go:76] query result: objects=640
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 5158 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0003c2af0, {0x30f74e8?, 0xc000bb0510}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0003c2af0, {0x30f74e8, 0xc000bb0510}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc001541ea8?, {0xc001269190?, 0x4387ee8?, 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:263
      > 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({0x1086f3e, 0xc0011901e0})
          /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••SSSSS•••S•SS••SS•S•SSS••S••SS•••S•SS••S•S•SSS•SSS•SSSSS•S•S••SSS•S••SSSS•••S•SS•SSSSSSS•••S•S•S••S••••SSSS•S•SSSS•SSS••S••SSSSS•S•S•SS•SS•S•S•S••SS•S•S•SS••S•SSS••
  ------------------------------
  Progress Report for Ginkgo Process #4
  Automatically polling progress:
    odo dev command tests Devfile contains pod-overrides and container-overrides attributes should override the content in the pod it creates for the component on the cluster (Spec Runtime: 2m2.995s)
      /go/odo_1/tests/integration/cmd_dev_test.go:4146
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:4146

      Begin Captured GinkgoWriter Output >>
        ...
        [odo]  ✗  Finished executing the application (command: run) [1m]
        [odo] I0928 08:20:50.717165   28457 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] I0928 08:20:50.718015   28457 implem.go:114] The path for preference file is /tmp/3638833875/preference.yaml
        [odo] I0928 08:20:50.718936   28457 segment.go:268] Checking telemetry enable status
        [odo] I0928 08:20:50.718948   28457 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0928 08:20:50.800980   28457 all.go:46] starting to concurrently query 200 APIs
        [odo] I0928 08:20:50.805936   28457 all.go:62] fired up all goroutines to query APIs
        [odo] I0928 08:20:51.929726   28457 all.go:67] all goroutines have returned in 1.129318606s
        [odo] I0928 08:20:51.929903   28457 all.go:76] query result: objects=614
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 519 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0005281c0, {0x30f74e8?, 0xc000630ac8}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0005281c0, {0x30f74e8, 0xc000630ac8}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000c05d50?, {0xc000672bf0?, 0x2cee5b1?, 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:263
        github.com/redhat-developer/odo/tests/helper.RunDevMode.func1()
          /go/odo_1/tests/helper/helper_dev.go:334
        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:337
      > github.com/redhat-developer/odo/tests/integration.glob..func7.64.2()
          /go/odo_1/tests/integration/cmd_dev_test.go:4147
            | })
            | 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({0x1086f3e, 0xc000b88420})
          /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•SS••
------------------------------
• [5.518 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/1709706430
  << Captured StdOut/StdErr Output
------------------------------
••SSS••
------------------------------
• [60.003 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:3622

  Captured StdOut/StdErr Output >>
  PID: 32040
  << Captured StdOut/StdErr Output
------------------------------
S••S•SS•SSSSSSS•S•SSS•
------------------------------
• [84.313 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/12191935
  << Captured StdOut/StdErr Output
------------------------------
SSSS••SSS•S•SSSSS•••••SS
  ------------------------------
  Progress Report for Ginkgo Process #11
  Automatically polling progress:
    odo dev command tests checking if odo dev matches local Devfile K8s resources and remote resources when odo dev is executed to run a devfile containing a k8s resource with apply command should have deleted the old resource and created the new resource (Spec Runtime: 2m2.598s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1077
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1050

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0928 08:22:47.563811   30982 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0928 08:22:47.567084   30982 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0928 08:22:55.367980   30982 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: etpexv-app-7c554c9d54-xbbph in container: runtime
        [odo] I0928 08:22:55.540296   30982 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0928 08:22:55.540313   30982 exec.go:96]    0: AB2B11AC:C8F8 23011068:01BB 06 00000000:00000000 03:00000BF2 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0928 08:22:55.540336   30982 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I0928 08:22:55.540353   30982 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0928 08:22:55.540357   30982 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1003460000        0 875170725 1 0000000000000000 100 0 0 10 0
        [odo] I0928 08:22:55.540366   30982 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0928 08:22:55.541294   30982 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 532 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00063c000, {0x30f7728?, 0xc000f30000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00063c000, {0x30f7728, 0xc000f30000}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cec7fe, 0x8}, 0xc00033c780?, 0xc00033c760?, 0xc000f9c1e0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000388960)
          /go/odo_1/tests/helper/helper_dev.go:279
      > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:1069
            | 	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
  ------------------------------
•SSSSSS•SSS•••S•SSS•SS•S•SS••S•SSSSSSS•S•S•SS•S•SSSS•SS••S••••S••SSS•SSS••••••••SS•S•S•••••S••SSS••S•SS••S•SSSSS•S•S•SSS•S•S•••SSSSS•••SSSSSS•••S
------------------------------
• [3.804 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/3351614877
  << Captured StdOut/StdErr Output
------------------------------
••••S••••••S•••••SS•S••SSS•SSSS••S••SSS•S•SSS•••SSS•SSSS•S•SSS•S••SS•S••SSS•SSS••SS••SS••SSS•SSS•••S•••SSSSSSSSSS•SSSSSSS•••S•SSSSS•S•SSSSSSS•SSS•••SS•SS••••SSSS•S•SSS•SS••SS•SS•S•S•SSS•SS•SSS
------------------------------
• [20.277 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/584995609
  << Captured StdOut/StdErr Output
------------------------------
SS•SSSSSS•S•S••••SS•SSS••S••••S•SS•••SSS•S•S•SS•SSS••SS
------------------------------
• [4.324 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/1278392789
  << Captured StdOut/StdErr Output
------------------------------
SSSSS••••••••••••••••

Ran 406 of 956 Specs in 1421.239 seconds
SUCCESS! -- 406 Passed | 0 Failed | 0 Pending | 550 Skipped


Ginkgo ran 1 suite in 24m50.558499719s
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: 1695890088 - will randomize all specs

Will run 4 of 4 specs
Running in parallel across 16 processes
------------------------------
• [107.136 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/778481710
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #3
  Automatically polling progress:
    E2E Test starting with empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m3.181s)
      /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] I0928 08:37:04.044410   21040 watch.go:271] deployment watcher Event: Type: MODIFIED, name: onurtq-app, rv: 79308072, generation: 1, pods: 1
        [odo] I0928 08:37:04.149230   21040 watch.go:348] filesystem watch event: REMOVE        "/tmp/1346508522/.odo/odo-file-index.json"
        [odo] I0928 08:37:04.149486   21040 watch.go:383] error removing watch for /tmp/1346508522/.odo/odo-file-index.json: can't remove non-existent watcher: /tmp/1346508522/.odo/odo-file-index.json
        [odo] I0928 08:37:04.149531   21040 watch.go:348] filesystem watch event: CREATE        "/tmp/1346508522/.odo/odo-file-index.json"
        [odo] I0928 08:37:04.153171   21040 watch.go:348] filesystem watch event: WRITE         "/tmp/1346508522/.odo/odo-file-index.json"
        [odo] I0928 08:37:04.158424   21040 watch.go:348] filesystem watch event: WRITE         "/tmp/1346508522/.odo/devstate.json"
        [odo] I0928 08:37:04.164538   21040 watch.go:348] filesystem watch event: WRITE         "/tmp/1346508522/.odo/devstate.21040.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 62 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000340690, {0x2f37850?, 0xc00092a360}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000340690, {0x2f37850, 0xc00092a360}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b68101, 0xf}, 0x0?, 0x3?, 0xc00092a300)
          /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:192
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.5.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:155
            | 
            | // start dev mode again
            > devSession, err = helper.StartDevMode(helper.DevSessionOpts{})
            | Expect(err).ToNot(HaveOccurred())
            | 
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
  Progress Report for Ginkgo Process #5
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 2m4.631s)
      /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] I0928 08:37:07.135351   20766 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} &&  (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]: error while streaming command: context canceled
        [odo]  ✗  Finished executing the application (command: run) [27s]
        [odo] I0928 08:37:07.153437   20766 implem.go:114] The path for preference file is /tmp/3291493286/preference.yaml
        [odo] I0928 08:37:07.154501   20766 segment.go:268] Checking telemetry enable status
        [odo] I0928 08:37:07.154528   20766 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0928 08:37:07.254321   20766 all.go:46] starting to concurrently query 200 APIs
        [odo] I0928 08:37:07.254496   20766 all.go:62] fired up all goroutines to query APIs
        [odo] I0928 08:37:08.034884   20766 all.go:67] all goroutines have returned in 780.566851ms
        [odo] I0928 08:37:08.034992   20766 all.go:76] query result: objects=622
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 83 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000ae620, {0x2f37730?, 0xc00069a1b0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000ae620, {0x2f37730, 0xc00069a1b0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000739d28?, {0xc0007d6440?, 0xc000739c18?, 0x3?})
          /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:263
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:258
            | // "exit dev mode and run odo deploy"
            | devSession.Stop()
            > devSession.WaitEnd()
            | 
            | // all resources should be deleted from the namespace
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x2629813, 0xc00039c180})
          /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 add Binding should verify developer workflow of using binding as env in innerloop (Spec Runtime: 2m7.309s)
      /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] I0928 08:37:13.303823   20817 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Go]
        [odo] I0928 08:37:13.332349   20817 utils.go:77] Updating container runtime with mandatory volume mounts
        [odo] I0928 08:37:13.357430   20817 components.go:346] Creating deployment manftq-app
        [odo] I0928 08:37:13.357546   20817 components.go:347] The component name is manftq
        [odo] I0928 08:37:13.357584   20817 components.go:350] The component already exists, attempting to update it
        [odo] I0928 08:37:13.357639   20817 components.go:352] Applying deployment
        [odo] I0928 08:37:13.391548   20817 components.go:361] Successfully updated component manftq
        [odo] I0928 08:37:13.405924   20817 components.go:748] Successfully update Service for component manftq
        [odo] I0928 08:37:13.440161   20817 all.go:46] starting to concurrently query 200 APIs
        [odo] I0928 08:37:13.440341   20817 all.go:62] fired up all goroutines to query APIs
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 73 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000731a40, {0x2f37850?, 0xc0000fbe30}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000731a40, {0x2f37850, 0xc0000fbe30}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b5a10d, 0x8}, 0x0?, 0x48?, 0xc0006c02a0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000631e28)
          /go/odo_1/tests/helper/helper_dev.go:279
      > 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, 0xa})
          /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
  ------------------------------
• [149.576 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/1346508522
  Spawning '/go/bin/odo delete component' from /tmp/1346508522
  << Captured StdOut/StdErr Output
------------------------------
• [166.820 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/1711595676
  << Captured StdOut/StdErr Output
------------------------------
• [240.782 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/3574183534
  Spawning '/go/bin/odo delete component' from /tmp/3574183534
  << Captured StdOut/StdErr Output
------------------------------

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


Ginkgo ran 1 suite in 4m18.6299479s
Test Suite Passed