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

Will run 506 of 960 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSSSS•SSSSSS•S••S••SS••SSS•S•••••••SS••SS•SSS•••S•S•S•S••SS••SSSS•SSSSSS•SSSSS•S••SS••SSS•SSSS•
------------------------------
• [2.482 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/3800625012
  << Captured StdOut/StdErr Output
------------------------------
SS•SS•SS•S•S
------------------------------
• [21.707 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/3607677540
  << Captured StdOut/StdErr Output
------------------------------
•S•S•S•S•SS••SSSS•S•SSS•S•S••SSS•••S••
------------------------------
• [54.380 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:273

  Captured StdOut/StdErr Output >>
  <<< Session terminated >>>
  << Captured StdOut/StdErr Output
------------------------------
S•SSSS•••SSS•SS•SSSS•SSSSSSS•SSSSSSS•SSSS•
  ------------------------------
  Progress Report for Ginkgo Process #8
  Automatically polling progress:
    odo dev command tests when running odo dev with devfile containing volume-component - without metadata.name should successfully use the volume components in container components (Spec Runtime: 2m1.755s)
      /go/odo_1/tests/integration/cmd_dev_test.go:2248
      In [BeforeEach] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_dev_test.go:2223

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0801 14:08:00.391331   15449 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I0801 14:08:00.404269   15449 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0801 14:08:00.404311   15449 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0801 14:08:00.405141   15449 port.go:319] port 3000 not listening in container "runtime"
        [odo] I0801 14:08:09.853758   15449 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: ddhoxn-app-5b4d686496-f8568 in container: runtime
        [odo] I0801 14:08:10.096226   15449 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0801 14:08:10.096285   15449 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I0801 14:08:10.096483   15449 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0801 14:08:10.096519   15449 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0801 14:08:10.096795   15449 port.go:319] port 3000 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 277 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000398000, {0x30f07e8?, 0xc00120e000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000398000, {0x30f07e8, 0xc00120e000}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf54da, 0xf}, 0x0?, 0x3?, 0xc0012f0900)
          /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:189
      > github.com/redhat-developer/odo/tests/integration.glob..func7.23.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:2237
            | 	}
            | 	var err error
            > 	devSession, err = helper.StartDevMode(helper.DevSessionOpts{})
            | 	Expect(err).ToNot(HaveOccurred())
            | })
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc000cf87e0})
          /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•SSSSSSSSSS•••S•S•••S•SS•••S•SS•SS•S••SS•S•SSSSS•S••SSSS•SS•SSSSS•S•••SSSS•S•S•••SSSSSS•SSSSS•S•SSSSS•SSSS•SSSSS•SSS••S••SS••SSS•SS•SS••S•SSS••S•••S•••S•S••••••••••••S•S••SS•SSS••••SSSS•SS•S•S•S•SSSS•SS•••SS•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: 3m31.642s)
      /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.067s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] I0801 14:12:54.380922   20178 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] I0801 14:12:54.387428   20178 implem.go:114] The path for preference file is /tmp/3386858360/preference.yaml
          [odo] I0801 14:12:54.388266   20178 segment.go:268] Checking telemetry enable status
          [odo] I0801 14:12:54.388280   20178 segment.go:286] Sending telemetry disabled by env variable
          [odo] Cleaning resources, please wait
          [odo] I0801 14:12:54.479604   20178 all.go:46] starting to concurrently query 199 APIs
          [odo] I0801 14:12:54.479744   20178 all.go:62] fired up all goroutines to query APIs
          [odo] I0801 14:12:55.337969   20178 all.go:67] all goroutines have returned in 858.323705ms
          [odo] I0801 14:12:55.338179   20178 all.go:76] query result: objects=616
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 343 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0001bcbd0, {0x30f05a8?, 0xc000d08888}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0001bcbd0, {0x30f05a8, 0xc000d08888}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc0003b15c0?, {0xc000726540?, 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:257
        > 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, {0x2d463af, 0x2f}, {0xc0009f3e70, 0x1, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d463af?, 0xf6f89d?}, {0xc0009f3e70?, 0x10f0ea0?, 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({0x1085f3e, 0xc0007b9f80})
            /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••SS•SSSSSS•S•S•SSSS•SS•S••S•SSSS•S••S•••SS••••SSSSS•SSS•S••••S
------------------------------
• [8.553 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/45135548
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #15
  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.406s)
      /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] read: read /dev/stdin: input/output error
        [odo]  ✗  Finished executing the application (command: run) [1m]
        [odo] I0801 14:14:21.151498   24680 implem.go:114] The path for preference file is /tmp/158527718/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I0801 14:14:21.152325   24680 segment.go:268] Checking telemetry enable status
        [odo] I0801 14:14:21.152338   24680 segment.go:286] Sending telemetry disabled by env variable
        [odo] I0801 14:14:21.208787   24680 all.go:46] starting to concurrently query 199 APIs
        [odo] I0801 14:14:21.208984   24680 all.go:62] fired up all goroutines to query APIs
        [odo] I0801 14:14:21.843125   24680 all.go:67] all goroutines have returned in 634.360167ms
        [odo] I0801 14:14:21.843172   24680 all.go:76] query result: objects=579
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 402 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000490a10, {0x30f05a8?, 0xc000c59cb0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000490a10, {0x30f05a8, 0xc000c59cb0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000cc1d70?, {0xc000625e60?, 0x2ce86bf?, 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:257
        github.com/redhat-developer/odo/tests/helper.RunDevMode.func1()
          /go/odo_1/tests/helper/helper_dev.go:328
        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:331
      > 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, 0xc000393da0})
          /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•SSSSSSSSS•••SS••••S•SSS•S•S•S•••S•S•S•S•S•S•SSS•SS•SS••SS•S•S•S•SSS••S••S••SS•
------------------------------
• [3.752 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/3639410718
  << Captured StdOut/StdErr Output
------------------------------
••SS•S••SSSS•SS•••SS•SSSS•S•••SSSSSSSSS
  ------------------------------
  Progress Report for Ginkgo Process #10
  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.541s)
      /go/odo_1/tests/integration/cmd_dev_test.go:1047
      In [BeforeEach] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:1020

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0801 14:16:57.364009   27816 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0801 14:16:57.365959   27816 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0801 14:17:05.110046   27816 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: ojafgu-app-65c495f77f-rgvmm in container: runtime
        [odo] I0801 14:17:05.314410   27816 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0801 14:17:05.314435   27816 exec.go:96]    0: 301111AC:9092 221C1068:01BB 06 00000000:00000000 03:00000BB6 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0801 14:17:05.314553   27816 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
        [odo] I0801 14:17:05.314759   27816 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0801 14:17:05.314767   27816 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1045120000        0 553677930 1 0000000000000000 100 0 0 10 0
        [odo] I0801 14:17:05.315344   27816 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
        [odo] I0801 14:17:05.317565   27816 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 29947 [select, 2 minutes]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000415880, {0x30f07e8?, 0xc0010efc80}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000415880, {0x30f07e8, 0xc0010efc80}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2ce6914, 0x8}, 0xc0003d94e0?, 0xc0003d94c0?, 0xc0010efa10)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000454ea0)
          /go/odo_1/tests/helper/helper_dev.go:273
      > 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, 0xc001286660})
          /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•SSS•S•SS•S
------------------------------
• [80.753 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/1687447931
  << Captured StdOut/StdErr Output
------------------------------
•S•SS••SSSS
------------------------------
• [2.752 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/140439575
  << Captured StdOut/StdErr Output
------------------------------
•••S•SSS•
------------------------------
• [78.260 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/1834114604
  << Captured StdOut/StdErr Output
------------------------------
SSS•SSSS•SS•S••S••••S•••••SSSSSS•SSS•S•••SS•S•••••SSSS••S•
------------------------------
• [56.858 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: 540
  << Captured StdOut/StdErr Output
------------------------------
SSS•SSSSS•S•
------------------------------
• [2.490 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/2040581970
  << Captured StdOut/StdErr Output
------------------------------
SS•S•SS•S••SS•S•SSS•S•••SS•••S••S•••SSSSS••SSSSSSSS•S••••••SSS•SS
------------------------------
• [77.719 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/1565001784
  << Captured StdOut/StdErr Output
------------------------------
S•SS•SSS••SS••SS•SSSS•S•SSSS•SSSSSS••S•SSSSSS••••S••SSSS••S••SS•SSS••SSSS•S••••S•SSS••S••S•SS•SSSSSSSSSSSS••SS•S••S••S•SS•S•SS•SSS•SSSS•SSS•••SS•••S•S••S••SS•S•••S•••••••••••••••

Ran 408 of 960 Specs in 1346.921 seconds
SUCCESS! -- 408 Passed | 0 Failed | 0 Pending | 552 Skipped


Ginkgo ran 1 suite in 23m33.307850832s
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: 1690900005 - will randomize all specs

Will run 4 of 4 specs
Running in parallel across 16 processes
------------------------------
• [104.701 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:326

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/2894566814
  << Captured StdOut/StdErr Output
------------------------------
• [115.460 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:458

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/1040883154
  << Captured StdOut/StdErr Output
------------------------------
  Progress Report for Ginkgo Process #2
  Automatically polling progress:
    E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory (Spec Runtime: 2m2.003s)
      /go/odo_1/tests/e2escenarios/e2e_test.go:196
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/e2escenarios/e2e_test.go:196

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] stderr: []
        [odo] I0801 14:29:00.054296   10148 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] I0801 14:29:00.067942   10148 implem.go:114] The path for preference file is /tmp/1647795410/preference.yaml
        [odo] Cleaning resources, please wait
        [odo] I0801 14:29:00.068789   10148 segment.go:268] Checking telemetry enable status
        [odo] I0801 14:29:00.068809   10148 segment.go:286] Sending telemetry disabled by env variable
        [odo] I0801 14:29:00.162357   10148 all.go:46] starting to concurrently query 199 APIs
        [odo] I0801 14:29:00.162581   10148 all.go:62] fired up all goroutines to query APIs
        [odo] I0801 14:29:00.732054   10148 all.go:67] all goroutines have returned in 569.704954ms
        [odo] I0801 14:29:00.732157   10148 all.go:76] query result: objects=588
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 48 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000160230, {0x2f34df0?, 0xc00014a0f0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000160230, {0x2f34df0, 0xc00014a0f0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000763d28?, {0xc0008d6270?, 0xc000763c18?, 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:257
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.6.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:255
            | // "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({0x1038705, 0xc00006acc0})
          /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 empty Directory should verify developer workflow from empty Directory (Spec Runtime: 2m2.359s)
      /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] I0801 14:29:01.433547   10448 watch.go:267] deployment watcher Event: Type: MODIFIED, name: iyfhxs-app, rv: 36309288, generation: 1, pods: 1
        [odo] I0801 14:29:01.590473   10448 watch.go:344] filesystem watch event: REMOVE        "/tmp/3208995477/.odo/odo-file-index.json"
        [odo] I0801 14:29:01.590705   10448 watch.go:379] error removing watch for /tmp/3208995477/.odo/odo-file-index.json: can't remove non-existent watcher: /tmp/3208995477/.odo/odo-file-index.json
        [odo] I0801 14:29:01.590725   10448 watch.go:344] filesystem watch event: CREATE        "/tmp/3208995477/.odo/odo-file-index.json"
        [odo] I0801 14:29:01.596066   10448 watch.go:344] filesystem watch event: WRITE         "/tmp/3208995477/.odo/odo-file-index.json"
        [odo] I0801 14:29:01.600428   10448 watch.go:344] filesystem watch event: WRITE         "/tmp/3208995477/.odo/devstate.json"
        [odo] I0801 14:29:01.605122   10448 watch.go:344] filesystem watch event: WRITE         "/tmp/3208995477/.odo/devstate.10448.json"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 42 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000039110, {0x2f34f10?, 0xc000ba6420}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000039110, {0x2f34f10, 0xc000ba6420}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2b66099, 0xf}, 0x0?, 0x3?, 0xc000ba63c0)
          /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:189
      > github.com/redhat-developer/odo/tests/e2escenarios.glob..func1.5.2()
          /go/odo_1/tests/e2escenarios/e2e_test.go:152
            | 
            | // start dev mode again
            > devSession, err = helper.StartDevMode(helper.DevSessionOpts{})
            | Expect(err).ToNot(HaveOccurred())
            | 
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x103871e, 0x1})
          /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
  ------------------------------
• [147.645 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/3208995477
  Spawning '/go/bin/odo delete component' from /tmp/3208995477
  << Captured StdOut/StdErr Output
------------------------------
• [236.467 seconds]
E2E Test starting with non-empty Directory should verify developer workflow from non-empty Directory
/go/odo_1/tests/e2escenarios/e2e_test.go:196

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo init' from /tmp/4006106620
  Spawning '/go/bin/odo delete component' from /tmp/4006106620
  << Captured StdOut/StdErr Output
------------------------------

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


Ginkgo ran 1 suite in 4m14.568105384s
Test Suite Passed