go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=32 tests/integration/devfile/
Running Suite: Devfile Suite - /go/odo_1/tests/integration/devfile
==================================================================
Random Seed: 1657110004 - will randomize all specs

Will run 186 of 186 specs
Running in parallel across 32 processes

------------------------------
• [SLOW TEST] [124.792 seconds]
odo describe/list binding command tests when creating a component with a binding as environment variables when Starting a Pg service when running dev session should describe the binding
/go/odo_1/tests/integration/devfile/cmd_describe_list_binding_test.go:409
------------------------------

------------------------------
S [SKIPPED] [18.024 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when Starting a PostgreSQL service [BeforeEach]
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:752
    when creating local files and dir and running odo dev
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:767
      should correctly propagate changes to the container
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:792

  Begin Captured GinkgoWriter Output >>
    Created dir: /tmp/109906706
    Created dir: /tmp/1935973438
    Setting KUBECONFIG=/tmp/1935973438/config
    Creating a new project: cmd-dev-test792qqh
    Running kubectl with args [kubectl create namespace cmd-dev-test792qqh]
    [kubectl] namespace/cmd-dev-test792qqh created
    Running kubectl with args [kubectl config set-context --current --namespace cmd-dev-test792qqh]
    [kubectl] Context "odo-test-kubernetes-cluster/c8giauof0f337j4pe5u0/admin" modified.
    Running kubectl with args [kubectl get namespaces]
    [kubectl] NAME                                   STATUS        AGE
    [kubectl] cmd-add-binding-test75gys              Active        61s
    [kubectl] cmd-delete-test130doy                  Terminating   54s
    [kubectl] cmd-delete-test143cly                  Active        13s
    [kubectl] cmd-delete-test266cyt                  Active        28s
    [kubectl] cmd-describe-component-test120ccf      Active        11s
    [kubectl] cmd-describe-component-test183phi      Terminating   67s
    [kubectl] cmd-describe-list-binding-test409ckw   Terminating   111s
    [kubectl] cmd-describe-list-binding-test438jxf   Active        75s
    [kubectl] cmd-describe-list-binding-test438vwj   Active        75s
    [kubectl] cmd-dev-debug-test147vyp               Active        53s
    [kubectl] cmd-dev-debug-test51dig                Terminating   62s
    [kubectl] cmd-dev-debug-test78sen                Active        2s
    [kubectl] cmd-dev-test1095bvr                    Active        49s
    [kubectl] cmd-dev-test1158ghs                    Terminating   74s
    [kubectl] cmd-dev-test1190pmw                    Active        61s
    [kubectl] cmd-dev-test1258dio                    Terminating   97s
    [kubectl] cmd-dev-test1433lpw                    Active        51s
    [kubectl] cmd-dev-test1552tww                    Active        2s
    [kubectl] cmd-dev-test1557smk                    Active        14s
    [kubectl] cmd-dev-test1743bvm                    Active        4s
    [kubectl] cmd-dev-test1790tos                    Terminating   95s
    [kubectl] cmd-dev-test1847ler                    Terminating   70s
    [kubectl] cmd-dev-test1937edj                    Terminating   61s
    [kubectl] cmd-dev-test1982grz                    Active        9s
    [kubectl] cmd-dev-test221urf                     Active        2s
    [kubectl] cmd-dev-test424zhx                     Active        93s
    [kubectl] cmd-dev-test656wxd                     Active        23s
    [kubectl] cmd-dev-test71ykj                      Active        39s
    [kubectl] cmd-dev-test725fly                     Active        48s
    [kubectl] cmd-dev-test792qqh                     Active        5s
    [kubectl] cmd-dev-test886rlj                     Active        65s
    [kubectl] cmd-dev-test896txg                     Active        1s
    [kubectl] cmd-dev-test918tuv                     Terminating   79s
    [kubectl] cmd-dev-test953hti                     Active        23s
    [kubectl] cmd-devfile-deploy-test144qaw          Active        63s
    [kubectl] cmd-devfile-deploy-test222jko          Terminating   40s
    [kubectl] cmd-devfile-deploy-test222zhy          Terminating   20s
    [kubectl] cmd-devfile-deploy-test88hjm           Active        9s
    [kubectl] cmd-devfile-registry-test123eiw        Terminating   18s
    [kubectl] cmd-logs-test197yie                    Active        51s
    [kubectl] cmd-logs-test95scd                     Active        32s
    [kubectl] default                                Active        124d
    [kubectl] devfile-proxy                          Active        6h29m
    [kubectl] ibm-cert-store                         Active        124d
    [kubectl] ibm-operators                          Active        124d
    [kubectl] ibm-system                             Active        124d
    [kubectl] kube-node-lease                        Active        124d
    [kubectl] kube-public                            Active        124d
    [kubectl] kube-system                            Active        124d
    [kubectl] olm                                    Active        14d
    [kubectl] operators                              Active        14d
    [kubectl] prj2                                   Active        24h
    Running kubectl with args [kubectl create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test792qqh]
    [kubectl] configmap/config-map-for-cleanup created
    Current working dir: /go/odo_1/tests/integration/devfile
    Running odo with args [odo preference remove registry DefaultDevfileRegistry -f]
    [odo] I0706 12:24:00.527710   17930 implem.go:106] The path for preference file is /tmp/1935973438/preference.yaml
    [odo] Successfully removed registry
    [odo] I0706 12:24:00.539287   17930 odo.go:75] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Running odo with args [odo preference add registry DefaultDevfileRegistry https://registry.stage.devfile.io]
    [odo] I0706 12:24:02.721359   17999 implem.go:106] The path for preference file is /tmp/1935973438/preference.yaml
    [odo] New registry successfully added
    [odo] I0706 12:24:02.725205   17999 odo.go:75] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Setting current dir to: /tmp/109906706
    Deleting project: cmd-dev-test792qqh
    Running kubectl with args [kubectl delete namespaces cmd-dev-test792qqh --wait=false]
    [kubectl] namespace "cmd-dev-test792qqh" deleted
    Setting current dir to: /go/odo_1/tests/integration/devfile
    Deleting dir: /tmp/109906706
    Deleting dir: /tmp/1935973438
  << End Captured GinkgoWriter Output

  Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.
  In [BeforeEach] at: /go/odo_1/tests/integration/devfile/cmd_dev_test.go:754
------------------------------

------------------------------
• [SLOW TEST] [137.432 seconds]
odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying memoryLimit for container in Devfile should expose the endpoint on localhost
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:424
------------------------------

------------------------------
• [SLOW TEST] [126.581 seconds]
odo add binding command tests when the component is bootstrapped when adding a binding when odo dev is run should successfully bind component and service
/go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:75
------------------------------

------------------------------
S [SKIPPED] [13.447 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when Starting a PostgreSQL service [BeforeEach]
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:752
    when creating local files and dir and running odo dev
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:767
      when deleting local files and dir and waiting for sync
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:801
        should not list deleted dir and file in container
        /go/odo_1/tests/integration/devfile/cmd_dev_test.go:809

  Begin Captured GinkgoWriter Output >>
    Created dir: /tmp/2827038586
    Created dir: /tmp/192328387
    Setting KUBECONFIG=/tmp/192328387/config
    Creating a new project: cmd-dev-test809ifi
    Running kubectl with args [kubectl create namespace cmd-dev-test809ifi]
    [kubectl] namespace/cmd-dev-test809ifi created
    Running kubectl with args [kubectl config set-context --current --namespace cmd-dev-test809ifi]
    [kubectl] Context "odo-test-kubernetes-cluster/c8giauof0f337j4pe5u0/admin" modified.
    Running kubectl with args [kubectl get namespaces]
    [kubectl] NAME                                   STATUS        AGE
    [kubectl] cmd-add-binding-test85lkw              Active        87s
    [kubectl] cmd-delete-test114unp                  Terminating   53s
    [kubectl] cmd-delete-test164rnf                  Active        9s
    [kubectl] cmd-describe-component-test100zyc      Active        5s
    [kubectl] cmd-describe-list-binding-test409mbm   Active        88s
    [kubectl] cmd-describe-list-binding-test409seb   Active        83s
    [kubectl] cmd-describe-list-binding-test438fhu   Active        69s
    [kubectl] cmd-describe-list-binding-test438pgf   Active        40s
    [kubectl] cmd-dev-test1393uep                    Active        46s
    [kubectl] cmd-dev-test1601lym                    Active        4s
    [kubectl] cmd-dev-test1626jxj                    Active        24s
    [kubectl] cmd-dev-test1743bvm                    Active        116s
    [kubectl] cmd-dev-test1803rcl                    Active        111s
    [kubectl] cmd-dev-test1898eke                    Active        26s
    [kubectl] cmd-dev-test2002pdf                    Terminating   82s
    [kubectl] cmd-dev-test221gkf                     Active        33s
    [kubectl] cmd-dev-test221urf                     Active        114s
    [kubectl] cmd-dev-test242qae                     Active        39s
    [kubectl] cmd-dev-test253fpm                     Active        79s
    [kubectl] cmd-dev-test403sti                     Active        70s
    [kubectl] cmd-dev-test523ifv                     Active        47s
    [kubectl] cmd-dev-test616aki                     Active        52s
    [kubectl] cmd-dev-test673csm                     Active        73s
    [kubectl] cmd-dev-test742zhz                     Active        34s
    [kubectl] cmd-dev-test809ifi                     Active        4s
    [kubectl] cmd-dev-test864dwr                     Active        62s
    [kubectl] cmd-dev-test86dus                      Active        9s
    [kubectl] cmd-dev-test985ppo                     Active        24s
    [kubectl] cmd-devfile-build-images-test107uxv    Active        13s
    [kubectl] cmd-devfile-build-images-test151kfb    Active        4s
    [kubectl] cmd-devfile-build-images-test34cxq     Active        9s
    [kubectl] cmd-devfile-deploy-test101lsu          Terminating   81s
    [kubectl] cmd-devfile-deploy-test123atl          Active        28s
    [kubectl] cmd-devfile-deploy-test123hdr          Active        14s
    [kubectl] cmd-devfile-deploy-test123vzt          Active        6s
    [kubectl] cmd-devfile-deploy-test269jyu          Terminating   53s
    [kubectl] cmd-devfile-init-test180gcu            Terminating   22s
    [kubectl] cmd-devfile-list-test163wzh            Active        42s
    [kubectl] cmd-devfile-registry-test33cfw         Terminating   22s
    [kubectl] default                                Active        124d
    [kubectl] devfile-proxy                          Active        6h31m
    [kubectl] ibm-cert-store                         Active        124d
    [kubectl] ibm-operators                          Active        124d
    [kubectl] ibm-system                             Active        124d
    [kubectl] kube-node-lease                        Active        124d
    [kubectl] kube-public                            Active        124d
    [kubectl] kube-system                            Active        124d
    [kubectl] olm                                    Active        14d
    [kubectl] operators                              Active        14d
    [kubectl] prj2                                   Active        24h
    Running kubectl with args [kubectl create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test809ifi]
    [kubectl] configmap/config-map-for-cleanup created
    Current working dir: /go/odo_1/tests/integration/devfile
    Running odo with args [odo preference remove registry DefaultDevfileRegistry -f]
    [odo] I0706 12:25:52.314082   22884 util.go:754] Response will be cached in /tmp/odohttpcache for 1h0m0s
    [odo] I0706 12:25:52.315211   22884 util.go:767] Cached response used.
    [odo] I0706 12:25:52.314215   22884 implem.go:106] The path for preference file is /tmp/192328387/preference.yaml
    [odo] Successfully removed registry
    [odo] I0706 12:25:52.316408   22884 odo.go:75] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Running odo with args [odo preference add registry DefaultDevfileRegistry https://registry.stage.devfile.io]
    [odo] I0706 12:25:53.581922   22961 implem.go:106] The path for preference file is /tmp/192328387/preference.yaml
    [odo] New registry successfully added
    [odo] I0706 12:25:53.585199   22961 odo.go:75] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Setting current dir to: /tmp/2827038586
    Deleting project: cmd-dev-test809ifi
    Running kubectl with args [kubectl delete namespaces cmd-dev-test809ifi --wait=false]
    [kubectl] namespace "cmd-dev-test809ifi" deleted
    Setting current dir to: /go/odo_1/tests/integration/devfile
    Deleting dir: /tmp/2827038586
    Deleting dir: /tmp/192328387
  << End Captured GinkgoWriter Output

  Operators have not been setup on Kubernetes cluster yet. Remove this once the issue has been fixed.
  In [BeforeEach] at: /go/odo_1/tests/integration/devfile/cmd_dev_test.go:754
------------------------------

------------------------------
• [SLOW TEST] [144.528 seconds]
odo dev command tests when node-js application is created and deployed with devfile schema 2.2.0 when Update the devfile.yaml, and waiting synchronization should check cpuLimit, cpuRequests, memoryRequests after restart
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:1803
------------------------------

------------------------------
• [SLOW TEST] [151.380 seconds]
odo dev command tests when java-springboot application is created and running odo dev when Update the devfile.yaml when compare the local and remote files localFiles and remoteFiles should match
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:1743
------------------------------

------------------------------
• [SLOW TEST] [156.943 seconds]
odo dev command tests when a component is bootstrapped and pushed when odo dev is executed when deleting previous deployment and switching kubeconfig to another namespace should run odo dev on initial namespace
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:221
------------------------------

------------------------------
• [SLOW TEST] [135.455 seconds]
odo add binding command tests when the component is bootstrapped when adding a binding when odo dev is run when odo dev command is stopped should have successfully delete the binding
/go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:85
------------------------------

------------------------------
• [SLOW TEST] [131.297 seconds]
odo dev command tests when java-springboot application is created and running odo dev when Update the devfile.yaml Should build the application successfully
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:1692
------------------------------

Ran 184 of 186 Specs in 415.810 seconds
SUCCESS! -- 184 Passed | 0 Failed | 0 Pending | 2 Skipped


Ginkgo ran 1 suite in 8m0.470614586s
Test Suite Passed
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=1 tests/integration/devfile/debug/
=== RUN   TestDebug
Running Suite: Devfile Debug Suite - /go/odo_1/tests/integration/devfile/debug
==============================================================================
Random Seed: 1657110502

Will run 0 of 0 specs

Ran 0 of 0 Specs in 0.000 seconds
SUCCESS! -- 0 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestDebug (0.00s)
PASS

Ginkgo ran 1 suite in 15.659697785s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=32 tests/interactive/
Running Suite: Interactive Suite - /go/odo_1/tests/interactive
==============================================================
Random Seed: 1657110513 - will randomize all specs

Will run 14 of 14 specs
Running in parallel across 32 processes


Ran 14 of 14 Specs in 31.813 seconds
SUCCESS! -- 14 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 48.527980304s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=32 -focus="odo devfile supported tests" tests/e2escenarios/
Running Suite: odo e2e scenarios - /go/odo_1/tests/e2escenarios
===============================================================
Random Seed: 1657110573 - will randomize all specs

Will run 4 of 6 specs
Running in parallel across 32 processes
SS

Ran 4 of 6 Specs in 119.466 seconds
SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 2 Skipped


Ginkgo ran 1 suite in 2m15.647073017s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=32 -focus="odo project command tests" tests/integration/project/
Running Suite: Project Suite - /go/odo_1/tests/integration/project
==================================================================
Random Seed: 1657110720 - will randomize all specs

Will run 6 of 6 specs
Running in parallel across 32 processes

------------------------------
S [SKIPPED] [6.440 seconds]
odo project command tests
/go/odo_1/tests/integration/project/cmd_project_test.go:12
  when user is logged out [BeforeEach]
  /go/odo_1/tests/integration/project/cmd_project_test.go:58
    should show login message when deleting project and not login
    /go/odo_1/tests/integration/project/cmd_project_test.go:73

  Begin Captured GinkgoWriter Output >>
    Created dir: /tmp/807110361
    Created dir: /tmp/2435223168
    Setting KUBECONFIG=/tmp/2435223168/config
    Creating a new project: cmd-project-test73xue
    Running kubectl with args [kubectl create namespace cmd-project-test73xue]
    [kubectl] namespace/cmd-project-test73xue created
    Running kubectl with args [kubectl config set-context --current --namespace cmd-project-test73xue]
    [kubectl] Context "odo-test-kubernetes-cluster/c8giauof0f337j4pe5u0/admin" modified.
    Running kubectl with args [kubectl get namespaces]
    [kubectl] NAME                    STATUS   AGE
    [kubectl] cmd-project-test26yal   Active   2s
    [kubectl] cmd-project-test31vex   Active   2s
    [kubectl] cmd-project-test36hay   Active   2s
    [kubectl] cmd-project-test50nig   Active   2s
    [kubectl] cmd-project-test69fdz   Active   2s
    [kubectl] cmd-project-test73xue   Active   2s
    [kubectl] default                 Active   124d
    [kubectl] devfile-proxy           Active   6h38m
    [kubectl] ibm-cert-store          Active   124d
    [kubectl] ibm-operators           Active   124d
    [kubectl] ibm-system              Active   124d
    [kubectl] kube-node-lease         Active   124d
    [kubectl] kube-public             Active   124d
    [kubectl] kube-system             Active   124d
    [kubectl] olm                     Active   14d
    [kubectl] operators               Active   14d
    [kubectl] prj2                    Active   24h
    Running kubectl with args [kubectl create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-project-test73xue]
    [kubectl] configmap/config-map-for-cleanup created
    Current working dir: /go/odo_1/tests/integration/project
    Running odo with args [odo preference remove registry DefaultDevfileRegistry -f]
    [odo] I0706 12:32:21.680059   27776 implem.go:106] The path for preference file is /tmp/2435223168/preference.yaml
    [odo] Successfully removed registry
    [odo] I0706 12:32:21.683603   27776 odo.go:75] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Running odo with args [odo preference add registry DefaultDevfileRegistry https://registry.stage.devfile.io]
    [odo] I0706 12:32:22.123150   27817 implem.go:106] The path for preference file is /tmp/2435223168/preference.yaml
    [odo] New registry successfully added
    [odo] I0706 12:32:22.154021   27817 odo.go:75] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Running odo with args [odo login --token ]
    [odo] Connecting to the OpenShift cluster
    [odo] 
    [odo] I0706 12:32:22.512327   27867 util.go:754] Response will be cached in /tmp/odohttpcache for 1h0m0s
    [odo]  ✗  couldn't get https://c110.eu-de.containers.cloud.ibm.com:31454/.well-known/oauth-authorization-server: unexpected response status 403
    Deleting project: cmd-project-test73xue
    Running kubectl with args [kubectl delete namespaces cmd-project-test73xue --wait=false]
    [kubectl] namespace "cmd-project-test73xue" deleted
    Setting current dir to: /go/odo_1/tests/integration/project
    Deleting dir: /tmp/807110361
    Deleting dir: /tmp/2435223168
  << End Captured GinkgoWriter Output

  Openshift specific scenario.
  In [BeforeEach] at: /go/odo_1/tests/integration/project/cmd_project_test.go:60
------------------------------
S [SKIPPED] [6.263 seconds]
odo project command tests
/go/odo_1/tests/integration/project/cmd_project_test.go:12
  when user is logged out [BeforeEach]
  /go/odo_1/tests/integration/project/cmd_project_test.go:58
    should show login message when setting project and not login
    /go/odo_1/tests/integration/project/cmd_project_test.go:69

  Begin Captured GinkgoWriter Output >>
    Created dir: /tmp/2121033211
    Created dir: /tmp/349720354
    Setting KUBECONFIG=/tmp/349720354/config
    Creating a new project: cmd-project-test69fdz
    Running kubectl with args [kubectl create namespace cmd-project-test69fdz]
    [kubectl] namespace/cmd-project-test69fdz created
    Running kubectl with args [kubectl config set-context --current --namespace cmd-project-test69fdz]
    [kubectl] Context "odo-test-kubernetes-cluster/c8giauof0f337j4pe5u0/admin" modified.
    Running kubectl with args [kubectl get namespaces]
    [kubectl] NAME                    STATUS   AGE
    [kubectl] cmd-project-test26yal   Active   2s
    [kubectl] cmd-project-test31vex   Active   2s
    [kubectl] cmd-project-test36hay   Active   2s
    [kubectl] cmd-project-test50nig   Active   2s
    [kubectl] cmd-project-test69fdz   Active   2s
    [kubectl] cmd-project-test73xue   Active   2s
    [kubectl] default                 Active   124d
    [kubectl] devfile-proxy           Active   6h38m
    [kubectl] ibm-cert-store          Active   124d
    [kubectl] ibm-operators           Active   124d
    [kubectl] ibm-system              Active   124d
    [kubectl] kube-node-lease         Active   124d
    [kubectl] kube-public             Active   124d
    [kubectl] kube-system             Active   124d
    [kubectl] olm                     Active   14d
    [kubectl] operators               Active   14d
    [kubectl] prj2                    Active   24h
    Running kubectl with args [kubectl create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-project-test69fdz]
    [kubectl] configmap/config-map-for-cleanup created
    Current working dir: /go/odo_1/tests/integration/project
    Running odo with args [odo preference remove registry DefaultDevfileRegistry -f]
    [odo] I0706 12:32:21.600531   27767 implem.go:106] The path for preference file is /tmp/349720354/preference.yaml
    [odo] Successfully removed registry
    [odo] I0706 12:32:21.600882   27767 util.go:754] Response will be cached in /tmp/odohttpcache for 1h0m0s
    [odo] I0706 12:32:21.605331   27767 odo.go:75] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Running odo with args [odo preference add registry DefaultDevfileRegistry https://registry.stage.devfile.io]
    [odo] I0706 12:32:22.110999   27814 implem.go:106] The path for preference file is /tmp/349720354/preference.yaml
    [odo] New registry successfully added
    [odo] I0706 12:32:22.141045   27814 odo.go:75] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Running odo with args [odo login --token ]
    [odo] Connecting to the OpenShift cluster
    [odo] 
    [odo] I0706 12:32:22.476618   27866 util.go:733] HTTPGetRequest: https://raw.githubusercontent.com/redhat-developer/odo/main/build/VERSION
    [odo] I0706 12:32:22.477366   27866 util.go:754] Response will be cached in /tmp/odohttpcache for 1h0m0s
    [odo]  ✗  couldn't get https://c110.eu-de.containers.cloud.ibm.com:31454/.well-known/oauth-authorization-server: unexpected response status 403
    Deleting project: cmd-project-test69fdz
    Running kubectl with args [kubectl delete namespaces cmd-project-test69fdz --wait=false]
    [kubectl] namespace "cmd-project-test69fdz" deleted
    Setting current dir to: /go/odo_1/tests/integration/project
    Deleting dir: /tmp/2121033211
    Deleting dir: /tmp/349720354
  << End Captured GinkgoWriter Output

  Openshift specific scenario.
  In [BeforeEach] at: /go/odo_1/tests/integration/project/cmd_project_test.go:60
------------------------------


Ran 4 of 6 Specs in 12.882 seconds
SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 2 Skipped


Ginkgo ran 1 suite in 28.789447001s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=5edd7a02f" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=120s -timeout 14400s -nodes=32 -focus="odo generic" tests/integration/
Running Suite: Integration Suite - /go/odo_1/tests/integration
==============================================================
Random Seed: 1657110760 - will randomize all specs

Will run 7 of 36 specs
Running in parallel across 32 processes
SSSSSSSSSSSSSSSSSSSSSSSSSSSSS

Ran 7 of 36 Specs in 8.857 seconds
SUCCESS! -- 7 Passed | 0 Failed | 0 Pending | 29 Skipped


Ginkgo ran 1 suite in 24.045341958s
Test Suite Passed