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=8b3df06ef" ./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: 1684246725 - will randomize all specs

Will run 496 of 888 specs
Running in parallel across 16 processes
SSSSSSSSSSSSSSSSS•••S
------------------------------
• [9.558 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/1265715219
  << Captured StdOut/StdErr Output
------------------------------
••SS•S
------------------------------
• [26.280 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/3633737878
  << Captured StdOut/StdErr Output
------------------------------
• [26.783 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

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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/4094263385
  << Captured StdOut/StdErr Output
------------------------------
S•SS•S•••••SSSS•••S•••S•S•S••••S
------------------------------
• [FAILED] [177.988 seconds]
odo remove binding command tests when the component with binding is bootstrapped (bindingName=my-nodejs-app-cluster-sample-ocp) when odo dev is running when binding is removed [It] should have led odo dev to delete ServiceBinding from the cluster
/go/odo_1/tests/integration/cmd_remove_binding_test.go:71

  Timeline >>
  Created dir: /tmp/752014320
  Created dir: /tmp/4167943288
  Setting KUBECONFIG=/tmp/4167943288/config
  Creating a new project: cmd-remove-binding-test71dny
  Running oc with args [oc new-project cmd-remove-binding-test71dny] and odo env: []
  [oc] Now using project "cmd-remove-binding-test71dny" on server "https://c100-e.eu-de.containers.cloud.ibm.com:31049".
  [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 create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-remove-binding-test71dny] 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] I0516 14:20:07.784613   12809 implem.go:110] The path for preference file is /tmp/4167943288/preference.yaml
  [odo] Successfully removed registry
  Running odo with args [odo preference add registry DefaultDevfileRegistry https://devfile-registry-ci-devfile-registry.odo-test-kubernetes-clust-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud/] and odo env: []
  [odo] I0516 14:20:08.351110   12824 implem.go:110] The path for preference file is /tmp/4167943288/preference.yaml
  [odo] New registry successfully added
  Setting current dir to: /tmp/752014320
  Running odo with args [odo init --name mynode --devfile-path /go/odo_1/tests/examples/source/devfiles/nodejs/devfile-with-service-binding-files.yaml] and odo env: []
  [odo] I0516 14:20:09.001508   12860 implem.go:110] The path for preference file is /tmp/4167943288/preference.yaml
  [odo] I0516 14:20:09.005921   12860 util.go:198] path /tmp/752014320/devfile.yaml doesn't exist, skipping it
  [odo] I0516 14:20:09.006248   12860 util.go:198] path /tmp/752014320/.devfile.yaml doesn't exist, skipping it
  [odo] I0516 14:20:09.006470   12860 util.go:198] path /tmp/752014320/devfile.yaml doesn't exist, skipping it
  [odo]   __
  [odo]  /  \__     Initializing a new component
  [odo]  \__/  \    
  [odo]  /  \__/    odo version: v3.10.0
  [odo]  \__/
  [odo] 
  [odo]  •  Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile-with-service-binding-files.yaml"  ...
  [odo] ↵
 ✓  Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile-with-service-binding-files.yaml" [1ms]
  [odo] I0516 14:20:09.012431   12860 context.go:159] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:09.012452   12860 context.go:110] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:09.013385   12860 content.go:48] converted devfile YAML to JSON
  [odo] I0516 14:20:09.013490   12860 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0516 14:20:09.013541   12860 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0516 14:20:09.034135   12860 schema.go:61] validated devfile schema
  [odo] I0516 14:20:09.049803   12860 writer.go:55] devfile yaml created at: 'devfile.yaml'
  [odo] 
  [odo] Your new component 'mynode' 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.
  Running odo with args [odo dev --random-ports] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no]
  [odo] I0516 14:20:09.848704   12899 version.go:41] executing [podman version --format json]
  [odo] I0516 14:20:09.849267   12899 clientset.go:198] no Podman client initialized: exec: "podman": executable file not found in $PATH
  [odo] I0516 14:20:09.849311   12899 implem.go:110] The path for preference file is /tmp/4167943288/preference.yaml
  [odo] I0516 14:20:09.850401   12899 context.go:159] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:09.850579   12899 context.go:110] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:09.851413   12899 content.go:48] converted devfile YAML to JSON
  [odo] I0516 14:20:09.855275   12899 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0516 14:20:09.855484   12899 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0516 14:20:09.907838   12899 schema.go:61] validated devfile schema
  [odo] I0516 14:20:09.925312   12899 validate.go:45] Successfully validated devfile sections
  [odo] I0516 14:20:09.925389   12899 validate.go:45] Successfully validated devfile sections
  [odo] I0516 14:20:09.925811   12899 component.go:87] name of component is "mynode", and sanitized name is "mynode"
  [odo] I0516 14:20:09.926167   12899 kclient.go:224] Checking if "projects" resource is supported
  [odo]   __
  [odo]  /  \__     Developing using the "mynode" Devfile
  [odo]  \__/  \    Namespace: cmd-remove-binding-test71dny
  [odo]  /  \__/    odo version: v3.10.0
  [odo]  \__/
  [odo] 
  [odo] ↪ Running on the cluster in Dev mode
  [odo] I0516 14:20:10.250307   12899 kubedev.go:86] Creating new adapter
  [odo] I0516 14:20:10.250380   12899 kubedev.go:94] Creating inner-loop resources for the component
  [odo] I0516 14:20:10.250416   12899 watch.go:101] starting WatchAndPush, path: /tmp/752014320, component: mynode, ignores [.git .odo .odo/odo-file-index.json]
  [odo] I0516 14:20:10.252540   12899 file_watcher.go:126] adding watch on path /tmp/752014320
  [odo] I0516 14:20:10.252606   12899 file_watcher.go:126] adding watch on path /tmp/752014320/.odo
  [odo] I0516 14:20:10.252690   12899 file_watcher.go:126] adding watch on path /tmp/752014320/test
  [odo] I0516 14:20:10.271860   12899 watch.go:414] Copying files [] to pod
  [odo] I0516 14:20:10.272578   12899 context.go:159] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:10.272618   12899 context.go:110] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:10.274695   12899 content.go:48] converted devfile YAML to JSON
  [odo] I0516 14:20:10.274979   12899 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0516 14:20:10.275065   12899 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0516 14:20:10.319764   12899 schema.go:61] validated devfile schema
  [odo] I0516 14:20:10.323425   12899 validate.go:45] Successfully validated devfile sections
  [odo] I0516 14:20:10.325012   12899 components.go:69] component state: ""
  [odo]  •  Waiting for Kubernetes resources  ...
  [odo] I0516 14:20:10.348539   12899 components.go:259] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs]
  [odo] I0516 14:20:10.379164   12899 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] I0516 14:20:10.422102   12899 utils.go:77] Updating container runtime with mandatory volume mounts
  [odo] I0516 14:20:10.510064   12899 components.go:345] Creating deployment mynode-app
  [odo] I0516 14:20:10.510086   12899 components.go:346] The component name is mynode
  [odo] I0516 14:20:10.512909   12899 kclient.go:273] Kubernetes version is "v1.25.8+27e744f"
  [odo] I0516 14:20:10.513156   12899 kclient.go:285] Cluster has support for SSA: true
  [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] I0516 14:20:10.947010   12899 components.go:377] Successfully created component mynode
  [odo] I0516 14:20:11.017076   12899 components.go:389] Successfully created Service for component mynode
  [odo] I0516 14:20:11.085851   12899 all.go:46] starting to concurrently query 200 APIs
  [odo] I0516 14:20:11.093247   12899 all.go:62] fired up all goroutines to query APIs
  [odo] I0516 14:20:11.224269   12899 all.go:67] all goroutines have returned in 149.217414ms
  [odo] I0516 14:20:11.224358   12899 all.go:76] query result: objects=6
  [odo] I0516 14:20:11.225681   12899 kclient.go:224] Checking if "servicebindings" resource is supported
  [odo] I0516 14:20:11.311893   12899 kclient.go:224] Checking if "clusterserviceversions" resource is supported
  [odo] I0516 14:20:11.315700   12899 service.go:75] Getting list of services
  [odo] I0516 14:20:11.315945   12899 operators.go:30] Fetching list of operators installed in cluster
  [odo] I0516 14:20:11.388471   12899 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.3
  [odo] I0516 14:20:11.390882   12899 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:20:11.405189   12899 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:20:11.414328   12899 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:20:11.421947   12899 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:20:11.435414   12899 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3
  [odo] I0516 14:20:11.435483   12899 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
  [odo] I0516 14:20:11.437965   12899 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0516 14:20:11.440497   12899 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0516 14:20:11.443035   12899 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
  [odo] I0516 14:20:11.458748   12899 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0516 14:20:11.474407   12899 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0516 14:20:11.493677   12899 kclient.go:224] Checking if "servicebindings" resource is supported
  [odo]  •  Creating resource ServiceBinding/my-nodejs-app-cluster-sample-k8s  ...
  [odo] ↵
 ✓  Creating resource ServiceBinding/my-nodejs-app-cluster-sample-k8s 
  [odo] I0516 14:20:11.574790   12899 kclient.go:224] Checking if "servicebindings" resource is supported
  [odo]  •  Creating resource ServiceBinding/my-nodejs-app-cluster-sample-ocp  ...
  [odo] ↵
 ✓  Creating resource ServiceBinding/my-nodejs-app-cluster-sample-ocp 
  [odo] I0516 14:20:11.749732   12899 components.go:134] Deployment has been updated to generation 1. Waiting new event...
  [odo] I0516 14:20:11.749762   12899 status.go:34] setting inner loop State "WaitDeployment"
  [odo] I0516 14:20:11.753027   12899 watch.go:263] deployment watcher Event: Type: ADDED, name: mynode-app, rv: 20794787, generation: 1, pods: 0
  [odo]  ⚠  Pod is Pending
  [odo] I0516 14:20:11.753817   12899 watch.go:263] deployment watcher Event: Type: MODIFIED, name: mynode-app, rv: 20794789, generation: 1, pods: 0
  [odo] I0516 14:20:11.754443   12899 watch.go:263] deployment watcher Event: Type: MODIFIED, name: mynode-app, rv: 20794793, generation: 1, pods: 0
  [odo] I0516 14:20:11.754461   12899 watch.go:263] deployment watcher Event: Type: MODIFIED, name: mynode-app, rv: 20794812, generation: 1, pods: 0
  [odo] I0516 14:20:12.053376   12899 watch.go:414] Copying files [] to pod
  [odo] I0516 14:20:12.054135   12899 context.go:159] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:12.054151   12899 context.go:110] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:12.054950   12899 content.go:48] converted devfile YAML to JSON
  [odo] I0516 14:20:12.055034   12899 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0516 14:20:12.055056   12899 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0516 14:20:12.060372   12899 schema.go:61] validated devfile schema
  [odo] I0516 14:20:12.060661   12899 validate.go:45] Successfully validated devfile sections
  [odo] I0516 14:20:12.060731   12899 components.go:69] component state: "WaitDeployment"
  [odo] I0516 14:20:12.133602   12899 components.go:259] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs]
  [odo] I0516 14:20:12.159740   12899 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] I0516 14:20:12.438573   12899 utils.go:77] Updating container runtime with mandatory volume mounts
  [odo] I0516 14:20:12.604789   12899 components.go:345] Creating deployment mynode-app
  [odo] I0516 14:20:12.604805   12899 components.go:346] The component name is mynode
  [odo] I0516 14:20:12.604811   12899 components.go:349] The component already exists, attempting to update it
  [odo] I0516 14:20:12.604818   12899 components.go:351] Applying deployment
  [odo] I0516 14:20:12.765211   12899 components.go:360] Successfully updated component mynode
  [odo] I0516 14:20:12.863909   12899 components.go:747] Successfully update Service for component mynode
  [odo] I0516 14:20:12.924223   12899 all.go:46] starting to concurrently query 200 APIs
  [odo] I0516 14:20:12.924471   12899 all.go:62] fired up all goroutines to query APIs
  [odo] I0516 14:20:13.053146   12899 all.go:67] all goroutines have returned in 128.937142ms
  [odo] I0516 14:20:13.053177   12899 all.go:76] query result: objects=8
  [odo] I0516 14:20:13.054092   12899 kclient.go:224] Checking if "servicebindings" resource is supported
  [odo] I0516 14:20:13.056938   12899 kclient.go:224] Checking if "clusterserviceversions" resource is supported
  [odo] I0516 14:20:13.056958   12899 service.go:75] Getting list of services
  [odo] I0516 14:20:13.056963   12899 operators.go:30] Fetching list of operators installed in cluster
  [odo] I0516 14:20:13.094933   12899 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.3
  [odo] I0516 14:20:13.094951   12899 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:20:13.111341   12899 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:20:13.131457   12899 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:20:13.149009   12899 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:20:13.171734   12899 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3
  [odo] I0516 14:20:13.171751   12899 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
  [odo] I0516 14:20:13.173801   12899 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0516 14:20:13.175868   12899 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0516 14:20:13.178297   12899 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
  [odo] I0516 14:20:13.242359   12899 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0516 14:20:13.254828   12899 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0516 14:20:13.263542   12899 kclient.go:224] Checking if "servicebindings" resource is supported
  [odo] I0516 14:20:13.363319   12899 kclient.go:224] Checking if "servicebindings" resource is supported
  [odo] I0516 14:20:13.619763   12899 components.go:141] Deployment has 0 ready replicas. Waiting new event...
  [odo] I0516 14:20:13.619800   12899 status.go:34] setting inner loop State "WaitDeployment"
  [odo] I0516 14:20:13.619835   12899 watch.go:263] deployment watcher Event: Type: MODIFIED, name: mynode-app, rv: 20794961, generation: 1, pods: 0
  [odo]  ✓  Pod is Running
  [odo] I0516 14:20:13.787362   12899 watch.go:263] deployment watcher Event: Type: MODIFIED, name: mynode-app, rv: 20795071, generation: 1, pods: 1
  [odo] I0516 14:20:14.087888   12899 watch.go:414] Copying files [] to pod
  [odo] I0516 14:20:14.088238   12899 context.go:159] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:14.088276   12899 context.go:110] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:14.089307   12899 content.go:48] converted devfile YAML to JSON
  [odo] I0516 14:20:14.089386   12899 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0516 14:20:14.089565   12899 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0516 14:20:14.095964   12899 schema.go:61] validated devfile schema
  [odo] I0516 14:20:14.096552   12899 validate.go:45] Successfully validated devfile sections
  [odo] I0516 14:20:14.096689   12899 components.go:69] component state: "WaitDeployment"
  [odo] I0516 14:20:14.139704   12899 components.go:259] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs]
  [odo] I0516 14:20:14.173685   12899 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] I0516 14:20:14.312522   12899 utils.go:77] Updating container runtime with mandatory volume mounts
  [odo] I0516 14:20:14.412154   12899 components.go:345] Creating deployment mynode-app
  [odo] I0516 14:20:14.412173   12899 components.go:346] The component name is mynode
  [odo] I0516 14:20:14.412179   12899 components.go:349] The component already exists, attempting to update it
  [odo] I0516 14:20:14.412189   12899 components.go:351] Applying deployment
  [odo] I0516 14:20:14.488152   12899 components.go:360] Successfully updated component mynode
  [odo] I0516 14:20:14.537443   12899 components.go:747] Successfully update Service for component mynode
  [odo] I0516 14:20:14.608578   12899 all.go:46] starting to concurrently query 200 APIs
  [odo] I0516 14:20:14.609171   12899 all.go:62] fired up all goroutines to query APIs
  [odo] I0516 14:20:14.711837   12899 all.go:67] all goroutines have returned in 103.47265ms
  [odo] I0516 14:20:14.711867   12899 all.go:76] query result: objects=8
  [odo] I0516 14:20:14.713039   12899 kclient.go:224] Checking if "servicebindings" resource is supported
  [odo] I0516 14:20:14.713712   12899 kclient.go:224] Checking if "clusterserviceversions" resource is supported
  [odo] I0516 14:20:14.715154   12899 service.go:75] Getting list of services
  [odo] I0516 14:20:14.715188   12899 operators.go:30] Fetching list of operators installed in cluster
  [odo] I0516 14:20:14.739809   12899 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.3
  [odo] I0516 14:20:14.739839   12899 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:20:14.756749   12899 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:20:14.782019   12899 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:20:14.789595   12899 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:20:14.801211   12899 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3
  [odo] I0516 14:20:14.801235   12899 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
  [odo] I0516 14:20:14.803589   12899 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0516 14:20:14.806165   12899 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0516 14:20:14.808979   12899 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
  [odo] I0516 14:20:14.821573   12899 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0516 14:20:14.836930   12899 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0516 14:20:14.848664   12899 kclient.go:224] Checking if "servicebindings" resource is supported
  [odo] I0516 14:20:14.897524   12899 kclient.go:224] Checking if "servicebindings" resource is supported
  [odo]  •  Syncing files into the container  ...
  [odo] I0516 14:20:15.080647   12899 libdevfile.go:187] Build command: install
  [odo] I0516 14:20:15.080685   12899 libdevfile.go:199] Run command: run
  [odo] I0516 14:20:15.083095   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320, destBase: ., destFile: .
  [odo] I0516 14:20:15.083115   12899 file_indexer.go:406] Corrected destinations: base: . file: .
  [odo] I0516 14:20:15.085762   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/.gitignore, destBase: ., destFile: .gitignore
  [odo] I0516 14:20:15.085775   12899 file_indexer.go:406] Corrected destinations: base: . file: .gitignore
  [odo] I0516 14:20:15.085958   12899 file_indexer.go:453] file added: /tmp/752014320/.gitignore
  [odo] I0516 14:20:15.085969   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/.odo, destBase: ., destFile: .odo
  [odo] I0516 14:20:15.085972   12899 file_indexer.go:406] Corrected destinations: base: . file: .odo
  [odo] I0516 14:20:15.086101   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/devfile.yaml, destBase: ., destFile: devfile.yaml
  [odo] I0516 14:20:15.086108   12899 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml
  [odo] I0516 14:20:15.091830   12899 file_indexer.go:453] file added: /tmp/752014320/devfile.yaml
  [odo] I0516 14:20:15.091856   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/package.json, destBase: ., destFile: package.json
  [odo] I0516 14:20:15.091860   12899 file_indexer.go:406] Corrected destinations: base: . file: package.json
  [odo] I0516 14:20:15.100510   12899 file_indexer.go:453] file added: /tmp/752014320/package.json
  [odo] I0516 14:20:15.100546   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/server.js, destBase: ., destFile: server.js
  [odo] I0516 14:20:15.100550   12899 file_indexer.go:406] Corrected destinations: base: . file: server.js
  [odo] I0516 14:20:15.103438   12899 file_indexer.go:453] file added: /tmp/752014320/server.js
  [odo] I0516 14:20:15.103462   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/test, destBase: ., destFile: test
  [odo] I0516 14:20:15.103467   12899 file_indexer.go:406] Corrected destinations: base: . file: test
  [odo] I0516 14:20:15.105499   12899 file_indexer.go:453] file added: /tmp/752014320/test
  [odo] I0516 14:20:15.106229   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/test/test.js, destBase: ., destFile: test/test.js
  [odo] I0516 14:20:15.106241   12899 file_indexer.go:406] Corrected destinations: base: . file: test/test.js
  [odo] I0516 14:20:15.109162   12899 file_indexer.go:453] file added: /tmp/752014320/test/test.js
  [odo] I0516 14:20:15.113196   12899 sync.go:138] List of files to be deleted: +[]
  [odo] I0516 14:20:15.113384   12899 sync.go:140] List of files changed: +[/tmp/752014320/.gitignore /tmp/752014320/devfile.yaml /tmp/752014320/package.json /tmp/752014320/server.js /tmp/752014320/test /tmp/752014320/test/test.js]
  [odo] I0516 14:20:15.113648   12899 sync.go:193] Push: componentName: mynode, path: /tmp/752014320, files: [/tmp/752014320/.gitignore /tmp/752014320/devfile.yaml /tmp/752014320/package.json /tmp/752014320/server.js /tmp/752014320/test /tmp/752014320/test/test.js], delFiles: [*], isForcePush: true
  [odo] I0516 14:20:15.115267   12899 sync.go:310] remote files marked for deletion are [/projects/*]
  [odo] I0516 14:20:15.115563   12899 exec.go:33] Executing command [rm -rf /projects/*] for pod: mynode-app-6c46ff7568-7cjcj in container: runtime
  [odo] I0516 14:20:15.374635   12899 sync.go:233] Copying files /tmp/752014320/.gitignore /tmp/752014320/devfile.yaml /tmp/752014320/package.json /tmp/752014320/server.js /tmp/752014320/test /tmp/752014320/test/test.js to pod
  [odo] I0516 14:20:15.374659   12899 copy.go:36] CopyFile arguments: localPath /tmp/752014320, dest /projects/752014320, targetPath /projects, copyFiles [/tmp/752014320/.gitignore /tmp/752014320/devfile.yaml /tmp/752014320/package.json /tmp/752014320/server.js /tmp/752014320/test /tmp/752014320/test/test.js], globalExps [.git .odo .odo/odo-file-index.json]
  [odo] I0516 14:20:15.374687   12899 copy.go:64] Executing command tar xf - -C /projects --no-same-owner
  [odo] I0516 14:20:15.375217   12899 copy.go:97] makeTar arguments: srcPath: /tmp/752014320, destPath: /projects/752014320, files: [/tmp/752014320/.gitignore /tmp/752014320/devfile.yaml /tmp/752014320/package.json /tmp/752014320/server.js /tmp/752014320/test /tmp/752014320/test/test.js]
  [odo] I0516 14:20:15.376805   12899 copy.go:128] Got abs path: /tmp/752014320/.gitignore
  [odo] I0516 14:20:15.376821   12899 copy.go:129] Making /tmp/752014320 relative to /tmp/752014320/.gitignore
  [odo] I0516 14:20:15.376828   12899 copy.go:145] makeTar srcFile: 752014320/.gitignore
  [odo] I0516 14:20:15.376832   12899 copy.go:146] makeTar destFile: .gitignore
  [odo] I0516 14:20:15.376836   12899 copy.go:166] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/.gitignore, destBase: /projects, destFile: .gitignore
  [odo] I0516 14:20:15.376844   12899 copy.go:172] Corrected destinations: base: /projects file: .gitignore
  [odo] I0516 14:20:15.594003   12899 copy.go:128] Got abs path: /tmp/752014320/devfile.yaml
  [odo] I0516 14:20:15.594022   12899 copy.go:129] Making /tmp/752014320 relative to /tmp/752014320/devfile.yaml
  [odo] I0516 14:20:15.594030   12899 copy.go:145] makeTar srcFile: 752014320/devfile.yaml
  [odo] I0516 14:20:15.594034   12899 copy.go:146] makeTar destFile: devfile.yaml
  [odo] I0516 14:20:15.594039   12899 copy.go:166] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/devfile.yaml, destBase: /projects, destFile: devfile.yaml
  [odo] I0516 14:20:15.594043   12899 copy.go:172] Corrected destinations: base: /projects file: devfile.yaml
  [odo] I0516 14:20:15.594556   12899 copy.go:128] Got abs path: /tmp/752014320/package.json
  [odo] I0516 14:20:15.594570   12899 copy.go:129] Making /tmp/752014320 relative to /tmp/752014320/package.json
  [odo] I0516 14:20:15.594585   12899 copy.go:145] makeTar srcFile: 752014320/package.json
  [odo] I0516 14:20:15.594589   12899 copy.go:146] makeTar destFile: package.json
  [odo] I0516 14:20:15.594593   12899 copy.go:166] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/package.json, destBase: /projects, destFile: package.json
  [odo] I0516 14:20:15.594596   12899 copy.go:172] Corrected destinations: base: /projects file: package.json
  [odo] I0516 14:20:15.594989   12899 copy.go:128] Got abs path: /tmp/752014320/server.js
  [odo] I0516 14:20:15.594999   12899 copy.go:129] Making /tmp/752014320 relative to /tmp/752014320/server.js
  [odo] I0516 14:20:15.595078   12899 copy.go:145] makeTar srcFile: 752014320/server.js
  [odo] I0516 14:20:15.595084   12899 copy.go:146] makeTar destFile: server.js
  [odo] I0516 14:20:15.595088   12899 copy.go:166] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/server.js, destBase: /projects, destFile: server.js
  [odo] I0516 14:20:15.595091   12899 copy.go:172] Corrected destinations: base: /projects file: server.js
  [odo] I0516 14:20:15.595535   12899 copy.go:128] Got abs path: /tmp/752014320/test
  [odo] I0516 14:20:15.595546   12899 copy.go:129] Making /tmp/752014320 relative to /tmp/752014320/test
  [odo] I0516 14:20:15.595553   12899 copy.go:145] makeTar srcFile: 752014320/test
  [odo] I0516 14:20:15.595557   12899 copy.go:146] makeTar destFile: test
  [odo] I0516 14:20:15.595561   12899 copy.go:166] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/test, destBase: /projects, destFile: test
  [odo] I0516 14:20:15.595566   12899 copy.go:172] Corrected destinations: base: /projects file: test
  [odo] I0516 14:20:15.595976   12899 copy.go:128] Got abs path: /tmp/752014320/test/test.js
  [odo] I0516 14:20:15.595989   12899 copy.go:129] Making /tmp/752014320 relative to /tmp/752014320/test/test.js
  [odo] I0516 14:20:15.596002   12899 copy.go:145] makeTar srcFile: 752014320/test/test.js
  [odo] I0516 14:20:15.596005   12899 copy.go:146] makeTar destFile: test/test.js
  [odo] I0516 14:20:15.596009   12899 copy.go:166] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/test/test.js, destBase: /projects, destFile: test/test.js
  [odo] I0516 14:20:15.596012   12899 copy.go:172] Corrected destinations: base: /projects file: test/test.js
  [odo] ↵
 ✓  Syncing files into the container [599ms]
  [odo] I0516 14:20:15.674592   12899 kubeexec.go:40] GetProcessInfoForCommand for "run"
  [odo] I0516 14:20:15.674614   12899 exec.go:33] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: mynode-app-6c46ff7568-7cjcj in container: runtime
  [odo] I0516 14:20:15.930788   12899 exec.go:82] cat: /opt/odo/.odo_cmd_run.pid: No such file or directory
  [odo] I0516 14:20:15.932094   12899 innerloop.go:138] running=false, execRequired=true
  [odo]  •  Building your application in container (command: install)  ...
  [odo] I0516 14:20:15.932424   12899 exec.go:33] Executing command [/bin/sh -c cd ${PROJECT_SOURCE} && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: mynode-app-6c46ff7568-7cjcj in container: runtime
  [odo] ↵
 ✓  Building your application in container (command: install) [6s]
  [odo] I0516 14:20:21.469632   12899 kubeexec.go:54] StartProcessForCommand for "run"
  [odo]  •  Executing the application (command: run)  ...
  [odo] I0516 14:20:21.469984   12899 retry.go:48] waiting for 5 second(s) before trying task "process for command \"run\""
  [odo] I0516 14:20:21.470054   12899 exec.go:33] Executing 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] for pod: mynode-app-6c46ff7568-7cjcj in container: runtime
  [odo] I0516 14:20:26.470816   12899 execute_run.go:90] checking if process for command "run" is running
  [odo] I0516 14:20:26.470880   12899 kubeexec.go:40] GetProcessInfoForCommand for "run"
  [odo] I0516 14:20:26.470930   12899 exec.go:33] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: mynode-app-6c46ff7568-7cjcj in container: runtime
  [odo] I0516 14:20:26.846146   12899 exec.go:82] 43
  [odo] I0516 14:20:26.850760   12899 exec.go:33] Executing command [/bin/sh -c kill -0 43; echo $?] for pod: mynode-app-6c46ff7568-7cjcj in container: runtime
  [odo] I0516 14:20:27.336050   12899 exec.go:82] 0
  [odo] I0516 14:20:27.345957   12899 kubeexec.go:40] GetProcessInfoForCommand for "run"
  [odo] I0516 14:20:27.345996   12899 exec.go:33] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: mynode-app-6c46ff7568-7cjcj in container: runtime
  [odo] I0516 14:20:27.762273   12899 exec.go:82] 43
  [odo] I0516 14:20:27.774238   12899 exec.go:33] Executing command [/bin/sh -c kill -0 43; echo $?] for pod: mynode-app-6c46ff7568-7cjcj in container: runtime
  [odo] I0516 14:20:28.038769   12899 exec.go:82] 0
  [odo]  •  Waiting for the application to be ready  ...
  [odo] I0516 14:20:29.042145   12899 exec.go:33] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6] for pod: mynode-app-6c46ff7568-7cjcj in container: runtime
  [odo] ↵
 ✓  Waiting for the application to be ready [1s]
  [odo] I0516 14:20:29.309311   12899 exec.go:82]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode                                                     
  [odo] I0516 14:20:29.309351   12899 exec.go:82]    0: 426E11AC:DF86 231A1068:01BB 06 00000000:00000000 03:00001460 00000000     0        0 0 3 0000000000000000                                      
  [odo] I0516 14:20:29.309359   12899 exec.go:82]    1: 426E11AC:DF92 231A1068:01BB 06 00000000:00000000 03:00001460 00000000     0        0 0 3 0000000000000000                                      
  [odo] I0516 14:20:29.309370   12899 exec.go:82]    2: 426E11AC:DFD2 231A1068:01BB 06 00000000:00000000 03:00001460 00000000     0        0 0 3 0000000000000000                                      
  [odo] I0516 14:20:29.309377   12899 exec.go:82]    3: 426E11AC:DFA0 231A1068:01BB 06 00000000:00000000 03:00001460 00000000     0        0 0 3 0000000000000000                                      
  [odo] I0516 14:20:29.309385   12899 exec.go:82]    4: 426E11AC:DFAE 231A1068:01BB 06 00000000:00000000 03:00001460 00000000     0        0 0 3 0000000000000000                                      
  [odo] I0516 14:20:29.309391   12899 exec.go:82]    5: 426E11AC:DFC4 231A1068:01BB 06 00000000:00000000 03:00001460 00000000     0        0 0 3 0000000000000000                                      
  [odo] I0516 14:20:29.309397   12899 exec.go:82]    6: 426E11AC:DFBC 231A1068:01BB 06 00000000:00000000 03:00001460 00000000     0        0 0 3 0000000000000000                                      
  [odo] I0516 14:20:29.309403   12899 exec.go:82]    7: 426E11AC:DFD4 231A1068:01BB 06 00000000:00000000 03:00001460 00000000     0        0 0 3 0000000000000000                                      
  [odo] I0516 14:20:29.309411   12899 exec.go:82]    8: 426E11AC:DFA6 231A1068:01BB 06 00000000:00000000 03:00001460 00000000     0        0 0 3 0000000000000000                                      
  [odo] I0516 14:20:29.309417   12899 exec.go:82]    9: 426E11AC:DF88 231A1068:01BB 06 00000000:00000000 03:00001460 00000000     0        0 0 3 0000000000000000                                      
  [odo] I0516 14:20:29.309431   12899 exec.go:82]   sl  local_address rem_address   st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops             
  [odo] I0516 14:20:29.309498   12899 exec.go:82]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode
  [odo] I0516 14:20:29.309506   12899 exec.go:82]    0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1000850000        0 257891376 1 0000000000000000 100 0 0 10 0
  [odo] I0516 14:20:29.309516   12899 exec.go:82]   sl  local_address                         remote_address                        st tx_queue rx_queue tr tm->when retrnsmt   uid  timeout inode ref pointer drops
  [odo] I0516 14:20:29.309787   12899 port.go:344] ports not listening: map[]
  [odo]  -  Forwarding from 127.0.0.1:41097 -> 3000
  [odo] 
  [odo] 
  [odo] ↪ Dev mode
  [odo]  Status:
  [odo]  Watching for changes in the current directory /tmp/752014320
  [odo] 
  [odo]  Keyboard Commands:
  [odo] [Ctrl+c] - Exit and delete resources from the cluster
  [odo]      [p] - Manually apply local changes to the application on the cluster
  [odo] I0516 14:20:29.455115   12899 status.go:34] setting inner loop State "Ready"
  [odo] I0516 14:20:29.455215   12899 watch.go:263] deployment watcher Event: Type: MODIFIED, name: mynode-app, rv: 20795163, generation: 1, pods: 1
  [odo] I0516 14:20:29.556295   12899 watch.go:339] filesystem watch event: CREATE        "/tmp/752014320/.odo/odo-file-index.json"
  [odo] I0516 14:20:29.556925   12899 watch.go:339] filesystem watch event: WRITE         "/tmp/752014320/.odo/odo-file-index.json"
  [odo] I0516 14:20:29.557226   12899 watch.go:339] filesystem watch event: WRITE         "/tmp/752014320/.odo/devstate.json"
  [odo] I0516 14:20:29.557617   12899 watch.go:339] filesystem watch event: WRITE         "/tmp/752014320/.odo/devstate.12899.json"
  Running odo with args [odo remove binding --name my-nodejs-app-cluster-sample-ocp] and odo env: []
  [odo] I0516 14:20:39.415499   13711 context.go:159] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:39.416492   13711 context.go:110] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:39.418318   13711 content.go:48] converted devfile YAML to JSON
  [odo] I0516 14:20:39.418429   13711 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0516 14:20:39.418452   13711 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0516 14:20:39.427935   13711 schema.go:61] validated devfile schema
  [odo] I0516 14:20:39.431886   13711 validate.go:45] Successfully validated devfile sections
  [odo] I0516 14:20:39.432014   13711 validate.go:45] Successfully validated devfile sections
  [odo] I0516 14:20:39.432198   13711 component.go:87] name of component is "mynode", and sanitized name is "mynode"
  [odo] I0516 14:20:39.439083   13711 writer.go:55] devfile yaml created at: 'devfile.yaml'
  [odo]  ✓  Successfully removed the binding from the devfile. You can now run `odo dev` or `odo deploy` to delete it from the cluster.
  [odo] Updating Component...
  [odo] 
  [odo] I0516 14:20:39.538026   12899 watch.go:414] Copying files [] to pod
  [odo] I0516 14:20:39.539599   12899 context.go:159] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:39.539623   12899 context.go:110] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:20:39.540700   12899 content.go:48] converted devfile YAML to JSON
  [odo] I0516 14:20:39.540811   12899 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0516 14:20:39.540842   12899 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0516 14:20:39.552673   12899 schema.go:61] validated devfile schema
  [odo] I0516 14:20:39.553056   12899 validate.go:45] Successfully validated devfile sections
  [odo] I0516 14:20:39.553120   12899 components.go:69] component state: "Ready"
  [odo] I0516 14:20:39.563894   12899 components.go:259] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs]
  [odo] I0516 14:20:39.575563   12899 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] I0516 14:20:39.634805   12899 utils.go:77] Updating container runtime with mandatory volume mounts
  [odo] I0516 14:20:39.687877   12899 components.go:345] Creating deployment mynode-app
  [odo] I0516 14:20:39.687903   12899 components.go:346] The component name is mynode
  [odo] I0516 14:20:39.687910   12899 components.go:349] The component already exists, attempting to update it
  [odo] I0516 14:20:39.687921   12899 components.go:351] Applying deployment
  [odo] I0516 14:20:39.721086   12899 components.go:360] Successfully updated component mynode
  [odo] I0516 14:20:39.756458   12899 components.go:747] Successfully update Service for component mynode
  [odo] I0516 14:20:39.774972   12899 all.go:46] starting to concurrently query 200 APIs
  [odo] I0516 14:20:39.775331   12899 all.go:62] fired up all goroutines to query APIs
  [odo] I0516 14:20:39.924629   12899 all.go:67] all goroutines have returned in 149.878423ms
  [odo] I0516 14:20:39.924660   12899 all.go:76] query result: objects=8
  [odo] I0516 14:20:39.925391   12899 kclient.go:224] Checking if "servicebindings" resource is supported
  [odo] I0516 14:20:39.925426   12899 components.go:496] Deleting 1 resource(s) not present in the Devfile: ServiceBinding/my-nodejs-app-cluster-sample-ocp
  [odo] I0516 14:20:39.994668   12899 all.go:46] starting to concurrently query 200 APIs
  [odo] I0516 14:20:39.998202   12899 all.go:62] fired up all goroutines to query APIs
  [odo] I0516 14:20:40.667652   12899 all.go:67] all goroutines have returned in 672.9819ms
  [odo] I0516 14:20:40.667683   12899 all.go:76] query result: objects=525
  [odo] I0516 14:21:59.987312   12899 watch.go:428] Error from Push: watch command was unable to push component: unable to delete remote resources: unable to delete resource: ServiceBinding/my-nodejs-app-cluster-sample-ocp: timeout while waiting for "my-nodejs-app-cluster-sample-ocp" resource to be deleted
  [odo] Error occurred on Push - watch command was unable to push component: unable to delete remote resources: unable to delete resource: ServiceBinding/my-nodejs-app-cluster-sample-ocp: timeout while waiting for "my-nodejs-app-cluster-sample-ocp" resource to be deleted
  [odo] 
  [odo] 
  [odo] ↪ Dev mode
  [odo]  Status:
  [odo]  Watching for changes in the current directory /tmp/752014320
  [odo] 
  [odo]  Keyboard Commands:
  [odo] [Ctrl+c] - Exit and delete resources from the cluster
  [odo]      [p] - Manually apply local changes to the application on the cluster
  [odo] I0516 14:21:59.987812   12899 watch.go:263] deployment watcher Event: Type: MODIFIED, name: mynode-app, rv: 20796871, generation: 1, pods: 1
  [odo] I0516 14:21:59.988396   12899 watch.go:339] filesystem watch event: CREATE        "/tmp/752014320/.odo/odo-file-index.json"
  [odo] I0516 14:21:59.989414   12899 watch.go:339] filesystem watch event: WRITE         "/tmp/752014320/.odo/odo-file-index.json"
  [odo] I0516 14:21:59.989960   12899 watch.go:339] filesystem watch event: WRITE         "/tmp/752014320/.odo/devstate.json"
  [odo] I0516 14:21:59.990572   12899 watch.go:339] filesystem watch event: WRITE         "/tmp/752014320/.odo/devstate.12899.json"
  [odo] I0516 14:21:59.991117   12899 watch.go:339] filesystem watch event: WRITE         "/tmp/752014320/devfile.yaml"
  [odo] I0516 14:21:59.991630   12899 file_watcher.go:60] adding watch on path /tmp/752014320/devfile.yaml
  [odo] I0516 14:21:59.991702   12899 watch.go:339] filesystem watch event: WRITE         "/tmp/752014320/devfile.yaml"
  [odo] I0516 14:21:59.992183   12899 file_watcher.go:60] adding watch on path /tmp/752014320/devfile.yaml
  [odo] I0516 14:21:59.992255   12899 status.go:34] setting inner loop State "SyncOutdated"
  [odo] Pushing files...
  [odo] 
  [odo] 
  [odo] File /tmp/752014320/devfile.yaml changed
  [odo] I0516 14:21:59.992421   12899 watch.go:414] Copying files [/tmp/752014320/devfile.yaml] to pod
  [odo] I0516 14:21:59.992659   12899 context.go:159] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:21:59.992706   12899 context.go:110] absolute devfile path: '/tmp/752014320/devfile.yaml'
  [odo] I0516 14:21:59.994129   12899 content.go:48] converted devfile YAML to JSON
  [odo] I0516 14:21:59.994372   12899 apiVersion.go:60] devfile schemaVersion: '2.0.0'
  [odo] I0516 14:21:59.994452   12899 helper.go:56] devfile apiVersion '2.0.0' is supported
  [odo] I0516 14:22:00.006640   12899 schema.go:61] validated devfile schema
  [odo] I0516 14:22:00.007117   12899 validate.go:45] Successfully validated devfile sections
  [odo] I0516 14:22:00.007209   12899 components.go:69] component state: "SyncOutdated"
  [odo] I0516 14:22:00.107490   12899 components.go:259] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs]
  [odo]  •  Waiting for Kubernetes resources  ...
  [odo] I0516 14:22:00.145489   12899 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] I0516 14:22:00.230333   12899 utils.go:77] Updating container runtime with mandatory volume mounts
  [odo] I0516 14:22:00.263512   12899 components.go:345] Creating deployment mynode-app
  [odo] I0516 14:22:00.263538   12899 components.go:346] The component name is mynode
  [odo] I0516 14:22:00.263544   12899 components.go:349] The component already exists, attempting to update it
  [odo] I0516 14:22:00.263553   12899 components.go:351] Applying deployment
  [odo] I0516 14:22:00.313372   12899 components.go:360] Successfully updated component mynode
  [odo] I0516 14:22:00.463535   12899 components.go:747] Successfully update Service for component mynode
  [odo] I0516 14:22:00.482068   12899 all.go:46] starting to concurrently query 200 APIs
  [odo] I0516 14:22:00.486229   12899 all.go:62] fired up all goroutines to query APIs
  [odo] I0516 14:22:00.577069   12899 all.go:67] all goroutines have returned in 95.012519ms
  [odo] I0516 14:22:00.577126   12899 all.go:76] query result: objects=9
  [odo] I0516 14:22:00.577682   12899 kclient.go:224] Checking if "servicebindings" resource is supported
  [odo] I0516 14:22:00.577723   12899 components.go:496] Deleting 1 resource(s) not present in the Devfile: ServiceBinding/my-nodejs-app-cluster-sample-ocp
  [odo] I0516 14:22:00.655621   12899 all.go:46] starting to concurrently query 200 APIs
  [odo] I0516 14:22:00.656857   12899 all.go:62] fired up all goroutines to query APIs
  [odo] I0516 14:22:01.316995   12899 all.go:67] all goroutines have returned in 661.382838ms
  [odo] I0516 14:22:01.317056   12899 all.go:76] query result: objects=526
  Running oc with args [oc get servicebinding my-nodejs-app-cluster-sample-ocp -n cmd-remove-binding-test71dny] and odo env: []
  [oc] NAME                               READY   REASON              AGE
  [oc] my-nodejs-app-cluster-sample-ocp   True    ApplicationsBound   118s
  [FAILED] in [It] - /go/odo_1/tests/integration/cmd_remove_binding_test.go:73 @ 05/16/23 14:22:09.975
  [odo] read: read /dev/stdin: input/output error
  [odo] I0516 14:22:09.976106   12899 exec.go:49] ExecuteCommand returned an an err: error while streaming command: context canceled. for 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]'
  [odo] stdout: []
  [odo] stderr: []
  [odo] I0516 14:22:09.976141   12899 kubeexec.go:118] 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] I0516 14:22:09.976148   12899 kubeexec.go:40] GetProcessInfoForCommand for "run"
  [odo] I0516 14:22:09.976244   12899 exec.go:33] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: mynode-app-6c46ff7568-7cjcj in container: runtime
  [odo] I0516 14:22:09.977234   12899 exec.go:49] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c100-e.eu-de.containers.cloud.ibm.com:31049/api/v1/namespaces/cmd-remove-binding-test71dny/pods/mynode-app-6c46ff7568-7cjcj/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_run.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c100-e.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true]'
  [odo] stdout: []
  [odo] stderr: []
  [odo]  ✗  Finished executing the application (command: run) [2m]
  [odo] I0516 14:22:09.977372   12899 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] I0516 14:22:22.398827   12899 kclient.go:224] Checking if "clusterserviceversions" resource is supported
  [odo] I0516 14:22:22.398919   12899 service.go:75] Getting list of services
  [odo] I0516 14:22:22.398945   12899 operators.go:30] Fetching list of operators installed in cluster
  [odo] I0516 14:22:22.437359   12899 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.3
  [odo] I0516 14:22:22.440955   12899 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:22:22.461081   12899 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:22:22.476893   12899 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:22:22.485829   12899 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io
  [odo] I0516 14:22:22.495225   12899 service.go:93] Getting services started from operator: service-binding-operator.v1.3.3
  [odo] I0516 14:22:22.495327   12899 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com
  [odo] I0516 14:22:22.498448   12899 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0516 14:22:22.501421   12899 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io
  [odo] I0516 14:22:22.504177   12899 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com
  [odo] I0516 14:22:22.524002   12899 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0516 14:22:22.572466   12899 service.go:124] Getting instances of: servicebindings.servicebinding.io
  [odo] I0516 14:22:22.586025   12899 kclient.go:224] Checking if "servicebindings" resource is supported
  [odo]  •  Syncing files into the container  ...
  [odo] I0516 14:22:22.789712   12899 libdevfile.go:187] Build command: install
  [odo] I0516 14:22:22.789760   12899 libdevfile.go:199] Run command: run
  [odo] I0516 14:22:22.790719   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320, destBase: ., destFile: .
  [odo] I0516 14:22:22.790762   12899 file_indexer.go:406] Corrected destinations: base: . file: .
  [odo] I0516 14:22:22.792197   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/.gitignore, destBase: ., destFile: .gitignore
  [odo] I0516 14:22:22.792262   12899 file_indexer.go:406] Corrected destinations: base: . file: .gitignore
  [odo] I0516 14:22:22.793258   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/.odo, destBase: ., destFile: .odo
  [odo] I0516 14:22:22.793282   12899 file_indexer.go:406] Corrected destinations: base: . file: .odo
  [odo] I0516 14:22:22.793663   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/devfile.yaml, destBase: ., destFile: devfile.yaml
  [odo] I0516 14:22:22.793688   12899 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml
  [odo] I0516 14:22:22.794105   12899 file_indexer.go:456] last modified date changed: /tmp/752014320/devfile.yaml
  [odo] I0516 14:22:22.794148   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/package.json, destBase: ., destFile: package.json
  [odo] I0516 14:22:22.794181   12899 file_indexer.go:406] Corrected destinations: base: . file: package.json
  [odo] I0516 14:22:22.794762   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/server.js, destBase: ., destFile: server.js
  [odo] I0516 14:22:22.794799   12899 file_indexer.go:406] Corrected destinations: base: . file: server.js
  [odo] I0516 14:22:22.795424   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/test, destBase: ., destFile: test
  [odo] I0516 14:22:22.795463   12899 file_indexer.go:406] Corrected destinations: base: . file: test
  [odo] I0516 14:22:22.796466   12899 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/test/test.js, destBase: ., destFile: test/test.js
  [odo] I0516 14:22:22.796489   12899 file_indexer.go:406] Corrected destinations: base: . file: test/test.js
  [odo] I0516 14:22:22.797371   12899 sync.go:138] List of files to be deleted: +[]
  [odo] I0516 14:22:22.797403   12899 sync.go:140] List of files changed: +[/tmp/752014320/devfile.yaml]
  [odo] I0516 14:22:22.797417   12899 sync.go:193] Push: componentName: mynode, path: /tmp/752014320, files: [/tmp/752014320/devfile.yaml], delFiles: [], isForcePush: false
  [odo] I0516 14:22:22.797924   12899 sync.go:233] Copying files /tmp/752014320/devfile.yaml to pod
  [odo] I0516 14:22:22.797982   12899 copy.go:36] CopyFile arguments: localPath /tmp/752014320, dest /projects/752014320, targetPath /projects, copyFiles [/tmp/752014320/devfile.yaml], globalExps [.git .odo .odo/odo-file-index.json]
  [odo] I0516 14:22:22.798040   12899 copy.go:64] Executing command tar xf - -C /projects --no-same-owner
  [odo] I0516 14:22:22.798075   12899 copy.go:97] makeTar arguments: srcPath: /tmp/752014320, destPath: /projects/752014320, files: [/tmp/752014320/devfile.yaml]
  [odo] I0516 14:22:22.798539   12899 copy.go:128] Got abs path: /tmp/752014320/devfile.yaml
  [odo] I0516 14:22:22.798552   12899 copy.go:129] Making /tmp/752014320 relative to /tmp/752014320/devfile.yaml
  [odo] I0516 14:22:22.798565   12899 copy.go:145] makeTar srcFile: 752014320/devfile.yaml
  [odo] I0516 14:22:22.798575   12899 copy.go:146] makeTar destFile: devfile.yaml
  [odo] I0516 14:22:22.798583   12899 copy.go:166] recursiveTar arguments: srcBase: /tmp, srcFile: 752014320/devfile.yaml, destBase: /projects, destFile: devfile.yaml
  [odo] I0516 14:22:22.798590   12899 copy.go:172] Corrected destinations: base: /projects file: devfile.yaml
  [odo]  ✗  Syncing files into the container [9ms]
  [odo]  ✗  Command 'tar xf - -C /projects --no-same-owner' in container failed.
  [odo] 
  [odo]  ✗  stdout: 
  [odo] 
  [odo]  ✗  stderr: 
  [odo] 
  [odo]  ✗  err: error while streaming command: error sending request: Post "https://c100-e.eu-de.containers.cloud.ibm.com:31049/api/v1/namespaces/cmd-remove-binding-test71dny/pods/mynode-app-6c46ff7568-7cjcj/exec?command=tar&command=xf&command=-&command=-C&command=%2Fprojects&command=--no-same-owner&container=runtime&stderr=true&stdin=true&stdout=true": dial tcp: lookup c100-e.eu-de.containers.cloud.ibm.com: operation was canceled
  [odo] 
  [odo] I0516 14:22:22.798919   12899 status.go:34] setting inner loop State "Ready"
  [odo] I0516 14:22:22.799048   12899 watch.go:428] Error from Push: watch command was unable to push component: failed to sync to component with name mynode: failed to sync to component with name mynode: unable push files to pod: error while streaming command: error sending request: Post "https://c100-e.eu-de.containers.cloud.ibm.com:31049/api/v1/namespaces/cmd-remove-binding-test71dny/pods/mynode-app-6c46ff7568-7cjcj/exec?command=tar&command=xf&command=-&command=-C&command=%2Fprojects&command=--no-same-owner&container=runtime&stderr=true&stdin=true&stdout=true": dial tcp: lookup c100-e.eu-de.containers.cloud.ibm.com: operation was canceled
  [odo] I0516 14:22:22.799156   12899 watch.go:263] deployment watcher Event: Type: MODIFIED, name: mynode-app, rv: 20800533, generation: 1, pods: 1
  [odo] Error occurred on Push - watch command was unable to push component: failed to sync to component with name mynode: failed to sync to component with name mynode: unable push files to pod: error while streaming command: error sending request: Post "https://c100-e.eu-de.containers.cloud.ibm.com:31049/api/v1/namespaces/cmd-remove-binding-test71dny/pods/mynode-app-6c46ff7568-7cjcj/exec?command=tar&command=xf&command=-&command=-C&command=%2Fprojects&command=--no-same-owner&container=runtime&stderr=true&stdin=true&stdout=true": dial tcp: lookup c100-e.eu-de.containers.cloud.ibm.com: operation was canceled
  [odo] 
  [odo] 
  [odo] ↪ Dev mode
  [odo]  Status:
  [odo]  Watching for changes in the current directory /tmp/752014320
  [odo] 
  [odo]  Keyboard Commands:
  [odo] [Ctrl+c] - Exit and delete resources from the cluster
  [odo]      [p] - Manually apply local changes to the application on the cluster
  [odo] Cleaning resources, please wait
  [odo] I0516 14:22:22.835108   12899 delete.go:172] Ignoring resource: servicebindings/my-nodejs-app-cluster-sample-ocp; it does not exist on the cluster
  [odo] I0516 14:22:22.891067   12899 all.go:46] starting to concurrently query 200 APIs
  [odo] I0516 14:22:22.891224   12899 all.go:62] fired up all goroutines to query APIs
  [odo] I0516 14:22:23.425417   12899 all.go:67] all goroutines have returned in 534.352161ms
  [odo] I0516 14:22:23.425480   12899 all.go:76] query result: objects=525
  [odo]  ✗  Dev mode interrupted by user
  Deleting project: cmd-remove-binding-test71dny
  Running oc with args [oc delete project cmd-remove-binding-test71dny --wait=false] and odo env: []
  [oc] project.project.openshift.io "cmd-remove-binding-test71dny" deleted
  Setting current dir to: /go/odo_1/tests/integration
  Deleting dir: /tmp/752014320
  Deleting dir: /tmp/4167943288
  << Timeline

  [FAILED] Expected
      <string>: 
  to contain substring
      <string>: not found
  In [It] at: /go/odo_1/tests/integration/cmd_remove_binding_test.go:73 @ 05/16/23 14:22:09.975
------------------------------
S•SSS•S••SS••SSSS
------------------------------
• [19.705 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/3103322009
  << Captured StdOut/StdErr Output
------------------------------
•SS•••••SS•SS••S•S•SS•••SSS•S•••SS••S•SS••SS•S•S•S••••••S••SS••S
------------------------------
• [80.678 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/1087499437
  << Captured StdOut/StdErr Output
------------------------------
SS•S••S•••SSS•SS••S•S••S•SS
------------------------------
• [13.510 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/3712691032
  << Captured StdOut/StdErr Output
------------------------------
SSS••S•S•••SSSS•SS•SSS
------------------------------
• [16.361 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/3424948222
  << Captured StdOut/StdErr Output
------------------------------
•SSS•
------------------------------
• [12.653 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/1409616581
  << Captured StdOut/StdErr Output
------------------------------
SSSSS••SS••••S•SS••S••SS•S•SSSSS•S•••S•••SS••SSS•SSS•SSSS•••SS•S•••S•••••••SSSS••••S•S•SS••S•S•S
------------------------------
• [17.187 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/1116939303
  << Captured StdOut/StdErr Output
------------------------------
•S••SS•SS••SS•
------------------------------
• [14.972 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2904094735
  << Captured StdOut/StdErr Output
------------------------------
S•S•S•••SSSSSSS•S••SSS••••S•S•••SSSS••••S•••SSS•SSSSSS•••S•••SSSSSSS••••SSS••S••
------------------------------
• [12.077 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/2565937147
  << Captured StdOut/StdErr Output
------------------------------
S••••SSSSS••••SS•••S••SS•S•S•SS•SSS•••S•••
------------------------------
• [13.408 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/1407901038
  << Captured StdOut/StdErr Output
------------------------------
••S•••••••SS•S•S•••
------------------------------
• [13.017 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

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

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

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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/1427219548
  << Captured StdOut/StdErr Output
------------------------------
S
------------------------------
• [56.798 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:3470

  Captured StdOut/StdErr Output >>
  PID: 2463
  << Captured StdOut/StdErr Output
------------------------------
•••••S•••S••••S••S•S•••••••••S••••S•SS•S••SS•S•••SS•
------------------------------
• [11.914 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/3807504510
  << Captured StdOut/StdErr Output
------------------------------
•SSS•S•S•SS••SSSS•S•••S•SSSS•S•••S•••S•SSSS•SS•••SSS•S•••••S•S•SSSS•SSS
------------------------------
• [30.507 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/1613515771
  << Captured StdOut/StdErr Output
------------------------------
SS•••S•S••S••SS•SS•SS•S•••S••S•SSSS•SS••••••S••SS•S•••S••SS•••S••S•••S•SS•S•S
------------------------------
• [82.125 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/1738966100
  << Captured StdOut/StdErr Output
------------------------------
•S•S•S•••••S•S••••SS•
------------------------------
• [19.991 seconds]
odo dev interactive command tests when a component is bootstrapped should sync files when p is pressed
/go/odo_1/tests/integration/interactive_dev_test.go:206

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo dev --random-ports --no-watch' from /tmp/3857847290
  << Captured StdOut/StdErr Output
------------------------------
S•S••SS•••••S•SSSS
------------------------------
• [2.864 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/3026077422
  << Captured StdOut/StdErr Output
------------------------------
S•SSSS
------------------------------
• [2.657 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/573063668
  << Captured StdOut/StdErr Output
------------------------------
••S••SS•••••S•
------------------------------
• [8.698 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/900572615
  << Captured StdOut/StdErr Output
------------------------------
SS•SS•SS•S•SS•S•
------------------------------
• [10.225 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/1914750416
  << Captured StdOut/StdErr Output
------------------------------
S•SSSS•••SS
------------------------------
• [3.603 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/795064226
  << Captured StdOut/StdErr Output
------------------------------
S•••SS
------------------------------
• [21.152 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

  Captured StdOut/StdErr Output >>
  Spawning '/go/bin/odo add binding' from /tmp/4261374524
  << Captured StdOut/StdErr Output
------------------------------
•••S••••••SSS•SS••••••••
------------------------------
• [83.249 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/2033035782
  << Captured StdOut/StdErr Output
------------------------------
•••••••

Summarizing 1 Failure:
  [FAIL] odo remove binding command tests when the component with binding is bootstrapped (bindingName=my-nodejs-app-cluster-sample-ocp) when odo dev is running when binding is removed [It] should have led odo dev to delete ServiceBinding from the cluster
  /go/odo_1/tests/integration/cmd_remove_binding_test.go:73

Ran 486 of 888 Specs in 1732.250 seconds
FAIL! -- 485 Passed | 1 Failed | 0 Pending | 402 Skipped


Ginkgo ran 1 suite in 29m56.580333902s

Test Suite Failed
You're using deprecated Ginkgo functionality:
=============================================
  --slow-spec-threshold is deprecated --slow-spec-threshold has been deprecated and will be removed in a future version of Ginkgo.  This feature has proved to be more noisy than useful.  You can use --poll-progress-after, instead, to get more actionable feedback about potentially slow specs and understand where they might be getting stuck.

To silence deprecations that can be silenced set the following environment variable:
  ACK_GINKGO_DEPRECATIONS=2.8.0

exit status 1
make: *** [Makefile:207: test-integration-cluster] Error 1