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

Will run 503 of 955 specs
Running in parallel across 16 processes
SSSSSSSSSS•
------------------------------
• [16.849 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/4102778851
  << Captured StdOut/StdErr Output
------------------------------
SSS••SS•••••S••••S•SSS•••SSSSSS•SSSS••••S•SSS•SSS•S•S•SS•SSSSS•SSS••SSSS•S•SS••••SSSSS••SS•S••SS•SSSSSS•SS••SS•S••••SSS•S•SSS•S
------------------------------
• [54.797 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•SS•••SS•S•••S•S•••SS
  ------------------------------
  Progress Report for Ginkgo Process #3
  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: 3m35.671s)
      /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.034s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] stderr: []
          [odo] I0920 09:11:11.579928   13437 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] I0920 09:11:11.597655   13437 implem.go:114] The path for preference file is /tmp/952034645/preference.yaml
          [odo] Cleaning resources, please wait
          [odo] I0920 09:11:11.598265   13437 segment.go:268] Checking telemetry enable status
          [odo] I0920 09:11:11.598278   13437 segment.go:286] Sending telemetry disabled by env variable
          [odo] I0920 09:11:11.759973   13437 all.go:46] starting to concurrently query 90 APIs
          [odo] I0920 09:11:11.760053   13437 all.go:62] fired up all goroutines to query APIs
          [odo] I0920 09:11:12.316570   13437 all.go:67] all goroutines have returned in 556.559694ms
          [odo] I0920 09:11:12.316655   13437 all.go:76] query result: objects=390
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 94 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004749a0, {0x30f4068?, 0xc000f226d8}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004749a0, {0x30f4068, 0xc000f226d8}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc0003e29c0?, {0xc000ee6390?, 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(0xc0001b2000, {0x2d493cd, 0x2f}, {0xc001059e70, 0x1, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d493cd?, 0x0?}, {0xc001059e70?, 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({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
  ------------------------------
•SSSS•S•S•SSS•S•S••SSS••S•SSSSSS••S•S•SS•••S••••SS•S••SSS••SSSS••SS•S•SS•SS•S••S•SSSSSSS•SSSS•S••••••SSSSSS•••SSSSSSS•SSS•••••SSSS••S••S•S••S•SS•S•SS•SSSSS•S••SSSS
  ------------------------------
  Progress Report for Ginkgo Process #2
  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.748s)
      /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]  ✗  Finished executing the application (command: run) [1m]
        [odo] I0920 09:14:11.940795   22251 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] I0920 09:14:11.945713   22251 implem.go:114] The path for preference file is /tmp/169510239/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I0920 09:14:11.946382   22251 segment.go:268] Checking telemetry enable status
        [odo] I0920 09:14:11.946393   22251 segment.go:286] Sending telemetry disabled by env variable
        [odo] I0920 09:14:12.027010   22251 all.go:46] starting to concurrently query 90 APIs
        [odo] I0920 09:14:12.029259   22251 all.go:62] fired up all goroutines to query APIs
        [odo] I0920 09:14:12.554150   22251 all.go:67] all goroutines have returned in 527.149153ms
        [odo] I0920 09:14:12.554185   22251 all.go:76] query result: objects=355
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 503 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00046a1c0, {0x30f4068?, 0xc0015ffc38}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00046a1c0, {0x30f4068, 0xc0015ffc38}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000eedd50?, {0xc0006899c0?, 0x2ceb5b0?, 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({0x1085f3e, 0xc000c5c4e0})
          /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•SSSS•S•S•SS•SSS•SS•••SS•S•S•SSSSSSSS•SS••SSSSS•S•S•••SS•••S•••SS•S•
------------------------------
• [6.418 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/2180571510
  << Captured StdOut/StdErr Output
------------------------------
SS•SS••SS•••SSSSS•SSSS••S•S•SS•SS•S
------------------------------
• [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
/go/odo_1/tests/integration/interactive_dev_test.go:76

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo dev --random-ports' from /tmp/2283018733
  << Captured StdOut/StdErr Output
------------------------------
•••S••S•SSSSS••S••S•S•S•S•SS•••••SS•S•SS••S•S••S•S
------------------------------
• [6.226 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/2008604879
  << Captured StdOut/StdErr Output
------------------------------
•••S••S••••••SSSSS•
------------------------------
• [77.966 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/1581555193
  << Captured StdOut/StdErr Output
------------------------------
SS•SS•S•S••SSSSSSSSSSSS
------------------------------
• [5.462 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/2550135435
  << Captured StdOut/StdErr Output
------------------------------
••••SS•S••••••SSSSS•SSSS•
  ------------------------------
  Progress Report for Ginkgo Process #2
  Automatically polling progress:
    odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI 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: 2m2.663s)
      /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]  ✗  Finished executing the application (command: run) [1m]
        [odo] I0920 09:18:42.877814     672 implem.go:114] The path for preference file is /tmp/3114229661/preference.yaml
        [odo] I0920 09:18:42.878422     672 segment.go:268] Checking telemetry enable status
        [odo] I0920 09:18:42.878435     672 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0920 09:18:42.954094     672 delete.go:174] Ignoring resource: deployments/my-component; its mode(Deploy) does not match with the given mode(Dev)
        [odo] I0920 09:18:42.991944     672 all.go:46] starting to concurrently query 90 APIs
        [odo] I0920 09:18:42.992264     672 all.go:62] fired up all goroutines to query APIs
        [odo] I0920 09:18:43.323499     672 all.go:67] all goroutines have returned in 331.565109ms
        [odo] I0920 09:18:43.323555     672 all.go:76] query result: objects=371
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 39069 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004d6700, {0x30f4068?, 0xc001116390}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004d6700, {0x30f4068, 0xc001116390}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc0008edea8?, {0xc001600090?, 0x4383f68?, 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({0x1085f3e, 0xc001bb1740})
          /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•SSSSSS•SSSSS
------------------------------
• [76.221 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/1725524028
  << Captured StdOut/StdErr Output
------------------------------
•S•SSSSS•SSSS••SSSSSS••SSSSS••SSSS
------------------------------
• [17.997 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/3596676479
  << Captured StdOut/StdErr Output
------------------------------
S•
------------------------------
• [8.486 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/1317176203
  << Captured StdOut/StdErr Output
------------------------------
SS•S••SSS•SS•S•SS••••SS••S•
------------------------------
• [56.780 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: 6181
  << Captured StdOut/StdErr Output
------------------------------
•SSS
  ------------------------------
  Progress Report for Ginkgo Process #15
  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.502s)
      /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] I0920 09:20:42.844023    3845 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0920 09:20:42.846128    3845 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0920 09:20:50.669056    3845 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: dduhbw-app-6c68cf96b6-f459l in container: runtime
        [odo] I0920 09:20:50.863566    3845 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0920 09:20:50.863599    3845 exec.go:96]    0: 585011AC:C280 23031068:01BB 06 00000000:00000000 03:00000C2F 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0920 09:20:50.863609    3845 exec.go:96]    sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops            
        [odo] I0920 09:20:50.863618    3845 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0920 09:20:50.863626    3845 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000  1001        0 456366446 1 0000000000000000 100 0 0 10 0
        [odo] I0920 09:20:50.863648    3845 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0920 09:20:50.865555    3845 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 637 [select, 2 minutes]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0003e93b0, {0x30f42a8?, 0xc000de0bd0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0003e93b0, {0x30f42a8, 0xc000de0bd0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2ce97fd, 0x8}, 0xc000576900?, 0xc0005768e0?, 0xc000de0b10)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0002ddaa0)
          /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({0x2694a13, 0xc0009ba960})
          /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••SS•••••••SS••S•••SSS•SS•S•SS•S••S•••SS•S•SS•SSS••SSSSSSS•S•••S•S•••••SS••SSSSSSS
------------------------------
• [3.760 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/2520589665
  << Captured StdOut/StdErr Output
------------------------------
SS•••••S•SS•SSS•S•SSS•S••SSS•••SS•SSS••SSSSSSSSS•S•SSS•SSSSSSSSSS•SS•SSSSSS•SSS•SS••SSSS•••••SS•SSS•SSSSSS•SSS•S•••SS•S•••SS•SSS•S••S••SS••SSSS••••SSSSSSS•SS•S••SSSSSS••S•SS•SSS•SSS•S••••S•SS•SS•••S••SSSSS•••••••••••••••••

Ran 409 of 955 Specs in 1314.583 seconds
SUCCESS! -- 409 Passed | 0 Failed | 0 Pending | 546 Skipped


Ginkgo ran 1 suite in 23m5.427229764s
Test Suite Passed