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=0e2adf456" ./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: 1696213728 - will randomize all specs

Will run 504 of 956 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSSSSS•SS••S•SSSS•••S
------------------------------
• [8.485 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/3475590975
  << Captured StdOut/StdErr Output
------------------------------
•••S•S•SS•••S
------------------------------
• [3.756 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/123993072
  << Captured StdOut/StdErr Output
------------------------------
•SSSSSS•••••S••SSS••••••SSS••SS•SSS•SSSSS•SS•SSS•SSSSS••SSSS•SSS•S••SSS••SS
  ------------------------------
  Progress Report for Ginkgo Process #4
  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.811s)
      /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] I1002 02:32:12.443720   14173 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I1002 02:32:12.445276   14173 port.go:319] port 8080 not listening in container "runtime"
        [odo] I1002 02:32:20.261644   14173 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: emnrpd-app-6d59648d56-fjw6f in container: runtime
        [odo] I1002 02:32:20.487386   14173 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I1002 02:32:20.487405   14173 exec.go:96]    0: 665011AC:ED7E 23011068:01BB 06 00000000:00000000 03:00000C4E 00000000     0        0 0 3 0000000000000000                                      
        [odo] I1002 02:32:20.487772   14173 exec.go:96]    sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops            
        [odo] I1002 02:32:20.489401   14173 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I1002 02:32:20.489415   14173 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000  1001        0 511660891 1 0000000000000000 100 0 0 10 0
        [odo] I1002 02:32:20.489421   14173 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I1002 02:32:20.497774   14173 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 2305 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0000f47e0, {0x30f7608?, 0xc000ab4cf0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0000f47e0, {0x30f7608, 0xc000ab4cf0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cec81e, 0x8}, 0xc000119e40?, 0xc000119e20?, 0xc000ab4c60)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0003bb9e0)
          /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({0x1086f3e, 0xc000ccc900})
          /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••SSSSSS•SS•S•SS••S•S•••S•SS•SSS•SSS•S••••S•SS••S•••••S•S•••SS••
------------------------------
• [57.285 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: 19882
  << Captured StdOut/StdErr Output
------------------------------
S•SSSS•SS•S•S••S•SSSS••SS•SS••••SS•S•••S•S•S•SSS••SS•••SSSSSSSS•SS•S•SSSS•SSS•S••SS••S•SSS•SS•S•S•S••SSSSS
------------------------------
• [5.237 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/3738440373
  << Captured StdOut/StdErr Output
------------------------------
•SSSSSSSS••SSSSS•
------------------------------
• [10.500 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/2763424675
  << Captured StdOut/StdErr Output
------------------------------
SS•••••SSSSSSS•S•S•SSSSSSS••S
------------------------------
• [76.941 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/2941972191
  << Captured StdOut/StdErr Output
------------------------------
•S•••S•
------------------------------
• [56.108 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
------------------------------
••SSSS••S••SSS•SSS••SSS•SS•SSSSSSS••••••S•SSS•SSS••••S••SSS•SSS••SSS•SSS
------------------------------
• [78.038 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/453614800
  << Captured StdOut/StdErr Output
------------------------------
S•SS•SS••SSSS••S•S•SS•SSS•S•••••SSSS•SSSSSSSSSSSS••SSSSSSSS•S•S••••SS
  ------------------------------
  Progress Report for Ginkgo Process #12
  Automatically polling progress:
    odo dev command tests Devfile contains pod-overrides and container-overrides attributes should override the content in the pod it creates for the component on the cluster (Spec Runtime: 2m2.1s)
      /go/odo_1/tests/integration/cmd_dev_test.go:4146
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:4146

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I1002 02:39:53.642269   29778 segment.go:286] Sending telemetry disabled by env variable
        [odo] I1002 02:39:53.647668   29778 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c110.eu-de.containers.cloud.ibm.com:32062/api/v1/namespaces/cmd-dev-test4146jnu/pods/qwrzrx-app-589c8d4dc7-rqbf9/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_run.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c110.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true]'
        [odo] stdout: []
        [odo] stderr: []
        [odo]  ✗  Finished executing the application (command: run) [1m]
        [odo] I1002 02:39:53.647886   29778 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] I1002 02:39:53.721870   29778 all.go:46] starting to concurrently query 90 APIs
        [odo] I1002 02:39:53.722078   29778 all.go:62] fired up all goroutines to query APIs
        [odo] I1002 02:39:54.154932   29778 all.go:67] all goroutines have returned in 433.10563ms
        [odo] I1002 02:39:54.154970   29778 all.go:76] query result: objects=357
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 726 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc001959420, {0x30f73c8?, 0xc001134a98}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc001959420, {0x30f73c8, 0xc001134a98}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc00098bd50?, {0xc001974720?, 0x2cee5d1?, 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({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•S•SSS•••S•SSSS••••S••SS•S•SS••••S••••SSSS•SS•SS•SS••S•••SSSS•••••SSS
------------------------------
• [77.380 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/1867847335
  << Captured StdOut/StdErr Output
------------------------------
SS•S•S••SSS•••S•SSS•S••S•SSS•SS••S•SS•S•S•S•SS•SS•SSS•S•SS•SSS•••S•SS
------------------------------
• [5.510 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:720

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/2025488001
  << Captured StdOut/StdErr Output
------------------------------
S•S•SSS•S•S••••••SSSSS•SS•SS•SS•••SSS•S•S
------------------------------
• [5.754 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/3683285464
  << Captured StdOut/StdErr Output
------------------------------
S•S••SSSS•S•S•••SS•SSS••S••SS•S•S•SS••SSSSS•••S••S
  ------------------------------
  Progress Report for Ginkgo Process #9
  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.451s)
      /go/odo_1/tests/integration/cmd_dev_debug_test.go:288
      In [It] (Node Runtime: 2m0.001s)
        /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.009s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] stderr: []
          [odo] I1002 02:45:18.197460    4850 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]  ✗  Finished executing the application (command: start-debug) [1m]
          [odo] I1002 02:45:18.197879    4850 segment.go:268] Checking telemetry enable status
          [odo] I1002 02:45:18.197890    4850 segment.go:286] Sending telemetry disabled by env variable
          [odo] Cleaning resources, please wait
          [odo] I1002 02:45:18.280215    4850 all.go:46] starting to concurrently query 90 APIs
          [odo] I1002 02:45:18.280347    4850 all.go:62] fired up all goroutines to query APIs
          [odo] I1002 02:45:18.967276    4850 all.go:67] all goroutines have returned in 687.069654ms
          [odo] I1002 02:45:18.967304    4850 all.go:76] query result: objects=392
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 20114 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0011dc770, {0x30f73c8?, 0xc0011148b8}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0011dc770, {0x30f73c8, 0xc0011148b8}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc000372060?, {0xc0007f62b0?, 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(0xc0000c6000, {0x2d4c4c7, 0x2f}, {0xc000f49e70, 0x1, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d4c4c7?, 0xf7089d?}, {0xc000f49e70?, 0x96ea0?, 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({0x1086f3e, 0xc0015b5aa0})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
          github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
•SSSS•••SS•S•SSS•SSS•S••S••S•S•S•SSSSSS••••S•S•••SSSSSSSS•••S•S•S•SSSSS•S•S•S•S•••SS•••SS•SSSS•S•SSSSSS•S•S•S••S•SSS••S••••SS•SSS•SSSSSSS•S•S•SSSSSSS•SSSSSSS•••S•S•SS•S••S••S•SS•SS•SS•SSS•••SSS•SSS•
------------------------------
• [17.228 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/1201534617
  << Captured StdOut/StdErr Output
------------------------------
S••S•••••••••••••••

Ran 410 of 956 Specs in 1304.800 seconds
SUCCESS! -- 410 Passed | 0 Failed | 0 Pending | 546 Skipped


Ginkgo ran 1 suite in 22m52.684085613s
Test Suite Passed