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=7055b6e2c" ./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: 1693917929 - will randomize all specs

Will run 502 of 954 specs
Running in parallel across 16 processes
SSSSSSSSSSS•SSS•SSSS•SS•S•SSSSS•SS••••SS•SS••SSS••SSS•S•S•SS•SSS••SS•SS•SSS•S•SSS•S•••SS
  ------------------------------
  Progress Report for Ginkgo Process #14
  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: 2m11.156s)
      /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] I0905 12:46:55.585595   12728 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3
        [odo] I0905 12:46:55.585608   12728 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
        [odo] I0905 12:46:55.588700   12728 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:46:55.594755   12728 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:46:55.598654   12728 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
        [odo] I0905 12:46:55.647564   12728 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:46:55.691615   12728 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:46:55.887917   12728 components.go:141] Deployment has 0 ready replicas. Waiting new event...
        [odo] I0905 12:46:55.887953   12728 status.go:34] setting inner loop State "WaitDeployment"
        [odo] I0905 12:46:55.887975   12728 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jwjpal-app, rv: 62740377, generation: 1, pods: 0
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 67 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000330000, {0x30f2f28?, 0xc000e3e000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000330000, {0x30f2f28, 0xc000e3e000}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc0006ca2a0)
          /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:188
      > 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({0x2694993, 0xc0001fef60})
          /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•SS•SS•SSSSSSS•SSS•SSSS•SSS••SS
------------------------------
• [4.795 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/1271835006
  << Captured StdOut/StdErr Output
------------------------------
SSSS••
------------------------------
• [6.798 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/3035580568
  << Captured StdOut/StdErr Output
------------------------------
SS•SS•S•••••
  ------------------------------
  Progress Report for Ginkgo Process #7
  Automatically polling progress:
    odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace should mount the volumes (Spec Runtime: 2m5.05s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695

      Begin Captured GinkgoWriter Output >>
        ...
        [oc]     },
        [oc]     "status": {
        [oc]         "active": 1,
        [oc]         "ready": 0,
        [oc]         "startTime": "2023-09-05T12:48:23Z",
        [oc]         "uncountedTerminatedPods": {}
        [oc]     }
        [oc] }
        [odo] 
        [odo] Tip: Run `odo logs --deploy --follow` to get the logs of the command output.
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 308 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000196b60, {0x30f2ce8?, 0xc000e6ccc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000196b60, {0x30f2ce8, 0xc000e6ccc0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000467c00?, {0x0?, 0x2955fe0?, 0xc0006f4f70?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.(*CmdWrapper).Should(0xc000467c00, 0xc000e77f50)
          /go/odo_1/tests/helper/helper_cmd_wrapper.go:120
      > github.com/redhat-developer/odo/tests/integration.glob..func9.15.3.2()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:696
            | 
            | It("should mount the volumes", func() {
            > 	helper.Cmd("odo", "deploy").Should(func(session *gexec.Session) {
            | 		component := helper.NewComponent(cmpName, "app", labels.ComponentDeployMode, commonVar.Project, commonVar.CliRunner)
            | 		jobDef := component.GetJobDef()
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc0007926c0})
          /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
  ------------------------------
•SS•
  ------------------------------
  Progress Report for Ginkgo Process #16
  Automatically polling progress:
    odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name should successfully use the volume components in container components (Spec Runtime: 2m5.468s)
      /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] I0905 12:48:34.116437   15668 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
        [odo] I0905 12:48:34.121273   15668 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:48:34.124775   15668 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:48:34.129866   15668 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
        [odo] I0905 12:48:34.147707   15668 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:48:34.163367   15668 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:48:34.204556   15668 components.go:141] Deployment has 0 ready replicas. Waiting new event...
        [odo] I0905 12:48:34.204581   15668 status.go:34] setting inner loop State "WaitDeployment"
        [odo] I0905 12:48:34.204602   15668 watch.go:271] deployment watcher Event: Type: MODIFIED, name: ncibdz-app, rv: 62745058, generation: 1, pods: 0
        [odo]  ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 144 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0001ae070, {0x30f2f28?, 0xc000b42ba0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0001ae070, {0x30f2f28, 0xc000b42ba0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc000b42b40)
          /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:188
      > 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, 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
  ------------------------------
•
  ------------------------------
  Progress Report for Ginkgo Process #14
  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: 4m11.164s)
      /go/odo_1/tests/integration/cmd_dev_test.go:2248
      In [BeforeEach] (Node Runtime: 4m0.008s)
        /go/odo_1/tests/integration/cmd_dev_test.go:2223

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0905 12:46:55.585595   12728 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3
        [odo] I0905 12:46:55.585608   12728 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
        [odo] I0905 12:46:55.588700   12728 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:46:55.594755   12728 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:46:55.598654   12728 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
        [odo] I0905 12:46:55.647564   12728 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:46:55.691615   12728 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:46:55.887917   12728 components.go:141] Deployment has 0 ready replicas. Waiting new event...
        [odo] I0905 12:46:55.887953   12728 status.go:34] setting inner loop State "WaitDeployment"
        [odo] I0905 12:46:55.887975   12728 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jwjpal-app, rv: 62740377, generation: 1, pods: 0
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 67 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000330000, {0x30f2f28?, 0xc000e3e000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000330000, {0x30f2f28, 0xc000e3e000}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc0006ca2a0)
          /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:188
      > 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({0x2694993, 0xc0001fef60})
          /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••SS•SS•SSS••••SSSSS•SS•SS•SSSSSSSSSSSSSSSSS•S•
------------------------------
• [89.153 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/388473365
  << Captured StdOut/StdErr Output
------------------------------
S•SSS•SS••SS
  ------------------------------
  Progress Report for Ginkgo Process #7
  Automatically polling progress:
    odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace should mount the volumes (Spec Runtime: 4m5.053s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695
      In [It] (Node Runtime: 4m0.004s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695

      Begin Captured GinkgoWriter Output >>
        ...
        [oc]     },
        [oc]     "status": {
        [oc]         "active": 1,
        [oc]         "ready": 0,
        [oc]         "startTime": "2023-09-05T12:48:23Z",
        [oc]         "uncountedTerminatedPods": {}
        [oc]     }
        [oc] }
        [odo] 
        [odo] Tip: Run `odo logs --deploy --follow` to get the logs of the command output.
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 308 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000196b60, {0x30f2ce8?, 0xc000e6ccc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000196b60, {0x30f2ce8, 0xc000e6ccc0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000467c00?, {0x0?, 0x2955fe0?, 0xc0006f4f70?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.(*CmdWrapper).Should(0xc000467c00, 0xc000e77f50)
          /go/odo_1/tests/helper/helper_cmd_wrapper.go:120
      > github.com/redhat-developer/odo/tests/integration.glob..func9.15.3.2()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:696
            | 
            | It("should mount the volumes", func() {
            > 	helper.Cmd("odo", "deploy").Should(func(session *gexec.Session) {
            | 		component := helper.NewComponent(cmpName, "app", labels.ComponentDeployMode, commonVar.Project, commonVar.CliRunner)
            | 		jobDef := component.GetJobDef()
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc0007926c0})
          /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 #16
  Automatically polling progress:
    odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name should successfully use the volume components in container components (Spec Runtime: 4m5.473s)
      /go/odo_1/tests/integration/cmd_dev_test.go:2248
      In [BeforeEach] (Node Runtime: 4m0.005s)
        /go/odo_1/tests/integration/cmd_dev_test.go:2223

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0905 12:48:34.116437   15668 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
        [odo] I0905 12:48:34.121273   15668 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:48:34.124775   15668 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:48:34.129866   15668 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
        [odo] I0905 12:48:34.147707   15668 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:48:34.163367   15668 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:48:34.204556   15668 components.go:141] Deployment has 0 ready replicas. Waiting new event...
        [odo] I0905 12:48:34.204581   15668 status.go:34] setting inner loop State "WaitDeployment"
        [odo] I0905 12:48:34.204602   15668 watch.go:271] deployment watcher Event: Type: MODIFIED, name: ncibdz-app, rv: 62745058, generation: 1, pods: 0
        [odo]  ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 144 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0001ae070, {0x30f2f28?, 0xc000b42ba0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0001ae070, {0x30f2f28, 0xc000b42ba0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc000b42b40)
          /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:188
      > 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, 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••
  ------------------------------
  Progress Report for Ginkgo Process #14
  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: 6m11.165s)
      /go/odo_1/tests/integration/cmd_dev_test.go:2248
      In [BeforeEach] (Node Runtime: 6m0.009s)
        /go/odo_1/tests/integration/cmd_dev_test.go:2223

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0905 12:46:55.585595   12728 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3
        [odo] I0905 12:46:55.585608   12728 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
        [odo] I0905 12:46:55.588700   12728 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:46:55.594755   12728 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:46:55.598654   12728 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
        [odo] I0905 12:46:55.647564   12728 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:46:55.691615   12728 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:46:55.887917   12728 components.go:141] Deployment has 0 ready replicas. Waiting new event...
        [odo] I0905 12:46:55.887953   12728 status.go:34] setting inner loop State "WaitDeployment"
        [odo] I0905 12:46:55.887975   12728 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jwjpal-app, rv: 62740377, generation: 1, pods: 0
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 67 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000330000, {0x30f2f28?, 0xc000e3e000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000330000, {0x30f2f28, 0xc000e3e000}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc0006ca2a0)
          /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:188
      > 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({0x2694993, 0xc0001fef60})
          /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•••SSS••SSS•SS•SSSS•SSSSS••SSS
------------------------------
• [FAILED] [432.864 seconds]
odo dev command tests when running odo dev with devfile containing volume-component - without metadata.name [BeforeEach] should successfully use the volume components in container components
  [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:2223
  [It] /go/odo_1/tests/integration/cmd_dev_test.go:2248

  Timeline >>
  Created dir: /tmp/3186543129
  Created dir: /tmp/1795405088
  Setting KUBECONFIG=/tmp/1795405088/config
  Running oc with args [oc get project cmd-dev-test2248ayz -o jsonpath={.metadata.name}] and odo env: []
  [oc] Error from server (NotFound): namespaces "cmd-dev-test2248ayz" not found
  Creating a new project: cmd-dev-test2248ayz
  Running oc with args [oc new-project cmd-dev-test2248ayz] and odo env: []
  [oc] Now using project "cmd-dev-test2248ayz" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31952".
  [oc] 
  [oc] You can add applications to this project with the 'new-app' command. For example, try:
  [oc] 
  [oc]     oc new-app rails-postgresql-example
  [oc] 
  [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application:
  [oc] 
  [oc]     kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname
  [oc] 
  Running oc with args [oc get project] and odo env: []
  [oc] NAME                                               DISPLAY NAME   STATUS
  [oc] calico-system                                                     Active
  [oc] cmd-delete-test178pnr                                             Active
  [oc] cmd-delete-test274bdd                                             Active
  [oc] cmd-delete-test274pdt                                             Active
  [oc] cmd-dev-api-server-test221zuc                                     Active
  [oc] cmd-dev-debug-test501xcl                                          Active
  [oc] cmd-dev-test1308cbt                                               Active
  [oc] cmd-dev-test1308wlw                                               Active
  [oc] cmd-dev-test130yjy                                                Active
  [oc] cmd-dev-test1957adv                                               Active
  [oc] cmd-dev-test1957uby                                               Active
  [oc] cmd-dev-test2100lqi                                               Active
  [oc] cmd-dev-test2248ayz                                               Active
  [oc] cmd-dev-test2644qvq                                               Active
  [oc] cmd-dev-test268utd                                                Active
  [oc] cmd-namespace-test162lgv                                          Active
  [oc] default                                                           Active
  [oc] ibm-cert-store                                                    Active
  [oc] ibm-odf-validation-webhook                                        Active
  [oc] ibm-system                                                        Active
  [oc] kube-node-lease                                                   Active
  [oc] kube-public                                                       Active
  [oc] kube-system                                                       Active
  [oc] laxu-namespace                                                    Active
  [oc] openshift                                                         Active
  [oc] openshift-apiserver                                               Active
  [oc] openshift-apiserver-operator                                      Active
  [oc] openshift-authentication                                          Active
  [oc] openshift-authentication-operator                                 Active
  [oc] openshift-cloud-credential-operator                               Active
  [oc] openshift-cloud-network-config-controller                         Active
  [oc] openshift-cluster-csi-drivers                                     Active
  [oc] openshift-cluster-machine-approver                                Active
  [oc] openshift-cluster-node-tuning-operator                            Active
  [oc] openshift-cluster-samples-operator                                Active
  [oc] openshift-cluster-storage-operator                                Active
  [oc] openshift-cluster-version                                         Active
  [oc] openshift-config                                                  Active
  [oc] openshift-config-managed                                          Active
  [oc] openshift-config-operator                                         Active
  [oc] openshift-console                                                 Active
  [oc] openshift-console-operator                                        Active
  [oc] openshift-console-user-settings                                   Active
  [oc] openshift-controller-manager                                      Active
  [oc] openshift-controller-manager-operator                             Active
  [oc] openshift-dns                                                     Active
  [oc] openshift-dns-operator                                            Active
  [oc] openshift-etcd                                                    Active
  [oc] openshift-etcd-operator                                           Active
  [oc] openshift-image-registry                                          Active
  [oc] openshift-infra                                                   Active
  [oc] openshift-ingress                                                 Active
  [oc] openshift-ingress-canary                                          Active
  [oc] openshift-ingress-operator                                        Active
  [oc] openshift-insights                                                Active
  [oc] openshift-kube-apiserver                                          Active
  [oc] openshift-kube-apiserver-operator                                 Active
  [oc] openshift-kube-controller-manager                                 Active
  [oc] openshift-kube-controller-manager-operator                        Active
  [oc] openshift-kube-proxy                                              Active
  [oc] openshift-kube-scheduler                                          Active
  [oc] openshift-kube-scheduler-operator                                 Active
  [oc] openshift-kube-storage-version-migrator                           Active
  [oc] openshift-kube-storage-version-migrator-operator                  Active
  [oc] openshift-machine-api                                             Active
  [oc] openshift-machine-config-operator                                 Active
  [oc] openshift-marketplace                                             Active
  [oc] openshift-monitoring                                              Active
  [oc] openshift-multus                                                  Active
  [oc] openshift-network-diagnostics                                     Active
  [oc] openshift-network-operator                                        Active
  [oc] openshift-node                                                    Active
  [oc] openshift-operator-lifecycle-manager                              Active
  [oc] openshift-operators                                               Active
  [oc] openshift-roks-metrics                                            Active
  [oc] openshift-route-controller-manager                                Active
  [oc] openshift-service-ca                                              Active
  [oc] openshift-service-ca-operator                                     Active
  [oc] openshift-user-workload-monitoring                                Active
  [oc] tigera-operator                                                   Active
  [oc] ubkm-project                                                      Active
  Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test2248ayz] and odo env: []
  [oc] configmap/config-map-for-cleanup created
  Current working dir: /go/odo_1/tests/integration
  Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: []
  [odo] I0905 12:46:47.965986   12519 implem.go:114] The path for preference file is /tmp/1795405088/preference.yaml
  [odo] Successfully removed registry
  [odo] I0905 12:46:47.985540   12519 implem.go:114] The path for preference file is /tmp/1795405088/preference.yaml
  [odo] I0905 12:46:47.992235   12519 segment.go:268] Checking telemetry enable status
  [odo] I0905 12:46:47.992251   12519 segment.go:286] Sending telemetry disabled by env variable
  Running odo with args [odo preference add registry DefaultDevfileRegistry https://devfile-registry-ci-devfile-registry.odo-test-kubernete-449701-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud] and odo env: []
  [odo] I0905 12:46:49.136452   12589 implem.go:114] The path for preference file is /tmp/1795405088/preference.yaml
  [odo] New registry successfully added
  [odo] I0905 12:46:49.190046   12589 implem.go:114] The path for preference file is /tmp/1795405088/preference.yaml
  [odo] I0905 12:46:49.201220   12589 segment.go:268] Checking telemetry enable status
  [odo] I0905 12:46:49.201245   12589 segment.go:286] Sending telemetry disabled by env variable
  Setting current dir to: /tmp/3186543129
  Replacing "nodejs-starter" with "jwjpal" in /tmp/3186543129/package.json
  Running odo with args [odo dev --random-ports --api-server=false] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no]
  [odo] I0905 12:46:50.075909   12728 version.go:37] executing [podman version --format json]
  [odo] I0905 12:46:50.079141   12728 clientset.go:232] no Podman client initialized: exec: "podman": executable file not found in $PATH
  [odo] I0905 12:46:50.079202   12728 implem.go:114] The path for preference file is /tmp/1795405088/preference.yaml
  [odo] I0905 12:46:50.081509   12728 context.go:172] absolute devfile path: '/tmp/3186543129/devfile.yaml'
  [odo] I0905 12:46:50.081564   12728 context.go:113] absolute devfile path: '/tmp/3186543129/devfile.yaml'
  [odo] I0905 12:46:50.084636   12728 content.go:48] converted devfile YAML to JSON
  [odo] I0905 12:46:50.085582   12728 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0905 12:46:50.085646   12728 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0905 12:46:50.110846   12728 schema.go:61] validated devfile schema
  [odo] I0905 12:46:50.163133   12728 validate.go:45] Successfully validated devfile sections
  [odo] I0905 12:46:50.163310   12728 validate.go:45] Successfully validated devfile sections
  [odo] I0905 12:46:51.807856   12728 alizer.go:104] Found components: [{jwjpal /tmp/3186543129/ [{JavaScript [js node nodejs TypeScript] 100 [Express] [NodeJs Node.js] true}] [3000]}]
  [odo] I0905 12:46:51.807971   12728 alizer.go:124] Path: /tmp/3186543129, Detected name: jwjpal, Sanitized name: jwjpal
  [odo] I0905 12:46:51.808062   12728 kclient.go:237] Checking if "projects" resource is supported
  [odo]   __
  [odo]  /  \__     Developing using the "jwjpal" Devfile
  [odo]  \__/  \    Namespace: cmd-dev-test2248ayz
  [odo]  /  \__/    odo version: v3.14.0
  [odo]  \__/
  [odo] 
  [odo] ↪ Running on the cluster in Dev mode
  [odo] I0905 12:46:52.379340   12728 kubedev.go:79] Creating new adapter
  [odo] I0905 12:46:52.379368   12728 kubedev.go:87] Creating inner-loop resources for the component
  [odo] I0905 12:46:52.379618   12728 watch.go:105] starting WatchAndPush, path: /tmp/3186543129, component: jwjpal, ignores [.git .odo .odo/odo-file-index.json]
  [odo] I0905 12:46:52.383528   12728 file_watcher.go:130] adding watch on path /tmp/3186543129
  [odo] I0905 12:46:52.383571   12728 file_watcher.go:130] adding watch on path /tmp/3186543129/.odo
  [odo] I0905 12:46:52.383586   12728 file_watcher.go:130] adding watch on path /tmp/3186543129/test
  [odo] I0905 12:46:52.397206   12728 watch.go:423] Copying files [] to pod
  [odo] I0905 12:46:52.397387   12728 context.go:172] absolute devfile path: '/tmp/3186543129/devfile.yaml'
  [odo] I0905 12:46:52.397406   12728 context.go:113] absolute devfile path: '/tmp/3186543129/devfile.yaml'
  [odo] I0905 12:46:52.398415   12728 content.go:48] converted devfile YAML to JSON
  [odo] I0905 12:46:52.398545   12728 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0905 12:46:52.398578   12728 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0905 12:46:52.404091   12728 schema.go:61] validated devfile schema
  [odo] I0905 12:46:52.404964   12728 validate.go:45] Successfully validated devfile sections
  [odo] I0905 12:46:52.405093   12728 components.go:69] component state: ""
  [odo]  •  Waiting for Kubernetes resources  ...
  [odo] I0905 12:46:52.422972   12728 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Not available]
  [odo] I0905 12:46:52.437922   12728 utils.go:149] No entrypoint defined for the component, setting container runtime entrypoint to 'tail -f /dev/null'. You can set a 'command' and/or 'args' for the component to override this default entrypoint.
  [odo] I0905 12:46:52.437977   12728 utils.go:149] No entrypoint defined for the component, setting container runtime2 entrypoint to 'tail -f /dev/null'. You can set a 'command' and/or 'args' for the component to override this default entrypoint.
  [odo] I0905 12:46:52.463432   12728 kubernetes.go:60] Creating a PVC with name firstvol-jwjpal-app and labels map[app:app app.kubernetes.io/instance:jwjpal app.kubernetes.io/managed-by:odo app.kubernetes.io/managed-by-version:v3.14.0 app.kubernetes.io/part-of:app app.kubernetes.io/storage-name:firstvol component:jwjpal odo.dev/mode:Dev storage-name:firstvol]
  [odo] I0905 12:46:52.502752   12728 kubernetes.go:60] Creating a PVC with name secondvol-jwjpal-app and labels map[app:app app.kubernetes.io/instance:jwjpal app.kubernetes.io/managed-by:odo app.kubernetes.io/managed-by-version:v3.14.0 app.kubernetes.io/part-of:app app.kubernetes.io/storage-name:secondvol component:jwjpal odo.dev/mode:Dev storage-name:secondvol]
  [odo]  ✓  Added storage firstvol to component
  [odo]  ✓  Added storage secondvol to component
  [odo] I0905 12:46:52.557973   12728 utils.go:77] Updating container runtime with mandatory volume mounts
  [odo] I0905 12:46:52.558139   12728 utils.go:77] Updating container runtime2 with mandatory volume mounts
  [odo] I0905 12:46:52.620957   12728 components.go:346] Creating deployment jwjpal-app
  [odo] I0905 12:46:52.620974   12728 components.go:347] The component name is jwjpal
  [odo] I0905 12:46:52.623404   12728 kclient.go:286] Kubernetes version is "v1.25.11+1485cc9"
  [odo] I0905 12:46:52.623432   12728 kclient.go:298] Cluster has support for SSA: true
  [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (containers "runtime", "runtime2" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (containers "runtime", "runtime2" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or containers "runtime", "runtime2" must set securityContext.runAsNonRoot=true), seccompProfile (pod or containers "runtime", "runtime2" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
  [odo] I0905 12:46:52.983239   12728 components.go:378] Successfully created component jwjpal
  [odo] I0905 12:46:53.129545   12728 components.go:390] Successfully created Service for component jwjpal
  [odo] I0905 12:46:53.197390   12728 all.go:46] starting to concurrently query 199 APIs
  [odo] I0905 12:46:53.198110   12728 all.go:62] fired up all goroutines to query APIs
  [odo] I0905 12:46:53.350909   12728 all.go:67] all goroutines have returned in 153.161196ms
  [odo] I0905 12:46:53.350946   12728 all.go:76] query result: objects=8
  [odo] I0905 12:46:53.351092   12728 kclient.go:237] Checking if "servicebindings" resource is supported
  [odo] I0905 12:46:53.356877   12728 kclient.go:237] Checking if "clusterserviceversions" resource is supported
  [odo] I0905 12:46:53.360882   12728 service.go:75] Getting list of services
  [odo] I0905 12:46:53.361279   12728 operators.go:30] Fetching list of operators installed in cluster
  [odo] I0905 12:46:53.445274   12728 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.6
  [odo] I0905 12:46:53.445306   12728 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:46:53.626217   12728 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:46:53.656790   12728 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:46:53.685349   12728 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:46:53.837893   12728 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3
  [odo] I0905 12:46:53.837912   12728 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
  [odo] I0905 12:46:53.841533   12728 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0905 12:46:53.843973   12728 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0905 12:46:53.847102   12728 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
  [odo] I0905 12:46:53.903477   12728 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0905 12:46:53.929165   12728 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0905 12:46:54.256033   12728 components.go:134] Deployment has been updated to generation 1. Waiting new event...
  [odo] I0905 12:46:54.256067   12728 status.go:34] setting inner loop State "WaitDeployment"
  [odo]  ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
  [odo]  ⚠  Pod is Pending
  [odo] I0905 12:46:54.320896   12728 watch.go:271] deployment watcher Event: Type: ADDED, name: jwjpal-app, rv: 62740159, generation: 1, pods: 0
  [odo] I0905 12:46:54.357534   12728 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jwjpal-app, rv: 62740167, generation: 1, pods: 0
  [odo] I0905 12:46:54.358630   12728 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jwjpal-app, rv: 62740194, generation: 1, pods: 0
  [odo] I0905 12:46:54.358641   12728 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jwjpal-app, rv: 62740201, generation: 1, pods: 0
  [odo]  ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
  [odo] I0905 12:46:54.622163   12728 watch.go:423] Copying files [] to pod
  [odo] I0905 12:46:54.625266   12728 context.go:172] absolute devfile path: '/tmp/3186543129/devfile.yaml'
  [odo] I0905 12:46:54.625445   12728 context.go:113] absolute devfile path: '/tmp/3186543129/devfile.yaml'
  [odo] I0905 12:46:54.627243   12728 content.go:48] converted devfile YAML to JSON
  [odo] I0905 12:46:54.627485   12728 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0905 12:46:54.628068   12728 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0905 12:46:54.643242   12728 schema.go:61] validated devfile schema
  [odo] I0905 12:46:54.644942   12728 validate.go:45] Successfully validated devfile sections
  [odo] I0905 12:46:54.645314   12728 components.go:69] component state: "WaitDeployment"
  [odo] I0905 12:46:54.697989   12728 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Not available]
  [odo] I0905 12:46:54.741516   12728 utils.go:149] No entrypoint defined for the component, setting container runtime entrypoint to 'tail -f /dev/null'. You can set a 'command' and/or 'args' for the component to override this default entrypoint.
  [odo] I0905 12:46:54.741535   12728 utils.go:149] No entrypoint defined for the component, setting container runtime2 entrypoint to 'tail -f /dev/null'. You can set a 'command' and/or 'args' for the component to override this default entrypoint.
  [odo] I0905 12:46:54.840809   12728 utils.go:77] Updating container runtime with mandatory volume mounts
  [odo] I0905 12:46:54.840827   12728 utils.go:77] Updating container runtime2 with mandatory volume mounts
  [odo] I0905 12:46:54.927204   12728 components.go:346] Creating deployment jwjpal-app
  [odo] I0905 12:46:54.927220   12728 components.go:347] The component name is jwjpal
  [odo] I0905 12:46:54.927226   12728 components.go:350] The component already exists, attempting to update it
  [odo] I0905 12:46:54.927238   12728 components.go:352] Applying deployment
  [odo] I0905 12:46:55.020955   12728 components.go:361] Successfully updated component jwjpal
  [odo] I0905 12:46:55.071831   12728 components.go:748] Successfully update Service for component jwjpal
  [odo] I0905 12:46:55.122884   12728 all.go:46] starting to concurrently query 199 APIs
  [odo] I0905 12:46:55.123369   12728 all.go:62] fired up all goroutines to query APIs
  [odo] I0905 12:46:55.305916   12728 all.go:67] all goroutines have returned in 183.039892ms
  [odo] I0905 12:46:55.305940   12728 all.go:76] query result: objects=8
  [odo] I0905 12:46:55.306017   12728 kclient.go:237] Checking if "servicebindings" resource is supported
  [odo] I0905 12:46:55.306041   12728 kclient.go:237] Checking if "clusterserviceversions" resource is supported
  [odo] I0905 12:46:55.306050   12728 service.go:75] Getting list of services
  [odo] I0905 12:46:55.306054   12728 operators.go:30] Fetching list of operators installed in cluster
  [odo] I0905 12:46:55.404315   12728 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.6
  [odo] I0905 12:46:55.404387   12728 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:46:55.505691   12728 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:46:55.542278   12728 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:46:55.573124   12728 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:46:55.585595   12728 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3
  [odo] I0905 12:46:55.585608   12728 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
  [odo] I0905 12:46:55.588700   12728 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0905 12:46:55.594755   12728 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0905 12:46:55.598654   12728 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
  [odo] I0905 12:46:55.647564   12728 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0905 12:46:55.691615   12728 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0905 12:46:55.887917   12728 components.go:141] Deployment has 0 ready replicas. Waiting new event...
  [odo] I0905 12:46:55.887953   12728 status.go:34] setting inner loop State "WaitDeployment"
  [odo] I0905 12:46:55.887975   12728 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jwjpal-app, rv: 62740377, generation: 1, pods: 0
  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: 2m11.156s)
      /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

      Spec Goroutine
      goroutine 67 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000330000, {0x30f2f28?, 0xc000e3e000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000330000, {0x30f2f28, 0xc000e3e000}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc0006ca2a0)
          /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:188
      > 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({0x2694993, 0xc0001fef60})
          /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
  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: 4m11.164s)
      /go/odo_1/tests/integration/cmd_dev_test.go:2248
      In [BeforeEach] (Node Runtime: 4m0.008s)
        /go/odo_1/tests/integration/cmd_dev_test.go:2223

      Spec Goroutine
      goroutine 67 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000330000, {0x30f2f28?, 0xc000e3e000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000330000, {0x30f2f28, 0xc000e3e000}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc0006ca2a0)
          /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:188
      > 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({0x2694993, 0xc0001fef60})
          /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
  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: 6m11.165s)
      /go/odo_1/tests/integration/cmd_dev_test.go:2248
      In [BeforeEach] (Node Runtime: 6m0.009s)
        /go/odo_1/tests/integration/cmd_dev_test.go:2223

      Spec Goroutine
      goroutine 67 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000330000, {0x30f2f28?, 0xc000e3e000}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000330000, {0x30f2f28, 0xc000e3e000}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc0006ca2a0)
          /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:188
      > 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({0x2694993, 0xc0001fef60})
          /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
  [odo]  ⚠  AttachVolume.Attach failed for volume "pvc-1606fb7f-4869-4b2a-b0d5-9fd061018b19" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-ead57323-f582-4fee-a68b-c7fcbd5c5092
  [odo]  ⚠  AttachVolume.Attach failed for volume "pvc-8521c60b-5aa0-433d-86dc-8bc09d2ba498" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-cafd8507-9798-4a46-8a0f-440ba39d1c04
  [odo]  ⚠  Unable to attach or mount volumes: unmounted volumes=[firstvol-jwjpal-app-vol secondvol-jwjpal-app-vol], unattached volumes=[odo-shared-data firstvol-jwjpal-app-vol secondvol-jwjpal-app-vol kube-api-access-xtxx6 odo-projects]: timed out waiting for the condition
  [FAILED] in [BeforeEach] - /go/odo_1/tests/helper/helper_run.go:54 @ 09/05/23 12:53:49.408
  Running oc with args [oc get project cmd-dev-test2248ayz -o jsonpath={.metadata.name}] and odo env: []
  [oc] cmd-dev-test2248ayzDeleting project: cmd-dev-test2248ayz
  Running oc with args [oc delete project cmd-dev-test2248ayz --wait=false] and odo env: []
  [oc] project.project.openshift.io "cmd-dev-test2248ayz" deleted
  Setting current dir to: /go/odo_1/tests/integration
  Deleting dir: /tmp/3186543129
  Deleting dir: /tmp/1795405088
  << Timeline

  [FAILED] Timed out after 420.001s.
  Expected
      <string>:   __
       /  \__     Developing using the "jwjpal" Devfile
       \__/  \    Namespace: cmd-dev-test2248ayz
       /  \__/    odo version: v3.14.0
       \__/
      
      ↪ Running on the cluster in Dev mode
       •  Waiting for Kubernetes resources  ...
       ✓  Added storage firstvol to component
       ✓  Added storage secondvol to component
       ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
       ⚠  Pod is Pending
       ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
       ⚠  AttachVolume.Attach failed for volume "pvc-1606fb7f-4869-4b2a-b0d5-9fd061018b19" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-ead57323-f582-4fee-a68b-c7fcbd5c5092
       ⚠  AttachVolume.Attach failed for volume "pvc-8521c60b-5aa0-433d-86dc-8bc09d2ba498" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-cafd8507-9798-4a46-8a0f-440ba39d1c04
       ⚠  Unable to attach or mount volumes: unmounted volumes=[firstvol-jwjpal-app-vol secondvol-jwjpal-app-vol], unattached volumes=[odo-shared-data firstvol-jwjpal-app-vol secondvol-jwjpal-app-vol kube-api-access-xtxx6 odo-projects]: timed out waiting for the condition
      
  to contain substring
      <string>: [Ctrl+c] - Exit
  In [BeforeEach] at: /go/odo_1/tests/helper/helper_run.go:54 @ 09/05/23 12:53:49.408
------------------------------
S•S••S•SS•S•••SSSS•SSSSSSS
  ------------------------------
  Progress Report for Ginkgo Process #7
  Automatically polling progress:
    odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace should mount the volumes (Spec Runtime: 6m5.055s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695
      In [It] (Node Runtime: 6m0.007s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695

      Begin Captured GinkgoWriter Output >>
        ...
        [oc]     },
        [oc]     "status": {
        [oc]         "active": 1,
        [oc]         "ready": 0,
        [oc]         "startTime": "2023-09-05T12:48:23Z",
        [oc]         "uncountedTerminatedPods": {}
        [oc]     }
        [oc] }
        [odo] 
        [odo] Tip: Run `odo logs --deploy --follow` to get the logs of the command output.
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 308 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000196b60, {0x30f2ce8?, 0xc000e6ccc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000196b60, {0x30f2ce8, 0xc000e6ccc0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000467c00?, {0x0?, 0x2955fe0?, 0xc0006f4f70?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.(*CmdWrapper).Should(0xc000467c00, 0xc000e77f50)
          /go/odo_1/tests/helper/helper_cmd_wrapper.go:120
      > github.com/redhat-developer/odo/tests/integration.glob..func9.15.3.2()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:696
            | 
            | It("should mount the volumes", func() {
            > 	helper.Cmd("odo", "deploy").Should(func(session *gexec.Session) {
            | 		component := helper.NewComponent(cmpName, "app", labels.ComponentDeployMode, commonVar.Project, commonVar.CliRunner)
            | 		jobDef := component.GetJobDef()
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc0007926c0})
          /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 #16
  Automatically polling progress:
    odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name should successfully use the volume components in container components (Spec Runtime: 6m5.476s)
      /go/odo_1/tests/integration/cmd_dev_test.go:2248
      In [BeforeEach] (Node Runtime: 6m0.009s)
        /go/odo_1/tests/integration/cmd_dev_test.go:2223

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0905 12:48:34.129866   15668 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
        [odo] I0905 12:48:34.147707   15668 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:48:34.163367   15668 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:48:34.204556   15668 components.go:141] Deployment has 0 ready replicas. Waiting new event...
        [odo] I0905 12:48:34.204581   15668 status.go:34] setting inner loop State "WaitDeployment"
        [odo] I0905 12:48:34.204602   15668 watch.go:271] deployment watcher Event: Type: MODIFIED, name: ncibdz-app, rv: 62745058, generation: 1, pods: 0
        [odo]  ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
        [odo]  ⚠  AttachVolume.Attach failed for volume "pvc-824d3ff1-94cd-4df4-9329-3d018fb6d6fa" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-a0170909-9a26-487f-9b6d-f0cc05e660b3
        [odo]  ⚠  AttachVolume.Attach failed for volume "pvc-4496baf8-69f5-4630-bb1b-532f1e527b29" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-95c479db-807d-4244-9d38-dde1913a8e8d
        [odo]  ⚠  Unable to attach or mount volumes: unmounted volumes=[secondvol-ncibdz-app-vol firstvol-ncibdz-app-vol], unattached volumes=[secondvol-ncibdz-app-vol kube-api-access-ccmsl odo-projects odo-shared-data firstvol-ncibdz-app-vol]: timed out waiting for the condition
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 144 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0001ae070, {0x30f2f28?, 0xc000b42ba0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0001ae070, {0x30f2f28, 0xc000b42ba0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc000b42b40)
          /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:188
      > 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, 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
  ------------------------------
••••••SS•S•SS•SS•SS•SSS•SSSSSSSSSSS•SS•••S•SSSS•SSSSS•SSSSS••SSSS
------------------------------
• [FAILED] [426.605 seconds]
odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name [BeforeEach] should successfully use the volume components in container components
  [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:2223
  [It] /go/odo_1/tests/integration/cmd_dev_test.go:2248

  Timeline >>
  Created dir: /tmp/3609668739
  Created dir: /tmp/224331765
  Setting KUBECONFIG=/tmp/224331765/config
  Running oc with args [oc get project cmd-dev-test2248xxl -o jsonpath={.metadata.name}] and odo env: []
  [oc] Error from server (NotFound): namespaces "cmd-dev-test2248xxl" not found
  Creating a new project: cmd-dev-test2248xxl
  Running oc with args [oc new-project cmd-dev-test2248xxl] and odo env: []
  [oc] Now using project "cmd-dev-test2248xxl" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31952".
  [oc] 
  [oc] You can add applications to this project with the 'new-app' command. For example, try:
  [oc] 
  [oc]     oc new-app rails-postgresql-example
  [oc] 
  [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application:
  [oc] 
  [oc]     kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname
  [oc] 
  Running oc with args [oc get project] and odo env: []
  [oc] NAME                                               DISPLAY NAME   STATUS
  [oc] calico-system                                                     Active
  [oc] cmd-describe-component-test264sdp                                 Active
  [oc] cmd-dev-debug-test225hoa                                          Active
  [oc] cmd-dev-debug-test501xcl                                          Terminating
  [oc] cmd-dev-debug-test631cpf                                          Terminating
  [oc] cmd-dev-test1713smw                                               Active
  [oc] cmd-dev-test1775ygd                                               Active
  [oc] cmd-dev-test2028xre                                               Active
  [oc] cmd-dev-test2248ayz                                               Active
  [oc] cmd-dev-test3050hsf                                               Terminating
  [oc] cmd-dev-test3361hki                                               Active
  [oc] cmd-dev-test3433wzq                                               Terminating
  [oc] cmd-dev-test3788hch                                               Active
  [oc] cmd-dev-test4059szh                                               Active
  [oc] cmd-dev-test706jau                                                Active
  [oc] cmd-dev-test724woj                                                Active
  [oc] cmd-devfile-deploy-test538tjp                                     Terminating
  [oc] cmd-devfile-deploy-test695vjg                                     Active
  [oc] cmd-devfile-list-test181vod                                       Active
  [oc] cmd-devfile-list-test193qwz                                       Active
  [oc] cmd-run-test100vgb                                                Active
  [oc] default                                                           Active
  [oc] ibm-cert-store                                                    Active
  [oc] ibm-odf-validation-webhook                                        Active
  [oc] ibm-system                                                        Active
  [oc] kube-node-lease                                                   Active
  [oc] kube-public                                                       Active
  [oc] kube-system                                                       Active
  [oc] laxu-namespace                                                    Active
  [oc] openshift                                                         Active
  [oc] openshift-apiserver                                               Active
  [oc] openshift-apiserver-operator                                      Active
  [oc] openshift-authentication                                          Active
  [oc] openshift-authentication-operator                                 Active
  [oc] openshift-cloud-credential-operator                               Active
  [oc] openshift-cloud-network-config-controller                         Active
  [oc] openshift-cluster-csi-drivers                                     Active
  [oc] openshift-cluster-machine-approver                                Active
  [oc] openshift-cluster-node-tuning-operator                            Active
  [oc] openshift-cluster-samples-operator                                Active
  [oc] openshift-cluster-storage-operator                                Active
  [oc] openshift-cluster-version                                         Active
  [oc] openshift-config                                                  Active
  [oc] openshift-config-managed                                          Active
  [oc] openshift-config-operator                                         Active
  [oc] openshift-console                                                 Active
  [oc] openshift-console-operator                                        Active
  [oc] openshift-console-user-settings                                   Active
  [oc] openshift-controller-manager                                      Active
  [oc] openshift-controller-manager-operator                             Active
  [oc] openshift-dns                                                     Active
  [oc] openshift-dns-operator                                            Active
  [oc] openshift-etcd                                                    Active
  [oc] openshift-etcd-operator                                           Active
  [oc] openshift-image-registry                                          Active
  [oc] openshift-infra                                                   Active
  [oc] openshift-ingress                                                 Active
  [oc] openshift-ingress-canary                                          Active
  [oc] openshift-ingress-operator                                        Active
  [oc] openshift-insights                                                Active
  [oc] openshift-kube-apiserver                                          Active
  [oc] openshift-kube-apiserver-operator                                 Active
  [oc] openshift-kube-controller-manager                                 Active
  [oc] openshift-kube-controller-manager-operator                        Active
  [oc] openshift-kube-proxy                                              Active
  [oc] openshift-kube-scheduler                                          Active
  [oc] openshift-kube-scheduler-operator                                 Active
  [oc] openshift-kube-storage-version-migrator                           Active
  [oc] openshift-kube-storage-version-migrator-operator                  Active
  [oc] openshift-machine-api                                             Active
  [oc] openshift-machine-config-operator                                 Active
  [oc] openshift-marketplace                                             Active
  [oc] openshift-monitoring                                              Active
  [oc] openshift-multus                                                  Active
  [oc] openshift-network-diagnostics                                     Active
  [oc] openshift-network-operator                                        Active
  [oc] openshift-node                                                    Active
  [oc] openshift-operator-lifecycle-manager                              Active
  [oc] openshift-operators                                               Active
  [oc] openshift-roks-metrics                                            Active
  [oc] openshift-route-controller-manager                                Active
  [oc] openshift-service-ca                                              Active
  [oc] openshift-service-ca-operator                                     Active
  [oc] openshift-user-workload-monitoring                                Active
  [oc] tigera-operator                                                   Active
  [oc] ubkm-project                                                      Active
  Running oc with args [oc get project] and odo env: []
  [oc] NAME                                               DISPLAY NAME   STATUS
  [oc] calico-system                                                     Active
  [oc] cmd-describe-component-test264sdp                                 Active
  [oc] cmd-dev-debug-test225hoa                                          Active
  [oc] cmd-dev-debug-test501xcl                                          Terminating
  [oc] cmd-dev-debug-test631cpf                                          Terminating
  [oc] cmd-dev-test1713smw                                               Active
  [oc] cmd-dev-test1775ygd                                               Active
  [oc] cmd-dev-test2028xre                                               Active
  [oc] cmd-dev-test2248ayz                                               Active
  [oc] cmd-dev-test2248xxl                                               Active
  [oc] cmd-dev-test3050hsf                                               Terminating
  [oc] cmd-dev-test3361hki                                               Active
  [oc] cmd-dev-test3433wzq                                               Terminating
  [oc] cmd-dev-test3788hch                                               Active
  [oc] cmd-dev-test4059szh                                               Active
  [oc] cmd-dev-test706jau                                                Active
  [oc] cmd-dev-test724woj                                                Active
  [oc] cmd-devfile-deploy-test695vjg                                     Active
  [oc] cmd-devfile-list-test181vod                                       Active
  [oc] cmd-devfile-list-test193qwz                                       Active
  [oc] cmd-run-test100vgb                                                Active
  [oc] default                                                           Active
  [oc] ibm-cert-store                                                    Active
  [oc] ibm-odf-validation-webhook                                        Active
  [oc] ibm-system                                                        Active
  [oc] kube-node-lease                                                   Active
  [oc] kube-public                                                       Active
  [oc] kube-system                                                       Active
  [oc] laxu-namespace                                                    Active
  [oc] openshift                                                         Active
  [oc] openshift-apiserver                                               Active
  [oc] openshift-apiserver-operator                                      Active
  [oc] openshift-authentication                                          Active
  [oc] openshift-authentication-operator                                 Active
  [oc] openshift-cloud-credential-operator                               Active
  [oc] openshift-cloud-network-config-controller                         Active
  [oc] openshift-cluster-csi-drivers                                     Active
  [oc] openshift-cluster-machine-approver                                Active
  [oc] openshift-cluster-node-tuning-operator                            Active
  [oc] openshift-cluster-samples-operator                                Active
  [oc] openshift-cluster-storage-operator                                Active
  [oc] openshift-cluster-version                                         Active
  [oc] openshift-config                                                  Active
  [oc] openshift-config-managed                                          Active
  [oc] openshift-config-operator                                         Active
  [oc] openshift-console                                                 Active
  [oc] openshift-console-operator                                        Active
  [oc] openshift-console-user-settings                                   Active
  [oc] openshift-controller-manager                                      Active
  [oc] openshift-controller-manager-operator                             Active
  [oc] openshift-dns                                                     Active
  [oc] openshift-dns-operator                                            Active
  [oc] openshift-etcd                                                    Active
  [oc] openshift-etcd-operator                                           Active
  [oc] openshift-image-registry                                          Active
  [oc] openshift-infra                                                   Active
  [oc] openshift-ingress                                                 Active
  [oc] openshift-ingress-canary                                          Active
  [oc] openshift-ingress-operator                                        Active
  [oc] openshift-insights                                                Active
  [oc] openshift-kube-apiserver                                          Active
  [oc] openshift-kube-apiserver-operator                                 Active
  [oc] openshift-kube-controller-manager                                 Active
  [oc] openshift-kube-controller-manager-operator                        Active
  [oc] openshift-kube-proxy                                              Active
  [oc] openshift-kube-scheduler                                          Active
  [oc] openshift-kube-scheduler-operator                                 Active
  [oc] openshift-kube-storage-version-migrator                           Active
  [oc] openshift-kube-storage-version-migrator-operator                  Active
  [oc] openshift-machine-api                                             Active
  [oc] openshift-machine-config-operator                                 Active
  [oc] openshift-marketplace                                             Active
  [oc] openshift-monitoring                                              Active
  [oc] openshift-multus                                                  Active
  [oc] openshift-network-diagnostics                                     Active
  [oc] openshift-network-operator                                        Active
  [oc] openshift-node                                                    Active
  [oc] openshift-operator-lifecycle-manager                              Active
  [oc] openshift-operators                                               Active
  [oc] openshift-roks-metrics                                            Active
  [oc] openshift-route-controller-manager                                Active
  [oc] openshift-service-ca                                              Active
  [oc] openshift-service-ca-operator                                     Active
  [oc] openshift-user-workload-monitoring                                Active
  [oc] tigera-operator                                                   Active
  [oc] ubkm-project                                                      Active
  Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test2248xxl] and odo env: []
  [oc] configmap/config-map-for-cleanup created
  Current working dir: /go/odo_1/tests/integration
  Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: []
  [odo] I0905 12:48:31.325716   15639 implem.go:114] The path for preference file is /tmp/224331765/preference.yaml
  [odo] Successfully removed registry
  [odo] I0905 12:48:31.327955   15639 implem.go:114] The path for preference file is /tmp/224331765/preference.yaml
  [odo] I0905 12:48:31.328442   15639 segment.go:268] Checking telemetry enable status
  [odo] I0905 12:48:31.328452   15639 segment.go:286] Sending telemetry disabled by env variable
  Running odo with args [odo preference add registry DefaultDevfileRegistry https://devfile-registry-ci-devfile-registry.odo-test-kubernete-449701-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud] and odo env: []
  [odo] I0905 12:48:31.674715   15654 implem.go:114] The path for preference file is /tmp/224331765/preference.yaml
  [odo] New registry successfully added
  [odo] I0905 12:48:31.677227   15654 implem.go:114] The path for preference file is /tmp/224331765/preference.yaml
  [odo] I0905 12:48:31.679132   15654 segment.go:268] Checking telemetry enable status
  [odo] I0905 12:48:31.679145   15654 segment.go:286] Sending telemetry disabled by env variable
  Setting current dir to: /tmp/3609668739
  Running odo with args [odo dev --random-ports --api-server=false] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no]
  [odo] I0905 12:48:32.012319   15668 version.go:37] executing [podman version --format json]
  [odo] I0905 12:48:32.012955   15668 clientset.go:232] no Podman client initialized: exec: "podman": executable file not found in $PATH
  [odo] I0905 12:48:32.013002   15668 implem.go:114] The path for preference file is /tmp/224331765/preference.yaml
  [odo] I0905 12:48:32.014628   15668 context.go:172] absolute devfile path: '/tmp/3609668739/devfile.yaml'
  [odo] I0905 12:48:32.014644   15668 context.go:113] absolute devfile path: '/tmp/3609668739/devfile.yaml'
  [odo] I0905 12:48:32.016161   15668 content.go:48] converted devfile YAML to JSON
  [odo] I0905 12:48:32.016563   15668 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0905 12:48:32.016721   15668 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0905 12:48:32.035841   15668 schema.go:61] validated devfile schema
  [odo] I0905 12:48:32.039269   15668 validate.go:45] Successfully validated devfile sections
  [odo] I0905 12:48:32.039289   15668 validate.go:45] Successfully validated devfile sections
  [odo] I0905 12:48:32.039351   15668 component.go:87] name of component is "ncibdz", and sanitized name is "ncibdz"
  [odo] I0905 12:48:32.039396   15668 kclient.go:237] Checking if "projects" resource is supported
  [odo]   __
  [odo]  /  \__     Developing using the "ncibdz" Devfile
  [odo]  \__/  \    Namespace: cmd-dev-test2248xxl
  [odo]  /  \__/    odo version: v3.14.0
  [odo]  \__/
  [odo] 
  [odo] ↪ Running on the cluster in Dev mode
  [odo] I0905 12:48:32.275191   15668 kubedev.go:79] Creating new adapter
  [odo] I0905 12:48:32.275203   15668 kubedev.go:87] Creating inner-loop resources for the component
  [odo] I0905 12:48:32.275215   15668 watch.go:105] starting WatchAndPush, path: /tmp/3609668739, component: ncibdz, ignores [.git .odo .odo/odo-file-index.json]
  [odo] I0905 12:48:32.276539   15668 file_watcher.go:130] adding watch on path /tmp/3609668739
  [odo] I0905 12:48:32.276563   15668 file_watcher.go:130] adding watch on path /tmp/3609668739/.odo
  [odo] I0905 12:48:32.276572   15668 file_watcher.go:130] adding watch on path /tmp/3609668739/test
  [odo] I0905 12:48:32.287455   15668 watch.go:423] Copying files [] to pod
  [odo] I0905 12:48:32.287509   15668 context.go:172] absolute devfile path: '/tmp/3609668739/devfile.yaml'
  [odo] I0905 12:48:32.287516   15668 context.go:113] absolute devfile path: '/tmp/3609668739/devfile.yaml'
  [odo] I0905 12:48:32.288188   15668 content.go:48] converted devfile YAML to JSON
  [odo] I0905 12:48:32.288247   15668 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0905 12:48:32.288255   15668 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0905 12:48:32.293720   15668 schema.go:61] validated devfile schema
  [odo] I0905 12:48:32.293956   15668 validate.go:45] Successfully validated devfile sections
  [odo] I0905 12:48:32.293975   15668 components.go:69] component state: ""
  [odo]  •  Waiting for Kubernetes resources  ...
  [odo] I0905 12:48:32.327418   15668 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Not available]
  [odo] I0905 12:48:32.334076   15668 utils.go:149] No entrypoint defined for the component, setting container runtime entrypoint to 'tail -f /dev/null'. You can set a 'command' and/or 'args' for the component to override this default entrypoint.
  [odo] I0905 12:48:32.334090   15668 utils.go:149] No entrypoint defined for the component, setting container runtime2 entrypoint to 'tail -f /dev/null'. You can set a 'command' and/or 'args' for the component to override this default entrypoint.
  [odo] I0905 12:48:32.423037   15668 kubernetes.go:60] Creating a PVC with name firstvol-ncibdz-app and labels map[app:app app.kubernetes.io/instance:ncibdz app.kubernetes.io/managed-by:odo app.kubernetes.io/managed-by-version:v3.14.0 app.kubernetes.io/part-of:app app.kubernetes.io/storage-name:firstvol component:ncibdz odo.dev/mode:Dev storage-name:firstvol]
  [odo]  ✓  Added storage firstvol to component
  [odo] I0905 12:48:32.476589   15668 kubernetes.go:60] Creating a PVC with name secondvol-ncibdz-app and labels map[app:app app.kubernetes.io/instance:ncibdz app.kubernetes.io/managed-by:odo app.kubernetes.io/managed-by-version:v3.14.0 app.kubernetes.io/part-of:app app.kubernetes.io/storage-name:secondvol component:ncibdz odo.dev/mode:Dev storage-name:secondvol]
  [odo]  ✓  Added storage secondvol to component
  [odo] I0905 12:48:32.509346   15668 utils.go:77] Updating container runtime with mandatory volume mounts
  [odo] I0905 12:48:32.509363   15668 utils.go:77] Updating container runtime2 with mandatory volume mounts
  [odo] I0905 12:48:32.573006   15668 components.go:346] Creating deployment ncibdz-app
  [odo] I0905 12:48:32.573022   15668 components.go:347] The component name is ncibdz
  [odo] I0905 12:48:32.577450   15668 kclient.go:286] Kubernetes version is "v1.25.11+1485cc9"
  [odo] I0905 12:48:32.577472   15668 kclient.go:298] Cluster has support for SSA: true
  [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (containers "runtime", "runtime2" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (containers "runtime", "runtime2" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or containers "runtime", "runtime2" must set securityContext.runAsNonRoot=true), seccompProfile (pod or containers "runtime", "runtime2" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
  [odo] I0905 12:48:32.707390   15668 components.go:378] Successfully created component ncibdz
  [odo] I0905 12:48:32.759883   15668 components.go:390] Successfully created Service for component ncibdz
  [odo] I0905 12:48:32.778859   15668 all.go:46] starting to concurrently query 199 APIs
  [odo] I0905 12:48:32.779080   15668 all.go:62] fired up all goroutines to query APIs
  [odo] I0905 12:48:32.868141   15668 all.go:67] all goroutines have returned in 89.270753ms
  [odo] I0905 12:48:32.868163   15668 all.go:76] query result: objects=7
  [odo] I0905 12:48:32.868298   15668 kclient.go:237] Checking if "servicebindings" resource is supported
  [odo] I0905 12:48:32.873045   15668 kclient.go:237] Checking if "clusterserviceversions" resource is supported
  [odo] I0905 12:48:32.876876   15668 service.go:75] Getting list of services
  [odo] I0905 12:48:32.876887   15668 operators.go:30] Fetching list of operators installed in cluster
  [odo] I0905 12:48:32.920420   15668 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.6
  [odo] I0905 12:48:32.920498   15668 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:48:32.971767   15668 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:48:32.987162   15668 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:48:33.007807   15668 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:48:33.031675   15668 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3
  [odo] I0905 12:48:33.031721   15668 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
  [odo] I0905 12:48:33.037059   15668 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0905 12:48:33.041710   15668 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0905 12:48:33.046260   15668 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
  [odo] I0905 12:48:33.062803   15668 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0905 12:48:33.086663   15668 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0905 12:48:33.194459   15668 components.go:134] Deployment has been updated to generation 1. Waiting new event...
  [odo] I0905 12:48:33.194477   15668 status.go:34] setting inner loop State "WaitDeployment"
  [odo] I0905 12:48:33.197805   15668 watch.go:271] deployment watcher Event: Type: ADDED, name: ncibdz-app, rv: 62744923, generation: 1, pods: 0
  [odo] I0905 12:48:33.222100   15668 watch.go:271] deployment watcher Event: Type: MODIFIED, name: ncibdz-app, rv: 62744933, generation: 1, pods: 0
  [odo]  ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
  [odo]  ⚠  Pod is Pending
  [odo] I0905 12:48:33.223081   15668 watch.go:271] deployment watcher Event: Type: MODIFIED, name: ncibdz-app, rv: 62744941, generation: 1, pods: 0
  [odo] I0905 12:48:33.223403   15668 watch.go:271] deployment watcher Event: Type: MODIFIED, name: ncibdz-app, rv: 62744950, generation: 1, pods: 0
  [odo] I0905 12:48:33.498709   15668 watch.go:423] Copying files [] to pod
  [odo] I0905 12:48:33.499118   15668 context.go:172] absolute devfile path: '/tmp/3609668739/devfile.yaml'
  [odo] I0905 12:48:33.499134   15668 context.go:113] absolute devfile path: '/tmp/3609668739/devfile.yaml'
  [odo] I0905 12:48:33.500436   15668 content.go:48] converted devfile YAML to JSON
  [odo] I0905 12:48:33.500549   15668 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0905 12:48:33.500562   15668 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0905 12:48:33.520612   15668 schema.go:61] validated devfile schema
  [odo] I0905 12:48:33.521352   15668 validate.go:45] Successfully validated devfile sections
  [odo] I0905 12:48:33.521412   15668 components.go:69] component state: "WaitDeployment"
  [odo] I0905 12:48:33.567956   15668 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:Not available]
  [odo] I0905 12:48:33.582091   15668 utils.go:149] No entrypoint defined for the component, setting container runtime entrypoint to 'tail -f /dev/null'. You can set a 'command' and/or 'args' for the component to override this default entrypoint.
  [odo] I0905 12:48:33.582105   15668 utils.go:149] No entrypoint defined for the component, setting container runtime2 entrypoint to 'tail -f /dev/null'. You can set a 'command' and/or 'args' for the component to override this default entrypoint.
  [odo] I0905 12:48:33.662997   15668 utils.go:77] Updating container runtime with mandatory volume mounts
  [odo] I0905 12:48:33.663019   15668 utils.go:77] Updating container runtime2 with mandatory volume mounts
  [odo] I0905 12:48:33.715307   15668 components.go:346] Creating deployment ncibdz-app
  [odo] I0905 12:48:33.715353   15668 components.go:347] The component name is ncibdz
  [odo] I0905 12:48:33.715369   15668 components.go:350] The component already exists, attempting to update it
  [odo] I0905 12:48:33.715385   15668 components.go:352] Applying deployment
  [odo] I0905 12:48:33.769407   15668 components.go:361] Successfully updated component ncibdz
  [odo] I0905 12:48:33.832922   15668 components.go:748] Successfully update Service for component ncibdz
  [odo] I0905 12:48:33.857156   15668 all.go:46] starting to concurrently query 199 APIs
  [odo] I0905 12:48:33.857271   15668 all.go:62] fired up all goroutines to query APIs
  [odo] I0905 12:48:33.909658   15668 all.go:67] all goroutines have returned in 52.500545ms
  [odo] I0905 12:48:33.909683   15668 all.go:76] query result: objects=8
  [odo] I0905 12:48:33.909736   15668 kclient.go:237] Checking if "servicebindings" resource is supported
  [odo] I0905 12:48:33.909762   15668 kclient.go:237] Checking if "clusterserviceversions" resource is supported
  [odo] I0905 12:48:33.909772   15668 service.go:75] Getting list of services
  [odo] I0905 12:48:33.909779   15668 operators.go:30] Fetching list of operators installed in cluster
  [odo] I0905 12:48:33.954139   15668 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.6
  [odo] I0905 12:48:33.954172   15668 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:48:33.976455   15668 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:48:34.010528   15668 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:48:34.030102   15668 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io
  [odo] I0905 12:48:34.116409   15668 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3
  [odo] I0905 12:48:34.116437   15668 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
  [odo] I0905 12:48:34.121273   15668 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0905 12:48:34.124775   15668 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0905 12:48:34.129866   15668 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
  [odo] I0905 12:48:34.147707   15668 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0905 12:48:34.163367   15668 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0905 12:48:34.204556   15668 components.go:141] Deployment has 0 ready replicas. Waiting new event...
  [odo] I0905 12:48:34.204581   15668 status.go:34] setting inner loop State "WaitDeployment"
  [odo] I0905 12:48:34.204602   15668 watch.go:271] deployment watcher Event: Type: MODIFIED, name: ncibdz-app, rv: 62745058, generation: 1, pods: 0
  [odo]  ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
  Automatically polling progress:
    odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name should successfully use the volume components in container components (Spec Runtime: 2m5.468s)
      /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

      Spec Goroutine
      goroutine 144 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0001ae070, {0x30f2f28?, 0xc000b42ba0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0001ae070, {0x30f2f28, 0xc000b42ba0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc000b42b40)
          /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:188
      > 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, 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
  Automatically polling progress:
    odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name should successfully use the volume components in container components (Spec Runtime: 4m5.473s)
      /go/odo_1/tests/integration/cmd_dev_test.go:2248
      In [BeforeEach] (Node Runtime: 4m0.005s)
        /go/odo_1/tests/integration/cmd_dev_test.go:2223

      Spec Goroutine
      goroutine 144 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0001ae070, {0x30f2f28?, 0xc000b42ba0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0001ae070, {0x30f2f28, 0xc000b42ba0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc000b42b40)
          /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:188
      > 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, 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
  [odo]  ⚠  AttachVolume.Attach failed for volume "pvc-824d3ff1-94cd-4df4-9329-3d018fb6d6fa" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-a0170909-9a26-487f-9b6d-f0cc05e660b3
  [odo]  ⚠  AttachVolume.Attach failed for volume "pvc-4496baf8-69f5-4630-bb1b-532f1e527b29" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-95c479db-807d-4244-9d38-dde1913a8e8d
  [odo]  ⚠  Unable to attach or mount volumes: unmounted volumes=[secondvol-ncibdz-app-vol firstvol-ncibdz-app-vol], unattached volumes=[secondvol-ncibdz-app-vol kube-api-access-ccmsl odo-projects odo-shared-data firstvol-ncibdz-app-vol]: timed out waiting for the condition
  Automatically polling progress:
    odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name should successfully use the volume components in container components (Spec Runtime: 6m5.476s)
      /go/odo_1/tests/integration/cmd_dev_test.go:2248
      In [BeforeEach] (Node Runtime: 6m0.009s)
        /go/odo_1/tests/integration/cmd_dev_test.go:2223

      Spec Goroutine
      goroutine 144 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0001ae070, {0x30f2f28?, 0xc000b42ba0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0001ae070, {0x30f2f28, 0xc000b42ba0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc000b42b40)
          /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:188
      > 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, 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
  [FAILED] in [BeforeEach] - /go/odo_1/tests/helper/helper_run.go:54 @ 09/05/23 12:55:31.727
  Running oc with args [oc get project cmd-dev-test2248xxl -o jsonpath={.metadata.name}] and odo env: []
  [oc] cmd-dev-test2248xxlDeleting project: cmd-dev-test2248xxl
  Running oc with args [oc delete project cmd-dev-test2248xxl --wait=false] and odo env: []
  [oc] project.project.openshift.io "cmd-dev-test2248xxl" deleted
  Setting current dir to: /go/odo_1/tests/integration
  Deleting dir: /tmp/3609668739
  Deleting dir: /tmp/224331765
  << Timeline

  [FAILED] Timed out after 420.001s.
  Expected
      <string>:   __
       /  \__     Developing using the "ncibdz" Devfile
       \__/  \    Namespace: cmd-dev-test2248xxl
       /  \__/    odo version: v3.14.0
       \__/
      
      ↪ Running on the cluster in Dev mode
       •  Waiting for Kubernetes resources  ...
       ✓  Added storage firstvol to component
       ✓  Added storage secondvol to component
       ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
       ⚠  Pod is Pending
       ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
       ⚠  AttachVolume.Attach failed for volume "pvc-824d3ff1-94cd-4df4-9329-3d018fb6d6fa" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-a0170909-9a26-487f-9b6d-f0cc05e660b3
       ⚠  AttachVolume.Attach failed for volume "pvc-4496baf8-69f5-4630-bb1b-532f1e527b29" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-95c479db-807d-4244-9d38-dde1913a8e8d
       ⚠  Unable to attach or mount volumes: unmounted volumes=[secondvol-ncibdz-app-vol firstvol-ncibdz-app-vol], unattached volumes=[secondvol-ncibdz-app-vol kube-api-access-ccmsl odo-projects odo-shared-data firstvol-ncibdz-app-vol]: timed out waiting for the condition
      
  to contain substring
      <string>: [Ctrl+c] - Exit
  In [BeforeEach] at: /go/odo_1/tests/helper/helper_run.go:54 @ 09/05/23 12:55:31.727
------------------------------
SSS•••SS•SSSS•S
------------------------------
• [7.163 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/2541548122
  << Captured StdOut/StdErr Output
------------------------------
SS••S••SS•S••
  ------------------------------
  Progress Report for Ginkgo Process #1
  Automatically polling progress:
    odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false should have created resources (Spec Runtime: 2m6.253s)
      /go/odo_1/tests/integration/cmd_dev_test.go:638
      In [BeforeEach] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:619

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0905 12:54:05.329291   23353 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
        [odo] I0905 12:54:05.333246   23353 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:54:05.338201   23353 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:54:05.341600   23353 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
        [odo] I0905 12:54:05.353181   23353 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:54:05.363116   23353 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:54:05.399590   23353 components.go:141] Deployment has 0 ready replicas. Waiting new event...
        [odo] I0905 12:54:05.399620   23353 status.go:34] setting inner loop State "WaitDeployment"
        [odo] I0905 12:54:05.399638   23353 watch.go:271] deployment watcher Event: Type: MODIFIED, name: xldyqw-app, rv: 62758823, generation: 1, pods: 0
        [odo]  ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 21791 [select, 2 minutes]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000166150, {0x30f2f28?, 0xc000efa270}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000166150, {0x30f2f28, 0xc000efa270}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc000efa210)
          /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:188
      > github.com/redhat-developer/odo/tests/integration.glob..func7.4.22.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:625
            | 	helper.Cmd("odo", "preference", "set", "-f", "Ephemeral", "false").ShouldPass()
            | 	var err error
            > 	devSession, err = helper.StartDevMode(helper.DevSessionOpts{})
            | 	Expect(err).ToNot(HaveOccurred())
            | })
        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
  ------------------------------
SSSSS•S•
  ------------------------------
  Progress Report for Ginkgo Process #7
  Automatically polling progress:
    odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace should mount the volumes (Spec Runtime: 8m5.057s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695
      In [It] (Node Runtime: 8m0.009s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695

      Begin Captured GinkgoWriter Output >>
        ...
        [oc]     },
        [oc]     "status": {
        [oc]         "active": 1,
        [oc]         "ready": 0,
        [oc]         "startTime": "2023-09-05T12:48:23Z",
        [oc]         "uncountedTerminatedPods": {}
        [oc]     }
        [oc] }
        [odo] 
        [odo] Tip: Run `odo logs --deploy --follow` to get the logs of the command output.
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 308 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000196b60, {0x30f2ce8?, 0xc000e6ccc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000196b60, {0x30f2ce8, 0xc000e6ccc0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000467c00?, {0x0?, 0x2955fe0?, 0xc0006f4f70?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.(*CmdWrapper).Should(0xc000467c00, 0xc000e77f50)
          /go/odo_1/tests/helper/helper_cmd_wrapper.go:120
      > github.com/redhat-developer/odo/tests/integration.glob..func9.15.3.2()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:696
            | 
            | It("should mount the volumes", func() {
            > 	helper.Cmd("odo", "deploy").Should(func(session *gexec.Session) {
            | 		component := helper.NewComponent(cmpName, "app", labels.ComponentDeployMode, commonVar.Project, commonVar.CliRunner)
            | 		jobDef := component.GetJobDef()
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc0007926c0})
          /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
  ------------------------------
••
------------------------------
• [21.253 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/1969231113
  << Captured StdOut/StdErr Output
------------------------------
S••S••S•••S•SSS•SS•SS••SSS•S•SS••SS
  ------------------------------
  Progress Report for Ginkgo Process #1
  Automatically polling progress:
    odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false should have created resources (Spec Runtime: 4m6.26s)
      /go/odo_1/tests/integration/cmd_dev_test.go:638
      In [BeforeEach] (Node Runtime: 4m0.007s)
        /go/odo_1/tests/integration/cmd_dev_test.go:619

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0905 12:54:05.338201   23353 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
        [odo] I0905 12:54:05.341600   23353 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
        [odo] I0905 12:54:05.353181   23353 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:54:05.363116   23353 service.go:124] Getting instances of: servicebindings.servicebinding.io
        [odo] I0905 12:54:05.399590   23353 components.go:141] Deployment has 0 ready replicas. Waiting new event...
        [odo] I0905 12:54:05.399620   23353 status.go:34] setting inner loop State "WaitDeployment"
        [odo] I0905 12:54:05.399638   23353 watch.go:271] deployment watcher Event: Type: MODIFIED, name: xldyqw-app, rv: 62758823, generation: 1, pods: 0
        [odo]  ⚠  0/3 nodes are available: 3 pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 Preemption is not helpful for scheduling.
        [odo]  ⚠  AttachVolume.Attach failed for volume "pvc-ad57f809-17aa-4d20-91cb-365173ab5a34" : timed out waiting for external-attacher of vpc.block.csi.ibm.io CSI driver to attach volume r010-a61580f7-cb88-4867-8867-6a53caae3ba2
        [odo]  ⚠  Unable to attach or mount volumes: unmounted volumes=[odo-projects], unattached volumes=[odo-projects odo-shared-data kube-api-access-vsckx]: timed out waiting for the condition
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 21791 [select, 2 minutes]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000166150, {0x30f2f28?, 0xc000efa270}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000166150, {0x30f2f28, 0xc000efa270}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf72b6, 0xf}, 0x0?, 0x3?, 0xc000efa210)
          /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:188
      > github.com/redhat-developer/odo/tests/integration.glob..func7.4.22.1()
          /go/odo_1/tests/integration/cmd_dev_test.go:625
            | 	helper.Cmd("odo", "preference", "set", "-f", "Ephemeral", "false").ShouldPass()
            | 	var err error
            > 	devSession, err = helper.StartDevMode(helper.DevSessionOpts{})
            | 	Expect(err).ToNot(HaveOccurred())
            | })
        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
  ------------------------------
  Progress Report for Ginkgo Process #6
  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.829s)
      /go/odo_1/tests/integration/cmd_dev_test.go:4116
      In [It] (Node Runtime: 2m0s)
        /go/odo_1/tests/integration/cmd_dev_test.go:4116

      Begin Captured GinkgoWriter Output >>
        ...
        [odo] I0905 12:57:41.564333   27431 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 12:57:41.568192   27431 implem.go:114] The path for preference file is /tmp/2523838696/preference.yaml
        [odo] I0905 12:57:41.568740   27431 segment.go:268] Checking telemetry enable status
        [odo] I0905 12:57:41.568753   27431 segment.go:286] Sending telemetry disabled by env variable
        [odo] Cleaning resources, please wait
        [odo] I0905 12:57:41.658665   27431 all.go:46] starting to concurrently query 199 APIs
        [odo] I0905 12:57:41.659081   27431 all.go:62] fired up all goroutines to query APIs
        [odo] I0905 12:57:42.395831   27431 all.go:67] all goroutines have returned in 737.268007ms
        [odo] I0905 12:57:42.395894   27431 all.go:76] query result: objects=607
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 510 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004235e0, {0x30f2ce8?, 0xc001253f50}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004235e0, {0x30f2ce8, 0xc001253f50}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc00112fd70?, {0xc0005ea1c0?, 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, 0xc00016e8a0})
          /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
  ------------------------------
• [84.002 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/1614345211
  << Captured StdOut/StdErr Output
------------------------------
•S•SS•S••
  ------------------------------
  Progress Report for Ginkgo Process #7
  Automatically polling progress:
    odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace should mount the volumes (Spec Runtime: 10m5.063s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695
      In [It] (Node Runtime: 10m0.014s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695

      Begin Captured GinkgoWriter Output >>
        ...
        [oc]     },
        [oc]     "status": {
        [oc]         "active": 1,
        [oc]         "ready": 0,
        [oc]         "startTime": "2023-09-05T12:48:23Z",
        [oc]         "uncountedTerminatedPods": {}
        [oc]     }
        [oc] }
        [odo] 
        [odo] Tip: Run `odo logs --deploy --follow` to get the logs of the command output.
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 308 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000196b60, {0x30f2ce8?, 0xc000e6ccc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000196b60, {0x30f2ce8, 0xc000e6ccc0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000467c00?, {0x0?, 0x2955fe0?, 0xc0006f4f70?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.(*CmdWrapper).Should(0xc000467c00, 0xc000e77f50)
          /go/odo_1/tests/helper/helper_cmd_wrapper.go:120
      > github.com/redhat-developer/odo/tests/integration.glob..func9.15.3.2()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:696
            | 
            | It("should mount the volumes", func() {
            > 	helper.Cmd("odo", "deploy").Should(func(session *gexec.Session) {
            | 		component := helper.NewComponent(cmpName, "app", labels.ComponentDeployMode, commonVar.Project, commonVar.CliRunner)
            | 		jobDef := component.GetJobDef()
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc0007926c0})
          /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
  ------------------------------
• [58.831 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
------------------------------
• [FAILED] [610.145 seconds]
odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace [It] should mount the volumes
/go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695

  Timeline >>
  Created dir: /tmp/1932367798
  Created dir: /tmp/2136234673
  Setting KUBECONFIG=/tmp/2136234673/config
  Running oc with args [oc get project cmd-devfile-deploy-test695vjg -o jsonpath={.metadata.name}] and odo env: []
  [oc] Error from server (NotFound): namespaces "cmd-devfile-deploy-test695vjg" not found
  Creating a new project: cmd-devfile-deploy-test695vjg
  Running oc with args [oc new-project cmd-devfile-deploy-test695vjg] and odo env: []
  [oc] Now using project "cmd-devfile-deploy-test695vjg" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31952".
  [oc] 
  [oc] You can add applications to this project with the 'new-app' command. For example, try:
  [oc] 
  [oc]     oc new-app rails-postgresql-example
  [oc] 
  [oc] to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application:
  [oc] 
  [oc]     kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname
  [oc] 
  Running oc with args [oc get project] and odo env: []
  [oc] NAME                                               DISPLAY NAME   STATUS
  [oc] calico-system                                                     Active
  [oc] cmd-delete-test316bon                                             Terminating
  [oc] cmd-dev-debug-test225hoa                                          Active
  [oc] cmd-dev-debug-test501xcl                                          Active
  [oc] cmd-dev-debug-test631cpf                                          Active
  [oc] cmd-dev-test1713smw                                               Active
  [oc] cmd-dev-test2028hdu                                               Terminating
  [oc] cmd-dev-test2028xre                                               Active
  [oc] cmd-dev-test2248ayz                                               Active
  [oc] cmd-dev-test3050hsf                                               Active
  [oc] cmd-dev-test3361hki                                               Active
  [oc] cmd-dev-test3433wzq                                               Active
  [oc] cmd-dev-test3788hch                                               Active
  [oc] cmd-dev-test4059szh                                               Active
  [oc] cmd-dev-test4075gez                                               Terminating
  [oc] cmd-dev-test706jau                                                Active
  [oc] cmd-dev-test724woj                                                Active
  [oc] cmd-devfile-deploy-test538tjp                                     Terminating
  [oc] cmd-devfile-deploy-test695vjg                                     Active
  [oc] cmd-devfile-list-test181vod                                       Active
  [oc] cmd-devfile-list-test193qwz                                       Active
  [oc] default                                                           Active
  [oc] ibm-cert-store                                                    Active
  [oc] ibm-odf-validation-webhook                                        Active
  [oc] ibm-system                                                        Active
  [oc] kube-node-lease                                                   Active
  [oc] kube-public                                                       Active
  [oc] kube-system                                                       Active
  [oc] laxu-namespace                                                    Active
  [oc] openshift                                                         Active
  [oc] openshift-apiserver                                               Active
  [oc] openshift-apiserver-operator                                      Active
  [oc] openshift-authentication                                          Active
  [oc] openshift-authentication-operator                                 Active
  [oc] openshift-cloud-credential-operator                               Active
  [oc] openshift-cloud-network-config-controller                         Active
  [oc] openshift-cluster-csi-drivers                                     Active
  [oc] openshift-cluster-machine-approver                                Active
  [oc] openshift-cluster-node-tuning-operator                            Active
  [oc] openshift-cluster-samples-operator                                Active
  [oc] openshift-cluster-storage-operator                                Active
  [oc] openshift-cluster-version                                         Active
  [oc] openshift-config                                                  Active
  [oc] openshift-config-managed                                          Active
  [oc] openshift-config-operator                                         Active
  [oc] openshift-console                                                 Active
  [oc] openshift-console-operator                                        Active
  [oc] openshift-console-user-settings                                   Active
  [oc] openshift-controller-manager                                      Active
  [oc] openshift-controller-manager-operator                             Active
  [oc] openshift-dns                                                     Active
  [oc] openshift-dns-operator                                            Active
  [oc] openshift-etcd                                                    Active
  [oc] openshift-etcd-operator                                           Active
  [oc] openshift-image-registry                                          Active
  [oc] openshift-infra                                                   Active
  [oc] openshift-ingress                                                 Active
  [oc] openshift-ingress-canary                                          Active
  [oc] openshift-ingress-operator                                        Active
  [oc] openshift-insights                                                Active
  [oc] openshift-kube-apiserver                                          Active
  [oc] openshift-kube-apiserver-operator                                 Active
  [oc] openshift-kube-controller-manager                                 Active
  [oc] openshift-kube-controller-manager-operator                        Active
  [oc] openshift-kube-proxy                                              Active
  [oc] openshift-kube-scheduler                                          Active
  [oc] openshift-kube-scheduler-operator                                 Active
  [oc] openshift-kube-storage-version-migrator                           Active
  [oc] openshift-kube-storage-version-migrator-operator                  Active
  [oc] openshift-machine-api                                             Active
  [oc] openshift-machine-config-operator                                 Active
  [oc] openshift-marketplace                                             Active
  [oc] openshift-monitoring                                              Active
  [oc] openshift-multus                                                  Active
  [oc] openshift-network-diagnostics                                     Active
  [oc] openshift-network-operator                                        Active
  [oc] openshift-node                                                    Active
  [oc] openshift-operator-lifecycle-manager                              Active
  [oc] openshift-operators                                               Active
  [oc] openshift-roks-metrics                                            Active
  [oc] openshift-route-controller-manager                                Active
  [oc] openshift-service-ca                                              Active
  [oc] openshift-service-ca-operator                                     Active
  [oc] openshift-user-workload-monitoring                                Active
  [oc] tigera-operator                                                   Active
  [oc] ubkm-project                                                      Active
  Running oc with args [oc create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-devfile-deploy-test695vjg] and odo env: []
  [oc] configmap/config-map-for-cleanup created
  Current working dir: /go/odo_1/tests/integration
  Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: []
  [odo] I0905 12:48:19.365687   15209 implem.go:114] The path for preference file is /tmp/2136234673/preference.yaml
  [odo] Successfully removed registry
  [odo] I0905 12:48:19.369278   15209 implem.go:114] The path for preference file is /tmp/2136234673/preference.yaml
  [odo] I0905 12:48:19.370275   15209 segment.go:268] Checking telemetry enable status
  [odo] I0905 12:48:19.370288   15209 segment.go:286] Sending telemetry disabled by env variable
  Running odo with args [odo preference add registry DefaultDevfileRegistry https://devfile-registry-ci-devfile-registry.odo-test-kubernete-449701-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud] and odo env: []
  [odo] I0905 12:48:19.609741   15223 implem.go:114] The path for preference file is /tmp/2136234673/preference.yaml
  [odo] New registry successfully added
  [odo] I0905 12:48:19.611577   15223 implem.go:114] The path for preference file is /tmp/2136234673/preference.yaml
  [odo] I0905 12:48:19.611948   15223 segment.go:268] Checking telemetry enable status
  [odo] I0905 12:48:19.611957   15223 segment.go:286] Sending telemetry disabled by env variable
  Setting current dir to: /tmp/1932367798
  Running oc with args [oc apply -f /go/odo_1/tests/examples/manifests/config-automount] and odo env: []
  [oc] configmap/automount-access-mode-configmap-decimal created
  [oc] configmap/automount-access-mode-configmap created
  [oc] secret/automount-access-mode-secret created
  [oc] configmap/automount-access-mode-subpath-configmap created
  [oc] secret/automount-access-mode-subpath-secret created
  [oc] configmap/automount-env-configmap created
  [oc] secret/automount-env-secret created
  [oc] configmap/automount-default-configmap created
  [oc] persistentvolumeclaim/automount-default-pvc created
  [oc] secret/automount-default-secret created
  [oc] configmap/automount-mount-path-configmap created
  [oc] persistentvolumeclaim/automount-mount-path-pvc created
  [oc] secret/automount-mount-path-secret created
  [oc] persistentvolumeclaim/automount-readonly-pvc created
  [oc] configmap/automount-subpath-configmap created
  [oc] secret/automount-subpath-secret created
  Running odo with args [odo deploy] and odo env: []
  Running oc with args [oc get job --namespace cmd-devfile-deploy-test695vjg --selector=app.kubernetes.io/instance=kaspud -o jsonpath={.items[*].metadata.name}] and odo env: []
  [odo] I0905 12:48:23.215216   15301 version.go:37] executing [podman version --format json]
  [odo] I0905 12:48:23.216066   15301 clientset.go:232] no Podman client initialized: exec: "podman": executable file not found in $PATH
  [odo] I0905 12:48:23.216089   15301 implem.go:114] The path for preference file is /tmp/2136234673/preference.yaml
  [odo] I0905 12:48:23.217330   15301 context.go:172] absolute devfile path: '/tmp/1932367798/devfile.yaml'
  [odo] I0905 12:48:23.217348   15301 context.go:113] absolute devfile path: '/tmp/1932367798/devfile.yaml'
  [odo] I0905 12:48:23.217985   15301 content.go:48] converted devfile YAML to JSON
  [odo] I0905 12:48:23.218063   15301 apiVersion.go:60] devfile schemaVersion: '2.2.0'
  [odo] I0905 12:48:23.218257   15301 helper.go:56] devfile apiVersion '2.2.0' is supported
  [odo] I0905 12:48:23.221700   15301 schema.go:61] validated devfile schema
  [odo] I0905 12:48:23.223761   15301 validate.go:45] Successfully validated devfile sections
  [odo] I0905 12:48:23.223781   15301 validate.go:45] Successfully validated devfile sections
  [odo] I0905 12:48:23.223831   15301 component.go:87] name of component is "kaspud", and sanitized name is "kaspud"
  [odo] I0905 12:48:23.223862   15301 kclient.go:237] Checking if "projects" resource is supported
  [odo]   __
  [odo]  /  \__     Running the application in Deploy mode using kaspud Devfile
  [odo]  \__/  \    Namespace: cmd-devfile-deploy-test695vjg
  [odo]  /  \__/    odo version: v3.14.0
  [odo]  \__/
  [odo] 
  [odo] ↪ Executing command:
  [odo]  •  Executing command in container (command: deploy-exec)  ...
  [odo] Warning: would violate PodSecurity "restricted:v1.24": allowPrivilegeEscalation != false (container "runtime" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "runtime" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "runtime" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "runtime" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
  [odo] I0905 12:48:23.556061   15301 jobs.go:44] Waiting for Job kaspud-app-deploy-exec to complete successfully
  [oc] kaspud-app-deploy-execRunning oc with args [oc get jobs kaspud-app-deploy-exec -o json] and odo env: []
  [oc] {
  [oc]     "apiVersion": "batch/v1",
  [oc]     "kind": "Job",
  [oc]     "metadata": {
  [oc]         "annotations": {
  [oc]             "alpha.image.policy.openshift.io/resolve-names": "*",
  [oc]             "batch.kubernetes.io/job-tracking": "",
  [oc]             "odo.dev/project-type": "nodejs"
  [oc]         },
  [oc]         "creationTimestamp": "2023-09-05T12:48:23Z",
  [oc]         "generation": 1,
  [oc]         "labels": {
  [oc]             "app": "app",
  [oc]             "app.kubernetes.io/instance": "kaspud",
  [oc]             "app.kubernetes.io/managed-by": "odo",
  [oc]             "app.kubernetes.io/managed-by-version": "v3.14.0",
  [oc]             "app.kubernetes.io/part-of": "app",
  [oc]             "app.openshift.io/runtime": "nodejs",
  [oc]             "odo.dev/mode": "Deploy"
  [oc]         },
  [oc]         "name": "kaspud-app-deploy-exec",
  [oc]         "namespace": "cmd-devfile-deploy-test695vjg",
  [oc]         "resourceVersion": "62744243",
  [oc]         "uid": "a5c39206-256c-4e97-8465-724c86ed21e3"
  [oc]     },
  [oc]     "spec": {
  [oc]         "backoffLimit": 1,
  [oc]         "completionMode": "Indexed",
  [oc]         "completions": 1,
  [oc]         "parallelism": 1,
  [oc]         "selector": {
  [oc]             "matchLabels": {
  [oc]                 "controller-uid": "a5c39206-256c-4e97-8465-724c86ed21e3"
  [oc]             }
  [oc]         },
  [oc]         "suspend": false,
  [oc]         "template": {
  [oc]             "metadata": {
  [oc]                 "creationTimestamp": null,
  [oc]                 "labels": {
  [oc]                     "controller-uid": "a5c39206-256c-4e97-8465-724c86ed21e3",
  [oc]                     "job-name": "kaspud-app-deploy-exec"
  [oc]                 }
  [oc]             },
  [oc]             "spec": {
  [oc]                 "containers": [
  [oc]                     {
  [oc]                         "args": [
  [oc]                             "-c",
  [oc]                             "sleep 20"
  [oc]                         ],
  [oc]                         "command": [
  [oc]                             "/bin/sh"
  [oc]                         ],
  [oc]                         "env": [
  [oc]                             {
  [oc]                                 "name": "PROJECTS_ROOT",
  [oc]                                 "value": "/project"
  [oc]                             },
  [oc]                             {
  [oc]                                 "name": "PROJECT_SOURCE",
  [oc]                                 "value": "/project"
  [oc]                             }
  [oc]                         ],
  [oc]                         "envFrom": [
  [oc]                             {
  [oc]                                 "secretRef": {
  [oc]                                     "name": "automount-env-secret"
  [oc]                                 }
  [oc]                             },
  [oc]                             {
  [oc]                                 "configMapRef": {
  [oc]                                     "name": "automount-env-configmap"
  [oc]                                 }
  [oc]                             }
  [oc]                         ],
  [oc]                         "image": "registry.access.redhat.com/ubi8/nodejs-14:latest",
  [oc]                         "imagePullPolicy": "Always",
  [oc]                         "name": "runtime",
  [oc]                         "ports": [
  [oc]                             {
  [oc]                                 "containerPort": 3000,
  [oc]                                 "name": "http-3000",
  [oc]                                 "protocol": "TCP"
  [oc]                             }
  [oc]                         ],
  [oc]                         "resources": {
  [oc]                             "limits": {
  [oc]                                 "memory": "1Gi"
  [oc]                             }
  [oc]                         },
  [oc]                         "terminationMessagePath": "/dev/termination-log",
  [oc]                         "terminationMessagePolicy": "File",
  [oc]                         "volumeMounts": [
  [oc]                             {
  [oc]                                 "mountPath": "/tmp/automount-default-pvc",
  [oc]                                 "name": "auto-pvc-automount-default-pvc"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/mnt/mount-path/pvc",
  [oc]                                 "name": "auto-pvc-automount-mount-path-pvc"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/tmp/automount-readonly-pvc",
  [oc]                                 "name": "auto-pvc-automount-readonly-pvc",
  [oc]                                 "readOnly": true
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/etc/secret/automount-access-mode-secret",
  [oc]                                 "name": "auto-secret-automount-access-mode-secret"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/etc/secret0444",
  [oc]                                 "name": "auto-secret-automount-access-mode-subpath-secret",
  [oc]                                 "subPath": "secret0444"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/etc/secret/automount-default-secret",
  [oc]                                 "name": "auto-secret-automount-default-secret"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/mnt/mount-path/secret",
  [oc]                                 "name": "auto-secret-automount-mount-path-secret"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/mnt/subpaths/code5",
  [oc]                                 "name": "auto-secret-automount-subpath-secret",
  [oc]                                 "subPath": "code5"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/mnt/subpaths/secret5",
  [oc]                                 "name": "auto-secret-automount-subpath-secret",
  [oc]                                 "subPath": "secret5"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/etc/config/automount-access-mode-configmap",
  [oc]                                 "name": "auto-cm-automount-access-mode-configmap"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/etc/config/automount-access-mode-configmap-decimal",
  [oc]                                 "name": "auto-cm-automount-access-mode-configmap-decimal"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/etc/config0444",
  [oc]                                 "name": "auto-cm-automount-access-mode-subpath-configmap",
  [oc]                                 "subPath": "config0444"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/etc/config/automount-default-configmap",
  [oc]                                 "name": "auto-cm-automount-default-configmap"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/mnt/mount-path/configmap",
  [oc]                                 "name": "auto-cm-automount-mount-path-configmap"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/mnt/subpaths/foo5",
  [oc]                                 "name": "auto-cm-automount-subpath-configmap",
  [oc]                                 "subPath": "foo5"
  [oc]                             },
  [oc]                             {
  [oc]                                 "mountPath": "/mnt/subpaths/ping5",
  [oc]                                 "name": "auto-cm-automount-subpath-configmap",
  [oc]                                 "subPath": "ping5"
  [oc]                             }
  [oc]                         ]
  [oc]                     }
  [oc]                 ],
  [oc]                 "dnsPolicy": "ClusterFirst",
  [oc]                 "restartPolicy": "Never",
  [oc]                 "schedulerName": "default-scheduler",
  [oc]                 "securityContext": {},
  [oc]                 "terminationGracePeriodSeconds": 30,
  [oc]                 "volumes": [
  [oc]                     {
  [oc]                         "name": "auto-pvc-automount-default-pvc",
  [oc]                         "persistentVolumeClaim": {
  [oc]                             "claimName": "automount-default-pvc"
  [oc]                         }
  [oc]                     },
  [oc]                     {
  [oc]                         "name": "auto-pvc-automount-mount-path-pvc",
  [oc]                         "persistentVolumeClaim": {
  [oc]                             "claimName": "automount-mount-path-pvc"
  [oc]                         }
  [oc]                     },
  [oc]                     {
  [oc]                         "name": "auto-pvc-automount-readonly-pvc",
  [oc]                         "persistentVolumeClaim": {
  [oc]                             "claimName": "automount-readonly-pvc"
  [oc]                         }
  [oc]                     },
  [oc]                     {
  [oc]                         "name": "auto-secret-automount-access-mode-secret",
  [oc]                         "secret": {
  [oc]                             "defaultMode": 292,
  [oc]                             "secretName": "automount-access-mode-secret"
  [oc]                         }
  [oc]                     },
  [oc]                     {
  [oc]                         "name": "auto-secret-automount-access-mode-subpath-secret",
  [oc]                         "secret": {
  [oc]                             "defaultMode": 292,
  [oc]                             "secretName": "automount-access-mode-subpath-secret"
  [oc]                         }
  [oc]                     },
  [oc]                     {
  [oc]                         "name": "auto-secret-automount-default-secret",
  [oc]                         "secret": {
  [oc]                             "defaultMode": 420,
  [oc]                             "secretName": "automount-default-secret"
  [oc]                         }
  [oc]                     },
  [oc]                     {
  [oc]                         "name": "auto-secret-automount-mount-path-secret",
  [oc]                         "secret": {
  [oc]                             "defaultMode": 420,
  [oc]                             "secretName": "automount-mount-path-secret"
  [oc]                         }
  [oc]                     },
  [oc]                     {
  [oc]                         "name": "auto-secret-automount-subpath-secret",
  [oc]                         "secret": {
  [oc]                             "defaultMode": 420,
  [oc]                             "secretName": "automount-subpath-secret"
  [oc]                         }
  [oc]                     },
  [oc]                     {
  [oc]                         "configMap": {
  [oc]                             "defaultMode": 292,
  [oc]                             "name": "automount-access-mode-configmap"
  [oc]                         },
  [oc]                         "name": "auto-cm-automount-access-mode-configmap"
  [oc]                     },
  [oc]                     {
  [oc]                         "configMap": {
  [oc]                             "defaultMode": 292,
  [oc]                             "name": "automount-access-mode-configmap-decimal"
  [oc]                         },
  [oc]                         "name": "auto-cm-automount-access-mode-configmap-decimal"
  [oc]                     },
  [oc]                     {
  [oc]                         "configMap": {
  [oc]                             "defaultMode": 292,
  [oc]                             "name": "automount-access-mode-subpath-configmap"
  [oc]                         },
  [oc]                         "name": "auto-cm-automount-access-mode-subpath-configmap"
  [oc]                     },
  [oc]                     {
  [oc]                         "configMap": {
  [oc]                             "defaultMode": 420,
  [oc]                             "name": "automount-default-configmap"
  [oc]                         },
  [oc]                         "name": "auto-cm-automount-default-configmap"
  [oc]                     },
  [oc]                     {
  [oc]                         "configMap": {
  [oc]                             "defaultMode": 420,
  [oc]                             "name": "automount-mount-path-configmap"
  [oc]                         },
  [oc]                         "name": "auto-cm-automount-mount-path-configmap"
  [oc]                     },
  [oc]                     {
  [oc]                         "configMap": {
  [oc]                             "defaultMode": 420,
  [oc]                             "name": "automount-subpath-configmap"
  [oc]                         },
  [oc]                         "name": "auto-cm-automount-subpath-configmap"
  [oc]                     }
  [oc]                 ]
  [oc]             }
  [oc]         },
  [oc]         "ttlSecondsAfterFinished": 60
  [oc]     },
  [oc]     "status": {
  [oc]         "active": 1,
  [oc]         "ready": 0,
  [oc]         "startTime": "2023-09-05T12:48:23Z",
  [oc]         "uncountedTerminatedPods": {}
  [oc]     }
  [oc] }
  [odo] 
  [odo] Tip: Run `odo logs --deploy --follow` to get the logs of the command output.
  Automatically polling progress:
    odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace should mount the volumes (Spec Runtime: 2m5.05s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695
      In [It] (Node Runtime: 2m0.001s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695

      Spec Goroutine
      goroutine 308 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000196b60, {0x30f2ce8?, 0xc000e6ccc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000196b60, {0x30f2ce8, 0xc000e6ccc0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000467c00?, {0x0?, 0x2955fe0?, 0xc0006f4f70?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.(*CmdWrapper).Should(0xc000467c00, 0xc000e77f50)
          /go/odo_1/tests/helper/helper_cmd_wrapper.go:120
      > github.com/redhat-developer/odo/tests/integration.glob..func9.15.3.2()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:696
            | 
            | It("should mount the volumes", func() {
            > 	helper.Cmd("odo", "deploy").Should(func(session *gexec.Session) {
            | 		component := helper.NewComponent(cmpName, "app", labels.ComponentDeployMode, commonVar.Project, commonVar.CliRunner)
            | 		jobDef := component.GetJobDef()
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc0007926c0})
          /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
  Automatically polling progress:
    odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace should mount the volumes (Spec Runtime: 4m5.053s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695
      In [It] (Node Runtime: 4m0.004s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695

      Spec Goroutine
      goroutine 308 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000196b60, {0x30f2ce8?, 0xc000e6ccc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000196b60, {0x30f2ce8, 0xc000e6ccc0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000467c00?, {0x0?, 0x2955fe0?, 0xc0006f4f70?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.(*CmdWrapper).Should(0xc000467c00, 0xc000e77f50)
          /go/odo_1/tests/helper/helper_cmd_wrapper.go:120
      > github.com/redhat-developer/odo/tests/integration.glob..func9.15.3.2()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:696
            | 
            | It("should mount the volumes", func() {
            > 	helper.Cmd("odo", "deploy").Should(func(session *gexec.Session) {
            | 		component := helper.NewComponent(cmpName, "app", labels.ComponentDeployMode, commonVar.Project, commonVar.CliRunner)
            | 		jobDef := component.GetJobDef()
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc0007926c0})
          /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
  Automatically polling progress:
    odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace should mount the volumes (Spec Runtime: 6m5.055s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695
      In [It] (Node Runtime: 6m0.007s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695

      Spec Goroutine
      goroutine 308 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000196b60, {0x30f2ce8?, 0xc000e6ccc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000196b60, {0x30f2ce8, 0xc000e6ccc0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000467c00?, {0x0?, 0x2955fe0?, 0xc0006f4f70?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.(*CmdWrapper).Should(0xc000467c00, 0xc000e77f50)
          /go/odo_1/tests/helper/helper_cmd_wrapper.go:120
      > github.com/redhat-developer/odo/tests/integration.glob..func9.15.3.2()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:696
            | 
            | It("should mount the volumes", func() {
            > 	helper.Cmd("odo", "deploy").Should(func(session *gexec.Session) {
            | 		component := helper.NewComponent(cmpName, "app", labels.ComponentDeployMode, commonVar.Project, commonVar.CliRunner)
            | 		jobDef := component.GetJobDef()
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc0007926c0})
          /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
  Automatically polling progress:
    odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace should mount the volumes (Spec Runtime: 8m5.057s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695
      In [It] (Node Runtime: 8m0.009s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695

      Spec Goroutine
      goroutine 308 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000196b60, {0x30f2ce8?, 0xc000e6ccc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000196b60, {0x30f2ce8, 0xc000e6ccc0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000467c00?, {0x0?, 0x2955fe0?, 0xc0006f4f70?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.(*CmdWrapper).Should(0xc000467c00, 0xc000e77f50)
          /go/odo_1/tests/helper/helper_cmd_wrapper.go:120
      > github.com/redhat-developer/odo/tests/integration.glob..func9.15.3.2()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:696
            | 
            | It("should mount the volumes", func() {
            > 	helper.Cmd("odo", "deploy").Should(func(session *gexec.Session) {
            | 		component := helper.NewComponent(cmpName, "app", labels.ComponentDeployMode, commonVar.Project, commonVar.CliRunner)
            | 		jobDef := component.GetJobDef()
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc0007926c0})
          /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
  Automatically polling progress:
    odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace should mount the volumes (Spec Runtime: 10m5.063s)
      /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695
      In [It] (Node Runtime: 10m0.014s)
        /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695

      Spec Goroutine
      goroutine 308 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000196b60, {0x30f2ce8?, 0xc000e6ccc0}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000196b60, {0x30f2ce8, 0xc000e6ccc0}, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
        github.com/onsi/gomega/gexec.(*Session).Wait(0xc000467c00?, {0x0?, 0x2955fe0?, 0xc0006f4f70?})
          /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144
        github.com/redhat-developer/odo/tests/helper.(*CmdWrapper).Should(0xc000467c00, 0xc000e77f50)
          /go/odo_1/tests/helper/helper_cmd_wrapper.go:120
      > github.com/redhat-developer/odo/tests/integration.glob..func9.15.3.2()
          /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:696
            | 
            | It("should mount the volumes", func() {
            > 	helper.Cmd("odo", "deploy").Should(func(session *gexec.Session) {
            | 		component := helper.NewComponent(cmpName, "app", labels.ComponentDeployMode, commonVar.Project, commonVar.CliRunner)
            | 		jobDef := component.GetJobDef()
        github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc0007926c0})
          /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
  [FAILED] in [It] - /go/odo_1/tests/helper/helper_cmd_wrapper.go:120 @ 09/05/23 12:58:25.695
  Running oc with args [oc get project cmd-devfile-deploy-test695vjg -o jsonpath={.metadata.name}] and odo env: []
  [oc] cmd-devfile-deploy-test695vjgDeleting project: cmd-devfile-deploy-test695vjg
  Running oc with args [oc delete project cmd-devfile-deploy-test695vjg --wait=false] and odo env: []
  [oc] project.project.openshift.io "cmd-devfile-deploy-test695vjg" deleted
  Setting current dir to: /go/odo_1/tests/integration
  Deleting dir: /tmp/1932367798
  Deleting dir: /tmp/2136234673
  << Timeline

  [FAILED] Timed out after 600.001s.
  Expected process to exit.  It did not.
  In [It] at: /go/odo_1/tests/helper/helper_cmd_wrapper.go:120 @ 09/05/23 12:58:25.695
------------------------------
S•
------------------------------
• [12.352 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/4014028778
  << Captured StdOut/StdErr Output
------------------------------
•S•S•S••SS•SSSSSSS••SS•S••SSSSS•SS•S••S•SS••SS•SS•SS•SS•S••SS••SS••S•SSSSS••S••SSS•S•SSSSSSS••S•SSSSS•••SS•SSSS••S•••SSSSS•S•SSSSSS•••S•S•••S••S•SS•S•SSSSSSSS•••S••SS•S•••
------------------------------
• [6.770 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/3476860381
  << Captured StdOut/StdErr Output
------------------------------
S••••S••S•S••SS•SS•••S•S•••S•S•S••SSS••SSSSS••S•SSS•S••S•SSSS•SS•S•SS•
------------------------------
• [82.877 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/3594633495
  << Captured StdOut/StdErr Output
------------------------------
•S•SS•SSSSSS••SS•S••S•S
  ------------------------------
  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: 2m3.41s)
      /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] I0905 13:05:01.778075    7367 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 13:05:01.778971    7367 port.go:319] port 8080 not listening in container "runtime"
        [odo] I0905 13:05:09.555789    7367 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: akkbpk-app-67f8cc5bf-wd58m in container: runtime
        [odo] I0905 13:05:09.797529    7367 exec.go:96]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
        [odo] I0905 13:05:09.797619    7367 exec.go:96]    0: 271111AC:E85E 22181068:01BB 06 00000000:00000000 03:00000B9A 00000000     0        0 0 3 0000000000000000                                      
        [odo] I0905 13:05:09.799239    7367 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 13:05:09.799258    7367 exec.go:96]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
        [odo] I0905 13:05:09.799263    7367 exec.go:96]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1026020000        0 1058023894 1 0000000000000000 100 0 0 10 0
        [odo] I0905 13:05:09.799267    7367 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 13:05:09.803540    7367 port.go:319] port 8080 not listening in container "runtime"
      << End Captured GinkgoWriter Output

      Spec Goroutine
      goroutine 767 [select]
        github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00050a930, {0x30f2f28?, 0xc001342360}, 0x1, {0x0, 0x0, 0x0})
          /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
        github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00050a930, {0x30f2f28, 0xc001342360}, {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}, 0xc000577d00?, 0xc000577cc0?, 0xc001342cc0)
          /go/odo_1/tests/helper/helper_run.go:54
        github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc000649260)
          /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({0x2694993, 0xc00127bb00})
          /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
  ------------------------------
•SS••S•S•S••SS•S•••SSS•SS•SSS•••SSS••S•SS••SSSS••SSSSS•S•SS•SS••S•SS•SS•SSSS•S••SS•SS••S•S•••S•S•SSS••SS••••••SS•••••SSSSSS•SS••SSS•SS•S•SSSSSS••S•SSSS•••S•SSSSSSS•••S•SS•SSS•••S•SS••SSS•SSS••••S••SS•S••SSS•S•S
------------------------------
• [60.498 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: 18529
  << Captured StdOut/StdErr Output
------------------------------
•••••••••••
  ------------------------------
  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: 3m34.74s)
      /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: 26.947s)
          /go/odo_1/tests/integration/cmd_dev_debug_test.go:326

        Begin Captured GinkgoWriter Output >>
          ...
          [odo] stderr: []
          [odo] I0905 13:11:48.464498   17478 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] Cleaning resources, please wait
          [odo] I0905 13:11:48.464921   17478 segment.go:268] Checking telemetry enable status
          [odo] I0905 13:11:48.464932   17478 segment.go:286] Sending telemetry disabled by env variable
          [odo] I0905 13:11:48.572264   17478 all.go:46] starting to concurrently query 199 APIs
          [odo] I0905 13:11:48.572423   17478 all.go:62] fired up all goroutines to query APIs
          [odo] I0905 13:11:49.311894   17478 all.go:67] all goroutines have returned in 739.631078ms
          [odo] I0905 13:11:49.311962   17478 all.go:76] query result: objects=644
        << End Captured GinkgoWriter Output

        Spec Goroutine
        goroutine 1164 [select]
          github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000468a10, {0x30f2ce8?, 0xc00084cf78}, 0x1, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538
          github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000468a10, {0x30f2ce8, 0xc00084cf78}, {0x0, 0x0, 0x0})
            /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145
          github.com/onsi/gomega/gexec.(*Session).Wait(0xc00050aae0?, {0xc00094b7d0?, 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}, {0xc0013bfe70, 0x1, 0x0?})
            /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309
          github.com/onsi/ginkgo/v2.By({0x2d4826b?, 0xf6f89d?}, {0xc0013bfe70?, 0x16f4ea0?, 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, 0xc000aaab40})
            /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
  ------------------------------
•••

Summarizing 3 Failures:
  [FAIL] odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace [It] should mount the volumes
  /go/odo_1/tests/helper/helper_cmd_wrapper.go:120
  [FAIL] odo dev command tests when running odo dev with devfile containing volume-component - without metadata.name [BeforeEach] should successfully use the volume components in container components
  /go/odo_1/tests/helper/helper_run.go:54
  [FAIL] odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name [BeforeEach] should successfully use the volume components in container components
  /go/odo_1/tests/helper/helper_run.go:54

Ran 404 of 954 Specs in 1598.498 seconds
FAIL! -- 401 Passed | 3 Failed | 0 Pending | 550 Skipped


Ginkgo ran 1 suite in 27m48.690217888s

Test Suite Failed
exit status 1
make: *** [Makefile:214: test-integration-cluster] Error 1