Error from server (NotFound): namespaces "devfile-proxy" not found
Using Devfile proxy:
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=17e0292a8" ./cmd/odo/
go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo  --randomize-all --slow-spec-threshold=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: 1677685975 - will randomize all specs

Will run 426 of 778 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSSSS•S•••S•SSSS•
------------------------------
• [21.543 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (naming strategy: "uppercase")
/go/odo_1/tests/integration/interactive_add_binding_test.go:378

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/2835458866
  << End Captured StdOut/StdErr Output
------------------------------
SSSS••SS•
------------------------------
• [25.582 seconds]
odo add binding interactive command tests when the component is bootstrapped when binding to a service in a different namespace should successfully add binding to the devfile
/go/odo_1/tests/integration/interactive_add_binding_test.go:257

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/4125341621
  << End Captured StdOut/StdErr Output
------------------------------
S•••S••SS•••••SSS••SSSSSS•
------------------------------
S [SKIPPED] [2.635 seconds]
odo dev command tests
/go/odo_1/tests/integration/cmd_dev_test.go:34
  when running odo dev with devfile containing volume-component - with metadata.name [BeforeEach]
  /go/odo_1/tests/integration/cmd_dev_test.go:1591
    should successfully use the volume components in container components
    /go/odo_1/tests/integration/cmd_dev_test.go:1616

  Begin Captured GinkgoWriter Output >>
    Created dir: /tmp/908647082
    Created dir: /tmp/3051051814
    Setting KUBECONFIG=/tmp/3051051814/config
    Creating a new project: cmd-dev-test1616agc
    Running kubectl with args [kubectl create namespace cmd-dev-test1616agc] and odo env: []
    [kubectl] namespace/cmd-dev-test1616agc created
    Running kubectl with args [kubectl config set-context --current --namespace cmd-dev-test1616agc] and odo env: []
    [kubectl] Context "odo-test-kubernetes-cluster/c8giauof0f337j4pe5u0/admin" modified.
    Running kubectl with args [kubectl get namespaces] and odo env: []
    [kubectl] NAME                                   STATUS        AGE
    [kubectl] cmd-add-binding-test151shu             Active        4s
    [kubectl] cmd-add-binding-test164ccd             Terminating   13s
    [kubectl] cmd-delete-test275wmm                  Terminating   77s
    [kubectl] cmd-delete-test298ajr                  Active        3s
    [kubectl] cmd-delete-test328dwo                  Terminating   53s
    [kubectl] cmd-delete-test624icr                  Active        6s
    [kubectl] cmd-delete-test669ehv                  Active        10s
    [kubectl] cmd-describe-component-test536rij      Terminating   59s
    [kubectl] cmd-describe-component-test725wco      Active        78s
    [kubectl] cmd-describe-list-binding-test742kgx   Active        66s
    [kubectl] cmd-describe-list-binding-test742vfz   Active        57s
    [kubectl] cmd-describe-list-binding-test787kyy   Terminating   76s
    [kubectl] cmd-dev-debug-test81ezn                Active        43s
    [kubectl] cmd-dev-test1098zqr                    Active        41s
    [kubectl] cmd-dev-test1160lfj                    Active        79s
    [kubectl] cmd-dev-test1232drw                    Active        64s
    [kubectl] cmd-dev-test1293itk                    Active        29s
    [kubectl] cmd-dev-test1293xiq                    Active        16s
    [kubectl] cmd-dev-test1502cbq                    Active        43s
    [kubectl] cmd-dev-test1568isl                    Active        6s
    [kubectl] cmd-dev-test1616agc                    Active        1s
    [kubectl] cmd-dev-test2401cxt                    Active        12s
    [kubectl] cmd-dev-test3252wyr                    Terminating   64s
    [kubectl] cmd-devfile-list-test67ruk             Terminating   12s
    [kubectl] default                                Active        362d
    [kubectl] ibm-cert-store                         Active        362d
    [kubectl] ibm-operators                          Active        362d
    [kubectl] ibm-system                             Active        362d
    [kubectl] kube-node-lease                        Active        362d
    [kubectl] kube-public                            Active        362d
    [kubectl] kube-system                            Active        362d
    [kubectl] olm                                    Active        252d
    [kubectl] operators                              Active        252d
    [kubectl] osag-namespace                         Active        112d
    Running kubectl with args [kubectl create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test1616agc] and odo env: []
    [kubectl] 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] I0301 15:55:14.372581   14641 implem.go:109] The path for preference file is /tmp/3051051814/preference.yaml
    [odo] I0301 15:55:14.373579   14641 util.go:810] Cached response used.
    [odo] Successfully removed registry
    [odo] I0301 15:55:14.375516   14641 odo.go:88] 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] and odo env: []
    [odo] I0301 15:55:14.666639   14656 implem.go:109] The path for preference file is /tmp/3051051814/preference.yaml
    [odo] I0301 15:55:14.667229   14656 util.go:810] Cached response used.
    [odo] New registry successfully added
    [odo] I0301 15:55:14.668178   14656 odo.go:88] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Setting current dir to: /tmp/908647082
    Deleting project: cmd-dev-test1616agc
    Running kubectl with args [kubectl delete namespaces cmd-dev-test1616agc --wait=false] and odo env: []
    [kubectl] namespace "cmd-dev-test1616agc" deleted
    Setting current dir to: /go/odo_1/tests/integration
    Deleting dir: /tmp/908647082
    Deleting dir: /tmp/3051051814
  << End Captured GinkgoWriter Output

  This is a OpenShift specific scenario, skipping
  In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:1593
------------------------------
••S••••S•••SSSS••••S••SS•S•••S••••••
------------------------------
• [SLOW TEST] [146.922 seconds]
odo dev command tests when Starting a PostgreSQL service when creating local files and dir and running odo dev - with metadata.name when deleting local files and dir and waiting for sync should not list deleted dir and file in container
/go/odo_1/tests/integration/cmd_dev_test.go:1232
------------------------------
S•••••S•S•••SS•S•••SS
------------------------------
S [SKIPPED] [3.901 seconds]
odo dev command tests
/go/odo_1/tests/integration/cmd_dev_test.go:34
  when a component is bootstrapped and pushed
  /go/odo_1/tests/integration/cmd_dev_test.go:64
    when odo dev is executed and Ephemeral is set to false [BeforeEach]
    /go/odo_1/tests/integration/cmd_dev_test.go:329
      when stopping odo dev normally
      /go/odo_1/tests/integration/cmd_dev_test.go:362
        should have deleted all resources before returning
        /go/odo_1/tests/integration/cmd_dev_test.go:368

  Begin Captured GinkgoWriter Output >>
    Created dir: /tmp/4129999421
    Created dir: /tmp/2243317455
    Setting KUBECONFIG=/tmp/2243317455/config
    Creating a new project: cmd-dev-test368xnw
    Running kubectl with args [kubectl create namespace cmd-dev-test368xnw] and odo env: []
    [kubectl] namespace/cmd-dev-test368xnw created
    Running kubectl with args [kubectl config set-context --current --namespace cmd-dev-test368xnw] and odo env: []
    [kubectl] Context "odo-test-kubernetes-cluster/c8giauof0f337j4pe5u0/admin" modified.
    Running kubectl with args [kubectl get namespaces] and odo env: []
    [kubectl] NAME                                   STATUS        AGE
    [kubectl] cmd-add-binding-test260dpp             Active        38s
    [kubectl] cmd-add-binding-test260fij             Active        26s
    [kubectl] cmd-delete-test169oqx                  Active        1s
    [kubectl] cmd-delete-test271vly                  Active        26s
    [kubectl] cmd-delete-test328svd                  Terminating   51s
    [kubectl] cmd-delete-test374wuq                  Active        14s
    [kubectl] cmd-delete-test512cln                  Terminating   12s
    [kubectl] cmd-delete-test624zsh                  Active        13s
    [kubectl] cmd-describe-component-test455qem      Active        33s
    [kubectl] cmd-describe-component-test536rol      Active        53s
    [kubectl] cmd-describe-list-binding-test787aqo   Terminating   91s
    [kubectl] cmd-describe-list-binding-test787roq   Terminating   77s
    [kubectl] cmd-describe-list-binding-test787uhy   Terminating   61s
    [kubectl] cmd-describe-list-binding-test787wex   Active        16s
    [kubectl] cmd-describe-list-binding-test787wqz   Terminating   71s
    [kubectl] cmd-dev-test1160wac                    Active        76s
    [kubectl] cmd-dev-test1354unq                    Terminating   58s
    [kubectl] cmd-dev-test1835sxt                    Terminating   58s
    [kubectl] cmd-dev-test2413yux                    Active        32s
    [kubectl] cmd-dev-test2476vgc                    Active        91s
    [kubectl] cmd-dev-test3252ely                    Active        28s
    [kubectl] cmd-dev-test3396mmd                    Active        2s
    [kubectl] cmd-dev-test368xnw                     Active        1s
    [kubectl] cmd-devfile-deploy-test143khk          Terminating   6s
    [kubectl] cmd-logs-test143fet                    Active        11s
    [kubectl] default                                Active        362d
    [kubectl] ibm-cert-store                         Active        362d
    [kubectl] ibm-operators                          Active        362d
    [kubectl] ibm-system                             Active        362d
    [kubectl] kube-node-lease                        Active        362d
    [kubectl] kube-public                            Active        362d
    [kubectl] kube-system                            Active        362d
    [kubectl] olm                                    Active        252d
    [kubectl] operators                              Active        252d
    [kubectl] osag-namespace                         Active        112d
    Running kubectl with args [kubectl create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test368xnw] and odo env: []
    [kubectl] 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] I0301 15:56:58.329481   18562 implem.go:109] The path for preference file is /tmp/2243317455/preference.yaml
    [odo] I0301 15:56:58.329957   18562 util.go:797] Response will be cached in /tmp/odohttpcache for 1h0m0s
    [odo] I0301 15:56:58.330936   18562 util.go:810] Cached response used.
    [odo] Successfully removed registry
    [odo] I0301 15:56:58.331873   18562 odo.go:88] 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] and odo env: []
    [odo] I0301 15:56:58.613330   18590 implem.go:109] The path for preference file is /tmp/2243317455/preference.yaml
    [odo] I0301 15:56:58.615524   18590 util.go:810] Cached response used.
    [odo] New registry successfully added
    [odo] I0301 15:56:58.616467   18590 odo.go:88] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Setting current dir to: /tmp/4129999421
    Running odo with args [odo init --name bblyxe --devfile-path /go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml] and odo env: []
    [odo] I0301 15:56:58.980441   18616 implem.go:109] The path for preference file is /tmp/2243317455/preference.yaml
    [odo] I0301 15:56:58.982327   18616 util.go:200] path /tmp/4129999421/devfile.yaml doesn't exist, skipping it
    [odo] I0301 15:56:58.983689   18616 util.go:200] path /tmp/4129999421/.devfile.yaml doesn't exist, skipping it
    [odo] I0301 15:56:58.984405   18616 util.go:200] path /tmp/4129999421/devfile.yaml doesn't exist, skipping it
    [odo]   __
    [odo]  /  \__     Initializing a new component
    [odo]  \__/  \    
    [odo]  /  \__/    odo version: v3.7.0
    [odo]  \__/
    [odo] 
    [odo]  •  Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml"  ...
    [odo] ↵
 ✓  Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml" [2ms]
    [odo] I0301 15:56:58.989310   18616 context.go:159] absolute devfile path: '/tmp/4129999421/devfile.yaml'
    [odo] I0301 15:56:58.989343   18616 context.go:110] absolute devfile path: '/tmp/4129999421/devfile.yaml'
    [odo] I0301 15:56:58.994461   18616 content.go:48] converted devfile YAML to JSON
    [odo] I0301 15:56:58.994629   18616 apiVersion.go:60] devfile schemaVersion: '2.0.0'
    [odo] I0301 15:56:58.994741   18616 helper.go:56] devfile apiVersion '2.0.0' is supported
    [odo] I0301 15:56:59.015615   18616 schema.go:61] validated devfile schema
    [odo] I0301 15:56:59.023322   18616 writer.go:55] devfile yaml created at: 'devfile.yaml'
    [odo] 
    [odo] Your new component 'bblyxe' is ready in the current directory.
    [odo] To start editing your component, use 'odo dev' and open this folder in your favorite IDE.
    [odo] Changes will be directly reflected on the cluster.
    [odo] I0301 15:56:59.025590   18616 odo.go:88] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Deleting project: cmd-dev-test368xnw
    Running kubectl with args [kubectl delete namespaces cmd-dev-test368xnw --wait=false] and odo env: []
    [kubectl] namespace "cmd-dev-test368xnw" deleted
    Setting current dir to: /go/odo_1/tests/integration
    Deleting dir: /tmp/4129999421
    Deleting dir: /tmp/2243317455
  << End Captured GinkgoWriter Output

  This is a OpenShift specific scenario, skipping
  In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:331
------------------------------
•S•
------------------------------
• [13.180 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (naming strategy: "none")
/go/odo_1/tests/integration/interactive_add_binding_test.go:378

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/3886793214
  << End Captured StdOut/StdErr Output
------------------------------
S
------------------------------
• [17.911 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

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo dev --random-ports' from /tmp/509637308
  << End Captured StdOut/StdErr Output
------------------------------
S•••S•SSS••S
------------------------------
• [SLOW TEST] [127.723 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/cmd_dev_test.go:2476
------------------------------
••••S•••SSSS••••S
------------------------------
• [13.573 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (Bind as Files)
/go/odo_1/tests/integration/interactive_add_binding_test.go:101

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/3078150836
  << End Captured StdOut/StdErr Output
------------------------------
••S•SS••SS•••S•S•S•S•••SSS•••SS•
------------------------------
• [4.886 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

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo deploy -v 4' from /tmp/128583710
  << End Captured StdOut/StdErr Output
------------------------------
•S••S••••S•S•S
------------------------------
• [14.278 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (custom naming strategy: "")
/go/odo_1/tests/integration/interactive_add_binding_test.go:463

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/4137235614
  << End Captured StdOut/StdErr Output
------------------------------
•S•SS•S•••••S••S•S•••S•
------------------------------
• [12.812 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (custom naming strategy: "{ .name | upper }")
/go/odo_1/tests/integration/interactive_add_binding_test.go:463

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/468058552
  << End Captured StdOut/StdErr Output
------------------------------
•S•S•SS•SS••S••S•SS•S••
------------------------------
• [13.009 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile ("none" as naming strategy)
/go/odo_1/tests/integration/interactive_add_binding_test.go:131

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/4065423457
  << End Captured StdOut/StdErr Output
------------------------------
S••S•••SSS•SSSSSS••••SSS•
------------------------------
• [23.827 seconds]
odo add binding interactive command tests when the component is bootstrapped when binding to a service in a different namespace should error out if service is not found in the namespace selected
/go/odo_1/tests/integration/interactive_add_binding_test.go:242

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/306848457
  << End Captured StdOut/StdErr Output
------------------------------
S•S••••SSS••SS•••••SS
------------------------------
• [21.897 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

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo dev --random-ports -v 4' from /tmp/3384886884
  << End Captured StdOut/StdErr Output
------------------------------
S•SS•SS
------------------------------
• [4.774 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

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo deploy' from /tmp/2113490240
  << End Captured StdOut/StdErr Output
------------------------------
•••S••S•••S••SS••••S•S••••SSS•SSS••S•••SS••SSSSSSSSSS•S
------------------------------
• [23.199 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

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo dev --random-ports' from /tmp/352008384
  << End Captured StdOut/StdErr Output
------------------------------
••SS••S•S•S••••
------------------------------
• [5.861 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

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo deploy' from /tmp/1274124689
  << End Captured StdOut/StdErr Output
------------------------------
••S•
------------------------------
• [SLOW TEST] [147.465 seconds]
odo dev command tests when Starting a PostgreSQL service when creating local files and dir and running odo dev - without metadata.name when deleting local files and dir and waiting for sync should not list deleted dir and file in container
/go/odo_1/tests/integration/cmd_dev_test.go:1232
------------------------------
•S
------------------------------
• [11.407 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (custom naming strategy: "any string")
/go/odo_1/tests/integration/interactive_add_binding_test.go:180

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/3074548042
  << End Captured StdOut/StdErr Output
------------------------------
S••SSSSS••S•
------------------------------
• [14.640 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (custom naming strategy: "any string")
/go/odo_1/tests/integration/interactive_add_binding_test.go:463

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/4053603633
  << End Captured StdOut/StdErr Output
------------------------------
SS•SS•S••S••SSS••
------------------------------
• [12.272 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (Bind as Environment Variables)
/go/odo_1/tests/integration/interactive_add_binding_test.go:73

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/263574541
  << End Captured StdOut/StdErr Output
------------------------------
S•SS•••S••S
------------------------------
• [11.273 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile ("uppercase" as naming strategy)
/go/odo_1/tests/integration/interactive_add_binding_test.go:131

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/534927192
  << End Captured StdOut/StdErr Output
------------------------------
S•S••S•S•SSSS•SSS•S
------------------------------
• [12.459 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (naming strategy: "lowercase")
/go/odo_1/tests/integration/interactive_add_binding_test.go:378

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/3568706642
  << End Captured StdOut/StdErr Output
------------------------------
•S•SSS•••S•SS•S•••••S•SSSSS••SS•SS•SSSSS•S•
------------------------------
S [SKIPPED] [3.107 seconds]
odo dev command tests
/go/odo_1/tests/integration/cmd_dev_test.go:34
  when a component is bootstrapped and pushed
  /go/odo_1/tests/integration/cmd_dev_test.go:64
    when odo dev is executed and Ephemeral is set to false [BeforeEach]
    /go/odo_1/tests/integration/cmd_dev_test.go:329
      when killing odo dev and running odo delete component --wait
      /go/odo_1/tests/integration/cmd_dev_test.go:339
        should have deleted all resources before returning
        /go/odo_1/tests/integration/cmd_dev_test.go:346

  Begin Captured GinkgoWriter Output >>
    Created dir: /tmp/2543088310
    Created dir: /tmp/3149417266
    Setting KUBECONFIG=/tmp/3149417266/config
    Creating a new project: cmd-dev-test346wpq
    Running kubectl with args [kubectl create namespace cmd-dev-test346wpq] and odo env: []
    [kubectl] namespace/cmd-dev-test346wpq created
    Running kubectl with args [kubectl config set-context --current --namespace cmd-dev-test346wpq] and odo env: []
    [kubectl] Context "odo-test-kubernetes-cluster/c8giauof0f337j4pe5u0/admin" modified.
    Running kubectl with args [kubectl get namespaces] and odo env: []
    [kubectl] NAME                                   STATUS        AGE
    [kubectl] cmd-add-binding-test278dci             Active        34s
    [kubectl] cmd-add-binding-test278dnw             Active        28s
    [kubectl] cmd-add-binding-test278tnd             Active        22s
    [kubectl] cmd-delete-test199pgv                  Terminating   7s
    [kubectl] cmd-delete-test275cuw                  Terminating   35s
    [kubectl] cmd-delete-test470fcu                  Terminating   12s
    [kubectl] cmd-describe-component-test384tjr      Active        34s
    [kubectl] cmd-describe-component-test563six      Active        44s
    [kubectl] cmd-describe-list-binding-test701sgu   Active        55s
    [kubectl] cmd-describe-list-binding-test701wun   Active        62s
    [kubectl] cmd-describe-list-binding-test742hzx   Terminating   61s
    [kubectl] cmd-describe-list-binding-test742nje   Terminating   67s
    [kubectl] cmd-describe-list-binding-test787chx   Active        19s
    [kubectl] cmd-describe-list-binding-test787hmp   Active        4s
    [kubectl] cmd-describe-list-binding-test787kfe   Terminating   79s
    [kubectl] cmd-describe-list-binding-test787pam   Active        25s
    [kubectl] cmd-dev-debug-test339uqi               Active        75s
    [kubectl] cmd-dev-test1215tmj                    Terminating   68s
    [kubectl] cmd-dev-test1396gqi                    Active        24s
    [kubectl] cmd-dev-test1396ryz                    Active        30s
    [kubectl] cmd-dev-test1502ctq                    Active        48s
    [kubectl] cmd-dev-test3306dpm                    Active        6s
    [kubectl] cmd-dev-test346wpq                     Active        1s
    [kubectl] cmd-dev-test690kyt                     Active        3s
    [kubectl] cmd-devfile-deploy-test104byw          Active        16s
    [kubectl] cmd-logs-test278rfh                    Terminating   106s
    [kubectl] default                                Active        362d
    [kubectl] ibm-cert-store                         Active        362d
    [kubectl] ibm-operators                          Active        362d
    [kubectl] ibm-system                             Active        362d
    [kubectl] interactive-add-binding-test463qdf     Terminating   111s
    [kubectl] interactive-dev-test206gov             Active        9s
    [kubectl] kube-node-lease                        Active        362d
    [kubectl] kube-public                            Active        362d
    [kubectl] kube-system                            Active        362d
    [kubectl] olm                                    Active        252d
    [kubectl] operators                              Active        252d
    [kubectl] osag-namespace                         Active        112d
    Running kubectl with args [kubectl create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test346wpq] and odo env: []
    [kubectl] 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] I0301 16:05:08.388987    5651 implem.go:109] The path for preference file is /tmp/3149417266/preference.yaml
    [odo] Successfully removed registry
    [odo] I0301 16:05:08.392297    5651 util.go:776] HTTPGetRequest: https://raw.githubusercontent.com/redhat-developer/odo/main/build/VERSION
    [odo] I0301 16:05:08.392742    5651 odo.go:88] 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] and odo env: []
    [odo] I0301 16:05:08.604030    5659 implem.go:109] The path for preference file is /tmp/3149417266/preference.yaml
    [odo] I0301 16:05:08.604992    5659 util.go:810] Cached response used.
    [odo] New registry successfully added
    [odo] I0301 16:05:08.606379    5659 odo.go:88] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Setting current dir to: /tmp/2543088310
    Running odo with args [odo init --name reehye --devfile-path /go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml] and odo env: []
    [odo] I0301 16:05:08.811899    5671 util.go:810] Cached response used.
    [odo] I0301 16:05:08.812465    5671 implem.go:109] The path for preference file is /tmp/3149417266/preference.yaml
    [odo] I0301 16:05:08.813250    5671 util.go:200] path /tmp/2543088310/devfile.yaml doesn't exist, skipping it
    [odo] I0301 16:05:08.813331    5671 util.go:200] path /tmp/2543088310/.devfile.yaml doesn't exist, skipping it
    [odo] I0301 16:05:08.813393    5671 util.go:200] path /tmp/2543088310/devfile.yaml doesn't exist, skipping it
    [odo]   __
    [odo]  /  \__     Initializing a new component
    [odo]  \__/  \    
    [odo]  /  \__/    odo version: v3.7.0
    [odo]  \__/
    [odo] 
    [odo]  •  Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml"  ...
    [odo] ↵
 ✓  Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml" 
    [odo] I0301 16:05:08.815386    5671 context.go:159] absolute devfile path: '/tmp/2543088310/devfile.yaml'
    [odo] I0301 16:05:08.815396    5671 context.go:110] absolute devfile path: '/tmp/2543088310/devfile.yaml'
    [odo] I0301 16:05:08.816313    5671 content.go:48] converted devfile YAML to JSON
    [odo] I0301 16:05:08.816485    5671 apiVersion.go:60] devfile schemaVersion: '2.0.0'
    [odo] I0301 16:05:08.816507    5671 helper.go:56] devfile apiVersion '2.0.0' is supported
    [odo] I0301 16:05:08.827765    5671 schema.go:61] validated devfile schema
    [odo] I0301 16:05:08.831262    5671 writer.go:55] devfile yaml created at: 'devfile.yaml'
    [odo] 
    [odo] Your new component 'reehye' is ready in the current directory.
    [odo] To start editing your component, use 'odo dev' and open this folder in your favorite IDE.
    [odo] Changes will be directly reflected on the cluster.
    [odo] I0301 16:05:08.832069    5671 odo.go:88] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Deleting project: cmd-dev-test346wpq
    Running kubectl with args [kubectl delete namespaces cmd-dev-test346wpq --wait=false] and odo env: []
    [kubectl] namespace "cmd-dev-test346wpq" deleted
    Setting current dir to: /go/odo_1/tests/integration
    Deleting dir: /tmp/2543088310
    Deleting dir: /tmp/3149417266
  << End Captured GinkgoWriter Output

  This is a OpenShift specific scenario, skipping
  In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:331
------------------------------
••SSSS••
------------------------------
• [20.382 seconds]
odo dev interactive command tests when a component is bootstrapped should sync files when p is pressed
/go/odo_1/tests/integration/interactive_dev_test.go:206

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo dev --random-ports --no-watch' from /tmp/1016102069
  << End Captured StdOut/StdErr Output
------------------------------
S••
------------------------------
S [SKIPPED] [2.966 seconds]
odo dev command tests
/go/odo_1/tests/integration/cmd_dev_test.go:34
  when a component is bootstrapped and pushed
  /go/odo_1/tests/integration/cmd_dev_test.go:64
    when odo dev is executed and Ephemeral is set to false [BeforeEach]
    /go/odo_1/tests/integration/cmd_dev_test.go:388
      should have created resources
      /go/odo_1/tests/integration/cmd_dev_test.go:407

  Begin Captured GinkgoWriter Output >>
    Created dir: /tmp/502900556
    Created dir: /tmp/3195794310
    Setting KUBECONFIG=/tmp/3195794310/config
    Creating a new project: cmd-dev-test407fab
    Running kubectl with args [kubectl create namespace cmd-dev-test407fab] and odo env: []
    [kubectl] namespace/cmd-dev-test407fab created
    Running kubectl with args [kubectl config set-context --current --namespace cmd-dev-test407fab] and odo env: []
    [kubectl] Context "odo-test-kubernetes-cluster/c8giauof0f337j4pe5u0/admin" modified.
    Running kubectl with args [kubectl get namespaces] and odo env: []
    [kubectl] NAME                                   STATUS        AGE
    [kubectl] cmd-add-binding-test241oxy             Active        4s
    [kubectl] cmd-add-binding-test278dci             Active        48s
    [kubectl] cmd-add-binding-test278dnw             Active        42s
    [kubectl] cmd-add-binding-test278tnd             Active        36s
    [kubectl] cmd-delete-test275cuw                  Terminating   49s
    [kubectl] cmd-delete-test470qnw                  Terminating   10s
    [kubectl] cmd-delete-test669qxl                  Active        12s
    [kubectl] cmd-describe-component-test276wlc      Active        7s
    [kubectl] cmd-describe-component-test384tjr      Active        48s
    [kubectl] cmd-describe-component-test563six      Terminating   58s
    [kubectl] cmd-describe-list-binding-test701sgu   Terminating   69s
    [kubectl] cmd-describe-list-binding-test701wun   Terminating   76s
    [kubectl] cmd-describe-list-binding-test742nje   Terminating   81s
    [kubectl] cmd-describe-list-binding-test787chx   Active        33s
    [kubectl] cmd-describe-list-binding-test787hmp   Active        18s
    [kubectl] cmd-describe-list-binding-test787jyd   Active        12s
    [kubectl] cmd-describe-list-binding-test787kfe   Terminating   93s
    [kubectl] cmd-describe-list-binding-test787pam   Active        39s
    [kubectl] cmd-dev-test1046hzn                    Active        0s
    [kubectl] cmd-dev-test1396gqi                    Active        38s
    [kubectl] cmd-dev-test1396ryz                    Active        44s
    [kubectl] cmd-dev-test1502ctq                    Terminating   62s
    [kubectl] cmd-dev-test1776jof                    Active        2s
    [kubectl] cmd-dev-test2653gwy                    Active        5s
    [kubectl] cmd-dev-test3306dpm                    Active        20s
    [kubectl] cmd-dev-test407fab                     Active        1s
    [kubectl] cmd-dev-test690kyt                     Active        17s
    [kubectl] cmd-devfile-deploy-test104byw          Terminating   30s
    [kubectl] cmd-logs-test278rfh                    Terminating   2m
    [kubectl] default                                Active        362d
    [kubectl] ibm-cert-store                         Active        362d
    [kubectl] ibm-operators                          Active        362d
    [kubectl] ibm-system                             Active        362d
    [kubectl] interactive-add-binding-test463qdf     Terminating   2m5s
    [kubectl] interactive-dev-test206gov             Terminating   23s
    [kubectl] kube-node-lease                        Active        362d
    [kubectl] kube-public                            Active        362d
    [kubectl] kube-system                            Active        362d
    [kubectl] olm                                    Active        252d
    [kubectl] operators                              Active        252d
    [kubectl] osag-namespace                         Active        112d
    Running kubectl with args [kubectl create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test407fab] and odo env: []
    [kubectl] 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] I0301 16:05:22.010684    6346 implem.go:109] The path for preference file is /tmp/3195794310/preference.yaml
    [odo] I0301 16:05:22.011566    6346 util.go:810] Cached response used.
    [odo] Successfully removed registry
    [odo] I0301 16:05:22.012643    6346 odo.go:88] 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] and odo env: []
    [odo] I0301 16:05:22.219578    6358 implem.go:109] The path for preference file is /tmp/3195794310/preference.yaml
    [odo] New registry successfully added
    [odo] I0301 16:05:22.221866    6358 odo.go:88] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Setting current dir to: /tmp/502900556
    Running odo with args [odo init --name qzougs --devfile-path /go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml] and odo env: []
    [odo] I0301 16:05:22.523995    6372 implem.go:109] The path for preference file is /tmp/3195794310/preference.yaml
    [odo] I0301 16:05:22.525148    6372 util.go:200] path /tmp/502900556/devfile.yaml doesn't exist, skipping it
    [odo] I0301 16:05:22.525285    6372 util.go:200] path /tmp/502900556/.devfile.yaml doesn't exist, skipping it
    [odo] I0301 16:05:22.525364    6372 util.go:200] path /tmp/502900556/devfile.yaml doesn't exist, skipping it
    [odo]   __
    [odo]  /  \__     Initializing a new component
    [odo]  \__/  \    
    [odo]  /  \__/    odo version: v3.7.0
    [odo]  \__/
    [odo] 
    [odo]  •  Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml"  ...
    [odo] ↵
 ✓  Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml" 
    [odo] I0301 16:05:22.527478    6372 context.go:159] absolute devfile path: '/tmp/502900556/devfile.yaml'
    [odo] I0301 16:05:22.527502    6372 context.go:110] absolute devfile path: '/tmp/502900556/devfile.yaml'
    [odo] I0301 16:05:22.528069    6372 content.go:48] converted devfile YAML to JSON
    [odo] I0301 16:05:22.528515    6372 apiVersion.go:60] devfile schemaVersion: '2.0.0'
    [odo] I0301 16:05:22.528667    6372 helper.go:56] devfile apiVersion '2.0.0' is supported
    [odo] I0301 16:05:22.537634    6372 util.go:810] Cached response used.
    [odo] I0301 16:05:22.538605    6372 schema.go:61] validated devfile schema
    [odo] I0301 16:05:22.545527    6372 writer.go:55] devfile yaml created at: 'devfile.yaml'
    [odo] 
    [odo] Your new component 'qzougs' is ready in the current directory.
    [odo] To start editing your component, use 'odo dev' and open this folder in your favorite IDE.
    [odo] Changes will be directly reflected on the cluster.
    [odo] I0301 16:05:22.546446    6372 odo.go:88] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Deleting project: cmd-dev-test407fab
    Running kubectl with args [kubectl delete namespaces cmd-dev-test407fab --wait=false] and odo env: []
    [kubectl] namespace "cmd-dev-test407fab" deleted
    Setting current dir to: /go/odo_1/tests/integration
    Deleting dir: /tmp/502900556
    Deleting dir: /tmp/3195794310
  << End Captured GinkgoWriter Output

  This is a OpenShift specific scenario, skipping
  In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:390
------------------------------
•S•••••S•S•••SS•••SS•••SSS•S•SS•SS••S•S••
------------------------------
• [12.067 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (custom naming strategy: "{ .name | upper }")
/go/odo_1/tests/integration/interactive_add_binding_test.go:180

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/3583245166
  << End Captured StdOut/StdErr Output
------------------------------
SSSSSSS••S•S•S•SSSSS•SSS••S•S•S••••S•••
------------------------------
• [5.404 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

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo deploy' from /tmp/524247420
  << End Captured StdOut/StdErr Output
------------------------------
S•S•S•SSSSS••SSS•••S•SS•S•••SS•••S•SSS•S•
------------------------------
• [18.914 seconds]
odo add binding interactive command tests when running a deployment when binding to a service in a different namespace should error out if service is not found in the namespace selected
/go/odo_1/tests/integration/interactive_add_binding_test.go:577

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/2791130244
  << End Captured StdOut/StdErr Output
------------------------------
•S•S•S
------------------------------
• [20.648 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

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo dev --random-ports' from /tmp/270977305
  << End Captured StdOut/StdErr Output
------------------------------
S••S•S••••••
------------------------------
• [SLOW TEST] [136.766 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/cmd_dev_test.go:2531
------------------------------
•S•S•S••S•••••••S•S•S
------------------------------
• [14.598 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile ("lowercase" as naming strategy)
/go/odo_1/tests/integration/interactive_add_binding_test.go:131

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/1504311997
  << End Captured StdOut/StdErr Output
------------------------------
S•
------------------------------
S [SKIPPED] [2.542 seconds]
odo dev command tests
/go/odo_1/tests/integration/cmd_dev_test.go:34
  when running odo dev with devfile containing volume-component - without metadata.name [BeforeEach]
  /go/odo_1/tests/integration/cmd_dev_test.go:1591
    should successfully use the volume components in container components
    /go/odo_1/tests/integration/cmd_dev_test.go:1616

  Begin Captured GinkgoWriter Output >>
    Created dir: /tmp/2157810284
    Created dir: /tmp/3854706821
    Setting KUBECONFIG=/tmp/3854706821/config
    Creating a new project: cmd-dev-test1616jic
    Running kubectl with args [kubectl create namespace cmd-dev-test1616jic] and odo env: []
    [kubectl] namespace/cmd-dev-test1616jic created
    Running kubectl with args [kubectl config set-context --current --namespace cmd-dev-test1616jic] and odo env: []
    [kubectl] Context "odo-test-kubernetes-cluster/c8giauof0f337j4pe5u0/admin" modified.
    Running kubectl with args [kubectl get namespaces] and odo env: []
    [kubectl] NAME                                   STATUS        AGE
    [kubectl] cmd-add-binding-test260rmb             Terminating   97s
    [kubectl] cmd-delete-test437frt                  Terminating   6s
    [kubectl] cmd-delete-test624npt                  Active        16s
    [kubectl] cmd-delete-test624tnr                  Terminating   47s
    [kubectl] cmd-describe-component-test384zmc      Active        28s
    [kubectl] cmd-describe-list-binding-test701qaq   Active        1s
    [kubectl] cmd-describe-list-binding-test742ggs   Active        33s
    [kubectl] cmd-describe-list-binding-test742lfw   Active        27s
    [kubectl] cmd-describe-list-binding-test742tpq   Active        50s
    [kubectl] cmd-describe-list-binding-test742vwg   Active        0s
    [kubectl] cmd-describe-list-binding-test742xrx   Active        41s
    [kubectl] cmd-describe-list-binding-test787lyw   Terminating   90s
    [kubectl] cmd-dev-test1435hon                    Active        30s
    [kubectl] cmd-dev-test1535qxf                    Active        19s
    [kubectl] cmd-dev-test1568poh                    Active        53s
    [kubectl] cmd-dev-test1616jic                    Active        0s
    [kubectl] cmd-dev-test1936bvt                    Active        20s
    [kubectl] cmd-dev-test2786lrm                    Active        35s
    [kubectl] cmd-dev-test281cgn                     Active        25s
    [kubectl] cmd-remove-binding-test71gnd           Active        62s
    [kubectl] cmd-remove-binding-test71jap           Active        35s
    [kubectl] default                                Active        362d
    [kubectl] ibm-cert-store                         Active        362d
    [kubectl] ibm-operators                          Active        362d
    [kubectl] ibm-system                             Active        362d
    [kubectl] interactive-add-binding-test131pmi     Terminating   14s
    [kubectl] kube-node-lease                        Active        362d
    [kubectl] kube-public                            Active        362d
    [kubectl] kube-system                            Active        362d
    [kubectl] olm                                    Active        252d
    [kubectl] operators                              Active        252d
    [kubectl] osag-namespace                         Active        112d
    Running kubectl with args [kubectl create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test1616jic] and odo env: []
    [kubectl] 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] I0301 16:09:13.593152   15049 implem.go:109] The path for preference file is /tmp/3854706821/preference.yaml
    [odo] Successfully removed registry
    [odo] I0301 16:09:13.594559   15049 odo.go:88] 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] and odo env: []
    [odo] I0301 16:09:13.896668   15069 implem.go:109] The path for preference file is /tmp/3854706821/preference.yaml
    [odo] I0301 16:09:13.897025   15069 util.go:797] Response will be cached in /tmp/odohttpcache for 1h0m0s
    [odo] New registry successfully added
    [odo] I0301 16:09:13.899534   15069 odo.go:88] Could not get the latest release information in time. Never mind, exiting gracefully :)
    Setting current dir to: /tmp/2157810284
    Deleting project: cmd-dev-test1616jic
    Running kubectl with args [kubectl delete namespaces cmd-dev-test1616jic --wait=false] and odo env: []
    [kubectl] namespace "cmd-dev-test1616jic" deleted
    Setting current dir to: /go/odo_1/tests/integration
    Deleting dir: /tmp/2157810284
    Deleting dir: /tmp/3854706821
  << End Captured GinkgoWriter Output

  This is a OpenShift specific scenario, skipping
  In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:1593
------------------------------
•••SSSSSS
------------------------------
• [14.843 seconds]
odo add binding interactive command tests when the component is bootstrapped should successfully add binding to the devfile (custom naming strategy: "")
/go/odo_1/tests/integration/interactive_add_binding_test.go:180

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/2677841680
  << End Captured StdOut/StdErr Output
------------------------------
S•SS•S
------------------------------
• [18.943 seconds]
odo add binding interactive command tests when running a deployment should successfully add binding without devfile (default naming strategy)
/go/odo_1/tests/integration/interactive_add_binding_test.go:311

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/3783680168
  << End Captured StdOut/StdErr Output
------------------------------
S•S•SSS•SS•S•SS•S•••
------------------------------
• [24.411 seconds]
odo add binding interactive command tests when running a deployment when binding to a service in a different namespace should successfully add binding without devfile
/go/odo_1/tests/integration/interactive_add_binding_test.go:591

  Begin Captured StdOut/StdErr Output >>
    Spawning '/go/bin/odo add binding' from /tmp/3130366260
  << End Captured StdOut/StdErr Output
------------------------------
S•SSSS•••SSS••••SS••S••SSSSS••S••S•••••S••••••••••••••••

Ran 421 of 778 Specs in 1077.833 seconds
SUCCESS! -- 421 Passed | 0 Failed | 0 Pending | 357 Skipped


Ginkgo ran 1 suite in 18m59.494108149s
Test Suite Passed