cp ododevapispec.yaml pkg/apiserver-impl/swagger-ui/swagger.yaml go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=451e30740" ./cmd/odo/ go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo --randomize-all --poll-progress-after=120s --poll-progress-interval=120s -timeout 14400s --no-color -nodes=16 --junit-report="test-integration.xml" --label-filter="!unauth && !nocluster && !podman" tests/integration Running Suite: Integration Suite - /go/odo_1/tests/integration ============================================================== Random Seed: 1698657724 - will randomize all specs Will run 504 of 956 specs Running in parallel across 16 processes SSSSSSSSSSSSSSSSS ------------------------------ • [14.685 seconds] odo create/delete/list/set namespace/project tests list project should successfully list all the projects in JSON format /go/odo_1/tests/integration/cmd_namespace_test.go:228 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [16.680 seconds] odo generic When deleting two project one after the other should be able to delete sequentially /go/odo_1/tests/integration/generic_test.go:100 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [16.967 seconds] odo generic executing odo version command when executing the complete command with server info should show the version of odo major components including server login URL /go/odo_1/tests/integration/generic_test.go:132 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [20.730 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [19.622 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.647 seconds] odo create/delete/list/set namespace/project tests list namespace should successfully list all the namespaces /go/odo_1/tests/integration/cmd_namespace_test.go:221 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [8.044 seconds] odo devfile deploy command tests when deploying a Devfile OpenShift component with multiple K8s resources defined should have created all the resources defined in the Devfile OpenShift component /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:372 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [8.446 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=false --running-in= should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [32.753 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name when running odo dev with a build command should error out on an invalid command /go/odo_1/tests/integration/cmd_dev_test.go:3080 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [35.562 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped the component is deleted while having access to the devfile.yaml when the component is deleted with --files should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [3.928 seconds] odo dev command tests when Devfile contains metadata.language invalid as a label value when odo deploy is executed should set the correct value in labels of deployed resources /go/odo_1/tests/integration/cmd_dev_test.go:4105 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [45.437 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped the component is deleted while having access to the devfile.yaml when the component is deleted with --files should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [FAILED] [65.970 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev [It] should expose the endpoint on localhost (podman=false, manual=false, customPortForwarding=false, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output Timeline >> Created dir: /tmp/4068577993 Created dir: /tmp/3622420159 Setting KUBECONFIG=/tmp/3622420159/config Running kubectl with args [kubectl get namespace cmd-dev-test1338tqp -o jsonpath={.metadata.name}] and odo env: [] [kubectl] Error from server (NotFound): namespaces "cmd-dev-test1338tqp" not found Creating a new project: cmd-dev-test1338tqp Running kubectl with args [kubectl create namespace cmd-dev-test1338tqp] and odo env: [] [kubectl] namespace/cmd-dev-test1338tqp created Running kubectl with args [kubectl config set-context --current --namespace cmd-dev-test1338tqp] and odo env: [] [kubectl] Context "odo-test-kubernetes-cluster-2/cia4jeff0jvb2lioor0g/admin" modified. Running kubectl with args [kubectl get ns] and odo env: [] [kubectl] NAME STATUS AGE [kubectl] asoro Active 34d [kubectl] cert-manager Active 20d [kubectl] ci-devfile-registry Active 129d [kubectl] cmd-delete-test178ilo Active 2s [kubectl] cmd-delete-test178rur Active 2s [kubectl] cmd-delete-test316guv Active 1s [kubectl] cmd-delete-test316tcl Active 3s [kubectl] cmd-dev-test1338tqp Active 3s [kubectl] cmd-dev-test1743qhz Active 1s [kubectl] cmd-dev-test2197owc Active 1s [kubectl] cmd-dev-test2674hzc Active 3s [kubectl] cmd-dev-test3080efa Active 3s [kubectl] cmd-dev-test4089znz Active 2s [kubectl] cmd-dev-test458bkw Active 3s [kubectl] cmd-dev-test754jxm Active 1s [kubectl] cmd-devfile-deploy-test636tki Active 2s [kubectl] cmd-namespace-test228btn Active 1s [kubectl] default Active 129d [kubectl] flsz-project Active 93d [kubectl] generic-test100wxe Active 4s [kubectl] generic-test132nph Active 2s [kubectl] ibm-cert-store Active 129d [kubectl] ibm-operators Active 129d [kubectl] ibm-system Active 129d [kubectl] kube-node-lease Active 129d [kubectl] kube-public Active 129d [kubectl] kube-system Active 129d [kubectl] mcsu-namespace Active 101d [kubectl] odo-dev-pr-7097 Active 34d [kubectl] olm Active 129d [kubectl] operators Active 129d [kubectl] phmartin Active 115d [kubectl] registry-operator-system Active 20d Running kubectl with args [kubectl create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test1338tqp] and odo env: [] [kubectl] configmap/config-map-for-cleanup created Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/4068577993 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1030 09:23:23.732446 12732 implem.go:114] The path for preference file is /tmp/3622420159/preference.yaml [odo] Successfully removed registry [odo] I1030 09:23:23.748810 12732 implem.go:114] The path for preference file is /tmp/3622420159/preference.yaml [odo] I1030 09:23:23.750042 12732 segment.go:268] Checking telemetry enable status [odo] I1030 09:23:23.750072 12732 segment.go:286] Sending telemetry disabled by env variable Running odo with args [odo preference add registry DefaultDevfileRegistry https://registry.stage.devfile.io] and odo env: [] [odo] I1030 09:23:24.743560 12792 implem.go:114] The path for preference file is /tmp/3622420159/preference.yaml [odo] New registry successfully added [odo] I1030 09:23:24.761295 12792 implem.go:114] The path for preference file is /tmp/3622420159/preference.yaml [odo] I1030 09:23:24.763966 12792 segment.go:268] Checking telemetry enable status [odo] I1030 09:23:24.764004 12792 segment.go:286] Sending telemetry disabled by env variable Setting current dir to: /tmp/4068577993 Running odo with args [odo init --name unodar --devfile-path /go/odo_1/tests/examples/source/devfiles/nodejs/devfile.yaml] and odo env: [] [odo] I1030 09:23:25.984523 12895 implem.go:114] The path for preference file is /tmp/3622420159/preference.yaml [odo] __ [odo] / \__ Initializing a new component [odo] \__/ \ [odo] / \__/ odo version: v3.15.0 (451e30740) [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" [1ms] [odo] I1030 09:23:25.992026 12895 context.go:172] absolute devfile path: '/tmp/4068577993/devfile.yaml' [odo] I1030 09:23:25.993242 12895 context.go:113] absolute devfile path: '/tmp/4068577993/devfile.yaml' [odo] I1030 09:23:26.002873 12895 content.go:48] converted devfile YAML to JSON [odo] I1030 09:23:26.003585 12895 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:23:26.004005 12895 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:23:26.068629 12895 schema.go:61] validated devfile schema [odo] I1030 09:23:26.143344 12895 writer.go:55] devfile yaml created at: 'devfile.yaml' [odo] [odo] Your new component 'unodar' 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] I1030 09:23:26.154094 12895 implem.go:114] The path for preference file is /tmp/3622420159/preference.yaml [odo] I1030 09:23:26.159564 12895 segment.go:268] Checking telemetry enable status [odo] I1030 09:23:26.159609 12895 segment.go:286] Sending telemetry disabled by env variable Running odo with args [odo dev --random-ports --api-server=false] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no] [odo] I1030 09:23:28.134549 13054 version.go:37] executing [podman version --format json] [odo] I1030 09:23:28.135686 13054 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I1030 09:23:28.136168 13054 implem.go:114] The path for preference file is /tmp/3622420159/preference.yaml [odo] I1030 09:23:28.144334 13054 context.go:172] absolute devfile path: '/tmp/4068577993/devfile.yaml' [odo] I1030 09:23:28.144369 13054 context.go:113] absolute devfile path: '/tmp/4068577993/devfile.yaml' [odo] I1030 09:23:28.146131 13054 content.go:48] converted devfile YAML to JSON [odo] I1030 09:23:28.146262 13054 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:23:28.146302 13054 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:23:28.224217 13054 schema.go:61] validated devfile schema [odo] I1030 09:23:28.279031 13054 validate.go:45] Successfully validated devfile sections [odo] I1030 09:23:28.279063 13054 validate.go:45] Successfully validated devfile sections [odo] I1030 09:23:28.279190 13054 component.go:87] name of component is "unodar", and sanitized name is "unodar" [odo] I1030 09:23:28.279296 13054 kclient.go:237] Checking if "projects" resource is supported [odo] I1030 09:23:28.340939 13054 oc_server.go:26] Trying to connect to server c110.eu-de.containers.cloud.ibm.com:32062 [odo] I1030 09:23:28.345891 13054 oc_server.go:33] Server https://c110.eu-de.containers.cloud.ibm.com:32062 is up [odo] I1030 09:23:28.353720 13054 oc_server.go:66] Unable to get OpenShift Version: the server could not find the requested resource [odo] __ [odo] / \__ Developing using the "unodar" Devfile [odo] \__/ \ Namespace: cmd-dev-test1338tqp [odo] / \__/ odo version: v3.15.0 (451e30740) [odo] \__/ [odo] [odo] ↪ Running on the cluster in Dev mode [odo] I1030 09:23:28.398020 13054 kubedev.go:79] Creating new adapter [odo] I1030 09:23:28.398035 13054 kubedev.go:87] Creating inner-loop resources for the component [odo] I1030 09:23:28.398069 13054 watch.go:105] starting WatchAndPush, path: /tmp/4068577993, component: unodar, ignores [.git .odo .odo/odo-file-index.json] [odo] I1030 09:23:28.402398 13054 file_watcher.go:130] adding watch on path /tmp/4068577993 [odo] I1030 09:23:28.402450 13054 file_watcher.go:130] adding watch on path /tmp/4068577993/.odo [odo] I1030 09:23:28.402468 13054 file_watcher.go:130] adding watch on path /tmp/4068577993/test [odo] I1030 09:23:28.439377 13054 watch.go:423] Copying files [] to pod [odo] I1030 09:23:28.442852 13054 context.go:172] absolute devfile path: '/tmp/4068577993/devfile.yaml' [odo] I1030 09:23:28.442881 13054 context.go:113] absolute devfile path: '/tmp/4068577993/devfile.yaml' [odo] I1030 09:23:28.443754 13054 content.go:48] converted devfile YAML to JSON [odo] I1030 09:23:28.444837 13054 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:23:28.444873 13054 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:23:28.456399 13054 schema.go:61] validated devfile schema [odo] I1030 09:23:28.458034 13054 validate.go:45] Successfully validated devfile sections [odo] I1030 09:23:28.458083 13054 components.go:69] component state: "" [odo] • Waiting for Kubernetes resources ... [odo] I1030 09:23:28.499375 13054 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1030 09:23:28.519063 13054 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] I1030 09:23:28.565422 13054 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1030 09:23:28.623726 13054 components.go:346] Creating deployment unodar-app [odo] I1030 09:23:28.623741 13054 components.go:347] The component name is unodar [odo] I1030 09:23:28.633966 13054 kclient.go:286] Kubernetes version is "v1.25.14+IKS" [odo] I1030 09:23:28.633996 13054 kclient.go:298] Cluster has support for SSA: true [odo] I1030 09:23:28.748025 13054 components.go:378] Successfully created component unodar [odo] I1030 09:23:28.845631 13054 components.go:390] Successfully created Service for component unodar [odo] I1030 09:23:28.935468 13054 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:23:28.938668 13054 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:23:29.122103 13054 all.go:67] all goroutines have returned in 186.640137ms [odo] I1030 09:23:29.122131 13054 all.go:76] query result: objects=6 [odo] I1030 09:23:29.122222 13054 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1030 09:23:29.165830 13054 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1030 09:23:29.178468 13054 service.go:75] Getting list of services [odo] I1030 09:23:29.178495 13054 operators.go:30] Fetching list of operators installed in cluster [odo] I1030 09:23:29.250050 13054 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.2 [odo] I1030 09:23:29.250074 13054 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1030 09:23:29.312480 13054 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1030 09:23:29.340550 13054 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1030 09:23:29.409528 13054 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1030 09:23:29.423046 13054 service.go:93] Getting services started from operator: service-binding-operator.v1.4.0 [odo] I1030 09:23:29.423071 13054 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1030 09:23:29.430058 13054 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:23:29.437998 13054 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:23:29.469123 13054 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1030 09:23:29.491784 13054 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:23:29.514020 13054 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:23:29.637716 13054 components.go:134] Deployment has been updated to generation 1. Waiting new event... [odo] I1030 09:23:29.637786 13054 status.go:34] setting inner loop State "WaitDeployment" [odo] I1030 09:23:29.641043 13054 watch.go:271] deployment watcher Event: Type: ADDED, name: unodar-app, rv: 39095657, generation: 1, pods: 0 [odo] =================== [odo] ⚠ Pod is Pending [odo] =================== [odo] I1030 09:23:29.643447 13054 watch.go:271] deployment watcher Event: Type: MODIFIED, name: unodar-app, rv: 39095662, generation: 1, pods: 0 [odo] I1030 09:23:29.644396 13054 watch.go:271] deployment watcher Event: Type: MODIFIED, name: unodar-app, rv: 39095671, generation: 1, pods: 0 [odo] I1030 09:23:29.644413 13054 watch.go:271] deployment watcher Event: Type: MODIFIED, name: unodar-app, rv: 39095677, generation: 1, pods: 0 [odo] I1030 09:23:29.941822 13054 watch.go:423] Copying files [] to pod [odo] I1030 09:23:29.942155 13054 context.go:172] absolute devfile path: '/tmp/4068577993/devfile.yaml' [odo] I1030 09:23:29.942168 13054 context.go:113] absolute devfile path: '/tmp/4068577993/devfile.yaml' [odo] I1030 09:23:29.943573 13054 content.go:48] converted devfile YAML to JSON [odo] I1030 09:23:29.943637 13054 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:23:29.943669 13054 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:23:29.958752 13054 schema.go:61] validated devfile schema [odo] I1030 09:23:29.958957 13054 validate.go:45] Successfully validated devfile sections [odo] I1030 09:23:29.959194 13054 components.go:69] component state: "WaitDeployment" [odo] I1030 09:23:30.016798 13054 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1030 09:23:30.063291 13054 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] I1030 09:23:30.124926 13054 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1030 09:23:30.268475 13054 components.go:346] Creating deployment unodar-app [odo] I1030 09:23:30.268494 13054 components.go:347] The component name is unodar [odo] I1030 09:23:30.268500 13054 components.go:350] The component already exists, attempting to update it [odo] I1030 09:23:30.268515 13054 components.go:352] Applying deployment [odo] I1030 09:23:30.313675 13054 components.go:361] Successfully updated component unodar [odo] I1030 09:23:30.354324 13054 components.go:748] Successfully update Service for component unodar [odo] I1030 09:23:30.371465 13054 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:23:30.371862 13054 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:23:30.503791 13054 all.go:67] all goroutines have returned in 132.326745ms [odo] I1030 09:23:30.503832 13054 all.go:76] query result: objects=6 [odo] I1030 09:23:30.504859 13054 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1030 09:23:30.504915 13054 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1030 09:23:30.504929 13054 service.go:75] Getting list of services [odo] I1030 09:23:30.504938 13054 operators.go:30] Fetching list of operators installed in cluster [odo] I1030 09:23:30.554518 13054 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.2 [odo] I1030 09:23:30.554653 13054 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1030 09:23:30.595249 13054 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1030 09:23:30.614184 13054 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1030 09:23:30.632977 13054 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1030 09:23:30.651690 13054 service.go:93] Getting services started from operator: service-binding-operator.v1.4.0 [odo] I1030 09:23:30.651704 13054 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1030 09:23:30.660244 13054 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:23:30.669385 13054 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:23:30.680889 13054 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1030 09:23:30.718572 13054 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:23:30.773439 13054 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:23:30.889950 13054 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I1030 09:23:30.889993 13054 status.go:34] setting inner loop State "WaitDeployment" [odo] I1030 09:23:30.890012 13054 watch.go:271] deployment watcher Event: Type: MODIFIED, name: unodar-app, rv: 39095794, generation: 1, pods: 0 [odo] ✓ Pod is Running [odo] I1030 09:23:31.278325 13054 watch.go:271] deployment watcher Event: Type: MODIFIED, name: unodar-app, rv: 39095871, generation: 1, pods: 1 [odo] I1030 09:23:31.579165 13054 watch.go:423] Copying files [] to pod [odo] I1030 09:23:31.579492 13054 context.go:172] absolute devfile path: '/tmp/4068577993/devfile.yaml' [odo] I1030 09:23:31.579506 13054 context.go:113] absolute devfile path: '/tmp/4068577993/devfile.yaml' [odo] I1030 09:23:31.580361 13054 content.go:48] converted devfile YAML to JSON [odo] I1030 09:23:31.580431 13054 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:23:31.580459 13054 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:23:31.586091 13054 schema.go:61] validated devfile schema [odo] I1030 09:23:31.586367 13054 validate.go:45] Successfully validated devfile sections [odo] I1030 09:23:31.586402 13054 components.go:69] component state: "WaitDeployment" [odo] I1030 09:23:31.636344 13054 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1030 09:23:31.665705 13054 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] I1030 09:23:31.725559 13054 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1030 09:23:31.788733 13054 components.go:346] Creating deployment unodar-app [odo] I1030 09:23:31.788749 13054 components.go:347] The component name is unodar [odo] I1030 09:23:31.788755 13054 components.go:350] The component already exists, attempting to update it [odo] I1030 09:23:31.788762 13054 components.go:352] Applying deployment [odo] I1030 09:23:31.835486 13054 components.go:361] Successfully updated component unodar [odo] I1030 09:23:31.893853 13054 components.go:748] Successfully update Service for component unodar [odo] I1030 09:23:31.912449 13054 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:23:31.935147 13054 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:23:32.140044 13054 all.go:67] all goroutines have returned in 227.544017ms [odo] I1030 09:23:32.140723 13054 all.go:76] query result: objects=6 [odo] I1030 09:23:32.142116 13054 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1030 09:23:32.142881 13054 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1030 09:23:32.143208 13054 service.go:75] Getting list of services [odo] I1030 09:23:32.143226 13054 operators.go:30] Fetching list of operators installed in cluster [odo] I1030 09:23:32.196219 13054 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.2 [odo] I1030 09:23:32.196285 13054 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1030 09:23:32.221363 13054 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1030 09:23:32.236390 13054 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1030 09:23:32.248915 13054 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1030 09:23:32.278015 13054 service.go:93] Getting services started from operator: service-binding-operator.v1.4.0 [odo] I1030 09:23:32.278046 13054 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1030 09:23:32.287041 13054 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:23:32.309071 13054 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:23:32.316847 13054 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1030 09:23:32.330748 13054 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:23:32.346542 13054 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] • Syncing files into the container ... [odo] I1030 09:23:32.525475 13054 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993, destBase: ., destFile: . [odo] I1030 09:23:32.525516 13054 file_indexer.go:406] Corrected destinations: base: . file: . [odo] I1030 09:23:32.526954 13054 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/.gitignore, destBase: ., destFile: .gitignore [odo] I1030 09:23:32.526988 13054 file_indexer.go:406] Corrected destinations: base: . file: .gitignore [odo] I1030 09:23:32.527202 13054 file_indexer.go:453] file added: /tmp/4068577993/.gitignore [odo] I1030 09:23:32.527235 13054 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/.odo, destBase: ., destFile: .odo [odo] I1030 09:23:32.527247 13054 file_indexer.go:406] Corrected destinations: base: . file: .odo [odo] I1030 09:23:32.527416 13054 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/devfile.yaml, destBase: ., destFile: devfile.yaml [odo] I1030 09:23:32.527434 13054 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml [odo] I1030 09:23:32.527589 13054 file_indexer.go:453] file added: /tmp/4068577993/devfile.yaml [odo] I1030 09:23:32.528017 13054 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/package.json, destBase: ., destFile: package.json [odo] I1030 09:23:32.528064 13054 file_indexer.go:406] Corrected destinations: base: . file: package.json [odo] I1030 09:23:32.528226 13054 file_indexer.go:453] file added: /tmp/4068577993/package.json [odo] I1030 09:23:32.528293 13054 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/server.js, destBase: ., destFile: server.js [odo] I1030 09:23:32.528307 13054 file_indexer.go:406] Corrected destinations: base: . file: server.js [odo] I1030 09:23:32.528586 13054 file_indexer.go:453] file added: /tmp/4068577993/server.js [odo] I1030 09:23:32.528785 13054 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/test, destBase: ., destFile: test [odo] I1030 09:23:32.528806 13054 file_indexer.go:406] Corrected destinations: base: . file: test [odo] I1030 09:23:32.528959 13054 file_indexer.go:453] file added: /tmp/4068577993/test [odo] I1030 09:23:32.530043 13054 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/test/test.js, destBase: ., destFile: test/test.js [odo] I1030 09:23:32.530074 13054 file_indexer.go:406] Corrected destinations: base: . file: test/test.js [odo] I1030 09:23:32.530245 13054 file_indexer.go:453] file added: /tmp/4068577993/test/test.js [odo] I1030 09:23:32.530407 13054 sync.go:138] List of files to be deleted: +[] [odo] I1030 09:23:32.530585 13054 sync.go:140] List of files changed: +[/tmp/4068577993/devfile.yaml /tmp/4068577993/package.json /tmp/4068577993/server.js /tmp/4068577993/test /tmp/4068577993/test/test.js /tmp/4068577993/.gitignore] [odo] I1030 09:23:32.530619 13054 sync.go:193] Push: componentName: unodar, path: /tmp/4068577993, files: [/tmp/4068577993/devfile.yaml /tmp/4068577993/package.json /tmp/4068577993/server.js /tmp/4068577993/test /tmp/4068577993/test/test.js /tmp/4068577993/.gitignore], delFiles: [*], isForcePush: true [odo] I1030 09:23:32.531369 13054 sync.go:310] remote files marked for deletion are [/projects/*] [odo] I1030 09:23:32.531422 13054 exec.go:37] Executing command [rm -rf /projects/*] for pod: unodar-app-66f6dd6fff-whmsx in container: runtime [odo] I1030 09:23:32.728133 13054 sync.go:233] Copying files /tmp/4068577993/devfile.yaml /tmp/4068577993/package.json /tmp/4068577993/server.js /tmp/4068577993/test /tmp/4068577993/test/test.js /tmp/4068577993/.gitignore to pod [odo] I1030 09:23:32.728160 13054 copy.go:36] CopyFile arguments: localPath /tmp/4068577993, dest /projects/4068577993, targetPath /projects, copyFiles [/tmp/4068577993/devfile.yaml /tmp/4068577993/package.json /tmp/4068577993/server.js /tmp/4068577993/test /tmp/4068577993/test/test.js /tmp/4068577993/.gitignore], globalExps [.git .odo .odo/odo-file-index.json] [odo] I1030 09:23:32.728177 13054 copy.go:63] Executing command tar xf - -C /projects --no-same-owner [odo] I1030 09:23:32.728344 13054 copy.go:96] makeTar arguments: srcPath: /tmp/4068577993, destPath: /projects/4068577993, files: [/tmp/4068577993/devfile.yaml /tmp/4068577993/package.json /tmp/4068577993/server.js /tmp/4068577993/test /tmp/4068577993/test/test.js /tmp/4068577993/.gitignore] [odo] I1030 09:23:32.728751 13054 copy.go:127] Got abs path: /tmp/4068577993/devfile.yaml [odo] I1030 09:23:32.728760 13054 copy.go:128] Making /tmp/4068577993 relative to /tmp/4068577993/devfile.yaml [odo] I1030 09:23:32.728766 13054 copy.go:144] makeTar srcFile: 4068577993/devfile.yaml [odo] I1030 09:23:32.728770 13054 copy.go:145] makeTar destFile: devfile.yaml [odo] I1030 09:23:32.728786 13054 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/devfile.yaml, destBase: /projects, destFile: devfile.yaml [odo] I1030 09:23:32.728790 13054 copy.go:171] Corrected destinations: base: /projects file: devfile.yaml [odo] I1030 09:23:33.122315 13054 copy.go:127] Got abs path: /tmp/4068577993/package.json [odo] I1030 09:23:33.122328 13054 copy.go:128] Making /tmp/4068577993 relative to /tmp/4068577993/package.json [odo] I1030 09:23:33.122337 13054 copy.go:144] makeTar srcFile: 4068577993/package.json [odo] I1030 09:23:33.122341 13054 copy.go:145] makeTar destFile: package.json [odo] I1030 09:23:33.122346 13054 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/package.json, destBase: /projects, destFile: package.json [odo] I1030 09:23:33.122349 13054 copy.go:171] Corrected destinations: base: /projects file: package.json [odo] I1030 09:23:33.122894 13054 copy.go:127] Got abs path: /tmp/4068577993/server.js [odo] I1030 09:23:33.122906 13054 copy.go:128] Making /tmp/4068577993 relative to /tmp/4068577993/server.js [odo] I1030 09:23:33.122912 13054 copy.go:144] makeTar srcFile: 4068577993/server.js [odo] I1030 09:23:33.122916 13054 copy.go:145] makeTar destFile: server.js [odo] I1030 09:23:33.122919 13054 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/server.js, destBase: /projects, destFile: server.js [odo] I1030 09:23:33.122922 13054 copy.go:171] Corrected destinations: base: /projects file: server.js [odo] I1030 09:23:33.123449 13054 copy.go:127] Got abs path: /tmp/4068577993/test [odo] I1030 09:23:33.123458 13054 copy.go:128] Making /tmp/4068577993 relative to /tmp/4068577993/test [odo] I1030 09:23:33.123463 13054 copy.go:144] makeTar srcFile: 4068577993/test [odo] I1030 09:23:33.123466 13054 copy.go:145] makeTar destFile: test [odo] I1030 09:23:33.123469 13054 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/test, destBase: /projects, destFile: test [odo] I1030 09:23:33.123473 13054 copy.go:171] Corrected destinations: base: /projects file: test [odo] I1030 09:23:33.123828 13054 copy.go:127] Got abs path: /tmp/4068577993/test/test.js [odo] I1030 09:23:33.123836 13054 copy.go:128] Making /tmp/4068577993 relative to /tmp/4068577993/test/test.js [odo] I1030 09:23:33.123841 13054 copy.go:144] makeTar srcFile: 4068577993/test/test.js [odo] I1030 09:23:33.123844 13054 copy.go:145] makeTar destFile: test/test.js [odo] I1030 09:23:33.123848 13054 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/test/test.js, destBase: /projects, destFile: test/test.js [odo] I1030 09:23:33.123851 13054 copy.go:171] Corrected destinations: base: /projects file: test/test.js [odo] I1030 09:23:33.124255 13054 copy.go:127] Got abs path: /tmp/4068577993/.gitignore [odo] I1030 09:23:33.124263 13054 copy.go:128] Making /tmp/4068577993 relative to /tmp/4068577993/.gitignore [odo] I1030 09:23:33.124268 13054 copy.go:144] makeTar srcFile: 4068577993/.gitignore [odo] I1030 09:23:33.124271 13054 copy.go:145] makeTar destFile: .gitignore [odo] I1030 09:23:33.124274 13054 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 4068577993/.gitignore, destBase: /projects, destFile: .gitignore [odo] I1030 09:23:33.124277 13054 copy.go:171] Corrected destinations: base: /projects file: .gitignore [odo] ✓ Syncing files into the container [640ms] [odo] I1030 09:23:33.166133 13054 kubeexec.go:40] GetProcessInfoForCommand for "devrun" [odo] I1030 09:23:33.166162 13054 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_devrun.pid || true] for pod: unodar-app-66f6dd6fff-whmsx in container: runtime [odo] I1030 09:23:33.362419 13054 exec.go:96] cat: /opt/odo/.odo_cmd_devrun.pid: No such file or directory [odo] • Building your application in container (command: devbuild) ... [odo] I1030 09:23:33.364498 13054 innerloop.go:131] running=false, execRequired=true [odo] I1030 09:23:33.364581 13054 exec.go:37] Executing command [/bin/sh -c cd ${PROJECTS_ROOT} && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: unodar-app-66f6dd6fff-whmsx in container: runtime [odo] I1030 09:23:40.704987 13054 exec.go:54] ExecuteCommand returned an an err: error while streaming command: command terminated with exit code 1. for command '[/bin/sh -c cd ${PROJECTS_ROOT} && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2]' [odo] stdout: [] [odo] stderr: [] [odo] ✗ Building your application in container (command: devbuild) [7s] [odo] npm ERR! Unexpected end of JSON input while parsing near '...rjmj4yrKzmRjteCc2xA1R' [odo] [odo] npm ERR! A complete log of this run can be found in: [odo] npm ERR! /opt/app-root/src/.npm/_logs/2023-10-30T09_23_40_693Z-debug.log [odo] I1030 09:23:40.879278 13054 status.go:34] setting inner loop State "Ready" [odo] I1030 09:23:40.879732 13054 watch.go:437] Error from Push: watch command was unable to push component: unable to exec command [/bin/sh -c cd ${PROJECTS_ROOT} && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2]: error while streaming command: command terminated with exit code 1 [odo] Error occurred on Push - watch command was unable to push component: unable to exec command [/bin/sh -c cd ${PROJECTS_ROOT} && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2]: error while streaming command: command terminated with exit code 1 [odo] [odo] [odo] ↪ Dev mode [odo] Status: [odo] Watching for changes in the current directory /tmp/4068577993 [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] I1030 09:23:40.880860 13054 watch.go:271] deployment watcher Event: Type: MODIFIED, name: unodar-app, rv: 39095902, generation: 1, pods: 1 [odo] I1030 09:23:40.984458 13054 watch.go:348] filesystem watch event: CREATE "/tmp/4068577993/.odo/odo-file-index.json" [odo] I1030 09:23:40.985587 13054 watch.go:348] filesystem watch event: WRITE "/tmp/4068577993/.odo/odo-file-index.json" [FAILED] in [It] - /go/odo_1/tests/integration/cmd_dev_test.go:1344 @ 10/30/23 09:23:46.572 [odo] read: read /dev/stdin: input/output error [odo] I1030 09:23:46.574600 13054 watch.go:333] Dev mode interrupted by user [odo] I1030 09:23:46.580067 13054 implem.go:114] The path for preference file is /tmp/3622420159/preference.yaml [odo] I1030 09:23:46.583230 13054 segment.go:268] Checking telemetry enable status [odo] I1030 09:23:46.583426 13054 segment.go:286] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I1030 09:23:46.908495 13054 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:23:46.909258 13054 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:23:47.527970 13054 all.go:67] all goroutines have returned in 619.510472ms [odo] I1030 09:23:47.528043 13054 all.go:76] query result: objects=356 Running kubectl with args [kubectl get namespace cmd-dev-test1338tqp -o jsonpath={.metadata.name}] and odo env: [] [kubectl] cmd-dev-test1338tqpDeleting project: cmd-dev-test1338tqp Running kubectl with args [kubectl delete namespaces cmd-dev-test1338tqp --wait=false] and odo env: [] [kubectl] namespace "cmd-dev-test1338tqp" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/4068577993 Deleting dir: /tmp/3622420159 << Timeline [FAILED] Unexpected error: <*url.Error | 0xc0005fb740>: Get "http:": http: no Host in request URL { Op: "Get", URL: "http:", Err: <*errors.errorString | 0xc000163b70>{ s: "http: no Host in request URL", }, } occurred In [It] at: /go/odo_1/tests/integration/cmd_dev_test.go:1344 @ 10/30/23 09:23:46.572 ------------------------------ SSSSSSSS ------------------------------ • [66.346 seconds] odo dev command tests when a component is bootstrapped when recording telemetry data should record the telemetry data correctly /go/odo_1/tests/integration/cmd_dev_test.go:458 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [67.265 seconds] odo dev command tests when a component is bootstrapped when odo is executed with --no-watch flag and with --no-commands when a file in component directory is modified when p is pressed should trigger a push /go/odo_1/tests/integration/cmd_dev_test.go:754 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.664 seconds] odo generic When deleting two project one after the other should be able to delete them in any order /go/odo_1/tests/integration/generic_test.go:107 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [3.462 seconds] odo dev command tests when a component is bootstrapped should fail when using --random-ports and --port-forward together /go/odo_1/tests/integration/cmd_dev_test.go:218 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [75.220 seconds] odo dev command tests when running odo dev and composite command are nested - without metadata.name should execute all commands in composite commmand /go/odo_1/tests/integration/cmd_dev_test.go:2674 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [75.877 seconds] odo dev command tests when Devfile contains metadata.projectType invalid as a label value when running odo dev should set the correct value in labels of resources /go/odo_1/tests/integration/cmd_dev_test.go:4089 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [56.954 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=true, customPortForwarding=true, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [4.536 seconds] odo create/delete/list/set namespace/project tests set project should not succeed to set the project /go/odo_1/tests/integration/cmd_namespace_test.go:162 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [56.372 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=true, customPortForwarding=false, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [80.626 seconds] odo devfile deploy command tests deploying devfile with exec when using devfile with a long running command in exec should print the tip to run odo logs after 1 minute of execution /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:636 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [55.346 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=true, customPortForwarding=true, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [66.247 seconds] odo dev command tests when a component is bootstrapped should show validation errors if the devfile is incorrect /go/odo_1/tests/integration/cmd_dev_test.go:156 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.245 seconds] odo dev command tests when no project is present - without metadata.name should sync to the correct dir in container /go/odo_1/tests/integration/cmd_dev_test.go:2164 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [84.837 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy should run odo dev successfully /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:161 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [45.435 seconds] odo dev command tests when running odo dev --no-watch and build command throws an error should error out with some log /go/odo_1/tests/integration/cmd_dev_test.go:2898 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [3.098 seconds] odo devfile build-images command tests when using a Devfile with variable image names should build images with --var (push=true) /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:437 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [57.385 seconds] odo dev command tests when project and clonePath is present in devfile and running odo dev - without metadata.name should sync to the correct dir in container /go/odo_1/tests/integration/cmd_dev_test.go:2058 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [125.105 seconds] odo dev command tests when doing odo dev and there is a env variable with spaces - with metadata.name should be able to exec command /go/odo_1/tests/integration/cmd_dev_test.go:1743 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [127.193 seconds] odo dev command tests when running odo dev with devfile contain volume - with metadata.name should create pvc and reuse if it shares the same devfile volume name /go/odo_1/tests/integration/cmd_dev_test.go:2197 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [66.414 seconds] odo dev command tests when Devfile contains metadata.projectType when running odo dev should set the correct value in labels of resources /go/odo_1/tests/integration/cmd_dev_test.go:4089 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.335 seconds] odo dev command tests when Devfile contains neither metadata.language nor metadata.projectType when odo deploy is executed should set the correct value in labels of deployed resources /go/odo_1/tests/integration/cmd_dev_test.go:4105 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.443 seconds] odo dev command tests when adding local files to gitignore and running odo dev should not sync ignored files to the container /go/odo_1/tests/integration/cmd_dev_test.go:1955 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.587 seconds] odo dev command tests when running odo dev and composite command is marked as parallel:true - without metadata.name should execute all commands in composite command /go/odo_1/tests/integration/cmd_dev_test.go:2642 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.721 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted using its name and namespace from another directory should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:473 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [5.861 seconds] odo create/delete/list/set namespace/project tests set project when running inside a component directory should set the project /go/odo_1/tests/integration/cmd_namespace_test.go:190 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [118.711 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy with image build extra args when running and stopping odo dev should not delete the resources created with odo deploy /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [116.882 seconds] odo dev command tests when node-js application is created and deployed with devfile schema 2.2.0 should check memory Request and Limit /go/odo_1/tests/integration/cmd_dev_test.go:3375 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [68.276 seconds] odo dev command tests when Create and dev java-springboot component should execute default build and run commands correctly /go/odo_1/tests/integration/cmd_dev_test.go:2931 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [4.356 seconds] odo dev command tests when Devfile contains metadata.projectType when odo deploy is executed should set the correct value in labels of deployed resources /go/odo_1/tests/integration/cmd_dev_test.go:4105 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [47.505 seconds] odo dev command tests when using a Devfile with no commands should start the Dev Session with --no-commands=false /go/odo_1/tests/integration/cmd_dev_test.go:4921 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [5.203 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=false --running-in=deploy should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [60.291 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped the component is deleted while having access to the devfile.yaml when the component is deleted with --files should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [58.787 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [84.799 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy should run odo dev successfully /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:161 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [27.205 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped the component is deleted while having access to the devfile.yaml when the component is deleted with --files should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [26.522 seconds] odo delete command tests when deleting a component containing preStop event that is deployed with DEV and --files=false should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:517 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.826 seconds] odo dev command tests when a component is bootstrapped should fail when using --no-commands and --build-command and/or --run-command together /go/odo_1/tests/integration/cmd_dev_test.go:233 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.723 seconds] odo devfile deploy command tests Devfile with autoBuild or deployByDefault components when starting with Devfile with Deploy commands when running odo deploy with some components referenced in the Devfile should create the appropriate resources /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:802 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [9.844 seconds] odo devfile registry command tests when DevfileRegistriesList CRD is installed on cluster when CR for devfileregistrieslists is installed in namespace should list detailed information regarding nodejs when using an in-cluster registry /go/odo_1/tests/integration/cmd_devfile_registry_test.go:244 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [13.416 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 >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo dev --random-ports' from /tmp/2589076608 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [56.473 seconds] odo dev command tests when a component with multiple endpoints is run when odo dev is stopped should remove forwarded ports from state file /go/odo_1/tests/integration/cmd_dev_test.go:3583 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.779 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted using its name and namespace from another directory should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:473 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [29.857 seconds] odo dev command tests image names as selectors when starting with a Devfile with relative and absolute image names and Kubernetes resources when adding a local registry for images when running odo dev should treat relative image names as selectors /go/odo_1/tests/integration/cmd_dev_test.go:4756 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [55.676 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag (custom api server port=false) should describe the API Server port /go/odo_1/tests/integration/cmd_dev_api_server_test.go:108 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • ------------------------------ • [5.507 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.021 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [68.727 seconds] odo dev debug command tests when a composite command is used as debug command - with metadata.name should run successfully /go/odo_1/tests/integration/cmd_dev_debug_test.go:225 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [57.609 seconds] odo dev command tests when Devfile 2.1.0 is used - with metadata.name when doing odo dev with --var flag should check if the env variable has a correct value /go/odo_1/tests/integration/cmd_dev_test.go:1612 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [60.546 seconds] odo dev command tests 1. devfile contains composite apply command the devfile contains an image component that uses a remote Dockerfile when [PODMAN_CMD=echo] remote server returns a valid file when odo dev is run should build and push image when odo dev is run /go/odo_1/tests/integration/cmd_dev_test.go:2526 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S [4.507 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false [BeforeEach] when killing odo dev and another process replaces it should restart a new session successfully [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:560 [It] /go/odo_1/tests/integration/cmd_dev_test.go:609 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output [SKIPPED] This is a OpenShift specific scenario, skipping In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:562 @ 10/30/23 09:26:31.47 ------------------------------ SS ------------------------------ • [5.647 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when an env.yaml file contains a non-current Project when running odo deploy when the env.yaml file still contains a non-current Project should delete the component in the current namespace /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:226 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [59.161 seconds] odo dev command tests when a component is bootstrapped when odo is executed with --no-watch flag and with --no-commands=false when a file in component directory is modified should not trigger a push /go/odo_1/tests/integration/cmd_dev_test.go:736 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.276 seconds] odo dev debug command tests when a component is bootstrapped when running odo dev with debug flag should connect to relevant ports forwarded /go/odo_1/tests/integration/cmd_dev_debug_test.go:112 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [8.707 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted using its name and namespace from another directory should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:241 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [3.418 seconds] odo devfile build-images command tests when using a Devfile with variable image names should build images with --var (push=false) /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:437 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [116.601 seconds] odo dev command tests when running odo dev and single env var is set - without metadata.name should be able to exec command /go/odo_1/tests/integration/cmd_dev_test.go:1691 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.419 seconds] odo dev command tests when Devfile contains metadata.language when odo deploy is executed should set the correct value in labels of deployed resources /go/odo_1/tests/integration/cmd_dev_test.go:4105 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.232 seconds] odo devfile deploy command tests when directory is empty should error /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:47 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [13.991 seconds] odo devfile deploy command tests deploying devfile with exec when using devfile where the exec command is bound to fail should print the last 100 lines of the log to the output /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:648 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [4.869 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy should succeed /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:143 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [14.814 seconds] odo create/delete/list/set namespace/project tests delete namespace when force-deleting a valid namespace should successfully delete the namespace synchronously with --wait /go/odo_1/tests/integration/cmd_namespace_test.go:115 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [7.461 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 >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo deploy -v 4' from /tmp/3088656035 << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [7.939 seconds] odo create/delete/list/set namespace/project tests set namespace when running inside a component directory should set the namespace /go/odo_1/tests/integration/cmd_namespace_test.go:190 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [56.393 seconds] odo dev command tests 1. devfile contains composite apply command the devfile contains an image component that uses a remote Dockerfile when [PODMAN_CMD=a-command-not-found-for-podman-should-make-odo-fallback-to-docker DOCKER_CMD=echo] remote server returns an error when odo dev is run should not build images when odo dev is run /go/odo_1/tests/integration/cmd_dev_test.go:2549 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [56.382 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=true, customPortForwarding=false, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.764 seconds] odo dev command tests when a component is bootstrapped should add annotation to use ImageStreams /go/odo_1/tests/integration/cmd_dev_test.go:147 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [70.680 seconds] odo list with devfile devfile has missing metadata when projectType and language is missing when the component is pushed should show 'nodejs' for 'Type' in odo list /go/odo_1/tests/integration/cmd_devfile_list_test.go:363 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.541 seconds] odo describe component command tests should fail, with cluster /go/odo_1/tests/integration/cmd_describe_component_test.go:89 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSS ------------------------------ • [27.157 seconds] odo delete command tests when deleting a component containing preStop event that is deployed with DEV and --files=true should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:517 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [67.267 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed when odo dev is stopped should delete the component from the platform /go/odo_1/tests/integration/cmd_dev_test.go:507 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [58.978 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted using its name and namespace from another directory should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:473 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.923 seconds] odo dev command tests when a container component defines a Command or Args - with metadata.name should run odo dev successfully (#5620) /go/odo_1/tests/integration/cmd_dev_test.go:3538 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.722 seconds] odo logs command tests when odo logs is executed for a component that's not running in any modes should print that no containers are running /go/odo_1/tests/integration/cmd_logs_test.go:99 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.370 seconds] odo describe component command tests when a non-odo application is present on the cluster should describe the component /go/odo_1/tests/integration/cmd_describe_component_test.go:694 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [46.687 seconds] odo dev command tests 1. devfile contains composite apply command the devfile contains an image component that uses a remote Dockerfile when [PODMAN_CMD=echo] remote server returns an error when odo dev is run should not build images when odo dev is run /go/odo_1/tests/integration/cmd_dev_test.go:2549 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [118.440 seconds] odo dev command tests when running odo dev and multiple env variables are set - without metadata.name should be able to exec command /go/odo_1/tests/integration/cmd_dev_test.go:1717 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [56.776 seconds] odo dev command tests when Devfile 2.1.0 is used - with metadata.name when doing odo dev with --var-file flag should check if the env variable has a correct value /go/odo_1/tests/integration/cmd_dev_test.go:1639 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [8.863 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted using its name and namespace from another directory should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:241 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.509 seconds] odo describe component command tests when creating a component should not describe the component from another directory, with cluster /go/odo_1/tests/integration/cmd_describe_component_test.go:289 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.223 seconds] odo dev command with api server tests when the component is bootstrapped should fail if --random-ports and --api-server-port are used together /go/odo_1/tests/integration/cmd_dev_api_server_test.go:63 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [29.724 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="dev") when odo delete command is run again with nothing deployed on the cluster should output that there are no resources to be deleted /go/odo_1/tests/integration/cmd_delete_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [69.722 seconds] odo dev command tests when multiple projects are present - with metadata.name should sync to the correct dir in container /go/odo_1/tests/integration/cmd_dev_test.go:2130 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.306 seconds] odo devfile build-images command tests when using a Devfile with variable image names should build images with --var-file (push=true) /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:445 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [49.136 seconds] odo devfile deploy command tests deploying devfile with exec when the deploy command terminates abruptly; component name of at max(63) characters length when odo deploy command is run again should run successfully /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:595 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [58.608 seconds] odo dev command tests when running odo dev and composite command are nested - with metadata.name should execute all commands in composite commmand /go/odo_1/tests/integration/cmd_dev_test.go:2674 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.361 seconds] odo preference and config command tests when DevfileRegistriesList CRD is installed on cluster when CR for devfileregistrieslists is installed in namespace registry list should return registry listed in CR /go/odo_1/tests/integration/cmd_pref_config_test.go:414 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [27.992 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="") when odo delete command is run again with nothing deployed on the cluster should output that there are no resources to be deleted /go/odo_1/tests/integration/cmd_delete_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [4.503 seconds] odo create/delete/list/set namespace/project tests create namespace should successfully create the namespace /go/odo_1/tests/integration/cmd_namespace_test.go:54 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [9.669 seconds] odo devfile deploy command tests deploying devfile with exec when using devfile that works; with component name of a normal character length should complete the command execution successfully /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:576 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [3.451 seconds] odo dev command tests when a component is bootstrapped when a state file is not writable should fail running odo dev /go/odo_1/tests/integration/cmd_dev_test.go:435 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [4.986 seconds] odo list with devfile listing non-odo managed components when a non-odo managed component is deployed should list the component in JSON /go/odo_1/tests/integration/cmd_devfile_list_test.go:47 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [48.762 seconds] odo dev command tests when using a Devfile with no commands should start the Dev Session with --no-commands=true /go/odo_1/tests/integration/cmd_dev_test.go:4921 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [117.855 seconds] odo describe component command tests checking for remote source code location when using devfile with no sourceMapping, defaults to /projects and starting an odo dev session should show remote source code location in odo describe component output /go/odo_1/tests/integration/cmd_describe_component_test.go:642 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [29.015 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="dev") should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:128 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [4.390 seconds] odo create/delete/list/set namespace/project tests delete project should not succeed to delete a non-existent project /go/odo_1/tests/integration/cmd_namespace_test.go:122 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.826 seconds] odo dev command tests when a container component defines a Command or Args - without metadata.name should run odo dev successfully (#5620) /go/odo_1/tests/integration/cmd_dev_test.go:3538 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [12.447 seconds] odo create/delete/list/set namespace/project tests delete project when force-deleting a valid project should successfully delete the project asynchronously /go/odo_1/tests/integration/cmd_namespace_test.go:107 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.735 seconds] odo create/delete/list/set namespace/project tests when namespace is created with -w should list the new namespace when listing namespace /go/odo_1/tests/integration/cmd_namespace_test.go:41 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.004 seconds] odo create/delete/list/set namespace/project tests set namespace should successfully set the namespace /go/odo_1/tests/integration/cmd_namespace_test.go:147 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [5.823 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted using its name and namespace from another directory should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:241 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [91.279 seconds] odo logs command tests when component is created and odo logs is executed when running in Dev mode should successfully show logs of the running component /go/odo_1/tests/integration/cmd_logs_test.go:140 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.054 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 >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo deploy' from /tmp/1798807406 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [3.389 seconds] odo devfile build-images command tests when starting with Devfile with autoBuild or deployByDefault components when building and pushing images should build and push all Image components regardless of autoBuild /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:385 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [2.952 seconds] odo devfile deploy command tests using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not build images /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:502 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [58.866 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag (custom api server port=true) should describe the API Server port (JSON) /go/odo_1/tests/integration/cmd_dev_api_server_test.go:123 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [59.076 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=true) JSON output when describing the component in dev mode should describe the component /go/odo_1/tests/integration/cmd_describe_component_test.go:416 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [3.756 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when an env.yaml file contains a non-current Project when running odo deploy should succeed /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:201 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [56.706 seconds] odo dev debug command tests when a component without debug command is bootstrapped should log error about missing debug command when running odo dev --debug /go/odo_1/tests/integration/cmd_dev_debug_test.go:444 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [56.436 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag should serve endpoints /go/odo_1/tests/integration/cmd_dev_api_server_test.go:171 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [90.213 seconds] odo logs command tests when component is created and odo logs is executed when logs --follow is started when running in Dev mode should successfully follow logs of running component /go/odo_1/tests/integration/cmd_logs_test.go:219 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [4.779 seconds] odo dev command tests when Devfile contains metadata.projectType invalid as a label value when odo deploy is executed should set the correct value in labels of deployed resources /go/odo_1/tests/integration/cmd_dev_test.go:4105 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [49.986 seconds] odo dev command tests when a component is bootstrapped when running with --no-commands (debug=true) should start the dev session /go/odo_1/tests/integration/cmd_dev_test.go:268 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [71.338 seconds] odo dev command tests when a component is bootstrapped when pod security is enforced as restricted should set securitycontext for podsecurity admission /go/odo_1/tests/integration/cmd_dev_test.go:414 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [58.265 seconds] odo dev command tests when no project is present - with metadata.name should sync to the correct dir in container /go/odo_1/tests/integration/cmd_dev_test.go:2164 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [106.540 seconds] odo dev command tests when a hotReload capable Run command is used with odo dev when a source file is modified should not re-execute the run command /go/odo_1/tests/integration/cmd_dev_test.go:3787 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [7.881 seconds] odo list with devfile listing non-odo managed components when a non-odo managed component is deployed should list the component with odo list /go/odo_1/tests/integration/cmd_devfile_list_test.go:43 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [23.206 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name when running odo dev with a run command should error out on an invalid command /go/odo_1/tests/integration/cmd_dev_test.go:3150 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [4.186 seconds] odo create/delete/list/set namespace/project tests create project should successfully create the project /go/odo_1/tests/integration/cmd_namespace_test.go:54 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [57.550 seconds] odo dev command tests when creating local files and dir and running odo dev - without metadata.name should correctly propagate changes to the container /go/odo_1/tests/integration/cmd_dev_test.go:1788 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [57.408 seconds] odo dev command tests when devfile has sourcemappings and running odo dev - without metadata.name should sync files to the correct location /go/odo_1/tests/integration/cmd_dev_test.go:2016 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [24.207 seconds] odo dev command tests when a component is bootstrapped should start on cluster even if Podman client takes long to initialize /go/odo_1/tests/integration/cmd_dev_test.go:91 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [108.568 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile should react on the Devfile modification (podman=false, manual=false, customPortForwarding=true, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.833 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=true --running-in=deploy should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [47.216 seconds] odo dev command tests when Devfile contains neither metadata.language nor metadata.projectType when running odo dev should set the correct value in labels of resources /go/odo_1/tests/integration/cmd_dev_test.go:4089 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [58.489 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped the component is deleted while having access to the devfile.yaml when the component is deleted with --files should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [3.845 seconds] odo devfile deploy command tests when using a devfile.yaml containing two deploy commands should run odo deploy /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:244 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [2.951 seconds] odo devfile build-images command tests when starting with Devfile with autoBuild or deployByDefault components when building images should build all Image components regardless of autoBuild /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:364 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [25.498 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="dev") should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:128 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [27.258 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted using its name and namespace from another directory should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:473 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [68.132 seconds] odo dev debug command tests when running build and debug commands as composite in different containers and a shared volume - with metadata.name should run successfully /go/odo_1/tests/integration/cmd_dev_debug_test.go:388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [59.348 seconds] odo dev command tests when adding local files to gitignore and running odo dev should not sync ignored files to the container /go/odo_1/tests/integration/cmd_dev_test.go:1955 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.183 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [56.272 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag (custom api server port=true) should describe the API Server port /go/odo_1/tests/integration/cmd_dev_api_server_test.go:108 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [77.946 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev should expose all endpoints on localhost regardless of exposure(podman=false, manual=true, customPortForwarding=true, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [126.940 seconds] odo describe component command tests checking for remote source code location when using devfile with containers that has mountSource set to false and starting an odo dev session should show remote source code location in odo describe component output /go/odo_1/tests/integration/cmd_describe_component_test.go:642 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [96.259 seconds] odo dev command tests when hotReload capable Build and Run commands are used with odo dev when a source file is modified should not re-execute the run command /go/odo_1/tests/integration/cmd_dev_test.go:3834 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [6.791 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [8.711 seconds] odo devfile deploy command tests deploying devfile with exec should not set securitycontext for podsecurity admission on job's pod template /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:601 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [82.924 seconds] odo dev command tests when starting with Devfile with autoBuild or deployByDefault components when running odo dev with some components referenced in the Devfile should create the appropriate resources /go/odo_1/tests/integration/cmd_dev_test.go:4579 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [128.511 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:3324 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [57.512 seconds] odo devfile deploy command tests deploying devfile with long-running exec when Automount volumes are present in the namespace should mount the volumes /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:695 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.040 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name when running odo dev with a build command should execute the default build command successfully if specified explicitly /go/odo_1/tests/integration/cmd_dev_test.go:3126 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [118.187 seconds] odo dev command tests when running odo dev with devfile contain volume - with metadata.name check the volume name and mount paths for the containers /go/odo_1/tests/integration/cmd_dev_test.go:2230 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [6.094 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=true --running-in=dev should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [81.190 seconds] odo dev command tests 1. devfile contains composite apply command when odo dev is running with container backend global extra args should execute the composite apply commands successfully /go/odo_1/tests/integration/cmd_dev_test.go:2388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ Progress Report for Ginkgo Process #10 Automatically polling progress: odo dev command tests Devfile contains pod-overrides and container-overrides attributes should override the content in the pod it creates for the component on the cluster (Spec Runtime: 2m3.798s) /go/odo_1/tests/integration/cmd_dev_test.go:4146 In [It] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:4146 Begin Captured GinkgoWriter Output >> ... [odo] I1030 09:30:24.856495 25431 segment.go:286] Sending telemetry disabled by env variable [odo] I1030 09:30:24.859454 25431 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c110.eu-de.containers.cloud.ibm.com:32062/api/v1/namespaces/cmd-dev-test4146mal/pods/ufsutc-app-7ffbc5c96d-2j2bs/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 c110.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] I1030 09:30:24.859509 25431 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (npm start) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid]: error while streaming command: context canceled [odo] ✗ Finished executing the application (command: run) [1m] [odo] I1030 09:30:24.928376 25431 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:30:24.928461 25431 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:30:25.493045 25431 all.go:67] all goroutines have returned in 564.654925ms [odo] I1030 09:30:25.493118 25431 all.go:76] query result: objects=360 << End Captured GinkgoWriter Output Spec Goroutine goroutine 369 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000022150, {0x30feb48?, 0xc0014a3f98}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000022150, {0x30feb48, 0xc0014a3f98}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000c57d50?, {0xc0008ab8f0?, 0x2cf51f1?, 0x9?}) /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144 github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...) /go/odo_1/tests/helper/helper_dev.go:263 github.com/redhat-developer/odo/tests/helper.RunDevMode.func1() /go/odo_1/tests/helper/helper_dev.go:334 github.com/redhat-developer/odo/tests/helper.RunDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}, ...) /go/odo_1/tests/helper/helper_dev.go:337 > github.com/redhat-developer/odo/tests/integration.glob..func7.64.2() /go/odo_1/tests/integration/cmd_dev_test.go:4147 | }) | It("should override the content in the pod it creates for the component on the cluster", func() { > err := helper.RunDevMode(helper.DevSessionOpts{ | RunOnPodman: ctx.podman, | }, func(session *gexec.Session, outContents, _ string, _ map[string]string) { github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1088f3e, 0xc00095f3e0}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ • [116.284 seconds] odo dev command tests when running odo dev and single env var is set - with metadata.name should be able to exec command /go/odo_1/tests/integration/cmd_dev_test.go:1691 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.254 seconds] odo create/delete/list/set namespace/project tests list project should successfully list all the projects /go/odo_1/tests/integration/cmd_namespace_test.go:221 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [130.811 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:3269 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [128.875 seconds] odo dev command tests Devfile contains pod-overrides and container-overrides attributes should override the content in the pod it creates for the component on the cluster /go/odo_1/tests/integration/cmd_dev_test.go:4146 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [13.631 seconds] odo create/delete/list/set namespace/project tests delete namespace when force-deleting a valid namespace should successfully delete the namespace asynchronously /go/odo_1/tests/integration/cmd_namespace_test.go:107 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.578 seconds] odo dev command tests when running applications listening on the container loopback interface should error out if using --ignore-localhost on any platform other than Podman /go/odo_1/tests/integration/cmd_dev_test.go:4211 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [4.625 seconds] odo devfile deploy command tests Devfile with autoBuild or deployByDefault components when starting with Devfile with no Deploy command should fail to run odo deploy /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:880 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [9.700 seconds] odo devfile deploy command tests deploying devfile with exec should not set securitycontext for podsecurity admission on job's pod template /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:601 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [66.752 seconds] odo dev command tests when a component is bootstrapped when using a default namespace should print warning about default namespace when running odo dev /go/odo_1/tests/integration/cmd_dev_test.go:130 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [4.833 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 >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo deploy' from /tmp/595527907 << Captured StdOut/StdErr Output ------------------------------ • [56.699 seconds] odo dev command tests when odo dev is executed to run a devfile containing multiple k8s resource defined under a single Devfile component should have created the necessary k8s resources /go/odo_1/tests/integration/cmd_dev_test.go:1127 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [77.009 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev should expose all endpoints on localhost regardless of exposure(podman=false, manual=true, customPortForwarding=false, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [96.664 seconds] odo dev command tests when a component is bootstrapped when a delay is necessary for the component to start and running odo dev should first fail then succeed querying endpoint /go/odo_1/tests/integration/cmd_dev_test.go:789 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [97.040 seconds] odo dev command tests when a hotReload capable Run command is used with odo dev should execute the build and run commands /go/odo_1/tests/integration/cmd_dev_test.go:3771 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [77.032 seconds] odo dev command tests when a component is bootstrapped when odo is executed with --no-watch flag and with --no-commands=false when a file in component directory is modified when p is pressed should trigger a push /go/odo_1/tests/integration/cmd_dev_test.go:754 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.498 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy with image build extra args should succeed /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:143 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [66.766 seconds] odo dev command tests when adding local files to gitignore and running odo dev when modifying /testdir/foobar.txt file should not synchronize it /go/odo_1/tests/integration/cmd_dev_test.go:1987 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [FAILED] [47.812 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=false) JSON output when describing the component in dev mode [It] should describe the component /go/odo_1/tests/integration/cmd_describe_component_test.go:416 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output Timeline >> Created dir: /tmp/1234465978 Created dir: /tmp/3310551619 Setting KUBECONFIG=/tmp/3310551619/config Running kubectl with args [kubectl get namespace cmd-describe-component-test416ijv -o jsonpath={.metadata.name}] and odo env: [] [kubectl] Error from server (NotFound): namespaces "cmd-describe-component-test416ijv" not found Creating a new project: cmd-describe-component-test416ijv Running kubectl with args [kubectl create namespace cmd-describe-component-test416ijv] and odo env: [] [kubectl] namespace/cmd-describe-component-test416ijv created Running kubectl with args [kubectl config set-context --current --namespace cmd-describe-component-test416ijv] and odo env: [] [kubectl] Context "odo-test-kubernetes-cluster-2/cia4jeff0jvb2lioor0g/admin" modified. Running kubectl with args [kubectl get ns] and odo env: [] [kubectl] NAME STATUS AGE [kubectl] asoro Active 34d [kubectl] cert-manager Active 20d [kubectl] ci-devfile-registry Active 129d [kubectl] cmd-delete-test274jpp Active 2s [kubectl] cmd-describe-component-test416ijv Active 1s [kubectl] cmd-dev-test1127rcq Active 21s [kubectl] cmd-dev-test130ssw Active 40s [kubectl] cmd-dev-test1463bpg Active 39s [kubectl] cmd-dev-test1691orv Active 107s [kubectl] cmd-dev-test1717vdz Active 60s [kubectl] cmd-dev-test1987kgi Active 20s [kubectl] cmd-dev-test2230ddy Active 117s [kubectl] cmd-dev-test2388fiy Active 73s [kubectl] cmd-dev-test3126qmr Terminating 57s [kubectl] cmd-dev-test3269lyv Active 116s [kubectl] cmd-dev-test3771jvv Active 56s [kubectl] cmd-dev-test4146mal Active 114s [kubectl] cmd-dev-test4579xqx Terminating 104s [kubectl] cmd-dev-test754cjw Active 34s [kubectl] cmd-dev-test789sxe Active 57s [kubectl] cmd-devfile-deploy-test695ihe Terminating 59s [kubectl] cmd-logs-test348thp Active 35s [kubectl] default Active 129d [kubectl] flsz-project Active 93d [kubectl] ibm-cert-store Active 129d [kubectl] ibm-operators Active 129d [kubectl] ibm-system Active 129d [kubectl] kube-node-lease Active 129d [kubectl] kube-public Active 129d [kubectl] kube-system Active 129d [kubectl] mcsu-namespace Active 101d [kubectl] odo-dev-pr-7097 Active 34d [kubectl] olm Active 129d [kubectl] operators Active 129d [kubectl] phmartin Active 115d [kubectl] registry-operator-system Active 20d Running kubectl with args [kubectl create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-describe-component-test416ijv] and odo env: [] [kubectl] configmap/config-map-for-cleanup created Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/1234465978 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1030 09:30:46.125947 27979 implem.go:114] The path for preference file is /tmp/3310551619/preference.yaml [odo] Successfully removed registry [odo] I1030 09:30:46.128963 27979 implem.go:114] The path for preference file is /tmp/3310551619/preference.yaml [odo] I1030 09:30:46.129427 27979 segment.go:268] Checking telemetry enable status [odo] I1030 09:30:46.129436 27979 segment.go:286] Sending telemetry disabled by env variable Running odo with args [odo preference add registry DefaultDevfileRegistry https://registry.stage.devfile.io] and odo env: [] [odo] I1030 09:30:46.310350 27989 implem.go:114] The path for preference file is /tmp/3310551619/preference.yaml [odo] New registry successfully added [odo] I1030 09:30:46.312298 27989 implem.go:114] The path for preference file is /tmp/3310551619/preference.yaml [odo] I1030 09:30:46.312726 27989 segment.go:268] Checking telemetry enable status [odo] I1030 09:30:46.312738 27989 segment.go:286] Sending telemetry disabled by env variable Setting current dir to: /tmp/1234465978 Running odo with args [odo init --name sgfnln --devfile-path /go/odo_1/tests/examples/source/devfiles/nodejs/devfile-registry.yaml] and odo env: [] [odo] I1030 09:30:46.594959 28002 implem.go:114] The path for preference file is /tmp/3310551619/preference.yaml [odo] __ [odo] / \__ Initializing a new component [odo] \__/ \ [odo] / \__/ odo version: v3.15.0 (451e30740) [odo] \__/ [odo] [odo] • Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile-registry.yaml" ... [odo] ✓ Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile-registry.yaml" [odo] I1030 09:30:46.597900 28002 context.go:172] absolute devfile path: '/tmp/1234465978/devfile.yaml' [odo] I1030 09:30:46.597923 28002 context.go:113] absolute devfile path: '/tmp/1234465978/devfile.yaml' [odo] I1030 09:30:46.598858 28002 content.go:48] converted devfile YAML to JSON [odo] I1030 09:30:46.599048 28002 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:30:46.599190 28002 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:30:46.605307 28002 schema.go:61] validated devfile schema [odo] I1030 09:30:46.611977 28002 writer.go:55] devfile yaml created at: 'devfile.yaml' [odo] [odo] Your new component 'sgfnln' 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] I1030 09:30:46.614970 28002 implem.go:114] The path for preference file is /tmp/3310551619/preference.yaml [odo] I1030 09:30:46.615638 28002 segment.go:268] Checking telemetry enable status [odo] I1030 09:30:46.615663 28002 segment.go:286] Sending telemetry disabled by env variable Running odo with args [odo dev --random-ports --api-server=false] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no] [odo] I1030 09:30:47.022523 28027 version.go:37] executing [podman version --format json] [odo] I1030 09:30:47.023108 28027 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I1030 09:30:47.023147 28027 implem.go:114] The path for preference file is /tmp/3310551619/preference.yaml [odo] I1030 09:30:47.024382 28027 context.go:172] absolute devfile path: '/tmp/1234465978/devfile.yaml' [odo] I1030 09:30:47.024402 28027 context.go:113] absolute devfile path: '/tmp/1234465978/devfile.yaml' [odo] I1030 09:30:47.025141 28027 content.go:48] converted devfile YAML to JSON [odo] I1030 09:30:47.025484 28027 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:30:47.025505 28027 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:30:47.054100 28027 schema.go:61] validated devfile schema [odo] I1030 09:30:47.061796 28027 validate.go:45] Successfully validated devfile sections [odo] I1030 09:30:47.062027 28027 validate.go:45] Successfully validated devfile sections [odo] I1030 09:30:47.062523 28027 component.go:87] name of component is "sgfnln", and sanitized name is "sgfnln" [odo] I1030 09:30:47.062946 28027 kclient.go:237] Checking if "projects" resource is supported [odo] I1030 09:30:47.102568 28027 oc_server.go:26] Trying to connect to server c110.eu-de.containers.cloud.ibm.com:32062 [odo] I1030 09:30:47.106453 28027 oc_server.go:33] Server https://c110.eu-de.containers.cloud.ibm.com:32062 is up [odo] I1030 09:30:47.119556 28027 oc_server.go:66] Unable to get OpenShift Version: the server could not find the requested resource [odo] __ [odo] / \__ Developing using the "sgfnln" Devfile [odo] \__/ \ Namespace: cmd-describe-component-test416ijv [odo] / \__/ odo version: v3.15.0 (451e30740) [odo] \__/ [odo] [odo] ↪ Running on the cluster in Dev mode [odo] I1030 09:30:47.133688 28027 kubedev.go:79] Creating new adapter [odo] I1030 09:30:47.133699 28027 kubedev.go:87] Creating inner-loop resources for the component [odo] I1030 09:30:47.133715 28027 watch.go:105] starting WatchAndPush, path: /tmp/1234465978, component: sgfnln, ignores [.git .odo .odo/odo-file-index.json] [odo] I1030 09:30:47.135092 28027 file_watcher.go:130] adding watch on path /tmp/1234465978 [odo] I1030 09:30:47.135115 28027 file_watcher.go:130] adding watch on path /tmp/1234465978/.odo [odo] I1030 09:30:47.135123 28027 file_watcher.go:130] adding watch on path /tmp/1234465978/test [odo] I1030 09:30:47.169450 28027 watch.go:423] Copying files [] to pod [odo] I1030 09:30:47.169622 28027 context.go:172] absolute devfile path: '/tmp/1234465978/devfile.yaml' [odo] I1030 09:30:47.169632 28027 context.go:113] absolute devfile path: '/tmp/1234465978/devfile.yaml' [odo] I1030 09:30:47.170999 28027 content.go:48] converted devfile YAML to JSON [odo] I1030 09:30:47.171063 28027 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:30:47.171071 28027 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:30:47.182666 28027 schema.go:61] validated devfile schema [odo] I1030 09:30:47.184295 28027 validate.go:45] Successfully validated devfile sections [odo] I1030 09:30:47.184373 28027 components.go:69] component state: "" [odo] • Waiting for Kubernetes resources ... [odo] I1030 09:30:47.210150 28027 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1030 09:30:47.230222 28027 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] I1030 09:30:47.299688 28027 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1030 09:30:47.365793 28027 components.go:346] Creating deployment sgfnln-app [odo] I1030 09:30:47.365812 28027 components.go:347] The component name is sgfnln [odo] I1030 09:30:47.376392 28027 kclient.go:286] Kubernetes version is "v1.25.14+IKS" [odo] I1030 09:30:47.376430 28027 kclient.go:298] Cluster has support for SSA: true [odo] I1030 09:30:47.473134 28027 components.go:378] Successfully created component sgfnln [odo] I1030 09:30:47.525244 28027 components.go:390] Successfully created Service for component sgfnln [odo] I1030 09:30:47.551893 28027 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:30:47.552093 28027 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:30:47.732332 28027 all.go:67] all goroutines have returned in 180.839212ms [odo] I1030 09:30:47.732354 28027 all.go:76] query result: objects=6 [odo] I1030 09:30:47.732432 28027 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1030 09:30:47.769975 28027 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1030 09:30:47.777140 28027 service.go:75] Getting list of services [odo] I1030 09:30:47.777197 28027 operators.go:30] Fetching list of operators installed in cluster [odo] I1030 09:30:47.835677 28027 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.2 [odo] I1030 09:30:47.835992 28027 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1030 09:30:47.856634 28027 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1030 09:30:47.884960 28027 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1030 09:30:47.920632 28027 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1030 09:30:47.941291 28027 service.go:93] Getting services started from operator: service-binding-operator.v1.4.0 [odo] I1030 09:30:47.941342 28027 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1030 09:30:47.948244 28027 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:30:47.955644 28027 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:30:47.969630 28027 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1030 09:30:48.015584 28027 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:30:48.050260 28027 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:30:48.101878 28027 components.go:134] Deployment has been updated to generation 1. Waiting new event... [odo] I1030 09:30:48.102017 28027 status.go:34] setting inner loop State "WaitDeployment" [odo] =================== [odo] ⚠ Pod is Pending [odo] =================== [odo] I1030 09:30:48.105363 28027 watch.go:271] deployment watcher Event: Type: ADDED, name: sgfnln-app, rv: 39110133, generation: 1, pods: 0 [odo] I1030 09:30:48.107946 28027 watch.go:271] deployment watcher Event: Type: MODIFIED, name: sgfnln-app, rv: 39110136, generation: 1, pods: 0 [odo] I1030 09:30:48.109167 28027 watch.go:271] deployment watcher Event: Type: MODIFIED, name: sgfnln-app, rv: 39110142, generation: 1, pods: 0 [odo] I1030 09:30:48.109181 28027 watch.go:271] deployment watcher Event: Type: MODIFIED, name: sgfnln-app, rv: 39110148, generation: 1, pods: 0 [odo] I1030 09:30:48.406111 28027 watch.go:423] Copying files [] to pod [odo] I1030 09:30:48.406727 28027 context.go:172] absolute devfile path: '/tmp/1234465978/devfile.yaml' [odo] I1030 09:30:48.406753 28027 context.go:113] absolute devfile path: '/tmp/1234465978/devfile.yaml' [odo] I1030 09:30:48.407653 28027 content.go:48] converted devfile YAML to JSON [odo] I1030 09:30:48.407873 28027 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:30:48.407955 28027 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:30:48.419629 28027 schema.go:61] validated devfile schema [odo] I1030 09:30:48.420822 28027 validate.go:45] Successfully validated devfile sections [odo] I1030 09:30:48.420904 28027 components.go:69] component state: "WaitDeployment" [odo] I1030 09:30:48.443365 28027 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1030 09:30:48.476671 28027 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] I1030 09:30:48.584145 28027 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1030 09:30:48.664546 28027 components.go:346] Creating deployment sgfnln-app [odo] I1030 09:30:48.664564 28027 components.go:347] The component name is sgfnln [odo] I1030 09:30:48.664570 28027 components.go:350] The component already exists, attempting to update it [odo] I1030 09:30:48.664578 28027 components.go:352] Applying deployment [odo] I1030 09:30:48.741518 28027 components.go:361] Successfully updated component sgfnln [odo] I1030 09:30:48.796010 28027 components.go:748] Successfully update Service for component sgfnln [odo] I1030 09:30:48.811372 28027 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:30:48.812178 28027 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:30:48.960334 28027 all.go:67] all goroutines have returned in 148.97108ms [odo] I1030 09:30:48.960391 28027 all.go:76] query result: objects=6 [odo] I1030 09:30:48.960470 28027 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1030 09:30:48.960632 28027 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1030 09:30:48.960796 28027 service.go:75] Getting list of services [odo] I1030 09:30:48.960815 28027 operators.go:30] Fetching list of operators installed in cluster [odo] I1030 09:30:49.011465 28027 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.2 [odo] I1030 09:30:49.011528 28027 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1030 09:30:49.029743 28027 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1030 09:30:49.047482 28027 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1030 09:30:49.065679 28027 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1030 09:30:49.083508 28027 service.go:93] Getting services started from operator: service-binding-operator.v1.4.0 [odo] I1030 09:30:49.083532 28027 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1030 09:30:49.096566 28027 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:30:49.106516 28027 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:30:49.116999 28027 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1030 09:30:49.147430 28027 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:30:49.172350 28027 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:30:49.228841 28027 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I1030 09:30:49.229228 28027 status.go:34] setting inner loop State "WaitDeployment" [odo] I1030 09:30:49.229418 28027 watch.go:271] deployment watcher Event: Type: MODIFIED, name: sgfnln-app, rv: 39110228, generation: 1, pods: 0 [odo] ✓ Pod is Running [odo] I1030 09:30:49.712641 28027 watch.go:271] deployment watcher Event: Type: MODIFIED, name: sgfnln-app, rv: 39110316, generation: 1, pods: 1 [odo] I1030 09:30:50.013091 28027 watch.go:423] Copying files [] to pod [odo] I1030 09:30:50.013726 28027 context.go:172] absolute devfile path: '/tmp/1234465978/devfile.yaml' [odo] I1030 09:30:50.013745 28027 context.go:113] absolute devfile path: '/tmp/1234465978/devfile.yaml' [odo] I1030 09:30:50.014772 28027 content.go:48] converted devfile YAML to JSON [odo] I1030 09:30:50.014867 28027 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:30:50.015058 28027 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:30:50.020395 28027 schema.go:61] validated devfile schema [odo] I1030 09:30:50.021580 28027 validate.go:45] Successfully validated devfile sections [odo] I1030 09:30:50.021691 28027 components.go:69] component state: "WaitDeployment" [odo] I1030 09:30:50.066053 28027 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1030 09:30:50.080318 28027 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] I1030 09:30:50.131560 28027 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1030 09:30:50.209418 28027 components.go:346] Creating deployment sgfnln-app [odo] I1030 09:30:50.209437 28027 components.go:347] The component name is sgfnln [odo] I1030 09:30:50.209443 28027 components.go:350] The component already exists, attempting to update it [odo] I1030 09:30:50.209450 28027 components.go:352] Applying deployment [odo] I1030 09:30:50.271293 28027 components.go:361] Successfully updated component sgfnln [odo] I1030 09:30:50.317166 28027 components.go:748] Successfully update Service for component sgfnln [odo] I1030 09:30:50.332044 28027 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:30:50.332286 28027 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:30:50.468982 28027 all.go:67] all goroutines have returned in 136.952243ms [odo] I1030 09:30:50.469009 28027 all.go:76] query result: objects=6 [odo] I1030 09:30:50.469058 28027 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1030 09:30:50.469091 28027 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1030 09:30:50.469110 28027 service.go:75] Getting list of services [odo] I1030 09:30:50.469115 28027 operators.go:30] Fetching list of operators installed in cluster [odo] I1030 09:30:50.514039 28027 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.2 [odo] I1030 09:30:50.514142 28027 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1030 09:30:50.540878 28027 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1030 09:30:50.559706 28027 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1030 09:30:50.609347 28027 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1030 09:30:50.628413 28027 service.go:93] Getting services started from operator: service-binding-operator.v1.4.0 [odo] I1030 09:30:50.628437 28027 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1030 09:30:50.641803 28027 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:30:50.655190 28027 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:30:50.668398 28027 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1030 09:30:50.714575 28027 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:30:50.731746 28027 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:30:50.832181 28027 libdevfile.go:326] not running in Debug mode, so ignored Debug port for container runtime:debug:5858 [odo] • Syncing files into the container ... [odo] I1030 09:30:50.850960 28027 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978, destBase: ., destFile: . [odo] I1030 09:30:50.850982 28027 file_indexer.go:406] Corrected destinations: base: . file: . [odo] I1030 09:30:50.851783 28027 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/.gitignore, destBase: ., destFile: .gitignore [odo] I1030 09:30:50.851797 28027 file_indexer.go:406] Corrected destinations: base: . file: .gitignore [odo] I1030 09:30:50.852031 28027 file_indexer.go:453] file added: /tmp/1234465978/.gitignore [odo] I1030 09:30:50.852049 28027 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/.odo, destBase: ., destFile: .odo [odo] I1030 09:30:50.852055 28027 file_indexer.go:406] Corrected destinations: base: . file: .odo [odo] I1030 09:30:50.852194 28027 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/devfile.yaml, destBase: ., destFile: devfile.yaml [odo] I1030 09:30:50.852201 28027 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml [odo] I1030 09:30:50.852334 28027 file_indexer.go:453] file added: /tmp/1234465978/devfile.yaml [odo] I1030 09:30:50.852344 28027 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/package.json, destBase: ., destFile: package.json [odo] I1030 09:30:50.852350 28027 file_indexer.go:406] Corrected destinations: base: . file: package.json [odo] I1030 09:30:50.852477 28027 file_indexer.go:453] file added: /tmp/1234465978/package.json [odo] I1030 09:30:50.852492 28027 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/server.js, destBase: ., destFile: server.js [odo] I1030 09:30:50.852498 28027 file_indexer.go:406] Corrected destinations: base: . file: server.js [odo] I1030 09:30:50.852618 28027 file_indexer.go:453] file added: /tmp/1234465978/server.js [odo] I1030 09:30:50.852628 28027 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/test, destBase: ., destFile: test [odo] I1030 09:30:50.852632 28027 file_indexer.go:406] Corrected destinations: base: . file: test [odo] I1030 09:30:50.852750 28027 file_indexer.go:453] file added: /tmp/1234465978/test [odo] I1030 09:30:50.853283 28027 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/test/test.js, destBase: ., destFile: test/test.js [odo] I1030 09:30:50.853294 28027 file_indexer.go:406] Corrected destinations: base: . file: test/test.js [odo] I1030 09:30:50.853451 28027 file_indexer.go:453] file added: /tmp/1234465978/test/test.js [odo] I1030 09:30:50.853606 28027 sync.go:138] List of files to be deleted: +[] [odo] I1030 09:30:50.853615 28027 sync.go:140] List of files changed: +[/tmp/1234465978/devfile.yaml /tmp/1234465978/package.json /tmp/1234465978/server.js /tmp/1234465978/test/test.js /tmp/1234465978/test /tmp/1234465978/.gitignore] [odo] I1030 09:30:50.853624 28027 sync.go:193] Push: componentName: sgfnln, path: /tmp/1234465978, files: [/tmp/1234465978/devfile.yaml /tmp/1234465978/package.json /tmp/1234465978/server.js /tmp/1234465978/test/test.js /tmp/1234465978/test /tmp/1234465978/.gitignore], delFiles: [*], isForcePush: true [odo] I1030 09:30:50.853958 28027 sync.go:208] Creating /project on the remote container if it doesn't already exist [odo] I1030 09:30:50.853990 28027 exec.go:37] Executing command [mkdir -p /project] for pod: sgfnln-app-6f4f6b9989-gl9nl in container: runtime [odo] I1030 09:30:51.047771 28027 sync.go:310] remote files marked for deletion are [/project/*] [odo] I1030 09:30:51.048077 28027 exec.go:37] Executing command [rm -rf /project/*] for pod: sgfnln-app-6f4f6b9989-gl9nl in container: runtime [odo] I1030 09:30:51.289911 28027 sync.go:233] Copying files /tmp/1234465978/devfile.yaml /tmp/1234465978/package.json /tmp/1234465978/server.js /tmp/1234465978/test/test.js /tmp/1234465978/test /tmp/1234465978/.gitignore to pod [odo] I1030 09:30:51.290123 28027 copy.go:36] CopyFile arguments: localPath /tmp/1234465978, dest /project/1234465978, targetPath /project, copyFiles [/tmp/1234465978/devfile.yaml /tmp/1234465978/package.json /tmp/1234465978/server.js /tmp/1234465978/test/test.js /tmp/1234465978/test /tmp/1234465978/.gitignore], globalExps [.git .odo .odo/odo-file-index.json] [odo] I1030 09:30:51.290454 28027 copy.go:63] Executing command tar xf - -C /project --no-same-owner [odo] I1030 09:30:51.290669 28027 copy.go:96] makeTar arguments: srcPath: /tmp/1234465978, destPath: /project/1234465978, files: [/tmp/1234465978/devfile.yaml /tmp/1234465978/package.json /tmp/1234465978/server.js /tmp/1234465978/test/test.js /tmp/1234465978/test /tmp/1234465978/.gitignore] [odo] I1030 09:30:51.291794 28027 copy.go:127] Got abs path: /tmp/1234465978/devfile.yaml [odo] I1030 09:30:51.291809 28027 copy.go:128] Making /tmp/1234465978 relative to /tmp/1234465978/devfile.yaml [odo] I1030 09:30:51.291820 28027 copy.go:144] makeTar srcFile: 1234465978/devfile.yaml [odo] I1030 09:30:51.291826 28027 copy.go:145] makeTar destFile: devfile.yaml [odo] I1030 09:30:51.291886 28027 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/devfile.yaml, destBase: /project, destFile: devfile.yaml [odo] I1030 09:30:51.291892 28027 copy.go:171] Corrected destinations: base: /project file: devfile.yaml [odo] I1030 09:30:51.481136 28027 copy.go:127] Got abs path: /tmp/1234465978/package.json [odo] I1030 09:30:51.481175 28027 copy.go:128] Making /tmp/1234465978 relative to /tmp/1234465978/package.json [odo] I1030 09:30:51.481187 28027 copy.go:144] makeTar srcFile: 1234465978/package.json [odo] I1030 09:30:51.481191 28027 copy.go:145] makeTar destFile: package.json [odo] I1030 09:30:51.481200 28027 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/package.json, destBase: /project, destFile: package.json [odo] I1030 09:30:51.481306 28027 copy.go:171] Corrected destinations: base: /project file: package.json [odo] I1030 09:30:51.481860 28027 copy.go:127] Got abs path: /tmp/1234465978/server.js [odo] I1030 09:30:51.481870 28027 copy.go:128] Making /tmp/1234465978 relative to /tmp/1234465978/server.js [odo] I1030 09:30:51.481910 28027 copy.go:144] makeTar srcFile: 1234465978/server.js [odo] I1030 09:30:51.481916 28027 copy.go:145] makeTar destFile: server.js [odo] I1030 09:30:51.481919 28027 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/server.js, destBase: /project, destFile: server.js [odo] I1030 09:30:51.481922 28027 copy.go:171] Corrected destinations: base: /project file: server.js [odo] I1030 09:30:51.482453 28027 copy.go:127] Got abs path: /tmp/1234465978/test/test.js [odo] I1030 09:30:51.482475 28027 copy.go:128] Making /tmp/1234465978 relative to /tmp/1234465978/test/test.js [odo] I1030 09:30:51.482480 28027 copy.go:144] makeTar srcFile: 1234465978/test/test.js [odo] I1030 09:30:51.482483 28027 copy.go:145] makeTar destFile: test/test.js [odo] I1030 09:30:51.482487 28027 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/test/test.js, destBase: /project, destFile: test/test.js [odo] I1030 09:30:51.482492 28027 copy.go:171] Corrected destinations: base: /project file: test/test.js [odo] I1030 09:30:51.483225 28027 copy.go:127] Got abs path: /tmp/1234465978/test [odo] I1030 09:30:51.483235 28027 copy.go:128] Making /tmp/1234465978 relative to /tmp/1234465978/test [odo] I1030 09:30:51.483240 28027 copy.go:144] makeTar srcFile: 1234465978/test [odo] I1030 09:30:51.483246 28027 copy.go:145] makeTar destFile: test [odo] I1030 09:30:51.483249 28027 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/test, destBase: /project, destFile: test [odo] I1030 09:30:51.483252 28027 copy.go:171] Corrected destinations: base: /project file: test [odo] I1030 09:30:51.483730 28027 copy.go:127] Got abs path: /tmp/1234465978/.gitignore [odo] I1030 09:30:51.483739 28027 copy.go:128] Making /tmp/1234465978 relative to /tmp/1234465978/.gitignore [odo] I1030 09:30:51.483744 28027 copy.go:144] makeTar srcFile: 1234465978/.gitignore [odo] I1030 09:30:51.483747 28027 copy.go:145] makeTar destFile: .gitignore [odo] I1030 09:30:51.483750 28027 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 1234465978/.gitignore, destBase: /project, destFile: .gitignore [odo] I1030 09:30:51.483754 28027 copy.go:171] Corrected destinations: base: /project file: .gitignore [odo] ✓ Syncing files into the container [690ms] [odo] I1030 09:30:51.542650 28027 kubeexec.go:40] GetProcessInfoForCommand for "run" [odo] I1030 09:30:51.542880 28027 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: sgfnln-app-6f4f6b9989-gl9nl in container: runtime [odo] I1030 09:30:51.768764 28027 exec.go:96] cat: /opt/odo/.odo_cmd_run.pid: No such file or directory [odo] I1030 09:30:51.769252 28027 innerloop.go:131] running=false, execRequired=true [odo] • Building your application in container (command: install) ... [odo] I1030 09:30:51.769354 28027 exec.go:37] Executing command [/bin/sh -c cd /project && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: sgfnln-app-6f4f6b9989-gl9nl in container: runtime [odo] ✗ Building your application in container (command: install) [2s] [odo] I1030 09:30:54.043293 28027 exec.go:54] ExecuteCommand returned an an err: error while streaming command: command terminated with exit code 1. for command '[/bin/sh -c cd /project && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2]' [odo] stdout: [] [odo] stderr: [] [odo] Error occurred on Push - watch command was unable to push component: unable to exec command [/bin/sh -c cd /project && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2]: error while streaming command: command terminated with exit code 1 [odo] [odo] [odo] ↪ Dev mode [odo] Status: [odo] Watching for changes in the current directory /tmp/1234465978 [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] npm ERR! cb() never called! [odo] [odo] npm ERR! This is an error with npm itself. Please report this error at: [odo] npm ERR! [odo] [odo] npm ERR! A complete log of this run can be found in: [odo] npm ERR! /opt/app-root/src/.npm/_logs/2023-10-30T09_30_54_037Z-debug.log [odo] I1030 09:30:54.104434 28027 status.go:34] setting inner loop State "Ready" [odo] I1030 09:30:54.104465 28027 watch.go:437] Error from Push: watch command was unable to push component: unable to exec command [/bin/sh -c cd /project && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2]: error while streaming command: command terminated with exit code 1 [odo] I1030 09:30:54.104513 28027 watch.go:271] deployment watcher Event: Type: MODIFIED, name: sgfnln-app, rv: 39110347, generation: 1, pods: 1 [odo] I1030 09:30:54.205820 28027 watch.go:348] filesystem watch event: CREATE "/tmp/1234465978/.odo/odo-file-index.json" [odo] I1030 09:30:54.206398 28027 watch.go:348] filesystem watch event: WRITE "/tmp/1234465978/.odo/odo-file-index.json" Running odo with args [odo describe component -o json] and odo env: [] [odo] { [odo] "devfilePath": "/tmp/1234465978/devfile.yaml", [odo] "devfileData": { [odo] "devfile": { [odo] "schemaVersion": "2.0.0", [odo] "metadata": { [odo] "name": "sgfnln", [odo] "version": "1.0.1", [odo] "displayName": "Node.js Runtime", [odo] "description": "Stack with Node.js 14", [odo] "tags": [ [odo] "NodeJS", [odo] "Express", [odo] "ubi8" [odo] ], [odo] "icon": "https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg", [odo] "projectType": "nodejs", [odo] "language": "javascript" [odo] }, [odo] "components": [ [odo] { [odo] "name": "runtime", [odo] "container": { [odo] "image": "registry.access.redhat.com/ubi8/nodejs-14:latest", [odo] "env": [ [odo] { [odo] "name": "DEBUG_PORT_PROJECT", [odo] "value": "5858" [odo] } [odo] ], [odo] "memoryLimit": "1024Mi", [odo] "mountSources": true, [odo] "sourceMapping": "/project", [odo] "endpoints": [ [odo] { [odo] "name": "http-3000", [odo] "targetPort": 3000 [odo] }, [odo] { [odo] "name": "debug", [odo] "targetPort": 5858, [odo] "exposure": "none" [odo] } [odo] ] [odo] } [odo] } [odo] ], [odo] "starterProjects": [ [odo] { [odo] "name": "nodejs-starter", [odo] "git": { [odo] "remotes": { [odo] "origin": "https://github.com/odo-devfiles/nodejs-ex.git" [odo] } [odo] } [odo] } [odo] ], [odo] "commands": [ [odo] { [odo] "id": "install", [odo] "exec": { [odo] "group": { [odo] "kind": "build", [odo] "isDefault": true [odo] }, [odo] "commandLine": "npm install", [odo] "component": "runtime", [odo] "workingDir": "/project" [odo] } [odo] }, [odo] { [odo] "id": "run", [odo] "exec": { [odo] "group": { [odo] "kind": "run", [odo] "isDefault": true [odo] }, [odo] "commandLine": "npm start", [odo] "component": "runtime", [odo] "workingDir": "/project" [odo] } [odo] }, [odo] { [odo] "id": "debug", [odo] "exec": { [odo] "group": { [odo] "kind": "debug", [odo] "isDefault": true [odo] }, [odo] "commandLine": "npm run debug", [odo] "component": "runtime", [odo] "workingDir": "/project" [odo] } [odo] }, [odo] { [odo] "id": "test", [odo] "exec": { [odo] "group": { [odo] "kind": "test", [odo] "isDefault": true [odo] }, [odo] "commandLine": "npm test", [odo] "component": "runtime", [odo] "workingDir": "/project" [odo] } [odo] } [odo] ] [odo] }, [odo] "commands": [ [odo] { [odo] "name": "install", [odo] "type": "exec", [odo] "group": "build", [odo] "isDefault": true, [odo] "commandLine": "npm install", [odo] "component": "runtime", [odo] "componentType": "container" [odo] }, [odo] { [odo] "name": "run", [odo] "type": "exec", [odo] "group": "run", [odo] "isDefault": true, [odo] "commandLine": "npm start", [odo] "component": "runtime", [odo] "componentType": "container" [odo] }, [odo] { [odo] "name": "debug", [odo] "type": "exec", [odo] "group": "debug", [odo] "isDefault": true, [odo] "commandLine": "npm run debug", [odo] "component": "runtime", [odo] "componentType": "container" [odo] }, [odo] { [odo] "name": "test", [odo] "type": "exec", [odo] "group": "test", [odo] "isDefault": true, [odo] "commandLine": "npm test", [odo] "component": "runtime", [odo] "componentType": "container" [odo] } [odo] ], [odo] "supportedOdoFeatures": { [odo] "dev": true, [odo] "deploy": false, [odo] "debug": true [odo] } [odo] }, [odo] "runningIn": { [odo] "deploy": false, [odo] "dev": true [odo] }, [odo] "runningOn": { [odo] "cluster": { [odo] "deploy": false, [odo] "dev": true [odo] } [odo] }, [odo] "managedBy": "odo" [odo] } [FAILED] in [It] - /go/odo_1/tests/helper/helper_generic.go:321 @ 10/30/23 09:30:57.756 [odo] read: read /dev/stdin: input/output error [odo] I1030 09:30:57.759092 28027 watch.go:333] Dev mode interrupted by user [odo] I1030 09:30:57.772705 28027 implem.go:114] The path for preference file is /tmp/3310551619/preference.yaml [odo] I1030 09:30:57.773627 28027 segment.go:268] Checking telemetry enable status [odo] I1030 09:30:57.773648 28027 segment.go:286] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I1030 09:30:57.940417 28027 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:30:57.940540 28027 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:30:58.948185 28027 all.go:67] all goroutines have returned in 1.008182344s [odo] I1030 09:30:58.948578 28027 all.go:76] query result: objects=356 Running kubectl with args [kubectl get namespace cmd-describe-component-test416ijv -o jsonpath={.metadata.name}] and odo env: [] [kubectl] cmd-describe-component-test416ijvDeleting project: cmd-describe-component-test416ijv Running kubectl with args [kubectl delete namespaces cmd-describe-component-test416ijv --wait=false] and odo env: [] [kubectl] namespace "cmd-describe-component-test416ijv" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/1234465978 Deleting dir: /tmp/3310551619 << Timeline [FAILED] content of path "devForwardedPorts.#" should be "1" but is "" Expected : to equal : 1 In [It] at: /go/odo_1/tests/helper/helper_generic.go:321 @ 10/30/23 09:30:57.756 ------------------------------ • [4.196 seconds] odo dev command tests when running applications listening on the container loopback interface should error out if using --forward-localhost on any platform other than Podman /go/odo_1/tests/integration/cmd_dev_test.go:4220 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.521 seconds] odo devfile deploy command tests when using a devfile.yaml containing an Image component with no build context should build image via Docker by defaulting build context to devfile path /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:450 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.016 seconds] odo devfile deploy command tests using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should run odo deploy /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:538 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [3.000 seconds] odo dev command tests when directory is empty should error /go/odo_1/tests/integration/cmd_dev_test.go:64 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [117.678 seconds] odo dev command tests when running odo dev and multiple env variables are set - with metadata.name should be able to exec command /go/odo_1/tests/integration/cmd_dev_test.go:1717 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [59.016 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name when running odo dev with a build command should execute the custom non-default build command successfully /go/odo_1/tests/integration/cmd_dev_test.go:3112 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [58.575 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [111.444 seconds] odo logs command tests when component is created and odo logs is executed when running in both Dev and Deploy mode when --follow flag is specified should successfully follow logs of running component /go/odo_1/tests/integration/cmd_logs_test.go:348 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [3.463 seconds] odo devfile deploy command tests when using a devfile.yaml containing an Image component with no build context should build image via Podman by defaulting build context to devfile path /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:450 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [58.002 seconds] odo dev command tests when setting git config and running odo dev should create vcs-uri annotation for the deployment when running odo dev /go/odo_1/tests/integration/cmd_dev_test.go:2966 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [78.093 seconds] odo dev command tests 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:1805 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [56.238 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name when running odo dev with a build command should execute the custom non-default build command successfully /go/odo_1/tests/integration/cmd_dev_test.go:3112 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [5.948 seconds] odo describe component command tests when creating a component when running odo deploy to create ingress/routes should show the ingress with defaultBackend in odo describe component output /go/odo_1/tests/integration/cmd_describe_component_test.go:552 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [75.749 seconds] odo dev command tests when adding local files to gitignore and running odo dev when modifying /testdir/foobar.txt file should not synchronize it /go/odo_1/tests/integration/cmd_dev_test.go:1987 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [68.094 seconds] odo dev debug command tests when running build and debug commands as composite in different containers and a shared volume - without metadata.name should run successfully /go/odo_1/tests/integration/cmd_dev_debug_test.go:388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [66.877 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag (custom api server port=false) should start the Dev server when --api-server flag is passed /go/odo_1/tests/integration/cmd_dev_api_server_test.go:98 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S [3.232 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false [BeforeEach] should have created resources [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:649 [It] /go/odo_1/tests/integration/cmd_dev_test.go:668 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output [SKIPPED] This is a OpenShift specific scenario, skipping In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:651 @ 10/30/23 09:32:33.306 ------------------------------ S ------------------------------ • [59.841 seconds] odo dev command tests 1. devfile contains composite apply command the devfile contains an image component that uses a remote Dockerfile when [PODMAN_CMD=a-command-not-found-for-podman-should-make-odo-fallback-to-docker DOCKER_CMD=echo] remote server returns a valid file when odo dev is run should build and push image when odo dev is run /go/odo_1/tests/integration/cmd_dev_test.go:2526 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.722 seconds] odo create/delete/list/set namespace/project tests set namespace should not succeed to set the namespace /go/odo_1/tests/integration/cmd_namespace_test.go:162 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [48.516 seconds] odo devfile deploy command tests deploying devfile with exec when the deploy command terminates abruptly; component name of a normal character length when odo deploy command is run again should run successfully /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:595 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [46.967 seconds] odo dev command tests when a component is bootstrapped when odo is executed with --no-watch flag and with --no-commands when a file in component directory is modified should not trigger a push /go/odo_1/tests/integration/cmd_dev_test.go:736 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [78.354 seconds] odo dev command tests when adding local files to gitignore and running odo dev when modifying /testdir/baz.txt file should synchronize it only /go/odo_1/tests/integration/cmd_dev_test.go:1965 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ S [2.740 seconds] odo dev command tests when Starting a PostgreSQL service [BeforeEach] when creating local files and dir and running odo dev - without metadata.name should correctly propagate changes to the container [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:1815 [It] /go/odo_1/tests/integration/cmd_dev_test.go:1865 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output [SKIPPED] Skipping service binding tests as SKIP_SERVICE_BINDING_TESTS is true In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:1818 @ 10/30/23 09:32:49.804 ------------------------------ S ------------------------------ • [3.117 seconds] odo dev command with api server tests when the component is bootstrapped should fail if --api-server is false but --api-server-port is true /go/odo_1/tests/integration/cmd_dev_api_server_test.go:46 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [96.279 seconds] odo dev command tests when a component is bootstrapped ensure that index information is updated /go/odo_1/tests/integration/cmd_dev_test.go:305 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [4.665 seconds] odo describe component command tests should fail, with default cluster mode /go/odo_1/tests/integration/cmd_describe_component_test.go:70 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [120.373 seconds] odo list with devfile when a component created in 'app' application when dev is running on cluster should display platform /go/odo_1/tests/integration/cmd_devfile_list_test.go:150 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [4.087 seconds] odo devfile deploy command tests using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not build images /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:502 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [82.518 seconds] odo dev command tests 1. devfile contains composite apply command when odo dev is running with container run extra args should execute the composite apply commands successfully /go/odo_1/tests/integration/cmd_dev_test.go:2388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.746 seconds] odo create/delete/list/set namespace/project tests delete namespace should not succeed to delete a non-existent namespace /go/odo_1/tests/integration/cmd_namespace_test.go:122 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [56.352 seconds] odo dev command tests when Devfile 2.1.0 is used - without metadata.name when doing odo dev with --var-file flag should check if the env variable has a correct value /go/odo_1/tests/integration/cmd_dev_test.go:1639 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ S [4.000 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false [BeforeEach] when killing odo dev and running odo delete component --wait should have deleted all resources before returning [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:560 [It] /go/odo_1/tests/integration/cmd_dev_test.go:577 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output [SKIPPED] This is a OpenShift specific scenario, skipping In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:562 @ 10/30/23 09:33:06.539 ------------------------------ • [56.511 seconds] odo dev command tests when Devfile 2.1.0 is used - without metadata.name when doing odo dev with --var flag should check if the env variable has a correct value /go/odo_1/tests/integration/cmd_dev_test.go:1612 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [57.830 seconds] odo dev command tests when project and clonePath is present in devfile and running odo dev - with metadata.name should sync to the correct dir in container /go/odo_1/tests/integration/cmd_dev_test.go:2058 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [87.061 seconds] odo dev command tests checking if odo dev matches local Devfile K8s resources and remote resources when odo dev is executed to run a devfile containing a k8s resource without apply command should have deleted the old resource and created the new resource /go/odo_1/tests/integration/cmd_dev_test.go:1077 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.383 seconds] odo devfile deploy command tests Devfile with autoBuild or deployByDefault components when starting with Devfile with Deploy commands when running odo deploy with some components not referenced in the Devfile should create the appropriate resources /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:725 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.724 seconds] odo describe component command tests when creating a component should not describe the component from another directory, with default cluster mode /go/odo_1/tests/integration/cmd_describe_component_test.go:264 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [86.696 seconds] odo dev command with api server tests when the component is bootstrapped when odo is executed with --no-watch and --api-server flags when a file in component directory is modified when /component/command endpoint is POSTed should trigger a push /go/odo_1/tests/integration/cmd_dev_api_server_test.go:282 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [118.612 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy with image build extra args when running and stopping odo dev should not delete the resources created with odo deploy /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [56.218 seconds] odo dev command tests port-forwarding for the component when devfile has no endpoint when running odo dev should have no endpoint forwarded (podman=false, manual=false) /go/odo_1/tests/integration/cmd_dev_test.go:1282 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [55.825 seconds] odo dev command tests when running applications listening on the container loopback interface when running on default cluster platform should port-forward successfully /go/odo_1/tests/integration/cmd_dev_test.go:4244 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [76.540 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev should expose all endpoints on localhost regardless of exposure(podman=false, manual=false, customPortForwarding=true, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [7.945 seconds] odo devfile deploy command tests deploying devfile with exec when using devfile that works; with component name of at max(63) characters length should complete the command execution successfully /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:576 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [23.318 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name when running odo dev with a build command should error out on an invalid command /go/odo_1/tests/integration/cmd_dev_test.go:3080 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.124 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=true --running-in= should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [58.435 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name should execute the custom non-default build and run commands successfully /go/odo_1/tests/integration/cmd_dev_test.go:3207 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [FAILED] [46.144 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev [It] should expose all endpoints on localhost regardless of exposure(podman=false, manual=false, customPortForwarding=true, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output Timeline >> Created dir: /tmp/957286142 Created dir: /tmp/2195704460 Setting KUBECONFIG=/tmp/2195704460/config Running kubectl with args [kubectl get namespace cmd-dev-test1463krb -o jsonpath={.metadata.name}] and odo env: [] [kubectl] Error from server (NotFound): namespaces "cmd-dev-test1463krb" not found Creating a new project: cmd-dev-test1463krb Running kubectl with args [kubectl create namespace cmd-dev-test1463krb] and odo env: [] [kubectl] namespace/cmd-dev-test1463krb created Running kubectl with args [kubectl config set-context --current --namespace cmd-dev-test1463krb] and odo env: [] [kubectl] Context "odo-test-kubernetes-cluster-2/cia4jeff0jvb2lioor0g/admin" modified. Running kubectl with args [kubectl get ns] and odo env: [] [kubectl] NAME STATUS AGE [kubectl] asoro Active 34d [kubectl] cert-manager Active 20d [kubectl] ci-devfile-registry Active 129d [kubectl] cmd-describe-component-test264mzx Terminating 6s [kubectl] cmd-describe-component-test642npl Active 30s [kubectl] cmd-dev-api-server-test282aym Active 74s [kubectl] cmd-dev-debug-test501fcr Active 16s [kubectl] cmd-dev-test1077shk Terminating 93s [kubectl] cmd-dev-test1282jeo Active 37s [kubectl] cmd-dev-test1379uxk Active 6s [kubectl] cmd-dev-test1379yxl Active 15s [kubectl] cmd-dev-test1463hgj Active 46s [kubectl] cmd-dev-test1463krb Active 0s [kubectl] cmd-dev-test166tid Active 7s [kubectl] cmd-dev-test2709cpp Active 56s [kubectl] cmd-dev-test3207pnm Active 13s [kubectl] cmd-dev-test3615zvi Active 13s [kubectl] cmd-dev-test4244bji Active 25s [kubectl] cmd-devfile-deploy-test176wuw Active 104s [kubectl] cmd-devfile-deploy-test725ljs Terminating 8s [kubectl] cmd-logs-test172dcr Active 41s [kubectl] cmd-run-test100byc Active 2s [kubectl] default Active 129d [kubectl] flsz-project Active 93d [kubectl] ibm-cert-store Active 129d [kubectl] ibm-operators Active 129d [kubectl] ibm-system Active 129d [kubectl] kube-node-lease Active 129d [kubectl] kube-public Active 129d [kubectl] kube-system Active 129d [kubectl] mcsu-namespace Active 101d [kubectl] odo-dev-pr-7097 Active 34d [kubectl] olm Active 129d [kubectl] operators Active 129d [kubectl] phmartin Active 115d [kubectl] registry-operator-system Active 20d Running kubectl with args [kubectl create configmap config-map-for-cleanup --from-literal type=testing --from-literal team=odo -n cmd-dev-test1463krb] and odo env: [] [kubectl] configmap/config-map-for-cleanup created Current working dir: /go/odo_1/tests/integration Setting current dir to: /tmp/957286142 Running odo with args [odo preference remove registry DefaultDevfileRegistry -f] and odo env: [] [odo] I1030 09:33:17.510022 597 implem.go:114] The path for preference file is /tmp/2195704460/preference.yaml [odo] Successfully removed registry [odo] I1030 09:33:17.511816 597 implem.go:114] The path for preference file is /tmp/2195704460/preference.yaml [odo] I1030 09:33:17.512188 597 segment.go:268] Checking telemetry enable status [odo] I1030 09:33:17.512218 597 segment.go:286] Sending telemetry disabled by env variable Running odo with args [odo preference add registry DefaultDevfileRegistry https://registry.stage.devfile.io] and odo env: [] [odo] I1030 09:33:17.687665 612 implem.go:114] The path for preference file is /tmp/2195704460/preference.yaml [odo] New registry successfully added [odo] I1030 09:33:17.689338 612 implem.go:114] The path for preference file is /tmp/2195704460/preference.yaml [odo] I1030 09:33:17.689686 612 segment.go:268] Checking telemetry enable status [odo] I1030 09:33:17.689712 612 segment.go:286] Sending telemetry disabled by env variable Setting current dir to: /tmp/957286142 Running odo with args [odo init --name jfisoq --devfile-path /go/odo_1/tests/examples/source/devfiles/nodejs/devfile-with-multiple-endpoints.yaml] and odo env: [] [odo] I1030 09:33:17.876671 620 implem.go:114] The path for preference file is /tmp/2195704460/preference.yaml [odo] __ [odo] / \__ Initializing a new component [odo] \__/ \ [odo] / \__/ odo version: v3.15.0 (451e30740) [odo] \__/ [odo] [odo] • Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile-with-multiple-endpoints.yaml" ... [odo] ✓ Copying devfile from "/go/odo_1/tests/examples/source/devfiles/nodejs/devfile-with-multiple-endpoints.yaml" [1ms] [odo] I1030 09:33:17.880369 620 context.go:172] absolute devfile path: '/tmp/957286142/devfile.yaml' [odo] I1030 09:33:17.881164 620 context.go:113] absolute devfile path: '/tmp/957286142/devfile.yaml' [odo] I1030 09:33:17.881999 620 content.go:48] converted devfile YAML to JSON [odo] I1030 09:33:17.882081 620 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:33:17.882246 620 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:33:17.892822 620 schema.go:61] validated devfile schema [odo] I1030 09:33:17.898164 620 writer.go:55] devfile yaml created at: 'devfile.yaml' [odo] [odo] Your new component 'jfisoq' 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] I1030 09:33:17.899769 620 implem.go:114] The path for preference file is /tmp/2195704460/preference.yaml [odo] I1030 09:33:17.900223 620 segment.go:268] Checking telemetry enable status [odo] I1030 09:33:17.900251 620 segment.go:286] Sending telemetry disabled by env variable Running odo with args [odo dev --address 0.0.0.0 --api-server=false --port-forward=30400:3000 --port-forward=30401:4567 --port-forward=30402:7890] and odo env: [ODO_LOG_LEVEL=4 ODO_TRACKING_CONSENT=no] [odo] I1030 09:33:18.110008 627 version.go:37] executing [podman version --format json] [odo] I1030 09:33:18.110492 627 clientset.go:243] no Podman client initialized: exec: "podman": executable file not found in $PATH [odo] I1030 09:33:18.110513 627 implem.go:114] The path for preference file is /tmp/2195704460/preference.yaml [odo] I1030 09:33:18.112074 627 context.go:172] absolute devfile path: '/tmp/957286142/devfile.yaml' [odo] I1030 09:33:18.112093 627 context.go:113] absolute devfile path: '/tmp/957286142/devfile.yaml' [odo] I1030 09:33:18.112783 627 content.go:48] converted devfile YAML to JSON [odo] I1030 09:33:18.112858 627 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:33:18.113071 627 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:33:18.121222 627 schema.go:61] validated devfile schema [odo] I1030 09:33:18.124109 627 validate.go:45] Successfully validated devfile sections [odo] I1030 09:33:18.124152 627 validate.go:45] Successfully validated devfile sections [odo] I1030 09:33:18.124258 627 component.go:87] name of component is "jfisoq", and sanitized name is "jfisoq" [odo] I1030 09:33:18.124318 627 kclient.go:237] Checking if "projects" resource is supported [odo] I1030 09:33:18.169218 627 oc_server.go:26] Trying to connect to server c110.eu-de.containers.cloud.ibm.com:32062 [odo] I1030 09:33:18.176091 627 oc_server.go:33] Server https://c110.eu-de.containers.cloud.ibm.com:32062 is up [odo] I1030 09:33:18.189138 627 oc_server.go:66] Unable to get OpenShift Version: the server could not find the requested resource [odo] __ [odo] / \__ Developing using the "jfisoq" Devfile [odo] \__/ \ Namespace: cmd-dev-test1463krb [odo] / \__/ odo version: v3.15.0 (451e30740) [odo] \__/ [odo] [odo] ↪ Running on the cluster in Dev mode [odo] I1030 09:33:18.210341 627 kubedev.go:79] Creating new adapter [odo] I1030 09:33:18.210414 627 kubedev.go:87] Creating inner-loop resources for the component [odo] I1030 09:33:18.210454 627 watch.go:105] starting WatchAndPush, path: /tmp/957286142, component: jfisoq, ignores [.git .odo .odo/odo-file-index.json] [odo] I1030 09:33:18.212611 627 file_watcher.go:130] adding watch on path /tmp/957286142 [odo] I1030 09:33:18.212741 627 file_watcher.go:130] adding watch on path /tmp/957286142/.odo [odo] I1030 09:33:18.212904 627 file_watcher.go:130] adding watch on path /tmp/957286142/test [odo] I1030 09:33:18.254750 627 watch.go:423] Copying files [] to pod [odo] I1030 09:33:18.254839 627 context.go:172] absolute devfile path: '/tmp/957286142/devfile.yaml' [odo] I1030 09:33:18.254853 627 context.go:113] absolute devfile path: '/tmp/957286142/devfile.yaml' [odo] I1030 09:33:18.256449 627 content.go:48] converted devfile YAML to JSON [odo] I1030 09:33:18.256714 627 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:33:18.256735 627 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:33:18.267404 627 schema.go:61] validated devfile schema [odo] I1030 09:33:18.267799 627 validate.go:45] Successfully validated devfile sections [odo] I1030 09:33:18.267850 627 components.go:69] component state: "" [odo] • Waiting for Kubernetes resources ... [odo] I1030 09:33:18.292098 627 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1030 09:33:18.312126 627 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] I1030 09:33:18.388079 627 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1030 09:33:18.457647 627 components.go:346] Creating deployment jfisoq-app [odo] I1030 09:33:18.457774 627 components.go:347] The component name is jfisoq [odo] I1030 09:33:18.473321 627 kclient.go:286] Kubernetes version is "v1.25.14+IKS" [odo] I1030 09:33:18.473414 627 kclient.go:298] Cluster has support for SSA: true [odo] I1030 09:33:18.548959 627 components.go:378] Successfully created component jfisoq [odo] I1030 09:33:18.671289 627 components.go:390] Successfully created Service for component jfisoq [odo] I1030 09:33:18.690092 627 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:33:18.690219 627 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:33:18.796243 627 all.go:67] all goroutines have returned in 106.119739ms [odo] I1030 09:33:18.796336 627 all.go:76] query result: objects=6 [odo] I1030 09:33:18.796412 627 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1030 09:33:18.805262 627 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1030 09:33:18.818420 627 service.go:75] Getting list of services [odo] I1030 09:33:18.818455 627 operators.go:30] Fetching list of operators installed in cluster [odo] I1030 09:33:18.864931 627 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.2 [odo] I1030 09:33:18.865005 627 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1030 09:33:18.895578 627 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1030 09:33:18.911623 627 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1030 09:33:18.940953 627 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1030 09:33:18.964565 627 service.go:93] Getting services started from operator: service-binding-operator.v1.4.0 [odo] I1030 09:33:18.964580 627 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1030 09:33:18.970883 627 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:33:18.993426 627 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:33:19.005464 627 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1030 09:33:19.020659 627 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:33:19.038449 627 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:33:19.070611 627 components.go:134] Deployment has been updated to generation 1. Waiting new event... [odo] I1030 09:33:19.070663 627 status.go:34] setting inner loop State "WaitDeployment" [odo] I1030 09:33:19.074029 627 watch.go:271] deployment watcher Event: Type: ADDED, name: jfisoq-app, rv: 39115487, generation: 1, pods: 0 [odo] I1030 09:33:19.075013 627 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jfisoq-app, rv: 39115492, generation: 1, pods: 0 [odo] I1030 09:33:19.075025 627 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jfisoq-app, rv: 39115497, generation: 1, pods: 0 [odo] =================== [odo] ⚠ Pod is Pending [odo] =================== [odo] I1030 09:33:19.075530 627 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jfisoq-app, rv: 39115511, generation: 1, pods: 0 [odo] I1030 09:33:19.374184 627 watch.go:423] Copying files [] to pod [odo] I1030 09:33:19.375082 627 context.go:172] absolute devfile path: '/tmp/957286142/devfile.yaml' [odo] I1030 09:33:19.375111 627 context.go:113] absolute devfile path: '/tmp/957286142/devfile.yaml' [odo] I1030 09:33:19.377849 627 content.go:48] converted devfile YAML to JSON [odo] I1030 09:33:19.378183 627 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:33:19.378232 627 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:33:19.393259 627 schema.go:61] validated devfile schema [odo] I1030 09:33:19.393591 627 validate.go:45] Successfully validated devfile sections [odo] I1030 09:33:19.393645 627 components.go:69] component state: "WaitDeployment" [odo] I1030 09:33:19.424745 627 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1030 09:33:19.439350 627 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] I1030 09:33:19.512309 627 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1030 09:33:19.598421 627 components.go:346] Creating deployment jfisoq-app [odo] I1030 09:33:19.598526 627 components.go:347] The component name is jfisoq [odo] I1030 09:33:19.598589 627 components.go:350] The component already exists, attempting to update it [odo] I1030 09:33:19.598637 627 components.go:352] Applying deployment [odo] I1030 09:33:19.669251 627 components.go:361] Successfully updated component jfisoq [odo] I1030 09:33:19.734626 627 components.go:748] Successfully update Service for component jfisoq [odo] I1030 09:33:19.754768 627 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:33:19.754956 627 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:33:19.954454 627 all.go:67] all goroutines have returned in 199.686652ms [odo] I1030 09:33:19.954537 627 all.go:76] query result: objects=6 [odo] I1030 09:33:19.954618 627 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1030 09:33:19.954659 627 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1030 09:33:19.954681 627 service.go:75] Getting list of services [odo] I1030 09:33:19.954697 627 operators.go:30] Fetching list of operators installed in cluster [odo] I1030 09:33:20.011313 627 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.2 [odo] I1030 09:33:20.011444 627 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1030 09:33:20.040018 627 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1030 09:33:20.060432 627 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1030 09:33:20.082578 627 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1030 09:33:20.101537 627 service.go:93] Getting services started from operator: service-binding-operator.v1.4.0 [odo] I1030 09:33:20.101571 627 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1030 09:33:20.114628 627 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:33:20.125788 627 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:33:20.137495 627 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1030 09:33:20.158839 627 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:33:20.181757 627 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:33:20.218297 627 components.go:141] Deployment has 0 ready replicas. Waiting new event... [odo] I1030 09:33:20.218325 627 status.go:34] setting inner loop State "WaitDeployment" [odo] I1030 09:33:20.218364 627 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jfisoq-app, rv: 39115535, generation: 1, pods: 0 [odo] ✓ Pod is Running [odo] I1030 09:33:21.357869 627 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jfisoq-app, rv: 39115555, generation: 1, pods: 1 [odo] I1030 09:33:21.658063 627 watch.go:423] Copying files [] to pod [odo] I1030 09:33:21.659265 627 context.go:172] absolute devfile path: '/tmp/957286142/devfile.yaml' [odo] I1030 09:33:21.659289 627 context.go:113] absolute devfile path: '/tmp/957286142/devfile.yaml' [odo] I1030 09:33:21.661153 627 content.go:48] converted devfile YAML to JSON [odo] I1030 09:33:21.661318 627 apiVersion.go:60] devfile schemaVersion: '2.0.0' [odo] I1030 09:33:21.661334 627 helper.go:56] devfile apiVersion '2.0.0' is supported [odo] I1030 09:33:21.672912 627 schema.go:61] validated devfile schema [odo] I1030 09:33:21.673244 627 validate.go:45] Successfully validated devfile sections [odo] I1030 09:33:21.673299 627 components.go:69] component state: "WaitDeployment" [odo] I1030 09:33:21.695749 627 components.go:260] We are deploying these annotations: map[alpha.image.policy.openshift.io/resolve-names:* odo.dev/project-type:nodejs] [odo] I1030 09:33:21.716618 627 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] I1030 09:33:21.771686 627 utils.go:77] Updating container runtime with mandatory volume mounts [odo] I1030 09:33:21.840820 627 components.go:346] Creating deployment jfisoq-app [odo] I1030 09:33:21.840853 627 components.go:347] The component name is jfisoq [odo] I1030 09:33:21.840868 627 components.go:350] The component already exists, attempting to update it [odo] I1030 09:33:21.840891 627 components.go:352] Applying deployment [odo] I1030 09:33:21.910254 627 components.go:361] Successfully updated component jfisoq [odo] I1030 09:33:21.950026 627 components.go:748] Successfully update Service for component jfisoq [odo] I1030 09:33:21.966111 627 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:33:21.968077 627 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:33:22.074517 627 all.go:67] all goroutines have returned in 108.40163ms [odo] I1030 09:33:22.074723 627 all.go:76] query result: objects=6 [odo] I1030 09:33:22.074877 627 kclient.go:237] Checking if "servicebindings" resource is supported [odo] I1030 09:33:22.074952 627 kclient.go:237] Checking if "clusterserviceversions" resource is supported [odo] I1030 09:33:22.075041 627 service.go:75] Getting list of services [odo] I1030 09:33:22.075088 627 operators.go:30] Fetching list of operators installed in cluster [odo] I1030 09:33:22.119626 627 service.go:93] Getting services started from operator: cloud-native-postgresql.v1.18.2 [odo] I1030 09:33:22.119740 627 service.go:124] Getting instances of: backups.postgresql.k8s.enterprisedb.io [odo] I1030 09:33:22.150097 627 service.go:124] Getting instances of: clusters.postgresql.k8s.enterprisedb.io [odo] I1030 09:33:22.173986 627 service.go:124] Getting instances of: poolers.postgresql.k8s.enterprisedb.io [odo] I1030 09:33:22.194983 627 service.go:124] Getting instances of: scheduledbackups.postgresql.k8s.enterprisedb.io [odo] I1030 09:33:22.213917 627 service.go:93] Getting services started from operator: service-binding-operator.v1.4.0 [odo] I1030 09:33:22.214024 627 service.go:124] Getting instances of: bindablekinds.binding.operators.coreos.com [odo] I1030 09:33:22.229067 627 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:33:22.244900 627 service.go:124] Getting instances of: clusterworkloadresourcemappings.servicebinding.io [odo] I1030 09:33:22.253505 627 service.go:124] Getting instances of: servicebindings.binding.operators.coreos.com [odo] I1030 09:33:22.301199 627 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:33:22.321289 627 service.go:124] Getting instances of: servicebindings.servicebinding.io [odo] I1030 09:33:22.426839 627 libdevfile.go:326] not running in Debug mode, so ignored Debug port for container runtime:debug:5005 [odo] I1030 09:33:22.426952 627 libdevfile.go:326] not running in Debug mode, so ignored Debug port for container runtime:debug-1:5006 [odo] • Syncing files into the container ... [odo] I1030 09:33:22.449992 627 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142, destBase: ., destFile: . [odo] I1030 09:33:22.450066 627 file_indexer.go:406] Corrected destinations: base: . file: . [odo] I1030 09:33:22.451413 627 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/.gitignore, destBase: ., destFile: .gitignore [odo] I1030 09:33:22.451527 627 file_indexer.go:406] Corrected destinations: base: . file: .gitignore [odo] I1030 09:33:22.452044 627 file_indexer.go:453] file added: /tmp/957286142/.gitignore [odo] I1030 09:33:22.452116 627 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/.odo, destBase: ., destFile: .odo [odo] I1030 09:33:22.452146 627 file_indexer.go:406] Corrected destinations: base: . file: .odo [odo] I1030 09:33:22.452496 627 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/devfile.yaml, destBase: ., destFile: devfile.yaml [odo] I1030 09:33:22.452551 627 file_indexer.go:406] Corrected destinations: base: . file: devfile.yaml [odo] I1030 09:33:22.452899 627 file_indexer.go:453] file added: /tmp/957286142/devfile.yaml [odo] I1030 09:33:22.452959 627 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/package.json, destBase: ., destFile: package.json [odo] I1030 09:33:22.452987 627 file_indexer.go:406] Corrected destinations: base: . file: package.json [odo] I1030 09:33:22.453331 627 file_indexer.go:453] file added: /tmp/957286142/package.json [odo] I1030 09:33:22.453419 627 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/server.js, destBase: ., destFile: server.js [odo] I1030 09:33:22.453454 627 file_indexer.go:406] Corrected destinations: base: . file: server.js [odo] I1030 09:33:22.453881 627 file_indexer.go:453] file added: /tmp/957286142/server.js [odo] I1030 09:33:22.453945 627 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/test, destBase: ., destFile: test [odo] I1030 09:33:22.453973 627 file_indexer.go:406] Corrected destinations: base: . file: test [odo] I1030 09:33:22.454300 627 file_indexer.go:453] file added: /tmp/957286142/test [odo] I1030 09:33:22.455020 627 file_indexer.go:400] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/test/test.js, destBase: ., destFile: test/test.js [odo] I1030 09:33:22.455074 627 file_indexer.go:406] Corrected destinations: base: . file: test/test.js [odo] I1030 09:33:22.455497 627 file_indexer.go:453] file added: /tmp/957286142/test/test.js [odo] I1030 09:33:22.455966 627 sync.go:138] List of files to be deleted: +[] [odo] I1030 09:33:22.456030 627 sync.go:140] List of files changed: +[/tmp/957286142/package.json /tmp/957286142/server.js /tmp/957286142/test /tmp/957286142/test/test.js /tmp/957286142/.gitignore /tmp/957286142/devfile.yaml] [odo] I1030 09:33:22.456069 627 sync.go:193] Push: componentName: jfisoq, path: /tmp/957286142, files: [/tmp/957286142/package.json /tmp/957286142/server.js /tmp/957286142/test /tmp/957286142/test/test.js /tmp/957286142/.gitignore /tmp/957286142/devfile.yaml], delFiles: [*], isForcePush: true [odo] I1030 09:33:22.456647 627 sync.go:310] remote files marked for deletion are [/projects/*] [odo] I1030 09:33:22.456717 627 exec.go:37] Executing command [rm -rf /projects/*] for pod: jfisoq-app-fd7fffcf7-hgzcb in container: runtime [odo] I1030 09:33:22.672234 627 sync.go:233] Copying files /tmp/957286142/package.json /tmp/957286142/server.js /tmp/957286142/test /tmp/957286142/test/test.js /tmp/957286142/.gitignore /tmp/957286142/devfile.yaml to pod [odo] I1030 09:33:22.672362 627 copy.go:36] CopyFile arguments: localPath /tmp/957286142, dest /projects/957286142, targetPath /projects, copyFiles [/tmp/957286142/package.json /tmp/957286142/server.js /tmp/957286142/test /tmp/957286142/test/test.js /tmp/957286142/.gitignore /tmp/957286142/devfile.yaml], globalExps [.git .odo .odo/odo-file-index.json] [odo] I1030 09:33:22.672452 627 copy.go:63] Executing command tar xf - -C /projects --no-same-owner [odo] I1030 09:33:22.672502 627 copy.go:96] makeTar arguments: srcPath: /tmp/957286142, destPath: /projects/957286142, files: [/tmp/957286142/package.json /tmp/957286142/server.js /tmp/957286142/test /tmp/957286142/test/test.js /tmp/957286142/.gitignore /tmp/957286142/devfile.yaml] [odo] I1030 09:33:22.673666 627 copy.go:127] Got abs path: /tmp/957286142/package.json [odo] I1030 09:33:22.673695 627 copy.go:128] Making /tmp/957286142 relative to /tmp/957286142/package.json [odo] I1030 09:33:22.673712 627 copy.go:144] makeTar srcFile: 957286142/package.json [odo] I1030 09:33:22.673725 627 copy.go:145] makeTar destFile: package.json [odo] I1030 09:33:22.673741 627 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/package.json, destBase: /projects, destFile: package.json [odo] I1030 09:33:22.673855 627 copy.go:171] Corrected destinations: base: /projects file: package.json [odo] I1030 09:33:22.862835 627 copy.go:127] Got abs path: /tmp/957286142/server.js [odo] I1030 09:33:22.862880 627 copy.go:128] Making /tmp/957286142 relative to /tmp/957286142/server.js [odo] I1030 09:33:22.862929 627 copy.go:144] makeTar srcFile: 957286142/server.js [odo] I1030 09:33:22.862947 627 copy.go:145] makeTar destFile: server.js [odo] I1030 09:33:22.862962 627 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/server.js, destBase: /projects, destFile: server.js [odo] I1030 09:33:22.862975 627 copy.go:171] Corrected destinations: base: /projects file: server.js [odo] I1030 09:33:22.864002 627 copy.go:127] Got abs path: /tmp/957286142/test [odo] I1030 09:33:22.864059 627 copy.go:128] Making /tmp/957286142 relative to /tmp/957286142/test [odo] I1030 09:33:22.864075 627 copy.go:144] makeTar srcFile: 957286142/test [odo] I1030 09:33:22.864085 627 copy.go:145] makeTar destFile: test [odo] I1030 09:33:22.864093 627 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/test, destBase: /projects, destFile: test [odo] I1030 09:33:22.864101 627 copy.go:171] Corrected destinations: base: /projects file: test [odo] I1030 09:33:22.864717 627 copy.go:127] Got abs path: /tmp/957286142/test/test.js [odo] I1030 09:33:22.864737 627 copy.go:128] Making /tmp/957286142 relative to /tmp/957286142/test/test.js [odo] I1030 09:33:22.864750 627 copy.go:144] makeTar srcFile: 957286142/test/test.js [odo] I1030 09:33:22.864790 627 copy.go:145] makeTar destFile: test/test.js [odo] I1030 09:33:22.864800 627 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/test/test.js, destBase: /projects, destFile: test/test.js [odo] I1030 09:33:22.864808 627 copy.go:171] Corrected destinations: base: /projects file: test/test.js [odo] I1030 09:33:22.865688 627 copy.go:127] Got abs path: /tmp/957286142/.gitignore [odo] I1030 09:33:22.865709 627 copy.go:128] Making /tmp/957286142 relative to /tmp/957286142/.gitignore [odo] I1030 09:33:22.865743 627 copy.go:144] makeTar srcFile: 957286142/.gitignore [odo] I1030 09:33:22.865753 627 copy.go:145] makeTar destFile: .gitignore [odo] I1030 09:33:22.865763 627 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/.gitignore, destBase: /projects, destFile: .gitignore [odo] I1030 09:33:22.865771 627 copy.go:171] Corrected destinations: base: /projects file: .gitignore [odo] I1030 09:33:22.866511 627 copy.go:127] Got abs path: /tmp/957286142/devfile.yaml [odo] I1030 09:33:22.866532 627 copy.go:128] Making /tmp/957286142 relative to /tmp/957286142/devfile.yaml [odo] I1030 09:33:22.866546 627 copy.go:144] makeTar srcFile: 957286142/devfile.yaml [odo] I1030 09:33:22.866555 627 copy.go:145] makeTar destFile: devfile.yaml [odo] I1030 09:33:22.866563 627 copy.go:165] recursiveTar arguments: srcBase: /tmp, srcFile: 957286142/devfile.yaml, destBase: /projects, destFile: devfile.yaml [odo] I1030 09:33:22.866571 627 copy.go:171] Corrected destinations: base: /projects file: devfile.yaml [odo] ✓ Syncing files into the container [469ms] [odo] I1030 09:33:22.921194 627 kubeexec.go:40] GetProcessInfoForCommand for "run" [odo] I1030 09:33:22.921241 627 exec.go:37] Executing command [/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true] for pod: jfisoq-app-fd7fffcf7-hgzcb in container: runtime [odo] I1030 09:33:23.152493 627 exec.go:96] cat: /opt/odo/.odo_cmd_run.pid: No such file or directory [odo] I1030 09:33:23.153419 627 innerloop.go:131] running=false, execRequired=true [odo] • Building your application in container (command: install) ... [odo] I1030 09:33:23.153539 627 exec.go:37] Executing command [/bin/sh -c cd ${PROJECT_SOURCE} && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2] for pod: jfisoq-app-fd7fffcf7-hgzcb in container: runtime [odo] ✗ Building your application in container (command: install) [2s] [odo] I1030 09:33:25.305415 627 exec.go:54] ExecuteCommand returned an an err: error while streaming command: command terminated with exit code 1. for command '[/bin/sh -c cd ${PROJECT_SOURCE} && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2]' [odo] stdout: [] [odo] stderr: [] [odo] Error occurred on Push - watch command was unable to push component: unable to exec command [/bin/sh -c cd ${PROJECT_SOURCE} && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2]: error while streaming command: command terminated with exit code 1 [odo] [odo] [odo] ↪ Dev mode [odo] Status: [odo] Watching for changes in the current directory /tmp/957286142 [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] npm ERR! cb() never called! [odo] [odo] npm ERR! This is an error with npm itself. Please report this error at: [odo] npm ERR! [odo] [odo] npm ERR! A complete log of this run can be found in: [odo] npm ERR! /opt/app-root/src/.npm/_logs/2023-10-30T09_33_25_301Z-debug.log [odo] I1030 09:33:25.368109 627 status.go:34] setting inner loop State "Ready" [odo] I1030 09:33:25.368162 627 watch.go:437] Error from Push: watch command was unable to push component: unable to exec command [/bin/sh -c cd ${PROJECT_SOURCE} && (npm install) 1>>/proc/1/fd/1 2>>/proc/1/fd/2]: error while streaming command: command terminated with exit code 1 [odo] I1030 09:33:25.368232 627 watch.go:271] deployment watcher Event: Type: MODIFIED, name: jfisoq-app, rv: 39115560, generation: 1, pods: 1 [odo] I1030 09:33:25.468916 627 watch.go:348] filesystem watch event: CREATE "/tmp/957286142/.odo/odo-file-index.json" [odo] I1030 09:33:25.469841 627 watch.go:348] filesystem watch event: WRITE "/tmp/957286142/.odo/odo-file-index.json" STEP: not exposing debug endpoints @ 10/30/23 09:33:27.927 STEP: exposing a port targeting container port 3000 @ 10/30/23 09:33:27.927 [FAILED] in [It] - /go/odo_1/tests/integration/cmd_dev_test.go:1474 @ 10/30/23 09:33:27.928 [odo] read: read /dev/stdin: input/output error [odo] I1030 09:33:27.929038 627 watch.go:333] Dev mode interrupted by user [odo] I1030 09:33:27.936080 627 implem.go:114] The path for preference file is /tmp/2195704460/preference.yaml [odo] I1030 09:33:27.937122 627 segment.go:268] Checking telemetry enable status [odo] I1030 09:33:27.937140 627 segment.go:286] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I1030 09:33:28.092528 627 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:33:28.092644 627 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:33:28.625714 627 all.go:67] all goroutines have returned in 533.194966ms [odo] I1030 09:33:28.626268 627 all.go:76] query result: objects=356 Running kubectl with args [kubectl get namespace cmd-dev-test1463krb -o jsonpath={.metadata.name}] and odo env: [] [kubectl] cmd-dev-test1463krbDeleting project: cmd-dev-test1463krb Running kubectl with args [kubectl delete namespaces cmd-dev-test1463krb --wait=false] and odo env: [] [kubectl] namespace "cmd-dev-test1463krb" deleted Setting current dir to: /go/odo_1/tests/integration Deleting dir: /tmp/957286142 Deleting dir: /tmp/2195704460 << Timeline [FAILED] Expected : http:// to contain substring : 30400 In [It] at: /go/odo_1/tests/integration/cmd_dev_test.go:1474 @ 10/30/23 09:33:27.928 ------------------------------ S ------------------------------ • [7.661 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [58.553 seconds] odo dev command tests when a component is bootstrapped should not sync .git directory /go/odo_1/tests/integration/cmd_dev_test.go:166 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [67.155 seconds] odo dev command tests when a component with multiple endpoints is run should fail running a second session on the same platform /go/odo_1/tests/integration/cmd_dev_test.go:3615 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [60.090 seconds] odo run command tests when a component is bootstrapped when odo dev is executed with --no-commands=false and ready should execute commands /go/odo_1/tests/integration/cmd_run_test.go:100 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [27.312 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="dev") when odo delete command is run again with nothing deployed on the cluster should output that there are no resources to be deleted /go/odo_1/tests/integration/cmd_delete_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.596 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when an env.yaml file contains a non-current Project when running odo deploy when the env.yaml file still contains a non-current Project should delete the component in the current namespace /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:226 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.324 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [84.158 seconds] odo dev debug command tests when starting with Devfile with autoBuild or deployByDefault components when running odo dev with some components not referenced in the Devfile should create the appropriate resources /go/odo_1/tests/integration/cmd_dev_debug_test.go:501 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [108.871 seconds] odo logs command tests when component is created and odo logs is executed when running in Dev mode when --follow flag is specified should successfully follow logs of running component /go/odo_1/tests/integration/cmd_logs_test.go:172 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [56.319 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ S [3.721 seconds] odo dev command tests when running odo dev with devfile containing volume-component - with metadata.name [BeforeEach] should successfully use the volume components in container components [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:2253 [It] /go/odo_1/tests/integration/cmd_dev_test.go:2278 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output [SKIPPED] This is a OpenShift specific scenario, skipping In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:2255 @ 10/30/23 09:34:26.305 ------------------------------ SS ------------------------------ • [4.362 seconds] odo devfile build-images command tests when using a Devfile with variable image names should build images with --var-file (push=false) /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:445 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [3.945 seconds] odo devfile build-images command tests when using a Devfile with variable image names should build images with default variable values (push=true) /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:431 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [3.993 seconds] odo devfile deploy command tests when using a devfile.yaml containing an Image component with a build context should build image via Podman if build context references PROJECT_SOURCE env var /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:326 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [5.751 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=true --running-in=dev should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [136.860 seconds] odo dev command tests when running odo dev and composite command is used as a run command - without metadata.name should run successfully /go/odo_1/tests/integration/cmd_dev_test.go:2709 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [97.940 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile should react on the Devfile modification (podman=false, manual=true, customPortForwarding=true, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.466 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy with image build extra args should succeed /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:143 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [117.456 seconds] odo describe component command tests checking for remote source code location when using devfile with sourceMapping and starting an odo dev session should show remote source code location in odo describe component output /go/odo_1/tests/integration/cmd_describe_component_test.go:642 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [4.218 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 >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo deploy' from /tmp/4205160241 << Captured StdOut/StdErr Output ------------------------------ • [55.404 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name when running odo dev with a build command should execute the default build command successfully if specified explicitly /go/odo_1/tests/integration/cmd_dev_test.go:3126 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ S [3.187 seconds] odo dev command tests when Starting a PostgreSQL service [BeforeEach] 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 [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:1815 [It] /go/odo_1/tests/integration/cmd_dev_test.go:1882 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output [SKIPPED] Skipping service binding tests as SKIP_SERVICE_BINDING_TESTS is true In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:1818 @ 10/30/23 09:34:55.942 ------------------------------ SSSS ------------------------------ • [108.077 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile should react on the Devfile modification (podman=false, manual=false, customPortForwarding=false, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.130 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=false --running-in=dev should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [67.949 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name should execute the custom non-default build and run commands successfully /go/odo_1/tests/integration/cmd_dev_test.go:3207 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [106.121 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile should react on the Devfile modification (podman=false, manual=true, customPortForwarding=false, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [77.871 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev should expose all endpoints on localhost regardless of exposure(podman=false, manual=false, customPortForwarding=false, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.134 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted using its name and namespace from another directory should output that there are no resources to be deleted /go/odo_1/tests/integration/cmd_delete_test.go:237 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [5.428 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=false --running-in=deploy should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [75.262 seconds] odo dev command tests cleanup of resources is not successful when using a Devfile with a Pod failing to delete before the cleanup timeout when odo dev is executed when odo dev is stopped should report that the component could not be deleted /go/odo_1/tests/integration/cmd_dev_test.go:5007 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [56.949 seconds] odo dev command tests when a component is bootstrapped should not set securitycontext for podsecurity admission /go/odo_1/tests/integration/cmd_dev_test.go:392 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [56.086 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:3622 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" PID: 3080 << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [56.754 seconds] odo dev command tests when a component is bootstrapped should use the index information from previous push operation /go/odo_1/tests/integration/cmd_dev_test.go:200 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [65.549 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag when /component/command endpoint is POSTed should trigger a push /go/odo_1/tests/integration/cmd_dev_api_server_test.go:221 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [55.597 seconds] odo dev command tests when a component is bootstrapped when run command takes really long to start should cancel run command and return if odo dev is stopped /go/odo_1/tests/integration/cmd_dev_test.go:1002 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [59.620 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="deploy") when odo delete command is run again with nothing deployed on the cluster should output that there are no resources to be deleted /go/odo_1/tests/integration/cmd_delete_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [85.179 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy with image build extra args should run odo dev successfully /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:161 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [6.901 seconds] odo list with devfile listing non-odo managed components when a non-odo managed component without the managed-by label is deployed should list the component in JSON /go/odo_1/tests/integration/cmd_devfile_list_test.go:71 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [10.371 seconds] odo describe component command tests when creating a component when running odo deploy to create ingress/routes should show the ingress/routes in odo describe component output /go/odo_1/tests/integration/cmd_describe_component_test.go:552 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [56.849 seconds] odo dev command tests when Devfile 2.1.0 is used - without metadata.name when doing odo dev with --var-file flag and setting value in env should check if the env variable has a correct value /go/odo_1/tests/integration/cmd_dev_test.go:1668 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [10.823 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [4.982 seconds] odo run command tests when a component is bootstrapped should fail if odo dev is not running /go/odo_1/tests/integration/cmd_run_test.go:72 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [56.421 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [117.902 seconds] odo dev command tests when running odo dev and run command throws an error should error out with some log /go/odo_1/tests/integration/cmd_dev_test.go:2858 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [9.864 seconds] odo logs command tests when component is created and odo logs is executed when running in Deploy mode should successfully show logs of the running component /go/odo_1/tests/integration/cmd_logs_test.go:267 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [116.429 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile should react on the Devfile modification (podman=false, manual=false, customPortForwarding=true, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ Progress Report for Ginkgo Process #5 Automatically polling progress: odo dev command tests when doing odo dev and there is a env variable with spaces - without metadata.name should be able to exec command (Spec Runtime: 2m2.83s) /go/odo_1/tests/integration/cmd_dev_test.go:1743 In [It] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:1743 Begin Captured GinkgoWriter Output >> ... [odo] read: read /dev/stdin: input/output error [odo] I1030 09:35:48.105939 2189 watch.go:333] Dev mode interrupted by user [odo] I1030 09:35:48.107063 2189 implem.go:114] The path for preference file is /tmp/986017283/preference.yaml [odo] I1030 09:35:48.109044 2189 segment.go:268] Checking telemetry enable status [odo] I1030 09:35:48.109059 2189 segment.go:286] Sending telemetry disabled by env variable [odo] Cleaning resources, please wait [odo] I1030 09:35:48.296864 2189 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:35:48.296956 2189 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:35:49.347281 2189 all.go:67] all goroutines have returned in 1.049886689s [odo] I1030 09:35:49.347362 2189 all.go:76] query result: objects=357 << End Captured GinkgoWriter Output Spec Goroutine goroutine 823 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004df0a0, {0x30feb48?, 0xc0010f10e0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004df0a0, {0x30feb48, 0xc0010f10e0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000cc1d70?, {0xc0007e8d60?, 0xc000cc1c38?, 0x2?}) /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144 github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...) /go/odo_1/tests/helper/helper_dev.go:263 github.com/redhat-developer/odo/tests/helper.RunDevMode.func1() /go/odo_1/tests/helper/helper_dev.go:334 github.com/redhat-developer/odo/tests/helper.RunDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}, ...) /go/odo_1/tests/helper/helper_dev.go:337 > github.com/redhat-developer/odo/tests/integration.glob..func7.13.2() /go/odo_1/tests/integration/cmd_dev_test.go:1744 | | It("should be able to exec command", func() { > err := helper.RunDevMode(helper.DevSessionOpts{ | RunOnPodman: podman, | }, func(session *gexec.Session, out, err string, ports map[string]string) { github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x6d657220726f6620, 0x636f72702065746f}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ • [8.709 seconds] odo delete command tests when running odo deploy for an exec command bound to fail should print the job in the list of resources to be deleted with named delete command /go/odo_1/tests/integration/cmd_delete_test.go:546 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [59.517 seconds] odo dev command tests when creating local files and dir and running odo dev - with metadata.name should correctly propagate changes to the container /go/odo_1/tests/integration/cmd_dev_test.go:1788 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [58.878 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=false) JSON output when switching to another directory when describing the component from another directory should describe the named component /go/odo_1/tests/integration/cmd_describe_component_test.go:477 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [62.182 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="deploy") should output that there are no resources to be deleted /go/odo_1/tests/integration/cmd_delete_test.go:124 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [129.201 seconds] odo dev command tests when doing odo dev and there is a env variable with spaces - without metadata.name should be able to exec command /go/odo_1/tests/integration/cmd_dev_test.go:1743 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [30.970 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted using its name and namespace from another directory should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:473 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.819 seconds] odo dev debug command tests when a component is bootstrapped when running odo dev with debug flag should not add a DEBUG_PORT variable to the container /go/odo_1/tests/integration/cmd_dev_debug_test.go:124 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [12.940 seconds] odo init interactive command tests when DevfileRegistriesList CRD is installed on cluster when CR for devfileregistrieslists is installed in namespace should download correct devfile from the first in-cluster registry /go/odo_1/tests/integration/interactive_init_test.go:737 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/2157449800 << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [5.710 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=true --running-in=deploy should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.440 seconds] odo devfile init command tests when DevfileRegistriesList CRD is installed on cluster when CR for devfileregistrieslists is installed in namespace should be able to download devfile from the in-cluster registry /go/odo_1/tests/integration/cmd_devfile_init_test.go:613 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [76.276 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev should expose all endpoints on localhost regardless of exposure(podman=false, manual=false, customPortForwarding=false, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [59.084 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=false, customPortForwarding=true, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [48.065 seconds] odo dev command tests when a component is bootstrapped when running with --no-commands (debug=false) should start the dev session /go/odo_1/tests/integration/cmd_dev_test.go:268 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [11.785 seconds] odo create/delete/list/set namespace/project tests delete project when force-deleting a valid project should successfully delete the project synchronously with --wait /go/odo_1/tests/integration/cmd_namespace_test.go:115 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [3.966 seconds] odo devfile deploy command tests using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should run odo deploy /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:538 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.449 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=true) Default output when switching to another directory when describing the component from another directory should describe the named component /go/odo_1/tests/integration/cmd_describe_component_test.go:389 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [30.593 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.557 seconds] odo dev command tests when a component is bootstrapped should fail when using --no-commands and --build-command and/or --run-command together /go/odo_1/tests/integration/cmd_dev_test.go:233 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [67.507 seconds] odo dev command tests when running odo dev and composite command is marked as parallel:true - with metadata.name should execute all commands in composite command /go/odo_1/tests/integration/cmd_dev_test.go:2642 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [6.107 seconds] odo create/delete/list/set namespace/project tests set project should successfully set the project /go/odo_1/tests/integration/cmd_namespace_test.go:147 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [56.157 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=false, customPortForwarding=true, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [106.213 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile should react on the Devfile modification (podman=false, manual=false, customPortForwarding=false, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [23.974 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name when running odo dev with a run command should error out on an invalid command /go/odo_1/tests/integration/cmd_dev_test.go:3150 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [59.315 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=true) Default output when describing the component in dev mode should describe the component /go/odo_1/tests/integration/cmd_describe_component_test.go:348 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [59.772 seconds] odo dev command tests when running odo dev and devfile with composite command - with metadata.name should execute all commands in composite command /go/odo_1/tests/integration/cmd_dev_test.go:2610 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [113.253 seconds] odo dev command tests 1. devfile contains composite apply command when odo dev is running with image build extra args should execute the composite apply commands successfully /go/odo_1/tests/integration/cmd_dev_test.go:2388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [58.700 seconds] odo dev command tests when running odo dev and devfile with composite command - without metadata.name should execute all commands in composite command /go/odo_1/tests/integration/cmd_dev_test.go:2610 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [55.528 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name when running odo dev with a run command should execute the default run command successfully if specified explicitly /go/odo_1/tests/integration/cmd_dev_test.go:3195 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [46.056 seconds] odo dev command tests when running odo dev and build command throws an error should error out with some log /go/odo_1/tests/integration/cmd_dev_test.go:2898 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [3.057 seconds] odo devfile init command tests setting application ports when running odo init --run-port with a Devfile with no commands should ignore the run ports /go/odo_1/tests/integration/cmd_devfile_init_test.go:628 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [21.094 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:211 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo dev --random-ports --no-watch' from /tmp/2504908330 << Captured StdOut/StdErr Output ------------------------------ • [46.899 seconds] odo dev command tests when a component is bootstrapped when build command takes really long to start should cancel build command and return if odo dev is stopped /go/odo_1/tests/integration/cmd_dev_test.go:981 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [28.991 seconds] odo logs command tests when component is created and odo logs is executed when running in Deploy mode when --follow flag is specified should successfully follow logs of running component /go/odo_1/tests/integration/cmd_logs_test.go:291 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [3.352 seconds] odo devfile build-images command tests when using a Devfile with variable image names should build images with default variable values (push=false) /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:431 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [57.106 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS•S ------------------------------ • [5.770 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted using its name and namespace from another directory should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:241 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [58.845 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted using its name and namespace from another directory should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:473 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [143.251 seconds] odo dev command tests when a component is bootstrapped when Automount volumes are present in the namespace when odo dev is executed should mount the volumes /go/odo_1/tests/integration/cmd_dev_test.go:833 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ Progress Report for Ginkgo Process #6 Automatically polling progress: odo dev command tests checking if odo dev matches local Devfile K8s resources and remote resources when odo dev is executed to run a devfile containing a k8s resource with apply command should have deleted the old resource and created the new resource (Spec Runtime: 2m4.216s) /go/odo_1/tests/integration/cmd_dev_test.go:1077 In [BeforeEach] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:1050 Begin Captured GinkgoWriter Output >> ... [odo] I1030 09:38:11.344182 6550 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1030 09:38:11.344331 6550 port.go:319] port 8080 not listening in container "runtime" [odo] I1030 09:38:19.102958 6550 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: cjzdpf-app-5c876879b4-7smm7 in container: runtime [odo] I1030 09:38:19.337369 6550 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1030 09:38:19.337387 6550 exec.go:96] 0: F67711AC:923E 221C1068:01BB 06 00000000:00000000 03:00000BDD 00000000 0 0 0 3 0000000000000000 [odo] I1030 09:38:19.338664 6550 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1030 09:38:19.338681 6550 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I1030 09:38:19.338687 6550 exec.go:96] 0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1001 0 623951270 1 0000000000000000 100 0 0 10 0 [odo] I1030 09:38:19.338696 6550 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I1030 09:38:19.340478 6550 port.go:319] port 8080 not listening in container "runtime" << End Captured GinkgoWriter Output Spec Goroutine goroutine 945 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0002d8770, {0x30fed88?, 0xc000a708d0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0002d8770, {0x30fed88, 0xc000a708d0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2cf3414, 0x8}, 0xc0004d7b60?, 0xc0004d7b40?, 0xc000a70f00) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc0001e3200) /go/odo_1/tests/helper/helper_dev.go:279 > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1() /go/odo_1/tests/integration/cmd_dev_test.go:1069 | helper.ReplaceStrings(filepath.Join(commonVar.Context, "devfile.yaml"), devfile.deploymentName, devfile.newDeploymentName) | > err := devSession.WaitSync() | Expect(err).To(BeNil()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ • [56.725 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name when running odo dev with a run command should execute the custom non-default run command successfully /go/odo_1/tests/integration/cmd_dev_test.go:3181 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [77.099 seconds] odo dev command tests when a component is bootstrapped when odo is executed with --no-watch flag and without --no-commands when a file in component directory is modified when p is pressed should trigger a push /go/odo_1/tests/integration/cmd_dev_test.go:754 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [116.467 seconds] odo dev command tests Devfile with no metadata.name when running odo dev against a component with no source code should use the directory as component name /go/odo_1/tests/integration/cmd_dev_test.go:3873 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [4.319 seconds] odo list with devfile listing non-odo managed components when an operator managed deployment(without instance and managed-by label) is deployed should not be listed in the odo list output /go/odo_1/tests/integration/cmd_devfile_list_test.go:88 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [107.254 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile should react on the Devfile modification (podman=false, manual=true, customPortForwarding=false, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [3.968 seconds] odo devfile deploy command tests when using a devfile.yaml containing an Image component with a build context should build image via Docker if build context references PROJECT_SOURCE env var /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:326 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [24.995 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="") should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:128 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [56.894 seconds] odo dev command tests when a component is bootstrapped should sync .git directory and subfiles with --sync-git-dir /go/odo_1/tests/integration/cmd_dev_test.go:182 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [3.056 seconds] odo dev command tests when running applications listening on the container loopback interface should error out if using --forward-localhost on any platform other than Podman /go/odo_1/tests/integration/cmd_dev_test.go:4220 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [118.307 seconds] odo dev debug command tests when creating nodejs component, doing odo dev and run command has dev.odo.push.path attribute should sync only the mentioned files at the appropriate remote destination /go/odo_1/tests/integration/cmd_dev_debug_test.go:163 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [82.425 seconds] odo dev command tests 1. devfile contains composite apply command when odo dev is running should execute the composite apply commands successfully /go/odo_1/tests/integration/cmd_dev_test.go:2388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ S [2.586 seconds] odo devfile deploy command tests when deploying a ServiceBinding k8s resource [BeforeEach] when odo deploy is run should successfully deploy the ServiceBinding resource [BeforeEach] /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:387 [It] /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:412 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output [SKIPPED] Skipping service binding tests as SKIP_SERVICE_BINDING_TESTS is true In [BeforeEach] at: /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:390 @ 10/30/23 09:39:03.717 ------------------------------ S ------------------------------ • [23.444 seconds] odo dev command tests when a component is bootstrapped when an env.yaml file contains a non-current Project when odo dev is executed should not have modified env.yaml, and use current namespace /go/odo_1/tests/integration/cmd_dev_test.go:547 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [117.081 seconds] odo devfile deploy command tests when using a devfile.yaml containing an outer-loop Kubernetes component referenced via an URI when running odo deploy when running and stopping odo dev should not delete the resources created with odo deploy /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.098 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=false --running-in= should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [4.366 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when an env.yaml file contains a non-current Project when running odo deploy should succeed /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:201 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [77.429 seconds] odo dev command tests when adding local files to gitignore and running odo dev when modifying /testdir/baz.txt file should synchronize it only /go/odo_1/tests/integration/cmd_dev_test.go:1965 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [3.399 seconds] odo logs command tests when directory is empty should error /go/odo_1/tests/integration/cmd_logs_test.go:86 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [55.738 seconds] odo dev command tests when odo dev is executed to run a devfile containing a k8s resource should have created the necessary k8s resources /go/odo_1/tests/integration/cmd_dev_test.go:1127 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [3.889 seconds] odo dev command tests when running applications listening on the container loopback interface should error out if using --ignore-localhost on any platform other than Podman /go/odo_1/tests/integration/cmd_dev_test.go:4211 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [75.507 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev should expose all endpoints on localhost regardless of exposure(podman=false, manual=true, customPortForwarding=false, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [3.721 seconds] odo dev command tests when a component is bootstrapped should fail when using --no-commands and --build-command and/or --run-command together /go/odo_1/tests/integration/cmd_dev_test.go:233 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [128.898 seconds] odo logs command tests when component is created and odo logs is executed when running in Dev mode with --logs 1. should successfully show logs of the running component /go/odo_1/tests/integration/cmd_logs_test.go:249 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [3.226 seconds] odo create/delete/list/set namespace/project tests create project should fail to create project /go/odo_1/tests/integration/cmd_namespace_test.go:63 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [198.066 seconds] odo dev command tests checking if odo dev matches local Devfile K8s resources and remote resources when odo dev is executed to run a devfile containing a k8s resource with apply command should have deleted the old resource and created the new resource /go/odo_1/tests/integration/cmd_dev_test.go:1077 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [116.987 seconds] odo dev command tests when running odo dev with devfile contain volume - without metadata.name check the volume name and mount paths for the containers /go/odo_1/tests/integration/cmd_dev_test.go:2230 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [28.785 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [5.923 seconds] odo devfile deploy command tests when recording telemetry data should record the telemetry data correctly /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [77.208 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=false) Default output when describing the component in dev mode should describe the component /go/odo_1/tests/integration/cmd_describe_component_test.go:348 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [56.853 seconds] odo dev command tests when Devfile 2.1.0 is used - without metadata.name when doing odo dev 3. should check if the env variable has a correct value /go/odo_1/tests/integration/cmd_dev_test.go:1589 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [29.683 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [7.038 seconds] odo devfile deploy command tests when a component is bootstrapped when using a default namespace should display warning when running the deploy command /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:67 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [56.752 seconds] odo dev command tests when a component is bootstrapped when odo is executed with --no-watch flag and without --no-commands when a file in component directory is modified should not trigger a push /go/odo_1/tests/integration/cmd_dev_test.go:736 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [50.584 seconds] odo run command tests when a component is bootstrapped when odo dev is executed with --no-commands=true and ready should execute commands /go/odo_1/tests/integration/cmd_run_test.go:100 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.050 seconds] odo devfile deploy command tests when deploying a Devfile K8s component with multiple K8s resources defined should have created all the resources defined in the Devfile K8s component /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:372 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [85.890 seconds] odo dev command tests when hotReload capable Build and Run commands are used with odo dev should execute the build and run commands /go/odo_1/tests/integration/cmd_dev_test.go:3818 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [86.082 seconds] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev should expose all endpoints on localhost regardless of exposure(podman=false, manual=true, customPortForwarding=true, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [77.413 seconds] odo list with devfile devfile has missing metadata when projectType is missing when the component is pushed in dev mode should show the language for 'Type' in odo list /go/odo_1/tests/integration/cmd_devfile_list_test.go:334 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [58.577 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [24.903 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="") should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:128 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [5.056 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [58.458 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=false) Default output when switching to another directory when describing the component from another directory should describe the named component /go/odo_1/tests/integration/cmd_describe_component_test.go:389 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [241.938 seconds] odo dev command tests when node-js application is created and deployed with devfile schema 2.2.0 when Update the devfile.yaml, and waiting synchronization should check cpuLimit, cpuRequests, memoryRequests after restart /go/odo_1/tests/integration/cmd_dev_test.go:3391 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [3.002 seconds] odo devfile init command tests setting application ports when running odo init --run-port with a Devfile with no commands should overwrite the ports into the container component referenced by the default run command /go/odo_1/tests/integration/cmd_devfile_init_test.go:654 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [3.200 seconds] odo devfile deploy command tests deploying devfile with exec when using a devfile name with length more than 63 should fail with invalid component name error /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:622 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [66.513 seconds] odo dev command tests when adding local files to gitignore and running odo dev when modifying /foobar.txt file should not synchronize it /go/odo_1/tests/integration/cmd_dev_test.go:1977 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [3.343 seconds] odo generic executing odo version command should only print client info when using --client flag /go/odo_1/tests/integration/generic_test.go:201 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [77.478 seconds] odo dev command tests 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:1805 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [95.006 seconds] odo logs command tests when component is created and odo logs is executed when running in both Dev and Deploy mode should successfully show logs of the running component /go/odo_1/tests/integration/cmd_logs_test.go:320 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [56.687 seconds] odo delete command tests when a component is bootstrapped when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [65.829 seconds] odo dev command tests when adding local files to gitignore and running odo dev when modifying /foobar.txt file should not synchronize it /go/odo_1/tests/integration/cmd_dev_test.go:1977 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [55.437 seconds] odo dev command tests when Devfile 2.1.0 is used - with metadata.name when doing odo dev 3. should check if the env variable has a correct value /go/odo_1/tests/integration/cmd_dev_test.go:1589 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [108.871 seconds] odo dev command tests multiple dev sessions with different project are running on same platform (podman=false), same port when odo dev session is run for nodejs component when odo dev session is run for go project on the same port but different address should be able to run both the sessions /go/odo_1/tests/integration/cmd_dev_test.go:1213 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.533 seconds] odo preference and config command tests when DevfileRegistriesList CRD is installed on cluster when CR for devfileregistrieslists is installed in namespace should fail to delete the in-cluster registry /go/odo_1/tests/integration/cmd_pref_config_test.go:444 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [85.874 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy with image build extra args should run odo dev successfully /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:161 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [67.779 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="deploy") should output that there are no resources to be deleted /go/odo_1/tests/integration/cmd_delete_test.go:124 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [85.378 seconds] odo dev debug command tests when starting with Devfile with autoBuild or deployByDefault components when running odo dev with some components referenced in the Devfile should create the appropriate resources /go/odo_1/tests/integration/cmd_dev_debug_test.go:631 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.322 seconds] odo dev command tests when running odo dev and prestart events are defined should not correctly execute PreStart commands /go/odo_1/tests/integration/cmd_dev_test.go:2823 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [10.006 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [25.876 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="") when odo delete command is run again with nothing deployed on the cluster should output that there are no resources to be deleted /go/odo_1/tests/integration/cmd_delete_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [67.769 seconds] odo dev command tests when devfile project field is present and running odo dev - with metadata.name should sync to the correct dir in container /go/odo_1/tests/integration/cmd_dev_test.go:2097 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [4.538 seconds] odo list with devfile listing non-odo managed components when a non-odo managed component without the managed-by label is deployed should list the component with odo list /go/odo_1/tests/integration/cmd_devfile_list_test.go:67 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [119.665 seconds] odo list with devfile when a component created in 'app' application when dev is running on cluster show an odo deploy or dev in the list /go/odo_1/tests/integration/cmd_devfile_list_test.go:193 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.198 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEPLOY mode when the component is deleted while having access to the devfile.yaml should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:316 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.423 seconds] odo describe component command tests when creating a component when running odo dev (podman=false,debug=true) JSON output when switching to another directory when describing the component from another directory should describe the named component /go/odo_1/tests/integration/cmd_describe_component_test.go:477 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.642 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [58.559 seconds] odo dev command tests when devfile has sourcemappings and running odo dev - with metadata.name should sync files to the correct location /go/odo_1/tests/integration/cmd_dev_test.go:2016 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.641 seconds] odo dev command tests when Devfile contains metadata.language invalid as a label value when running odo dev should set the correct value in labels of resources /go/odo_1/tests/integration/cmd_dev_test.go:4089 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.028 seconds] odo dev command tests when multiple projects are present - without metadata.name should sync to the correct dir in container /go/odo_1/tests/integration/cmd_dev_test.go:2130 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [84.536 seconds] odo dev command tests when a component with endpoints is bootstrapped and pushed should not create Ingress or Route resources in the cluster /go/odo_1/tests/integration/cmd_dev_test.go:3463 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [58.144 seconds] odo dev command tests when creating nodejs component, doing odo dev and run command has dev.odo.push.path attribute should sync only the mentioned files at the appropriate remote destination /go/odo_1/tests/integration/cmd_dev_test.go:3428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S [3.084 seconds] odo dev command tests when running odo dev with devfile containing volume-component - without metadata.name [BeforeEach] should successfully use the volume components in container components [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:2253 [It] /go/odo_1/tests/integration/cmd_dev_test.go:2278 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output [SKIPPED] This is a OpenShift specific scenario, skipping In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:2255 @ 10/30/23 09:42:18.987 ------------------------------ • [125.937 seconds] odo dev command tests when running build and run commands as composite in different containers and a shared volume - without metadata.name should run successfully /go/odo_1/tests/integration/cmd_dev_test.go:2772 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [5.183 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=true --running-in= should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [84.758 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 >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo dev --random-ports' from /tmp/1454900950 << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [55.814 seconds] odo dev command tests port-forwarding for the component when devfile has no endpoint when running odo dev should have no endpoint forwarded (podman=false, manual=true) /go/odo_1/tests/integration/cmd_dev_test.go:1282 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [81.622 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 >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo dev --random-ports -v 4' from /tmp/1657630264 << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ S [2.813 seconds] odo dev command tests when Starting a PostgreSQL service [BeforeEach] when creating local files and dir and running odo dev - with metadata.name should correctly propagate changes to the container [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:1815 [It] /go/odo_1/tests/integration/cmd_dev_test.go:1865 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output [SKIPPED] Skipping service binding tests as SKIP_SERVICE_BINDING_TESTS is true In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:1818 @ 10/30/23 09:42:33.755 ------------------------------ SSS ------------------------------ • [4.047 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy should succeed /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:143 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [58.384 seconds] odo delete command tests when a component is bootstrapped when the component is deployed in DEV mode and dev mode stopped when the component is deleted using its name (and namespace) from another directory (running-in="deploy") when odo delete command is run again with nothing deployed on the cluster should output that there are no resources to be deleted /go/odo_1/tests/integration/cmd_delete_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [106.886 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev when modifying name for container in Devfile should react on the Devfile modification (podman=false, manual=true, customPortForwarding=true, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1379 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [56.150 seconds] odo dev debug command tests when a component is bootstrapped when running odo dev with debug flag and custom port mapping for port forwarding should connect to relevant custom ports forwarded /go/odo_1/tests/integration/cmd_dev_debug_test.go:76 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [117.794 seconds] odo devfile deploy command tests when using a devfile.yaml containing a deploy command when running odo deploy when running and stopping odo dev should not delete the resources created with odo deploy /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [27.004 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is running in both DEV and DEPLOY mode and dev mode is killed when the component is deleted while having access to the devfile.yaml should delete the appropriate resources /go/odo_1/tests/integration/cmd_delete_test.go:428 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [3.261 seconds] odo create/delete/list/set namespace/project tests list namespace should successfully list all the namespaces in JSON format /go/odo_1/tests/integration/cmd_namespace_test.go:228 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [56.153 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag (custom api server port=true) should start the Dev server when --api-server flag is passed /go/odo_1/tests/integration/cmd_dev_api_server_test.go:98 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.374 seconds] odo dev command tests when running odo dev with alternative commands - without metadata.name when running odo dev with a run command should execute the custom non-default run command successfully /go/odo_1/tests/integration/cmd_dev_test.go:3181 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [67.264 seconds] odo dev debug command tests when a composite command is used as debug command - without metadata.name should run successfully /go/odo_1/tests/integration/cmd_dev_debug_test.go:225 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [3.911 seconds] odo create/delete/list/set namespace/project tests create namespace should fail to create namespace /go/odo_1/tests/integration/cmd_namespace_test.go:63 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [128.734 seconds] odo dev command tests when running odo dev and composite command is used as a run command - with metadata.name should run successfully /go/odo_1/tests/integration/cmd_dev_test.go:2709 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ S [3.364 seconds] odo dev command tests when Starting a PostgreSQL service [BeforeEach] 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 [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:1815 [It] /go/odo_1/tests/integration/cmd_dev_test.go:1882 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output [SKIPPED] Skipping service binding tests as SKIP_SERVICE_BINDING_TESTS is true In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:1818 @ 10/30/23 09:43:16.461 ------------------------------ S ------------------------------ S [3.735 seconds] odo dev command tests when a component is bootstrapped when odo dev is executed and Ephemeral is set to false [BeforeEach] when stopping odo dev normally should have deleted all resources before returning [BeforeEach] /go/odo_1/tests/integration/cmd_dev_test.go:560 [It] /go/odo_1/tests/integration/cmd_dev_test.go:629 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output [SKIPPED] This is a OpenShift specific scenario, skipping In [BeforeEach] at: /go/odo_1/tests/integration/cmd_dev_test.go:562 @ 10/30/23 09:43:18.93 ------------------------------ • [28.629 seconds] odo devfile deploy command tests deploying devfile with long-running exec when pod security is enforced as restricted should set securitycontext for podsecurity admission on job's pod template /go/odo_1/tests/integration/cmd_devfile_deploy_test.go:676 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.475 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when the component is deleted using its name and namespace from another directory should output that there are no resources to be deleted /go/odo_1/tests/integration/cmd_delete_test.go:237 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [56.873 seconds] odo dev command tests when Devfile contains metadata.language when running odo dev should set the correct value in labels of resources /go/odo_1/tests/integration/cmd_dev_test.go:4089 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [117.515 seconds] odo dev command tests when running odo dev with devfile contain volume - without metadata.name should create pvc and reuse if it shares the same devfile volume name /go/odo_1/tests/integration/cmd_dev_test.go:2197 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [55.708 seconds] odo dev command tests when Devfile 2.1.0 is used - with metadata.name when doing odo dev with --var-file flag and setting value in env should check if the env variable has a correct value /go/odo_1/tests/integration/cmd_dev_test.go:1668 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [5.256 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEPLOY mode when a resource is changed in the devfile and the component is deleted while having access to the devfile.yaml with --files=false --running-in=dev should delete the component /go/odo_1/tests/integration/cmd_delete_test.go:274 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ Progress Report for Ginkgo Process #13 Automatically polling progress: odo dev debug command tests when a composite apply command is used as debug command should execute the composite apply commands successfully (Spec Runtime: 3m32.157s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:288 In [It] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:288 At [By Step] cleaning up the resources on ending the session (Step Runtime: 27.075s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:326 Begin Captured GinkgoWriter Output >> ... [odo] ✗ Finished executing the application (command: start-debug) [1m] [odo] I1030 09:43:06.356255 14267 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_start-debug.pid && cd /projects && (npm run debug) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_start-debug.pid]: error while streaming command: context canceled [odo] I1030 09:43:06.368102 14267 implem.go:114] The path for preference file is /tmp/2164128431/preference.yaml [odo] Cleaning resources, please wait [odo] I1030 09:43:06.369255 14267 segment.go:268] Checking telemetry enable status [odo] I1030 09:43:06.369269 14267 segment.go:286] Sending telemetry disabled by env variable [odo] I1030 09:43:06.492352 14267 all.go:46] starting to concurrently query 98 APIs [odo] I1030 09:43:06.492442 14267 all.go:62] fired up all goroutines to query APIs [odo] I1030 09:43:07.009268 14267 all.go:67] all goroutines have returned in 516.221055ms [odo] I1030 09:43:07.009518 14267 all.go:76] query result: objects=395 << End Captured GinkgoWriter Output Spec Goroutine goroutine 1128 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00023e070, {0x30feb48?, 0xc00106c390}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00023e070, {0x30feb48, 0xc00106c390}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000617f80?, {0xc00087c340?, 0x0?, 0x0?}) /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144 github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...) /go/odo_1/tests/helper/helper_dev.go:263 > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2.8() /go/odo_1/tests/integration/cmd_dev_debug_test.go:328 | By("cleaning up the resources on ending the session", func() { | devSession.Stop() > devSession.WaitEnd() | out := commonVar.CliRunner.Run("get", "deployments").Out.Contents() | helper.DontMatchAllInOutput(string(out), deploymentNames) github.com/onsi/ginkgo/v2/internal.(*Suite).By(0xc0001a8000, {0x2d5356e, 0x2f}, {0xc001767e70, 0x1, 0x0?}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309 github.com/onsi/ginkgo/v2.By({0x2d5356e?, 0xf7289d?}, {0xc001767e70?, 0xf26ea0?, 0x0?}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/core_dsl.go:547 > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2() /go/odo_1/tests/integration/cmd_dev_debug_test.go:326 | }) | > By("cleaning up the resources on ending the session", func() { | devSession.Stop() | devSession.WaitEnd() github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1088f3e, 0xc000af65a0}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ • [25.578 seconds] odo delete command tests when a component is bootstrapped using a devfile.yaml with URI-referenced Kubernetes components when the component is deployed in DEV mode and dev mode stopped the component is deleted while having access to the devfile.yaml when the component is deleted with --files should have deleted the component /go/odo_1/tests/integration/cmd_delete_test.go:178 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [223.033 seconds] odo dev debug command tests when a composite apply command is used as debug command should execute the composite apply commands successfully /go/odo_1/tests/integration/cmd_dev_debug_test.go:288 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [55.637 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag when /instance endpoint is DELETEd should terminate the dev session /go/odo_1/tests/integration/cmd_dev_api_server_test.go:239 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" <<< Session terminated >>> << Captured StdOut/StdErr Output ------------------------------ • [117.432 seconds] odo list with devfile when a component created in 'app' application when dev is running on cluster verifying the managedBy Version in the odo list output should show managedBy Version /go/odo_1/tests/integration/cmd_devfile_list_test.go:181 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [57.335 seconds] odo dev command tests when devfile project field is present and running odo dev - without metadata.name should sync to the correct dir in container /go/odo_1/tests/integration/cmd_dev_test.go:2097 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [80.200 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 >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo dev --random-ports' from /tmp/333169213 << Captured StdOut/StdErr Output ------------------------------ • [55.995 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag (custom api server port=false) should describe the API Server port (JSON) /go/odo_1/tests/integration/cmd_dev_api_server_test.go:123 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [55.780 seconds] odo dev command tests when running odo dev with alternative commands - with metadata.name when running odo dev with a run command should execute the default run command successfully if specified explicitly /go/odo_1/tests/integration/cmd_dev_test.go:3195 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [115.127 seconds] odo dev command tests when a devfile with a local parent is used for odo dev and the parent is not synced when updating the parent should update the component /go/odo_1/tests/integration/cmd_dev_test.go:3697 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [56.180 seconds] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev should expose the endpoint on localhost (podman=false, manual=false, customPortForwarding=false, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1338 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [127.531 seconds] odo dev command tests multiple dev sessions with different project are running on same platform (podman=false), same port when odo dev session is run for nodejs component when odo dev session is run for go project on the same port but different address when go and nodejs files are modified should be possible to access both the projects on same address and port /go/odo_1/tests/integration/cmd_dev_test.go:1237 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [126.182 seconds] odo dev command tests when running build and run commands as composite in different containers and a shared volume - with metadata.name should run successfully /go/odo_1/tests/integration/cmd_dev_test.go:2772 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [83.013 seconds] odo dev command tests when starting with Devfile with autoBuild or deployByDefault components when running odo dev with some components not referenced in the Devfile should create the appropriate resources /go/odo_1/tests/integration/cmd_dev_test.go:4466 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [81.038 seconds] odo dev command tests 1. devfile contains composite apply command when odo dev is running with both image build and container run extra args should execute the composite apply commands successfully /go/odo_1/tests/integration/cmd_dev_test.go:2388 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ Summarizing 3 Failures: [FAIL] odo dev command tests port-forwarding for the component when devfile has multiple endpoints when running odo dev [It] should expose all endpoints on localhost regardless of exposure(podman=false, manual=false, customPortForwarding=true, customAddress=true) /go/odo_1/tests/integration/cmd_dev_test.go:1474 [FAIL] odo dev command tests port-forwarding for the component when devfile has single endpoint when running odo dev [It] should expose the endpoint on localhost (podman=false, manual=false, customPortForwarding=false, customAddress=false) /go/odo_1/tests/integration/cmd_dev_test.go:1344 [FAIL] odo describe component command tests when creating a component when running odo dev (podman=false,debug=false) JSON output when describing the component in dev mode [It] should describe the component /go/odo_1/tests/helper/helper_generic.go:321 Ran 410 of 956 Specs in 1292.620 seconds FAIL! -- 407 Passed | 3 Failed | 0 Pending | 546 Skipped Ginkgo ran 1 suite in 22m45.170669599s Test Suite Failed exit status 1 make: *** [Makefile:214: test-integration-cluster] Error 1