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=4465778c2" ./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: 1693896780 - will randomize all specs

Will run 502 of 954 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSSS•SS•SSS•SS•SSSSSS•SSSSSSSS••SS•SSS
------------------------------
• [4.383 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/3234085992
  << Captured StdOut/StdErr Output
------------------------------
SSS•SS•S••••SSSSSS•S•S•SSSSSSS•SS••S•SS
------------------------------
• [5.782 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:712

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/875611532
  << Captured StdOut/StdErr Output
------------------------------
S•S••S•••SSS•S•S••SSS••SSS•SSSSS•SSSSS••SSSSSS•SS••SSSSSS•SSS
  ------------------------------
  Progress Report for Ginkgo Process #10
  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: 2m3.404s)
      /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] I0905 06:56:09.511028   14235 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]  ✗  Finished executing the application (command: run) [1m]
        [odo] I0905 06:56:09.518667   14235 implem.go:114] The path for preference file is /tmp/3382433374/preference.yaml
        [odo] I0905 06:56:09.519603   14235 segment.go:268] Checking telemetry enable status
        [odo] I0905 06:56:09.519620   14235 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0905 06:56:09.588311   14235 all.go:46] starting to concurrently query 90 APIs
        [odo] I0905 06:56:09.588419   14235 all.go:62] fired up all goroutines to query APIs
        [odo] I0905 06:56:10.074611   14235 all.go:67] all goroutines have returned in 486.296918ms
        [odo] I0905 06:56:10.074694   14235 all.go:76] query result: objects=353
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 1432 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0006e30a0, {0x30f2ce8?, 0xc00115afc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0006e30a0, {0x30f2ce8, 0xc00115afc0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc001155d70?, {0xc001176ad0?, 0x2cea482?, 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({0x1085f3e, 0xc000826a20})
          /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•S•••SS••S•
------------------------------
• [78.170 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/1401888742
  << Captured StdOut/StdErr Output
------------------------------
S•SS•S
------------------------------
• [18.848 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/3020214566
  << Captured StdOut/StdErr Output
------------------------------
••SS•SSS••SSSS••SS•S••S•••S••SS•SSS•S•S•S•SS•••SSSSSS•SSS•SSS•S•••S••SS•SSS••S•••S•SS••SSSS••S•S•S•SSS••SSSS•••S•SS•SSSS•S•••SSSS•SSSSSS•SSSS•SS•SS•SS•••SS•S••SS
------------------------------
• [55.228 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
------------------------------
• [8.159 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/1585513850
  << Captured StdOut/StdErr Output
------------------------------
•SS•S•SSSSSS•S•••SS•S•S•SSSS•SS••S•SS••SSS•••SS••••SSSSSSS•S•S•••••
------------------------------
• [79.886 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/553879774
  << Captured StdOut/StdErr Output
------------------------------
••S•SS•SSS•SSS•SSS•SSS•••SSSS•SSSSSSSSS••SS•SSSSSS•S•S••S••S•••SS•S•S••S•S•••SS•S••S••SSSS•••S••SS••SSSSS•••S••SSSSS••S•SS•
------------------------------
• [4.414 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/993907856
  << Captured StdOut/StdErr Output
------------------------------
S•••S•S•S•SS•SSSSS•S•S••SSSSS•SS•SSSS•SSS•SSSSS•S•SS•SSSSSSSSSSS••S•••SS••SS••••SS••S•••SS••S•SSSS•••S•S•SSS•SSS•S•••SS•••SSSSS•••S••••SS••S•SSS••••
------------------------------
• [4.754 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/3972226594
  << Captured StdOut/StdErr Output
------------------------------
S••S•••S•••SS•SSSSSS••
------------------------------
• [3.717 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/2500959667
  << Captured StdOut/StdErr Output
------------------------------
•SSSS•••SS•SSSSS••SSS•S••SSSSS••SSS•SSS••S••S•SSS
------------------------------
• [80.975 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/4231788953
  << Captured StdOut/StdErr Output
------------------------------
•S••••SSS•S••S•S•SS•SSS••••••SSSS
------------------------------
• [56.237 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: 11730
  << Captured StdOut/StdErr Output
------------------------------
SSSS•SS••SS•SS••S•SSS•SS•SS•SS••SSSSS
  ------------------------------
  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.133s)
      /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] I0905 07:11:18.649636   10534 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0905 07:11:18.652700   10534 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0905 07:11:26.451235   10534 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: uykloj-app-667794d597-hj9dn in container: runtime
        [odo] I0905 07:11:26.756293   10534 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0905 07:11:26.756457   10534 exec.go:96]    0: 4F5011AC:BDC4 22191068:01BB 06 00000000:00000000 03:00000BBE 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0905 07:11:26.756470   10534 exec.go:96]    sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops            
        [odo] I0905 07:11:26.756477   10534 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0905 07:11:26.756481   10534 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000  1001        0 380250421 1 0000000000000000 100 0 0 10 0
        [odo] I0905 07:11:26.756531   10534 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0905 07:11:26.790407   10534 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 1302 [select, 2 minutes]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000468d90, {0x30f2f28?, 0xc0014f5f20}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000468d90, {0x30f2f28, 0xc0014f5f20}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2ce86cf, 0x8}, 0xc0003ad880?, 0xc0003ad860?, 0xc0014f5ce0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc00030e180)
          /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({0x1085f3e, 0xc00125a9c0})
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3()
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865
        github.com/onsi/ginkgo/v2/internal.(*Suite).runNode
          /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852
  ------------------------------
•S••••••SS•••••S•SS••SSSS•S•SSS•SSS•S•••••••••S•S•••S•S•••S•S•SSSSS•SS•S••SSSSSSS•S•S••SSSSSS•••SSSS•S•S•S•SS••••••
  ------------------------------
  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: 3m32.619s)
      /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.089s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] I0905 07:14:21.935875   14245 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] I0905 07:14:21.942700   14245 implem.go:114] The path for preference file is /tmp/1678557668/preference.yaml
          [odo] I0905 07:14:21.943913   14245 segment.go:268] Checking telemetry enable status
          [odo] I0905 07:14:21.943941   14245 segment.go:286] Sending telemetry disabled by env variable
          [odo] Cleaning resources, please wait
          [odo] I0905 07:14:22.057966   14245 all.go:46] starting to concurrently query 90 APIs
          [odo] I0905 07:14:22.058110   14245 all.go:62] fired up all goroutines to query APIs
          [odo] I0905 07:14:22.498709   14245 all.go:67] all goroutines have returned in 440.741514ms
          [odo] I0905 07:14:22.498770   14245 all.go:76] query result: objects=388
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 20489 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000376000, {0x30f2ce8?, 0xc0008aaa98}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000376000, {0x30f2ce8, 0xc0008aaa98}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc000536f60?, {0xc00109e200?, 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, {0x2d4826b, 0x2f}, {0xc00154de70, 0x1, 0xf8ab65?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d4826b?, 0x30?}, {0xc00154de70?, 0x29dce00?, 0xc000471c00?})
            /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, 0xc000b2e180})
            /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
  ------------------------------
••••••••••

Ran 409 of 954 Specs in 1305.007 seconds
SUCCESS! -- 409 Passed | 0 Failed | 0 Pending | 545 Skipped


Ginkgo ran 1 suite in 22m50.831369174s
Test Suite Passed