Error from server (NotFound): namespaces "devfile-proxy" not found
Using Devfile proxy:
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=76f96e28a" ./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: 1688632210 - will randomize all specs

Will run 495 of 938 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS•••
------------------------------
• [15.044 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/165584491
  << Captured StdOut/StdErr Output
------------------------------
•••SSSS•S•S•SSS•S••SSSSS•S••S•SS•S•SS••SSSS•SS•S•S•SSSSSS•SS•S•S•S•SSSSS•S•SSSS•SS•S••••S••SSSSS•S•SS•S
------------------------------
• [4.428 seconds]
odo init interactive command tests when DevfileRegistriesList CRD is installed on cluster when CR for devfileregistrieslists is installed in namespace should download correct devfile from the first in-cluster registry
/go/odo_1/tests/integration/interactive_init_test.go:685

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/81832760
  << Captured StdOut/StdErr Output
------------------------------
••SS••SSS•S•••S••SSSSSS•••SSS••SSSSSSS•S••SSSS•SSS••SSSSS•SS••SS••S•••
------------------------------
• [79.293 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/874923930
  << Captured StdOut/StdErr Output
------------------------------
•SS•S•SS•SSSSSSSSSS••••SSS••SSS
  ------------------------------
  Progress Report for Ginkgo Process #13
  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: 2m1.726s)
      /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]  ✗  Finished executing the application (command: run) [1m]
        [odo] I0706 08:34:50.184955   16236 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] I0706 08:34:50.186161   16236 implem.go:114] The path for preference file is /tmp/3733514254/preference.yaml
        [odo] I0706 08:34:50.186704   16236 segment.go:264] Checking telemetry enable status
        [odo] I0706 08:34:50.186720   16236 segment.go:282] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0706 08:34:50.272867   16236 all.go:46] starting to concurrently query 90 APIs
        [odo] I0706 08:34:50.273208   16236 all.go:62] fired up all goroutines to query APIs
        [odo] I0706 08:34:50.649670   16236 all.go:67] all goroutines have returned in 376.727211ms
        [odo] I0706 08:34:50.649737   16236 all.go:76] query result: objects=344
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 187 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000737030, {0x30e70c8?, 0xc00117d9c8}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000737030, {0x30e70c8, 0xc00117d9c8}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000655d70?, {0xc000890fb0?, 0x2ce0871?, 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:252
        github.com/redhat-developer/odo/tests/helper.RunDevMode.func1()
          /go/odo_1/tests/helper/helper_dev.go:323
        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:326
      > 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({0x1082f3e, 0xc0010c3920})
          /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:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
•SS•S•SSS•S••SS•SSS•S•SSSSSSS•S•••••SS•S••••••S•SSS••••SS•••S•SSS•
------------------------------
• [2.883 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/1154982793
  << Captured StdOut/StdErr Output
------------------------------
S•••••S•••SSSS•SS•••SS•S••SSS•••SS•••S•SSS•S••SS•••S••SSSSS••••S••S•SS••
------------------------------
• [55.161 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:169

  Captured StdOut/StdErr Output >>
  <<< Session terminated >>>
  << Captured StdOut/StdErr Output
------------------------------
SS•SS•••S•S•S
------------------------------
• [3.077 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/1193557507
  << Captured StdOut/StdErr Output
------------------------------
SSSS•SSS
------------------------------
• [78.500 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/2674215583
  << Captured StdOut/StdErr Output
------------------------------
SSS•S••SS•SSS•SS•SSSSS•••SSSS•SS•SSSSSSSS•SSSS•S•••••S•S•••SS•S•S•S•SS••••SS••SSS•S•S••S••••••SSS•SS••SSS•S•SS•S•SSSS•SSS•••••••
------------------------------
• [19.181 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:206

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo dev --random-ports --no-watch' from /tmp/1745368980
  << Captured StdOut/StdErr Output
------------------------------
S••SS•SSSSSS••SSS•SS•S•S•SSS••S•S•SS•S
------------------------------
• [7.539 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/3762190647
  << Captured StdOut/StdErr Output
------------------------------
S•SS•S•••S•••S••SS••S•S•••SSSS•SSSSSS•S••S•S•SS••S••SS••SS•SSSS•S••S•SSS••SSSSS••••S•SSS•SS•SSSSS•••S••••SS••SS•S••••••••SS•SSS•SSSS•SSSSSSSS•S•S•SS•••SSS•SS•••••SS••SSSS••SSSS••S•SS•••SSSS•SS••S••••SSS•SSSS••SSS••SS•SS•••SS••SSSSSS•SS•S••S•SS•SS•SSS•SSS•
------------------------------
• [2.880 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/324446367
  << Captured StdOut/StdErr Output
------------------------------
•SSSSSSSSS•S•
------------------------------
• [55.342 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: 8192
  << Captured StdOut/StdErr Output
------------------------------
S•S••••S••S•SSSSSSSSSSSS•SS•SS••SS•SSS••S••S••••S•S•SSSS•SSSSS•SS••S••S•S••••••
------------------------------
• [75.440 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/4261594558
  << Captured StdOut/StdErr Output
------------------------------
••
  ------------------------------
  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: 2m1.527s)
      /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] I0706 08:50:33.066553   10747 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0706 08:50:33.067422   10747 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0706 08:50:40.876651   10747 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: azdnoj-app-76587f65c4-pqjqm in container: runtime
        [odo] I0706 08:50:41.028056   10747 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0706 08:50:41.028109   10747 exec.go:96]    0: D07711AC:A9FA 23191068:01BB 06 00000000:00000000 03:00000C5E 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0706 08:50:41.028130   10747 exec.go:96]    sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops            
        [odo] I0706 08:50:41.028150   10747 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0706 08:50:41.028159   10747 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000  1001        0 82322948 1 0000000000000000 100 0 0 10 0
        [odo] I0706 08:50:41.028176   10747 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0706 08:50:41.031345   10747 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 19892 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000246850, {0x30e7308?, 0xc000a888a0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000246850, {0x30e7308, 0xc000a888a0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cdeace, 0x8}, 0xc0000a4b60?, 0xc0000a4b40?, 0xc000a88660)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc00011ac60)
          /go/odo_1/tests/helper/helper_dev.go:268
      > 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({0x1082f3e, 0xc00105c600})
          /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:863
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
••••••
  ------------------------------
  Progress Report for Ginkgo Process #1
  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: 3m21.831s)
      /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: 27.294s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] stderr: []
          [odo] I0706 08:51:46.307579   10936 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] I0706 08:51:46.322057   10936 implem.go:114] The path for preference file is /tmp/1408336645/preference.yaml
          [odo] Cleaning resources, please wait
          [odo] I0706 08:51:46.322838   10936 segment.go:264] Checking telemetry enable status
          [odo] I0706 08:51:46.322851   10936 segment.go:282] Sending telemetry disabled by env variable
          [odo] I0706 08:51:46.401291   10936 all.go:46] starting to concurrently query 90 APIs
          [odo] I0706 08:51:46.405976   10936 all.go:62] fired up all goroutines to query APIs
          [odo] I0706 08:51:46.794293   10936 all.go:67] all goroutines have returned in 393.017812ms
          [odo] I0706 08:51:46.794401   10936 all.go:76] query result: objects=379
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 931 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00003e8c0, {0x30e70c8?, 0xc000b90db0}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00003e8c0, {0x30e70c8, 0xc000b90db0}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc000388600?, {0xc0016883a0?, 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:252
        > 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(0xc0001ba000, {0x2d3e27e, 0x2f}, {0xc0007ebe70, 0x1, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:307
          github.com/onsi/ginkgo/v2.By({0x2d3e27e?, 0x0?}, {0xc0007ebe70?, 0x0?, 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({0xc000dd7fd0, 0x2697dbd})
            /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:863
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:850
  ------------------------------
•

Ran 402 of 938 Specs in 1269.635 seconds
SUCCESS! -- 402 Passed | 0 Failed | 0 Pending | 536 Skipped


Ginkgo ran 1 suite in 22m14.33856502s
Test Suite Passed